648 lines
12 KiB
CSS
648 lines
12 KiB
CSS
/*================================
|
|
#RESPONSIVE CSS
|
|
====================================*/
|
|
|
|
/* Tablet Layout: 768px.*/
|
|
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
|
|
|
|
/* Banner */
|
|
.banner-area .wavesshape.shape {
|
|
bottom: -30px;
|
|
}
|
|
|
|
.banner-area .wavesshape {
|
|
bottom: 0;
|
|
}
|
|
|
|
.banner-area.content-double .double-items .thumb {
|
|
display: none;
|
|
}
|
|
|
|
/* About Area */
|
|
.about-area .info {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/* Compnay Area */
|
|
.companies-area .row {
|
|
align-items: inherit;
|
|
align-self: inherit;
|
|
display: inherit;
|
|
justify-content: inherit;
|
|
vertical-align: inherit;
|
|
}
|
|
|
|
.companies-area .info {
|
|
text-align: center;
|
|
}
|
|
|
|
.companies-area .clients .clients-items {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/* Features */
|
|
.features-area .features-items .col-md-5,
|
|
.features-area .features-items .col-md-7 {
|
|
display: block;
|
|
}
|
|
|
|
.features-items,
|
|
.features-items .items-box {
|
|
text-align: center;
|
|
}
|
|
|
|
.features-area .features-items.reversed .info-box {
|
|
float: none;
|
|
}
|
|
|
|
.features-area .features-items .thumb {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.features-area .features-items .thumb img {
|
|
min-height: 400px;
|
|
}
|
|
|
|
/* Fun Factor */
|
|
.fun-factor-area .item {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.fun-factor-area .item .fun-fact {
|
|
padding: 50px 25px;
|
|
}
|
|
|
|
.fun-factor-area .subscribe {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.fun-factor-area .item .fun-fact {
|
|
text-align: center;
|
|
}
|
|
|
|
/* Success Stories*/
|
|
.success-stories-area .item-flex .thumb {
|
|
min-height: 350px;
|
|
padding: 0;
|
|
}
|
|
|
|
.success-stories-area .info {
|
|
padding: 80px 30px;
|
|
}
|
|
|
|
.success-stories-area .item-flex {
|
|
display: block;
|
|
}
|
|
|
|
/* Work List */
|
|
.work-list-area .thumb {
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.work-list-area.include-arrow .thumb::after {
|
|
border-left: 20px solid transparent;
|
|
border-bottom: 20px solid #ffffff;
|
|
border-right: 20px solid transparent;
|
|
border-top: inherit;
|
|
content: "";
|
|
margin-top: 0;
|
|
position: absolute;
|
|
right: inherit;
|
|
top: inherit;
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.work-list-area.include-arrow .single-item.reverse .thumb::before {
|
|
border-left: 20px solid transparent;
|
|
border-bottom: 20px solid #ffffff;
|
|
border-right: 20px solid transparent;
|
|
border-top: inherit;
|
|
content: "";
|
|
margin-top: 0;
|
|
position: absolute;
|
|
right: inherit;
|
|
top: inherit;
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.overview-items .single-item.reverse .thumb {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.overview-items.solid-items .single-item {
|
|
margin-bottom: 50px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.work-list-area .info {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/* Faq */
|
|
.faq-area .faq-items {
|
|
margin-bottom: -15px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.acd-items .panel-heading .panel-title a span {
|
|
display: none;
|
|
}
|
|
|
|
.acd-arrow .panel-group.symb .panel-heading a::after {
|
|
top: 13px;
|
|
}
|
|
|
|
/* Contact */
|
|
.contact-us-area .address {
|
|
margin-top: 30px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.google-maps iframe {
|
|
height: 350px;
|
|
}
|
|
|
|
/* Footer */
|
|
footer .item {
|
|
height: auto;
|
|
margin-bottom: 50px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
footer .item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
footer .footer-bottom {
|
|
margin-bottom: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
footer .footer-bottom p {
|
|
line-height: 26px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.footer-bottom .col-md-6 {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.footer-bottom .col-md-6:last-child {
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
/* Mobile Layout: 320px. */
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
/* Heading */
|
|
h1 {
|
|
font-size: 30px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 26px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 18px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 16px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
h6 {
|
|
font-size: 14px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.default-padding {
|
|
padding-top: 50px;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.padding-xl {
|
|
padding-bottom: 50px;
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.default-padding.bottom-less {
|
|
padding-bottom: 20px;
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.default-padding-bottom {
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.default-padding-top {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.default-padding.carousel-shadow {
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
.site-heading {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.attr-nav {
|
|
display: none;
|
|
}
|
|
|
|
.breadcrumb-area h1 {
|
|
font-size: 36px;
|
|
}
|
|
|
|
/* Banner Area */
|
|
body, .banner-area, .banner-area div {
|
|
height: auto;
|
|
}
|
|
|
|
.banner-area .wavesshape {
|
|
bottom: 0;
|
|
}
|
|
|
|
.banner-area .wavesshape.shape {
|
|
bottom: -10px;
|
|
}
|
|
|
|
.banner-area.text-normal .content h1 {
|
|
font-size: 36px;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.banner-area.text-small .content h1 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.banner-area.navbar-transparent {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.banner-area.fixed-navbar .content {
|
|
padding-top: 150px;
|
|
}
|
|
|
|
.banner-area.auto-height .content {
|
|
padding: 0;
|
|
}
|
|
|
|
.banner-area .content {
|
|
padding: 100px 0;
|
|
}
|
|
|
|
.banner-area.auto-height .double-items, .banner-area.auto-height .content-box {
|
|
padding-top: 120px;
|
|
}
|
|
|
|
.banner-area.content-double .double-items {
|
|
display: block;
|
|
}
|
|
|
|
.banner-area.button-effect .double-items .content.inc-video {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.banner-area.content-double .content {
|
|
padding: 20px 0 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* .banner-area.content-double .content.inc-video {
|
|
padding-bottom: 50px;
|
|
}*/
|
|
|
|
.banner-area.content-double .content .video-play-button {
|
|
left: 0;
|
|
}
|
|
|
|
.banner-area.content-double .form {
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.banner-area.content-double .double-items .thumb {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.banner-area.content-double.fixed-navbar .double-items .content {
|
|
padding-top: 110px;
|
|
padding-bottom: 80px !important;
|
|
}
|
|
|
|
|
|
.banner-area.content-double .double-items .thumb {
|
|
display: none;
|
|
}
|
|
|
|
/* About Area */
|
|
.about-area .info {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/* Compnay Area */
|
|
.companies-area .row {
|
|
align-items: inherit;
|
|
align-self: inherit;
|
|
display: inherit;
|
|
justify-content: inherit;
|
|
vertical-align: inherit;
|
|
}
|
|
|
|
.companies-area .info {
|
|
text-align: center;
|
|
}
|
|
|
|
.companies-area .clients .clients-items {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/* Features */
|
|
|
|
.features-items,
|
|
.features-items .items-box {
|
|
overflow: inherit;
|
|
}
|
|
|
|
.features-area.item-full .features-items .item {
|
|
padding: 0;
|
|
}
|
|
|
|
.features-area .features-items.reversed .info-box {
|
|
display: block;
|
|
float: inherit;
|
|
}
|
|
|
|
.features-area .features-items.less-icon .items-box.inc-cell .equal-height:last-child {
|
|
border: medium none;
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.features-area .equal-height::after,
|
|
.features-area .equal-height::before {
|
|
display: none;
|
|
}
|
|
|
|
.features-area .items-box .equal-height:nth-child(1) .item,
|
|
.features-area .items-box .equal-height:nth-child(2) .item {
|
|
padding: 0;
|
|
}
|
|
|
|
.features-area .items-box .equal-height {
|
|
padding: 0;
|
|
}
|
|
|
|
.features-area .items-box .equal-height:last-child {
|
|
border: medium none;
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.features-area .features-items .items-box.inc-cell .item .icon,
|
|
.features-area .features-items .items-box.inc-cell .item .info {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.features-area .features-items .items-box.inc-cell .item .icon {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.features-area .features-items .items-box.inc-cell .item .info {
|
|
padding: 0;
|
|
}
|
|
|
|
.features-area .items-box .equal-height .item {
|
|
padding: 0;
|
|
}
|
|
|
|
.features-area .thumb {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.features-area .features-items .col-md-5,
|
|
.features-area .features-items .col-md-7 {
|
|
display: block;
|
|
}
|
|
|
|
.features-area .features-items .item {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.features-area.cell-items .equal-height {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.features-area.cell-items .equal-height:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
|
|
/* Success Stories*/
|
|
.success-stories-area .item-flex {
|
|
display: block;
|
|
}
|
|
|
|
.success-stories-area .info {
|
|
padding: 50px 15px 40px;
|
|
}
|
|
|
|
.success-stories-area .item-flex .thumb {
|
|
min-height: 300px;
|
|
padding: 0;
|
|
}
|
|
|
|
/* Fun Factor */
|
|
.fun-factor-area .item {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.fun-factor-area .subscribe {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.fun-factor-area .item .fun-fact {
|
|
text-align: center;
|
|
}
|
|
|
|
/* Overview */
|
|
.overview-items.solid-items .single-item {
|
|
margin-bottom: 30px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* Work List */
|
|
.work-list-area .thumb {
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.work-list-area.include-arrow .thumb::after {
|
|
border-left: 20px solid transparent;
|
|
border-bottom: 20px solid #ffffff;
|
|
border-right: 20px solid transparent;
|
|
border-top: inherit;
|
|
content: "";
|
|
margin-top: 0;
|
|
position: absolute;
|
|
right: inherit;
|
|
top: inherit;
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.work-list-area.include-arrow .single-item.reverse .thumb::before {
|
|
border-left: 20px solid transparent;
|
|
border-bottom: 20px solid #ffffff;
|
|
border-right: 20px solid transparent;
|
|
border-top: inherit;
|
|
content: "";
|
|
margin-top: 0;
|
|
position: absolute;
|
|
right: inherit;
|
|
top: inherit;
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.overview-items .single-item.reverse .thumb {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.work-list-area .info {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/* Pricing */
|
|
.pricing-area .site-heading {
|
|
margin-bottom: 80px;
|
|
}
|
|
|
|
.pricing-area .col-md-3:last-child .pricing-item,
|
|
.pricing-area .col-md-4:last-child .pricing-item,
|
|
.pricing-area .col-md-6:last-child .pricing-item {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
|
|
/* Testimonials */
|
|
.testimonials-area .testimonial-item .thumb,
|
|
.testimonials-area .testimonial-item .info {
|
|
display: block;
|
|
}
|
|
|
|
.testimonials-area .testimonial-item .info .content {
|
|
border-left: medium none;
|
|
padding-left: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.testimonials-area .testimonial-item .info p::after {
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.testimonial-items .testimonial-item .thumb img {
|
|
height: 300px;
|
|
margin: auto;
|
|
width: 300px;
|
|
}
|
|
|
|
.testimonials-area .testimonial-item .info {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/* Faq */
|
|
.faq-area .faq-items {
|
|
margin-bottom: -15px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.acd-items .panel-heading .panel-title a span {
|
|
display: none;
|
|
}
|
|
|
|
.acd-arrow .panel-group.symb .panel-heading a::after {
|
|
top: 13px;
|
|
}
|
|
|
|
/* Contact */
|
|
.contact-us-area .address {
|
|
margin-top: 30px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.google-maps iframe {
|
|
height: 300px;
|
|
}
|
|
|
|
/* Footer */
|
|
footer .item {
|
|
height: auto;
|
|
margin-bottom: 50px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
footer .item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
footer .footer-bottom {
|
|
margin-bottom: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
footer .footer-bottom p {
|
|
line-height: 26px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.footer-bottom .col-md-6 {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.footer-bottom .col-md-6:last-child {
|
|
text-align: center;
|
|
}
|
|
|
|
.banner-area .double-items .content.inc-video h4 {
|
|
left: 5px;
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 320px) {
|
|
.navbar-brand>img {
|
|
height: 30px!important;
|
|
}
|
|
|
|
.nav-request-help .btn.submit-case-btn {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.nav-request-help .btn.submit-case-btn.active {
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
|