/*=====================================================
   
====================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


.form-control-extra { display: none; }

body{
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

/*Common Styles*/
{padding: 0; margin: 0;}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #222;
}
h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #222;
}
h2{
    font-size: 60px;
    line-height: 68px;
    color: #222;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
    color: #222;
    letter-spacing: -0.5px;
}
h3{ font-size: 20px; }
h4{ font-size: 16px; }
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
p{
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
}
a{ color: #222; }
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*Form Input Color*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #999 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #999 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #999 !important;  
}
button{
    border: none;
	background: none;
}

/*Padding Classes*/
.padding{ padding: 80px 0; }
.no-padding{ padding: 0; }
.padding-15{ padding: 15px; }
.padding-20{ padding: 20px; }

/* Default Background Color*/
.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #fafafa; }
.bg-dark{ background-color: #111!important; }

/*Boder Classes*/
.bd-top{ border-top: 1px solid #eee; }
.bd-bottom{ border-bottom: 1px solid #eee; }
.bd-left{ border-left: 1px solid #eee; }
.bd-right{ border-right: 1px solid #eee; }

/* Margin Class */
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }

/*Transition Effect*/
a,a:hover, img, .form-control, .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*Scrollbar Style*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #2C5240;
}
::selection {
    background-color: #2C5240;
    color: #fff
}
-webkit-::selection {
    background-color: #2C5240;
    color: #fff
}
::-moz-selection {
    background-color: #2C5240;
    color: #fff
}

/* Site Preloader*/
.loaded .site-preloader{
    opacity: 0;
    visibility: hidden;
}
.site-preloader{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
}
.site-preloader .spinner{
    background-color: #2C5240;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.spinner{
  width: 40px;
  height: 40px;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout{
    0% { -webkit-transform: scale(0) }
    100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
    }
}

@keyframes scaleout{
    0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
    } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
    }
}

/*Default Button*/
.btn-group{}
.btn-group a{ margin: 5px; }
.btn-group-left a{ margin-right: 10px; }
.default-btn{
    display: inline-block;
    background: transparent;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 42px;
    padding: 0 35px;
    letter-spacing: 0;
    border: 2px solid #000;
    border-radius: 30px;
    z-index: 1;
}
.default-btn:hover{ color: #000; }

/*Rattings*/
.ratting{}
.ratting li{
    display: inline-block;
    color: #FF9529;
    font-size: 14px;
    margin: 0 -2px;
}


/*Scrool Up*/
#scrollup{
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
}
.scroll-to-top{
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #2C5240;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    outline: none;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}
#scrollup.show{ opacity: 1; }
#scrollup.show .scroll-to-top{
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
.scroll-to-top:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

/*===================================================
    Main Header
====================================================*/
.header{
    background-color: transparent;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    padding: 20px 0;
    z-index: 99;
}
.header-logo img{ max-width: 100%; }
.header-logo .dark{
    display: none;
}
.sticky-header{
    display: none;
}
.search-icon i{
    font-size: 30px;
    color: #fff;
}

/* Sticky Header */
.sticky-header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99;
}
.sticky-header .primary-header{
    background-color: #fff;
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.1);
}
.admin-bar .sticky-header{ top: 32px; }
.admin-bar .header{ margin-top: 32px; }
.admin-bar .header-three{ margin-top: 0; }
.sticky-header.sticky-fixed-top {
    transition: transform 1s ease;
    will-change: transform;
}
.sticky-header.sticky-fixed-top {
    transform: translateY(0);
}
.header ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Media Query */
@media (min-width: 993px){
    .header-menu-wrap li ul{
        display: block!important;
    }
    .sticky-fixed-top .header-right .search-icon,
    .sticky-fixed-top .header-menu-wrap ul li > a{
        color: #0e1318;
    }
    .sticky-fixed-top .header-menu-wrap li li:hover > a{
        color: #fff;
    }
}
@media (max-width: 992px){
    #page.site{ margin-top: 0!important; }
    
    .sticky-fixed-top .header-right .search-icon{ color: #0e1318;}
    .sticky-fixed-top .line-menu{ background-color: #0e1318;}
    .line-menu{ background-color: #333; }
    .primary-header-two .header-right a.header-btn{ margin: 0; }
    .header-two .mid-header .header-logo { text-align: center; }
}

@media screen and (max-width: 782px){
    .admin-bar .sticky-header{ top: 0; }
    .admin-bar .header{ margin-top: 0; padding-top: 46px; }
}

@media (max-width: 580px){
    .header-right a.dl-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px;
    }
    .primary-header .header-logo {
        max-width: 150px;
    }
    .top-bar .top-left li { font-size: 12px; }
}
.primary-header-inner .header-right{
    display: flex;
    align-items: center;
    line-height: 80px;
    margin-left: 20px;
}
.header-right .mobile-menu-icon{
    margin-left: 20px;
}
.header-right .search-icon{
    color: #333;
    cursor: pointer;
    font-size: 20px;
}
.header.dark-text .header-right .search-icon{ color: #0e1318; }
.header-right .search-icon:hover{
    opacity: 0.8;
}
.primary-header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.primary-header .header-logo{
    max-width: 114px;
}
.viewport-lg .primary-header .header-menu-wrap{ display: block!important; }

/* Search Box */
#popup-search-box {
    background-color: #F0B9B4;
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
.box-inner-wrap:hover{cursor: url(../img/cross.png), auto;}
#popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}
#popup-search-box .box-inner-wrap {
    width: 100%;
    height: 100%;
}
#popup-search-box .box-inner-wrap button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #444;
    font-size: 50px;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap button:hover {
    color: #ddd;
}
#popup-search-box .box-inner-wrap button:focus {
    outline: none;
}

.box-inner-wrap{
    position: relative;
    z-index: 1;
}
.box-inner-wrap:before{
    background-color: #E67346;
    content: "";
    width: 1100px;
    height: 1000px;
    position: absolute;
    top: -55%;
    right: -25%;
    border-radius: 50%;
    z-index: -1;
}
.pop-bg{
    background-image: url(../img/tp-4.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -1;
}
.pop-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.pop-header img{
    width: 100px;
}
.pop-header i{
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}
.pop-content{
    text-align: right;
}
.pop-content li a{
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}
.pop-content li:not(:last-of-type){
    margin-bottom: 40px;
}
.pop-icon i{
    background-color: #fff;
    font-size: 12px;
    color: #111;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #111;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 992px){
    .pop-bg{
        top: -25%;
        left: -20%;
    }
}

@media (max-width: 767px){
    .pop-bg{
        background-size: 75%;
        top: 28%;
        left: 0;
    }
}





@media screen and (max-width: 600px){
    #popup-search-box .box-inner-wrap form {
        width: 90%;
    }
    #popup-search-box .box-inner-wrap input,
    #popup-search-box .box-inner-wrap button{
        font-size: 3em;
    }
}

