
body {
  overflow-x: hidden;
  /* overflow-y: auto; */
  float: left;
  width: 100%;
}
.site {
    overflow-x: visible;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
}
.container {
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
  padding: 0px;
}
a {
  font-family: "Poppins-Regular"!important;
  display: inline-block;
  color: #000;
  letter-spacing: 0px;
}
a:hover {
  text-decoration: none;
  color: #000;
}
button:hover {
  text-decoration: none;
}
button:focus {
  outline:0px!important;
}
a:focus {
  outline: 0;
  outline-offset: unset;
}
.btn:focus {
  outline: 0 !important;
  outline-offset: 0;
  color: #fff;
}
span,
select,
label {
  font-family: "Poppins-Regular";
}
li {
  font-family: "Poppins-Regular";
  list-style-type: none;
}
ul {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
h1,
h4,
h2,
h3 {
  font-family: "Poppins-Bold";
  margin: 0;
  clear: unset;
}
p,
h5,
h6 {
  font-family: "Poppins-Regular";
  color: #000000;
  margin: 0;
  letter-spacing: 0.3px;
}
input {
  outline: 0 !important;
}
input:focus {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  padding: 0;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}	
.slick-initialized .slick-slide{
    outline:unset;	
}	
 /****Mega Menu*****/
 ul.megamenu {
  padding: 0;
  box-shadow: 3px 3px 19px 5px #00000066;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  background-color: #ffffff;
  left: 0em;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  color: #000;
  text-align: center;
  margin: 0 auto;
  margin-top: 7px;
  transform: translate(0, 20px);
}
.header-nav nav>ul>li:hover ul.megamenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
    color: #000;
  box-shadow: none;
  padding-left: 0;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em 1em;
  float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even){
  float:right;
}		
.header-nav nav>ul>li ul.megamenu ul li a {
font-size: 18px;
font-weight: 500;
text-transform:capitalize;
font-size: 17px;
line-height: 16px;
color: #000;
font-weight: 600;	
-webkit-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;	
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
  color: #c2951d;
}
ul.megamenu.megamenu1 {
  left: 0em;
}
.header-nav nav ul li ul li:after{
  content:unset;		
}
/*****************************************************Homepage****************************************************/
.header-nav nav {
  width: 100%;
  font-size: 16px;
}
.mobile-top-head {
  display: none;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}
.header-nav nav>ul {
  position: relative;
  display: block;
  text-align: right;
  float:left;
  padding: 0;
  margin:0;
  width:100%;	
}
.header-nav nav ul li {
  color: #fff;
  list-style: none;
  transition: .5s;
  margin: 0;
  padding: 0px 0px;
  text-align: center;
  display: inline-block;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  position: relative;
  z-index: 9;
  /* overflow: hidden; */
}
.header-nav nav ul li:hover a {
  color: #ec202b;
  transition: 0.5s;
}  
.header-nav nav>ul>li>a {
  padding: 16px 6px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Outfit-Regular';
}
.header-nav nav>ul>li.active a {
  transition: .5s;
  color: #fff;
} 
.header-nav nav ul li:hover::after {
  transform: translate(0px,0px);
}  
.header-nav nav>ul>li>a:hover::before {
  width: 100%;
}
.header-nav nav>ul>li>a:hover::after {
  width: 100%;
} 
ul.megamenu li {
  float: left;
  width: 48%;
  letter-spacing: 0;
  margin-bottom: 10px !important;
  border-bottom: 1px solid red;
  margin: 0 6px !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid #eee;
}
ul.megamenu li:hover a {
  letter-spacing: .5px;
  color: #840000 !important;
}
.header-nav nav>ul>li:hover ul.megamenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  box-shadow: none;
  padding-left: 0;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em 1em;
  float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even) {
  float: right;
}
.header-nav nav>ul>li ul.megamenu ul li a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
color: #c2951d
}
ul.megamenu.megamenu1 {
left: 0
}
.header-nav nav ul li ul li:after {
content: unset
}
.header-nav nav>ul>li:hover ul.megamenu li a:after {
content: unset;
}
.header-nav nav ul li.open {
  background-color: #772668;
} 

/***************************************Homeapage**********************************************/
.page_loading {
  position: fixed;
  background-color: #FFF;
  background: #fff url(../images/home/loading.gif) no-repeat center;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 999999;
  overflow: hidden;
  top:0;
}
.header_wrapper {
  float: left;
  width: 100%;
  position: relative;
  box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
}
div#mega-menu-wrap-primary {
    background-color: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background-color: transparent;
}
header#masthead {
    padding: 0;
    border: 0;
    margin: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0px 6px;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link { 
  color: #000 !important;
  font-size: 18px !important;
}       
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background-color: transparent;
}
.header_logo {
    text-align: center;
}
.header_inner {
    max-width: 1340px;
    margin: 0 auto;
    float: none;
}
.site-footer {
    background: transparent!important;
}
.header_outer {
    position: relative;
    z-index: 9;
    background-color: #f3f3f3;
}
.header_outer:before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #000;
    z-index: -1;
    height: 55%;
}
.header_right_time span {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 600;
    width: 27%;
}
.header_right_time div {
    display: inline-block;
    width: 70%;
}
.header_right_time div p {
    font-size: 11px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 400;
}
.header_right_time div a {
    font-size: 12px;
    line-height: 15px;
    color: #fbe11b;
    font-weight: 500;
    font-family: 'Poppins-Regular';
}
.header_right_mail a {
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 500;
    display: block;
    padding-left: 55px;
    vertical-align: middle;
    padding-top: 15px;
}
.header_right_mail a:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background-image: url('../images/home/mail.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.header_right_phone a {
    border-radius: 50px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    display: block;
    height: 50px;
    font-size: 19px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins-Bold' !important;
    padding: 0.5em 0em 0em 3em;
    width: 81%;
    position: relative;
    margin: 0 auto;
    float: right;
}
.header_right_phone a:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url('../images/home/phone.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: -2px;
    left: -2px;
}
.header_right_media ul li a {
    color: #fbe11b;
    font-size: 27px;
    margin: 0px 7px;
    line-height: 32px;
}
.header_right_media ul li {
    display: inline-block;
    text-align: right;
}
.header_right_media ul {
    text-align: right;
}
.header_right_media {
  width: 10%;
  float: left;
  padding-top: 10px;
}
.header_right_media ul li a {
    color: #fbe11b;
    font-size: 27px;
    margin: 0px 7px;
    line-height: 32px;
}
.header_right_media ul li {
    display: inline-block;
    text-align: right;
}
.primary-menu li {
    display: inline-block;
    margin: 0px 12px;
    padding: 6px 0;
}
.primary-menu li a {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
}
.header_logo_inner a:nth-child(1) {
    display: none;
}


.header_right_first {
    padding: 1em 0em;
}
.header_right_second {
    padding: 1em 0em;
}
.header_outer:after {
    content: '';
    position: absolute;
    width: 18%;
    height: 100%;
    background-color: #000;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 0px 100px 100px 0px;
}
.header_logo_inner a img {
    width: 175px!important;
    height: 110px;
}
.header_logo_inner a {
    padding: 1em;
}
.header_right {
    padding-left: 15px;
}
.mobile_header{
  display: none;
}


.footerhme_wrapper {
    float: left;
    width: 100%;
}
.footerhme_hle {
    background-color: #000000;
    padding: 5px 0px;
    text-align: center;
}
.footerhme_hle p {
    font-size: 15px;
    line-height: 30px;
    color: #ffd84c;
    font-weight: 400;
}

/* 17-10-2025 */

/* Home page blocks */

.banner_hme_wrapper{
  float: left;
  width: 100%;
  position: relative;
  margin-top: 0px;  
}
.banner_hme_hle{
  float: left;
  width: 100%;
}
.banner_hme_inner{
  float: left;
  width: 100%;
  position: relative;
}
.banner_hme_inner::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%; 
    width: 30%;
    background-image: url(../images/home/bannerleft.png);  
    background-size: 100% 100%;
    z-index: -1;
}
.banner_hme_left{
  position: relative;
  float: left;
}
.banner_hme_left_inner{
  float: left;
  width: 100%;
}
.banner_hme_right_inner{
  position: relative;
  overflow: hidden;
}
.banner_hme_right_inner::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%; 
    width: 100%;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.9999999999999999) 0%, rgba(0,0,0,0) 100%);
}
.banner_hme_right_inner img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 762px;
}
.banner_hme_content::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 47%;
    width: 100%;
    border-radius: 20px;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.9999999999999999) 0%, rgba(0,0,0,0) 250%);
    z-index: -1;
}
.banner_hme_content{
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 700px;
  z-index: 9;
}
.banner_hme_content_inner{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0em 2em 0em 2em;
}
.banner_hme_content_inner h1{
  font-size: 52px;
  line-height: 62px;
  color: #ffffff;
  font-weight: 700;
}
.banner_hme_content_inner span{
  color: #fed23e;
  font-family: "Poppins-Bold";
}
.banner_hme_content_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
}
.banner_hme_content_inner .read_btn {
    margin-right: 0em;
    margin-left: 2em;
    margin-top: 1.5em;
}

.bannerbelow_block {
    float: left;
    width: 100%;
    margin: 0 0 2em 0;
    padding: 0 0 2em 0;
    position: relative;
    top: -5em;
    z-index: 9;
}
.bannerbelow_block_hle{
    float: left;
    width: 100%;
    padding: 1em 0 1em 0;
    position: relative;
}
.bannerbelow_block_hle::after{
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 87%;
    margin: 0 auto;
    border-radius: 45px;
    background-color: #fff;
    filter: drop-shadow(0.469px 2.963px 28.5px rgba(0, 0, 0, 0.17));    
    z-index: -2;
} 
.bannerbelow_block_inner{
  float: unset;
  width: 100%;
  margin: 0 auto;
  max-width: 85%;
}
.bannerbelow_gallary_single_image{
   float: left;
   margin: 15px 15px;
}
.bannerbelow_gallary_single_image img{
    object-fit: cover;
    object-position: center;
    width: 300px;
    height: 237px;
    border-radius: 32px;    
} 



