@import url('apantheme.css');
#page #header{display: none!important}
#page hr{display: none}
header{
  background: #fff;
  font-size: 15px;
}
header a{
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px
}
header a:hover{
  color: var(--secondary);
}
header a i{
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  padding: 3px;
  transition: var(--anim)
}
header a:hover i{
  border: 1px solid #fff;
  background: #fff;
  color: var(--primary)
}
.owl-carousel .owl-item img{height: auto;}

/*main nav*/
.navbar{
  padding: 10px 0
}
.navbar.sticky-top{
  padding: 3px 0
}
.navbar-brand{
  max-width: 90px;
  transition: var(--anim);
}
.sticky-top .navbar-brand{
  max-width: 70px;
}
.navbar-expand-lg .navbar-nav .nav-link{
  font-family: var(--ff-rc);
  font-size: 18px;
  text-transform: uppercase;
  color: #000
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: var(--secondary)
}
.navbar-expand-lg{
  box-shadow: 0px 8px 5px #0000001f;
  z-index: 999
}
.dropdown-menu{
  border-color: var(--brdr);
  min-width: 230px
}
.dropdown-item{
  text-transform: uppercase;
  color: #000;
  padding: 6px 18px;
  font-family: var(--ff-rc)
}
.dropdown-item:hover,.dropdown-item.active, .dropdown-item:active{
  background: var(--secondary);
  color: #fff;
}
.owl_hero .item{
  position: relative;
}
.owl_hero .caption{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  text-align: center
}
.owl_hero .caption h1{
  margin: 0;
  color: #fff;
  font-size: 30px;
}
.border-left{
  border-left: 2px solid #999
}
.title{
  display: block
}
.title h2 {
  text-transform: uppercase;
  position: relative;
  line-height: 1.5;
  color: var(--gray)
}
.title h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: var(--primary);
}

.title h2 span.blk {
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gray);
  padding-bottom: 10px;
}
.title.center h2 {
  text-align:center;
}
.title.center h2:before {
  left:50%;
  margin-left:-30px;
}

.heading{
  display: block
}
.heading h2,.heading h2 span {
  text-transform: uppercase;
  position: relative;
  line-height: 1.5;
  color: var(--secondary)
}
.heading h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: var(--gray);
}
.heading h2 span.blk {
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary);
  padding-bottom: 10px;
}
.heading.center h2 {
  text-align:center;
  margin-bottom: 20px;
  letter-spacing: 1px
}
.heading.center h2:before {
  left:50%;
  margin-left:-30px;
}
section li+li{
  margin-top: 8px;
}
section img{
  border-radius: 5px;
}

/*home - about sec*/
.about-image{
  position: relative;
  display: block
}
.about-image img{
  max-width: 350px;
  border: 2px solid #fff;
  border-radius: 5px
}
.about-image .img1{
  position: absolute;
  top: -20px;
  left: 0;
}
.about-image .img2{
  position: absolute;
  top: 50px;
  right: 0;
}


.our-services{
}
.home-service-item{
  border: 1px solid #ddd;
  transition: var(--anim);
  display: flex;
  flex-direction: column;
  border-radius: var(--rad);
}
.home-service-item:hover{
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px)
}
.home-service-item .img{
  overflow: hidden
}
.home-service-item .img img{
  transition: ease-in-out 0.5s;
  transform: scale(1,1)
}
.home-service-item:hover .img img{
  transform: scale(1.1,1.1)
}
.home-service-item .cont{
  padding: 20px;
  text-align: center
}
.home-service-item h4{
  text-align: center;
  color: var(--dark);
  font-family: var(--ff-rc);
  font-weight: 500
}
.home-service-item p{
  text-align: center;
  color: var(--gray);
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-service-item .btn.btn-sm{
  padding: 12px 15px;
  width: 160px;
  justify-content: center
}
.footer-social li{margin-bottom: 5px;}
.home-service-item .btn.btn-sm i{
  transition: ease-in-out 0.2s
}
.home-service-item .btn.btn-sm:hover i{
  margin-left: 10px;
  width: 20px;
}
.home-service-item:hover .btn-outline-secondary{
  background: var(--secondary)!important;
  border-color: var(--secondary)!important;
  color: #fff!important
}
.footer-social li,.footer-social li a{display: flex; gap: 10px;}
.footer-social li i{margin-top: 3px;}

.full-banner-cta{
  position: relative;
  background: url(../images/bg1.jpg) fixed center no-repeat;
  padding: 200px 0
}
.full-banner-cta:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  color: #fff;
}
.image-callout{
  position: relative;
  overflow: hidden
}
.ten-years{
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--primary2);
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 150px;
  border-radius: 5px
}

