/*!
Theme Name: retailwise-themes
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

@font-face {
    font-family: 'tradegothic_lt_boldregular';
    src: url('fonts/trade_gothic_lt_bold-webfont.woff2') format('woff2'),
         url('fonts/trade_gothic_lt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.body{
    overflow: hidden;
}
body{
	font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
header  .logo{
    width: 35%;
}
header .navbar-expand-lg .navbar-nav .nav-link{
    text-transform: uppercase;
    font-weight: 700;
    padding:10px 15px
}
header .navbar-expand-lg .navbar-nav  .nav-link:hover,
header .navbar-expand-lg .navbar-nav .active .nav-link{
   color: #fad978 
}

.banner {
    overflow: hidden;
    position: relative;
}
.banner .container{
    position: relative;
    z-index: 200;
}
/* .banner .container:after{
    background: url(images/map-png.png) no-repeat;
    position: absolute;
    content: '';
    top: 0px;
    right: -30px;
    width: 690px;
    height: 660px;
    display: block;
    z-index: 100;
    background-size: contain;
    top: -80px;
} */
.banner img{
	width:100%
}
.banner .container .row{
	position:relative;
	z-index: 300;
}
.body section{
    padding:100px 0;
}
.banner,
header{
    background:url(images/banner-bg.png) no-repeat #2d2d2d;
}
header .menu li a{
    color:#fff;
    text-transform: uppercase;
}
header .lets-talk-btn{
    border:#fad978 solid 2px;
    border-radius: 10px;
    padding:5px 25px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
}
header .lets-talk-btn:hover{
    background:#fad978
}
.banner{
    padding:150px 0;
}
.banner .row{
    align-items: center;
}
.banner p{
    color:#fff;
}
.banner h1{
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
}
.banner h1 span{
    color:#fad978
}
.btn-set{
    display: flex;
}
.body .search-section{
    padding:60px 0;
    background:#fad978;
    text-align: center;
    position: relative;
    padding-bottom:130px;
}
.search-section .btn.seemore,
.search-section .btn.submit-btn{
    border:#212529 solid 2px;
    font-weight: 700;
    padding:8px 20px;
    bottom:20px;
    background:none;
    color:#212529;
	border-radius: 10px;
}
.search-section .btn.seemore{
	display:none;
	margin-top:-80px
}
.search-section .btn.seemore:hover,
.search-section .btn.submit-btn:hover{
    background:#2c2c2c;
    color:#fff
}
.search-section h4{
    margin-bottom:20px;
}
.search-section .form  select,
.search-section .form .text{
    background:none;
    border:none;
    border-bottom:#000 solid 1px;
    box-shadow: none !important;
    padding:5px 10px 0 10px;
    width:180px;
}
.search-section .form .text:focus-visible{
    outline: none;
}
.search-section .filter-search{
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
}
.search-section .filter-search p{
    display: flex;
    vertical-align: top;
    margin: 0 11px;
    align-items: center;
}
.search-section .wpcf7-response-output{
    position: absolute;
    bottom:83px; 
     /* position the top  edge of the element at the middle of the parent */
     left: 50%; /* position the left edge of the element at the middle of the parent */
     text-align: center;
     transform: translate(-50%, 0); /* This is a shorthand of
                                          translateX(-50%) and translateY(-50%) */
}
.search-section .submit-con{
   position: absolute;
   bottom:0; 
    /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    text-align: center;
    transform: translate(-50%, 0); /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
}

.submit-btn{
    border:#000000 solid 2px;
    padding:6px 30px;
    font-weight: 700;
    margin-top:20px;
    position: relative;
    bottom:0;
}
.expertise-section{
    padding:50px 0;
}
.expertise-section h2{
    margin:0 0 50px 0;
}
.accordion .accor{
    padding:20px 0;
    border-bottom:#b3b3b3 solid 1px;
}
.accordion .accor h4 a{
    color:#000000;
    text-decoration: none;
    font-size:30px;
}
section h2{
    font-size:30px;
}
.accordion{
    border-top: 1px solid #e9e9e9;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    transition: height 0.3s ease;
    margin-bottom: 20px;
}

.accordion .accordion_tab{
  padding: 20px;
  cursor: pointer;
  user-select: none;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.accordion .accordion_tab h3{
    font-size:20px;
}
.accordion .accordion_tab.active h3{
    position: absolute;
    opacity: 0;
    z-index: -2;
}
.accordion.active .accordion_content{
    border:none
}

.accordion .accordion_tab .accordion_arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 41px;
  height: 41px;
  /* transition: all 0.3s ease; */
  background:url(images/plus-img.png) no-repeat right center
}
.accordion .accordion_tab.active .accordion_arrow{
    background:url(images/close-x.png) no-repeat right center;
    right:14px;
}
.accordion.active{
  height: 410px;
}
.accordion .accordion_content{
  padding: 20px;
  border-top: 1px solid #e9e9e9;
}
.accordion .accordion_content h2{
    margin-bottom:10px
}
.accordion .accordion_content .row .col-md-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion .accordion_content .accordion_item{
  margin-bottom: 20px;
}
.accordion .accordion_content .accordion_item p.item_title{
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #6adda2;
}
.accordion .accordion_content .accordion_item p:last-child{
  color: #9a9b9f;
  font-size: 14px;
  line-height: 20px;
}
.accordion .btn{
    background:#ffe985;
    margin-bottom:20px;
    font-weight: 700;
    color:#333333;
    width:200px;
}
.category-list {
    margin-left: 28px;
}
.category-list a{
    position: relative;
    padding:0 20px 0 18px;
    margin: 0 0 25px 0;
    color:#333333;
    text-decoration: none;
}
.category-list a:before{
    display:flex;
    background:#898989;
    content:'';
    width:8px;
    height:8px;
    content:'';
    position:absolute;
    top:8px;
    left:0;
    border-radius:50%;
}
.category-list a:hover{color:#e3ba00}
.retail-insights-section{
    background:#343434;
    padding:80px 0;
}
.retail-insights-section .video-container{
    margin-bottom:30px;
}
.retail-insights-section .video-container  .fat-gallery-wrapper{
	background:none !important
}
 .lg-outer.lg-pull-caption-up .lg-sub-html div{
	display:none
}
.fat-gallery-excerpt{
	display:none !important
}
.fat-gallery .paging a{
	       background: #ffe985;
    margin-bottom: 20px;
    font-weight: 700;
    color: #333333;
    width: 200px;
	display:inline-block;
	padding:8px 10px
}
.fat-gallery-wrapper.bg-dark{
	background:none !important
}
.retail-insights-section video{
    width:100%;

}
.retail-insights-section .list-blog a{
    color:#fff;
    text-decoration: none;
}
.retail-insights-section .list-blog a:hover{
    color:#fad978
}
.retail-insights-section .list-blog .btn-set{
    justify-content: center;
}
.retail-insights-section .view-all{
    color:#fad978;
    font-size:21px;
}
section img{
    max-width:100%;
}
.retail-insights-section .featured-blog ,
.retail-insights-section .featured-blog h2{
    color:#fff;
}
.retail-insights-section .featured-blog img{
    height:350px;
    width:100%;
    object-fit: cover;
}
.retail-insights-section .featured-blog .row{
    margin:0 0 25px 0;
}
.retail-insights-section .featured-blog .column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom:30px;
}