.picture_framing_first{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.picture_framing_first_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  position: relative;
}
.picture_framing_first_image_inner{
  position: relative;
}
.picture_framing_first_image_inner::before{
    content: '';
    position: absolute;
    left: -40px;
    top: 40px;
    border-radius: 5px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 30px;
    background-color: #000000;
    width: 10%;
    height: 75%;
    z-index: -1;
}
.picture_framing_first_image_inner::after{
    content: '';
    position: absolute;
    right: -35px;
    bottom: -35px;
    border-radius: 5px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 30px;
    background-color: #ffd03f;
    width: 37%;
    height: 45%;
    z-index: -1;
}
.picture_framing_first_image_inner img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 567px;
  border-radius: 5px;
  border-bottom-left-radius: 150px;
    border: 2px solid #ffffff;
  filter: drop-shadow(13.98px 20.726px 17.5px rgba(27,109,183,0.28));
}
.picture_framing_first_content .picture_framing_first_image_inner{
  display: none;
}
.picture_framing_first_content{
    position: absolute;
    right: 0;
    top: -30px;
    padding: 1em 1em 1em 2.5em;
    border-radius: 28px;
    background-color: #f5f5f5;
    filter: drop-shadow(9.696px 17.492px 14px rgba(0,0,0,0.07));
    border: 2px solid #ffffff;
    width: 50%;
}
.picture_framing_first_content h2,
.picture_framing_first_content h3{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.picture_framing_first_content h2::before,
.picture_framing_first_content h3::before{
    content: '';
    position: absolute;
    right: 87px;
    bottom: -10px;
    border-bottom: 3px solid #ffc73f;
    width: 40%;
}
.picture_framing_first_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.hme_btn_set{
    margin: 2em 0;
    display: flex;
    padding-left: 3em;
}
.read_btn{
    position: relative;
    border-radius: 8px;
    filter: drop-shadow(-0.035px 2px 0px rgba(0, 0, 0, 0.19));
    background-image: linear-gradient(89deg, #ffd041 0%, #ffbf00 100%);
    padding: 9px 0 5px 30px;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    width: 150px;
    display: block;
    margin-right: 4em;
}
.read_btn::before{
  position: absolute;
    content: '';
    left: -45px;
    top: -5px;
    bottom: 0;
    height: 60px;
    width: 60px;
    background-image: url(../images/home/read-more-icon.webp);
    background-size: 100% 100%;
}
.call_btn {
    position: relative;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 5px 0 5px 25px;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    width: 175px;
    display: block;
    border: 4px solid #000000;
    border-left: unset;
    outline-offset: -5px;
    outline: 3px solid #cacaca;
}
.call_btn::before{
  position: absolute;
    content: '';
    left: -45px;
    top: -10px;
    bottom: 0;
    height: 60px;
    width: 60px;
    background-image: url(../images/home/call-icon.webp);
    background-size: 100% 100%;
}
.read_btn {
    position: relative;
    border-radius: 8px;
    filter: drop-shadow(-0.035px 2px 0px rgba(0, 0, 0, 0.19));
    background-image: linear-gradient(89deg, #ffd041 0%, #ffbf00 100%);
    padding: 9px 0 5px 30px;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    width: 150px;
    display: block;
    margin-right: 4em;
    margin-left: 2em;
    margin-top: 0;

}

.restoration_repair{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.restoration_repair::after{
    content: '';
    position: absolute;
    right: -25px;
    bottom: 45px;
    background-image: url(../images/home/sec-blk-color.png);
    background-size: 100% 100%;
    width: 50%;
    height: 60%;
    z-index: -3;
}
.restoration_repair_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.restoration_repair_image{
  float: right;
}
.restoration_repair_image_inner{
  position: relative;
  margin-right: 5em;
}
.restoration_repair_image_inner::before{
    content: '';
    position: absolute;
    left: -35px;
    bottom: -35px;
    border-radius: 0px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 30px;
    background-color: #edc95b;
    width: 15%;
    height: 65%;
    z-index: -1;
}
.restoration_repair_image_inner::after{
    content: '';
    position: absolute;
    right: -50px;
    top: -35px;
    background-image: url(../images/home/img2_shape.png);
    background-size: 100% 100%;
    width: 50%;
    height: 90%;
    z-index: -1;
}
.restoration_repair_image_inner img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 488px;
  border-radius: 40px;
  border-top-right-radius: 0;
  filter: drop-shadow(16.458px 22.652px 14px rgba(0,0,0,0.46));
  border: 2px solid #ffffff;
}
.restoration_repair_content{
    position: absolute;
    left: 0;
    top: -30px;
    padding: 1em 1em 1em 2.5em;
    border-radius: 28px;
    background-color: #f5f5f5;
    filter: drop-shadow(9.696px 17.492px 14px rgba(0,0,0,0.07));
    border: 2px solid #ffffff;
    width: 50%;
}
.restoration_repair_content h2,
.restoration_repair_content h3{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.restoration_repair_content h2::before,
.restoration_repair_content h3::before{
    content: '';
    position: absolute;
    right: 87px;
    bottom: -10px;
    border-bottom: 3px solid #ffc73f;
    width: 40%;
}
.restoration_repair_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.picture_framing_second{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.picture_framing_second_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.picture_framing_second_image_inner{
  position: relative;
}
.picture_framing_second_image_inner::before {
    content: '';
    position: absolute;
    left: -20px;
    top: -15px;
    border-radius: 20px;
    border: 2px solid #edc95b;
    width: 104%;
    height: 108%;
    z-index: -2;
}
.picture_framing_second_image_inner img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 518px;
  border-radius: 10px;
  filter: drop-shadow(2.925px 23.821px 22.5px rgba(0,0,0,0.29));
  border: 2px solid #fafbfc;
}
.picture_framing_second_content{
    position: absolute;
    right: 0;
    top: -30px;
    padding: 1em 1em 1em 2.5em;
    border-radius: 28px;
    background-color: #f5f5f5;
    filter: drop-shadow(9.696px 17.492px 14px rgba(0,0,0,0.07));
    border: 2px solid #ffffff;
    width: 50%;
}
.picture_framing_second_content h3{
    font-size: 40px;
    color: #000;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.picture_framing_second_content h3::before{
    content: '';
    position: absolute;
    right: 87px;
    bottom: -10px;
    border-bottom: 3px solid #ffc73f;
    width: 40%;
}
.picture_framing_second_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.box_3d_framing{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.box_3d_framing_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.box_3d_framing_image{
  float: right;
}
.box_3d_framing_image_inner{
  position: relative;
}
.box_3d_framing_image_inner::before{
    content: '';
    position: absolute;
    left: -8px;
    bottom: -8px;
    border-radius: 30px;
    border-bottom-right-radius: 150px;
    background-color: #edc95b;
    width: 95%;
    height: 100%;
    z-index: -1;
}
.box_3d_framing_image_inner img{
    /* object-fit: cover; */
    object-position: center;
    width: 100%;
    height: 460px;
    border-radius: 30px;
    border-bottom-right-radius: 150px;
    border: 2px solid #ffffff;
    /* object-fit: fill; */
}
.box_3d_framing_content{
    position: absolute;
    left: 0;
    top: -30px;
    padding: 1em 1em 1em 2.5em;
    border-radius: 28px;
    background-color: #f5f5f5;
    filter: drop-shadow(9.696px 17.492px 14px rgba(0,0,0,0.07));
    border: 2px solid #ffffff;
    width: 50%;
}
.box_3d_framing_content h3{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.box_3d_framing_content h3::before{
    content: '';
    position: absolute;
    right: 16px;
    bottom: -6px;
    border-bottom: 3px solid #ffc73f;
    width: 40%;
}
.box_3d_framing_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

/* .sports_tshirt_framing{
  float: left;
  width: 100%;
  margin: 0em 0 4em 0;
  position: relative; 
  background-size: 100% 100%;
  background-repeat: no-repeat;
} */

.bespoke_framing{
  float: left;
  width: 100%;
  margin: 4em 0 4em 0;
  padding: 1em 0;
  position: relative;
}
.bespoke_framing::before{
    content: '';
    position: absolute;
    left: 0px;
    top: -25px;
    bottom: 0;
    background-image: url(../images/home/fifth_img_shape.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20%;
    height: 108%;
    z-index: -1;
}
.bespoke_framing_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  position: relative;
}
.bespoke_framing_image_inner{
  position: relative;
}
.bespoke_framing_image_inner img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 450px;
  border-radius: 23px;
  border: 4px solid #fafbfc;
}
.bespoke_framing_content{
    position: absolute;
    right: 0;
    top: -30px;
    padding: 1em 1em 1em 2.5em;
    border-radius: 28px;
    background-color: #f5f5f5;
    filter: drop-shadow(9.696px 17.492px 14px rgba(0,0,0,0.07));
    border: 2px solid #ffffff;
    width: 50%;
}
.bespoke_framing_content h3{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.bespoke_framing_content h3::before{
    content: '';
    position: absolute;
    right: 87px;
    bottom: -10px;
    border-bottom: 3px solid #ffc73f;
    width: 40%;
}
.bespoke_framing_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.glass_mirror_framing{
  float: left;
  width: 100%;
  margin: 4em 0 4em 0;
  padding: 1em 0;
  position: relative;
}
.glass_mirror_framing_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  position: relative;
}
.glass_mirror_framing_image{
  float: right;
}
.glass_mirror_framing_image_inner{
  position: relative;
}
.glass_mirror_framing_image_inner::before {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 15px;
    height: 86%;
    width: 30%;
    rotate: 5deg;
    border-radius: 20px;
    border: 2px solid #000;
    z-index: -2;
}
.glass_mirror_framing_image_inner::after {
    content: '';
    position: absolute;
    left: -40px;
    bottom: 20px;
    height: 85%;
    width: 35%;
    rotate: -9deg;
    background-color: #ffc73f;
    border-radius: 20px;
    z-index: -2;
}
.glass_mirror_framing_image_inner img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 528px;
    border-radius: 20px;
    filter: drop-shadow(0px 20px 19.5px rgba(0, 0, 0, 0.39));
    border: 2px solid #fafbfc;
    border-top: 3px solid #a91f24;
}


.glass_mirror_framing_content{
    position: absolute;
    left: 0;
    top: -30px;
    padding: 1em 1em 1em 2.5em;
    border-radius: 28px;
    background-color: #f5f5f5;
    filter: drop-shadow(9.696px 17.492px 14px rgba(0,0,0,0.07));
    border: 2px solid #ffffff;
    width: 55%;
}
.glass_mirror_framing_content h3{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.glass_mirror_framing_content h3::before{
    content: '';
    position: absolute;
    right: 87px;
    bottom: -10px;
    border-bottom: 3px solid #ffc73f;
    width: 40%;
}
.glass_mirror_framing_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.printing_digital_photograpfy{
  float: left;
  width: 100%;
  margin: 2em 0 2em 0;
  padding: 1em 0;
}
.printing_digital_photograpfy_inner{
  float: left;
  width: 100%;
  margin: 2em 0 2em 0;
  padding: 1em 0;  
}
.printing_digital_photograpfy_inner .container{
  position: relative;
}
.printing_digital_photograpfy_image_inner{
  position: relative;
}
.printing_digital_photograpfy_image_inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    width: 20%;
    height: 10%;
    background-color: #000;
    z-index: -1;
}
.printing_digital_photograpfy_image_inner::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0px;
    width: 20%;
    height: 70%;
    background-color: #fbd667f9;
    z-index: -1;
}
.printing_digital_photograpfy_image_inner img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 543px;
  border-radius: 26px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid #fafbfc;
  border-left: 0;
}
.printing_digital_photograpfy_content{
    position: absolute;
    right: 0;
    top: -30px;
    padding: 1em 1em 1em 2.5em;
    border-radius: 28px;
    background-color: #f5f5f5;
    filter: drop-shadow(9.696px 17.492px 14px rgba(0,0,0,0.07));
    border: 2px solid #ffffff;
    width: 50%;
}
.printing_digital_photograpfy_content h3{
    font-size: 40px;
    color: #000;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.printing_digital_photograpfy_content h3::before{
    content: '';
    position: absolute;
    right: 87px;
    bottom: -10px;
    border-bottom: 3px solid #ffc73f;
    width: 40%;
}
.printing_digital_photograpfy_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.exhibition_framing{
  float: left;
  width: 100%;
  margin: 4em 0 4em 0;
  padding: 1em 0;
  position: relative;
}
.exhibition_framing_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  position: relative;
}
.exhibition_framing_image{
  float: right;
}
.exhibition_framing_image_inner{
  position: relative;
}
.exhibition_framing_image_inner::before {
    content: '';
    position: absolute;
    left: -125px;
    bottom: 15px;
    height: 35%;
    width: 15%;
    background-size: 100% 100%;
    background-image: url(../images/home/box_shape.png);
    z-index: -2;
}
.exhibition_framing_image_inner::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: 0px;
    height: 108%;
    width: 102.3%;
    background-color: #ffc73f;
    z-index: -2;
}
.exhibition_framing_image_inner img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 528px;
}
.exhibition_framing_content{
    position: absolute;
    left: 0;
    top: -30px;
    padding: 1em 1em 1em 2.5em;
    border-radius: 28px;
    background-color: #f5f5f5;
    filter: drop-shadow(9.696px 17.492px 14px rgba(0,0,0,0.07));
    border: 2px solid #ffffff;
    width: 55%;
}
.exhibition_framing_content h3{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.exhibition_framing_content h3::before{
    content: '';
    position: absolute;
    right: 87px;
    bottom: -10px;
    border-bottom: 3px solid #ffc73f;
    width: 40%;
}
.exhibition_framing_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.spin_art_framing{
  float: left;
  width: 100%;
  margin: 2em 0 2em 0;
  padding: 1em 0;
  position: relative;
}
.spin_art_framing:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 65%;
    width: 2%;
    border-radius: 44px;
    background-color: #000;
    filter: drop-shadow(-0.366px 6.99px 8px rgba(0,0,0,0.3));
    border: 2px solid #fafbfc;
    border-left: unset;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.spin_art_framing_inner{
  float: left;
  width: 100%;
  margin: 2em 0 2em 0;
  padding: 1em 0;  
}
.spin_art_framing_inner .container{
  position: relative;
}
.spin_art_framing_image_inner {
    position: relative;
    margin-left: 5em;
}
.spin_art_framing_image_inner:before {
    content: '';
    position: absolute;
    left: -85px;
    top: 0;
    bottom: 0;
    height: 60%;
    width: 8%;
    margin: auto 0;
    border-radius: 44px;
    background-color: #ffd03f;
    border: 2px solid #fafbfc;
}
.spin_art_framing_image_inner img{
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 543px;
}
.spin_art_framing_content{
    position: absolute;
    right: 0;
    top: -30px;
    padding: 1em 1em 1em 2.5em;
    border-radius: 28px;
    background-color: #f5f5f5;
    filter: drop-shadow(9.696px 17.492px 14px rgba(0,0,0,0.07));
    border: 2px solid #ffffff;
    width: 50%;
}
.spin_art_framing_content h3{
    font-size: 40px;
    color: #000;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.spin_art_framing_content h3::before{
    content: '';
    position: absolute;
    right: 87px;
    bottom: -10px;
    border-bottom: 3px solid #ffc73f;
    width: 40%;
}
.spin_art_framing_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.professional_photography_service{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.professional_photography_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.professional_photography_inner h3{
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
}

.professional_photography_inner a {
  display: inline;
}

.professional_photography_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.professional_photography_inner ul {
    margin: 2em 0 3em 0;
}
.professional_photography_inner ul li {
    font-size: 24px;
    line-height: 34px;
    color: #000000c7;
    font-weight: 600;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 2em;
    /* font-family: "Poppins-SemiBold"; */
    font-family: "Poppins-Medium";
}
.professional_photography_inner ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 25px;
    width: 20px;
    background-image: url(../images/home/list_icon.png);
    background-size: 100% 100%;
}
.professional_photography_image{
  float: right;
}
.professional_photography_image_inner{
  position: relative;
  text-align: center;
}
.professional_photography_image_inner::after{
    position: absolute;
    content: '';
    right: -26px;
    top: -37px;
    bottom: 0;
    height: 113%;
    width: 55%;
    background-size: 100% 100%;
    background-image: url(../images/home/half_circle.png);
    z-index: -1;
}
.professional_photography_image_inner img{
  object-position: center;
  object-fit: cover;
  width: 600px;
  height: 600px;
  border-radius: 315px;
}

/* other style */

.col-full {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    box-sizing:unset;
}

.mobile_banner {
  width: 100%;
  float: left;
  display: none;
}


.restoration_repair_content .restoration_repair_image_inner {
  display: none;
}

.picture_framing_second_content .picture_framing_second_image_inner {
  display: none;
}

.box_3d_framing_content .box_3d_framing_image_inner{
  display: none;
}

.bespoke_framing_content .bespoke_framing_image_inner {
  display: none;
}

.glass_mirror_framing_content .glass_mirror_framing_image_inner{
  display: none;
}

.printing_digital_photograpfy_content .printing_digital_photograpfy_image_inner{
  display: none;
}
.exhibition_framing_content .exhibition_framing_image_inner {
  display: none;
}

.spin_art_framing_content .spin_art_framing_image_inner {
  display: none;
}


/************ contact page  ***********/

.contact_wrapper {
  width: 100%;
  float: left;
  margin: 3em 0;
}
.innercontact h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
.contact_left span {
  font-size: 15px;
  color: #000;
  line-height: 36px;
}
.contact_left p {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  margin: 5px 0px;
}
a.cont_email {
  font-size: 15px;
  line-height: 30px;
  display: block;
  margin: 5px 0px;
}

a.cont_ph {
  font-size: 15px;
  line-height: 30px;
  display: block;
  margin: 10px 0px;
}
label {
  display: block;
}
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text{
  max-width: 100%;
  width: 100%;
  background-color: unset;
  border: 2px solid;
}
.cont_submit {
  width: 100%;
  float: left;
}
.cont_submit p {
  float: right;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 180px;
  resize: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus{
  background-color: unset;
  outline-color: unset;
  outline:unset;
}

.contmail {
  width: 48%;
  float: left;
  margin-right: 10px;
}
.contphone {
  width: 50%;
  float: left;
}

.read_btn:hover {
  transition: 0.5s;
  transform: scale(0.9);
}

.read_btn:hover::before {
  transform: rotate(360deg);
  transition: 0.5s;
}

.read_btn,
.call_btn{
  transition: 0.5s;
}
.call_btn:hover{
  transition: 0.5s;
   transform: scale(0.9);
}

.call_btn:hover::before {
   transform: rotate(360deg);
   transition: 0.5s;
}



/******* inner pages style  *************/

.framing_section {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
}
.framing_right {
  padding: 30px;
}
.framing_wrapper {
  width: 100%;
  float: left;
  margin: 3em 0;
}
.framing_right h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.framing-description p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
.framing-description a {
  background-color: #fbe11b;
  padding: 10px 20px;
  font-size: 17px;
  display: inline-block;
  margin-top: 25px;
}
.framing_image_inner img {
  width: 100%;
  height: 600px;
  object-fit: cover;

}

.events_wrapper {
  width: 100%;
  float: left;
  margin: 3em 0;
}
.innerevents p {
  font-size: 22px;
  line-height: 30px;
}
.innerevents a {
  background-color: #fbe11b;
  padding: 10px;
  font-size: 17px;
  display: inline-block;
  margin-top: 15px;
}
.events_section {
  text-align: center;
}


.galleryimage img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.gallery_loop {
  padding: 7px;
}
.gallery_wrapper {
  width: 100%;
  float: left;
  margin: 3em 0;
}

.gallery-box a{
  position: relative;
  display: block;
  transition: 0.5s;
}

.gallery_cover_section:hover .gallery-box a:before {
  content: "";
  background-color: #0000006b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.gallery-info {
  display: none;
}
.gallery_cover_section:hover .gallery-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  display: block;
  transition: 0.5s;
  
}
.gallery_cover_section {
  position: relative;
  transition: 0.5s;
}

.gallery-info p {
  color: #fff;
  font-size: 18px;
}

.framing_right ul li {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.innerbanner_wrapper {
  width: 100%;
  float: left;
}
.innerbanner_image {
  position: relative;
}
.innerbanner_image:before {
  content: "";
  background-image: url(../images/home/bgbottom.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 185px;
}
.innerbanner_image img
 {
    width: 100%;
    height: 538px;
    object-fit: cover;
}
.innerbanner_title {
  position: absolute;
  bottom: 2em;
  left: 6em;
  background-color: #1a1915;
  padding: 10px 30px;
  border-radius: 40px;
}
.innerbanner_title h1
 {
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
}

.wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block;
}
.exhibitions_image {
  margin: 0 auto;
  max-width: 35%;
}

.exhibition_btn .read_btn{
  width: 185px;
  margin: 0 auto;
  margin-top: 26px;
}
.exhibition_btn {
  width: 100%;
  float: left;
}
.exhibitions_content p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.exhibitions_wrapper
 {
    width: 100%;
    float: left;
    margin: 3em 0;
}
.exhibitions_content {
  margin-bottom: 20px;
}

.in_call_btn {
  width: 100%;
  float: left;
  padding-left: 40px;
}
.in_call_btn a.call_btn {
  background-color: #fff;
  padding: 5px 20px;
  text-align: center;
}

.header_right_second ul.sub-menu li {
  display: block;
}
.header_right_second ul.sub-menu {
  position: absolute;
  top: 53px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px); /* start slightly above */
  transition: all 0.3s ease;
  z-index: 999;
  pointer-events: none;
}

.header_right_second .menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* slides down into place */
  pointer-events: auto;
  padding: 10px;
}

