
@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Light.woff2') format('woff2'),
        url('../fonts/AtypDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Italic.woff2') format('woff2'),
        url('../fonts/AtypDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Medium.woff2') format('woff2'),
        url('../fonts/AtypDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Thin.woff2') format('woff2'),
        url('../fonts/AtypDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Regular.woff2') format('woff2'),
        url('../fonts/AtypDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/AtypDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Bold.woff2') format('woff2'),
        url('../fonts/AtypDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {line-height: 26px;width: 100%;height: 100%;font-family: 'Atyp Display';}
* {
  box-sizing: border-box;
  letter-spacing: .4px;
}
p {font-size: 1.125rem;line-height: 1.7;font-weight: normal;letter-spacing: .5px;}
.btn:focus{outline: 0;box-shadow: none;}

a{
  text-decoration: none;
  color:#000;
}

h2{
  font-size:58px;
  font-weight: 600;
  margin-bottom: 30px;
}

.btn{
  font-size: 1.125em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: .5px;
  
}

.welcome-banner{background:url(../images/home-banner-c.webp) no-repeat;position: relative;padding: 80px 20px;width: 100%;height: 100%;background-position: top;background-size: cover;top: 0;}
.banner-caption {
  padding: 175px 0px 4px;
  color: #fff;
  z-index: 1;
  position: relative;
  text-align: center;
}



.banner-caption h1 {
  font-size: 4.25em;
    font-weight: bold;
    line-height: 2.2;
}

.banner-caption p{
  font-size: 26px;
  font-weight: normal;
  
}

.banner-caption .btn{
  
  margin-top: 70px;
}
.theme-btn {
  width: fit-content;
  background: #f90;
  padding: 0.375rem 1.9rem;
  
}

.theme-btn:hover {
  background:#000;
  color:#f90;
cursor: pointer;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

.box-container{
background:#f8f8f8;
padding: 20px 10px;
border:1px solid #f8f8f8;
border-radius: 5px;
box-shadow: 0px 1px 1px 1px #e87a23;
cursor: pointer;
height:100%;
transition: transform 330ms ease-in-out;

}

.box-container:hover {
 
  transform: translatey(-35px);
    transition: transform 280ms ease-out 50ms;
}

.mobile-container{
  display: none;
}

.image-top {
  text-align: center;
}
.image-top img {
  background: url(../images/icon-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 17px;
    background-size: 79%;
   
  
}

.bsnner-column {
  position: relative;
  bottom: -172px;
}

p.text-bottom {
  font-size: 17px;
  font-family: 'Atyp Display';
  font-weight: normal;
  text-align:center ;
}

p.text-bottom span{
  font-family: 'Atyp Display';
  font-weight: 600;
  display: block;
  letter-spacing: initial;
}

.usp{
padding: 80px 0px;

}

.mar-t-40{
  margin-top: 40px;
}

.heading-top p {
  margin-bottom: 40px;
}

.serviesbox {
  border: 1px solid #eeecec;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 23px;
  position: relative;
  overflow: hidden;
  height:100%;
}
.mar-b-30{
  margin-bottom: 30px;
}

.topBox h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
}

.light-content {
  font-size: 20px;
  color: #6A6A6A;
  font-style: italic;
  min-height: 56px;
  display: block;
}

img.arrow-img {
  background: #fff;
  border-radius: 50%;
 
  border: 1px solid transparent;
    padding: 7px;
    box-shadow: 0px 1px 5px 3px #ccc;
    width: 40px;
    height: 40px;
    margin-right: 26px;
    
}

.bottom_left a {
  font-size: 17px;
  color: #969696;
  text-decoration: none;
  font-weight: 500;
}

.serviesbox:before {
  content:"";
  background-color: #f3f3f3;
  position: absolute;
  right: -78px;
  bottom: -117px;
  height: 270px;
  width: 270px;
    border-radius: 50%;
    transform: rotate(-51deg);
    z-index: -1;
}

.topBox p{
  letter-spacing: .7px;
}
.bottom-part {
  padding: 20px 0px;
}

.bottom-img {
  position: absolute;
  right: 33px;
  bottom: 25px;
}

.bottom-img img {
  padding: 0px;
}

.serviesbox:hover {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}
.serviesbox:hover img.arrow-img {
  background: #f90;
  box-shadow: none;
}

.cta-bg{
  background:url(../images/cta-bg-h.svg)no-repeat;
  width:100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding:80px 0px ;

}

.cta-heading .btn {
  margin-top: 40px;
}

.space-both{
  padding: 70px 0px;
}
.team-behind {
  padding-top: 30px;
}
.team-behind ul {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.team-behind ul li{
    width: 50%;
    padding: 0 20px 0 100px;
    position: relative;
    margin: 0 0 30px;
    list-style-type: none;
}
.team-behind ul li i{
position: absolute;
    left: 0;
    top: 0;
}

.team-behind ul li h3{
  font-weight: 600;
}

.fullwidth-section{
    display: flex;
    flex-wrap: wrap;
    position: relative;

}
.image-bg-column {
  position: relative;
  background: url(../images/newbg-2.jpg)no-repeat;
  background-size: cover;
  width: 50%;
  background-position: center;
}

.image1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #ffffff9e;
  border-radius: 7px;
  padding: 30px;
  backdrop-filter: blur(1px);
  min-width: 400px;
}

.image-bg-column2 {
  position: relative;
  background: url(../images/newbg-2.jpg)no-repeat;
  background-size: cover;
  width: 50%;
  background-position: center;
}

.image2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #ffffff9e;
  border-radius: 7px;
  padding: 30px;
  backdrop-filter: blur(1px);
  min-width: 400px;
}

.text-column {
  padding: 50px 100px 50px 110px;
  background:url(../images/seller-top.jpg)no-repeat;
  color: #fff;
  display: inline-block;
  width: 50%;
  background-size: cover;
}
.text-column2 {
  padding: 50px 110px 50px 100px;
  background: url(../images/seller-bottom-l.jpg)no-repeat;
  color: #fff;
  display: inline-block;
  width: 50%;
  background-size: cover;
}

.ponts_text li {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
 position: relative;
 list-style: none;
 padding-left: 33px;
}

.ponts_text li:before {
  content: "";
    position: absolute;
    left: -34px;
    top: 0;
    background: url(../images/rightIcon.svg);
    background-position: left;
    background-repeat: no-repeat;
    z-index: 9;
    width: 50px;
    height: 50px;
}


.ponts_text {
  margin-top: 40px;
}

.portfolio{
  background: url(../images/casestudy-bg.jpg)no-repeat;
  width: 100%;
  height:100%;
  padding: 60px 0px;
  background-position: center;
  object-fit: cover;
}


.content_hover{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: table;
  vertical-align: middle;
  transition: .5s 0;
  visibility: hidden;
  opacity: 0;
  left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.portfolio figure{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.portfolio figure:hover .content_hover{
  opacity: 1;
  visibility: visible;
}

.content_hover .hover-content {
  position: absolute;
  color: #fff;
  max-width: 360px;
  min-width: 100%;
  padding: 0 30px;
  left: 50%;
    top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

figure-caption {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #fff;
}

.case-study-img{
  width:100%;
  
}

figure-caption p{
  margin-bottom: 0;
}

figure-caption h4{
  margin-bottom: 0;
}

.testimonial{
  background: url(../images/client-bg.png)no-repeat;
  background-position: center left;
  background-size: cover;
  width: 100%;
  padding: 60px 0px;
  position: relative;
  
}

.testimonial:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffffd4;
  z-index: 1;
  top: 0;
  left: 0;
}

.client-content {
  z-index: 1;
}

.testimonial-content {
  background: #fff;
  padding: 30px;
  position: relative;
  min-height: 366px;
  border: 1px solid #cfcfcf5c;
}

.quote_icon {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  padding: 15px;
  top: 29px;
  z-index: 999;
  left: 54px;
  border: 1px solid #ccc;
}

/* .testimonial-content:hover{
  border:
} */

.quote_icon img {
  position: relative;
  top: 5px;
}

.owl-carousel .owl-item img.hover2{
  display: none;
}

.owl-item.active:hover .testimonial-content {
  border: 1px solid #f90;
}
.owl-item.active:hover .testimonial-content:before {
  border-color: #f90;
}
.owl-item.active:hover .quote_icon {
  background: #f90;
  border-color:#f90;
}

.owl-item.active:hover .quote_icon img.hover {
  display: none;
}

.owl-item.active:hover .quote_icon img.hover2 {
  display: block;
}




.testimonial_bottom img{
  width: 80px !important;
}

.testimonial_bottom {
  width: 100%;
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 30px 12px 30px 30px;
}

.testimonial_bottom span {
  display: block;
}

.testimonial-content:before {
 
  /* content: " ";
    position: absolute;
    left: 77px;
    bottom: -16px;
    border-top: 1px solid #cfcfcf5c;
    border-right: 0px solid #cfcfcf5c;
    border-left: 1px solid #cfcfcf5c;
    border-bottom: 0px solid #cfcfcf5c;
    z-index: 1;
    width: 30px;
    height: 30px;
    transform: rotate(-135deg);
    background: #fff; */
    content: " ";
    position: absolute;
    left: 96px;
    bottom: -18px;
    border-top: 1px solid #cfcfcf5c;
    border-right: 0px solid #cfcfcf5c;
    border-left: 1px solid #cfcfcf5c;
    border-bottom: 0px solid #cfcfcf5c;
    z-index: 1;
    width: 35px;
    height: 35px;
    transform: rotate(-134deg);
    background: #fff;
}

.testimonial .owl-nav {
  position: absolute;
  left: -74%;
  top: 54%;
}



.testimonial .owl-nav span {
  opacity: 0;
  background: url(../images/arrow-right.png);
  color: #fff;
  display: none;
}

.testimonial .owl-theme .owl-nav .owl-next  {
  background: url(../images/arrow-right.png)no-repeat #fff;
  background-position: center;
  border-radius: 50%;
  border-color: #ccc;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #ccc;
}

.testimonial .owl-theme .owl-nav .owl-prev  {
  background: url(../images/arrow-left.png)no-repeat #fff;
  background-position: center;
  border-radius: 50%;
  border-color: #ccc;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #ccc;
}

.testimonial .owl-theme .owl-nav .owl-next:hover {
  background: url(../images/arrow-right.png)no-repeat #fff;
  background-position: center;
}

.testimonial .owl-theme .owl-nav .owl-prev:hover  {
  background: url(../images/arrow-left.png)no-repeat #fff;
  background-position: center;
}

.blog {
  padding: 50px 20px;
  display: block;
 
}
.blog_box {
  padding: 30px;
  position: relative;
  
}

.blog_box:before {
  content: "";
  position: absolute;
  border-left: 2px solid #dedede;
  height: 100%;
  top: 0;
  right: -13px;
}

.last_child:before{
  display: none;
}

p.blog-text {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}

img.blog-image {
  width: 100%;
}

.info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0px;
}

.info-top p{
  margin: 0;
}

.info-top span {
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}

span.divder_line {
  margin: 0 5px;
}
span.date {
  font-weight: normal;
  position: relative;
   padding-left: 17px;
   color:#545454;
}
.date strong{
  color:#000;
}
span.date:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/blog-time.png);
  top: 6px;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}