.retail-insights-section .list-blog  .item:last-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list-blog .item .img{
    margin:0 0 20px 0;
}
.list-blog .item .img img{
    height:auto;
    object-fit: cover;
}
.retail-insights-section .featured-blog img{
    height:auto
}
.list-blog .item  p,
.list-blog .item h3{
    color:#fff;
}
.view-all{
    background:url(images/arrrow-right.png) no-repeat right center;
    padding-right: 42px !important;
    padding-left:0 !important
}
.view-all:before{
    display: none !important;
}
.testimonial-section{
    background:#f3f3f3;
   
}
.btn.btn-default{
    background:#ffe985;
    border-radius:50px;
    color:#574804;
    font-size:20px;
    padding:10px 25px;
    border:none;
    font-weight: 700;
}
.testimonial-section .featured-box-blog{
    position: relative;
    z-index: 200;
}
.testimonial-section .featured-box-blog .testimonial-item{
    background:url(images/quote-png.png) no-repeat #ffffff 30px 30px;
    border-radius: 15px;
    padding:30px;
    display:flex;
    padding-top:70px;
}
.testimonial-section .left-content{
    position: relative;
    z-index: 3;
}
.testimonial-section .right-content{
    position: relative;
    z-index: 2;
}
.testimonial-section .right-content:before{
    content:'';
    background:url(images/basket-bg.png) no-repeat;
    width:437px;
    height:384px;
    display: block;
    position:absolute;
    right:0;
    top:-80px;
    background-size:80%;
}
.meet-section{
    background:url(images/yellow-bg.jpg) no-repeat #fdca02 center center;
    padding:50px 0 50px;
    background-size:cover;
}
.featured-leader{
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    width: 360px;
    height: 360px;
    margin:auto;
}
.featured-leader img{
   position: relative;
   right: 14px;
}
.ceo-desc{
    display: flex;
    align-self: center;
}
.body section.meet-section{
    padding:70px 0;
}
.leader-info ul{
    display:flex;
    justify-content: space-between;
    list-style: none;
    margin:30px 0 0 0;
    padding:0;
}
.leader-info ul h4{
    margin:0;
    padding:0;
}
.meet-section .view-all {
    color:#000;
    font-weight: 700;
    filter: brightness(0%);
}
#meet-section{
    background: #fad978;

}
.meet-featured{
    text-align:center;
}

.patrons-list ul{
    list-style: none;
    margin:0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
}
.patrons-list ul li{
    list-style: none;
    width:25%;
    padding:30px 0;
    text-align: center;
    border-right:#e9e9e9 solid 1px;
    border-bottom:#e9e9e9 solid 1px;
}
.patrons-list ul li:nth-child(4n){
    border-right:none
}
.patrons-list ul li:last-of-type{
 border-bottom:none
}
/* .patrons-list ul li img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    opacity: 0.8;
} */
.patrons-list ul li img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
/* .patrons-list ul li:nth-child(12),
.patrons-list ul li:nth-child(11),
.patrons-list ul li:nth-child(10),
.patrons-list ul li:nth-child(9){
    border-bottom:none !important
} */
footer{
    background:#2c2c2c;
    padding:80px 0;
    color:#fff;
}
footer h4{
    text-transform: uppercase;
    margin-top:20px;
    font-size:18px;
    margin-bottom:30px;
}
footer p{
    font-size:14px
}
footer .quicklist{
    padding-left: 50px;
}
.footer-logo{
    padding:0 0 20px 0
}
.quicklist ul{
    display: flex;
    list-style: none;
    margin:0;
    padding:0;
    flex-wrap: wrap;
}
.quicklist ul li{
    width:50%
}
.quicklist ul li a{
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin:0 0 30px 0;
}
footer .social{
    margin-top:20px;
}
footer .social a {
    padding:0 5px;
}
.txtbtn{
    color: #fff;
    text-transform: uppercase;
    padding: block;
    padding: 5px 10px 5px 50px;
    text-decoration: none;
    position: relative;
    margin-right: 30px;
}
.txtbtn:before{
    content: '';
    display: block;
    top: 10px;
    width: 60px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 0;
    height: 2px;
}
footer .social  img{
    filter: brightness(0) invert(1);
    width: 17px;
}
footer .social a:nth-child(2) img{width:10px}
.btn-set a{
    color:#fff;
    text-transform: uppercase;
    padding:block;
    padding:5px 10px 5px 30px;
    text-decoration: none;
    position: relative;
    margin-right: 30px;
    font-weight: 700;
}
.quicklist ul li:hover a{
    color:#fad978
}

.btn-set a:before{
    content:'';
    display: block;
    top:10px;
    width:68px;
    background:#fff;
    position: absolute;
    top:16px;
    left:0;
    height:2px;
}
.btntext-default{
    color:#fff;
    text-transform: uppercase;
    padding:block;
    padding:5px 10px 5px 30px;
    text-decoration: none;
    position: relative;
    margin-right: 30px;
    font-weight: 700;
}
.btntext-default:before{
    content:'';
    display: block;
    top:10px;
    width:68px;
    background:#fff;
    position: absolute;
    top:16px;
    left:0;
    height:2px;
}
.btntext-default:before{
    position: absolute;
    height: 1px;
    background: #fff;
    width: 47%;
    left: 0px;
    top: 50%;
    transform: scaleX(0.25);
     -webkit-transform:scaleX(0.25);
    transform-origin: center left;
    transition: all 0.3s ease;
    z-index: 1;
}
.btntext-default:hover{
    padding-left:70px;
    background: #fad978;
    color:#000
}
.btntext-default{
    transition: .2s linear;
}
.btntext-default:hover:before{
    background: #000;
    transform: scaleY(-1);
}
/* .js-slidein {
    opacity:0;
    transform: translateY(100px);
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
.js-slidein-visible {
    opacity:1 !important;
    transform: translateY(0)!important;
} */

.overlay{
	text-align:center;
  
  }
  .overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 300;
	margin-top:18vh;
  }
  .overlay ul li {
	display: block;
	height: 20%;
	height: calc(50% / 5) !important;
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  .overlay ul li a{
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #181818;
    font-weight: 800;
  }
  
  .container.overlay-open::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
  }
  .overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1000;
  }
  .hamburger{
  z-index: 1200;
  outline:none !important;
  cursor:pointer;
  }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{
  background-color:#fff !important;
  }
