/* =================================== Reset Start ====================================== */
html {
  scroll-padding-top: 70px; /* height of sticky header */
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
a {
  color: #252525;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
:root {
  --theme-violet: #652d90;
  --theme-blue: #01aced;
  --theme-yellow: #fc3;
  --font-01: 'Montserrat', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  font-family:  'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #252525;
  text-align: left;
  background-color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
/* base color variable*/

/* ===================================  Reset End ====================================== */
/* =======#Start#============================  Helper  Start  ====================================== */
.font-8 {
  font-size: 8px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-14-i {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}
.font-38 {
  font-size: 38px;
}
.font-42 {
  font-size: 42px;
}
.font-48 {
  font-size: 48px;
}
.font-0-8rem {
  font-size: 0.8rem;
}
.font-8rem {
  font-size: 0.8rem;
}
.font-0-88rem {
  font-size: 0.8rem;
}
.font-9rem {
  font-size: 0.9rem;
}
.font-9rem-i {
  font-size: 0.9rem !important;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.font-family-01 {
  font-family: "Philosopher", sans-serif;
}
.font-family-02 {
  font-family: "Titillium Web", sans-serif;
}
.text-theme-red {
  color: var(--theme-red);
}
.text-theme-blue {
  color: var(--theme-blue);
}
.text-theme-yellow {
  color: var(--theme-yellow);
}
.btn-rounded {
  border-radius: 24px;
}
.btn-theme-red {
  background-color: var(--theme-red);
  color: #fff;
}
.btn-theme-red:hover {
  background-color: var(--theme-red) !important;
  color: #fff !important;
}
.btn-theme-blue {
  background-color: var(--theme-blue);
  color: #fff;
}
.btn-theme-blue:hover {
  background-color: var(--theme-blue) !important;
  color: #fff !important;
}
.btn-outline-theme-red {
  color: var(--theme-red);
  border: 1px solid var(--theme-red);
}
.btn-outline-theme-red:hover {
  background-color: var(--theme-red) !important;
  color: #fff !important;
  border: 1px solid var(--theme-red) !important;
}
.btn-outline-theme-blue {
  color: var(--theme-blue) !important;
  border: 1px solid var(--theme-blue) !important;
}
.btn-outline-theme-blue:hover {
  background-color: var(--theme-blue) !important;
  color: #fff !important;
}
/* =======#End#===========================   Helper  End ====================================== */
/*======================================================================
Header start
======================================================================*/
.pamtenNavBar{
  transition: .5s all;
  background-color: transparent;
  background-image: linear-gradient( to top, rgba(161, 140, 209, 0) -2%, rgb(6 0 0 / 70%) 100% );
}
.pamtenNavBar .navbar-brand img{
      max-width: 130px;
}
.pamtenNavBar.colorPamtenNavBar{
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
   background-image: none;
}
.pamtenNavBar .pamten-logo-white{display: inline-block;}
.pamtenNavBar.colorPamtenNavBar .pamten-logo-white{display: none;}
.pamtenNavBar .pamten-logo-color{display: none;}
.pamtenNavBar.colorPamtenNavBar .pamten-logo-color{display: inline-block;}
.pamtenNavBar .nav-pills li:nth-child(1){display: none;}
.pamtenNavBar .nav-pills li>a{
  font-weight: 500;
  text-transform: capitalize;
  color: #fff
}
.pamtenNavBar.colorPamtenNavBar .nav-pills li>a{
  color: #232323;
}
.pamtenNavBar .nav-pills li>a.active{
  background-color: transparent;
  color: var( --theme-blue);
}
/*======================================================================
Header End
======================================================================*/
/*======================================================================
pamTenBannerSection Start
======================================================================*/
.pamTenBannerSection,.pamTenBannerSection .pamTenBannerText{
height: 94vh;
}
.pamTenBannerSection{
  position: relative;
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.pamTenBannerSection:before{
  content: '';
  left: 50%;
  top: 92px;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: var(--theme-violet);
  opacity: 0.95;
    z-index: -1;
}
.pamTenBannerSection .pamTenBannerText {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-start;
    padding-top: 92px;
    padding-left: 35px;
    padding-bottom: 80px;
    color: #fff;
    z-index: 9;
}
.pamTenBannerSection .pamTenBannerText h1{
  font-weight: 200;
  font-size: 4rem;
  margin-bottom: 24px;
}
.pamTenBannerSection .pamTenBannerText h1 b{font-weight: 600;}
.pamTenBannerSection .pamTenBannerText h1 span{display: block;}
.pamTenBannerText .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid var(--theme-blue);
    color: var(--theme-blue);
    padding: 0;
    
}
.pamTenBannerText .btn:hover{
  background-color: var(--theme-blue);
  color: #fff;
}
/*======================================================================
pamTenBannerSection End
======================================================================*/
/*======================================================================
homeTestimonialSection Start
======================================================================*/

/*---------#Start#---------homeTestimonialSection--------*/
 .homeTestimonialSection {
	 padding: 60px 0;
	 position: relative;
	 background-color: #f7f7f7;
}
 .homeTestimonialSection--Title {
	 color: #232323;
	 font-size: 1.4rem;
	 margin-bottom:2px;
	 font-weight: 600;
	 text-align: center;
   text-transform: uppercase;
}
.homeTestimonialSection--Title-sub{
  color: #b2b2b2;
  font-size: 0.8rem;
   text-align: center;
    text-transform: capitalize;
    	 margin-bottom: 24px;
}

 .homeTestimonialSection .homeTestimonialCard {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}
 .homeTestimonialSection .homeTestimonialCard img {
	 border-radius: 50%;
	 margin: 0 auto 20px;
	 max-width: 80px;
	 -webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	 filter: grayscale(100%);
}
 @media only screen and (min-width: 1400px) {
	 .homeTestimonialSection .homeTestimonialCard img {
		 max-width: 100px;
	}
}
 .homeTestimonialSection .homeTestimonialCard p {
	 color: #666;
	 font-size: 0.95rem;
	 margin-bottom: 24px;
}
 .homeTestimonialSection .homeTestimonialCard__Quote h5 {
	 font-size: 1.6rem;
	 color: var(--theme-blue);
}
 .homeTestimonialSection .homeTestimonialCard__Quote h4 {
	 font-weight: 600;
	 text-transform: uppercase;
	 margin-bottom: 3px;
	 color: #232323;
	  font-size: 1rem;
}

 .homeTestimonialSection .homeTestimonialCard__Quote h6 {
	 font-size: 0.8rem;
	 color: #7f7f7f;
	 font-weight: 500;
	 text-transform: uppercase;
}

/*---------#End#---------homeTestimonialSection--------*/
 
/*======================================================================
homeTestimonialSection End
======================================================================*/
/*======================================================================
homeFeaturesSection Start
======================================================================*/
.homeFeaturesSection{
  position: relative;
  overflow: hidden;
}
.homeFeaturesSection__leftPart,.homeFeaturesSection__rightPart{
   min-height: 80vh;
   position: relative
}
.homeFeaturesSection__leftPart{
  background-image: url(../images/team_meeting.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homeFeaturesSection__rightPart{
background-color: #1c1c1c;
    display: flex;
    align-items: center;
  z-index: 0;
}
.homeFeaturesSection__rightPart:before{
    content: '';
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    width: 100%;
    height: 100%;
    max-width: 56vh;
    margin: 0 auto;
    background-image: url(../images/pamten_icon.png);
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.homeFeaturesSection__rightPart .featuresCarousel{
  padding: 50px 40px 50px 30px;
  color:#fff;
  text-align:center;
}
.featuresCarousel .carousel-indicators{
margin-bottom: -15px;
}
.featuresCarousel .carousel-indicators [data-bs-target] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--theme-blue);
    opacity: .35;
}
.featuresCarousel  .carousel-indicators .active {
    opacity: 1;
}
.featureCard {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    min-height: 375px;
}
.featureCard__SubTitle{
    position: relative;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.featureCard__SubTitle span{
    font-size: 4rem;
    font-weight: 200;
    position: absolute;
    top: 50%;
    color: #302f2f;
    transform: translateY(-50%);
    z-index: -1;
}
.featureCard__SubTitle p{
     color: var(--theme-blue);
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 0;
}
.featureCard__Title {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 24px;
     font-weight: 500;
}
.featureCard__Title span{
  color: var(--theme-blue);
}
.featureCard__Des {
    font-size: 0.8rem;
    color: #898989;
        margin-bottom: 24px;
}
/*======================================================================
homeFeaturesSection End
======================================================================*/
/*======================================================================
homeAwardsSection Start
======================================================================*/
.homeAwardsSection{
  position: relative;
  padding: 60px 0;
  background-color: #f7f7f7;
}
 .homeAwardsSection--Title {
	 color: #232323;
	 font-size: 1.4rem;
	 margin-bottom:24px;
	 font-weight: 600;
	 text-align: left;
   text-transform: uppercase;
}
.homeAwardsSection ul>li{
    color: #2c2c2c;
    font-weight: 500;
    font-size: 0.95rem;
    margin-bottom: 15px;
}
/*======================================================================
homeAwardsSection end
======================================================================*/
/*======================================================================
homeClientsSection Start
======================================================================*/
.homeClientsSection{
  position: relative;
  padding: 60px 0;
}
 .homeClientsSection--Title {
	 color: #232323;
	 font-size: 1.4rem;
	 margin-bottom:24px;
	 font-weight: 600;
	 text-align: center;
   text-transform: uppercase;
}
.homeClientsSection .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-49%, -50%);
    width: 38px;
    border-radius: 38px;
    height: 38px;
    font-size: 22px;
    z-index: 99;
    color: var(--theme-violet);
 
}
.homeClientsSection .slick-arrow:hover {
  color: var(--theme-blue);
}
.homeClientsSection .slick-arrow.next-arrow {
  right: 0;
  left: unset;
  transform: translate(38%, -50%);
}
.homeClientsSection .slick-slide {
  margin: 0 15px;
}
.homeClientsSection .slick-slide img {
    max-width: 150px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}
.homeClientsSection .slick-slide img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*======================================================================
homeClientsSection End
======================================================================*/
/*======================================================================
homeCTASection Start
======================================================================*/
.homeCTASection{
    position: relative;
  padding: 60px 0;
  background-color: #f7f7f7;
}
.CTACard{
  position: relative;
  padding: 15px;
  text-align: center;
}
.CTACard--icon{
  font-size: 2.5rem;
  color:#7f7f7f;
}
.CTACard--title{
 font-size: 1.1rem;
 color:#3a3a3a;
 font-weight:600;
}
.CTACard--text{
 font-size: 0.85rem;
 color:#959595;
}
.CTACard:hover .CTACard--text, .CTACard:hover .CTACard--icon{
  color: var(--theme-blue);
}
/*======================================================================
homeCTASection End
======================================================================*/
/*======================================================================
pamtenFooter Start
======================================================================*/
.pamtenFooter{
  padding: 40px 0;
  background-color: #f0efef;
}
.pamtenFooterImg img{max-width: 150px;}

.footerSocialIcons {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 0;
}
.footerSocialIcons > li > a {
  display: block;
  border-radius: 50%;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.footerSocialIcons > li > a > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #252525;
  border-radius: 50%;
  font-size: 15px;
}
.footerSocialIcons > li:nth-child(1) > a {
  border-color: #3682b8;
}
.footerSocialIcons > li:nth-child(1) > a > i {
  background-color: #3682b8;
}
.footerSocialIcons > li:nth-child(2) > a {
  border-color: #4267b2;
}
.footerSocialIcons > li:nth-child(2) > a > i {
  background-color: #4267b2;
}
.footerSocialIcons > li:nth-child(3) > a {
  border-color: #1da1f2;
}
.footerSocialIcons > li:nth-child(3) > a > i {
  background-color: #1da1f2;
}
.footerSocialIcons > li:nth-child(4) > a {
  border-color: #d60080;
}
.footerSocialIcons > li:nth-child(4) > a > i {
  background-color: #d60080;
}
.footerSocialIcons > li:nth-child(5) > a {
  border-color: #dd1b1b;
}
.footerSocialIcons > li:nth-child(5) > a > i {
  background-color: #dd1b1b;
}
/*======================================================================
pamtenFooter End
======================================================================*/
/*======================================================================
homeProjectsSection Start
======================================================================*/
.homeProjectsSection{
  padding: 60px 0;
}
 .homeProjectsSection--Title {
	 color: #232323;
	 font-size: 1.4rem;
	 margin-bottom:2px;
	 font-weight: 600;
	 text-align: center;
   text-transform: uppercase;
}
.homeProjectsSection--Title-sub{
  color: #b2b2b2;
  font-size: 0.8rem;
   text-align: center;
    text-transform: capitalize;
    	 margin-bottom: 24px;
}

.homeProjectsSection .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.homeProjectsSection .top-side .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto;
}
.homeProjectsSection .top-side h2 {
  font-weight: 700;
}
.homeProjectsSection .filters {
  text-align: center;
    margin-top: 0;
    display: flex;
    justify-content: center;
}
.homeProjectsSection .filters>ul {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.homeProjectsSection .filters>ul>li {
  list-style: none;
  display: inline-block;
    padding: 7px 15px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
    color: #999999;
    font-weight: 500;
}
.homeProjectsSection .filters>ul>li i{padding-left: 5px;}
.homeProjectsSection .filters>ul>li:hover , .homeProjectsSection .filters>ul>li.mactive {
    color: var(--theme-blue);
}
.homeProjectsSection .filters>ul>li .projects-submenu{
    display: none;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    top: 100%;
      min-width: 150px;
    z-index: 999;
    padding-left: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.homeProjectsSection .filters>ul>li .projects-submenu:before{
    position: absolute;
    content: none;
    left: 25px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #ffffff transparent;

}
.homeProjectsSection .filters>ul>li .projects-submenu>li {
    list-style: none;
    text-transform: capitalize;
    color: #999999;
    font-weight: 500;
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}
.homeProjectsSection .filters>ul>li .projects-submenu>li:hover,
 .homeProjectsSection .filters>ul>li .projects-submenu>li.sub-active{
  cursor: pointer;
  color: var(--theme-violet);
}
.homeProjectsSection .filters>ul>li:hover .projects-submenu{
  display: block;
}
.homeProjectsSection .filters>ul>li .projects-submenu.scroll-bar{
  max-height: 400px;
  overflow-y: scroll;
}

.homeProjectsSection .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.homeProjectsSection .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.homeProjectsSection .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.homeProjectsSection .filters-content-scroll{
    /* height: 772px; */
    /* overflow-y: scroll; */
    padding: 0 12px 0 0;
}
.projectCard {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 228px;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.projectCard * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.projectCard__front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.projectCard:hover .projectCard__front img {
    transform: scale(1.2);
}
.projectCard .projectCard__back {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  background: #f7f7f7;
  color: #222222;
  padding: 20px;
  border-top:2px solid var(--theme-violet);
  text-align: center;
}
.projectCard:hover .projectCard__back {
    bottom: 0;
    top: 50%;
}
.projectCard img {
  max-width: 100%;
  vertical-align: top;
  transform: scale(1.1);
}
.projectCard figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.45) 0%,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.45) 0%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.projectCard h3 {
    font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: unset;
  margin: 3px 0;
  color: #323232;
}
.projectCard .projectCard__back p {
    font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: unset;
  margin: 3px 0;
  color: #323232;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.projectCard .title2 {
  color: var(--theme-violet);
  font-weight: 600;
font-size: 1.1rem;
}

.projectCard a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.projectModal .modal-body{
  padding: 0;
  position: relative;
      overflow: hidden;
    border-radius: 0.5rem;
}
.projectModal .btn-close{
position: absolute;
    right: 12px;
    top: 7px;
}
.projectModal__inner{
    padding: 0 40px 40px;
    margin-top: 40px;
     height: 430px;
    overflow-y: scroll;

}
.projectModal__inner h4{
  font-weight: 500;
  font-size: 1.2rem;
}
.projectModal__inner p{
      color: #646464;
    font-size: 0.9rem;
}
.projectModal__inner .btn{
  text-transform: capitalize;
}
 .scroll-bar::-webkit-scrollbar,
.projectModal__inner::-webkit-scrollbar, 
 .filters-content-scroll::-webkit-scrollbar {
      background-color:#fff;
      width:16px;
  }
   .scroll-bar::-webkit-scrollbar-track,
  .projectModal__inner::-webkit-scrollbar-track,
  .filters-content-scroll::-webkit-scrollbar-track  {
      background-color:#fff
  }
  .scroll-bar::-webkit-scrollbar-track:hover,
  .projectModal__inner::-webkit-scrollbar-track:hover,
   .filters-content-scroll::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
  }
  .scroll-bar::-webkit-scrollbar-thumb,
  .projectModal__inner::-webkit-scrollbar-thumb,
   .filters-content-scroll::-webkit-scrollbar-thumb {
      background-color:#babac0;
      border-radius:16px;
      border:5px solid #fff
  }
   .scroll-bar:-webkit-scrollbar-thumb:hover,
  .projectModal__inner:-webkit-scrollbar-thumb:hover,
   .filters-content-scroll:-webkit-scrollbar-thumb:hover {
      background-color:#a0a0a5;
      border:4px solid #f4f4f4
  }
   .scroll-bar::-webkit-scrollbar-button ,
  .projectModal__inner::-webkit-scrollbar-button , 
  .filters-content-scroll::-webkit-scrollbar-button{display:none}
/*======================================================================
homeProjectsSection end
======================================================================*/