.mobile-menu ul.sub-menu {
  display: none;
  overflow: hidden;
  transition: all 0.4s ease;
}

.mobile-menu .menu-item.open > ul.sub-menu {
  display: block;
}

.professional_photography_service ul {
  display: none;
}

.sports_tshirt_framing_image_inner img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 543px;
  border-radius: 26px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid #fafbfc;
  border-left: 0;
}
.sports_tshirt_framing_image_inner {
  position: relative;
}

.sports_tshirt_framing {
  width: 100%;
  float: left;
  margin: 2em 0;
  padding: 2em 0;
}

.sports_tshirt_framing_content {
  position: absolute;
  right: 0;
  top: -30px;
  padding: 1em 1em 1em 2.5em;
  border-radius: 28px;
  background-color: #f5f5f5;
  filter: drop-shadow(9.696px 17.492px 14px rgba(0, 0, 0, 0.07));
  border: 2px solid #ffffff;
  width: 50%;
}

.sports_tshirt_framing_content h3 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sports_tshirt_framing_content p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.sports_tshirt_framing_inner .container {
  position: relative;
}

.in_call_btn a.read_btn {
  margin-left: 4em;
  padding-left: 35px;
}


.header_wrapper.fixed {
  position: fixed;
  box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
  top: 0;
  /* border-bottom: 2px solid #fff; */
}