.overlay-contentpush {
   background: url(images/yellow-bg.jpg) no-repeat #fdca02 center center;
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-100%);
/* transform: translateX(-100%); */
-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
transition: transform 0.5s, visibility 0s 0.5s;

}
.overlay-contentpush.open {
visibility: visible;
-webkit-transform: translateX(0%);
transform: translateX(0%);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.3s;
}
.hamburger{
right:15px;
position: absolute;
top:20px;
display: none !important;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color:#fff !important
}
.body section.ceo-section{
    background:#212121;
	padding-bottom:0;
    position: relative;
    padding-top:0 !important;
    padding-bottom:0 !important;
    z-index: 100;
 
}
.body section.ceo-section:before{
    background:#ececec;
    content:'';
    position: absolute;
   left:0;
    top:0;
    width:50%;
    height:100%;
    width:50%;
    
}
.body section.ceo-section .container{
    position: relative;
    z-index: 150;
    background:#ececec;
}
.body section.present-section{
	 background:#fff ;
	padding: 100px 0 40px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ourteam .box{
	background:#2d2d2d;
	padding:20px;
}
.ourteam .box p{
	color:#fff;
}
.ourteam .team{
	list-style: none;
	padding:0;
	margin:0;
}
.ourteam .team {
	display: flex;
	flex-wrap: wrap;
    justify-content: center
}
.ourteam .team li{
    margin: 0 10px 15px 0;
    width: 32%;
    /* box-shadow: #dfdfdf 0 0px 14px; */
}
.ourteam .team img{
    width: 100%;
    height: 390px;
    object-fit: cover;
}
.ourteam .team li:nth-child(1) .featured img{    height: 250px;}
.ourteam .team .social-media img {
	height:20px
}
.ourteam .team .desc{
	background:#ffffff;
	text-align: center;
	padding:20px 0 20px 0
}
.ourteam .team .modal-body .desc{
	padding: 0px 0 20px 0;
}
.ourteam .team .desc a{
	color:#fad978;
	text-decoration: none;
	font-weight: 700;
	font-size:20px
}
.ourteam .title{
    margin-bottom:50px;
}
.ourteam h2{
	margin:0 0 30px 0;
    text-align: center;
    font-size:42px;
}
#main-content .is-affixed .box{
	background: #fad978;
    /* border:#c2c2c2 solid 1px; */
    position: relative;   
}
#main-content .is-affixed .box:after{
background:url(images/arrow-float.png) no-repeat;
width:16px;
height:27px;
position:absolute;
right:-24px;
content:'';
top: 50%;  
transform: translate(-50%, -50%); 
}
#main-content .is-affixed .box p{
	color:#000
}
#main-content .modal-body .featured-img{
    width: 270px;
    height: 410px;
    overflow: hidden;
    /* border-radius: 50%;*/
}
#main-content .modal-body .modal-body .featured-img {
	width: 330px;
    height: 330px;
    overflow: hidden;
    border-radius: 50%;
}
#main-content .modal-body .modal-body .featured-img  img{
	height: 410px;
    object-fit: cover;
}
#main-content .modal-body  .row{
	justify-content: center;
	padding:30px
}
#main-content .modal-body  .row .desc span{
	color: #949494;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: block;
    text-transform: unset;
	margin-bottom:20px;
}

.modal-content .btn-close{
	display: block;
    width: 35px;
    height: 35px;
    background-color: #fad978;
    position: absolute;
    right: -16px;
    top: -21px;
    z-index: 500;
    color: #000;
    border-radius: 50%;
    outline: none;
    opacity: 1;
}
.social-media{
	display: flex;
	justify-content: center;
}
.social-media a{
	margin:0 5px
}
.ourteam .team li h3 {
    font-size: 28px;
    margin-bottom: 0px;
    padding: 5px 0;
}
.ourteam .team li  .desc p{
	font-size:13px;
	color:#949494;

}
.ourteam .team li .modal-body .desc p{
	color:#000
}
.page-id-9 .banner{
	display: none;
}
.timeline{
	padding:30px 0 0 0
}
.blog .page-banner{
    padding-top:50px;
    padding-bottom:30px;
    text-align:center;
    background-size: 250px;
}
.blog .page-banner img{
    width: 661px;
    border-radius: 8px;
    display: inline-block;
    height: 390px;
    /* object-fit: contain; */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 1px 6px #9f9f9f;
}
.blog .body .container{
    padding-top:50px;
    padding-bottom:80px;
}
.page-banner{
	text-align:center;
	padding:40px 0 0 0;
	background: url(images/banner-bg.png) no-repeat #2d2d2d;
	color:#fff
}
.page-banner h2{
        font-size: 54px;
}
.page-banner p{
	margin-bottom:50px
}
.page.page-id-9 .body .ceo-section{
    padding-top: 90px;
}
.ceo-section .desc .details{
    display: flex;
    align-self: center;
    flex-direction: column;
}
.ceo-section .people{
    display: flex;
    align-self: end;
    flex-direction: column;
}

.body section.ceo-section .details h2{
    font-size:45px;
}

