:root{
--primary-color			: #000000;
--secondery-color		: #F8F8F8;
--text-color			: #000000;
--accent-color			: #0b7180;
--white-color			: #FFFFFF;
--divider-color			: #EAF0EC;
--dark-divider-color	: #FFFFFF1A;
--error-color			: rgb(230, 87, 87);
--default-font			: "Manrope", sans-serif;
}
* {
box-sizing: border-box;
}
body{
top: 0;
overflow-x: hidden;
margin: 0 auto;
background-color: #fff;
position: relative;
max-width: 100%;
font-family: "Manrope", sans-serif;
font-size: 16px;
color: #767676;
}
.container{
width: 100%;
max-width: 1680px;
}
.container-fluid {
width: 100%;
padding: 0 120px;
}
a, a:hover, a:focus {
text-decoration:none;
outline:none;
color: #000;
transition: color 0.3s ease;
}
b, strong {
font-weight: 700;
}
img {
max-width:100%;
height: auto;
}
ol, ul{
padding: 0;
margin: 0;
}
ul li{
list-style: none;
}
section {
padding: 160px 0;
}
h1{
font-size: 64px;
line-height: 60px;
font-weight: 700;
color:var(--text-color);
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 0;
}
h2{
font-weight: 600;
font-size: 64px;
line-height:60px;
color:var(--text-color);
margin-bottom: 32px;
text-transform: uppercase;
letter-spacing: 0;
}
h3{
font-size: 32px;
line-height: 40px;
font-weight: 600;
color:var(--text-color);
margin-bottom: 32px;
letter-spacing: 0;
}
h4{
font-size: 22px;
line-height: 30px;
font-weight: 600;
color:var(--text-color);
margin-bottom: 32px;
letter-spacing: 0;
}
h5{
font-size:19px;
line-height: 26px;
font-weight: 700;
color:var(--text-color);
margin-bottom: 32px;
letter-spacing: 0;
}
h6{
font-size: 18px;
line-height: 24px;
font-weight: 600;
color:var(--text-color);
margin-bottom: 32px;
letter-spacing: 0;
}
p{
font-size: 24px;
font-family: 'Manrope', sans-serif;
font-weight: 500;
line-height: 32px;
color:var(--text-color);
margin-bottom: 32px;
letter-spacing: 0;
}
.preloader{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
background-color: var(--text-color);
display: flex;
align-items: center;
justify-content: center;
}
.loading-container,
.loading{
height: 100px;
position: relative;
width: 100px;
border-radius: 100%;
}
.loading-container{
margin: 40px auto;
}
.loading{
border: 1px solid transparent;
border-color: transparent var(--white-color) transparent var(--white-color);
animation: rotate-loading 1.5s linear 0s infinite normal;
transform-origin: 50% 50%;
}
.loading-container:hover .loading,
.loading-container .loading{
transition: all 0.5s ease-in-out;
}
#loading-icon{
position: absolute;
top: 50%;
left: 50%;
max-width: 66px;
transform: translate(-50%, -50%);
}
@keyframes rotate-loading{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
} .common-btn,
.appointment-btn {
text-transform: capitalize;
position: relative;
font-size: 24px;
font-weight: 600;
height: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
padding:16px 24px;
border: none;
border-radius: 64px;
overflow: hidden;
transition: all 0.3s linear;
color: #fff;
background-color:var(--primary-color);
}
.common-btn:hover,
.common-btn:focus,
.appointment-btn:hover,
.appointment-btn:focus{
color: #fff;
transition: all 0.3s linear;
background-color: #06f4eb;
}
.image-anime {
position: relative;
overflow: hidden;
}
.image-anime:after{
content: "";
position: absolute;
width: 200%;
height: 0%;
left: 50%;
top: 50%;
background-color: rgba(255,255,255,.3);
transform: translate(-50%,-50%) rotate(-45deg);
z-index: 1;
}
.image-anime:hover:after{
height: 250%;
transition: all 600ms linear;
background-color: transparent;
}
.reveal{
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
visibility: hidden;
overflow: hidden;
}
.reveal img{
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform-origin: left;
transform-origin: left;
}  .wrapper {
position: relative;
overflow:hidden;
}
.main-header {
position: fixed;
top: 56px;
z-index: 100;
width: 100%;
}
.main-header .common-btn {
font-size: 16px;
height: 50px;
}
.outer-menu {
padding: 0;
height: 98px;
max-height: 98px;
background-color: #fff;
border-radius: 80px;
padding:24px 32px;
}
.outer-menu ul li{
margin:0 12px 0 0;
position: relative;
}
.outer-menu ul li a{
font-size: 20px;
line-height: 20px;
font-weight: 500;
text-transform: capitalize;
display: block;
position: relative;
color:var(--primary-color);
padding:10px;
}
.navbar .dropdown::after {
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
border: none;
vertical-align: middle;
margin-left: 0;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.outer-menu ul li a:hover, .outer-menu ul li a.active{
color: #222;
}
.contact-phone,
.contact-message {
padding: 10px;
margin-right: 3px;
}
.mobile-menu {
display: none;
}
.outer-menu img.logo {
max-height: 70px;
width: auto;
height: 50px;
display: none;
}
.navbar-nav {
margin-left: auto;
margin-right: auto;
}
.outer-menu ul li .submenu  {
display: block;
position: absolute;
left: 0;
right: auto;
z-index: 1050;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease;
transform: translateY(10px);
width: auto;
min-width: 235px;
box-shadow: 0 2px 6px 0 rgba(40,40,40,.1);
padding: 25px 0 23px;
border-radius: 0 0 6px 6px;
background-color: #fff;
margin: 0;
border: none;
}
.outer-menu ul li.dropdown:hover > .submenu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.outer-menu ul li .submenu li {
padding: 0 40px;
margin-right: 0;
}
.outer-menu ul li .submenu li a {
font-size: 14px;
color:var(--primary-color);
text-transform: capitalize;
font-weight: 400;
line-height: 36px !important;
white-space: nowrap;
position: relative;
} 
.outer-menu ul li .submenu li a::after {
content: '';
position: absolute;
top: 50%;
left: -20px;
width: 10px;
height: 2px;
opacity: 0;
background-color: #5f3984;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.outer-menu ul li .submenu li a::before {
display: none;
}  
.is-sticky {
position: fixed !important;
top: 0 !important;
right: 0;
left: 0;
width: 100%;
z-index: 1040;
border-bottom: 0 !important;
height: 80px !important;
max-height: 80px !important;
background-color:#fff!important;
-webkit-animation: translateHeader 0.8s;
animation: translateHeader 0.8s;
-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.07);
box-shadow: 0 3px 4px rgba(0,0,0,.07);
}
.contact-now-box .common-btn {
margin-left: 14px;
}
.contact-now-box {
align-items: center;
}
.is-sticky .outer-menu {
height: 77px;
padding: 12px 32px;
}
.navbar-brand  { padding: 0;
}
.navbar-brand img {
height: 40px;
width: auto;
}
.menu-logo {
display: none;
}
@keyframes translateHeader {
0% {
opacity:0;
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes headerAnimation {
0% {
opacity:0;
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@media (min-width: 992px) {
.close-mobile-menu {
display: none;
}
}  .hero-section {
position: relative;
padding: 445px 0 310px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.hero-section h1 {
margin-bottom: 27px;
color: var(--white-color);
text-transform: uppercase;
}
.hero-section p {
margin-bottom: 25px;
font-size: 24px;
line-height: 32px;
font-weight: 600;
color: var(--white-color);
letter-spacing: 0;
}
.hero-content {
max-width: 770px;
}
.hero-content .common-btn {
font-weight: 500;
font-size: 24px;
line-height: 20px;
padding: 16px 32px;
height: 65px;
} .gallery p {
font-weight: 500;
font-size: 32px;
line-height: 42px;
color: #373737;
max-width: 1400px;
}
.gallery h3 {
font-weight: 500;
font-size: 24px;
line-height: 0px;
text-transform: capitalize;
text-align: center;
margin-top: 24px;
margin-bottom: 0;
}
.gallery-carousel-box {
--gap: 32px;
position: relative;
display: flex;
white-space: nowrap; user-select: none;
gap: var(--gap);
margin-top: 64px;
}
.gallery-scrolling-content {
flex-shrink: 0;
display: flex;
gap: var(--gap);
min-width: 100%;
animation: galleryscroll 20s linear infinite;
}
@keyframes galleryscroll {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
} .about-section {
position: relative;
padding: 80px 0 160px;
background-color: #fefefe;
}
.about-title {
font-size: 64px;
font-weight: 600;
line-height: 46px;
text-align: right;
}
.about-content {
display: flex;
padding: 0;
gap: 56px;
align-items: flex-start;
}
.about-text {
flex: 1;
max-width: 576px;
}
.about-heading {
font-size: 80px;
font-weight: 800;
line-height: 85px;
color: #373737;
margin-bottom: 56px;
letter-spacing: -4px;
}
.about-logo {
align-items: center;
}
.about-name {
font-size: 50px;
font-weight: 800;
line-height: 85px;
color: #6A6054;
margin-bottom: 0;
letter-spacing: -4px;
}
.about-stats {
flex: 1;
background-image: url(//arcticblueinteriors.com/wp-content/themes/twentytwenty/assets/images/about-img.jpg);
background-size: cover;
background-position: center;
min-height: 692px;
position: relative;
border-radius: 40px;
overflow:hidden;
}
.stats-container { position: absolute;
bottom: 0;   
max-width: 795px;
}
.stats-grid {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 24px 16px;
gap: 32px;
}
.stat-item {
text-align: left;
}
.stat-number {
font-size: 48px;
font-weight: 600;
line-height: 66px;
text-transform: capitalize;
margin-bottom: 13px;
color: var(--text-color);
}
.stat-label {
font-size: 20px;
font-weight: 600;
line-height: 24px;
text-transform: capitalize;
color: #636363;
width: 98%;
} .services-section {
position: relative;
background-color: #6A6054;
}
.services-image {
border-radius: 32px;
overflow: hidden;
}
.services-section h2 {
color: var(--white-color);
}
.services-section h3 {
font-size: 32px;
font-weight: 600;
line-height: 44px;
color: #f2f2f2;
margin-bottom: 16px;
}
.services-section p {
color: #f2f2f2;
margin-bottom: 40px;
}
.services-content {
padding-left: 13px;
}
.service-item {
display: flex;
align-items: center;
padding: 24px 0;
border-bottom: 2px solid #dcdcdc;
cursor: pointer;
transition: opacity 0.3s ease;
margin-bottom: 14px;
}
.service-item:last-child {
margin-bottom: 0;
}
.service-item:hover {
opacity: 0.8;
}
.service-icon {
width: 64px;
height: 64px;
background-color: rgba(252, 250, 250, 0.73);
border-radius: 32px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 16px;
}
.service-icon img {
width: 32px;
height: 32px;
}
.service-item span {
flex: 1;
font-size: 32px;
font-family: 'Manrope', sans-serif;
font-weight: 500;
line-height: 44px;
text-transform: capitalize;
color: #ffffff;
} .portfolio-section .row {
align-items: center;
}
.portfolio-section .col-lg-5 {
width: 44%;
}
.portfolio-section .col-lg-7 {
width: 56%;
}
.portfolio-content h2 {
max-width: 380px;
margin: 0;
margin-bottom: 41px;
}
.portfolio-content p {
line-height: 40px;
margin-bottom: 25px;
}
.portfolio-content .common-btn {
padding: 20px 24px;
}
.portfolio-images{
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-left: 32px;
}
.portfolio-img-box-1,
.portfolio-img-box-2{
width: 70%;
}
.portfolio-img-box-2{
width: calc(30% - 20px);
}
.portfolio-img-1 figure,
.portfolio-img-2 figure,
.portfolio-img-3 figure {
display: block;
}
.portfolio-img-1{
width: 100%;
}
.portfolio-img-1 img{
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 24px;
}
.portfolio-img-2{
width: 100%;
}
.portfolio-img-img-2 img{
width: 100%;
aspect-ratio: 1 / 1.01;
object-fit: cover;
border-radius: 24px;
}
.portfolio-img-3{
width: 100%;
}
.portfolio-img-3 img{
width: 100%;
aspect-ratio: 1 / 0.746;
object-fit: cover;
border-radius: 24px;
}
.portfolio-content {
height: 100%;
align-items: center;
} .testimonials {
padding-top: 137px;
padding-bottom: 114px;
}
.testimonials h2 {
max-width: 672px;
margin: 0 0 42px;
}
.testimonials p {
max-width: 1290px;
margin: 0 0 30px;
color: #646464;
} .testimonial-slider .slick-slide {
display: flex !important;
padding: 0 8px;
box-sizing: border-box;
}
.testimonial-slider .slick-list {
margin: 0 -12px; 
}
.testimonial-card {
width: 100%;
display: flex;
flex-direction: column;
height: 100%;
}
.testimonial-content {
background-color: #fcfcfc;
border-radius: 40px;
padding: 20px 20px 32px;
display: flex;
flex-direction: column;
height: auto;
overflow: hidden;
}
.testimonial-card img {
border-radius: 24px;
margin-bottom: 24px;
object-fit: cover;
width: 100%;
height: auto;
} .testimonial-text {
font-size: 18px;
line-height: 24px;
margin-bottom: 12px !important;
color: #646464;
}
.testimonial-author,
.testimonial-location {
text-align: right;
font-size: 18px;
line-height: 24px;
color: #202020;
font-weight: 600;
}
.testimonial-author {
font-style: italic;
}
.testimonial-location {
font-size: 16px;
}
.slick-slider {
position: relative;
}
.slick-prev, .slick-next {
position: absolute !important;
top: 10px;
z-index: 10;
}
.slick-slider {
position: relative;
}
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
position: absolute !important;
top: -70px;
z-index: 10;
background-color: #DCDCDC;
width: 40px;
height: 40px;
border-radius: 40px;
padding: 8px;
text-align: center;
font-size: 0;
border: none;
}
.testimonial-slider .slick-prev::before,
.testimonial-slider .slick-next::before {
position: absolute;
content: "";
width: 40px;
height: 40px;
left: 0;
top: 0;
background-image: url(//arcticblueinteriors.com/wp-content/themes/twentytwenty/assets/images/arrow-right-slider.svg);
background-repeat: no-repeat;
background-position: center;
filter: invert(0%) sepia(83%) saturate(7432%) hue-rotate(8deg) brightness(113%) contrast(87%);
}
.testimonial-slider .slick-next::before {
transform: rotate(180deg);
}
.testimonial-slider .slick-prev {
right: 52px;
left: auto;
}
.testimonial-slider .slick-next {
right: 0;
} .contact-section {
position: relative;
padding-bottom: 140px;
} 
.contact-image {
width: 100%;
object-fit: cover;
border-radius: 40px;
aspect-ratio: 1 /1.2;
}
.contact-contact-info {
padding:40px 30px;
background-color: #F8F5F3;
border-radius: 24px;
height: 100%;
margin: 10px;
}
.contact-content {
flex: 1;
padding-left: 32px;
}
.contact-title {
text-transform: uppercase;
margin-bottom: 35px;
max-width: 80%;
}
.contact-page-section .contact-title {
max-width: 575px;
}
.contact-description {
color: #373737;
}
.contact-form,
.contact-content form {
display: flex;
flex-direction: column;
gap: 24px;
}
.form-row {
display: flex;
gap: 32px;
}
.form-group {
flex: 1;
display: flex;
flex-direction: column;
}
.form-label {
font-size: 16px;
font-weight: 700;
line-height: auto;
text-transform: capitalize;
color: rgba(0, 0, 0, 0.5);
margin-bottom: 8px;
}
.required {
color: #ff0000;
}
.form-input,
.contact-content input[type="text"],
.contact-content input[type="email"],
.contact-content input[type="tel"],
.contact-content textarea {
background-color: #f7f7f7 !important;
border: none !important;
border-radius: 8px !important;
padding: 17px 16px !important;
font-size: 20px !important;
font-family: 'Manrope', sans-serif;
font-weight: 500;
line-height: 28px;
color: rgba(130, 130, 130, 0.5);
outline: none;
width: 100%;
}
.contact-content .form-group p {
margin: 0 !important;
}
.form-input:focus {
outline:none;
color: #000000;
}
.phone-input {
display: flex;
align-items: center;
background-color: #f7f7f7;
border-radius: 8px;
overflow: hidden;
}
.country-picker {
display: flex;
align-items: center;
gap: 8px;
padding:17px 16px;
cursor: pointer;
position: relative;
}
.country-picker::after {
position: absolute;
top: 50%;
right:0;
content: "";
width: 1px;
height: 32px;
background-color: #7E7E7E;
transform: translate(0, -50%);
}
.country-flag {
width: 24px;
height: 24px;
}
.dropdown-arrow {
width: 12px;
height: 12px;
}
.phone-number {
flex: 1;
border: none;
background: transparent;
padding:17px 16px;
font-size: 20px;
font-family: 'Manrope', sans-serif;
font-weight: 500;
line-height: 28px;
color: rgba(130, 130, 130, 0.5);
width: 100%;
}
.phone-number:focus {
outline: none;
color: #000000;
}
.dropdown-input {
display: flex;
align-items: center;
justify-content: space-between;
background: url(//arcticblueinteriors.com/wp-content/themes/twentytwenty/assets/images/arrow-down.svg) no-repeat right 15px center #f7f7f7; border: none;
border-radius: 8px;
padding:17px 16px;
font-size: 20px;
font-family: 'Manrope', sans-serif;
font-weight: 500;
line-height: 28px;
color: rgba(130, 130, 130, 0.5);
cursor: pointer;
appearance: none;
}
.dropdown-input:focus {
outline:none;
}
.contact-content .textarea {
min-height: 134px;
resize: vertical;
}
.contact-content .submit-btn {
background-color: #000000;
color: #ffffff;
padding: 20px 40px;
border-radius: 36px;
border: none;
font-size: 24px;
font-family: 'Manrope', sans-serif;
font-weight: 500;
text-transform: capitalize;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
transition: background-color 0.3s ease;
margin-top: 24px;
width: 100%;
}
.submit-btn:hover {
background-color: #333333;
}
.submit-btn img {
width: 24px;
height: 24px;
}
.contact-content form p {
margin: 0 !important;
} .footer {
background-color: #000000;
color: #ffffff;
padding: 96px 0 20px;
}
.footer-content {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.footer h3 {
font-size: 40px;
line-height: 40px;
color: #fff;
font-weight: 600;
margin-bottom: 64px;
max-width: 350px;
opacity: 0.6;
}
.footer-section {
display: flex;
flex-direction: column;
}
.footer-title {
font-size: 24px;
font-weight: 700;
line-height: 28px;
text-transform: capitalize;
color: #ffffff;
margin-bottom: 15px;
}
.footer-section li {
margin: 0;
margin-bottom: 7px;
}
.footer-section li:last-child {
margin-bottom: 0;
}
.footer-link,
.footer-section li a {
font-size: 22px;
font-weight: 500;
line-height: auto;
color:#fff;
text-decoration: none;
margin-bottom: 7px;
cursor: pointer;
transition: color 0.3s ease;
opacity: 0.6;
}
.footer-link a {
color:#DBDBDB;
}
.footer-link:hover,
.footer-section li a:hover {
color: #ffffff;
}
.footer-logo {
position: relative;
}
.footer-brand-logo {
position: absolute;
bottom: 14px;
right: 0;
max-width: 350px;
}
.footer-copyright {
font-size: 16px;
font-weight: 400;
line-height: 18px;
color:#DFDFDF;
border-top: 1px solid #919191;
padding: 16px 0;
opacity: 0.7;
}
.designed {
font-size: 16px;
font-weight: 400;
line-height: 18px;
color:#DFDFDF;
margin: 0;
text-align: right;
}
.designed a  {
display: inline-block;
vertical-align: middle;
}
.designed a img {
height: 26px;
width: auto;
} .inner-header  {
top: 0 !important;
position: relative;
}
.inner-header .outer-menu {
border-radius: 0;
}
.inner-hero-img {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 295px 141px;
border-radius: 32px;
}
.inner-hero-content h1 {
font-weight: 800;
font-size: 126px;
line-height: 116px;
letter-spacing: -0.04em;
text-transform: uppercase;
color: #FFFFFF;
text-align: center;
margin-bottom: 0;
}
.inner-hero-section {
padding: 0;
} .about-page-section {
position: relative;
padding: 64px 0 0 0;
}
.about-page-section h2,
.service-page-section h2 {
text-align: center;
margin-bottom: 48px;
} 
.about-page-content {
padding-left: 32px;
}
.about-page-content p {
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: #919191;
margin-bottom: 0;
} 
.about-page-text {
align-items: center;
}
.what-believe {
padding: 120px 0 160px;
text-align: center;
}
.what-believe h2 {
margin-bottom: 48px;
}
.counter-section .stat-item {
width: 20%;
}
.counter-section .stat-item .stat-number {
font-size: 56px;
font-weight: 700;
line-height: 48px;
text-transform: capitalize;
color: var(--text-color);
margin-bottom: 28px;
}
.counter-section .stat-label {
color: #646464;
max-width: 125px;
}
.counter-section .stat-item:first-child .stat-label,
.counter-section .stat-item:nth-child(4) .stat-label {
max-width: 170px;
}
.counter-section .stats-grid {
padding: 56px 0 0;
width: 100%;
}
.believe-items {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.believe-items .believe-item-wrap {
width: 32.6%;
padding:0;
}
.believe-item {
background-color: #F8F5F3;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 56px 32px;
gap: 16px;
border-radius: 24px;
height: 100%;
}
.believe-item h4 {
font-size: 24px;
line-height: 32px;
color: #51412D;
}
.believe-item p {
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #646464;
}
.believe-item h4,
.believe-item p {
margin-bottom: 0;
} .service-page-section,
.testimonials-page-section {
position: relative;
padding: 64px 0 160px 0;
}
.service-list {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.service-list-item {
border-radius: 48px;
overflow: hidden;
position: relative;
}
.service-title {
text-align: center;
position: absolute;
bottom: 24px;
border-radius: 32px;
background: #FFFFFF;
padding: 16px 24px;
left: 24px;
right: 24px;
z-index: 5;
transition: all 0.3s ease;
}
.service-list-item a:hover .service-title {
background-color: #000000;
transition: all 0.3s ease;
}
.service-list-item a:hover .service-title h4 {
color: #fff;
transition: all 0.3s ease;
}
.service-title h4 {
font-size: 20px;
line-height: 32px;
color: #51412D;
text-align: center;
margin: 0;
transition: all 0.3s ease;
}
.service-hero .inner-hero-img {
padding: 295px 115px;
}
.service-hero h1{
font-size: 120px;
}
.service-page-section {
text-align: center;
}
.custom-services {
background: #F4EBE1;
border-radius: 40px;
display: flex;
flex-direction: row;
align-items: center;
padding: 16px;
gap: 48px;
margin-top: 64px;
}
.custom-service-content {
text-align: left;
}
.custom-service-content h3 {
font-weight: 600;
font-size: 48px;
line-height: 60px;
text-transform: uppercase;
color: #000000;
margin-bottom: 40px;
}
.custom-service-content p {
color: #373737;
max-width: 90%;
margin-bottom: 24px;
}
.custom-service-content .common-btn {
padding: 24px 70px;
height: 72px;
}
.custom-service-content .common-btn img {
margin-left: 10px;
} .contact-page-section {
position: relative;
padding: 64px 0;
}
.contact-page-section .contact-content {
padding-left: 66px;
}
.contact-info h2 {
font-weight: 700;
font-size: 48px;
line-height: 28px;
margin-bottom: 24px;
text-transform: capitalize;
}
.contact-info p {
color: #383838;
line-height: auto;
opacity: 0.5;
margin-bottom: 13px;
}
.contact-info p a {
color: #383838;
}
.social-icon ul li {
margin: 0;
margin-right: 4px;
display: inline-block;
vertical-align: top;
}
.social-icon ul li a {
width: 44px;
height: 44px;
background: #444444;
border-radius: 40px;
font-size: 20px;
color: #fff;
display: block;
text-align: center;
line-height: 41px;
}
.social-icon {
margin-top: 20px;
}
.social-icon p {
margin-bottom: 15px;
}
.social-icon ul li a:hover {
background: #646464;
color: #fff;
}
.contact-info p {
display: flex;
font-size: 16px;
line-height: 26px;
margin-bottom: 15px;
}
.contact-info p span:first-child {
width: 17%;
}
.contact-info p span:last-child {
width: 83%;
padding-left: 10px;
}
.map {
padding-bottom: 120px;
} .review-list-item {
background: #FCFCFC;
border-radius: 40px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 24px 40px 24px 24px;
gap: 32px;
margin-bottom: 24px;
}
.review-list-item:last-child {
margin-bottom: 0;
}
.review-image {
overflow: hidden;
border-radius: 24px;
width: 25%;
}
.review-list-item .review-image img {
aspect-ratio: 1 / 1;
width: 100%;
object-fit: cover;
}
.review-content {
background: url(//arcticblueinteriors.com/wp-content/themes/twentytwenty/assets/images/quote.svg) no-repeat left top;
padding: 106px 0;
position: relative;
width: 75%;
}
.review-content::after {
background: url(//arcticblueinteriors.com/wp-content/themes/twentytwenty/assets/images/quote.svg) no-repeat left top;
content: "";
width: 100px;
height: 100px;
right: 0;
bottom: 0;
transform: rotate(180deg);
position: absolute;
}
.review-content p {
margin-bottom: 16px;
color: #646464;
}
.review-content .testimonial-author {
font-size: 20px;
}
.review-content .testimonial-location {
font-size: 18px;
} .gallery-list {
column-count: 2;
column-gap: 16px;
}
.gallery-list-item {
break-inside: avoid;
margin-bottom: 16px;
display: inline-block;
width: 100%;
border-radius: 24px;
overflow: hidden;
}
.gallery-list-item img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.gallery-page-section {
text-align: center;
} .blog-list-item {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 16px 8px 32px;
text-align: left;
margin-bottom: 24px;
}
.blog-image {
border-radius: 48px;
overflow: hidden;
position: relative;
margin-bottom: 24px;
max-height: 244px;
height: 244px;
}
.blog-image img {
width: 100%;
object-fit: cover;
}
.read-btn {
position: absolute;
bottom: 24px;
right: 24px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-transform: capitalize;
padding: 7px 24px;
background: #FFFFFF;
border-radius: 32px;
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #51412D;
}
.category {
display: inline-block;
vertical-align: middle;
text-align: center;
padding: 7px 24px;
background: rgba(242, 205, 168, 0.39);
border-radius: 24px;
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #65421F;
text-transform: capitalize;
}
.date {
float: right;
font-size: 18px;
font-weight: 500;
color: #8A8A8A;
display: inline-block;
vertical-align: middle;
text-align: center;
}
.blog-list-item h4 {
font-size: 24px;
line-height: 24px;
color: #202020;
font-weight: 500;
margin-bottom: 16px;
margin-top: 24px;
}
.blog-details ul:last-child {
margin-bottom: 0;
}
.more-btn {
font-size: 18px;
line-height: 20px;
color: #050505;
}
.more-btn svg {
margin-left: 10px;
}
.align-right {
float: right;
}
.blog-details-img {
border-radius: 48px;
overflow: hidden;
width: 100%;
position: relative;
margin-bottom: 64px;
}
.blog-details-img img {
width: 100%;
height: auto;
object-fit: cover; 
aspect-ratio: 1 / 0.35;
}
.blog-details-section {
position: relative;
padding: 24px 0 160px;
}
.blog-details h3,
.gallery-page-section h3 {
font-weight: 600;
font-size: 48px;
line-height: 60px;
color: #000000;
text-transform: uppercase;
max-width: 960px;
}
.gallery-page-section h3 {
max-width: 100%;
}
.blog-details p {  
color: #373737;
margin-bottom: 24px;
}
.blog-details h6 {
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #373737;
margin-bottom: 16px;
}
.blog-details ul {
margin-bottom: 40px;
}
.blog-details ul li {
font-weight: 600;
font-size: 24px;
line-height: auto;
color: #373737;
list-style: disc;
padding-left: 0;
margin-left: 35px;
}
.mt-64 {
margin-top: 100px;
}
.floatingdiv {
position: fixed;
bottom: 100px;
right: 0;
z-index: 9999;
width: 45px;
height: 100px;
}
.floatingwhatsapp {   
width: 45px;
height: 45px;  
display: block;
margin-bottom: 10px;
}
.floatingcall {    
width: 45px;
height: 45px;  
display: block;
}
.jobPopup {
z-index: 99999;
}
.jobPopup .modal-dialog .modal-content {
border-radius: 10px;
border: 0;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-clip: padding-box;
outline: 0;
}
.jobPopup .modal-dialog .modal-content .modal-header {
padding: 24px 0 18px;
margin: 0 40px;
}
.jobPopup .modal-dialog .modal-content .modal-header .modal-title {
font-size: 20px;
color: #000;
font-weight: 500;
}
.jobPopup .modal-dialog .modal-content .modal-header .btn-close {
width: 20px;
height: 20px;
padding: 0;
margin: 0;
width: 18px;
height: 18px;
border-radius: 0;
opacity: 1;
margin-left: auto;
}
.jobPopup .modal-dialog .modal-content .modal-body {
padding: 25px 40px 40px;
position: relative;
flex: 1 1 auto;
}
.jobPopup .modal-dialog .modal-content .modal-body form>*:not(:last-of-type) {
margin-bottom: 10px;
}
.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"],
.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"],
.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"],
.jobPopup .modal-dialog .modal-content .modal-body form select {
height: 50px;
padding: 10px 20px;
width: 100%;
font-size: 15px;
border: 1px solid #707070;
outline: none;
box-shadow: none;
border-radius: 5px;
background: #fff;
transition: all .3s;
color: #263948;
}
.jobPopup .modal-dialog .modal-content .modal-body form p {
margin-bottom: 10px;
}
.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"]::placeholder,
.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"]::placeholder,
.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"]::placeholder,
.jobPopup .modal-dialog .modal-content .modal-body form select::placeholder{
color: #263948;
opacity: 1;
}
.jobPopup .common-btn {
margin-top: 12px;
height: 45px;
font-size: 15px;
width: 100%;
text-decoration: none;
background-color: #000 !important;
color: var(--white-color);
border-radius: 30px !important;
}
.jobPopup .common-btn:hover,
.jobPopup .common-btn:focus {
background-color: var(--primary-color);
color: var(--white-color);
} @media only screen and (max-width: 1850px){	
.service-hero .inner-hero-img {
padding: 295px 60px;
}
.service-list-item {
width: 24%;
}
.service-list {
justify-content: center;
}
}
@media only screen and (max-width: 1800px){	
.container-fluid {
padding: 0 100px;
}
.service-hero .inner-hero-img {
padding: 250px 60px;
}
.service-hero h1 {
font-size: 110px;
line-height: 100px;
}
.stat-label {
font-size: 16px;
width: 91%;
}
.stats-grid {
gap:20px;
}
}
@media only screen and (max-width: 1700px){	
.container-fluid {
padding: 0 80px;
}
.hero-section {
padding: 380px 0 260px;
}
section {
padding: 140px 0;
}
.testimonials {
padding-top: 120px;
padding-bottom: 100px;
}
.about-section {
padding: 70px 0 140px;
}
.service-page-section, .testimonials-page-section {
padding: 60px 0 140px 0;
}
.believe-items .believe-item-wrap {
width: 32.5%;
}
.what-believe {
padding: 100px 0 140px;
}
.about-page-section {
padding: 60px 0 0 0;
}
.inner-hero-img {
padding: 270px 141px;
}
.inner-hero-content h1 {
font-size: 116px;
line-height: 100px;
}
.service-hero .inner-hero-img {
padding: 220px 30px;
}
.service-hero h1 {
font-size: 108px;
line-height: 100px;
}
.stats-grid {
width: 97%;
}
}
@media only screen and (max-width: 1600px){	
.container-fluid {
padding: 0 70px;
}
.hero-section {
padding: 320px 0 220px;
}
h1,
h2 {
font-size: 60px;
line-height: 56px;
}
p {
font-size: 22px;
line-height: 30px;
}
.hero-content {
max-width: 710px;
}
.hero-section p,
.blog-details ul li {
font-size: 22px;
line-height: 30px;
}
.hero-content .common-btn,
.gallery h3 {
font-size: 22px;
}
section {
padding: 120px 0;
}
.gallery p {
font-size: 30px;
line-height: 40px;
}
.gallery-carousel-box {
--gap: 30px;
margin-top: 55px;
}
.about-heading {
font-size: 75px;
line-height: 80px;
}
.about-stats {
min-height: 622px;
}
.stat-number {
font-size: 40px;
line-height: 60px;
}
.stat-label {
font-size: 16px;
line-height: 20px;
}
.stats-grid {
width: 85%;
padding: 24px 10px;
gap: 25px;
}
.about-section {
padding: 60px 0 120px;
}
.services-section h3 {
font-size: 30px;
line-height: 40px;
}
.services-section p {
margin-bottom: 30px;
}
.service-item {
padding: 18px 0;
margin-bottom: 10px;
}
.service-icon {
width: 60px;
height: 60px;
}
.service-item span {
font-size: 28px;
line-height: 36px;
}
.portfolio-content p {
line-height: 36px;
margin-bottom: 22px;
}
.common-btn {
font-size: 22px;
height: 56px;
}
.testimonials {
padding-top: 100px;
padding-bottom: 80px;
} 
.testimonial-content {
padding: 15px 15px 25px;
}
.contact-section,
.blog-details-section,
.map {
padding-bottom: 120px;
}
.contact-title {
margin-bottom: 30px;
}
.contact-content .submit-btn { 
margin-top: 15px;
}
.footer {
padding: 80px 0 20px;
}
.footer h3 {
font-size: 38px;
line-height: 38px;
margin-bottom: 50px;
}
.footer-title {
font-size: 22px;
line-height: 26px;
}
.footer-link,
.footer-section li a {
font-size: 20px;
}
.footer-section li {
margin-bottom: 5px;
}
.inner-hero-img {
padding: 250px 141px;
}
.inner-hero-content h1 {
font-size: 105px;
line-height: 92px;
}
.about-page-section h2, 
.service-page-section h2 {
margin-bottom: 40px;
}
.what-believe {
padding: 80px 0 110px;
}
.service-title h4 {
font-size: 18px;
line-height: 30px;
}
.service-title {
padding: 12px 15px;
}
.custom-service-content h3 {
margin-bottom: 30px;
font-size: 42px;
line-height: 50px;
}
.custom-service-content .common-btn {
padding: 19px 45px;
height: 66px;
}
.contact-page-section .contact-content {
padding-left: 50px;
}
}
@media only screen and (max-width: 1500px){	
.container-fluid {
padding: 0 50px;
}
.main-header {
top: 36px;
}  
.service-hero .inner-hero-img {
padding: 180px 15px;
} 
.service-hero h1 {
font-size: 84px;
line-height: 82px;
}     
.service-page-section, .testimonials-page-section {
padding: 50px 0 120px 0;
}
.custom-services {
margin-top: 50px;
padding: 16px;
}
.mt-64 {
margin-top: 30px;
}
.stats-grid {
width: 92%;
gap: 10px;
}
.stat-item:first-child {
width: 23%;
}
.stat-item:nth-child(2) {
width: 20%;
}
}
@media only screen and (max-width: 1400px){	
.container-fluid {
padding: 0 30px;
}
.main-header.is-sticky .container-fluid {
padding: 0;
}
.outer-menu {
padding: 20px 24px;
}
.outer-menu ul li a {
font-size: 18px;
line-height: 18px;
}
.hero-section {
padding: 300px 0 200px;
}
h1,
h2 {
font-size: 54px;
line-height: 50px;
margin-bottom: 25px;
}
p,
.hero-section p,
.blog-details ul li {
font-size: 20px;
line-height: 28px;
}
.hero-content {
max-width: 650px;
}
.hero-content .common-btn,
.gallery h3 {
font-size: 20px;
}
section {
padding: 90px 0;
}
.gallery p {
font-size: 24px;
line-height: 32px;
max-width: 1041px;
}
.gallery-carousel-box {
--gap: 30px;
margin-top: 40px;
}
.about-heading {
font-size: 75px;
line-height: 80px;
}
.about-stats {
min-height: 580px;
}
.stat-number {
font-size: 36px;
line-height: 50px;
}
.stat-label {
font-size: 14px;
line-height: 18px;
}
.stats-grid {
width: 89%;
padding: 24px 10px;
gap: 25px;
}
.about-section {
padding: 50px 0 100px;
}
.services-section h3 {
font-size: 28px;
line-height: 36px;
}
.services-content {
padding-left: 0;
}
.services-section p {
margin-bottom: 25px;
}
.service-item {
padding: 15px 0;
margin-bottom: 5px;
}   
.portfolio-content p {
line-height: 30px;
margin-bottom: 20px;
}
.portfolio-content h2 {
max-width: 340px;
margin-bottom: 28px;
}
.portfolio-images {
margin-left:20px;
}
.testimonials h2 {
max-width: 640px;
margin: 0 0 30px;
}
.common-btn {
font-size: 22px;
height: 56px;
}
.testimonials {
padding-top: 80px;
padding-bottom: 70px;
}
.testimonial-content {
padding: 15px 15px 25px;
}
.testimonials p {
max-width: 1125px;
margin: 0 0 25px;
}
.contact-section,
.blog-details-section,
.map {
padding-bottom: 100px;
}
.footer {
padding: 70px 0 20px;
}
.footer h3 {
font-size: 34px;
line-height: 34px;
margin-bottom: 40px;
max-width: 310px;
}    
.about-heading {
font-size: 70px;
line-height: 76px;
}
.about-content {
gap: 40px;
}
.about-title {
font-size: 60px;
line-height: 40px;
}
.inner-hero-img {
padding: 200px 141px;
}
.inner-hero-content h1 {
font-size: 96px;
line-height: 84px;
}
.about-page-section {
padding: 50px 0 0 0;
}
.about-page-section h2, .service-page-section h2, .what-believe h2 {
margin-bottom: 30px;
}
.about-page-content {
padding-left: 20px;
}
.about-page-content p {
font-size: 18px;
line-height: 30px;
}
.counter-section .stat-item .stat-number {
font-size: 48px;
line-height: 34px;
}
.what-believe {
padding: 70px 0 90px;
}
.believe-items .believe-item-wrap {
width: 32.4%;
}
.service-page-section, .testimonials-page-section {
padding: 50px 0 100px 0;
}
.service-hero .inner-hero-img {
padding: 140px 40px;
}
.custom-services {
gap: 40px;
}
.review-content {
padding: 82px 0;
}
.contact-page-section .contact-content {
padding-left: 40px;
}
.contact-info h2 {
font-size: 40px;
}
.blog-details h3,
.gallery-page-section h3 {
font-size: 38px;
line-height: 44px;
}
}
@media only screen and (max-width: 1300px){	
.container-fluid {
padding: 0 15px;
}
.outer-menu ul li {
margin-right: 8px;
}
.contact-phone, .contact-message {
padding: 6px;
margin-right: 0;
}
.contact-now-box .common-btn {
margin-left: 10px;
} 
.service-hero .inner-hero-img {
padding: 120px 30px;
}   
.service-hero h1 {
font-size: 88px;
line-height: 84px;
}
.service-list {
gap: 15px;
}
.service-title h4 {
font-size: 16px;
line-height: 28px;
}
.contact-info p span:first-child {
width: 18%;
}
}
@media only screen and (max-width: 1200px){	
.outer-menu ul li a {
font-size: 15px;
line-height: 15px;
}
.contact-phone, .contact-message {
padding: 2px;
}
.contact-now-box .common-btn {
margin-left: 5px;
}
.outer-menu {
padding: 12px 20px;
height: 80px;
}
.hero-section {
padding: 250px 0 160px;
}
h1,
h2 {
font-size: 50px;
line-height: 48px;
margin-bottom: 25px;
}
p,
.hero-section p,
.blog-details ul li {
font-size: 18px;
line-height: 26px;
}
.hero-content {
max-width: 590px;
}
.hero-content .common-btn,
.gallery h3 {
font-size: 18px;
}
section {
padding: 70px 0;
}
.gallery p {
font-size: 24px;
line-height: 32px;
}
.gallery-carousel-box {
--gap: 25px;
margin-top: 35px;
}
.about-heading {
font-size: 75px;
line-height: 80px;
}
.about-stats {
min-height: 505px;
}
.stat-number {
font-size: 34px;
line-height: 46px;
margin-bottom: 5px;
}
.stat-label {
font-size: 14px;
line-height: 18px;
}
.stats-grid {
width: 89%;
padding: 24px 10px;
gap: 16px;
}
.about-section {
padding: 50px 0 80px;
}
.services-section h3 {
font-size: 26px;
line-height: 34px;
}
.services-section h3 {
font-size: 28px;
line-height: 36px;
}
.services-content {
padding-left: 0;
}
.services-section p {
margin-bottom: 20px;
}
.service-icon {
width: 50px;
height: 50px;
}
.service-icon img {
width: 27px;
height: auto;
}
.service-item span {
font-size: 24px;
line-height: 24px;
}
img.right-arrow {
width: 27px;
height: auto;
}
.service-item {
padding: 12px 0;
margin-bottom: 0;
}   
.portfolio-content p {
line-height: 30px;
margin-bottom: 20px;
}
.portfolio-content h2 {
max-width: 310px;
margin-bottom: 20px;
}
.portfolio-images {
margin-left:20px;
}
.testimonials h2 {
max-width: 590px;
margin: 0 0 25px;
}
.common-btn {
font-size: 20px;
height: 56px;
}
.testimonials {
padding-top: 70px;
padding-bottom: 70px;
}
.testimonial-content {
padding: 15px 15px 25px;
}
.testimonials p {
max-width: 980px;
margin: 0 0 25px;
}
.contact-section,
.blog-details-section,
.map {
padding-bottom: 80px;
}
.contact-title {
margin-bottom: 20px;
}
.contact-content {
padding-left: 10px;
}   
.footer {
padding: 50px 0 15px;
}
.footer h3 {
font-size: 34px;
line-height: 34px;
margin-bottom: 40px;
max-width: 310px;
}    
.about-heading {
font-size: 68px;
line-height: 76px;
}
.about-content {
gap: 30px;
}
.about-title {
font-size: 56px;
line-height: 40px;
}
.footer-link,
.footer-section li a {
font-size: 18px;
}
.form-row {
gap: 20px;
}
.inner-hero-img {
padding: 160px 80px;
}
.inner-hero-content h1 {
font-size: 86px;
line-height: 80px;
}
.about-page-section h2, .service-page-section h2, .what-believe h2 {
margin-bottom: 25px;
}
.about-page-content {
padding-left: 10px;
}
.about-page-content p {
font-size: 16px;
line-height: 28px;
}
.counter-section .stats-grid {
padding: 40px 0 0;
}
.believe-items .believe-item-wrap {
width: 32.3%;
} 
.what-believe {
padding: 60px 0 80px;
}
.believe-item h4 {
font-size: 22px;
line-height: 29px;
}
.believe-item p {
font-size: 18px;
line-height: 22px;
}
.believe-item {
gap: 12px;
}
.counter-section .stat-item .stat-number {
margin-bottom: 20px;
}
.service-hero .inner-hero-img {
padding: 100px 15px;
}
.service-hero h1 {
font-size: 81px;
line-height: 76px;
}
.service-list {
gap: 14px;
}
.service-title {
left: 16px;
right: 16px;
bottom: 16px;
}
.custom-service-content h3 {
margin-bottom: 20px;
font-size: 38px;
line-height: 42px;
}
.service-page-section, .testimonials-page-section {
padding: 40px 0 80px 0;
}
.contact-page-section .contact-content {
padding-left: 30px;
}
.contact-info h2 {
font-size: 38px;
}
.blog-details h3,
.gallery-page-section h3 {
font-size: 32px;
line-height: 38px;
}
.contact-info p span:first-child {
width: 20%;
}
}
@media only screen and (max-width: 1100px){	
.believe-items .believe-item-wrap {
width: 32.2%;
}
.believe-item {
padding: 40px 20px;
}
.service-hero .inner-hero-img {
padding: 80px 15px;
}
.service-hero h1 {
font-size: 75px;
line-height: 72px;
}
.service-list-item {
width: 32%;
}
.custom-service-content h3 {
margin-bottom: 14px;
font-size: 34px;
line-height: 37px;
}
.review-content .testimonial-author {
font-size: 18px;
}
.review-content .testimonial-location {
font-size: 16px;
}
.review-content {
padding: 54px 0;
background-size: 60px auto;
}
.review-content::after {
background-size: 60px auto;
}
.blog-list-item h4 {
font-size: 20px;
line-height: 24px;
}
.contact-info p span:first-child {
width: 23%;
}
.blog-details-img {
margin-bottom: 40px;
}
}
@media only screen and (max-width: 991px){
.main-header {
top: 15px;
}
.is-sticky .outer-menu {
padding: 12px 15px;
}	
.outer-menu .navbar-toggler{
border: none;
box-shadow: none;
position: absolute;
right: 25px;
height: 13px;
border-radius: 0;
width: 23px;
padding: 0;
background-color: transparent;
}
.outer-menu .navbar-toggler .menu-lines {
display: inline-block;
}
.outer-menu .navbar-toggler .menu-lines::before, 
.outer-menu .navbar-toggler .menu-lines::after {
content: '';
position: absolute;
left: 0;
width: 23px;
height: 2px;
display: inline-block;
background-color:var(--text-color);
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
}
.outer-menu .navbar-toggler .menu-lines::before {
top: 0;
}
.outer-menu .navbar-toggler .menu-lines::after {
top: 12px;
}
.outer-menu .navbar-toggler .menu-lines span {
position: absolute;
top: 6px;
left: 0;
width: 18px;
height: 2px;
background-color:var(--text-color);
}
.outer-menu .collapse:not(.show) {
display: block;
}
.outer-menu .navbar-collapse {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
visibility: hidden;
opacity: 0;
background-color: rgba(0,0,0,.6);
z-index: 1000;
padding: 0;
transition: 0.4s ease;
}
.blog-details h3,
.gallery-page-section h3 {
font-size: 24px;
line-height: 28px;
margin-bottom: 20px;
}
.outer-menu .navbar-collapse.menu-opened {
opacity: 1;
visibility: visible;
}
.outer-menu .navbar-collapse.menu-opened .navbar-nav {
opacity: 1;
transform: translateX(0);
}
.outer-menu .navbar-collapse .navbar-nav {
opacity: 0;
width: 240px;
height: 100%;
overflow-y: auto;
padding: 10px 0 20px;
background-color: #fff;
transform: translateX(-100%);
transition: 0.3s ease;
transition-delay: 0s;
transition-delay: 0.4s;
margin: 0;
}
.outer-menu .navbar-collapse.menu-opened .close-mobile-menu {
opacity: 1;
transform: scale(1);
display: block;
}
.outer-menu .close-mobile-menu {
position: absolute;
top: 30px;
right: 30px;
z-index: 1100;
width: 35px;
height: 35px;
line-height: 33px;
text-align: center;
border-radius: 50%;
border: 1px solid #fff;
color: #fff;
cursor: pointer;
opacity: 0;
transform: scale(.8);
transition: all 0.4s ease;
transition-delay: 0s;
transition-delay: 0.5s;
background-color: transparent;
box-shadow: none;
padding: 0;
}
.main-menu ul li a {
color:var(--text-color);
line-height: 25px !important;
padding-left: 15px;
}
.outer-menu ul li a.active::before, 
.outer-menu ul li a:hover::before,
.outer-menu ul li a::before {
display: none;
}  
.hero-section {
padding: 200px 0 100px;
}
.mob-logo {
padding-left: 15px;
}
.mob-logo,
.outer-menu .mob-logo img.logo {
display: block;
}
section {
padding: 50px 0;
}
h1, h2 {
font-size: 40px;
line-height: 42px;
margin-bottom: 20px;
}
.hero-section h1 {
margin-bottom: 20px;
max-width: 460px;
}
.gallery p, .blog-list-item h4 {
font-size: 20px;
line-height: 28px;
}
.gallery-carousel-box {
--gap: 20px;
margin-top: 25px;
}
.about-content {
display: block;
}
.about-title {
font-size: 50px;
line-height: 40px;
text-align: left;
margin-bottom: 20px;
}
.about-heading {
font-size: 40px;
line-height: 44px;
margin-bottom: 30px;
letter-spacing: -2px;
}
.about-logo {
display: none !important;
}
.about-section {
padding: 50px 0 60px;
}
.services-section .col-md-6,
.portfolio-section .col-lg-5,
.portfolio-section .col-lg-7,
.about-page-text .col-md-4,
.about-page-text .col-md-8 {
width: 100%;
}
.about-text,
.contact-title,
.portfolio-content h2 {
max-width: 100%;
}
.services-content {
padding-top: 30px;
}
.portfolio-images {
margin-left: 0;
margin-top: 30px;
}
.testimonials p {
max-width: 580px;
margin: 0 0 25px;
}
.testimonials {
padding-top: 40px;
padding-bottom: 40px;
}
.contact-content {
padding-left: 0;
padding-top: 30px;
}
.contact-section,
.blog-details-section,
.map {
padding-bottom: 60px;
}
.portfolio-images {
gap: 10px;
}
.gallery-image img {
width: auto;
height: 400px;
}
.inner-hero-img {
padding: 120px 15px;
}
.inner-hero-content h1 {
font-size: 70px;
line-height: 64px;
}
.about-page-section {
padding: 40px 0 0 0;
}
.about-page-img img {
width: 100%;
height: auto;
margin-bottom: 25px;
}
.about-page-content {
padding-left: 0;
}
.counter-section .stat-item .stat-number {
font-size: 40px;
line-height: 29px;
}
.believe-items .believe-item-wrap {
width: 48.5%;
}
.believe-items {
justify-content: center;
}
.what-believe {
padding: 50px 0 60px;
}
.service-hero .inner-hero-img {
padding: 60px 15px;
}
.service-hero h1 {
font-size: 56px;
line-height: 55px;
}
.service-title h4 {
font-size: 14px;
line-height: 26px;
}
.custom-services {
gap: 20px;
}
.custom-service-content p {
color: #373737;
max-width: 100%;
margin-bottom: 20px;
}
.custom-service-content .common-btn {
padding: 14px 35px;
height: 60px;
}
.service-page-section, .testimonials-page-section {
padding: 40px 0 60px 0;
}
.menu-logo {
display: block;
}  
.contact-page-section .contact-content {
padding-left: 0;
}
.contact-info h2 {
font-size: 36px;
}
.social-icon {
margin-top: 20px;
}
.contact-page-section .contact-title {
max-width: 100%;
}
.review-image {
width: 60%;
}
.blog-list .col-md-4 {
width: 50%;
} 
.align-right {
margin-bottom: 30px;
float: none;
}
.stats-grid {
width: 100%;
padding: 24px 10px;
gap: 16px;
}
.about-stats  {
min-height: 540px;
}
.contact-info p span:first-child {
width: 12%;
}
.gallery-list {
gap: 10px;
}
.gallery-list-item {
margin-bottom: 10px;
}
.map .col-md-6 {
width: 100%;
}
.map .col-md-6:last-child {
margin:20px 0 0;
}
}
@media only screen and (max-width: 767px){
.outer-menu {
padding: 12px 20px;
height: 68px;
}
.hero-section {
padding: 150px 0 70px;
}
p, .hero-section p, .blog-details ul li {
font-size: 16px;
line-height: 24px;
}
h1, h2 {
font-size: 36px;
line-height: 38px;
margin-bottom: 20px;
}
.hero-section h1 {
margin-bottom: 20px;
max-width: 420px;
}
.hero-content .common-btn {
height: 56px;
}
.testimonials p {
max-width: 424px;
margin: 0 0 25px;
}
.footer-section {
margin-bottom: 20px;
}
.footer-brand-logo {
position: relative;
bottom: 0;
right: 0;
max-width: 300px;
}
.footer {
padding: 50px 0 10px;
}
.gallery-image img {
width: auto;
height: 350px;
}
.inner-hero-img {
padding: 80px 15px;
} 
.counter-section .stats-grid {
flex-wrap: wrap;
}
.counter-section .stat-item {
width: 30%;
text-align: center;
margin-bottom: 20px;
}
.believe-item {
padding: 36px 15px;
}
.believe-item h4 {
font-size: 19px;
line-height: 25px;
}
.believe-item p {
font-size: 16px;
line-height: 20px;
}
.counter-section .stat-label {
max-width: 100%;
}
.inner-hero-content h1 {
font-size: 42px;
line-height: 45px;
max-width: 460px;
margin: 0 auto;
}
.service-list-item {
width: 48%;
}
.custom-service-content h3 {
margin-bottom: 10px;
font-size: 30px;
line-height: 27px;
}
.contact-info h2 {
font-size: 30px;
}
.review-image {
width: 80%;
}
.blog-list-item {
margin-bottom: 0;
}
.blog-details h6 {
font-size: 20px;
line-height: 24px;
}
.footer-copyright {
text-align: center;
}
.designed {
text-align: center;
margin-top: 15px; 
}
.stats-container {
background-color: #ffffff;
max-width: 100%;
width: 100%;
}
.about-stats {
overflow: visible;
min-height: 480px;
}
.map iframe {
height: 280px !important;
}
.blog-details-img {
border-radius: 30px;
margin-bottom: 30px;
}
.navbar-brand {
max-width: 175px;
}
.contact-contact-info  {
margin: 0;
}
.contact-contact-info .contact-info p span:first-child {
width: 15%;
}
}
@media only screen and (max-width: 600px){
.about-stats {
min-height: 389px;
}
.stats-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 10px 16px;
gap: 10px;
background: #fff;
border-radius: 0 30px 0 0;
}
.stat-item {
flex: 0 0 calc(50% - 5px);
box-sizing: border-box;
text-align: left;
}
.services-section h3 {
font-size: 24px;
line-height: 28px;
}
.form-input,
.phone-number,
.dropdown-input{
padding: 12px 16px;
font-size: 16px;
}
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
top: auto;
bottom: -55px;
}
h1, h2 {
font-size: 30px;
line-height: 35px;
margin-bottom: 20px;
}
.about-title {
font-size: 36px;
line-height: 30px;
margin-bottom: 20px;
}
.about-heading {
font-size: 30px;
line-height: 32px;
margin-bottom: 30px;
letter-spacing: 0;
}
.stat-number {
font-size: 34px;
line-height: 34px;
margin-bottom: 5px;
} 
.inner-hero-content h1 {
font-size: 40px;
line-height: 42px;
}
.counter-section .stat-item {
flex: 0 0 calc(32% - 5px);
}
.believe-items .believe-item-wrap {
width: 48.1%;
}
.custom-service-content {
text-align: left;
width: 100%;
padding-top: 20px;
}
.custom-services {
display: block;
}
.custom-service-image img,
.service-list-item {
width: 100%;
}
.service-page-section, .testimonials-page-section {
padding: 40px 0 50px 0;
}
.review-list-item {
display: block;
padding: 24px 24px 24px 24px;
}
.review-image {
width: 100%;
margin-bottom: 25px;
}
.review-content {
width: 100%;
}
.blog-list .col-md-4 {
width: 100%;
} 
.contact-info p span:first-child {
width: 15%;
}
.form-input, .contact-content input[type="text"], .contact-content input[type="email"], .contact-content input[type="tel"], .contact-content textarea,
.contact-content select {
font-size: 16px !important;
}
.gallery-list {
gap: 7px;
}
.gallery-list-item {
margin-bottom: 7px;
}
.contact-contact-info {
padding: 30px 15px;
}
.contact-contact-info .contact-info p span:first-child {
width: 17%;
}
}
@media only screen and (max-width: 500px){
.hero-section {
padding: 120px 0 50px;
}
.hero-section h1 {
margin-bottom: 10px;
max-width: 335px;
}
h1, h2 {
font-size: 26px;
line-height: 28px;
margin-bottom: 15px;
}
p, .hero-section p, .blog-details ul li {
font-size: 15px;
line-height: 24px;
}
.gallery p, .blog-list-item h4  {
font-size: 16px;
line-height: 26px;
} 
.stats-grid {
width: 93%;
}
p, .hero-section p, .blog-details ul li {
font-size: 14px;
line-height: 22px;
}
.contact-description {
margin-bottom: 20px;
}
.form-row {
display: block;
}
.form-group {
margin-bottom: 15px;
}
.contact-content .submit-btn {
margin-top: 0;
}
.contact-section,
.blog-details-section,
.map {
padding-bottom: 40px;
}
.footer {
padding: 40px 0 10px;
}
.footer h3 {
font-size: 26px;
line-height: 30px;
margin-bottom: 20px;
max-width: 236px;
}
.footer-link,
.footer-section li a {
font-size: 16px;
}
.contact-form,
.contact-content form {
gap: 0;
}
.contact-content .submit-btn {
padding: 15px 40px;
font-size: 18px;
}
.common-btn {
font-size: 18px;
height: 54px;
}
.gallery-image img {
width: auto;
height: 320px;
}
.inner-hero-content h1 {
font-size: 35px;
line-height: 37px;
}
.believe-items .believe-item-wrap {
width: 100%;
}
.contact-info h2 {
font-size: 26px;
}
.review-content .testimonial-author,
.review-content .testimonial-location,
.date {
font-size: 14px;
}
.align-right {
margin-bottom: 20px;
float: none;
}
.blog-details h6 {
font-size: 16px;
line-height: 20px;
}
.hero-content .common-btn {
height: 52px;
font-size: 16px;
}
.contact-info p span:first-child {
width: 20%;
}
.form-input, .contact-content input[type="text"], .contact-content input[type="email"], .contact-content input[type="tel"], .contact-content textarea,
.contact-content select {
font-size: 14px !important;
}
.gallery-list {
column-count: 1;
}
.blog-details-img {
border-radius: 20px;
margin-bottom: 20px;
}
.outer-menu {
padding: 6px 15px;
height: 54px;
}
.contact-contact-info .contact-info p span:first-child {
width: 21%;
}
}
@media only screen and (max-width: 400px){
.stat-number {
font-size: 29px;
line-height: 32px;
}
.stat-label {
font-size: 12px;
line-height: 16px;
max-width: 87%;
}
.about-stats {
min-height: 314px;
}
.service-item span {
font-size: 18px;
line-height: 20px;
}
img.right-arrow {
width: 20px;
height: auto;
}
.service-icon {
width: 40px;
height: 40px;
margin-right: 10px;
}
.service-icon img {
width: 21px;
height: auto;
}
.portfolio-img-box-2 {
width: calc(30% - 10px);
}
.portfolio-img-2 figure {
margin-bottom: 10px;
}
.gallery-image img {
width: auto;
height: 320px;
}
.counter-section .stat-item {
flex: 0 0 calc(48% - 5px);
}
.inner-hero-content h1 {
font-size: 28px;
line-height: 28px;
}
.custom-service-content h3 {
margin-bottom: 10px;
font-size: 25px;
line-height: 27px;
}
.custom-service-content .common-btn {
padding: 14px 22px;
height: 55px;
font-size: 16px;
}
.inner-hero-img {
padding: 60px 15px;
}
.contact-info p span:first-child {
width: 100%;
display: block;
}
.contact-info p {
display: block;
}
.contact-info p span:last-child {
width: 83%;
padding-left: 0;
display: block;
}
}