.sports_tshirt_framing_content .sports_tshirt_framing_image_inner{
  display: none;
}
.box_3d_framing_image_inner a,.picture_framing_first_image_inner a,.restoration_repair_image_inner a,.picture_framing_second_image_inner a,.bespoke_framing_image_inner a,.glass_mirror_framing_image_inner a,.printing_digital_photograpfy_image_inner a,.exhibition_framing_image_inner a,.sports_tshirt_framing_image_inner a,.spin_art_framing_image_inner a {
  display: block;
}

/* .header_wrapper.fixed .header_right_first {
  padding: 10px 0em;
} */

.header_wrapper.fixed .header_right_second {
  padding: 10px 0em;
}
.header_wrapper.fixed .primary-menu li a {
  font-size: 17px;
}
/* .header_wrapper.fixed .header_logo_inner a img {
  height: 96px;
} */



/* .innerscroll {
  height: 300px;
  overflow-y: scroll;
  padding-right: 15px;
} */


/* width */
.innerscroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.innerscroll::-webkit-scrollbar-track {
  background: transparent;
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
}
 
/* Handle */
.innerscroll::-webkit-scrollbar-thumb {
  background: #ffc73f; 
  border-radius: 10px;
}

/* Handle on hover */
.innerscroll::-webkit-scrollbar-thumb:hover {
  background: #ffc73f; 
}

.innerbanner_wrapper {
  display: none;
}

.wp-block-gallery a {
  background-color: unset !important;
  padding: 0 !important;
}

.site-content {
  margin: 2em 0;
}

.backandsub {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_right_second .menu-item-28 ul.sub-menu {
  left: 65px;
}
a.mob_address {
  display: none;
}

/* responsive styles */

@media only screen and (min-width: 1400px) {



}
@media only screen and (min-width: 1500px) {

  .header_outer:after {
    width: 21%;
  }
  .site-content {
    margin: 3em 0;
}
}
@media only screen and (min-width: 1600px) {


}
@media only screen and (min-width: 1700px) {
  .header_outer:after {
    width: 23%;
  }
}
@media only screen and (min-width: 1800px) {

  .header_outer:after {
    width: 25%;
  }
}
@media only screen and (min-width: 1920px) {

  .framing_wrapper {
    margin: 3em 0 2em;
  }

  .header_outer:after {
    width: 27%;
  }

  .innerbanner_title {
    left: 25em;
  }

}

@media only screen and (max-width: 1300px){
  .container{
    padding: 0 15px;
  }

  .header_outer {
      float: left;
      width: 100%;
      padding: 0 15px;
  }
  .header_right_time div {
      width: 100%;
  }
  .header_right_phone a{
    font-size: 16px;
  }
  /* .header_outer:after{
    content: unset;
  } */
  .header_right_first {
      padding: 10px 0em 0 0;
  }
  .header_outer:before{
    height: 54%;
  }
  .header_right_second {
    padding: 1em 0em 0;
}
.header_logo_inner a {
  padding: 10px;
}

  .picture_framing_first_image_inner {
      position: relative;
      margin-left: 5em;
  }
  .restoration_repair::after {
      right: 0;
  }
  .restoration_repair_image_inner::after {
      right: -30px;
  }
  .picture_framing_second_image_inner::before {
      left: 0px;
      width: 100%;
  }
  .glass_mirror_framing_image_inner::before {
      right: 0;
      rotate: 0deg;
  }
  .exhibition_framing_image_inner::after{
    content: unset;
  }
  .exhibition_framing_image_inner img {
      border: 10px solid #ffc73f;
      border-left: unset;
  }
  .spin_art_framing_image_inner:before {
      left: -50px;
      z-index: -1;
  }
  .professional_photography_image_inner {
      margin-right: 2em;
  }
  .professional_photography_image_inner::after {
      right: -17px;
      top: -21px;
      bottom: 0;
      height: 108%;
      width: 55%;
  }

  .bannerbelow_block_inner{
      float: left;
      max-width: 100%;
      width: 100%;
      border-radius: 45px;
      background-color: #fff;
      filter: drop-shadow(0.469px 2.963px 28.5px rgba(0, 0, 0, 0.17));
  }
  .bannerbelow_block_hle::after{
    content: unset;
  }

  .header_right_time span {
    width: 40%;
}
  
}
@media only screen and (max-width: 1200px){
  .header_wrapper{
    background-color: #000000;
  }
  .header_outer{
    background-color: unset;
  }
  .header_outer:before{
    content: unset;
  }
  .header_right_time,.header_right_media
  {
    display: none;
  }
.header_right_phone
  {
   float: left;
   width: 43%;
  }
  .header_right_phone a{
    padding: 0.6em 0em 0em 4em;
    width: 71%;
  }
  .header_right_mail{
    float: left;
    width: 50%;
  }


  .primary-menu li {
      margin: 0px 7px;
  }
  .primary-menu li a {
      font-size: 16px;
      line-height: 26px;
      color: #fff;
  }
  .primary-menu ul.sub-menu li a{
      color: #000;
  }

  .header_logo_inner a img {
      width: 145px !important;
      height: 96px;
  }
  .header_logo {
    display: block;
}

  .picture_framing_first_image_inner {
    position: relative;
    margin-left: 3em;
  }
  /* .sports_tshirt_framing {
      height: 500px;
  } */
  .exhibition_framing_image_inner::before {
      left: -96px;
  }
  .professional_photography_image_inner::after{
    content: unset;
  }
  .professional_photography_image_inner img{
    height: 475px;
    width: 475px;
    border-right: 10px solid #e5c500;
  }
  .professional_photography_image_inner {
      margin-right: 0em;
  }
.contmail{
  margin-right: 8px;
}
 .framing_image_inner img{
    height: 520px;
  }



  .picture_framing_second {
    margin: 1em 0;
    padding: 0em 0;
}
.bannerbelow_block
 {
    margin: 0 0 1em 0;
    padding: 0 0 0em 0;
 }

 .restoration_repair {
  padding: 0em 0;
 }
 .picture_framing_second_inner {
  padding: 0em 0;
}
.box_3d_framing {
  padding: 0em 0;
}
.bespoke_framing {
  margin: 2em 0 2em 0;
}
.glass_mirror_framing {
  margin: 3em 0 2em 0;
}
.printing_digital_photograpfy {
  padding: 0em 0;
}
.exhibition_framing {
  margin: 2em 0 1em 0;
  padding: 0em 0;
}

.spin_art_framing_image_inner img {
  height: 338px;
}

.professional_photography_service {
  margin: 1em 0;
  padding: 0em 0;
}

.hme_btn_set {
  padding-left: 1em;
}

.box_3d_framing_content h3 {
  font-size: 27px;
}

.box_3d_framing_content h3::before{
  content: unset;
}


.picture_framing_first_image_inner img {
  height: 325px;
}
.picture_framing_first_content {
  padding: 1em 1em 1em 1.5em;
}
.picture_framing_first_content h2, .picture_framing_first_content h3 {
  font-size: 29px;
}
.picture_framing_first_content h2::before, .picture_framing_first_content h3::before{
  content: unset;
}
.picture_framing_first_content p {
  font-size: 16px;
}

.restoration_repair_image_inner::after {
  right: 29px;
  content: unset;
}

.restoration_repair_content {
  padding: 1em 1em 1em 1.5em;
}

.restoration_repair_image_inner img {
  height: 360px;
}
.restoration_repair_image_inner img {
  height: 350px;
}

.restoration_repair_content h2, .restoration_repair_content h3 {
  font-size: 26px;
}
.restoration_repair_content p {
  font-size: 16px;
}
.picture_framing_second_image_inner img {
  height: 350px;
}

.picture_framing_second_content {
  padding: 1em 1em 1em 1em;
}

.picture_framing_second_content h3 {
  font-size: 32px;
}

.picture_framing_second_content h3::before{
  content: unset;
}
.picture_framing_second_content p {
  font-size: 16px;
}

.picture_framing_second_image_inner a {
  display: block;
}

.box_3d_framing_image_inner img
 {
    height: 360px;
 }
 .box_3d_framing_content {
  padding: 1em 1em 1em 1em;
 }
 .box_3d_framing_content p {
  font-size: 16px;
 }

 .glass_mirror_framing_image_inner img {
  height: 350px;
 }
 .glass_mirror_framing_content {
  padding: 1em 1em 1em 1em;
 }
 .glass_mirror_framing_content h3 {
  font-size: 26px;
 }
 .glass_mirror_framing_content h3::before{
  content: unset;
 }



.mobile_header.fixed {
  position: fixed !important;
  top: -7px;
}

nav#mobileMenu li#menu-item-28 {
  display: none;
}
nav#mobileMenu li#menu-item-27{
  display: none;
}
nav#mobileMenu li#menu-item-25{
  display: none;
}