span.view {
  position: relative;
  padding-left: 17px;
  font-weight: normal;
}

span.view:before {
  content: "";
    position: absolute;
    width: 13px;
    height: 9px;
    background: url(../images/blog-view.png);
    top: 7px;
    left: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.info-middle {
  text-align: left;
}

h4.blog-heading {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.info-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.blog-author {
  font-size: 14px;
  font-weight: 600;

}

.blog-author img {
  margin-right: 20px;
}
.info-bottom  a{
  color:#f90;
  text-decoration: none;
  position: relative;
  padding-right:10px;
  font-size: 15px;
  font-weight: 600;
}

.info-bottom a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  top: 7px;
  right: -2px;
  background: url(../images/readmore-arrow.png)no-repeat right;
}
.faq{
padding: 40px 0px;
}

.bg-grey{
  background: #f3f3f3;
}

.accordion {
  padding: 30px;
  background: #fff;
}

.accordion-header {
  margin-bottom: 0;
  padding: 0 20px;
}
.accordion-item {
  background-color: unset;
  border: 0;
}



.accordion-button:focus {
  box-shadow: none;
  border: 0;
  border-color: transparent;
}

.accordion-button {
  color: #000000;
  background-color: transparent;
  box-shadow: unset;
  border-top: 2px solid #f3f3f3 ;
  font-weight: 600;
  font-size: 22px;
  padding-left: 0;
  padding-right: 0;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: unset;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 2px solid #f3f3f3;
  padding-left: 0;
  padding-right: 0;
 
}
.accordian-button1:not(.collapsed){
border-top:0;
}
.accordion-button::after {
 
  background-image: url(../images/accordian-plus.png);
  
}

.accordion-button:not(.collapsed)::after {
  
  background-image: url(../images/accordian-minus.png);
  transform: unset;
  
}

.footer-bg {
  background: url(../images/footer-bg.png) #f3f3f3;
  background-position: inherit;
  width: 100%;
  height: 100%;
  padding: 120px 0px 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  
}

.contact-footer {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  margin-bottom: 30px;
}
.getintouch {
  padding: 30px 10px;
}


.getintouch h4 {
  font-size: 1.625rem;
  margin-bottom: 32px;
  font-weight: 600;
}

img.footer-icon {
  position: relative;
  top: 7px;
}

.contact-footer p {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}

.contact-footer a{
  color:#000;
  text-decoration: none;
}


.contact-footer p span {
  font-size: .75rem;
  font-weight: 300;
  display: block;
    margin-top: 3px;
}
.bottom-border {
  position: relative;
}
.bottom-border:before {
border-bottom: 1px solid #6f6f6f;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left:0;
}


.footeraddress{
  display: flex;
  gap:15px
}
.footeraddress p{
  font-weight: 600;
  line-height: 1.2;
}

.social-link {
  border-top: 1px solid #6f6f6f;;
  margin-top: 20px;
  padding: 30px 0px;
}
ul.socialmedia {
  margin: 0;
  padding: 0;
}

.socialmedia li {
  margin: 0;
  padding: 0 2px;
  display: inline;
  font-size: 20px;
}

.socialmedia li a {
  background: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
}

.socialmedia li a img {
  height: 23px;
  top: 11px;
  transform: translateY(-50%);
  position: relative;

}
.socialmedia li a:hover img.white_img {
  display: none; 
 
}
.socialmedia li a img.hover_img {
  display: none;
} 
.socialmedia li a:hover img.hover_img {
  display: inline-block;
  transition: 0.5s ease-in;
   width:23px;
  height:23px; 
}

.contact-social-link {
  border-top: 1px solid #6f6f6f;;
  margin-top: 20px;
  padding: 30px 0px;
}
ul.contact_social {
  margin: 0;
  padding: 0;
}


.contact_social li {
  margin: 0;
  padding: 0 5px;
  display: inline;
  font-size: 20px;
}

.contact_social li a {
  background: #000;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  display: inline-block;
}

.contact_social li a img {
  height: 26px;
  top: 12px;
  transform: translateY(-50%);
  position: relative;

}

.contact_social li a img.hover_img {
  display: none;
} 
.contact_social a:hover img.hover_img {
  display: inline-block;
  transition: 0.5s ease-in;
 
}

.contact_social a:hover img.white_img {
  display: none;
  transition: 0.5s ease-in;
 
}



.footer-middle {
  max-width: 1045px;
  margin: 0 auto;
  /* box-shadow: 1px -20px 23px 0px rgb(0 0 0 / 20%); */
  padding: 0px 55px 55px;
  z-index: 2;
  position: relative;
}

.form-box{
  padding: 0px 0px 55px;
}

.footer-middle .heading {
  margin-bottom: 12px;
}
p.footerContact_p {
  margin-bottom: 43px;
  margin-top: 10px;
}

.frmContact .form-field {
  border: 1px solid #c0c0c0;
  padding: 16px 15px;
  background: #fff;
  width: 100%;
  margin-bottom: 25px;
  font-size: 20px;
  color: #545454;
  font-weight: 300;
  font-style: italic;
}
.form-field.content {
  height: 100px;
}

p.text-semibold {
  font-weight: 600;
  margin-bottom: 0;
}

div#mail-status {
  text-align: center;
  color: red;
  font-weight: 500;
  margin-top: 15px;
}

