@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
body, *{
    margin: 0;
    padding: 0; font-weight: bold;
    font-family: 'Poppins', sans-serif;:
  
}

a{
	text-decoration: none;
	color: #000;
}
.intro{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 11111111111;
    border: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
}

header{
	width: 100%;
	position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1111;
    background-color:#fff;
}

.container{
	max-width:1280px;	
	margin: 0 auto;
}

.menu-toggle{
	position: fixed;
	top: 2.5rem;
	right: 2.5rem;
	color: #323232;
	font-size: 10px;
	cursor: pointer;
	z-index: 1000;
	display: none;
}

nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	margin:10px 20px;
}

.brand{
	font-size: 2rem;
	font-weight: 300;
	transform: translateX(-100rem);
    animation: slideIn .5s forwards;
    margin-bottom: 0;
}
a:hover{
    text-decoration: none;
    color: rgb(99, 99, 99);
}
.brand span{
	color: #000 rgb(177, 177, 177);
}

nav ul{
    display: flex;
    margin-bottom: 0;
}

nav ul li{
	list-style: none;
	transform: translateX(100rem);
	animation: slideIn .3s forwards;
}

nav ul li:nth-child(1){
	animation-delay: 0s;
}

nav ul li:nth-child(2){
	animation-delay: .2s;
}

nav ul li:nth-child(3){
	animation-delay: 0.4s;
}

nav ul li:nth-child(4){
	animation-delay: 0.6s;
}
nav ul li:nth-child(5){
	animation-delay: 0.8s;
}

nav ul li a{
	padding: 1rem 0;
	margin: 0 3rem;
	position: relative;
    letter-spacing: 2px;
    font-size: 15px;
}

nav ul li a:last-child{
	margin-right: 0;
}


nav ul li a::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color:#000;
	left: 0;
	transform: scaleX(0);
	transition: all .5s;
}


nav ul li a::after{
	bottom: 10px;
	transform-origin: right;
}

.overlay{
	background-color: rgba(0,0,0,.95);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	transition: opacity 650ms;
	transform: scale(0);
	opacity: 0;
  display: none;
}

nav ul li a:hover::before,
nav ul li a:hover::after{
	transform: scaleX(1);
}

@keyframes slideIn {
	from{

	}
	to{
		transform: translateX(0);
	}
}


.grid {
	position: relative;
	margin-top:100px;
	
	list-style: none;
    text-align: center;
    
}

/* Common style */

.grid figure {
	position: relative;
	overflow: hidden;		
	text-align: center;
    cursor: pointer;
    border-radius: 16px;
    margin-bottom: 25px; 
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    z-index: 2;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 800;
    font-size: 22px;
    text-transform: none;
    letter-spacing: 2px;
}

.grid figure h2 span {
	font-weight: 800;
    font-size: 22px;
    text-transform: none;
    letter-spacing: 2px;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
    font-size: 68.5%;
    text-align: left;
}
figure.effect-sadie::before {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: '';
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    cursor: pointer;
        z-index: 1;
}

figure.effect-sadie::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(0, 0, 0, 0.8) 75%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(22, 22, 22, 0.8) 85%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
        z-index: 1;
}
figure.effect-sadie:hover::after {
    opacity: 1 !important;
}
figure.effect-sadie figcaption:hover::before {
    opacity: 0 !important;
}
.grid figure img {
        transition: transform 1s ease,opacity 0.5s ease 0.25s;
}
.grid figure:hover img {
    transform: scale(1.1);
    transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}
figure.effect-sadie h2 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 100%;
    color: #fff;
        text-align: left;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

footer{
    background-color: #000;
    padding: 10px 0;
}
footer ul{
    text-align: center;
    margin: 0;
}
footer ul li {
    display: inline-block;
    padding: 0 10px;
}
footer ul li a{
    color: #fff;
    font-size: 16px;
}
footer ul.social-links li a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}


/*Inner Page CSS*/
.innerBanner{
    padding-top: 55px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: #000;
}
.innerBanner::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.50);
    
}
.innerBanner h1{
    font-size: 50px;
    z-index: 1;
    position: relative;
}
.innerBanner p{
    font-size: 20px;
     z-index: 1;
    position: relative;
    font-weight: normal;
}


.commonSection h2{
    font-size: 3rem;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
}
.commonSection p{
    font-size: 20px;
}

.commonSection ul li{
    list-style: none;
    font-size: 18px;
}
.commonSection ul li svg{
    color: rgb(126, 126, 126);
    margin-right: 10px;
}

.commonSection .card{
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
}
.companyGrowth {
    background-color: #f9f9f9;
    
}
.companyGrowth.workWith {
    background-color: #fff;
    
}
.companyGrowth h2 {
    font-size: 3rem;
}
.companyGrowth .card{
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    border-radius: 6px;
    border:0 ;
}

.companyGrowth svg{
    margin-bottom: 15px !important;
}
.companyGrowth svg.feather-heart{
    color: red;
}
.companyGrowth svg.feather-clock{
    color:#337dff;
}
.companyGrowth svg.feather-circle{
    color:#ff8f3c;
}

.icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fd4766;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 58px;
    font-size: 27px;
    margin-bottom: 17px;
    padding-right: 3px;
}

.workWith img  {
    opacity: 0.8;
    transition: 0.3s;
    max-height: 110px;
    max-width: 150px;
    filter: grayscale(1);
    cursor: pointer;
    margin-bottom: 15px;
    
}
.workWith img:hover {
    transform: scale(1.1);
    opacity: 1;
    filter: grayscale(0);
}

.service-main-wrapper{
    background: #f9f9f9;
}

.service-main-wrapper .service.service__style--2 {
    padding: 30px 35px;
    transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    z-index: 2;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 30px;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
}
.service-main-wrapper .service.service__style--2 .icon {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 23px;
   background: #fff;
   color: rgba(245, 61, 71, 0.8);
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
}
.service-main-wrapper .service.service__style--2 .icon svg {
    stroke-width: 1 !important;
    width: 47px;
    height: 47px;
}
.service-main-wrapper .service.service__style--2 .content h3.title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
}
.service-main-wrapper .service.service__style--2 .content p {
    font-size: 18px;
}

.service:hover {
    transform: translateY(-5px);
}

.thumbnail img {
    border-radius: 5px;
    box-shadow: 0 25px 65px rgb(0 0 0 / 10%);
    width: 100%;
}
@media screen  and (max-width: 700px){
    .team-static {
        margin-bottom: 20px;
    }
}
.team-static .inner {
    padding-top: 17px;
}
.team-static .inner .content .title {
    margin-bottom: 2px;
    font-size: 25px;
    font-weight: bold;
}
.team-static .inner .content p.designation {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}
ul.social-transparent {
    margin: -8px;
}
ul.social-transparent li {
    margin: 8px;
}
ul.social-transparent li a {
    width: auto;
    display: inline-block;
    height: auto;
    border: 0 none;
    line-height: initial;
    color: #010001;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    transition: 0.3s;
}