.exhibition_btn .read_btn {
  margin-top: 10px;
}
.bespoke_framing_image_inner img {
  height: 350px;
}

.bespoke_framing_content {
  padding: 1em 1em 1em 1em;
}
.bespoke_framing_content h3 {
  font-size: 28px;
}
.printing_digital_photograpfy_image_inner img {
  height: 350px;
}
.printing_digital_photograpfy_content h3 {
  font-size: 29px;
}
.printing_digital_photograpfy_content {
  padding: 1em 1em 1em 1em;
}
.printing_digital_photograpfy_content h3::before{
  content: unset;
}
.exhibition_framing_image_inner img {
  height: 310px;
}
.exhibition_framing_content
 {
    padding: 1em 1em 1em 1em;
 }
 .exhibition_framing_content h3 {
  font-size: 28px;
 }
 .spin_art_framing_content{
  padding: 1em 1em 1em 1em;
 }
 .spin_art_framing_content h3 {
  font-size: 30px;
 }
 .spin_art_framing_content h3::before
 {
  content: unset;
 }

 .professional_photography_inner h3 {
  font-size: 30px;
 }

 .spin_art_framing {
  margin: 2em 0 0em 0;
 }

 .sports_tshirt_framing_content {
  padding: 1em 1em 1em 1em;
 }

.sports_tshirt_framing_content h3 {
  font-size: 25px;
}
.sports_tshirt_framing_content p {
  font-size: 16px;
}
.bespoke_framing_content p {
  font-size: 16px;
}

.glass_mirror_framing_content p {
  font-size: 16px;
}
.printing_digital_photograpfy_content p {
  font-size: 16px;
}
.exhibition_framing_content p {
  font-size: 16px;
}
.spin_art_framing_content p {
  font-size: 16px;
}
.professional_photography_inner p {
  font-size: 16px;
}

.picture_framing_first_image_inner a,.restoration_repair_image_inner a,.box_3d_framing_image_inner a,.glass_mirror_framing_image_inner a,.bespoke_framing_image_inner a,.printing_digital_photograpfy_image_inner a,.exhibition_framing_image_inner a, .sports_tshirt_framing_image_inner a{
  display: block;
}


.innerscroll {
  height: 215px;
}

.framing_right {
  padding: 16px;
}
.site-content {
  margin: 3em 0;
}

.in_call_btn a.call_btn{
  width: 145px;   
  padding: 5px 15px;
}
.in_call_btn a.read_btn {
  margin-left: 3em;
  padding-left: 19px;
  margin-right: 0em;
  width: 115px;
}

.header_logo_inner a {
  padding: 1em 0;
}
.header_outer:after{
width:19%;
}