.contact-us .forms label{
	display: block;
	margin-bottom:10px
}
.contact-us .forms textarea,
.contact-us .forms .text{
	border:none;
	padding:5px 10px;
	border-bottom:#666666 solid 1px;
	background:none;
	outline: none;
	width:98%
}
.contact-us .forms {
	display: flex;
	flex-wrap: wrap;
}
.contact-us .forms p{
	width:45%;
	margin-right:15px;
}
.contact-us .forms p:nth-child(3){
	width: 100%
}
.contact-us .forms textarea{
	height:80px
}
.gray-bg,
.contact-us{
	background: url(images/banner-bg.png) no-repeat #2d2d2d;
	color:#fff;
	padding:100px 0
}
.page-template-page-contact .banner{
	display: none;
}
.page-template-page-contact .text{
    color:#fff
}
.contact-us .btn.btn-submit{
	background:#636363;
	color:#fff;
	padding:8px 25px;
	border-radius: 10px;
	font-weight: 700;
	margin-bottom:30px
}
.contact-us .btn.btn-submit:hover{
	background:#fad978;
	color:#000;
	
}
.contact-us h2{
	margin:0 0 30px 0;
}
.contact-us .address p{
	position: relative;
	padding-left:15px;
}
.contact-us .address p a{
    color:#fff;
    text-decoration: none;
}
.contact-us .address p a:hover{
    color:#fad978
}
.page-template-page-contact footer{
	background: url(images/banner-bg.png) no-repeat #2d2d2d;
	border-top:#666666 solid 1px
}
.contact-us .address p:before{
	position:absolute;
	height:50%;
	left:0;
	top:8px;
	background:#fdcb01;
	width:4px;
	content:''
}
.contact-us .container{
	background:url(images/contact-img.png) no-repeat right bottom
}
.contact-us h4{font-size:18px; margin-bottom:20px}
.blog .body{
    padding:50px 0;
}
.blog .banner{
    display: none
}
.bloglist{
    display: flex;
    flex-wrap: wrap;
	justify-content:center
}
.bloglist .list{
    width: 32%;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.bloglist .list h3{
    font-size:20px;
}
.bloglist .list .featured-img {
    margin:0 0 10px 0
}
.bloglist .list .featured-img img{
    max-width: 100%;
    border-radius: 12px;
    display: block;
}
.bloglist .author ul{
    display: flex;
    list-style: none;
    margin:0;
    padding:0;
}

.bloglist .author li{
    padding:0 15px 0 0
}
.bloglist .author .post_date,
.bloglist .author .info{
    font-weight: 700;
    color:#676767
}
.bloglist .author ul li a{
   display: block;
   padding:0 5px;
   font-weight: 700;
}
.bloglist h2{
    text-align: center;
    margin-bottom:30px;
    width:100%
}
.loadmore{
    text-align: center;
}
.loadmore a{
    display: inline-block;
    background:#333333;
    padding:6px 40px;
    color:#fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
}
.loadmore a:hover{
   background:#fad978; 
   color:#000 
}
.sidebar .box img{
    max-width: 200px;
    margin:auto;
    display: block;
}
.card {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
	height:auto;
	padding-bottom:50px;
/*     height: 540px; */
    background: none !important;
    border:none !important;
    text-align: center;
    z-index: 2;
	  -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.card:hover{
	height:582px;
}
.card .image  span{
    font-size:14px;
    line-height: 16px;
    display: block;
    /* font-weight: 700; */
    color:#868686;
}
.card .details .featured,
.card .image .featured{
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    margin:auto
}
.card .image .featured{
    margin:auto
}
.card .image h3{
    margin-top:15px !important;
}
.card .image span{
    margin-bottom:5px
}
.card  .featured{
    margin-bottom:10px;
}
.card .image img {
    width: 100%;
    transition: .5s;
}
.card:hover .image img {
    opacity: .5;
    transform: translateX(30%);
}
.card .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;/*100%*/
    height: 100%;
    background:url(images/yellow-bg.jpg) no-repeat bottom right #ffc107;
    transition: .5s;
    transform-origin: left;
    transform: perspective(2000px) rotateY(-90deg);
    text-align: center;
}
.card .details .featured {
    border-radius: 0;
    width:auto
}
.card:hover .details {
    transform: perspective(2000px) rotateY(0deg);
}
.card .details .center {
    padding: 6px;
    text-align: center;
    /* background: #fff; */
    position: absolute;
    top: 0px;
}
.card .details .center span{
    font-size: 12px;
    display: block;
    line-height: 14px;
    color: #a2a5a4;
    text-transform: uppercase;
}
.card .details .center h1 {
    margin: 0;
    padding: 0;
    color: #ff3636;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.card .details .center h1 span {
    font-size: 14px;
    color: #262626;
}
.card .details .center p {
    /* margin: 10px 0; */
    padding: 0;
    color: #262626;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 5px;
}
.card .details .center ul {
    margin: 10px auto 0;
    padding: 0;
    display: table;
}
.card .details .center ul li {
    list-style: none;
    margin: 0 5px;
    float: left;
}
.card .details .center ul li a {
    display: block;
    background: #262626;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: .5s;
}
.card .details .center ul li a:hover {
    background: #ff3636;
}
.ourteam  li{
    position: relative;
}
.ourteam  li:after{
    width:30px;
    height:25px;
    position:absolute;
    bottom:10px;
    left:50%;
    content:'';
    background: url(images/arrow.png) no-repeat center bottom;
    background-size: contain;
    z-index: 1;
}
.page-id-9 header{
    position: relative
}
.page-id-9 header::before{
   background:#0e0e0e;
   position: absolute; 
   top:0;
   left:0;
   width:100%;
   height:100%;
   content:'';
   opacity: 0.8;
}
.playvol{
	position: absolute;
	top:110px;
	width:40px;
	height:40px;
	left:30px;
    text-indent: -99999px;
	display: block;
	z-index: 100;
    background-size: 100%;
  }
  .playvol.active{
	background:url(images/volume-up.png) no-repeat;
  }
  .playvol{
	background:url(images/volume-down.png) no-repeat;
  }
/* .about-banner.page-banner:before{
    background:url(images/5-dots.png) repeat;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity: 0.4;
    content:'';
    display: block;
    z-index: 200;
} */
.about-banner.page-banner video {
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .about-banner.page-banner .container{
    position: relative;
  }
  .about-banner.page-banner{
    position: relative;
    height:900px
  }
.page-banner .video-wrapper {
    border: 2px solid #000;
    width: 400px;
    height: 200px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-template-page-services .banner{
    display: none;
  }
  .graphic{
    width:370px;
    height:377px;
    background:url(images/illustration-img.png) no-repeat;
    position: relative
  }
 .featured-illustration .content-list .elem{
    position: absolute;
    content:'';
    width:187px;
    height:187px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 }
 .featured-illustration .content-list .elem h2{
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    /* margin-top: 70px; */
    letter-spacing: -1px;
    padding: 0 20px;
 }
 .featured-illustration .content-list .elem p{
    font-size: 11px;
    display: none;
    z-index: 4;
    color: #000;
    padding: 0 13px;
    margin-bottom: 6px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    line-height: 12px;
 }
 .featured-illustration .content-list .elem span{
    background:url(images/illustrate-hover.png) no-repeat;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    content:'';
    display: none;
 }
 .graphic .elem.active h2{
    -webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
    transition: color 1s; /* For modern browsers */
    color: #000;
    /* transition: transform 1s linear; */
 }
 /* .featured-illustration .content-list .elem-1{ top: 90px;left: 31px;} */
 .featured-illustration .content-list .elem-1{ top: 9px;left: 10px;}
 .featured-illustration .content-list .elem-2{ top: 10px;right: 9px;}
 .featured-illustration .content-list .elem-3{ bottom: 8px;left: 11px;}

 .featured-illustration .content-list .elem-4{    bottom: 10px;right: 9px;font-size: 18px;}
 /* .fade-in:before {
    opacity: 1;
    display: block;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */
.service-banner{
    padding-bottom:45px
}
.service-banner .row{
    align-items: center;
}
.service-banner .flex{
    display: flex;
}
.page-template-page-services .body section{
    padding: 80px 0 120px 0;
}
.service-banner .illustrate{
    justify-content: center;
}
.page-banner .desc h2,
.page-banner .desc p{
    text-align: left;
}
section .services-list h2{
    font-size:20px;
    padding:10px 0;
}
section .services-list .category-list a{
    display:block;
    margin-bottom:10px;
}
.services-list .list .inner{
	padding:0 20px
}
.services-list .list .inner p{
	font-size:15px
}
.services-list .list .inner .icon{
	margin-bottom:25px
}
.services-list .list:nth-child(3) .category-list a{
    margin-left:24px
}
.services-list .list:nth-child(3) .category-list a:nth-child(1),
.services-list .list:nth-child(3) .category-list a:nth-child(1),
.services-list .list:nth-child(3) .category-list a:nth-child(7),
.services-list .list:nth-child(3) .category-list a:nth-child(10),
.services-list .list:nth-child(3) .category-list a:nth-child(17)
{
    margin-left:0
}
/* section .services-list .category-list a:nth-child(2):before{
    background: violet;
}
section .services-list .category-list a:nth-child(3):before{
    background: orange;
}
section .services-list .category-list a:nth-child(4):before{
    background: green;
}
section .services-list .category-list a:nth-child(5):before{
    background: blue;
} */
.services-list .btn-set{
    margin-bottom:20px;
    justify-content: center;
}
.services-list .btn-set a:before{
    background: #fad978
}
.services-list .btn-set a:hover:before{
    background: #000
}
.services-list .btn-set a{
    color:#000
}
.category-list a {
    position: relative;
    padding: 0 20px 0 25px;
    margin: 0 0 25px 0;
    color: #333333;
    text-decoration: none;
    text-align: left;
}
section.workwithus{
    padding:50px 0;
    background:url(images/workwithusbg.jpg) no-repeat center center #ececec;
    background-size:cover;
}
.workwithus .btn-default{
    color:#000000;
    outline: none !important;
}
section.workwithus .row{
    justify-content: center;
    align-items: center;
}
.page-title{
    text-align: center;
    margin-bottom:80px;
    font-size:38px;
}
.blog .page-banner {
    background:url(images/lightbulb.jpg) no-repeat right bottom #2d2d2d;
    background-size: 250px;
}
/* Timeline*/
.timelines{
    margin-top:30px;
}
.timeline-area{
    background:#212121;
    margin-right:-1px;
    height:100% 
}
.ceo-section .desc .row {
    height:100%
}
.timelines h2 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
	font-size: 22px;
}
.d-flex-2 {
	display: flex;
	align-items: center;
}
.timeline-area {
	padding: 20px 0;
}
.all-timelines {
	position: relative;
}
.timelines h2 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
}
.all-timelines::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 2px;
	background: #fff;
	top: 0px;
}
.single-timeline {
	margin-bottom: 22px;
}
.timeline-blank {
	width: 50%;
}
.timeline-text {
	width: 50%;
	padding-left: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.timeline-text h6 {
	color: #f0f1f2;
	font-weight: 900;
	display: inline-block;
	font-size: 1rem;
}
.timeline-text span {
	color: #f0f1f2;
	display: block;
	width: 100%;
    font-size:15px;
}
.single-timeline:nth-child(even) .timeline-text span {
	text-align: right;
}
.t-square {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: -6px;
	background: #fff;
    border-radius: 50%;
    top:0;
}
.single-timeline:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.single-timeline:nth-child(even) .t-square {
	right: -6px;
	left: unset;
}
.single-timeline:nth-child(even) .timeline-text {
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
}

/* .timeline-present {
    background:url(images/yellow-bg.png) no-repeat;
}
.timeline-present .timebg{
    background: url(images/yellow-bg-right.png) no-repeat;
    height: 220px;
    width: 100%;
    background-size: cover;
} */
.timeline-present{
    background: url(images/timeline-bg-1.png) no-repeat center center;
    height: 162px;
    width: 100%;
    position: relative;
    background-size: 100%;
    margin: 200px 0;
}
.timeline-present .elem h3{
    background: url(images/timeline-arrow.png) no-repeat left 6px;
    padding-left: 30px;
    background-size: 16px;
    font-size:32px
}
.timeline-present .elem{
    position: absolute;
    width: 270px;
}
.timeline-present .elem:nth-child(1){
    position: absolute;
    top: -200px;  
    left: 360px; 
    transform: translate(-50%, 0);
}
.timeline-present .elem:nth-child(2){
    bottom: -186px;
    left: 50%;
    margin-left: 80px;
    transform: translate(-50%, 0)
}
.timeline-present .elem:nth-child(2) .number{
    top:-117px;
    bottom:unset
}
.timeline-present .elem:nth-child(3){
    position: absolute;
    top: -200px;  
    right: 0; 
}
.timeline-present .elem p{
    font-size:14px;
}
.timeline-present .elem .number{
    color: #fff;
    position: absolute;
    font-size: 75px;
    font-weight: 800;
    background: url(images/timeline-arrow.png) no-repeat center left;
    padding-left: 50px;
    top: 168px;
    filter: brightness(0) invert(1);
}
/* mobile*/
.timeline-mobile .title-txt{
    background:#ffd732;
    padding:20px;
    color:#000;
    font-size:50px;
    margin:0 0 20px 0;
}
.timeline-mobile .elem{
    margin:0 0 25px 0;
}
.timeline-mobile h3{
    background:#ffd732;
    display: inline-block;
    padding:3px 8px 1px;
    background-size:15px;
 
}
.timeline-mobile h2{
    background: url(images/timeline-arrow.png) no-repeat center left;
    padding-left: 31px;
    background-size: 20px
}

.timeline-present.desktop{
    display: block;
}
.timeline-mobile{
    display: none;
}
.ourteam{
    padding-top:20px;
    background:#f9f9f9
}
.page-id-9 header{
    position: fixed;
    width:100%;
    background:none;
    z-index: 200;
}
.services-list{
    text-align: center;
}
.services-list h2 a{
    text-decoration: none;
    color: #212529;
}
.present-section{
    position: relative
}
.present-section:before{
    background: #ffd732;
    content: '';
    top: 300px;
    left: 0;
    position: absolute;
    height: 157px;
    width: 100%;
}
.single-our_services .banner{
    display: none;
}
.capabilities-template-default .banner{
    display: none;
}
.single-our_services .row,
.capabilities-template-default .row{
    padding-top:40px;
}
.single-our_services .title,
.capabilities-template-default .title{
    color:#fad978;
    font-size:40px;
}
.list-icons{
    display: flex;
    list-style: none;
    margin:0;
    padding:0;
    flex-wrap: wrap;
}
.list-icons li{
    padding:0 20px 0 30px;
    background:url(images/check.png) no-repeat;
    background-size:20px;
    width:30%
}
section.workwithus .row{
    padding-top:0 !important
}
.service-form .text{
    background:#f3f3f3;
    padding:10px 10px;
    width:70%;
    border:none
}
.service-form textarea{
    height:100px;
    width:70%;
}
.wpcf7-submit{
    background: #636363;
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 30px;
    border:none;
    text-transform: uppercase;
}
.wpcf7-submit:hover{
    background:#fad978;
    color:#000
}
.filter-blog .caf-featured-img-box{
    max-width: 100%;
    border-radius: 12px;
    display: block;
    margin:0 0 20px 0;
}
.caf-post-layout1 .manage-layout1{
    box-shadow:none !important
}
.data-target-div1 .caf-post-layout1 .caf-post-title{
    background:none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    background:none !important
}
.filter-blog .data-target-div1 .caf-post-layout1 .caf-post-title h2 a{
    background:none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #212529;
    font-size: 20px;
    display: block;
    text-align: left;
    line-height: normal;
}
.filter-blog  .data-target-div1 .caf-post-layout1 .caf-content{
    font-family: 'Inter', sans-serif !important;
    color: #212529;
    font-size:15px;
    text-align: left;
}
.filter-blog #caf-filter-layout1{
    margin-bottom:50px
}
.filter-blog #caf-filter-layout1 a{
    padding:8px 20px;  
    font-family: 'Inter', sans-serif !important;
    font-size:18px !important
}
.data-target-div1 .caf-post-layout1 span.date{
    font-weight: 700;
    color: #676767;
    padding: 0 15px 0 30px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    background:url(images/date-icon.png) no-repeat left center;
    display: block;
    border:none !important
}
.load-more-container button:hover,
.data-target-div1 #caf-filter-layout1 li a.active{
    background-color:#fad978 !important;
}
.data-target-div1 .caf-post-layout1 span.date i{
    display: none;
}
.data-target-div1 .caf-post-layout1 .caf-post-title h2{
    background:none
}
.data-target-div1 .caf-post-layout1 .caf-post-title a{
    font-size: 20px;
}
.load-more-container button{
    font-family: 'Inter', sans-serif !important;
    background: #333333;
    padding: 6px 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
}

