MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/imenso-old/sass/_app.scss
.hero {
	height:100vh;
	position:relative;
	background-repeat:no-repeat;
	background-position:right;
	background-image:linear-gradient(to right, #0b0529 50%, #5A3985 100%);
  /*background: #180D51;*/
	display:flex;
	align-items:center;
	h1 {
		font-size:3.8em;
		text-transform:capitalize;
		font-family:$font__bold;
		color:#FFF;
		font-weight: bold;
	}
	p {
		font-size:1.2em;
		color:rgba(255,255,255,0.8);
	}
	&:before {
		/*position:absolute;
		height:300px;
		width:100px;
		background:#FFF;
		opacity:1;
		bottom:0;
		content:"";
		right:20%;*/
    content:"";
    position:absolute;
    height: 100%; 
    width: 50%;
    right: 0;
    top: 0;
    background: url('../images/bg-1.jpg') no-repeat center;
    background-size: 100% auto;
	}
	&:after {
		/*position:absolute;
		height:100px;
		width:100px;
		background:#FFF;
		border-radius: 100%;
		opacity:1;
		bottom:320px;
		content:"";
		right:20%;
		-webkit-animation: mover 1s infinite  alternate;
    	animation: mover 1s infinite  alternate;*/
	}
}
.services {
	h2 {
		font-size:2.2em;
		line-height:1.4;
	}
	.list {
		margin:0;
		padding:0;
		list-style:none;
		li {
			display:inline-block;
			margin-right:30px;
			a {
				color:rgba(255,255,255,0.5);
				font-size:1.2em;

			}
			&.active {
				a {
					color:#fff;
					position:relative;
				}				
			}
		}
	}
	h3 {
		font-size:4em;
		font-family:$font__extrabold;
	}
	.service-item {
		height:100vh;
		position:relative;
		 h4 {
		 	margin:50px 0;
		 	font-size:1em;
		 }
		 ul {
		 	padding-left:14px;
		 }
	}	
	#sidebar {
		.sidebar__inner {			
			a {
				display:block;
				font-size:1em;				
				color:#000;
				font-family:$font__bold;
				font-size:3em;
				.anchor-title {
					display:none;
					&.active {
						display:block;
					}
				}
			}
		}
		&.is-affixed {
			.sidebar__inner {
				top:30% !important;
			}
		}
	}
	
}

// Work Start
.testimonial_slider .swiper-slide {
  width: calc(100% - 300px);
  margin:0 10px;
  height: auto; }
.testimonial_slider{
	.swiper-slide-prev, .swiper-slide-next{
		.author_img{ display:none}
	}
}
.testimonial_slider .swiper-button-next:hover, .testimonial_slider .swiper-button-prev:hover {
  opacity: 0; }

.testimonial_slider .swiper-button-next, .testimonial_slider .swiper-button-prev {
  height: 100%;
  width: 100px;
  background: none;
  top: 22px;
  transition: all ease .35s; }

.swiper-slide-next, .swiper-slide-next .review_slide {
  margin-right: auto; }

.swiper-slide:not(.swiper-slide-active) .review_slide {
  width: 100px; }

.swiper-slide-active .author_img:before {
  left: 24px;
  transition: all ease .5s .3s;
  top: -25px; }

.swiper-slide-active .author_img {
  z-index: 1;
  flex: 0 0 180px; }

.review_slide {
  display: flex;
  position: relative;
  padding: 15px;
  overflow: hidden;
  height: 100%; }

.swiper-slide.swiper-slide-active .review_slide {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 52px;
  opacity: 1;
  padding: 50px 50px 0;
  border-radius: 4px; }

.review_slide h6 {
  margin-bottom: 0;
  font-size: 1.2em; }

.review__content {
  	h3 {
    font-weight: bold;
   }
  }
  .review__content .blockquote {
    color: #000;
    font-size: 1em;
    font-weight: 500;
    min-height: 160px; }

    .review__content .blockquote:after {
      content: "\f10e";
      font-family: FontAwesome;
      font-size: 4em;
      height: 80px;
      opacity: 0.05;
      position: absolute;
      right: 10px;
      top: 0;
      width: 80px; }

.swiper-slide-active .author_img:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background-color: #ff9a00;
  left: 0px;
  top: 0px;
  z-index: -1;
  border-radius: 100%; }

