/* =================================== */ /* Basic Style /* =================================== */ body { background-color: #fff; font-family: 'Open Sans', sans-serif; line-height: 24px; font-size: 16px; color: #818181; min-width: 1300px; } figure, p, address { margin: 0; } iframe { border: 0; } a { cursor: pointer; color: #0aa6bd; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } a, a:hover, a:focus, .btn:focus { text-decoration: none; outline: none; } .x-btn { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Open Sans', sans-serif; color: #252525; } p { font-size: 14px; } li { list-style: none; } main > section { /* padding: 70px 0; */ } .btn { border-radius: 0; border: 0; position: relative; text-transform: uppercase; } .btn-blue { background-color: rgba(10, 166, 189, 0.75); box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset; padding: 15px 55px; color: #fff; } .btn-border { border: 2px solid #fff; color: #fff; padding: 12px 35px; } .bg-blue { background-color: #0aa6bd; } .logo-img { width: 220px; } /* 顶部导航 */ .top-nav { background: #484443; height: 35px; position: fixed; top: 0; left: 0; z-index: 1001; width: 100%; line-height: 35px; } .el-dropdown { line-height: 50px; font-size: 16px; } .top-nav .container>ul span{ color:#fff; font-size:12px; cursor: pointer; } .top-nav .container>ul li{ float:left; } .top-nav .container>ul span a{ color:#fff; } /* 遮罩 */ .zhezhao { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: #000; opacity: 0.35; z-index: 1500; } /* 登录弹窗 */ .box{ width: 430px; /* height:452px; */ position: fixed; background:white; top: 50%; left:50%; margin-left: -215px; margin-top: -252px; z-index: 1501; border-radius: 5px; } .box .box-title{ padding:18px 25px; } .box .box-title p{ font-size:12px; } .box .box-title p:first-child{ color:#456ba9; font-size:16px; } .box label{ margin-right:12px; } .box input{ width:75%; height:35px; background:#f8f8f8; padding-left:12px; border:1px solid #e2e2e2; } .box .vcode{ width:40%; margin-right:5%; } .box .vcode-btn{ width:30%; height:35px; color:#5f9dbd; border-radius: 5px; background:#fff; border:2px solid #acdcda; } .box .login-mess .log-by-pass,.log-by-mess{ padding:40px 25px; } .box .login-mess p{ margin-bottom:10px; text-align:center; } .box .login-mess .login-nav{ margin: 0; padding: 0; display: flex; justify-content: center; } .box .login-mess .login-bottom{ margin-bottom:32px; -webkit-transform: scale(0.8); float:right; padding-right:45px; } .box .login-mess .login-bottom .clickbtn{ cursor: pointer; } .box .login-mess .login-nav li{ cursor: pointer; height: 50px; width: 130px; text-align:center; line-height:50px; } .box .login-mess .login-nav .active{ border-bottom:2px solid #acdcda; } .box .login-btn{ margin-top:10px; font-size:16px; height: 35px; width:55%; background:#1277ad; color: #fff; border: none; text-align:center; } .box .reg-mess{ padding:20px 25px; } .box .reg-mess .cloud-kind{ margin:0 0 10px 0; padding:0; display: flex; display:-webkit-flex; -webkit-flex-direction: row; flex-direction: row; -webkit-justify-content: center; justify-content: center; border-bottom:1px solid #e4e4e6; } .box .reg-mess .cloud-kind li{ width:36%; text-align:center; color:#43425f; cursor: pointer; padding-bottom:8px; margin:0 30px; } .box .reg-mess .cloud-kind .kind-active{ border-bottom:3px solid #3e93ec; } .box .reg-mess .cloud-kind li>img{ width:35px; height:35px; } .box .reg-mess .cloud-kind li>span{ margin-left:10px; } .box .reg-mess p{ margin-bottom:10px; text-align:center; } .box .reg-mess .notice{ text-align:left; -webkit-transform: scale(0.8); -webkit-transform-origin-X: left; } .box .reg-mess p .confirm{ font-size:16px; height: 35px; width:55%; background:#1277ad; color: #fff; border: none; text-align:center; } .box .reg-mess .checklogin{ -webkit-transform: scale(0.8); } .box .reg-mess .checklogin span{ color:#1277ad; margin-left:2px; cursor:pointer; } .box .sa-chahao{ position:absolute; top:5px; right:10px; cursor:pointer; } .box .wx-register{ text-align: center; border-top: 1px solid #c9c9c9; margin-top: 25px; position: relative; } .box .wx-register .wx-btn{ width:110px; position:absolute; left:36%; top:-12px; font-size:12px; cursor:pointer; z-index:999; background:#eeeeee; } .box .wx-register .wx-btn .sa-qiyeweixin{ margin-right:2px; } .box .wx-register .wx-btn:hover{ color:#00b231 } .box .wx-mess{ padding:78px 25px; } .box .wx-mess p{ text-align:center; } .box .wx-mess .wx-text{ font-size:20px; } .box .wx-mess .imgbox{ text-align:center; } .box .wx-mess .imgbox>.imgcontent>img{ width: 230px; margin-top: 20px; } .box .log-by-qywx { width: 188px; height: 188px; margin: 20px auto; } /* 开通弹窗 */ .open-up-box{ width: 430px; /* height:410px; */ top: 50%; left:50%; background:white; position: fixed; transform: translate(-50%, -50%); -moz-transform:translate(-50%, -50%); /* Firefox */ -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */ -o-transform:translate(-50%, -50%);/* Opera */ z-index: 1500; border-radius: 5px; } .open-up-box .box-content{ padding:6%; background:#eeeeee !important; } .open-up-box .box-content p{ /* text-align:center; */ padding-left:30px; } .open-up-box .box-content .is-openup .notice{ /* text-align:left; */ /* -webkit-transform-origin-X: left; */ -webkit-transform: scale(0.8); margin-bottom:10px; padding-left:75px; } .open-up-box .box-content .is-openup .aa{ padding-left:98px; } .open-up-box .box-content .is-openup .open-up-btn{ display:inline-block; width: 70px; height:24px; line-height:24px; text-align:center; margin:0 12px 0 0; background:#202d40; color: white; border-radius:2px; font-size:14px; text-decoration:none; } .open-up-box .box-content .is-openup .open-up-btn:hover{ color:#202d40; background:#fff; } .open-up-box .box-content .has-been-openup{ margin-top:5%; font-size:13px !important; } .open-up-box .box-content .has-been-openup ul{ background:#F5F5F5; padding:0 12px; margin-top:8px; border-radius: 10px; overflow-y:auto; height:180px; } .open-up-box .box-content .has-been-openup ul li{ background:#F5F5F5; border-bottom:1px solid #DCDCDC; padding:6px 0; } .open-up-box .box-content .has-been-openup ul li:first-child{ margin-top:10px; } .open-up-box .box-content .has-been-openup ul li:last-child{ border:none; } .open-up-box .box-content .has-been-openup ul li a{ color:#696969; display:block; width:100%; } .open-up-box .box-content .register{ padding:15px 0; } .open-up-box .box-content .register span{ float:right; cursor: pointer; font-size:12px; } /* 11/12注册页面 ..........................................*/ .login,.profile { color: white; font-size: 12px; /* font-weight: 600; */ } .profile .user-info { margin: 0 15px; } .login img,.profile img { width: 16px; margin-right: 5px; } .login > span:hover,.profile > span:hover{ cursor:pointer; /* color: #0aa6bd; */ } .zc-box { margin: 50px; } .back { background: #6f6f6f; } /* 首页内容 ..........................................*/ .my-tiyan { background: #1E88F5; border-radius: 4px; width: 100%; height: 100%; font-family: PingFangSC-Regular; font-size: 14px; color: #FFFFFF; border: 0; } .my-tiyan:hover { background: #317ef3; margin-top: 1px; } /* 我们的产品内容 ..........................................*/ .product{ position: relative; } .pro-title{ position: absolute; top: 1%; left: 50%; transform: translate(-50%, -50%); -moz-transform:translate(-50%, -50%); /* Firefox */ -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */ -o-transform:translate(-50%, -50%);/* Opera */ width:10%; z-index: 100; } .pro-title p{ background:#fff; font-size:12px; text-align:center; color:#d6d6d6; } .pro-title p:first-child{ font-size:18px; color:#000; } .product-box{ margin-top:50px; width:80%; margin-left:10%; border-top:1px solid #f2f2f2; /* display:-webkit-flex; display:flex; justify-content: space-around */ } .product-box .product-bottom,.product-top{ display:-webkit-flex; display:flex; justify-content: space-around } .product-box .product-top ul{ margin-top:60px; } .product-box .product-top ul .name{ margin-top:10px; color:#000; font-weight: bold; } .product-box .product-bottom ul{ padding:20px 10px; margin-top:20px; border:1px solid #f2f2f2; border-radius: 5px; } .product-box .product-bottom ul li{ color:#000; font-size:12px; } .product-box .product-bottom ul li .reg{ display:block; height:24px; background-color:orange; color:#fff; width:100px; border-radius:10px; cursor: pointer; text-align:center; } .product-box ul{ padding:0; } .product-box ul li{ text-align:center; width:100px; } .product-box ul .imgbox{ width: 100px; height: 100px; } .product-box ul .imgbox img{ width:100%; height: 100%; } .bottomimg img{ width:100%; } /* 特色 .......................................*/ .ts-worp { width: 100%; padding: 0; margin: 0; padding-top: 60px; } .ts-box { overflow: hidden; /* position: relative; */ padding: 100px 50px 100px 20px; width: 100%; display: table; background: #F8FAFD; } .ts-boxtow { padding: 100px 20px 100px 50px; background: white; } .ts-box div { display: table-cell; vertical-align: middle; } .ts-box img { width: 95%; } .ts-forbox img { width: 100%; } /* .ts-imgmax { width: 100%; } .ts-imgmin { width: 100%; } */ .ts-title { font-family: PingFangSC-Regular !important; color: #0D253E !important; font-size: 24px !important; margin-bottom: 14px; font-weight: 600; } .left { float: left; } .right { float: right; } .right-text { text-align: right; } .left-text { text-align: left; } .ts-text { font-family: PingFangSC-Regular !important; color: #9EA8B2 !important; } /* 功能 .........................................*/ .gn-beijing { width: 100%; position: absolute; top: 280px; } .gn-img { width: 100px; height: 100px; border-radius: 50%; background: #1E88F5; text-align: center; line-height: 100px; margin: 0 auto; position: relative; margin-top: 12px; } .gn-img img { width: 50%; } .gn-huise { background: #F4F8FC; } .gn-xiaoqiu { width: 30px; height: 30px; border-radius: 50%; background: #FFCC01; box-shadow: 0 0 15px 0 rgba(255,204,1,0.40); position: absolute; top: 0; right: 0; } .gn-left { left: 0; } .gn-hei>div { height: 245px; } .service-item { margin-bottom: 60px; padding:0 14px; text-align: center; } .gn-text { font-family: PingFangSC-Regular; font-size: 18px; color: #0D253E; font-weight: 600; margin-top: 12px; } .gn-color { color: #1E88F5; } /* 帮助 ........................................*/ .bz-worp { background: white; margin: 0 auto; padding: 42px 40px 109px 48px; } .bz-box { border: 1px solid #1E88F5; border-radius: 5px; border-right: 0; } .bz-sskuang { width: 88%; float: left; line-height: 38px; } .bz-sousuo { width: 70%; margin: 0 -5px; border: 0; outline: none; } .bz-sousuoimg { margin: -3px 10px 0 14px; } .bz-btn { background: #1E88F5; border-radius: 0 5px 5px 0; width: 12%; border: 0; color: white; height: 40px; } .bz-content { margin-top: 30px; border: 0; } .bz-left { width: 100%; overflow: hidden; } .bz-ul { border-bottom: 1px solid #D8D8D8; overflow: hidden; margin-left: -40px; } .bz-right { width: 100%; background: white; } .bz-yuandian { background: #FFCC01; width: 14px; height: 14px; border-radius: 50%; margin-top: 1.2%; margin-right: 1%; } .bz-right-conent li { border-bottom: 1px solid #E8ECEF; padding: 10px 0; list-style: none; overflow: hidden; margin-left: -40px; } .bz-right-conent li:last-child { border-bottom: 0; } .bz-right-conent { margin-top: 30px; } /* 底部 ...................................*/ /*footer*/ .footer{ width: 100%; background:#37373e; background-size: 100%; } .footer .container{ margin: 0 auto; width: 80%; overflow: hidden; text-align: center; } .footer .container .footer-list{ position: relative; } .footer .container .footer-list p{ margin-top:30px; color:#fff; } .footer .container .footer-list .p1 span{ margin-right:20px; } .footer .container .footer-list .p1 span a{ color:#fff; } .footer .container .footer-list .p2 span{ margin-right:20px; } .footer .container .footer-list .company-logo{ position:absolute; top:0%; right:2%; width:62px; height:62px; } .footer .container .footer-list .company-logo img{ width:100%; height:100%; } .section-title p { color: #444; /* font-style: italic; */ font-size: 13px; } .section-title.white p { color: #fff; } .parallax { background-attachment: fixed; background-position: center top; background-repeat: no-repeat; background-size: cover; } /** /* Header /* ==========================================*/ #navigation { -webkit-transition: all 0.8s ease 0s; -moz-transition: all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s; -o-transition: all 0.8s ease 0s; transition: all 0.8s ease 0s; background:#000; /* background-color: rgba(0, 0, 0, 0.77); */ /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); */ } #navigation.animated-header { /* padding: 10px 0; */ } h1.navbar-brand { font-size: 20px; font-weight: 700; padding:0; margin:0; margin-top:6%; margin-bottom:12%; text-transform: uppercase; } .navbar-inverse .navbar-nav > li > a { color: #fff; font-size: 16px; text-transform: uppercase; } .navbar-nav>li>a { padding: 15px 20px 3px 20px !important; } .menu li{ margin-right:10px; } .menu li a { display: inline-block; } .menu li a span:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #0aa6bd; visibility: hidden; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .menu li a:hover span:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } #nav>li>.active{ color:#00BFFF; } #nav>.xs a{ margin-top:34%; } .phonebox{ margin-top:2%; } /*================================================================= Home Slider ==================================================================*/ #home-slider { position: relative; padding: 0; } .mask-overly { /* background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; */ bottom: 0; left: 0; position: absolute; right: 0; top: 0; /* z-index: 9; */ } #slider #nav-arrows > a { font-size: 40px; line-height: 1.5; } .slider-1 img{ width: 100%; /* height: 100%; */ } .sl-slider-wrapper { width: 100%; margin: 0 auto; position: relative; /* overflow: hidden; */ } .sl-slider { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } /* Slide wrapper and slides */ .sl-slide, .sl-slides-wrapper, .sl-slide-inner { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .sl-slide { z-index: 1; } .slide-caption { color: #fff; display: table; height: 100%; left: 0; min-height: 100%; position: absolute; text-align: center; top: 0; width: 60%; z-index: 999; left: 50%; transform: translateX(-50%); } .slide-caption .caption-content { vertical-align: middle; display: table-cell; } .caption-content h2 { color: #fff; font-size: 50px; font-weight: 900; margin-bottom: 25px; } .caption-content > p { display: block; font-size: 16px; margin-bottom: 45px; text-transform: capitalize; margin-bottom: 65px; font-weight: 200; } /*Slider Arrow Buttons*/ #nav-arrows > a { border: 1px solid #fff; color: #fff; display: block; height: 60px; line-height: 76px; position: absolute; text-align: center; top: 50%; width: 60px; z-index: 20; margin-top: -30px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #nav-arrows > a.sl-prev { transform: translateX(-50px); opacity:0; } #slider:hover #nav-arrows > a.sl-prev { opacity: 1; transform: translateX(20px); } #nav-arrows > a.sl-next { right:0; transform: translateX(50px); opacity:0; } #slider:hover #nav-arrows > a.sl-next { opacity: 1; transform: translateX(-20px); } #nav-arrows > a.sl-next:hover ,#nav-arrows > a.sl-prev:hover { background-color: #0aa6bd; border-color: #0aa6bd; color: #fff; } /* The duplicate parts/slices */ .sl-content-slice { overflow: hidden; position: absolute; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; background: #fff; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; opacity : 1; } /* Horizontal slice */ .sl-slide-horizontal .sl-content-slice { width: 100%; height: 50%; left: -200px; -webkit-transform: translateY(0%) scale(1); -moz-transform: translateY(0%) scale(1); -o-transform: translateY(0%) scale(1); -ms-transform: translateY(0%) scale(1); transform: translateY(0%) scale(1); } .sl-slide-horizontal .sl-content-slice:first-child { top: -200px; padding: 200px 200px 0px 200px; } .sl-slide-horizontal .sl-content-slice:nth-child(2) { top: 50%; padding: 0px 200px 200px 200px; } /* Vertical slice */ .sl-slide-vertical .sl-content-slice { width: 50%; height: 100%; top: -200px; -webkit-transform: translateX(0%) scale(1); -moz-transform: translateX(0%) scale(1); -o-transform: translateX(0%) scale(1); -ms-transform: translateX(0%) scale(1); transform: translateX(0%) scale(1); } .sl-slide-vertical .sl-content-slice:first-child { left: -200px; padding: 200px 0px 200px 200px; } .sl-slide-vertical .sl-content-slice:nth-child(2) { left: 50%; padding: 200px 200px 200px 0px; } /* Content wrapper */ /* Width and height is set dynamically */ .sl-content-wrapper { position: absolute; } .sl-content { width: 100%; height: 100%; } /*================================================================= Feature ==================================================================*/ .list-nav { padding:0; margin-top: 20px; } .list-nav li { list-style: none; margin: 0; padding: 0; font-size: 16px; padding-left: 30px; margin-bottom: 10px; position: relative; } .list-nav li i { position: absolute; left: 0; top: 4px; font-size: 28px; color: #1fb5f6; } /*================================================================= Portfolio ==================================================================*/ .project-wrapper { margin: 0; padding: 0; list-style: none; text-align: center; } .project-wrapper .row { margin: 0; } .project-wrapper [class^="col-"] { padding-left: 0; padding-right: 0; } .portfolio-filter { font-size: 0; list-style: outside none none; margin: 0 0 40px; padding: 0; } .portfolio-filter li { display: inline-block; } .portfolio-filter li a { color: #777; display: block; font-size: 14px; padding: 0 20px; position: relative; } .portfolio-filter li a.active { color: #0aa6bd; } .portfolio-filter li a::after { bottom: auto; content: "/"; position: absolute; right: 0; top: auto; } .portfolio-filter li:last-child a::after { content: none; } .portfolio-item { cursor: pointer; overflow: hidden; position: relative; } .portfolio-item img { -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } .portfolio-item:hover img { -webkit-transform: translateY(-105px); -ms-transform: translateY(-105px); -o-transform: translateY(-105px); transform: translateY(-105px); } figcaption.mask { background-color: #f1f1f1; bottom: 0; color: #333; padding: 25px; position: absolute; width: 100%; text-align: left; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } .portfolio-item:hover figcaption.mask { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } figcaption.mask h3 { margin-top: 0; color: #333; font-size: 18px; margin-bottom:15px; opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transition: all 0.4s ease 0.1s; -moz-transition: all 0.4s ease 0.1s; -o-transition: all 0.4s ease 0.1s; transition: all 0.4s ease 0.1s; } figcaption.mask p { line-height: 1.3; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); opacity: 0; -webkit-transition: all 0.4s ease 0.3s; -moz-transition: all 0.4s ease 0.3s; -o-transition: all 0.4s ease 0.3s; transition: all 0.4s ease 0.3s; } .portfolio-item:hover figcaption.mask h3, .portfolio-item:hover figcaption.mask p { opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } ul.external { list-style: outside none none; margin: 0; padding: 0; position: absolute; right: 0; top: -47px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } ul.external li { display: inline-block; } ul.external li a { background-color: rgba(255, 255, 255, 0.9); color: #818181; display: block; padding: 10px 18px 13px; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } ul.external li a:hover { background-color: #0aa6bd; color: #fff; } .portfolio-item:hover ul.external { top: 0; } .fancybox-skin { border-radius: 0; } .fancybox-title.fancybox-title-inside-wrap { padding: 15px; } .fancybox-title h3 { margin: 0 0 15px; } .fancybox-title p { color: #818181; font-size: 16px; line-height: 22px; } .fancybox-title-inside-wrap { padding-top: 0; } /*================================================================= Testimonials ==================================================================*/ .owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; display: inline-block; margin: 0 8px; padding: 10px; } .price-table { border: 1px solid #e3e3e3; } .price-table.featured { border-color: #e3e3e3; border-style: solid; border-width: 1px 1px 0 1px; -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19); -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19); box-shadow: 0 4px 5px rgba(0,0,0,0.19); } .price-table > span { color: #444; display: block; font-size: 24px; padding: 30px 0; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; } .price-table .value { background-color: #f8f8f8; color: #727272; padding: 20px 0; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -ms-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; } .price-table.featured .value { background-color: #0aa6bd; color: #fff; } .price-table .value span { display: inline-block; } .price-table .value span:first-child { font-size: 32px; line-height: 32px; } .price-table .value span:nth-child(2) { font-size: 40px; line-height: 40px; margin-bottom: 10px; } .price-table .value span:last-child { font-size: 16px; } .price-table ul { margin: 0; padding: 0; list-style: none; text-align: center; } .price-table ul li { border-top: 1px solid #e3e3e3; display: block; padding: 15px 0; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -ms-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; } .price-table ul li a { display: block; text-transform: uppercase; } .price-table.featured ul li:last-child, .price-table ul li:last-child:hover { background-color: #0aa6bd; } .price-table.featured ul li:last-child a, .price-table ul li:last-child:hover a { color: #fff; } /*============================================================ For Small Desktop ==============================================================*/ @media (min-width: 980px) and (max-width: 1150px) { /*about*/ #about .welcome-block img { margin-bottom: 30px; } } /*============================================================ Tablet (Portrait) Design for a width of 768px ==============================================================*/ @media (min-width: 768px) and (max-width: 979px) { /* home slider */ .caption-content h2 { font-size: 40px; } .caption-content p { font-size: 25px; } .caption-content strong { font-size: 45px; } /* about */ .recent-works { margin-bottom: 50px; } /* price */ .price-table { margin-bottom: 50px; } /* contact form */ .contact-form { margin-bottom: 50px; } } /*============================================================ Mobile (Portrait) Design for a width of 320px ==============================================================*/ @media only screen and (max-width: 767px) { body { font-size: 14px; } .parallax { background-position: centet tip !important; } .section-title h2 { font-size: 25px; } .section-title h2:after { left: 30%; } /*navigation*/ .navbar-inverse .navbar-toggle { border-color: #fff; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: transparent; } /* slider */ .caption-content h2 { font-size: 18px; } .caption-content > span { font-size: 16px; margin-bottom: 20px; } .caption-content p { font-size: 16px; margin-bottom: 30px; } .caption-content strong { font-size: 22px; } /* about */ .recent-works { margin-bottom: 85px; } #about h3 { font-size: 18px; margin: 0 0 35px !important; } #about .owl-buttons { margin-top: 20px; } #about .message-body { margin-bottom: 45px; } #about .welcome-block img { margin: 0 25px 15px 0; } /* service */ .service-item { width: 100%; } /* lightbox */ .fancybox-title h3 { font-size: 20px; } .fancybox-title p { font-size: 14px; } /* price */ .price-table { margin-bottom: 50px; } /* follow us */ .social-button li a { height: 65px; line-height: 71px; width: 65px; } } /*============================================================ Mobile (Landscape) Design for a width of 480px ==============================================================*/ @media only screen and (min-width: 480px) and (max-width: 767px) { .section-title h2:after { left: 38%; } /* home slider */ .caption-content h2 { font-size: 35px; } .caption-content p { font-size: 25px; } .caption-content strong { font-size: 35px; } /*about*/ #about .welcome-block h3 { margin: 0 0 35px; } /* service */ .service-item { margin: 0 auto 50px; width: 55%; } /* portfolio */ .portfolio-item { width: 48%; } figcaption.mask { bottom: -132px; } /* social */ .social-button li a { height: 90px; line-height: 96px; width: 90px; } /* price */ .price-table { margin-bottom: 50px; } }