.menu.sticky-header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(images/banner-bg.png) no-repeat #2d2d2d;
    padding:5px 0;
    z-index: 400;
}
.menu.sticky-header.fixed .logo img{
    max-width: 160px;
}
.single-post .banner{
    display: none;
}
.single-post .page-banner {
    padding-bottom:30px;
}
.single-post .body{
    padding:80px  0
}
.single-post .featured-img{
    padding:20px 0;
}
.timeline-container{
    margin-right:0;
    padding-right:0;
}
.txt-sol:nth-child(1){
    display: none;
}
/* .search-section{
    overflow: hidden;
} */
.search-section .form div.caf-multiple-taxonomy-filter-modern .manage-inner-caf{
    background:none;
    padding:0;
    font-family: 'Inter', sans-serif;
}
.search-section  #caf-post-layout-container.data-target-div1.post-layout1{
    padding:0;
}
.search-section  .data-target-div1 div.caf-multiple-taxonomy-filter-modern ul.caf_select_multi{
    background:none;
    background: none;
    border: none;
    border-bottom: #000 solid 1px;
    box-shadow: none !important;
    padding: 0;
    width: 150px;
    border-radius: 0;
}
/* .search-section #manage-ajax-response{
    display: none;
} */
.search-section .form .manage-layout1 .caf-meta-content,
.search-section .form .manage-layout1 .caf-content,
.search-section .form .manage-layout1 .caf-content-read-more,
.search-section .form .manage-layout1 #manage-post-area{
    background:none !important;
    border:none
}
.search-section .data-target-div1 .caf-post-layout1 span.date{
    display: block;
    overflow: visible;
    padding-left:25px !important
}
.search-section .data-target-div1 .caf-post-layout1 .caf-content{
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size:14px;
}
.search-section .form article .manage-layout1 {
    background:#fff;
    height:100%;
    border-radius:10px;
    overflow: hidden;
}
.search-section .form article .manage-layout1 h2 a{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color:#000;
    font-size:18px;
    line-height: normal;
    display: block;
    text-align: left;
}
.search-section .form article .manage-layout1 .caf-post-title{
    padding-top:15px;
    padding-bottom:0;
    padding-left:17px;
}
.search-section .form article .manage-layout1  .caf-content{
    margin-bottom:20px;
}
.search-section .form article .manage-layout1 .caf-meta-content,
.search-section .form article .manage-layout1 .caf-content{
    padding: 5px 17px;
}
.search-section .data-target-div1 div.caf-multiple-taxonomy-filter-modern ul.caf_select_multi li {
    font-weight: 400;
    color: #212529;
}
.search-section #manage-ajax-response{
    opacity: 0;
    position:absolute;
    z-index: -2;
}
.search-section .data-target-div1 div.caf-multiple-taxonomy-filter-modern ul.caf_select_multi ul li{
    font-family: 'Inter', sans-serif;
    font-size:16px;
    padding:8px 15px
}
.search-section div.caf-multiple-taxonomy-filter-modern ul.caf_select_multi{
    height:30px;
}
.search-section .caf-post-layout1 .caf-featured-img-box{
    height:190px
}