.author_img {}

.swiper-slide-active
.testimonial_slider {
  padding: 30px 0; }

.testimonial_slider .swiper-button-prev {
  left: 0; }

.testimonial_slider .swiper-button-next {
  right: 0; }

.swiper-slide:not(.swiper-slide-active) .review_slide {
  flex-direction: column;
  filter: grayscale(100%); }

.swiper-slide-active .review_slide .review__content {
  display: block;
  visibility: visible !important; }

.review_slide .review__content {
  display: none;
  color: var(--lightmutedClr); }

.testimonial_slider .swiper-pagination-bullet {
  margin: 7px !important;
  position: relative;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--primaryClr); }

.testimonial_slider span.swiper-pagination-bullet:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primaryClr);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
  opacity: .1;
  transition: all ease .3s; }

.testimonial_slider span.swiper-pagination-bullet-active:before {
  transform: scale(3); }

.swiper-slide-prev .review_slide {
  margin-left: auto; }

.swiper-slide-active .review_slide {
  background-repeat: no-repeat;
  background-size: 65px;
  background-image: url(../images/left-quote-mark.png);
  background-position: 18px 7px; }

.review_slide span {
  display: inline-block; }

.number_counter {
  counter-reset: Number; }


.capabilities {
	position: relative;
	background-color: #f0f4f7;
	z-index: 9;
	&:after {
		background-color:$color__primary;
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		height: 451px;
		top: 0;
		z-index: -1;
	}
	.card-body h4 {
		margin: 50px 0;
		font-size: 1em;
	}
	ul {
		padding-left: 12px;
	}
}

.blocks {
	padding: 25px;
	transition: 0.3s all;
	border-radius: 8px;
	border:1px solid #F0F4F7;
	background-color: #f0f4f7;
	h3 {
		margin-top: 30px;
		font-size: 1.3em;
		position: relative;
		font-weight: bold;
	}
	span {
		opacity: 0;
		display: inline-block;
		border-bottom: 1px solid #000;
		font-size: 0.9em;		
	}
	ul {
		padding: 0;
		margin-top: 20px;
		list-style: none;
	}
	a {
		display: inline-block;
		margin-bottom: 5px;
		font-size: 0.9em;
		color: #0f346c;
		border-bottom: 1px solid transparent;
		&:hover {
			border-color: #0f346c;
		}
	}
	p {
		opacity: 0.6;
	}
	img {
		width: 50px;
	}
	&:hover {
		span {
			opacity: 1;
		}
		box-shadow:0 2px 4px rgba(0,0,0,0.1);
	}

}
.no-bg {
	background: transparent !important;
}
.blocks-sm {
	padding: 40px;
	background: #f0f4f7;
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	.bigger {
		display: block;
		font-size: 30px;
		font-weight: bold;
	}
	.shorter {
		display: block;
		font-size: 12px;
	}
}
video {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}
.viewport-header {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-block {	
	height: 450px;
	overflow: hidden;
	.client-ved {
		i {
			height: 80px;
			width: 80px;
			display: inline-block;
			line-height: 80px;
			border-radius: 100%;
			position: absolute;
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			background-color: rgba(255,255,255,0.9);
			text-align: center;
			cursor: pointer;
			font-size: 1.2em;
			color: #0f346c;
			&:hover {
				background-color:#0f346c;
				color: #FFF;
			}
		}		
	}
}
.quote {
	padding: 70px;	
	display: flex;
	align-items: center;
	justify-content: center;
	blockquote {
		font-size: 1.8em;
		p {
			font-size: 16px;
		}
		i {
			display: block;
			color: #ee2761;
			font-size: 1.5em;
			margin-bottom: 20px;

		}

	}	
}

.stats {
	span {
    	display: block;
	}
    .text-muted {
    	font-size: 0.8em;
    	line-height: 1;
    }
}
.big-text {
    font-size: 3em;
    font-weight: bold;
    color: #0f346c;
}

.tech-stach-section {
    padding: 0px 0 100px;
}
.main-heading-wrap .pre-heading {
    font-size: 16px;
    font-weight: 700;
    color: #ee2761;
    position: relative;
}
.main-heading-wrap .pre-heading:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    background: #ee2761;
    height: 1px;
    width: 100%;
}
.main-heading-content {
    margin-top: 20px;
}
.main-heading-content h2, .main-heading-content p {
    width: 50%;
}
.main-heading-content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
}
.main-heading-content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-left: 80px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link.active {
    background: 0 0;
    color: #ee2761;
    border-bottom: 3px solid #ee2761;
}
.nav-tabs .nav-link {
    color: #000;
    font-weight: 600;
    border: none;
    padding: 4px 0px;
    margin-right: 40px;
}
.tab-listing-wrap {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.tab-listing-wrap li {
    width: 18%;
    margin: 15px 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}
.tech-stach-section .approach-card {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    line-height: 20px;
}
.approach-card {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 35px 40px;
    height: 100%;
    border: 1px solid #eee;
}
.tab-listing-wrap li img {
    width: 25px;
    margin-right: 10px;
}
.sub-tabs li a {
    font-size: 12px;
}
.why-us-section{
  padding: 60px 0;
  background-color: #FFF;
}
.why-us-section  h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 26px;
}
.main-heading-content h2{
  color: #0f346c;
}
.why-us-right p{
  margin:15px 0 0 33px;
}
.glassmorphism{
   padding: 40px 30px;
  height: 100%;
  position: relative;
}
.why-us-count {
	font-weight: bold;
	font-size: 36px;
	color: #ee2761;
}
.glassmorphism img{
  width: 35px;
  margin-bottom: 15px;
}

