body {
    font-family: 'Inter', sans-serif;
	color: #666;
	font-size: 16px;
    font-weight: 300;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: 'Inter', sans-serif;

	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-style: normal;
	line-height: 1.4em;
	color: #111;
}
p{
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #00a54f;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}
/******* Header ************/

/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}
/******* Menu ************/
.top_menu{
    padding: 10px 0;
    position: relative;
    z-index: 1043;
    transition: 1s;
    -webkit-transition: 1s;
}

.home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-logo {
    width: 100%;
}
.home-menu  span {
    color: #fff;
}

.menu-bar{
    display: flex;
    padding: 0 10px;
	align-items: center;
}
.logo {
    width: 20%;
}
.logo img{
    height: 70px;
}
.cus-menu {
    width: 65%;
    text-align: right;
}
.inner-menu{
    position: absolute;
    z-index: 1034;
}


.vg-nav>ul>li>a {
    font-size: 17px;
    line-height: 1.2;
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 7px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.vg-nav>ul>li {
    padding: 1px 3px;
}

.vg-nav .dropdown ul li a {
    text-align: left;
}
.vg-nav .dropdown ul li a {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px;
}
.vg-nav>ul>li.active a, .vg-nav>ul>li a:hover {
    color: #a97911;
    font-weight: 600;

}

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    transition: 2s;
    -webkit-transition: 2s;
    background: #fff;
}
.openBtn {
    background: #f1f1f100;
    border: none;
    padding: 10px 0px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
  }
  
  .openBtn:hover {

  }
  
  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }
  
  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .overlay .closebtn:hover {
    color: #ccc;
  }
  
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .overlay button:hover {
    background: #bbb;
  }

  .phone{
    width: 15%;
    display: flex;
    justify-content: end;
}
.number{
    padding: 0 30px 0 0;
}
.number a{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.call a{
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 14px 16px;
    background: #a97911;
    border-radius: 7px;
}
.call a:hover{
    background: #000;
}


/******* Slider ************/
.slider{
    padding: 0px 0 0 0;
    position: relative;
    background: #000;
}
.slide-box {
    display: flex;
    align-items: center;

}
.slide-text {
    width: 45%;
    padding: 0 60px;
}
.slide-text h1 {
    font-size: 50px;
    color: #fff;
    line-height: 52px;
}
.slide-text p{
    color: #fff;
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 30px;
}


.slide-img-box{
    width: 55%;
}

.slide-img-box img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
a.cus-btn1 {
    border: 2px solid #fff;
    color: #fff !important;
    padding: 11px 20px;
    display: inline-block;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 17px;
}

a.cus-btn{
    border: 2px solid #fff;
   background: #fff;
       color: #000;
    padding: 11px 20px;
    display: inline-block;
    border-radius: 6px;
    font-size: 17px;
}



/******* about ************/
.about{
    padding: 80px 0;
}
.about-text {
    padding: 0 40px 0 0;
}
.about-text h2{
    font-size: 40px;
    font-weight: 600;
}

.about-text h3{
    font-size: 30px;
    font-weight: 600;
}
.about-img img{
    height: 580px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/******* painting ************/

.painting {
    background: #d9a503;
    padding: 100px 0;
}
.painting-box{

}
.painting-box i{
    color: #fff;
    font-size: 55px;
    margin-bottom: 10px;
}
.painting-box h3{
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}
.painting-box p{
    color: #fff;
}
/******* services ************/

.services{

}
.services h2{
    margin-bottom: 30px;
}


.service-box{
    border-radius: 12px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: 2s;
    -webkit-transition: 2s;
    border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin:0 10px 20px;
}
.service-box-img img{
    border-radius: 10px 10px 0 0 ;
	    height: 200px;
    object-fit: cover;
}
.service-text {
    padding: 20px;
}

.service-text a.cus-btn1 {
    border: 1px solid #000;
    color: #111 !important;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 6px;
    margin-right: 2px;
    font-size: 16px;
}

.service-text h4{
    font-weight: 600;
    font-size: 20px;
}
.service-box:hover .service-text{
    background: #a97911;
}
.service-box:hover .service-text h4{
    color: #fff;
}
.service-text p{
	   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.service-box:hover .service-text p{
    color: #fff;
}
.service-box:hover .service-text a.cus-btn1{
    border: 1px solid #fff;
    color: #111;
    background: #fff;
}
.owl-dots {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev{
    background: #000;
    color: #fff;
    padding: 5px 11px 8px !important;
    border-radius: 3px;
    position: absolute;
    top: 190px;
    left: -47px;
}
.owl-carousel .owl-nav button.owl-next{
    background: #000;
    color: #fff;
    padding: 5px 11px 8px !important;
    border-radius: 3px;
    position: absolute;
    top: 190px;
    right: -35px;
}
.choose{
    padding: 0px;
}
.choose-box{
    background-image: url(../images/choose.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.choose-text {
    background: #c5990ceb;
    padding: 30px;
    width: 42%;
}
.choose-text h2{
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}
.choose-text p{
    color: #fff;
}
.choose-text ul{
    text-decoration: none;
    list-style-type: none;
    padding: 0 0 0 0px;
}
.choose-text ul li{
    position: relative;
    color: #fff;
    padding: 0 0 0 30px;
    margin-bottom: 14px;
    font-size: 18px;

}
.choose-text ul li i{
    position: absolute;
    left: 0px;
}

.work-img {
    overflow: hidden;
    margin-bottom: 30px;
}
.work-img img {
    transition: all 1s;
    object-fit: cover;
}

.work-img:hover img {
    transform: scale(1.2);
}
.poject-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.project-text {
    width: 38%;
}
.contact-box {
    position: relative;
    background-image: url(../images/choose.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 60px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-box::before {
    content: '';
    background: #000000c2;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
}
.left-contact {
    width: 45%;
    text-align: center;
    padding: 0 40px 0 20px;
}
.left-contact p img{
    width: 70%;
}
.left-contact span i{
    color:#fff;
    margin-bottom: 20px;
}
.left-contact p {
    color:#fff;
    font-weight: 600;
    font-size: 15px;
}
.left-contact h6 {
    color:#fff;
    font-weight: 600;
    font-size: 17px;
}



.right-contact {
    width: 55%;
    background: #fff;
    padding: 24px;
    border-radius: 11px;
}
.right-contact h3{
    font-weight: 600;
    text-align: center;
}
.right-contact p{
    font-weight: 600;
    text-align: center;
    font-size: 18px;
	margin-bottom:0px;
}

.right-contact .form-control {
    padding: 0.975rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    color: #212529;
    background-color: #f3f2f2;
    background-clip: padding-box;
    border: 0px solid #ced4da;
}
.right-contact .form-select {
    display: block;
    width: 100%;
    padding: 0.975rem 2.25rem 0.975rem 0.75rem;
 
    color: #212529;
    background-color: #f3f2f2;
    border: 0px solid #ced4da;
    border-radius: 0;
}
.right-contact label {
    display: inline-block;
    font-size: 14px;
}
.right-contact label a{
    color: #a97911;
}
.right-contact .btn-primary {
    color: #fff;
    background-color: #a97911;
    border-color: #a97911;
    text-transform: uppercase;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
}

/******* footer ************/
.footer {
    background-color: #000;
    padding: 50px 0 30px;
    position: relative;

}

.footer-top {

}
.footer-text{
    position: relative;
}

.footer-services h4{
    color: #d7d6d6;
    border-bottom: 0px solid #7b787a;
    padding: 0;
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 22px;


}

.footer-services1{
    margin-top: -13px;
}
.footer-text a img {
    width: 70%;
    margin: 0 0 25px;
}


.footer-text ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-text ul li{
    display: block;
    text-transform: capitalize;
    font-size: 17px;
    padding: 0 0px 11px;
    /* text-align: center; */
    width: 50%;
    float: left;
}
.footer-text ul li a{
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;

}

.footer-services ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-services ul li{
    display: block;
    text-transform: capitalize;
    font-size: 17px;
    padding: 0 0px 5px;

}
.footer-services ul li a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;

}
.footer-services p{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.footer-menu{
    margin: 20px 0;
}
.footer-menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-menu ul li{
    display: inline-block;
    padding: 0 9px;
}


  .footer-services ul li{
    line-height: 34px;

  }
  .footer-address ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer-address ul li {
    position: relative;
    margin-bottom: 22px;

}


hr {
    margin: 3rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .5;
    color: #afb1af;
}
.footer p{
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}
.footer p a{
    color: #fff;
    font-weight: 200;
    margin-bottom: 0px;
    text-decoration: none;
}
.contact-info p{
    color: #111;
    font-weight: 300;
    padding: 10px 0 12px;
    border-bottom: 1px solid #d3d1d1;
    line-height: 25px;
}
.footer-bottom{
    background: #000;
    padding: 17px 0;
}
.copy p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
}
.footer-logo{
    margin-bottom: 30px;
}
.footer-logo img {
    width: 30%;
}

.copy1 p{
    text-align: right;
    margin-bottom: 0px;
    color: #fff;
}
.copy1 p a{
    font-size: 15px;
    font-weight: 600;
    color: #42b659;
}
.footer-social a {
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.footer-social a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
.copy {
    display: flex;
    justify-content: space-between;
}

.message{
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
}
.message .about-text {
    width: 50%;
}
.message .project-text h2 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    line-height: 88px;
    margin-bottom: 40px;
}

.message .about-text p{
    color: #fff;
}
.footer-address p{
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}
.footer-address p a{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
.footer-logos {
    display: flex;
}
video{
    width: 100%;
}
.contact{
    padding: 0px 0 60px;
    position: relative;
    z-index: 1;
    }
.contact:before{
    content: '';
    background: #e5e3e3;
    position: absolute;
    width: 100%;
    height: 370px;
    bottom: 0px;
}
.icon-box img {
    height: 100px;
    object-fit: contain;
}
.client-text {
    margin-bottom: 40px;
}
.client-text h2{
    font-weight: 600;
}
.clients .owl-carousel .owl-nav button.owl-prev {
    top: 30px;
}

.clients .owl-carousel .owl-nav button.owl-next {
    top: 30px;
}
.textimonial{
    background: #f7f7f7;
}
.texti-box {
    width: 80%;
    margin: 0 auto;
}
.cus-texti-box{
    text-align: center;
}
.cus-texti-box{
    padding: 0 30px;
}
.cus-texti-box i {
    color: #a97911;
    font-size: 40px;
    margin-bottom: 40px;
}
.cus-texti-box p{
    font-size: 17px;
    line-height: 34px;
}
.author img {
    width: 70px !important;
    height: 70px;
    display: block !important;
    margin: 23px auto 10px;
}
.author h6{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.slide-inner{
    padding: 100px 0;
}

.slide-inner .slide-text {
    width: 100%;
    padding: 0 60px;
    text-align: center;
}
.slide-inner .slide-text h1 {
    font-weight: 600;
}
.inner-services .service-box-img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
	    height: 270px;
    object-fit: cover;
}
.inner-services  .service-box{
    margin: 0 10px 40px;
}
.wp-address-box {
    display: flex;
}

.wp-address-text {
    width: 33%;
    padding: 20px;
    box-shadow: 0px 0px 8px #00000059;
    margin-right: 33px;
    border-radius: 7px;
    transition: 1s;
    -webkit-transition: 1s;
}
.wp-address-text i {
    font-size: 34px;
    margin-bottom: 10px;
    color: #a97911;
}
.wp-address-text h6 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}
.wp-address-text:hover{
    transform: scale(1.05);
}
.right-contact h2{
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.wp-address-text p{
    margin-bottom: 0px;
}

.email-box{
    display: flex;
    padding: 25px;
    transition: .35s;
}
.email-box:hover{
    box-shadow: 0 3px 30px rgb(110 122 182 / 10%);
}
.email-img {
    padding: 0 30px 0 0;
}
.email-text{

}
.email-text h5{
    font-weight: 600;
    margin-bottom: 0px;
}

.email-text p{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
}
.email-text p a{
    margin-bottom: 5px;
    font-size: 16px;
    text-decoration: none;
}

.cus-box-contact h2{
    font-weight: 600;
    font-size: 35px;
}
.contact-social ul {
    padding: 0px;
}

.contact-social ul li {
    background: #fff1ceb0;
    justify-content: space-between;
    border-radius: 3px;
    height: 36px;
    width: 36px;
    opacity: 1;
    display: inline-block;
    margin-right: 4px;
}
.contact-social ul li a {
    color: #fff;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 3px;
    height: 36px;
    width: 36px;
    text-decoration: none;
}

.contact-social {
    margin-left: 30px;
}
.wp-service .about-text {
    padding: 0 120px 0 30px;
}
.wp-service .about-img img {
    height: 420px;
    width: 100%;
    object-fit: cover;
}
.cus-service-img{
    padding: 0px 0 60px;
}
.wp-painting{
    padding: 0px;
}
.new-painting-box {
    background: #e3e3e3;
    display: flex;
}
.left-painting-box {
    width: 60%;
}
.right-painting-box {
    width: 50%;
    padding: 65px;
}
.right-painting-box h2{
    font-weight: 600;
}
.new-painting-box:nth-child(2n+2) {
    flex-direction: row-reverse;
}
.team-box {
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 50px;
}

.team-img img{
    width: 100%;
}
.team-text {
    position: relative;
    display: block;
    background: #f7f4ef;
    padding: 26px 0 24px;
    border-radius: 0 0 7px 7px;
    margin-top: 10px;
    text-align: center;
}
.team-text h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 0px;
}
.social-icons {
    margin: 10px 0 0px 0;
}
.team-text .social-icons ul {
    padding: 0;
    margin: 0px;
}
.team-text .social-icons ul li {
    margin-right: 8px;
    box-shadow: none;
    display: inline-block;
}
.team-box:hover .team-text {
    background-color: #a97911;
}
.team-box:hover .team-text h5 {
    color: #fff;
}
.team-box:hover .team-text p {
    color: #fff;
}
.team-box:hover .social-icons ul li a {
    color: #fff;
}
.inner-choose{
    padding: 70px 0;
}
.inner-clients{
    padding: 0 0 70px;
}
.right-contact-modal{
    width: 100%;
    padding: 0px;
}
button.btn-close {
    position: absolute;
    right: 5px;
    opacity: 1;
    top: 5px;
    z-index: 99;
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

	
}

@media screen and (max-width: 980px) {
	
	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .phone {

        display: none;
    }
    .logo {
        width: 80%;
    }
    .cus-menu {
        width: 25%;
        text-align: right;
    }
    .vg-nav-lg .vg-nav-hamburger {
        display: block;
        float: right;
    }
    .slide-box {
        flex-wrap: wrap;
    }

    .slide-text {
        width: 100%;
        padding: 30px 15px;
    }
    .slide-img-box {
        width: 100%;
    }
    .slide-img-box img {
        width: 100%;
        height: 63vh;
        object-fit: cover;
    }
    .slide-text h1 br{
        display: none;
    }
    .slide-text h1 {
        font-size: 43px;
        color: #fff;
        line-height: 48px;
    }
    .about-text {
        padding: 0px;
    }
    .painting {
        padding: 60px 0 20px;
    }
    .painting-box {
        text-align: center;
        margin-bottom: 44px;
    }
    .owl-carousel .owl-nav button.owl-prev {

        left: -27px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
    .choose-text {
        background: #c5990ceb;
        padding: 20px;
        width: 90%;
    }

    .choose-text h2 {
        font-size: 30px;
    }
    .poject-text {
        flex-wrap: wrap;
    }
    .project-heading {
        width: 100%;
    }
    .project-text {
        width: 100%;
    }
    .contact-box {
        padding: 60px 20px;
        flex-wrap: wrap;
   
    }

    .left-contact {
        width: 100%;
        text-align: center;
        padding: 0 10px 30px 10px;
    }
    .right-contact {
        width: 100%;
        background: #fff;
        padding: 20px;
        border-radius: 11px;
    }
    .texti-box {
        width: 100%;
        margin: 0 auto;
    }
    .footer-logo img {
        width: 90%;
    }
    .footer-services {
        margin-bottom: 20px;
    }
    .copy {
        flex-wrap: wrap;
    }
    .copy p {
        margin-bottom: 15px;
    }
    .slide-inner .slide-text {
        width: 100%;
        padding: 0px;
    }

    .wp-service .about-text {
        padding: 0 10px 0 10px;
    }
    .about-text h2 {
        font-size: 30px;
        font-weight: 600;
    }
    .new-painting-box {
        flex-wrap: wrap;
        padding: 0px;
    }
    .left-painting-box {
        width: 100%;
    }
    .right-painting-box {
        width: 100%;
        padding: 30px;
    }
.choose-text ul {

    margin: 0px;
}

}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}