div.caf-multiple-taxonomy-filter-modern ul.caf_select_multi li.caf_select_multi_default span{
    font-family: 'Inter', sans-serif;
    color:#6d6d6d;
    font-size:16px;
}
.search-section .data-target-div1 div.caf-multiple-taxonomy-filter-modern ul.caf_select_multi li{
    padding-top:0;
    padding-right:0;
}
.breadcrumbs {
    margin:0 0 20px 0;
}
.breadcrumbs a:nth-child(1){
    color: #fad978 !important;
}
.breadcrumbs span,
.breadcrumbs a{
    color: #fff;
    border-right: #fff solid 1px;
    padding: 5px;
    display: inline-block;
    line-height: 8px;
    text-decoration: none;
}
.single-post .content-context .breadcrumbs span,
.breadcrumbs a:hover{color:#fad978}
.breadcrumbs span{
    border:none !important
}
.body aside section{
    padding:10px 0;
}
.body aside section ul li a{
    text-decoration: none;
    display: block;
    padding:5px 8px;
    color:#131313;
    border-bottom:#f1f1f1 solid 1px
}
.body aside section ul li a:hover{
    color:#b49300
}
.content-context{
    padding-right:30px;
}
.single-post .content-context{
    width:900px;
    margin:auto
}
.single-post .content-context .featured-img img{
   width: 100%;
}
.single-post .content-context h2{
    text-align: center;
}
.single-post .content-context .breadcrumbs a:hover{  color:#b49300}
.single-post .content-context .breadcrumbs span,
.single-post .content-context .breadcrumbs a{
    color:#161616;
    border-right:#161616 solid 1px;
    font-weight: 700;
}
.single-post .content-context .breadcrumbs{
    text-align: center;
}
body ul.caf-filter-layout1 li{
     margin-bottom: 12px !important;
}
.accordion .accordion_tab.active .accordion_arrow{
    background:none !important
}
body ul.caf-filter-layout1 li a{display: block;}
.accord-img img{
    width:100%
}
footer .btntext-default:before{
    width: 30% !important
}
.ourphilosophy{
	background:url(http://test.retailwiseph.com/wp-content/uploads/2024/04/white-bg-gray.jpg) no-repeat center center;
	background-size:cover;
}
.ourphilosophy .item .inner{
/* 	border: #fad978 solid 1px; */
    padding: 26px;
	border-radius:15px;
	background:#f9f9f9;
	text-align:center;
	    min-height: 480px;
}
.ourphilosophy .item:nth-child(2) .inner{
	background:#fad978;
}
.ourphilosophy .item .inner .icon{
	margin:0 0 15px 0
}
.ourphilosophy .item .inner h3{
	    font-size: 22px;
}
.services-list .list{
	margin-bottom:30px
}
.goback{
	padding:50px 0 0 0;
	display:flex;
	justify-content:center;
}
.hyperlink{
	    font-family: 'Inter', sans-serif !important;
    background: #333333;
    padding: 6px 40px 6px 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
}
.hyperlink:hover{
	color: #fad978;
}
@media screen and (max-width:1399px) {
    .timeline-present .elem .number{
        font-size: 59px;
        top: 190px;
    }
}

@media screen and (max-width:1199px) {
	.banner h1{
		font-size:36px
	}
    .featured-leader{
        width: 310px;
        height: 310px;
    }
    .timeline-present .elem .number{
        font-size: 59px;
        top: 190px;
    }
    .timeline-present .elem {
        position: absolute;
        width: 257px;
    }
    .banner .container:after{
        width: 521px;
        top: -40px;
    }
    .banner .container:after{
        margin:auto
    }
    .ceo-section .circ {
        width: auto;
        height: auto;
        border-radius: 0;
        overflow: visible;
    }
    .ceo-section .circ img{
        height: 540px;
        object-fit: cover;
    }
    .ceo-section  .details p{
        font-size:15px;
    }
    .body section.ceo-section .details h2{
        font-size:30px;
    }
    .ceo-section .timeline-area{
        padding:10px 15px;
    }
    .timeline-text h6{
        font-size: 14px;
    }
    .timeline-present .elem p {
        font-size: 13px;
    }
    .timeline-present .elem h3{
        font-size:30px;
    }
    header .lets-talk-btn,
    header .navbar-expand-lg .navbar-nav .nav-link{
        font-size:14px;
    }
    #content  .team li{
        width:46%
    }
    #sidebar.sidebar{
        width: 35%;
    }
    #content.content{
        width: 64%;
    }
    .team .card{
        height: 546px;
    }
  
}