.header_right {
  padding-left: 25px;
}

}
@media only screen and (max-width: 992px){

.header_right_second{
  display: none;
}
/* ===== Mobile Header ===== */
.mobile_header {
  display: block !important;
  position: absolute !important;
  background: transparent !important;
 padding: 10px 15px !important;
  display: flex;
  justify-content: flex-end;
  align-items: center !important;
  z-index: 9999 !important;
  right: 0 !important;
  top: 13px;
}
.mobile_header_inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Phone button */
.mobile-call-btn {
  display: flex;
  align-items: center;
  background: #f3d93a; /* yellow button */
  color: #000;
  padding: 8px 14px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.mobile-call-btn:hover {
  background: #e5c500;
}
.mobile-call-btn i {
  margin-right: 6px;
}

/* Hamburger */
.menu-toggle {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 47px;
  background-color: #ffcc00 !important;
  border: 1px solid #ffffff
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #000;
  position: absolute;
  transition: 0.3s;
}
.menu-icon::before {
  transform: translateY(-6px);
}
.menu-icon::after {
  transform: translateY(6px);
}
.menu-toggle.active .menu-icon {
  background: transparent;
}
.menu-toggle.active .menu-icon::before {
  transform: rotate(45deg);
}
.menu-toggle.active .menu-icon::after {
  transform: rotate(-45deg);
}

/* Dropdown menu */
.mobile-menu {
  position: absolute;
  top: 60px;
  right: 15px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  padding: 12px 0;
  min-width: 240px;
  display: none;
  flex-direction: column;
  /* overflow: hidden; */
}

.mobile-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 20px;
  border-left: 8px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
}

/* Menu links */
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  padding: 10px 15px;
  transition: 0.2s;
}
.mobile-menu li:hover {
  background: #f8f8f8;
}
.mobile-menu a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.mobile-menu .current-menu-item a {
  background: #fff;
  border-radius: 20px;
  padding: 8px 12px;
  display: block;
  border: 2px solid #f3d93a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/* mobile menu end */

.header_right_mail a {
    /* font-size: 15px; */
    line-height: 15px;
    color: #ffffff;
    font-weight: 500;
    display: block;
    padding-left: 60px;
    /* vertical-align: middle; */
    padding: 13px 10px 13px 47px;
    border: 1px solid #fff;
    float: left;
    width: 94%;
    text-align: left;
    border-radius: 35px;
}
.header_right_mail a:before{
  left: -2px;
  top: -2px;
}
.header_right_phone a{
  padding: 0.5em 0em 0em 3.5em;
  width: 95%;
  height: 45px;
}
.header_right_phone a:before {
  width: 46px;
  height: 46px;
}
.banner_hme_content{
  width: 100%;
}
.header_outer {
  padding: 0em 1em 1em 1em;
}
.header_right_first {
  padding: 30px 0em 0 0;
}


 
  .picture_framing_first_content,
  .restoration_repair_content,
  .picture_framing_second_content,
  .box_3d_framing_content,
  .bespoke_framing_content,
  .glass_mirror_framing_content,
  .printing_digital_photograpfy_content,
  .exhibition_framing_content,
  .spin_art_framing_content,.sports_tshirt_framing_content
  {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    margin-top: 2em;
    padding: 0 1em;
    background-color: unset;
    border: 0;
  }
  .picture_framing_first_image{
      float: left;
      width: 100%;
      margin-bottom: 2em;
  }
  .picture_framing_first_image_inner{
      max-width: 80%;
      width: 100%;
      margin: 0 auto;
  }
  .picture_framing_first_image_inner::before {
    left: -20px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 45px;
    width: 10%;
    height: 75%;
  }
  .picture_framing_first_image_inner img {
    height: 330px;
      border-radius: 5px;
      border-top-right-radius: 100px;
      border-bottom-left-radius: 100px;
  }
  .hme_btn_set{
    padding-left: 3em;
  }
  .picture_framing_first_image_inner::after {
      right: -20px;
      bottom: -20px;
      width: 95%;
      height: 55%;
      z-index: -1;
  }

  .restoration_repair,
  .restoration_repair_inner{
    padding: 0;
    margin: 0;
  }
  .restoration_repair_image{
    float: left;
    width: 100%;
    margin-bottom: 2em;
    position: relative;
  }
  .restoration_repair_image::after {
    position: absolute;
    content: '';
    right: 40px;
    bottom: -25px;
    height: 70%;
    width: 50%;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #ffd041 0%, #ffc000 100%);
    z-index: -3;
  }
  .restoration_repair_image_inner{
      max-width: 80%;
      width: 100%;
      margin: 0 auto;
  }
  .restoration_repair_image_inner::before {
    left: -30px;
    bottom: -25px;
    border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 30px;
    width: 30%;
    height: 60%;
  }
  .restoration_repair_image_inner::after {
    right: -15px;
    top: -18px;
  }


  .picture_framing_second,
  .picture_framing_second_inner{
    padding: 0;
    margin: 0;
  }
  .picture_framing_second_image{
      float: left;
      width: 100%;
      margin-top: 2em;
      margin-bottom: 1em;
  }
  .picture_framing_second_image_inner{
      max-width: 80%;
      width: 100%;
      margin: 0 auto;
  }
  .picture_framing_second_image_inner::before {
      left: -15px;
      top: -10px;
      right: 0;
      margin: 0 auto;
      width: 105%;
      height: 104.5%;
  }
  .picture_framing_second_image_inner img{
    height: 330px;
  }

  .box_3d_framing_inner{
    padding: 0;
    margin: 0;
  }
  .box_3d_framing_image{
      float: left;
      width: 100%;
      margin-bottom: 2em;
  }
  .box_3d_framing_image_inner{
      max-width: 80%;
      width: 100%;
      margin: 0 auto;
  }

  .bespoke_framing{
    margin: 0em 0 0em 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .bespoke_framing_image{
      float: left;
      width: 100%;
      margin-bottom: 2em;
  }
  .bespoke_framing_image_inner{
      max-width: 80%;
      width: 100%;
      margin: 0 auto;
  }
  .bespoke_framing_image_inner::before {
    content: '';
    position: absolute;
    left: -40px;
    top: -20px;
    bottom: 0;
    background-image: url(../images/home/fifth_img_shape.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20%;
    height: 109%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: -1;
    }

  .glass_mirror_framing_image{
      float: left;
      width: 100%;
      margin-bottom: 2em;
  }
  .glass_mirror_framing_image_inner{
      max-width: 80%;
      width: 100%;
      margin: 0 auto;
  }
  .glass_mirror_framing_image_inner::before {
        right: -10px;
        rotate: 5deg;
  }
  .glass_mirror_framing_image_inner::after {
      left: -15px;
      height: 92%;
  }
  .glass_mirror_framing_image_inner img{
      height: 400px;
      border-top-left-radius: 100px;
  }

  .printing_digital_photograpfy_inner .container{
    float: left;
    width: 100%;
  }
  .printing_digital_photograpfy_image{
      float: left;
      width: 100%;
      margin-bottom: 2em;
  }
  .printing_digital_photograpfy_image_inner{
      max-width: 80%;
      width: 100%;
      margin: 0 auto;
      display: block;
  }
  .printing_digital_photograpfy_image {
    margin-bottom: 0em;
}
.printing_digital_photograpfy_inner {
  margin: 1em 0 1em 0;
  padding: 0em 0;
}
  .printing_digital_photograpfy_image_inner img {
      height: 540px;
      border-radius: 26px;
      filter: drop-shadow(13.98px 20.726px 17.5px rgba(0,0,0,0.28));
      border: 2px solid #fafbfc;
  }
  .printing_digital_photograpfy_image_inner::before {
      left: -15px;
      top: 30px;
      width: 20%;
      height: 90%;
      border-top-left-radius: 25px;
  }
  .printing_digital_photograpfy_image_inner::after {
      right: -15px;
      top: 50px;
      width: 20%;
      height: 75%;
  }

  .exhibition_framing {
    padding: 0;
    margin: 0;
  }
  .exhibition_framing_image{
      float: left;
      width: 100%;
      margin-bottom: 2em;
  }
  .exhibition_framing_image_inner{
      max-width: 75%;
      width: 100%;
      margin: 0 auto;
      display: block;
  }
  
  .exhibition_framing_image {
    margin-bottom: 0em;
}
  .exhibition_framing_image_inner::before {
    left: -82px;
  }
  .exhibition_framing_image_inner img{
    height: 330px;
  }

  .spin_art_framing_image{
      float: left;
      width: 100%;
      margin-bottom: 2em;
  }
  .spin_art_framing_image_inner{
      max-width: 80%;
      width: 100%;
      margin: 0 auto; 
      display: block; 
  }
  .spin_art_framing {
    margin: 1em 0 0em 0;
}

  .professional_photography_image{
      float: left;
      width: 100%;
      margin-bottom: 2em;
  }
  .professional_photography_image_inner
  {
      max-width: 80%;
      width: 100%;
      margin: 0 auto;
  }
  .professional_photography_image_inner img {
    height: 450px;
    width: 100%;
    border-radius: 20px;
    border-right: 0;
  }
  .professional_photography_image_inner::before {
      position: absolute;
      content: '';
      left: -15px;
      top: -15px;
      height: 50%;
      width: 35%;
      background-color: #000;
      border-radius: 15px;
      z-index: -1;
  }
.professional_photography_image_inner::after {
    position: absolute;
    content: '';
    right: -15px;
    top: -14px;
    height: 106%;
    width: 50%;
    background-color: #ffc600;
    background-image: unset;
    border-radius: 15px;
    z-index: -1;
  }

  .sports_tshirt_framing {
    margin: 1em 0;
    padding: 0em 0;
  }

  .spin_art_framing_image_inner img {
      height: 300px;
  }

  
  .restoration_repair::after,
  .bespoke_framing::before,
  .spin_art_framing:before
  {
     content: unset;
  }

  .bannerbelow_block{
    padding: 0;
    margin: 0;
  }
  .bannerbelow_gallary_single_image {
      margin: 10px 10px;
  }
  .bannerbelow_gallary_single_image img{
      height: 200px;
      width: 100%;
      border-radius: 20px;
  }

  .read_btn{
    margin-right: 60px;
    margin-left: 0;
    margin-top: 0;
  }
    .contmail {
        margin-right: 5px;
    }
  .innerbanner_image img{
    height: 500px;
  }
 
.framing_section {
    display: unset;
}

.header_right_phone {
  width: 50%;
}

.header_logo_inner a img {
  height: 75px;
  
}
.custom-logo-link img
{
  max-width: 108px !important;
}
.header_right {
  width: 75%;
  padding-left: 15px;
}
.header_logo_inner a {
  padding: 1em 0 0;
}
.header_right_mail {
  width: 56%;
}
.header_right_phone {
  width: 42%;
}
.mobile_header.fixed {
  top: 12px;
}

.restoration_repair_image_inner img {
  height: 320px;
}
.box_3d_framing_image_inner img {
  height: 330px;
}
.bespoke_framing_image_inner img {
  height: 330px;
}
.bespoke_framing_inner
 {
    padding: 0em 0;
 }
 .glass_mirror_framing {
  margin: 0em 0 1em 0;
}
.glass_mirror_framing_image_inner img {
  height: 330px;
}
.printing_digital_photograpfy_image_inner img {
  height: 330px;
}
.printing_digital_photograpfy {
  margin: 0em 0 0em 0;
}

.spin_art_framing_inner {
  margin: 1em 0 1em 0;
  padding: 0em 0;
}
.professional_photography_image_inner img {
  height: 330px;
}

.sports_tshirt_framing_image_inner {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
.sports_tshirt_framing_image {
  width: 100%;
  float: left;
}

.sports_tshirt_framing_image_inner img {
  height: 330px;
}

.innerscroll {
  height: auto;
  overflow-y: unset;
}



}
@media only screen and (max-width: 767px){
    .framing_image_inner img {
        height: 400px;
    }
    .framing_right {
      padding: 0;
}
.framing_right h2 {
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 5px;
}
.banner_hme_wrapper{
  display: none;
}

  .restoration_repair_content h2::before, .restoration_repair_content h3::before{
      content: unset;
  }
  .picture_framing_first_content h2::before, .picture_framing_first_content h3::before,
  .picture_framing_first_content h3::before, 
  .picture_framing_second_content h3::before,
  .box_3d_framing_content h3::before,
  .bespoke_framing_content h3::before,
  .glass_mirror_framing_content h3::before,
  .printing_digital_photograpfy_content h3::before,
  .exhibition_framing_content h3::before,
  .spin_art_framing_content h3::before
  {
      content: unset;
  }
  .picture_framing_first_content p,
  .restoration_repair_content p,
  .picture_framing_second_content p,
  .box_3d_framing_content p,
  .bespoke_framing_content p,
  .glass_mirror_framing_content p,
  .printing_digital_photograpfy_content p,
  .exhibition_framing_content p,
  .spin_art_framing_content p{
     display: none;
  }
   
  .glass_mirror_framing {
      margin: 0;
      padding: 0;
  }

  .professional_photography_service{
    margin: 0;
    padding: 0;
  }
  .spin_art_framing_image_inner img {
    height: 275px;
    object-fit: fill;
  }
  .spin_art_framing_image_inner:before {
    left: -40px;
  }
  .professional_photography_inner ul li {
      font-size: 20px;
      line-height: 30px;
      color: #000000;
      font-weight: 600;
      position: relative;
      display: block;
      margin-bottom: 5px;
      padding-left: 2em;
      font-family: "Poppins-SemiBold";
  }

.read_btn {
    padding: 5px 0 0px 20px;
    font-size: 16px;
    line-height: 30px;
    width: 32%;
    margin-right: 3em;
}
.read_btn::before {
    left: -25px;
    top: 0px;
    bottom: 0;
    height: 40px;
    width: 40px;
}
.call_btn{
    padding: 1px 0 0px 20px;
    font-size: 16px;
    line-height: 30px;
    width: 41%;
}
.call_btn::before {
    left: -27px;
    top: -5px;
    bottom: 0;
    height: 40px;
    width: 40px;
}

.bannerbelow_block{
  display: none;
}

.header_right_mail {
  float: left;
  width: 95%;
}

.header_right_phone a{
  width: 100%;
}
.header_right_phone {
  margin-top: 22px;
}
.mobile_header {
  top: 4px !important;
}

.header_right_mail a:before {
  left: -2px;
  top: -2px;
  width: 47px;
  height: 47px;
}
.header_right_phone a {
  padding: 5px 0em 4px 3.5em;
}

.mobile-menu {
  top: 91px;
  /* position: relative; */
}



.mobile_banner {
  display: none;
  background-image: url(../images/home/mob_bg_back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.mobile_banner:before {
  content: "";
  background-color: #000000e0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mobilebg_logo {
  padding: 1em 3em 5em;
}

.mobile_address {
  width: 90%;
  float: left;
  background-image: url(../images/home/bg_address.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 20px 30px 20px;
  position: absolute;
  bottom: -42px;
  left: 0;
}

.mobile_address p {
  font-size: 16px;
  color: #000000;
  font-family: 'Poppins-Bold';
  display: inline-block;
}

.mobile_address span {
  display: inline-block;
  font-size: 19px;
  margin-right: 15px;
  position: relative;
}
.mobile_address span:before {
  content: "";
  opacity: 0.200;
  width: 1px;
  height: 39px;
  border-radius: 0px;
  background-color: #000000;
  position: absolute;
  right: -7px;
  top: -5px;
}
.mobile_address span i {
  color: #000;
}
.box_3d_framing {
  padding: 0em 0;
}
.spin_art_framing_image {
  margin-bottom: 0em;
}
    .innerbanner_image img {
        height: 400px;
    }
    .contact_right {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.cont_submit p {
  float: left;
}
.innerbanner_title h1 {
  font-size: 30px;
}

.framing-description a {
  padding: 2px 19px;
}

.in_call_btn .call_btn {
  width: 37%;
}
.in_call_btn a.read_btn {
  margin-left: 3em;
  padding: 7px 19px;
  padding-left: 35px;
}
.site-content {
  margin: 0em 0;
}
.header_right_mail a {
  width: 70%;
}

.header_logo {
  display: block;
  width: 22%;
  float: left;
  margin-right: 10px;
  padding-top: 5px;
}
.header_right {
  width: 100%;
  float: unset;
}
.custom-logo-link img{
  max-width: 130px !important;
}
.header_right_time {
  display: block;
}
.header_outer {
  padding: 0em 15px 7px 15px;
}
.header_logo_inner a {
  padding: 0em 0;
}
.header_right_mail {
  display: none;
}

.mobile_header.fixed {
  top: 60px;
}
.header_right_phone a {
  /* padding: 5px 0em 5px 50px;
  height: auto;
  margin-top: 8px; */
  padding: 0;
  height: auto;
  margin-top: 0;
  font-size: 0;
  background: unset;
  border: unset;

}
.header_right_phone a:before {
  width: 40px;
  height: 40px;
}
.mobile_header {
  padding: 10px 7px !important;
  top: 60px;
}
.header_right {
  width: 100%;
  float: unset;
}
.header_right_time {
  display: inline-block;
  padding-left: 9px;
  width: 54%;
  float: left;
}
.header_right_first {
  padding: 10px 0em 0 0px;
}
.header_logo_inner a img {
  width: 100px !important;
  height: 75px;
}
.header_right_phone {
  width: 18%;
  float: left;
  padding-left: 7px;
}

.picture_framing_first_image_inner img {
  height: 245px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.picture_framing_first_content, .restoration_repair_content, .picture_framing_second_content, .box_3d_framing_content, .bespoke_framing_content, .glass_mirror_framing_content, .printing_digital_photograpfy_content, .exhibition_framing_content, .spin_art_framing_content, .sports_tshirt_framing_content{
  margin-top: 1em;
}
.picture_framing_first_content h2, .picture_framing_first_content h3
{
  margin-bottom: 5px;
}

.hme_btn_set {
  margin: 1em 0;
  padding-left: 2em;
}
.restoration_repair_image_inner img {
  height: 245px;
  border-radius: 5px;
}
.picture_framing_second_image_inner img {
  height: 245px;
}
.box_3d_framing_image_inner img {
  height: 245px;
}
.bespoke_framing_image_inner img {
  height: 245px;
  border-radius: 5px;
}
.bespoke_framing_image {
  margin-bottom: 1em;
}
.glass_mirror_framing_image_inner img {
  height: 245px;
  border-top-left-radius: 10px;
  border-top:unset;
}
.glass_mirror_framing_image {
  margin-bottom: 1em;
}
.printing_digital_photograpfy_image_inner img {
  height: 245px;
  border-radius: 5px;
}
.picture_framing_second_image_inner::before{
  content: unset;
}
.exhibition_framing_image_inner::before {
  left: -50px;
}
.exhibition_framing_image_inner img {
  height: 245px;
}
.spin_art_framing_image_inner img {
  height: 245px;
}
.professional_photography_image_inner img {
  height: 245px;
}
.sports_tshirt_framing_image_inner img {
  height: 235px;
  border-radius: 0px;
}

.header_right_time span {
  width: 100%;
}

.innerbanner_title {
  left: 1em;
}

.sports_tshirt_framing_content p{
  display: none;
}

.header_outer:after {
  width: 26%;
}

.picture_framing_first_image_inner::before{
  content: unset;
}

.picture_framing_first_image_inner::after{
  content: unset;
}
.restoration_repair_image_inner::before{
  content: unset;
}

.printing_digital_photograpfy_image_inner::before{
  content: unset;
}
.printing_digital_photograpfy_image_inner::after{
  content: unset;
}

.exhibition_framing_image_inner::before{
  content: unset;
}
.box_3d_framing_image_inner::before{
  content: unset;
}
.glass_mirror_framing_image_inner::before{
  content: unset;
}
.glass_mirror_framing_image_inner::after{
  content: unset;
}
.bespoke_framing_image_inner::before{
  content: unset;
}
.professional_photography_image_inner::before{
  content: unset;
}
.professional_photography_image_inner::after{
  content: unset;
}
.spin_art_framing_image_inner:before{
  content: unset;
}
.spin_art_framing_image_inner:before{
  content: unset;
}
.printing_digital_photograpfy_image_inner {
  max-width: 100%;
}
.exhibition_framing_image_inner {
  max-width: 100%;
}
.glass_mirror_framing_image_inner {
  max-width: 100%;
}
.spin_art_framing_content .spin_art_framing_image_inner {
  max-width: 100%;
}

a.mob_address {
  display: block;
}
a.desk_address {
  display: none;
}


}
@media only screen and (max-width: 480px) {

  .header_right_time div p {
    padding-right: 10px;
}
  .header_outer:after {
    width: 22%;
}

  .header_inner {
    display: flex;
     align-items: center;
 }
 .header_logo {
  /* width: 30%; */
  position: relative;
}
.header_logo {
  width: 30%;
  margin: 0;
  padding-right: 0;
  padding-top: 0px;
  padding-left: 5px;
}
.header_logo_inner {
  position: relative;
}
/* .header_logo_inner:before {
  content: '';
  position: absolute;
  width: 94%;
  height: 148%;
  background-color: #fff;
  left: 0;
  z-index: -1;
  border-radius: 0px 60px 60px 0px;
  top: -12px;
} */
.header_logo_inner a img {
  width: 76px !important;
  height: 58px;
}

  .header_right {
    padding-left: 10px;
    padding-left: 0;
}
.header_right_first {
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.header_right_time {
  padding-left: 0;
  width: 64%;
  display: inline-block;
}

/* .header_right_time div strong{
  display: none;
  } */


  .header_right_phone {
    width: 20%;
    float: left;
    margin: 0;
}

.header_right_phone a {
  padding: 0;
  height: auto;
  margin-top: 0;
  font-size: 0;
  background: unset;
  border: unset;
}
.header_outer{
  padding: 10px 0;
}


      .framing_image_inner img {
        height: 300px;
    }
        .framing_right {
          padding: 0;
          margin-top: 10px;
    }
    .framing_right h2 {
      font-size: 25px;
      line-height: 40px;
      margin-bottom: 0px;
  }
.innerbanner_image img {
        height: 300px;
    }
    .innerbanner_title {
    position: unset;
    padding: 8px 26px;
    text-align: center;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
}
.innerbanner_image:before{
  content: unset;
}
.innerbanner_image{
  margin-bottom: 10px;
}
    .contmail {
        margin-right: 0px;
        float: left;
        width: 100%;
    }
    .contphone {
    width: 100%;
    float: left;
}
  .header_right_mail a {
    text-align: left;
    padding-left: 49px;
}

.picture_framing_first_image {
  margin-bottom: 0em;
}
.picture_framing_first_inner {
  margin: 0em 0 0px;
  padding: 0em 0 0;
}
.picture_framing_first {
  margin: 1em 0 0px;
  padding: 1em 0 0;
}
.restoration_repair_image {
  margin-bottom: 0em;
}
.picture_framing_second_image {
  margin-top: 0em;
  margin-bottom: 0em;
}
.box_3d_framing {
  margin: 0em 0 1em;
}
.bespoke_framing {
  margin: 0em 0 0em 0;
}
.glass_mirror_framing_inner {
  margin: 0em 0;
  padding: 0em 0;
}
.exhibition_framing_inner {
  margin: 0em 0 0em;
  padding: 0em 0;
}
.printing_digital_photograpfy_inner {
  margin: 0em 0 0em 0;
}

  .box_3d_framing_image {
    margin-bottom: 0;
}
.bespoke_framing_content .bespoke_framing_image_inner {
  display: block;
}
.glass_mirror_framing_content .glass_mirror_framing_image_inner{
  display: block;
}
.printing_digital_photograpfy_content .printing_digital_photograpfy_image_inner{
  display: block;
}

.exhibition_framing_content .exhibition_framing_image_inner {
  display: block;
}

.spin_art_framing_content .spin_art_framing_image_inner {
  display: block;
  max-width: 100%;
}
    /* .header_outer {
        padding: 10px 0;
    } */

  .picture_framing_first_content, 
  .restoration_repair_content, 
  .picture_framing_second_content, 
  .box_3d_framing_content, 
  .bespoke_framing_content, 
  .glass_mirror_framing_content, 
  .printing_digital_photograpfy_content, 
  .exhibition_framing_content, 
  .spin_art_framing_content{
    padding: 0 0;
  }
  .hme_btn_set {
    margin: 2em 0;
    display: flex;
    padding-left: 0em;
    float: left;
    width: 100%;
  }
  .call_btn {
    width: 47%;
    border-left: unset;
    text-align: center;
  }
  .read_btn {
    padding: 5px 0 0px 20px;
    font-size: 15px;
    line-height: 30px;
    width: 36%;
    margin-right: 2.5em;
    margin-left: 1.5em;
    text-align: center;
  }

  .mobile-menu .current-menu-item {
    padding: 10px 1px;
  }

  .picture_framing_first_image_inner {
    display: none;
  }
  .picture_framing_first_content .picture_framing_first_image_inner{
    display: block;
    max-width: 95%;
  }
  .picture_framing_first_image_inner::before {
    left: -10px;
  }
  .picture_framing_first_image_inner::after {
    right: -10px;
    bottom: -10px;
    width: 100%;
    height: 55%;
  }
  .picture_framing_first_image_inner img {
    height: 235px;
    border-radius: 5px;
    /* border-top-right-radius: 50px;
    border-bottom-left-radius: 50px; */
  }
  .picture_framing_first_content h2, .picture_framing_first_content h3 {
      font-size: 25px;
      line-height: 40px;
  }

  .restoration_repair_image_inner {
      max-width: 95%;
      display: none;
  }
  .restoration_repair_image_inner img{
    height: 235px;
  }
  .restoration_repair_image_inner::before {
      left: -10px;
      bottom: -10px;
  }
  .restoration_repair_image_inner::after {
    right: -9px;
    top: -10px;
  } 
  .restoration_repair_image::after {
    right: -5px;
    bottom: -10px;
    content: unset;
  }
  .innercontact h2 {
    margin-bottom: 3px;
}
  .restoration_repair_content h2, .restoration_repair_content h3 {
    font-size: 28px;
    line-height:38px;  
    color: #000;
  }
  .picture_framing_second_image_inner {
    max-width: 95%;
    display: none;
  }
  .picture_framing_second_image_inner img {
    height: 235px;
  }
  .picture_framing_second_image_inner::before {
    left: -7px;
    top: -5px;
  }
  .picture_framing_second_content h3{
    font-size: 25px;
    line-height:38px;  
    color: #000;
  }
  .box_3d_framing_image_inner {
    max-width: 95%;
    display: none;
  }
  .box_3d_framing_image_inner img {
    height: 235px;
      border-radius: 15px;
      border-bottom-right-radius: 75px;
      border: 1px solid #ffffff;
  }
  .box_3d_framing_content h3{
    font-size: 25px;
    line-height:38px;   
    color: #000;
    padding: 10px 0;
  }
.professional_photography_inner h3::after,
  .printing_digital_photograpfy_content h3::after,
 .glass_mirror_framing_content h3::after,
  .box_3d_framing_content h3::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.800;
    border-radius: 20px;
    background-color: #ffffff;
    width: 100%;
    z-index: -1;
  }
  .sports_tshirt_framing_content{
    padding: 0 0em;
  }
  .sports_tshirt_framing_image_inner {
    max-width: 93%;
    display: none;
  }
  .sports_tshirt_framing_content .sports_tshirt_framing_image_inner {
    display: block;
}
.sports_tshirt_framing_content p {
  display: none;
}

/* .header_logo_inner a {
  padding: 1em 0 0 10px;
} */

  .bespoke_framing_image {
    margin-bottom: 0em;
}
.bespoke_framing_inner {
  margin: 0em 0;
}
.printing_digital_photograpfy_image_inner {
  display: none;
}
.exhibition_framing_image_inner {
  display: none;
}

.spin_art_framing_image_inner {
  display: none;
}
  .bespoke_framing_image_inner {
    max-width: 100%;
    display: none;
  }
  .bespoke_framing_image_inner img{
    height: 235px;
  }
  .bespoke_framing_image_inner::before {
    left: -13px;
    top: -11px;
  }
  .bespoke_framing_content h3{
    font-size: 25px;
    line-height: 38px;    
  }
  .glass_mirror_framing_image_inner {
    max-width: 95%;
    display: none;
  }
  .glass_mirror_framing_image {
    margin-bottom: 0em;
}
  .glass_mirror_framing_image_inner img {
    height: 235px;
  }
  .glass_mirror_framing_image_inner::before {
      right: -5px;
       rotate: 4deg;
      bottom: 5px;
  }
.glass_mirror_framing_image_inner::after {
        left: 0px;
        height: 85%;
        rotate: -5deg;
    }
  .glass_mirror_framing_content h3,
  .printing_digital_photograpfy_content h3,
  .exhibition_framing_content h3,
  .spin_art_framing_content h3
  {
    font-size: 25px;
    line-height: 38px;  
      color: #000;
  }
.printing_digital_photograpfy{
  padding: 0;
  margin: 0;
}
.printing_digital_photograpfy_image_inner img{
  height: 235px;
}
.exhibition_framing_image_inner img{
  height: 235px;
}
.spin_art_framing,
.spin_art_framing_inner{
  padding: 0;
  margin: 0;
}
.spin_art_framing_image_inner img{
  height: 235px;
}
.spin_art_framing_image_inner:before {
        left: -30px;
}
.exhibition_framing_image_inner::before {
    left: -35px;
}
.professional_photography_image_inner img{
    height: 235px;
    border-radius: 10px;
}
.professional_photography_image_inner::after {
    right: -10px;
    top: -5px;
}
.professional_photography_image_inner::before {
    left: -10px;
    top: -10px;
    border-radius: 10px;
}
.professional_photography_inner {
    display: flex;
    flex-direction: column;
    margin: 0em 0;
    margin-top: 0;
    padding: 0em 0;
    padding-top: 0;
}
.professional_photography_inner h3{
    order: 1;
    font-size: 25px;
    line-height: 38px;
    color: #000;
    position: relative;
    top: 0px;
    z-index: 1;
    padding: 10px 0px 10px 10px;
}
.professional_photography_image_inner {
  max-width: 100%;
}
.professional_photography_image{
  order: 2;
}
.professional_photography_inner .hme_btn_set{
  order: 3;
}
.professional_photography_inner p,
.professional_photography_inner ul{
  display: none;
}

.header_right_mail {
  width: 93%;
}
.header_right_phone {
  width: 35%;
}
.mobile_header {
  padding: 10px 7px !important;
  top: 15px !important;
}
.mobile_header.fixed {
  top: 8px;
}

.menu-toggle
{
  width: 52px;
  height: 52px;
}
.mobile_address {
  width: 100%;
  background-image: unset;
  padding: 10px 10px 10px 15px;
  background-color: #fbe21b;
}

.mobile_address p {
  font-size: 15px;
}
.mobile_address span {
  margin-right: 10px;
}

.mobilebg_logo {
  padding: 1em 3em 3em;
}

.restoration_repair_content .restoration_repair_image_inner {
  display: block;
  max-width: 95%;
}

.picture_framing_second_content .picture_framing_second_image_inner {
  display: block;
}
.box_3d_framing_content .box_3d_framing_image_inner{
  display: block;
} 

.in_call_btn .call_btn {
  width: 45%;
  padding: 2px 14px;
}
.innerbanner_title h1 {
  font-size: 21px;
}
.in_call_btn {
  padding-left: 25px;
}
.in_call_btn a.read_btn {
  margin-left: 2em;
}
.in_call_btn a.read_btn {
  margin-right: 0;
  text-align: left;
}



/* .header_right_time {
  padding-left: 5px;
} */


}



@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

}

/* Keyframes for shake animation */
@keyframes hvr-biizz {
  0% {
    transform: translateX(0) rotate(0);
  }
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

/* Apply shake animation on hover */
.header_right_phone a:hover {
    transform: scale(0.9);
    transition:  0.5s;
    /* animation-name: hvr-biizz;
    animation-duration: 0.15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; */
}

/* Smooth transition for non-hover state */
.header_right_phone a {
    transition: 0.5s;
}



