firstcommit
This commit is contained in:
479
public/source/css/responsive.min.css
vendored
Normal file
479
public/source/css/responsive.min.css
vendored
Normal file
@@ -0,0 +1,479 @@
|
||||
@media only screen and (max-width: 1139px) {
|
||||
.fact-counter-one .inner {
|
||||
padding: 0 15px;
|
||||
}
|
||||
.our-projects .project-box {
|
||||
width: 33.333%;
|
||||
}
|
||||
.news-area .owl-nav {
|
||||
top: -50px;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.project-details .project-info li {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1023px) {
|
||||
.main-header .header-lower .logo,
|
||||
.main-header.style-two .header-lower .logo {
|
||||
float: none;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
.main-header.style-two .header-lower .logo {
|
||||
background: #60d1d8;
|
||||
width: auto;
|
||||
margin: -20px -15px 10px;
|
||||
padding: 15px;
|
||||
}
|
||||
.main-header.style-two .header-lower .logo img {
|
||||
margin: 0;
|
||||
}
|
||||
.main-header.style-two .header-lower .logo::before {
|
||||
display: none;
|
||||
}
|
||||
.main-header .header-lower .right-cont {
|
||||
float: none;
|
||||
width: 100%;
|
||||
padding: 0 0;
|
||||
}
|
||||
.main-header .search-btn {
|
||||
position: relative;
|
||||
float: none;
|
||||
padding: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: 5;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
border: 1px solid #60d1d8;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
-ms-border-radius: 5px 5px 5px 5px;
|
||||
-o-border-radius: 5px 5px 5px 5px;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.main-header .search-btn .curve {
|
||||
display: none;
|
||||
}
|
||||
.main-header .search-btn .f-icon {
|
||||
border: none !important;
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.main-header .main-menu {
|
||||
float: none;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0 0;
|
||||
}
|
||||
.main-menu .collapse {
|
||||
display: none !important;
|
||||
max-height: none;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
border: 1px solid #10bcf4;
|
||||
margin: 10px 0;
|
||||
width: 100%;
|
||||
border-radius: 3px;
|
||||
-ms-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-o-border-radius: 3px;
|
||||
}
|
||||
.main-menu .collapse.in,
|
||||
.main-menu .collapsing {
|
||||
display: block !important;
|
||||
max-height: none;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
border: 1px solid #565656;
|
||||
margin: 10px 0;
|
||||
width: 100%;
|
||||
border-radius: 3px;
|
||||
-ms-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-o-border-radius: 3px;
|
||||
}
|
||||
.main-menu .navbar-header {
|
||||
float: none;
|
||||
display: block;
|
||||
margin-top: -34px;
|
||||
}
|
||||
.main-menu .navbar-header .navbar-toggle {
|
||||
display: block;
|
||||
z-index: 7;
|
||||
border: 1px solid #60d1d8;
|
||||
margin: 0;
|
||||
}
|
||||
.main-menu .navbar-header .navbar-toggle .icon-bar {
|
||||
background: #60d1d8;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav {
|
||||
float: none !important;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li {
|
||||
margin: 0;
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li:after {
|
||||
display: none;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li > ul,
|
||||
.main-header .main-menu .navbar-nav > li > ul > li > ul {
|
||||
position: relative;
|
||||
border: none;
|
||||
float: none;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
display: none;
|
||||
left: auto !important;
|
||||
right: auto !important;
|
||||
top: auto !important;
|
||||
width: 100%;
|
||||
background: 0 0;
|
||||
border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
-ms-border-radius: 0;
|
||||
-o-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li.dropdown:before,
|
||||
.main-header .main-menu .navbar-nav > li > ul > li.dropdown:before {
|
||||
font-family: FontAwesome;
|
||||
content: "\f0d7";
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 9px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
display: block;
|
||||
color: #fff;
|
||||
line-height: 20px;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
z-index: 5;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li > ul,
|
||||
.main-header .main-menu .navbar-nav > li > ul > li > ul {
|
||||
border-top: 1px solid #60d1d8 !important;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li,
|
||||
.main-header .main-menu .navbar-nav > li > ul > li,
|
||||
.main-header .main-menu .navbar-nav > li > ul > li > ul > li {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li:first-child {
|
||||
border: none;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li > a,
|
||||
.main-header .main-menu .navbar-nav > li > ul > li > a,
|
||||
.main-header .main-menu .navbar-nav > li > ul > li > ul > li > a {
|
||||
padding: 9px 10px;
|
||||
line-height: 22px;
|
||||
color: #fff;
|
||||
background: #60d1d8;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li > a:active,
|
||||
.main-header .main-menu .navbar-nav > li > a:focus,
|
||||
.main-header .main-menu .navbar-nav > li > a:hover {
|
||||
background: #60d1d8;
|
||||
}
|
||||
.main-header .main-menu .navbar-nav > li:hover > ul {
|
||||
display: block;
|
||||
}
|
||||
.fact-counter-one .inner {
|
||||
background: 0 0;
|
||||
}
|
||||
.fact-counter-one .inner .column.even,
|
||||
.fact-counter-one .inner .column.odd {
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
margin: 30px 0;
|
||||
height: auto;
|
||||
min-height: 0;
|
||||
}
|
||||
.fact-counter-one .inner .column .content {
|
||||
padding: 60px 0 0;
|
||||
top: 0;
|
||||
width: 180px;
|
||||
margin: 0 auto;
|
||||
height: 180px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
background-position: center center;
|
||||
}
|
||||
.service-tabs .tab-btns .tab-btn,
|
||||
.service-tabs.style-two .tab-btns .tab-btn {
|
||||
padding: 20px;
|
||||
}
|
||||
.service-tabs .tab-btns .tab-btn .icon,
|
||||
.service-tabs.style-two .tab-btns .tab-btn .icon {
|
||||
display: none;
|
||||
}
|
||||
.service-tabs .tab-btns,
|
||||
.service-tabs.style-two .tab-btns {
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.service-tabs .tab-btns .tab-btn,
|
||||
.service-tabs.style-two .tab-btns .tab-btn {
|
||||
width: 20%;
|
||||
float: left;
|
||||
border-bottom: none;
|
||||
border-right: 1px solid #f1f1f1;
|
||||
}
|
||||
.service-tabs .tab-content {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
.service-tabs .tab-content .content-box,
|
||||
.service-tabs.style-two .tab-content .content-box {
|
||||
padding: 0 10px;
|
||||
}
|
||||
.we-are-best::after {
|
||||
display: none;
|
||||
}
|
||||
.we-are-best .image-side,
|
||||
.we-are-best .text-side {
|
||||
float: none !important;
|
||||
width: 100% !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
.we-are-best .image-side img {
|
||||
display: inline-block !important;
|
||||
max-width: 100%;
|
||||
}
|
||||
.we-are-best .text-side {
|
||||
background: #202e31;
|
||||
padding: 30px 15px;
|
||||
}
|
||||
.fact-counter-two {
|
||||
margin: 0 0;
|
||||
padding: 20px 30px;
|
||||
}
|
||||
.fact-counter-two .column {
|
||||
width: 50%;
|
||||
}
|
||||
.fact-counter-two .column {
|
||||
border: 1px solid #ccc !important;
|
||||
}
|
||||
.featured-services .post {
|
||||
max-width: 550px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.featured-services .post .content::before {
|
||||
top: -56px;
|
||||
height: 80%;
|
||||
}
|
||||
.service-tabs.style-two.three-column .tab-content .featured-box {
|
||||
width: 50%;
|
||||
}
|
||||
.service-tabs.style-two
|
||||
.tab-content
|
||||
.featured-box
|
||||
.box-inner
|
||||
.content
|
||||
.inner-box {
|
||||
padding: 30px 20px 30px;
|
||||
}
|
||||
.blog-area .col-md-8 {
|
||||
padding-right: 15px;
|
||||
}
|
||||
.project-details .detail-content .content {
|
||||
margin-top: -16px;
|
||||
}
|
||||
.project-details .detail-content .content .inner-box {
|
||||
padding: 30px 15px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
.main-header.header-fixed .header-lower {
|
||||
position: relative !important;
|
||||
}
|
||||
.fact-counter-one .inner .column.even,
|
||||
.fact-counter-one .inner .column.odd {
|
||||
width: 50%;
|
||||
padding: 0;
|
||||
}
|
||||
.service-tabs .tab-content .content-box,
|
||||
.service-tabs .tab-content .featured-box,
|
||||
.service-tabs.style-two .tab-content .content-box,
|
||||
.service-tabs.style-two .tab-content .featured-box {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
.service-tabs .tab-content .step {
|
||||
border: none !important;
|
||||
padding: 20px;
|
||||
}
|
||||
.service-tabs .tab-btns .tab-btn,
|
||||
.service-tabs.style-two .tab-btns .tab-btn {
|
||||
float: none;
|
||||
width: 100%;
|
||||
padding: 20px 10px 20px 80px;
|
||||
}
|
||||
.service-tabs .tab-btns .tab-btn .icon,
|
||||
.service-tabs.style-two .tab-btns .tab-btn .icon {
|
||||
display: block;
|
||||
font-size: 30px;
|
||||
}
|
||||
.main-header .header-top .top-right {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
.our-projects .project-box {
|
||||
width: 50%;
|
||||
}
|
||||
.testimonials-area .custom-pager .pager-item {
|
||||
display: none;
|
||||
float: none;
|
||||
}
|
||||
.testimonials-area .custom-pager .pager-item.active {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 280px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.sec-text br {
|
||||
display: none;
|
||||
}
|
||||
.main-footer .subscribe-area,
|
||||
.main-footer .subscribe-area .subs-box {
|
||||
margin: 0 0;
|
||||
padding: 10px 15px;
|
||||
transform: skewX(0);
|
||||
-webkit-transform: skewX(0);
|
||||
-ms-transform: skewX(0);
|
||||
-o-transform: skewX(0);
|
||||
-moz-transform: skewX(0);
|
||||
}
|
||||
.news-area .news-slider {
|
||||
padding-top: 40px;
|
||||
}
|
||||
.service-tabs.style-two.three-column .tab-content .featured-box {
|
||||
width: 100%;
|
||||
}
|
||||
.main-header .header-top .top-left .email,
|
||||
.main-header .header-top .top-left .phone {
|
||||
margin: 0 10px !important;
|
||||
}
|
||||
.title-head {
|
||||
font-size: 24px;
|
||||
}
|
||||
.blog-area .author img {
|
||||
position: static;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
padding-top: 40px;
|
||||
}
|
||||
.blog-area .author-comment {
|
||||
margin-left: 0;
|
||||
padding-top: 30px;
|
||||
float: none;
|
||||
}
|
||||
.comment-area input[type="email"],
|
||||
.comment-area input[type="phone"],
|
||||
.comment-area input[type="text"],
|
||||
.comment-area textarea {
|
||||
width: 100%;
|
||||
}
|
||||
.blog-area form {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.blog-area .post-content {
|
||||
padding: 25px 25px;
|
||||
}
|
||||
.project-details .post .content {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.project-details .column .post-inner {
|
||||
max-width: 450px !important;
|
||||
}
|
||||
.project-details .post .content::before {
|
||||
top: -56px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 599px) {
|
||||
.fact-counter-one .inner .column.even,
|
||||
.fact-counter-one .inner .column.odd {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
.our-projects .project-box {
|
||||
width: 100%;
|
||||
}
|
||||
.main-footer .subscribe-area h2 {
|
||||
font-size: 18px;
|
||||
}
|
||||
.sec-title h2::after {
|
||||
display: none;
|
||||
}
|
||||
.fact-counter-two .column {
|
||||
width: 100%;
|
||||
}
|
||||
.featured-services .big-post .content {
|
||||
margin-top: -16px;
|
||||
}
|
||||
.featured-services .post .content,
|
||||
.service-tabs .tab-content .featured-box .box-inner .content {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.service-tabs.style-two.three-column .tab-content .featured-box .box-inner {
|
||||
padding: 30px 10px;
|
||||
}
|
||||
.service-tabs.style-two.three-column
|
||||
.tab-content
|
||||
.featured-box
|
||||
.box-inner
|
||||
.content::before {
|
||||
top: -46px;
|
||||
}
|
||||
.our-projects .filter-tabs li {
|
||||
float: none;
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding: 7px 10px;
|
||||
}
|
||||
.page-banner h1 {
|
||||
font-size: 24px;
|
||||
}
|
||||
.main-header .search-box .search-form {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 479px) {
|
||||
.top-services .post-inner {
|
||||
padding: 0 10px;
|
||||
}
|
||||
.news-area .slide-item .content-box .text-content::before,
|
||||
.news-area .slide-item .image::before {
|
||||
display: none;
|
||||
}
|
||||
.news-area .slide-item .content-box {
|
||||
right: 0;
|
||||
}
|
||||
.comment-details {
|
||||
margin-left: 0;
|
||||
padding-top: 100px;
|
||||
}
|
||||
.about-us-area .quote-slider .slide-item .content {
|
||||
padding: 25px;
|
||||
}
|
||||
.about-us-area .quote-slider .slide-item .content .quote-thumb {
|
||||
display: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user