@media all and (max-width: 991px) {
    .caf-post-layout1 .caf-featured-img-box{
        height: 370px !important
    }
    .search-section .filter-search{
        flex-wrap: wrap;
        margin-bottom:10px
    }
    .banner .container:after{
        position: static;
        height: 370px;
    }
    .banner .container .col-md-6{
        width:100%;
        margin-bottom:50px;
    }
    .banner .container .col-md-6:nth-child(1){
        order:1
    }
    .banner {
        padding: 80px 0;
    }
    .banner img{
        max-width: 100%;
    }
    .banner .btn-set{
        display: flex;
        flex-direction: row;
    }
    .search-section .filter-search p{
        display: block;
        line-height: 23px;
        padding:5px 0; 
    }
    .search-section{overflow: visible;}
    .accordion.active{
        height:auto
    }
    .accordion .accordion_content .row{
        flex-direction: column;
    }
    .accordion .accordion_content .row .col-md-6{
        width:100%
    }
    .accordion .accordion_tab.active .accordion_arrow{
        top: 32px;
    }
    .accordion .accordion_content .row img{
        width:100%;
        height:auto
    }
    .workwithus img{
        width:100%
    }
    .featured-leader {
        width: 228px;
        height: 228px;
    }
    .ceo-section .circ{
        width:auto !important;
        height:auto !important;
        margin-bottom:0 !important
    }
    .ceo-section .people{
        order:2
    }
    .ceo-section .desc{
        padding-top:40px;
    }
    #sidebar .sidebar__inner{
        transform: none
    }
}
@media all and (max-width: 768px) {
    .team .card {
        height: auto;
        padding-bottom: 50px;
    }
	.team .card:hover{
		height: 660px
	}
	    .card .details .featured {
        height: 390px;
    }
	.card .details .featured img{
		height:100%  !important
	}
    /* .bloglist .caf-col-md-tablet6{
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    } */
	
    .banner .btn-set{
        flex-direction: column;
    }
    .meet-section .featured-leader{
        border-radius: 50%;
        overflow: hidden;
        background: #fff;
        width: 358px;
        height: 358px;  
    }
    .retail-insights-section .featured-blog .column:nth-child(1){
        order:1
    }
    .retail-insights-section .list-blog a {
        padding-right: 40px !important;
    }
    .retail-insights-section .featured-blog .row{
        margin-bottom:0;
    }
    .retail-insights-section .featured-blog .column{
        padding:0;
    }
	/* .all-timelines::before {
		right: unset;
		top: 0;
	}
	.single-timeline:nth-child(2n) .timeline-text {
		padding-left: 30px;
		padding-right: 0;
		text-align: left;
	}
	.single-timeline:nth-child(2n) .t-square {
		left: -6px;
		right: unset;
	}
	.timeline-blank {
		display: none;
	}
	.timeline-text {
		width: 100%;
	} */
	/* .single-timeline:nth-child(even) .timeline-text span {
		text-align: left !important;
	} */
    .timeline-text span{
        text-align:left;
    }
    .banner .container:after{
        width:90%;
    }
    .banner .container:after{
        height: 340px;
    }
    .banner{
        padding-top:30px
    }
    .accordion.active img,
    .accordion.active{
        height: auto;
    }
    footer .quicklist{
        padding:0 20px !important
    }
    footer p{
        font-size:17px;
    }
    .ourteam .team li{
        width:100% !important
    }
    
}

@media all and (max-width: 500px) {
   
    .body section{
        padding: 50px 0;
    }
    .accordion .accordion_tab{
        font-size:17px;
    }
	.all-timelines::before {
		top: 32px;
	}
    .banner .container:after{
        height: 160px;
    }
    .search-section .filter-search{
        flex-direction: column;
    }
}

