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