/* #loading-bar-spinner.spinner {
  right: -29%;
  top: 41%;
  margin-top: -9px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 600ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 25px;
  height: 25px;
  border:  solid 4px transparent;
  border-top-color:  #25292c !important;
  border-left-color: #25292c !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
0%   { transform: rotate(0deg);   transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
} */


/* .loader-icon {
  display: none;
  width: auto;
  padding-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 82px;
  right: 33%;
} */

.loader-icon {
  display:none;
  width: auto;
  padding-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 67px;
    right: 36%;
  width: 65px;
  height: 65px;
}
.loader-icon img{
  width: 100%;
}


/* .loader-icon {
  display: block;
  width: auto;
  padding-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 67px;
  right: 34%;
  width: 70px;
  height: 70px;
  background: url(https://www.amazonsupport247.com/amazon/images/Loading_icon);
  background-size: cover;
  background-position: center;
} */

.submitRight {
  position: relative;
  display: inline-block;
}

.copyright {
  margin-top: 40px;
}
.copyright span {
  font-weight: 600;
}

.footer-menu ul {
  width: 100%;
  margin: 40px 0;
  padding: 0;
  text-align: center;
}
.footer-menu ul li {
  padding-right: 28px;
    margin-right: 28px;
    float: none;
    position: relative;
    width: auto!important;
    font-size: 17px;
    display: inline-block;
    font-weight: 500;
}