.client-logo{
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
  background: #fff;
  transition: var(--anim);
  margin-bottom: 20px
}
.client-logo:hover{
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-color: #ccc
}
.copyright{
  font-size: 15px
}

footer ul {
  margin: 0;
  padding: 0;
}
footer ul li{
  display: block
}
footer ul li a{
  display: block;
  padding: 4px 0;
  color: #333;
  transition: ease-in-out 0.2s;
  position: relative
}
footer ul li a:hover{
  color: var(--secondary);
  font-weight: 600
}
/*footer ul li a:before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--secondary);
  opacity: 0;
  content: '';
  transition: ease-in-out 0.2s;
}
footer ul li a:hover:before{
  width:6px;
  opacity: 1
}*/

footer h4{
/*  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255,255,255,0.1)*/
}
footer p{
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  gap: 7px
}
footer p i{
  margin-top: 2px;
}
footer p a{
  color: #fff;
}
footer p a:hover{
  color: var(--secondary);
}

.social-icon{
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #b2459f;
  color: #fff;
  border-radius: 50%;
  transition: ease-in-out 0.15s;
}
.social-icon. social-icon{margin-right: 5px;}

.social-icon:hover{
 background: #602a90;
  color: var(--white);
}
.social-icon+.social-icon{
  margin-left: 10px;
}