@media screen and (max-width:1200px) {
	.ourteam .team img {
		width: 100%;
		height: 280px;
		object-fit: cover;
	}
	.ourteam .team li{
		width:28%;
		margin:0 18px 50px 0
	}
	.page.page-id-9 .body .ceo-section{
		padding-bottom: 60px;
	}
	.circ{
		width:300px;
		height:300px;
		border-radius: 50%;
		overflow: hidden;
	}
}
@media screen and (max-width:1193px) {
	.featured-leader {
		border-radius: 50%;
		overflow: hidden;
		background: #fff;
		/* width: 218px;
		height: 218px; */
	}
	.caf-post-layout1 .caf-featured-img-box{
	    height: 150px !important;	
	}

}

@media screen and (max-width:991px) {
	.caf-post-layout1 .caf-featured-img-box{
	          height: 370px !important;	
	}
    .overlay-contentpush{
        background-size: cover !important;
    }
    .accordion .accordion_content .row .col-md-6{
        order:2
    }
    .accordion .accordion_content .row .col-md-6.accord-img{
        order:1;
        margin:0 0 15px 0;
    }
    .page-template-page-services .body section {
        padding: 80px 0 60px 0;
    }
    .services-list .col-md-3{
        width:50%;
        margin:0 0 30px 0;
    }
    .ceo-section .circ{
        width: 360px;
        height: 360px;
        margin: auto;
        margin-bottom: 30px;
        margin-top:30px;
    }
    .body section.ceo-section{
        background: #ececec;
    }
    .body section.ceo-section:before{
        display: none;
    }
    .about-banner.page-banner video{
        position:static
    }
    .about-banner.page-banner{
        height:auto
    }
     .body .ceo-section .row{
        flex-direction: column;
     }
     .ceo-section .col-md-7,
     .ceo-section .people{
        width:100%
     }
    .timeline-mobile{
        display: block;
    }
    .timeline-present.desktop{
        display: none;
    }
    footer .quicklist{
        padding-left: 0px;
    }
	.banner h1 {
		color: #fff;
		font-size: 37px;
	}
	.banner .featured-img img,
	section img{
		max-width: 100%;
	}
	.hamburger{
		display: block !important;
	}
	.btn-set {
		display: flex;
		flex-direction: column;
	}
	.retail-insights-section .item{
		flex: 0 0 auto;
		width: 50%;
		margin-bottom:15px;
	}
	.testimonial-section .left-content{
		margin-bottom:25px;
	}
	.circ {
		width: 200px;
		height: 200px;
		border-radius: 50%;
		overflow: hidden;
	}
    .body .ceo-section .row .timeline-container{
        width:100%
    }
    .present-section:before{
        display: none;
    }
    .timeline-mobile h3{
        margin-bottom:20px;
    }
    .timeline-mobile .elem{
        margin: 0 0 55px 0;
    }
    .timeline-mobile .title-txt{
        margin-bottom:50px;
    }
    #sidebar .sidebar__inner{
        position: static !important;
    }
    .ourteam #sidebar{
        width:100%;
        margin-bottom:30px;
    }
    .ourteam #content{
        width:100%
    }
    .ourteam .team li {
        width: 45%;
    }
    .body section.ourteam{
        padding-bottom:20px
    }
    .service-banner .context{
        padding-right:30px;
    }
    .workwithus .btn-default{
        margin-bottom:50px;
    }
    .service-form textarea,
    .service-form .text{
        width:100%;
    }
}

@media screen and (max-width:766px) {
       .caf-post-layout1 .caf-featured-img-box {
        height: 150px !important;
    }
    .services-list .col-md-3{
        width: 100%;
        margin: 0 0 30px 0;
    }
    .graphic{
        transform: scale(0.9);
    }
    .single-our_services .title{
        font-size: 33px;
    }
    .service-banner .context{
        padding-right:0;
    }
    .accordion .accordion_tab h3{
        font-size: 16px;
    }
    .search-section #manage-ajax-response{
        flex-direction: column;
    }
    .search-section #manage-ajax-response article{
        max-width: 100%;
    }
    .page-banner a img{
        max-width: 100%;
    }
    #sidebar .sidebar__inner,
    #sidebar{
        position: static !important;
        transform: none !important;
    }
    footer .col-md-4{
        margin-bottom:30px;
    }
    .page-banner .video-container{margin-bottom:0 }
    .page.page-id-9 .body .ceo-section{
        padding-top:30px
    }
    .circ {
        width: 350px;
        height: 470px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
        margin-bottom: 30px;

    }
    .ourteam .team li{
        width: 48%;
    }
    .ourteam .team li:nth-child(2n){
        margin-right:0;
    }
    .page.page-id-9 .body .ceo-section{
        text-align: center;
    }
    .retail-insights-section .item{
        width:100%
    }
    .testimonial-section .right-content:before{
        display: none !important;
    }
    .meet-section{
        text-align:center
    }
    .featured-leader{
        margin:auto;
        margin-bottom:25px;
    }
    .leader-info ul{
        display: block;
    }
    body .btn-set a{
        margin:0 10px 0 0;
        padding-right:44px !important
    }
    .btn-set{
        display:block
    }
    .meet-section .view-all {
        color: #000;
        font-weight: 700;
        filter: brightness(0%);
        padding-right: 36px !important;
    }
    .patrons-list ul li{
        width: 50%;
    }
    .patrons-list ul li:nth-child(2n){
        border-right:none
    }
    .search-section .btn.submit-btn{
        bottom:5px !important;
        /* left: 30%;  */
        text-align: center;
        /* transform: translate(-50%, 0);  */
    }
}
@media screen and (max-width:500px) {
    .banner .container:after {
        height: 202px;
        width: 100%;
    }
    .banner .featured-img img, section img{
        max-width: 100%;
    }
    .ourteam .team li{
        width:100%
    }
    #main-content .modal-body .featured-img,
    .ourteam .team img{
        height:auto
    }
    .ourteam .team li{
        margin-right:0 !important;
        margin-left:0 !important
    }
    .search-section .wpcf7-response-output{
        width:88%
    }
    .search-section .form select, .search-section .form .text{
        width: 265px;
    }
    .accordion .accordion_tab h3{
        padding-right: 33px;
    }
    .accordion .accordion_content h2{
        font-size:25px;
    }
    .accordion .accordion_tab.active .accordion_arrow{
        background-size: 29px;
    }
    .accordion .accordion_tab .accordion_arrow{
        background-size: 20px;
    }
    .retail-insights-section video,
    .about-banner.page-banner video{
        height:440px;
    }
}
  