.row.contact-box {
  border-radius: 10px;
  /* border: 1px solid #ccc; */
  /* box-shadow: 0px 1px 3px 5px #f3f3f3a8; */
  box-shadow: 0px 1px 2px 3px #f3f3f3;
  margin-top: -196px;
    position: relative;
    background: #fff;
    z-index: 1;
}

.contact-banner{background:url(../images/contact-bg-c.webp) no-repeat;
  background-position: bottom;
  }

  .contact-banner .banner-caption {padding: 120px 0px 190px;}

  .left-container {
    background: url(../images/left-bg-n.png) no-repeat;
    background-size: cover;
}

.pad-t-b {
  padding: 90px 50px 50px;
}

.left-container h3 {
  font-weight: 600;
  font-size: 1.625rem;
}

.margin-botm{
  margin-bottom: 5px;
}

.frmContact .form-field.contact-field {
  height: 76px;
  font-size: 25px;
  margin-bottom: 35px;
}

.form-field.content.contact-text {
  height: 159px;
  font-size: 25px;
}
.conatct-btn {
  min-width: 155px;
}

.contact-copy{
  padding-bottom: 40px;
}
p.fieldsP {
  font-size: 17px;
  line-height: inherit;
}


#myBtn {
  display: none;
    position: fixed;
    bottom: 150px;
    right: 57px;
    z-index: 99;
    /* font-size: 13px; */
    border: none;
    outline: none;
    background-color: #fff;
    color: white;
    cursor: pointer;
    padding: 2px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.hide-contact> img {
  width: 100%;
}

