|
@@ -1,5 +1,7 @@
|
|
.navbar .navbar-collapse {
|
|
.navbar .navbar-collapse {
|
|
- flex-grow: 0;
|
|
|
|
|
|
+ -webkit-box-flex: 0;
|
|
|
|
+ -ms-flex-positive: 0;
|
|
|
|
+ flex-grow: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.header {
|
|
.header {
|
|
@@ -13,12 +15,14 @@
|
|
* {
|
|
* {
|
|
margin: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
padding: 0;
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
|
+ box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
|
|
.Contact_Us {
|
|
.Contact_Us {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .banner {
|
|
.Contact_Us .banner {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 300px;
|
|
height: 300px;
|
|
@@ -26,48 +30,59 @@
|
|
z-index: -1;
|
|
z-index: -1;
|
|
margin-top: -19vw;
|
|
margin-top: -19vw;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .banner h2 {
|
|
.Contact_Us .banner h2 {
|
|
position: absolute;
|
|
position: absolute;
|
|
color: #fff;
|
|
color: #fff;
|
|
top: 7vw;
|
|
top: 7vw;
|
|
left: 50%;
|
|
left: 50%;
|
|
- transform: translate(-50%, -50%);
|
|
|
|
|
|
+ -webkit-transform: translate(-50%, -50%);
|
|
|
|
+ transform: translate(-50%, -50%);
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
letter-spacing: 2px;
|
|
letter-spacing: 2px;
|
|
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
|
|
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
|
|
font-size: 3vw;
|
|
font-size: 3vw;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .slick-next::before {
|
|
.Contact_Us .slick-next::before {
|
|
content: "";
|
|
content: "";
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .slick-prev::before {
|
|
.Contact_Us .slick-prev::before {
|
|
content: "";
|
|
content: "";
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .slick-dots li {
|
|
.Contact_Us .slick-dots li {
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .slick-dots li button::before {
|
|
.Contact_Us .slick-dots li button::before {
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .slick-dots li.slick-active button:before {
|
|
.Contact_Us .slick-dots li.slick-active button:before {
|
|
color: #EA5413;
|
|
color: #EA5413;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
border: 1px solid #EA5413;
|
|
border: 1px solid #EA5413;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .text-title {
|
|
.Contact_Us .text-title {
|
|
margin-top: -90px;
|
|
margin-top: -90px;
|
|
}
|
|
}
|
|
|
|
+
|
|
@media screen and (max-width: 576px) {
|
|
@media screen and (max-width: 576px) {
|
|
.Contact_Us .text-title {
|
|
.Contact_Us .text-title {
|
|
margin-top: -45px;
|
|
margin-top: -45px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us h1 {
|
|
.Contact_Us h1 {
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
font-size: 32px;
|
|
font-size: 32px;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us hr {
|
|
.Contact_Us hr {
|
|
width: 5vw;
|
|
width: 5vw;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -75,49 +90,59 @@
|
|
opacity: 1 !important;
|
|
opacity: 1 !important;
|
|
background: #000;
|
|
background: #000;
|
|
}
|
|
}
|
|
|
|
+
|
|
@media screen and (max-width: 576px) {
|
|
@media screen and (max-width: 576px) {
|
|
.Contact_Us hr {
|
|
.Contact_Us hr {
|
|
width: 15vw;
|
|
width: 15vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us p {
|
|
.Contact_Us p {
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
text-align: center;
|
|
text-align: center;
|
|
color: #888888;
|
|
color: #888888;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .contact_us_title {
|
|
.Contact_Us .contact_us_title {
|
|
width: 80vw;
|
|
width: 80vw;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
+
|
|
@media screen and (max-width: 576px) {
|
|
@media screen and (max-width: 576px) {
|
|
.Contact_Us .contact_us_title {
|
|
.Contact_Us .contact_us_title {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info {
|
|
.Contact_Us .service_info {
|
|
padding-top: 100px;
|
|
padding-top: 100px;
|
|
background-color: #FFEBE2;
|
|
background-color: #FFEBE2;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .circle-orange {
|
|
.Contact_Us .service_info .circle-orange {
|
|
bottom: 10px;
|
|
bottom: 10px;
|
|
right: 80px;
|
|
right: 80px;
|
|
width: 180px;
|
|
width: 180px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .content-service {
|
|
.Contact_Us .service_info .content-service {
|
|
margin-top: 50px;
|
|
margin-top: 50px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .content-service h2 {
|
|
.Contact_Us .service_info .content-service h2 {
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
color: #EA5413;
|
|
color: #EA5413;
|
|
font-size: 28px;
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .content-service ul {
|
|
.Contact_Us .service_info .content-service ul {
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
color: #888888;
|
|
color: #888888;
|
|
padding-left: 1rem;
|
|
padding-left: 1rem;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .LearnMore {
|
|
.Contact_Us .service_info .LearnMore {
|
|
margin-top: 50px;
|
|
margin-top: 50px;
|
|
padding: 5px 15px;
|
|
padding: 5px 15px;
|
|
@@ -125,51 +150,62 @@
|
|
border-radius: 30px;
|
|
border-radius: 30px;
|
|
background: #EA5413;
|
|
background: #EA5413;
|
|
color: #fff;
|
|
color: #fff;
|
|
|
|
+ -webkit-transition: 0.3s;
|
|
transition: 0.3s;
|
|
transition: 0.3s;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .LearnMore:hover {
|
|
.Contact_Us .service_info .LearnMore:hover {
|
|
color: #EA5413;
|
|
color: #EA5413;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
|
|
+
|
|
@media screen and (max-width: 576px) {
|
|
@media screen and (max-width: 576px) {
|
|
.Contact_Us .service_info .LearnMore {
|
|
.Contact_Us .service_info .LearnMore {
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box-m {
|
|
.Contact_Us .service_info .service_slider_Box-m {
|
|
width: 80vw;
|
|
width: 80vw;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box-m .slick-dots {
|
|
.Contact_Us .service_info .service_slider_Box-m .slick-dots {
|
|
bottom: 270px;
|
|
bottom: 270px;
|
|
left: 50px;
|
|
left: 50px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box-m .slick-prev {
|
|
.Contact_Us .service_info .service_slider_Box-m .slick-prev {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: -20px;
|
|
left: -20px;
|
|
z-index: 100;
|
|
z-index: 100;
|
|
top: 130px;
|
|
top: 130px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box-m .slick-next {
|
|
.Contact_Us .service_info .service_slider_Box-m .slick-next {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: -10px;
|
|
right: -10px;
|
|
z-index: 100;
|
|
z-index: 100;
|
|
top: 130px;
|
|
top: 130px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box {
|
|
.Contact_Us .service_info .service_slider_Box {
|
|
width: 85vw;
|
|
width: 85vw;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
height: 400px;
|
|
height: 400px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .slick-dots {
|
|
.Contact_Us .service_info .service_slider_Box .slick-dots {
|
|
bottom: 40px;
|
|
bottom: 40px;
|
|
width: 20%;
|
|
width: 20%;
|
|
left: 90px !important;
|
|
left: 90px !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_slider {
|
|
.Contact_Us .service_info .service_slider_Box .service_slider {
|
|
height: 450px;
|
|
height: 450px;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .slick-prev {
|
|
.Contact_Us .service_info .service_slider_Box .slick-prev {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 5px;
|
|
left: 5px;
|
|
@@ -178,6 +214,7 @@
|
|
width: 60px;
|
|
width: 60px;
|
|
height: 60px;
|
|
height: 60px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .slick-next {
|
|
.Contact_Us .service_info .service_slider_Box .slick-next {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 350px;
|
|
left: 350px;
|
|
@@ -186,10 +223,12 @@
|
|
width: 60px;
|
|
width: 60px;
|
|
height: 60px;
|
|
height: 60px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box {
|
|
position: relative;
|
|
position: relative;
|
|
margin-top: 50px;
|
|
margin-top: 50px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_seo {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_seo {
|
|
width: 280px;
|
|
width: 280px;
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -198,6 +237,7 @@
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_video {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_video {
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 360px;
|
|
width: 360px;
|
|
@@ -206,6 +246,7 @@
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_developmentimg {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_developmentimg {
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 100px;
|
|
bottom: 100px;
|
|
@@ -214,6 +255,7 @@
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_spiderimg {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_spiderimg {
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 80px;
|
|
bottom: 80px;
|
|
@@ -222,6 +264,7 @@
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_bigdataimg {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_bigdataimg {
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: -10px;
|
|
bottom: -10px;
|
|
@@ -230,6 +273,7 @@
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_googleads {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img_googleads {
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
bottom: 10px;
|
|
@@ -238,10 +282,12 @@
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img6 {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img6 {
|
|
position: relative;
|
|
position: relative;
|
|
bottom: 50px;
|
|
bottom: 50px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img1 {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img1 {
|
|
position: relative;
|
|
position: relative;
|
|
left: 15px;
|
|
left: 15px;
|
|
@@ -249,12 +295,14 @@
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img2 {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img2 {
|
|
position: relative;
|
|
position: relative;
|
|
bottom: 50px;
|
|
bottom: 50px;
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img3 {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img3 {
|
|
position: relative;
|
|
position: relative;
|
|
left: 15px;
|
|
left: 15px;
|
|
@@ -262,70 +310,89 @@
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img4 {
|
|
.Contact_Us .service_info .service_slider_Box .service_Img_Box .service_Img4 {
|
|
position: relative;
|
|
position: relative;
|
|
bottom: 80px;
|
|
bottom: 80px;
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us #contact_box {
|
|
.Contact_Us #contact_box {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .Contact_Information {
|
|
.Contact_Us .Contact_Information {
|
|
width: 90vw;
|
|
width: 90vw;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
position: relative;
|
|
padding-bottom: 130px;
|
|
padding-bottom: 130px;
|
|
}
|
|
}
|
|
|
|
+
|
|
@media screen and (max-width: 576px) {
|
|
@media screen and (max-width: 576px) {
|
|
.Contact_Us .Contact_Information {
|
|
.Contact_Us .Contact_Information {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .Contact_Information .Contact_Information_title {
|
|
.Contact_Us .Contact_Information .Contact_Information_title {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .Contact_Information .Contact_Information_title .choozmo {
|
|
.Contact_Us .Contact_Information .Contact_Information_title .choozmo {
|
|
width: 640px;
|
|
width: 640px;
|
|
}
|
|
}
|
|
|
|
+
|
|
@media screen and (max-width: 576px) {
|
|
@media screen and (max-width: 576px) {
|
|
.Contact_Us .Contact_Information .Contact_Information_title .choozmo {
|
|
.Contact_Us .Contact_Information .Contact_Information_title .choozmo {
|
|
width: 90vw;
|
|
width: 90vw;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .Contact_Information .Contact_Information_title .text-title {
|
|
.Contact_Us .Contact_Information .Contact_Information_title .text-title {
|
|
margin-top: -100px;
|
|
margin-top: -100px;
|
|
}
|
|
}
|
|
|
|
+
|
|
@media screen and (max-width: 576px) {
|
|
@media screen and (max-width: 576px) {
|
|
.Contact_Us .Contact_Information .Contact_Information_title .text-title {
|
|
.Contact_Us .Contact_Information .Contact_Information_title .text-title {
|
|
margin-top: -60px;
|
|
margin-top: -60px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .Contact_Information .Contact_Information_title .qrcode {
|
|
.Contact_Us .Contact_Information .Contact_Information_title .qrcode {
|
|
width: 350px;
|
|
width: 350px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .Contact_Information .contact-text {
|
|
.Contact_Us .Contact_Information .contact-text {
|
|
margin-top: -50px;
|
|
margin-top: -50px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.Contact_Us .circle {
|
|
.Contact_Us .circle {
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: -300px;
|
|
bottom: -300px;
|
|
left: -350px;
|
|
left: -350px;
|
|
}
|
|
}
|
|
|
|
+
|
|
@-webkit-keyframes drift {
|
|
@-webkit-keyframes drift {
|
|
0% {
|
|
0% {
|
|
- transform: rotate(0deg);
|
|
|
|
|
|
+ -webkit-transform: rotate(0deg);
|
|
|
|
+ transform: rotate(0deg);
|
|
}
|
|
}
|
|
100% {
|
|
100% {
|
|
- transform: rotate(360deg);
|
|
|
|
|
|
+ -webkit-transform: rotate(360deg);
|
|
|
|
+ transform: rotate(360deg);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
@keyframes drift {
|
|
@keyframes drift {
|
|
0% {
|
|
0% {
|
|
- transform: rotate(0deg);
|
|
|
|
|
|
+ -webkit-transform: rotate(0deg);
|
|
|
|
+ transform: rotate(0deg);
|
|
}
|
|
}
|
|
100% {
|
|
100% {
|
|
- transform: rotate(360deg);
|
|
|
|
|
|
+ -webkit-transform: rotate(360deg);
|
|
|
|
+ transform: rotate(360deg);
|
|
}
|
|
}
|
|
-}/*# sourceMappingURL=styles-contact.css.map */
|
|
|
|
|
|
+}
|
|
|
|
+/*# sourceMappingURL=styles-contact.css.map */
|