.why-us-section .main-heading-wrap{
  margin-bottom: 80px;
}
 .post-cat {
    display: block;
    color: #ee2761;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;


}
.post-date {
    color: #777;
    font-weight: 400;
    font-size: .8em;
}

.blog-card-img img{
  width: 100%;
}
.blog-card-text{
  padding: 30px 20px;
  background: #fff;
}
.blog-section{
  padding: 100px 0;
}

.blog-card-text .post-name h4 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    position: relative;
    margin-top: 15px;
    line-height: 30px;
}
.blog-card-wrap{ 
  height: 100%;
  background: #fff;
}
.blog-card-wrap:hover h4{
color: #ee2761;
}
.client-ved{
margin-left: 20px;
}
.footer {
	color:#FFF;
    background: linear-gradient(to right, #0f346c 30%, #764ca6 100%);
 h4{
  font-size: 18px;
  font-weight: 700;
  opacity: 0.2;
}

 p{
  font-size: 14px;
}
.big-fnt {
	font-size: 24px;
	margin-top: 30px;
	line-height: 34px;
	color: rgba(255,255,255,0.9);
}
 ul {
    padding: 0;
    margin: 0;
}
 ul li {
    list-style: none;
    margin: 5px 0;
}
 li a {
    color: rgba(255,255,255,0.9);
    position: relative;
    font-size: 14px;
} 

.footer-links{
  padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.footer-links li, .social li {
    display: inline-block;
    padding: 5px;
}
.social li a {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    transition: .3s all;
}
.social li a:hover {
    background: #534493;
    color: #fff!important;
    border-color: #534493;
}
.footer-cta{
background: rgba( 113, 75, 164, 0.50 );
backdrop-filter: blur( 5.5px );
-webkit-backdrop-filter: blur( 5.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 40px 30px;
    text-align: center;
}
.footer-cta h4{
  font-size: 22px;
  color: #fff;
  margin-bottom: 25px;
}
.cta-banner h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.copy-text {
	opacity: 0.3;
}
.cta-banner{
  background: linear-gradient(135deg, #0f346c 0, #764ca6 100%);
    color: #fff;
    padding: 30px 0;
}
}
.feed-overlay {
  background-color: teal;
}
.offset {
  margin-top: 70px;
}
.highlight {
    border-bottom: 0.1em solid #ec9736;
    color: #ec9736;
    font-weight: 600;
}
.theme-effect {
  position: relative;
  z-index: 9;
  &:after {
    background:linear-gradient(to right, #0f346c 30%, #764ca6 100%);
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    top: 150px;
    z-index: -1;
  }
}
.static-block .bigger {
    font-size: 1.4em;
    line-height: 1.8;
}
.bullets {
  padding-left: 17px;
  list-style: square;
  li {
    margin-bottom: 10px;
  }
}
.sml-section {
  width: 90%;
  margin:0 auto;
  padding: 50px 0;
}
.feedback-block {
  p {
    font-size: 1.5em;
    color: #0f346c;   
  }
  
}
.one-liner {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD;
  &:last-child {
    border-bottom:none;
  }
  span {
    display: block;
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  p {
    margin-bottom: 0;
  }
  img {
    margin-top: 15px;
  }
  ul {
    padding-left: 18px;
    list-style: square;
    margin-top: 10px;
    li {
      margin-bottom: 10px;
    }
  }
}
@media (max-width: 1600px){
  .main-heading-content h2 {
      font-size: 26px;
      line-height: 33px;
  }
}
@media (max-width: 992px){
  .hero:before, .hero:after{
    display: none;
  }
    .navbar{
    padding: 0 15px;
  }
  .tab-listing-wrap li{
    width: 22%;
  }
  .footer-cta .main__cta, #footer p, #footer li a{
    font-size: 12px;
  }
  .footer-cta h4{
    font-size: 18px;
  }
  .testimonial_slider .swiper-slide{
    margin:0;
  }
  .swiper-slide.swiper-slide-active .review_slide{
    width: 100%;
    padding: 50px 15px;
    
  }
  
  .review__content .main__cta.dark{
    padding: 16px 10px;
    font-size: 14px;
  }
}

@media (max-width: 767px){

.hero h1{
  font-size: 2rem;
}

.hero, .masthead, .burger, .grey-bg, .main-heading-wrap, .main-heading-content {
  text-align: center;
}
.masthead h2, .main-heading-content h2{
 font-size: 1.8rem; 
}
.gutter{
  padding: 0 5px;
}
.client-ved{
  margin-left: 0;
}
.quote blockquote{
  font-size: 1em;
}
.main-heading-content h2, .main-heading-content p{
  width: 100%;
}

.main-heading-content p{
  padding-left: 0;
}

.tab-listing-wrap li{
  width: 44%;
}
.glassmorphism{
  margin-bottom: 20px;
}

.footer-cta{
margin-top: 20px;
}
.footer-links ul li.pull-right{
  float: none;
}
}

.navbar-brand{
  .img-svg{ width: 120px; height: auto; margin-top: 12px;
    path{fill: #Fff}
  }
}
.animate, .dropdown-item{ transition: .5s ease all; -webkit-transition: .5s ease all; -moz-transition: .5s ease all; -o-transition: .5s ease all; -ms-transition: .5s ease all; }
.top_area{ /*position: absolute; left: 0; top: 0; width: 100%;z-index: 1;*/ position: relative; z-index: 1;
  .navbar-nav{ width: 100%;
    .nav-btn{ float: right; position: absolute; right: 0 }
  }
  .nav-btn{border-left: 1px solid transparent;}
  .navbar-nav .nav-link{color: #fff !important}
  .main__cta{
    &:after{ display:none !important }
  }
  &.fixed-top {position: fixed; top: 0; right: 0; left: 0; z-index: 1030; background: #fff; box-shadow: 0 1px 5px #e6e6e6;  
    .navbar-nav .nav-link{color: #000 !important}
    .img-svg{
      path{fill: #20376A}
    }
    .main__cta{ background-image: linear-gradient(to right, #0f346c 30%, #764ca6 100%); color: #Fff !important;
      /*&:after{ display:inline-block !important }*/
    }
    .dropdown{
      .dropdown-menu {box-shadow: 0 4px 5px #f5f4f4; }
    }
  }
  .dropdown {
    &.mega-dropdown {position: static!important; }
    .dropdown-toggle::after{ display: none !important }
    .dropdown-menu {transition: all 0.5s; overflow: hidden; transform-origin: top center; transform: scale(1,0); display: block; position: absolute; background-color: #fff; width: 100%; left: 0; padding: 50px 0; border: none; border-radius: 0; margin: 0;
      .dropdown-item{ white-space: normal; line-height: 130%;
        &:hover{ background:none; opacity: .5 }
      }
    }
    &:hover {
      .dropdown-menu {
        transform: scale(1);
      }
    }
  }
  .menu-cnt{&:after{ content: ''; position: absolute; border-right: 1px solid #eee; height: 100%; width: 1px; right: -13%; top: 0; }
  }
}
.banner{ position: relative; top: -70px }