/* section.welcome-banner.setup-bg:before {
  content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    
    opacity: 0.3;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
} */


.inner-bg {
  overflow: hidden;
  background: transparent;
  height: 90vh;
  align-items: center;
  display: flex;
  padding: 0;
  position: relative;
}


.inner-bg:after{
  content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 130%;
      height: 98%;
      /* background: linear-gradient(to right, rgb(0 0 0 / 80%), rgb(0 0 0 / 60%)), url(../images/storesetup/amazon-store-bg.jpg) center top no-repeat; */
  
      z-index: 0;
      border-radius: 0 0 50% 50%;
      transform: translateX(-50%) rotate(0deg);
  }

 
 
  .inner-bg .banner-caption {
    padding: 0px 0px 0px;
    color: #fff;
    z-index: 1;
    position: relative;
    text-align: center;
  }

  .setup-bg:after{
   
    background: linear-gradient(to right, rgb(0 0 0 / 80%), rgb(0 0 0 / 60%)), url(../images/storesetup/amazon-store-bg.png) center top no-repeat;

}

.aboutbanner {
  background: #f8f8f8;
}

.aboutbanner:after{
   
  background: linear-gradient(to right, rgb(0 0 0 / 80%), rgb(0 0 0 / 60%)), url(../images/about-us/about-banner.webp) center top no-repeat;

}

