first commit
This commit is contained in:
@@ -0,0 +1,141 @@
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('../../../fonts/source-sans-pro/SourceSansPro-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('../../../fonts/source-sans-pro/SourceSansPro-Bold.woff2') format('woff2');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* ***** Global ***** */
|
||||
:root {
|
||||
--lqd-container-width: 1140px;
|
||||
--lqd-container-width-md: 970px;
|
||||
--lqd-container-width-sm: 750px;
|
||||
--lqd-row-gutter-x: 20px;
|
||||
--lqd-row-gutter-y: 20px;
|
||||
|
||||
--lqd-body-text-color: #5F6973;
|
||||
--lqd-color-primary: #FFCD28;
|
||||
--lqd-color-secondary: #194341;
|
||||
--lqd-color-link: #5b7bfb;
|
||||
--lqd-color-link-hover: #181b31;
|
||||
--lqd-color-dark: #292929;
|
||||
--lqd-color-gradient-start: #007fff;
|
||||
--lqd-color-gradient-stop: #ff4d54;
|
||||
--lqd-color-accent: #F7F8FA;
|
||||
--lqd-color-blue-300: #39374D;
|
||||
--lqd-color-blue-900: #10131d;
|
||||
--lqd-color-green-100: rgba(0, 34, 44, 0.43);
|
||||
--lqd-color-green-600: rgba(17, 48, 46, 0.9);
|
||||
--lqd-color-green-700: #143331;
|
||||
--lqd-color-blue-700: #112446;
|
||||
--lqd-color-gray-100: #FCFAF9;
|
||||
--lqd-color-gray-200: #F4F4F4;
|
||||
--lqd-color-gray-300: #e5e3df;
|
||||
--lqd-color-gray-400: #909197;
|
||||
--lqd-color-gray-500: #7F8284;
|
||||
--lqd-color-slate-200: #F7F8F8;
|
||||
--lqd-color-slate-700: #3B4B53;
|
||||
--lqd-color-slate-900: #222232;
|
||||
--lqd-color-yellow-100: #F8F5F3;
|
||||
|
||||
--lqd-body-font-family: 'Source Sans Pro', sans-serif;
|
||||
--lqd-body-font-size: 17px;
|
||||
--lqd-body-line-height: 1.64em;
|
||||
|
||||
--lqd-heading-font-family: 'Montserrat', sans-serif;
|
||||
--lqd-heading-font-weight: 700;
|
||||
--lqd-heading-line-height: 1.25em;
|
||||
--lqd-heading-color: #184341;
|
||||
--lqd-h1-font-size: 42px;
|
||||
--lqd-h2-font-size: 40px;
|
||||
--lqd-h3-font-size: 35px;
|
||||
--lqd-h4-font-size: 28px;
|
||||
--lqd-h5-font-size: 20px;
|
||||
--lqd-h5-line-height: 1.5em;
|
||||
--lqd-h6-font-size: 16px;
|
||||
--lqd-h6-line-height: 1.5em;
|
||||
|
||||
--lqd-sticky-header-height: 72px;
|
||||
}
|
||||
|
||||
/* Button & Link */
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="submit"],
|
||||
.btn,
|
||||
.font-heading {
|
||||
font-family: var(--lqd-heading-font-family);
|
||||
}
|
||||
|
||||
.btn-md {
|
||||
--btn-pt: 17px;
|
||||
--btn-pe: 55px;
|
||||
--btn-pb: 17px;
|
||||
--btn-ps: 55px;
|
||||
}
|
||||
|
||||
/* ***** Main Header ****** */
|
||||
.main-header .main-nav {
|
||||
--lqd-menu-items-top-padding: 25px;
|
||||
--lqd-menu-items-right-padding: 15px;
|
||||
--lqd-menu-items-bottom-padding: 6px;
|
||||
--lqd-menu-items-left-padding: 15px;
|
||||
}
|
||||
|
||||
.main-header .main-nav>li>a {
|
||||
font-family: var(--lqd-heading-font-family);
|
||||
}
|
||||
|
||||
.main-header .nav-item-children a {
|
||||
font-size: 1em;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.is-stuck .main-nav {
|
||||
--lqd-menu-items-bottom-padding: 12px;
|
||||
}
|
||||
|
||||
/* ***** Header Sticky ***** */
|
||||
.is-stuck .module-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.is-stuck .navbar-collapse .main-nav>li>a,
|
||||
.is-stuck .module-header h6 {
|
||||
color: #102020;
|
||||
}
|
||||
|
||||
/* ***** Mobile Header ***** */
|
||||
.lqd-mobile-sec .main-nav>li>a {
|
||||
font-family: var(--lqd-body-font-family);
|
||||
}
|
||||
|
||||
/* ***** Titlebar ***** */
|
||||
.titlebar-inner h1 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.titlebar-inner p {
|
||||
font-family: Montserrat;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.accordion-active-has-fill .accordion-item.active .accordion-title a {
|
||||
background-color: var(--lqd-color-secondary);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.has-accordion .accordion-item.active .accordion-expander {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
@@ -0,0 +1,136 @@
|
||||
/* ***** Tab Items ***** */
|
||||
.tab-items .lqd-tabs-style-3 .lqd-tabs-nav {
|
||||
--icon-size: 1em;
|
||||
}
|
||||
.tab-items .lqd-tabs-style-3 .lqd-tabs-nav li a:after {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
position: absolute;
|
||||
bottom: -2px;
|
||||
left: 0;
|
||||
background-color: var(--lqd-color-secondary);
|
||||
transform: scaleX(0);
|
||||
transition: transform .3s;
|
||||
}
|
||||
.tab-items .lqd-tabs-style-3 .lqd-tabs-nav li a.active:after {
|
||||
transform: scaleX(1);
|
||||
}
|
||||
@media (max-width: 1199px){
|
||||
.tab-items {
|
||||
padding: 0 45px;
|
||||
}
|
||||
.tab-items .lqd-tabs-content{
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px){
|
||||
.tab-items {
|
||||
padding: 40px 15px 0 15px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Image box ***** */
|
||||
@media (max-width: 1199px){
|
||||
.image-box {
|
||||
padding-right: 35px;
|
||||
padding-left: 35px;
|
||||
}
|
||||
.image-box .module-col {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px){
|
||||
.image-box {
|
||||
padding: 0 10px 50px 10px;
|
||||
}
|
||||
.image-box .module-img {
|
||||
height: 312px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Has Accordion ***** */
|
||||
@media (max-width: 1199px){
|
||||
.has-accordion-page {
|
||||
padding-right: 35px;
|
||||
padding-left: 35px;
|
||||
}
|
||||
.has-accordion-page h2 {
|
||||
font-size: 36px;
|
||||
}
|
||||
.has-accordion-page .module-col {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px){
|
||||
.has-accordion-page {
|
||||
padding: 70px 10px 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Icon Box ***** */
|
||||
.icon-box-page .iconbox {
|
||||
box-shadow: 0 25px 70px 0 rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
.icon-box-page .iconbox h3 {
|
||||
display: flex;
|
||||
}
|
||||
@media (max-width: 1199px){
|
||||
.icon-box-page {
|
||||
padding-right: 35px;
|
||||
padding-left: 35px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px){
|
||||
.icon-box-page {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Team ***** */
|
||||
@media (max-width: 1199px){
|
||||
.team {
|
||||
padding: 0 25px 80px 25px;
|
||||
}
|
||||
.team .module-col {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px){
|
||||
.team {
|
||||
padding: 65px 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Counters ***** */
|
||||
.counters .container {
|
||||
--lqd-container-width-sm: 1024px;
|
||||
--lqd-container-width-md: 1024px;
|
||||
}
|
||||
@media (max-width: 767px){
|
||||
.counters {
|
||||
padding: 70px 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Partners ***** */
|
||||
@media (max-width: 1199px){
|
||||
.partners {
|
||||
padding: 0 35px
|
||||
}
|
||||
.partners img {
|
||||
height: 400px;
|
||||
}
|
||||
.partners .module-contnet {
|
||||
padding-right: 30px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px){
|
||||
.partners {
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
/* ***** Form ***** */
|
||||
.form .lqd-contact-form .ui-button.ui-selectmenu-button,
|
||||
.form .lqd-contact-form input,
|
||||
.form .lqd-contact-form select {
|
||||
height: 50px;
|
||||
}
|
||||
.form .lqd-contact-form-button-lg button[type=submit],
|
||||
.form .lqd-contact-form-button-lg input[type=submit]{
|
||||
height: 60px;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.form {
|
||||
padding: 40px 30px;
|
||||
}
|
||||
.form .module-content {
|
||||
padding: 10px;
|
||||
}
|
||||
.form h2 {
|
||||
padding-right: 14%;
|
||||
}
|
||||
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.form {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.form .module-form {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
.form .module-title {
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Global Offices ***** */
|
||||
@media (max-width: 1199px) {
|
||||
.global-offices {
|
||||
padding: 0 10px 80px 10px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.global-offices {
|
||||
padding: 65px 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Page Footer ***** */
|
||||
@media (max-width: 1199px) {
|
||||
.page-footer .footer-content {
|
||||
padding: 50px 35px 0 35px;
|
||||
}
|
||||
.page-footer .footer-info {
|
||||
padding: 20px 35px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.page-footer .footer-content {
|
||||
padding: 20px 10px 0 10px;
|
||||
}
|
||||
.page-footer .footer-info {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
/* ***** Services Content ***** */
|
||||
.services-content .container {
|
||||
--lqd-container-width-sm: 1024px;
|
||||
--lqd-container-width-md: 1024px;
|
||||
}
|
||||
.services-content .module-first {
|
||||
--lqd-sticky-offset: 30px;
|
||||
top: calc(var(--lqd-sticky-offset) + var(--lqd-sticky-header-height, 0px));
|
||||
}
|
||||
|
||||
/* ***** List BG ***** */
|
||||
.services-content .module-first .module-list-bg a {
|
||||
font-family: "Montserrat", Sans-serif;
|
||||
}
|
||||
|
||||
/* ***** Form ***** */
|
||||
.services-content .module-first .lqd-contact-form {
|
||||
--inputs-margin: 0 0 10px 0;
|
||||
--input-margin-bottom: 10px;
|
||||
}
|
||||
.services-content .module-first input:not([type=submit]):focus,
|
||||
.services-content .module-first textarea:focus,
|
||||
.services-content .module-first .lqd-contact-form select:focus,
|
||||
.services-content .module-first .ui-button.ui-selectmenu-button:focus {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
/* ***** Portfolio ***** */
|
||||
.services-content .module-last .lqd-fb-content .lqd-fb__title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* ***** Accordion ***** */
|
||||
.services-content .accordion-side-spacing .accordion-title a {
|
||||
padding: 1.05em 1.5em;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.services-content .module-first,
|
||||
.services-content .module-last {
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
/* ***** List Column ***** */
|
||||
.services-content .module-list-col {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.services-content .module-first {
|
||||
padding: 70px 20px 10px 20px;
|
||||
}
|
||||
.services-content .module-last {
|
||||
padding: 40px 20px 0 20px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
.what-we-do-page .btn-naked {
|
||||
--icon-font-size: 14px;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.what-we-do-page {
|
||||
padding-right: 30px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.what-we-do-page {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,356 @@
|
||||
/* ***** Banner ***** */
|
||||
.banner .lqd-highlight-inner,
|
||||
.banner .lqd-highlight-inner .lqd-highlight-brush-svg {
|
||||
height: 0.2em;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.banner {
|
||||
background-attachment: fixed;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.banner {
|
||||
padding: 0 35px;
|
||||
}
|
||||
|
||||
.banner .ld-fancy-heading h1 {
|
||||
font-size: 82px;
|
||||
}
|
||||
|
||||
.banner .module-btn-circle {
|
||||
padding: 40px 15px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.banner {
|
||||
padding: 120px 10px 50px 10px;
|
||||
}
|
||||
|
||||
.banner .row {
|
||||
min-height: 73vh;
|
||||
}
|
||||
|
||||
.banner .ld-fancy-heading h1 {
|
||||
font-size: 13vw;
|
||||
}
|
||||
|
||||
.banner .ld-fancy-heading p {
|
||||
font-size: 19px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.banner .btn-lg {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.banner h6.ld-fh-element {
|
||||
margin: 1em 6em 0 0;
|
||||
}
|
||||
|
||||
.banner .module-btn-circle {
|
||||
font-size: 19px;
|
||||
margin-top: -30%;
|
||||
padding: 30px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Contact ***** */
|
||||
.contact .module-form {
|
||||
padding: 0 0 0 17.5%;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.contact {
|
||||
padding: 0 35px 30px 35px;
|
||||
}
|
||||
|
||||
.contact .module-title {
|
||||
padding: 40px 10px;
|
||||
}
|
||||
|
||||
.contact .module-form {
|
||||
padding: 0 10px 0 0;
|
||||
}
|
||||
|
||||
.contact .form-mini {
|
||||
padding: 35px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.contact {
|
||||
padding: 70px 10px 0 10px;
|
||||
}
|
||||
|
||||
.contact .module-title {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.contact .module-form {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.contact .form-mini {
|
||||
margin: 30px 0 0;
|
||||
padding: 30px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Case Study ***** */
|
||||
.case-study .iconbox:hover .iconbox-icon-container path {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.case-study {
|
||||
padding-top: 30px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 80px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.case-study {
|
||||
padding: 65px 0;
|
||||
}
|
||||
|
||||
.case-study .container-xl .row:first-child {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 575px) {
|
||||
.case-study .col-md-12:first-child {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Thin Fixed BG ***** */
|
||||
@media (min-width: 1200px) {
|
||||
.thin-fixed-bg {
|
||||
background-attachment: fixed;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.thin-fixed-bg {
|
||||
padding: 100px 35px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.thin-fixed-bg {
|
||||
padding: 100px 10px;
|
||||
}
|
||||
|
||||
.thin-fixed-bg .col-md-12,
|
||||
.thin-fixed-bg .container-xl {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.thin-fixed-bg .ld-fancy-heading h2 {
|
||||
font-size: 11.5vw;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Clients ***** */
|
||||
@media (max-width: 1199px) {
|
||||
.clients .carousel-items {
|
||||
margin-inline-start: -34px;
|
||||
margin-inline-end: -34px;
|
||||
}
|
||||
|
||||
.clients .carousel-item {
|
||||
width: calc(100% / 4);
|
||||
padding-inline-start: 34px;
|
||||
padding-inline-end: 34px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.clients .carousel-items {
|
||||
margin-inline-start: -20px;
|
||||
margin-inline-end: -20px;
|
||||
}
|
||||
|
||||
.clients .carousel-item {
|
||||
width: calc(100% / 3);
|
||||
padding-inline-start: 20px;
|
||||
padding-inline-end: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Consultation ***** */
|
||||
.consultation .ld-flipbox-face {
|
||||
background-color: var(--lqd-color-secondary);
|
||||
}
|
||||
|
||||
.consultation .ld-flipbox-front .ld-flipbox-inner {
|
||||
padding: 200px 30px 15px 30px;
|
||||
}
|
||||
|
||||
.consultation .btn-hover-txt-liquid-y:hover,
|
||||
.consultation .btn-hover-txt-liquid-y:focus {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.consultation {
|
||||
padding: 70px 35px 30px 35px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.consultation {
|
||||
padding: 65px 10px;
|
||||
}
|
||||
|
||||
.consultation .col-md-12:first-child {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.consultation .ld-flipbox-front .ld-flipbox-inner {
|
||||
padding: 40px 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Has Accordion ***** */
|
||||
.has-accordion .accordion-title a {
|
||||
font-family: "Montserrat", Sans-serif;
|
||||
padding: 1.05em 1.5em 1.05em 1.5em;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.has-accordion {
|
||||
padding: 20px 35px 0 35px;
|
||||
}
|
||||
|
||||
.has-accordion .col-md-12:first-child {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.has-accordion .accordion {
|
||||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.has-accordion {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.has-accordion .col-md-12:first-child {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.has-accordion .accordion {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** What We Do ***** */
|
||||
@media (max-width: 1199px) {
|
||||
.what-we-do {
|
||||
padding: 0 35px 0 38px;
|
||||
}
|
||||
|
||||
.what-we-do .module-content {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.what-we-do {
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Testimonial ***** */
|
||||
.testimonial .carousel-nav {
|
||||
top: 25px;
|
||||
}
|
||||
|
||||
.testimonial .carousel-nav .flickity-button,
|
||||
.testimonial .carousel-nav .flickity-button svg {
|
||||
fill: #FFFFFF;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.testimonial .carousel-nav .lqd-carousel-slides {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.testimonial .lqd-imggrp-single {
|
||||
top: -25px;
|
||||
left: -100px;
|
||||
}
|
||||
|
||||
.carousel-dots-mobile .flickity-page-dots .dot {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.carousel-dots-mobile .flickity-page-dots .dot.is-selected {
|
||||
background-color: rgba(255, 255, 255, 0.14);
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.testimonial {
|
||||
padding: 70px 35px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.testimonial {
|
||||
padding: 70px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.blog {
|
||||
padding: 70px 35px 0 35px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 567px) {
|
||||
.blog {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ***** Footer ***** */
|
||||
/* Module Top */
|
||||
@media (max-width: 1199px) {
|
||||
.main-footer .module-top {
|
||||
padding: 50px 35px 0 35px;
|
||||
}
|
||||
|
||||
.main-footer .module-bottom {
|
||||
padding: 20px 35px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.main-footer .module-top {
|
||||
padding: 20px 10px 0 10px;
|
||||
}
|
||||
|
||||
.main-footer .module-top .module-contact {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.main-footer .module-list .mb-10:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.main-footer .module-bottom {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user