.banner-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45vh;
  background-attachment: fixed;
  background-position: top center;
}
.banner-inner h2{
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 1;
  border-radius: 15px 3px;
  border-bottom: 2px solid #333;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
}
.ceo{color: #b2459f}
.work1,.work2{height: 49%}
.work2{margin-top: 2%}
.work3{height: 100%}
.work1 img,.work2 img,.work3 img{height: 100%; width: 100%; object-fit: cover}
.link-hover{transition: ease-in-out 0.2s}
.link-hover:hover{padding-left: 15px}

.cms-page-content{min-height: 40vh}

.page-header{
  background: #e4ecff;
  padding: 50px 0;
  text-align: center;
  position: relative
}
.page-header:before{
  /*content: '';*/
  /*position: absolute;*/
  /*top: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*background: url(../images/dot.png)*/
}
.page-header h2{
  margin: 0;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
font-size: 20px;
}


h1.title{
  color: #282828;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0;
}
h1.title span{
  color: #b1459f;
  letter-spacing: 0;
}

.purple{color: #b359a2!important}
.orange{color: #fdb817!important}
.teal{color: #08b5ab!important}
.red{color: #ef3f3b!important}
.green{color: #90c543!important}

p:empty {
  display: none;
}


.contact-dtls p{display: flex; gap: 10px; align-items: center;}
textarea.form-control{height: 150px; min-height: 150px;}

.wpcf7-not-valid-tip{font-size: 12px;}
.wpcf7 form .wpcf7-response-output{font-size: 14px;}

.text-letscocreate{
    background-color: var(--secondary);
}

.text-letscocreate:hover{
    background-color: var(--primary);
    transition: ease-in-out 0.2s;
}

.five-links,.five-links-mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.five-links img, .five-links-mobile img{
    max-width: 100%;
    height:auto;
}

.five-links-mobile{
    gap: 15px;
    flex-direction: column;
    
}



.casestudy-box h2{
  letter-spacing: 3px;
  font-weight: bold;
}
.casestudy-box h4{
  letter-spacing: 1px;
  font-weight: bold;
}
.casestudy-box p{
  font-size: 16px
}
.box-blue{
  background: linear-gradient(to right, white, #d5d2dd);
}
.box-blue h2, .box-blue h4{
  color: #40286d;
}        
.box-yellow{
  background: linear-gradient(to left, white, #f5ebd6);
}
.box-yellow h2, .box-yellow h4{
  color: #fdb817;
}        

.box-teal{
  background: linear-gradient(to right, white, #cee1dc);
}
.box-teal h2, .box-teal h4{
  color: #08b5ab;
}

.box-red{
  background: linear-gradient(to left, white, #ecd6d6);
}
.box-red h2, .box-red h4{
  color: #ef3f3b;
}

.box-green{
  background: linear-gradient(to right, white, #e6ebdf);
}
.box-green h2, .box-green h4{
  color: #90c543;
}

.press_item{background: #946be1; padding: 15px 15px 24px; border-radius: 4px; text-align: center;}
.btn-purple, .btn-purple:active{background: #3e256b!important; padding: 10px 30px; border-radius: 3px; border: 0; color: #fff!important; display: inline-flex; align-items: center; justify-content: center; transition: ease-in-out 0.2s; min-height: 44px;}

.btn-purple:hover{background: #230e49!important;color: #fff!important}


/*responsive*/
@media screen and (min-width: 575px){
 
}
@media screen and (min-width: 768px){
  .service-page ul{
    column-count: 2;
    gap: 10px
  }
}

@media screen and (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-item{
    margin: 0 25px;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 0;
    position: relative
  }
  .navbar-expand-lg .navbar-nav .nav-link:before{
    position: absolute;
    content: '';
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    z-index: 1;
    bottom: 0;
    width: 0;
    transition: ease-in-out 0.15s
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover:before{
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle.show{
    color: var(--secondary)
  }
  .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle.show:before{
    position: absolute;
    content: '';
    height: 2px;
    background: var(--secondary);
    z-index: 1;
    bottom: 0;
    width: 100%;
  }

  .container-fluid{
    padding-left: 50px;
    padding-right: 50px
  }
}

@media screen and (min-width: 1200px){
  .home-service-grid .col-xl-2{
    width: 20%
  }
}
@media screen and (min-width: 1300px){
  .fancybox-item img {
    width: 270px
  }
}




@media screen and (max-width: 991px){
  #collapsibleNavbar{
    position: absolute;
    top: 100%;
    background: #f7f7f7;
    left: 0;
    right: 0;
    padding: 20px
  }
  .navbar-brand{
    max-width: 80px;
    transition: var(--anim)
  }
  .sticky-top .navbar-brand{
    max-width: 70px;
    margin-top: 0
  }
  header{
    font-size: 13px;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 16px;
    padding: 5px 10px
  }
  .dropdown-item{
    font-size: 15px;
    padding: 4px 15px 4px 32px;
    position: relative;
    display: block;
  }
  .dropdown-item:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background: var(--primary);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
  }
  .dropdown-item:hover:before{
    background: var(--white);
  }
  h1.title{
    font-size: 50px;
  }
  .footer-social li, .footer-social li a{
      justify-content: center;
      flex-direction: column;
  }
  .footer-social li i{
      font-size: 30px;
  }
}

@media screen and (max-width: 767px){

}


@media screen and (max-width: 575px){
  .navbar.sticky-top,.navbar{padding: 5px 0}
  .sticky-top .navbar-brand,.navbar-brand{
    width: 70px
  }
.work1, .work2, .work3{height: auto}
  .owl_hero .caption h1{
    font-size: 20px
  }
  .home-service-item p{
    font-size: 16px;
  }
  .full-banner-cta{
    padding: 100px 0
  }
  h1.title{
    font-size: 40px;
  }
.impression img{max-height: 32px;}
  
}