.aboutbanner {
    background: #f8f8f8;
}

.about-text-top {
  padding-top: 40px;
}

.grey-bg {
  background: #f8f8f8;
}

.aboutBox-top {
  margin-bottom: 40px 0; 
}

.aboutBottom {
  padding: 20px 0px;
  display: inline-block;
}

.aboutbanner {
  background: #f8f8f8;
}

.store-usp{padding: 20px 0px;}

.about-usp{padding: 20px;}

.faq-bg:after{background: linear-gradient(to right, rgb(0 0 0 / 80%), rgb(0 0 0 / 60%)), url(../images/faq-banner/faq-banner.webp) center top no-repeat;
}

.faq-bg {
  background: #fbfbfa;
}

.topaccordian {
  background: #313b45;
  padding: 25px;
  color: #fff;
}

.topaccordian h2 {
font-size: 33px;
margin-bottom: 0;

}

.marb-80 {
  margin-bottom: 80px;
}

.faq-accordion{padding: 0; box-shadow: 0px 0px 10px #cdcdcd;}

.faq-accordion .accordion-item{padding: 20px;}


img.faq-pImg {
width: 51%;
margin-bottom: 60px;
}

.faq-bottom-bg{
background:url(../images/faq-banner/faq-background-bg.webp)  no-repeat;
background-size: cover;
width:100%;
height:100%;
}

@media(max-width:1865px){
  .banner-caption h1 {
    font-size: 3.5em;
}
}

@media(max-width:1600px){

    .banner-caption p {
      font-size: 22px;
      font-weight: normal;
  }
  .info ul li a {
    color: #fff;
    font-size: 1.28em;
  }
  h2 {
    font-size: 45px;}

    .testimonial .owl-nav {
      position: absolute;
      left: -74%;
      top: 48%;
  }
}

@media(max-width:1450px){
  .container-resize {
    padding: 0 80px;

}

.banner-caption h1 {
  font-size: 2.5rem;
  line-height: 2;
}

.banner-caption p {
  
  font-size: 1.33rem;
  font-weight: normal;
}
p.fieldsP {
  font-size: 15px;
  line-height: inherit;
}

.contact-footer p {
  font-size: 18px;
}
.pad-t-b {
  padding: 90px 33px 50px;
}

h2 {
  font-size: 35px;
}

.text-column {
  padding: 50px 70px 50px 78px;
}

.text-column2{
  padding: 50px 70px 50px 78px;
}
.testimonial .owl-nav {
  top: 42%;
}
}

@media(max-width:1400px){
  .testimonial-content {
    min-height:414px;
  }
}
@media(max-width:1360px){
  .socialmedia li {
    padding: 0 2;
  }
  .frmContact .form-field.contact-field {
    
    font-size: 18px;
  }
  .form-field.content.contact-text{
    font-size: 18px;
  
  }
  .left-container h3 {
   
    font-size: 1.3rem;
}
.getintouch h4 {
  font-size: 1.3rem;
}
}

@media(max-width:1268px){
  .socialmedia li {
    padding: 0 2px;
  }
  .contact-footer p {
    font-size: 16px;
}
.footeraddress p {
    font-size: 16px;
}
h2 {
  font-size: 28px;
}
.text-column {
  padding: 33px 40px 27px 50px;
}

.text-column2 {
  padding: 33px 40px 27px 50px;
}

.frmContact .form-field.contact-field {
    
  font-size: 16px;
}

.form-field.content.contact-text{
  font-size: 16px;

}

}

@media only screen and (min-width: 991px) and (max-width: 1200px){
  .bottom-img {
    right: 10px;
    bottom: 5px;
}

.text-column {
  padding: 50px 35px 38px 37px;
}
.text-column2 {
  padding: 50px 35px 38px 37px;
}
.testimonial .owl-nav {
  top: 39%;
}

.contact_social li {
  padding:0 2px;
}
.contact_social li a {
  width: 50px;
    height: 50px;
    line-height: 44px;
}
.testimonial-content {
  min-height: 475px;
  }

}



@media(max-width:1199px){

  
  .socialmedia li a {
    
    width: 44px;
    height: 44px;
    
    line-height: 37px;
  }
  .contact-footer p {
    font-size: 16px;
  }
  .socialmedia li a img {
    height: 19px;
    top: 8px;
  }
  .socialmedia li {
    margin: 0;
    padding: 0 2px;
  }
}

@media(max-width:1080px){
  .pad-t-b {
    padding: 90px 22px 50px;
}
.banner-caption h1 {
  font-size: 2rem;
  
}
.contact-footer p {
  font-size: 14px;
}

.footeraddress p {
  font-size: 14px;
  line-height: 1.4;
  
}
.socialmedia li a {
  width: 31px;
  height: 31px;
  line-height: 27px;
}

.socialmedia li a img {
  height: 17px;
  top: 7px;
}

.socialmedia li a {
    width: 31px;
    height: 31px;
    line-height: 27px;
}


.banner-caption p {
  font-size: 20px;
}



}

@media(max-width:991px){

  .testimonial-content {
    min-height: auto;
    }
    
  .cta-bg{
    text-align:center;
  }

  .cta-heading .btn {
    margin-top: 40px;
    font-size: 17px;
}

  .cta-heading h2 {
    text-align: center;
    font-size: 35px;
}

 .reverse-column {
    flex-direction: column-reverse;
}
.image-bg-column {
  width: 100%;
   min-height: 500px;
}

.image-bg-column2 {
  width: 100%;
  height: -webkit-fill-available;
  display: block;
  min-height: 500px;
}
  .text-column {
    width:100%;
    padding: 50px;
  }
  .text-column2{
    width: 100%;
    padding: 50px;
  }

  .team-behind ul li {
    width: 47%;
  }

  .container-resize {
    padding: 0 60px;
}

.testimonial .owl-nav {
  position: absolute;
  left: -77%;
  top: 70%;
}
.frmContact .form-field.contact-field {
    
  font-size: 16px;
}
.form-field.content.contact-text{
  font-size: 16px;

}

.banner-caption {
  padding: 90px 0px 4px;
}
  
}

@media(max-width:885px){
  .container-resize {
    padding: 0 30px;

  }
  .banner-caption h1 {
    font-size: 1.9rem;
}
}

@media (max-width:776px){
  .banner-caption h1 {
    font-size: calc(1.8rem + 1.5vw);
    line-height: 1.4;
    margin-bottom: 17px;
}

.container-resize {
  padding: 0 20px;
}
.logo {
  max-width: 200px;
}

}
@media (max-width:766px){
  .bottom-img {
    
    right: 18px;
    bottom: 5px;
}
  .usp {
    padding: 0px 0px 30px;
}
  .h2, h2 {
    font-size: calc(1.8rem + .9vw);
}
  .banner-caption p {
    font-size: 1.2rem;
  }
  .banner-caption .btn {
    margin-top: 26px;
    font-size: 15px;
}
.bsnner-column {
  max-width: 640px;
  bottom: 0;
  padding-top: 50px;
}

.mobile-hide{
  display: none;
}
.mobile-container{
  display: block;
}
.box-container {
  margin-bottom: 25px;
  height:auto;
}
.fullwidth-section h2 {
  text-align: center;
}
.testimonial .owl-nav {
  position: absolute;
  left: unset;
  top: 0;
  right: 0;
}
.footer-middle {
  padding: 0px 0px 55px;

}

.form-box{
  padding: 0px 0px 55px;
}


.accordion-button {
  font-size: 17px;
  line-height: 1.3;
}

}



@media (max-width:720px){
  .team-behind ul li {
    width: 100%;
  }
}

@media(max-width:520px){
  h2 {
    font-size: calc(1.4rem + .9vw);
}
.text-column2 {
 padding: 30px;
}
.text-column {
  padding: 30px;
 }
 p{
  font-size: 14px;
 }
 .hide-contact> img {
  width: 90%;
}
}

@media(max-width:450px){
  .image1 {min-width: 280px;}
  .image2 {min-width: 280px;}
  .hide-contact img.footer-logo {
    width: 61%;
}
}


@media (max-width: 310){
.contact-footer p {
    font-size: 13px;
}

}