/*===== Shape =====*/
.shape{
    background-repeat: no-repeat;
    background-size: contain;
    width: 636px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/*===================================================
    Hero Section
====================================================*/
.hero-section{
    background-color: #F0B9B4;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.shape-1{
    top: 10px;
}
.hero-content{
    margin: 80px 0 0 130px;
}
.hero-content h1{
    color: #fff;
    font-size: 80px;
    line-height: 70px;
}
.hero-content p{
    color: #222;
    margin: 25px 0 30px 0;
}
.hero-thumb img{
    width: 100%;
}

@media (max-width: 992px){
    
    .header-logo img{
        max-width: 80%;
    }
    .hero-content{
        margin-left: 0;
    }
    .hero-content h1{
        font-size: 60px;
        line-height: 68px;
    }
}

@media (max-width: 767px){
    .hero-section .shape.shape-1{
        top: 50%;
    }
}

/*===================================================
    Tp Section
====================================================*/
.tp-section{
    background-color: #F3E8E3;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tp-section .shape-2{
    background-position: bottom left;
    top: auto;
    right: auto;
    left: 0;
    z-index: -1;
}
.tp-content{}
.tp-content h4{
    color: #2C5240;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.tp-content h2{
    color: #2C5240;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 25px 0
}
.tp-content p{
    color: #2C5240;
    margin-bottom: 35px;
}
.tp-content .default-btn{
    border: 2px solid #2C5240;
    color: #2C5240;
}

@media (max-width: 992px){
    .tp-section .shape-2{
        left: -25%;
    }
    .tp-content h2{
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px){
    .tp-section .row{
        flex-direction: column-reverse;
    }
    .tp-section .shape-2{
        top: 55%;
        width: 480px;
    }
}

/*===================================================
    about Section
====================================================*/
.about-section{
    background-color: #F0B9B4;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-thumb{
    position: absolute;
    top: 0;
    right: -130px;
}
.about-section .shape-3{
    right: auto;
    left: 0;
}
.about-section .tp-content{}
.about-section .tp-content h4{
    color: #fff;
}
.about-section .tp-content h2{
    color: #E67346;
}
.about-section .tp-content p{
    color: #fff;
}
.about-section .tp-content .default-btn{
    border: 1px solid #fff;
    color: #fff;
}

@media (max-width: 992px){
    .about-thumb{
        top: 28%;
        width: 650px;
    }
    .about-section .shape-3{
        left: -25%;
    }
}
@media (max-width: 767px){
    .about-section .shape-3{
        width: 473px;
    }
    .about-thumb{
        position: inherit;
        width: 100%;
        margin-bottom: -70px;
    }
}

/*===================================================
    Work Section
====================================================*/
.work-section{
    background-color: #F3E8E3;
    position: relative;
    z-index: 1;
}

.work-list li:not(:last-of-type){
    margin-bottom: 20px;
}
.work-box{}
.icon-box{
    display: flex;
    align-items: center;
}
.icon-box img{
    width: 100px;
}
.icon-box h3{
    color: #2C5240;
    line-height: 30px;
    margin: 0 0 0 30px;
}

@media (max-width: 767px){
    .shape-4{
     width: 400px;   
    }
}

/*===================================================
    Testimonial Section
====================================================*/
.testimonial-section{
    position: relative;
    padding: 80px 0 160px 0;
    z-index: 1;
    overflow: hidden;
}
.testimonial-section:before{
    content: "";
    background-image: url(../img/bg-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
.testimonial-section .shape-5 {
    right: auto;
    left: 0;
}
.testimonial-section .slick-dots{
    display: none!important;
}
.testi-box{}
.testi-box h4{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.testi-box h2{
    color: #fff;
    font-size: 54px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 20px 0;
}
.testi-box span{
    color: #fff;
}
.testimonial-section .slick-arrow{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 60px;
    font-weight: 200;
    position: absolute;
    bottom: -85px;
    left: 0;
}
.testimonial-section .slick-arrow.right{
    margin-left: 40px;
}

@media (max-width: 992px){
    .testimonial-section{
        padding: 50px 0 130px 0;
    }
    .shape-5{
        width: 500px;
    }
    .testi-box h2{
        font-size: 38px;
        line-height: 44px;
    }
    .testi-box h2 br{
        display: none;
    }
}
@media (max-width: 767px){
    .testimonial-section{
        background-color: #0058a5;
    }
    .testimonial-section:before{
        display: none;
    }
    .shape-5{
        width: 350px;
    }
}

/*===================================================
    Product Section
====================================================*/
.product-section{
    background-color: #F3E8E3;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product-item h3{
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product-item.text-center img:hover {
	/* Margin top -10 px;
	margin-top: -20px; */
	/* Start the shake animation and make the animation last for 0.5 seconds */
	animation: shake 0.5s;
	/* When the animation is finished, start again */
	animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


.shape-6{
    top: 30%;
    width: 700px;
}
.product-section .tp-content h2{
    color: #E67346;
}

@media (max-width: 992px) {
    .shape-6{
        top: 40%;
    }
}    
@media (max-width: 767px){
    .shape-6 {
        top: 85%;
        width: 380px;
    }
    .product-section .tp-content{
        text-align: center;
    }
}
    
/*===================================================
    Phone Section
====================================================*/    
.phone-section{
    position: relative;
    z-index: 1;
}
.shape-8{
    width: 700px;
    height: 650px;
    z-index: 1;
}
.phone-section .tp-content h2{
    color: #911919;
}
.top-wrap{
    background-color: #2C5240;
    position: relative;
    padding: 100px 0;
}
.top-thumb{
    position: absolute;
    right: -110px;
    top: -55px;
    width: 660px;
    z-index: 1;
}
.ph-content{}
.ph-content h3{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ph-content h2{
    color: #F0B9B4;
    margin: 20px 0 25px 0;
}
.number-list{}
.number-list li{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    width: 60px;
    line-height: 56px;
    text-align: center;
    border: 5px solid #fff;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.number-list li:not(:last-of-type){
    margin-right: 20px;
}
.number-list li:hover{
    color: #F0B9B4;
    border: 5px solid #F0B9B4;
}
.project-carousel{
    position: relative;
    max-width: 90%;
}
.project-carousel .slick-arrow{
    position: absolute;
    right: -25px;
    bottom: 60px;
    display: flex;
    align-items: center;
    color: #832520;
    font-size: 60px;
    font-weight: 300;
    z-index: 1;
}
.project-carousel .slick-arrow.left{
    margin-right: 40px;
}
.project-carousel .slick-arrow.right{
    margin-left: 40px;
}
.project-item{
    padding: 0 10px;
}
.project-carousel.desktop{
    display: none;
}
.project-carousel.mobile{
    display: block;
}

@media (min-width: 992px) {
    .project-carousel.desktop{
        display: block;
    }
    .project-carousel.mobile{
        display: none;
    }
    .project-inner{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
        padding: 50px 0;
    }
    .project-inner img:nth-child(2){
        transform: translateY(50px);
    }
    .project-inner img:nth-child(3){
        transform: translateY(-50px);
    }
}
@media (max-width: 992px){
    .top-thumb{
        right: 0;
        top: 22%;
        width: 400px;
    }
    .project-inner{
        grid-template-columns: 2fr;
    }
    .project-carousel .slick-arrow{
        right: -80px;
    }
    .shape-8{
        display: none;
    }
    .number-list li{ margin-bottom: 10px; }
}
@media (max-width: 767px){
    .project-inner{
        grid-template-columns: 1fr;
    }
    .project-carousel{
        max-width: 100%;
    }
    .top-thumb{
       position: inherit; 
       width: 360px;
       right: 0;
    }
    .shape-8{
        display: none;
    }
    .number-list li:not(:last-of-type) {
        margin-right: 10px;
    }
    .project-carousel .slick-arrow {
        right: 20px;
        bottom: -27px;
    }
}


/*===================================================
    Contact Section
====================================================*/
.contact-section{
    background-color: #111;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-man{
    background-image: url(../img/people-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    width: 1200px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -45%;
    z-index: -1;
}
.shape-7{
    width: 890px;
    right: auto;
    left: 0;
}
.contact-wrap{
    margin-left: 280px;
}
.contact-section .tp-content h4{
    color: #fff;
}
.contact-section .tp-content h2{
    color: #E67346;
}
.contact-section .tp-content p{
    color: #fff;
}
.contact-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
}
.contact-form .form-control {
    background-color: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 30px;
    padding-left: 30px;
}
.contact-form .form-control.address{
    height: 180px;
}
.accordion-item{
    background-color: transparent;
    border: none;
}
.accordion-item:not(:last-of-type){
    margin-bottom: 20px;
}
.accordion-button {
	background-color: transparent;
	color: #fff;
	font-size: 15px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 2px;
	font-weight: 600;
	outline: none;
	border: 1px solid #fff;
	border-radius: 30px;
	Transition: all 0.2s ease-in-out;
}
.accordion-button:focus{
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    outline: none;
}
.accordion-button:hover{
    font-size: 16px;
}
.accordion-body{
    color: #fff;
}
.contact-section .default-btn{
    background-color: #E67346;
    color: #fff;
}
.contact-btn{
    text-align: right;
}


@media (max-width: 992px){
    .contact-box{
        grid-template-columns: repeat(1, 1fr);
    }
    .shape-7{
        height: auto;
        top: auto;
        bottom: 0;
        height: auto;
    }
    .contact-man{
        left: -85%;
    }
}

@media (max-width: 767px){
    .contact-item.item-1{
        margin-bottom: 40px;
    }
    .contact-wrap{
        margin-left: 0;
    }
    .contact-box{
        grid-template-columns: repeat(1, 1fr);
    }
    .accordion-button{
        font-size: 12px;
    }
    .contact-man{
        display: none;
    }
}

/*===================================================
    Footer Section
====================================================*/
.footer-section{
    background-color: #F0B9B4;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.footer-content h3{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-icon{
    display: flex;
    align-items: center;
}
.footer-icon h3{
    font-size: 18px;
    margin-right: 20px;
}
.footer-list{
    display: flex;
    align-items: center;
}
.footer-list li{
    margin-right: 10px;
}
.footer-list li i{
    background-color: #fff;
    font-size: 12px;
    color: #111;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #111;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 767px){
    .footer-icon h3,
    .footer-content h3{
        font-size: 13px;
    }
}

/* bottom area */

/*max-width 1024px*/
@media (max-width: 1024px) {}

/*max-width 992px*/
@media (max-width: 992px) {
    .padding{ padding: 50px 0; }
    .sm-padding{ padding: 15px; }
    p br{ display: none; }
    span br{ display: none; }
    .default-btn{ padding: 0 30px; }
    .shop-sidebar{ margin-top: 20px; }
    .review .comment-list{ grid-template-columns: 1fr; }
    
}

/*===================================================
    Media Query
====================================================*/

/*max-width 1024px*/
@media (max-width: 1024px) {}

/*max-width 992px*/
@media (max-width: 992px) {
    .padding{ padding: 50px 0; }
    .sm-padding{ padding: 15px; }
    p br{ display: none; }
    span br{ display: none; }
    .default-btn{ padding: 0 30px; }
    .section-heading h2{
        font-size: 32px;
        line-height: 42px;
    }
    .section-heading br{ display: inherit; }
}

/*max-width 768px*/
@media all and (max-width: 768px) {
    .padding{ padding: 50px 0; }
    .xs-padding{ padding: 15px; }
    p br{ display: none; }
    .section-heading h2{
        font-size: 24px;
        line-height: 34px;
    }
}

/*max-width 580px*/
@media all and (max-width: 580px) {
    #scrollup {
        bottom: 20px;
        right: 20px;
    }
}

/*max-width 420px*/
@media all and (max-width: 420px) {}

/*max-width 320px*/
@media (max-width: 320px) {}
