@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
} 
body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	font-size: 16px;
	color: #6A6A6A; 
	outline: none;
	box-shadow: none;
	font-family: 'Montserrat';
}
body.hidden-scroll {
	overflow: hidden;
}
section {
    overflow: hidden;
}
.btn,
.btn:focus {
	outline: none !important;
	box-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a,
a:hover {
	text-decoration: none !important;
	cursor: pointer;
	color: #004E95;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul {
	margin: 0;
	padding: 0;
}
.bg-gray {
    background: #F7F7F7;	
}
.ptblr {
	padding: 50px;
}
.ptb {
	padding: 50px 0;
}
.ptb-100 {
	padding: 100px 0;	
}
.pt-100 {
	padding-top: 100px;	
}
.pb-100 {
	padding-bottom: 100px;	
}
.plr {
	padding: 0 50px;
}
.pt {
	padding-top: 50px;
}
.pb {
	padding-bottom: 50px;
}
.pl {
	padding-left: 50px;
}
.pr {
	padding-right: 50px;
}
.form-group .error {
    font-size: 12px;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 10px 0;
}
header .navbar-brand {
    padding: 0;
}
header .navbar-brand .sticky-logo {
	display: none;
}
header .navbar {
    justify-content: space-between;
}
header .navbar .navbar-collapse {
    flex-grow: inherit;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
	margin: 0 15px;
	}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: currentColor;
    height: 1px;
    transition: transform .3s;
    z-index: 20;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    will-change: transform;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover:after, header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active:after {
    transform: scaleX(1);
}
header .right-menu {
    position: relative;
	display: none;	
}
header .right-menu .search-btn img {
    width: 20px;
}
header .right-menu .search-btn.active {
	opacity: 0;
}
.search-bar {
    background: #1C053A;
    padding: 10px 50px;
    max-width: 1600px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    position: fixed;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 0%;
    z-index: 2;
}
.search-bar .search-btn {
    position: absolute;
    right: 50px;
    top: 36px;
}
.search-bar .search-btn svg {
    color: #fff;
}
.search-bar.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.search-bar .search-group {
    width: 100%;
    max-width: 530px;
    margin: auto;
}
.search-bar .search-group label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.search-bar .form-group {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.search-bar .form-group .form-control {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	max-width: 400px;
	height: 50px;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
	outline: none;
	box-shadow: none;
	margin-right: 10px;
	border-radius: 40px;
}
.search-bar .form-group .btn {
	background: #fff;
	border-radius: 40px;
	color: #1C053A;
	height: 50px;
	padding: 0 30px;
	font-size: 16px;
	border: 1px solid #fff;
}
.search-bar .form-group .btn:hover {
    background: #5916AF;
    color: #fff;
}
header.header-white {
    background-color: #fff;
    position: relative;
}
header .navbar-brand img { 	
	display: block;
    height: 70px;
}
header.sticky .navbar-brand img {
	display: none;
}
header.header-white .navbar-brand img {
    display: block;
}
header.sticky .navbar-brand .sticky-logo {
	display: block;
    height: 60px;
}
header.sticky {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    animation: sticky 1.2s;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    padding: 0;
    z-index: 2;
}
header.sticky .navbar .navbar-collapse .navbar-nav .nav-item .nav-link, header.header-white .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #000000;	
}
header.sticky .search-btn img, header.header-white .search-btn img {
    filter: brightness(0.1);
}
@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}
@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}
.banner-block {
    width: 100%;
    height: 1000px;
    overflow: hidden;
}
.parallax-window {
    width: 100%;
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: inline-block;
    min-height: 800px;
}
.banner-block .parallax-window {
    min-height: 1000px;	
}
.banner-block .content {
    position: absolute;
    bottom: 150px;
    width: 100%;
    left: 0;
}
.banner-block .content p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 36px;	
	line-height: 44px;
	color: #FFFFFF;	
}
.banner-block .content h1 {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	font-size: 144px;
	line-height: 205px;
	color: #FFFFFF;
	margin: 0;
}
.blend-banner-block {
    width: 100%;
    height: 800px;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;    
	background-attachment: fixed;
}
.blend-banner-block .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.blend-banner-block .content h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 72px;
	line-height: 88px;
	color: #FFFFFF;
	max-width: 800px;
	margin: 0 auto 50px;
}
.blend-banner-block .content h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 72px;
	line-height: 88px;
	color: #FFFFFF;	
}
.service-block {
    width: 100%;
    overflow: hidden;
	background-color: #fff;
    z-index: 1;
}
.service-block .title {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 80px;
    color: #1C053A;
}
.service-item {
    width: 100%;
}
.service-item .head {
    width: 100%;
    padding: 30px 0;
}
.service-item .head .inner {
    width: 100%;
    display: flex;
}
.service-item .head .inner .label {
    width: 25%;
    padding: 20px 20px 20px 0;
}
.service-item .head .inner .label p {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #1C053A;
    margin: 0;
}
.service-item .head .inner .offer {
    width: 50%;
    padding: 20px;
}
.service-item .head .inner .offer h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 78px;
    color: #4F4C4C;
}
.service-item .head .inner .offer p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #4F4C4C;
    margin: 0;
}
.service-item .body {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #B0ADAD;
}
.service-item .body .inner {
    width: 100%;
    display: flex;
	position: relative;
    padding-right: 70px;
}
.service-item .body .inner .link-add {
    width: 50px;
    transform: rotateX(180deg);
    position: absolute;
    right: 0;
	top: 20px;
}
.service-item .body .label {
    width: 25%;
    padding: 20px 20px 20px 0;
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 100px;
    background: linear-gradient(180deg, #5916AF 0%, #1C053A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.service-item .body .offer {
    /* width: 50%; */
    width: 75%;
    padding: 20px;
}
.service-item .body .offer h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 59px;
    color: #4F4C4C;
}
.service-item .body .offer p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 35px;
    color: #4F4C4C;
    margin: 0;
}
.service-item .body .offer ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-left: 20px;
}
.service-item .body .offer ul li {
	width: calc(50% - 25px);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1C053A;
    position: relative;
    list-style: disc;
    margin-right: 25px;
    padding: 5px 0;
}
.service-item .body .offer ul li a {
    color: #1C053A;	
}
.service-item .body .service {
    width: 25%;
    padding: 20px;
}
.service-item .body .service ul li {
    list-style: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #4F4C4C;
    padding-bottom: 10px;
}
.service-item .body .service ul li a {
    color: #4F4C4C;	
}
.service-item .body:last-child {
    border: 0;
    padding-bottom: 0;
}
.projects-block {
    background: #1C053A;
    width: 100%;
    overflow: visible;
}
.projects-block .projects-bg {
    width: 100%;
    position: absolute;
    height: 300px;
    z-index: 1;
    background: linear-gradient(180deg, rgb(26 5 53) 0%, rgb(28 5 58 / 89%) 47%, rgba(0, 0, 0, 0) 100%);
}
.projects-block .projects-bg-btm {
    width: 100%;
    position: absolute;
    height: 400px;
    background: linear-gradient(0deg, rgb(28 5 58) 0%, rgb(28 5 58) 77%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
}
.projects-block .projects-heading {
    position: sticky;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
}
.projects-block .title {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 144px;
    line-height: 144px;
    text-align: center;
    position: relative;
    background: linear-gradient(255deg, #4B0E9B 14.21%, #7417EB 53.06%, #4E09A7 94.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.projects {
    width: 100%;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgb(28 5 58 / 42%) 26.56%, rgb(28 5 58 / 39%) 100%);
    padding-top: 50px;
}
.projects .projects-list {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 60px;
}
.projects .projects-list .projects-item {
    padding: 0 20px;
    margin-bottom: 25%;
    width: 50%;
}
.projects .projects-list .projects-item:nth-child(odd) {
    padding-right: 50px;	
}
.projects .projects-list .projects-item:nth-child(even) {
    margin-top: 25%;
    margin-bottom: 0;
    padding-left: 50px;
}
.projects .projects-list .projects-item .img {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.projects .projects-list .projects-item .img img {
    width: 100%;
    transition: 0.6s;
}
.projects .projects-list .projects-item:hover .img img {
    transform: scale(1.03);
}
.projects .projects-list .projects-item .detail {
    width: 100%;
    position: relative;
    padding-top: 10px;
}
.projects .projects-list .projects-item .detail .name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
	margin-bottom: 10px;
	display: inline-block;
}
.projects .projects-list .projects-item .detail p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.btn-cirle {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.btn-cirle a {
    position: relative;
    z-index: 1;
    width: 140px;
    height: 140px;
    display: inline-block;
}
.btn-cirle a span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;	
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.btn-cirle a:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgb(255 255 255 / 20%);
    transition: all .8s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 50%;	
}
.btn-cirle a:hover:before {
	opacity: 0;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	transition-duration: 1.1s;	
}
.btn-cirle a svg {
    transform: rotate(90deg) scale(-1, 1);
    stroke-dashoffset: 530px;
    stroke-dasharray: 530px;
    transition: stroke-dashoffset .8s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.btn-cirle a:hover svg {
	stroke-dashoffset: 1060px;
}
.btn-cirle-black a span {
    color: #000000;		
}
.btn-cirle-black a:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgb(0 0 0 / 74%);
    transition: all .8s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 50%;	
}
.brand-block {
    width: 100%;
	overflow: hidden;	
}
.brand-block .content {
    width: 100%;
	overflow: hidden;	
	box-sizing: content-box;  
	padding-left: 100%;
}
.brand-block .content .team {
	display: inline-block;
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	font-size: 120px;
	line-height: 120px;
	color: #4F4C4C;
	white-space: nowrap;
	box-sizing: content-box;
	animation: ltr-slide 20s linear infinite;
	margin: 20px 0;
	padding-right: 100%;
}
.brand-block .delivered {
	display: inline-block;
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	font-size: 90px;
	line-height: 80px; 
	color: #4F4C4C;	 
	white-space: nowrap;
	box-sizing: content-box;
	animation: ltr-slide 40s linear infinite reverse;;
	margin: 20px 0;
	padding-right: 100%;
}
.brand-block .content .clients {
	display: inline-block;
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	font-size: 144px;
	line-height: 144px;
	color: #4F4C4C;
	white-space: nowrap;
	box-sizing: content-box;
	animation: ltr-slide 15s linear infinite;
	margin: 20px 0;
	padding-right: 100%;
}
@keyframes ltr-slide {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.brand-list {
	width: 100%;
}
.brand-list .brand-logos {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.brand-list .brand-logos .brand-logo {
  display: inline-block;
  width: 25%;
  height: 150px;
  position: relative;
  padding: 20px;
  text-align: center;
}
.brand-list .brand-logos .brand-logo > img {
  filter: grayscale(1);
  max-width: 150px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
     opacity: 0.6;
}
.service-brand-block .brand-list .brand-logos .brand-logo {
    width: 33.3%;
	height: 120px;
}
.brand-list .action {
    width: 100%;
    text-align: right;
}
.brand-list .action a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 80px;
    color: #4F4C4C;
}
.brand-list .action a:hover {
    color: #1C053A;
}
.enquiry-block {
    width: 100%;
    background: #1C053A;
    overflow: hidden;
}
.enquiry-block .title {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 75px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(28, 5, 58, 0.5) 6.59%, #5916AF 74.63%, rgba(69, 16, 135, 0.830057) 74.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-90deg);
    white-space: nowrap;
    position: absolute;
    top: 43%;
    left: -325px;
}
.enquiry-block .container {
    max-width: 900px;
}
.enquiry-block .subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 59px;
    color: #FFFFFF;
}
.form-theme {
    width: 100%;
}
.form-theme .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.form-theme .form-group label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.form-theme .form-group .form-control {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    padding: 5px 0 10px;
    box-shadow: none;
    outline: none;
    color: #fff;
}
.form-theme .form-group .form-control.form-select {
    background-image: url(../../images/select-icon.svg);
    background-position: right 0.75rem center;
    background-size: 12px 12px;
}
.form-theme .form-group .form-control.form-select option {
    color: #000;
    padding: 0 10px;
}
.form-theme .form-group .form-control::placeholder {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	font-size: 13px;
	line-height: 16px;
	text-transform: capitalize;
	color: #FFFFFF;	
}
.form-theme .action {
    width: 100%;
}
.btn-blue {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
    background: #5916AF;
    box-shadow: none;
    outline: none;
    padding: 8px 30px;
    border-color: #5916AF;
    border-radius: 40px;
}
.btn-blue:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-gray {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
    background: #6A6A6A;
    box-shadow: none;
    outline: none;
    padding: 8px 30px;
    border-color: #6A6A6A;
    border-radius: 40px;
}
.btn-gray:hover {
    background: transparent;
    color: #6A6A6A;
    border-color: #6A6A6A;
}
.enquiry-block .contact-info {
    width: 100%;
}
.enquiry-block .contact-info .info {
    width: 100%;	
}
.enquiry-block .contact-info .info h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.enquiry-block .contact-info .info a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    display: block;
    margin: 10px 0;
}
footer {
	background: #F4F4F4;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
}
footer .info {
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
}
footer .info p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #1C053A;
    padding-right: 20px;
    margin: 15px 0 0;
}
footer .info img {
    width: 141px;
}
footer .service-link {
    width: 100%;
    position: relative;
    padding: 0 0px 0px 40px;
}
footer .service-link h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #4F4C4C;
}
footer .service-link ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
footer .service-link ul li {
    list-style: none;
    width: 50%;
    margin: 10px 0;
    padding-right: 10px;
}
footer .service-link ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4F4C4C;
}
footer .service-link ul li a:hover {
    color: #1C053A;
}
footer .upperDetail {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .upperDetail .footerMenu {
    width: calc(100% - 130px);
    justify-content: left;
}
footer ul {
    list-style: none;
    display: flex;
    align-items: center;
}
footer .upperDetail .footerMenu  li:not(:last-child) {
    margin-right: 40px;
}
footer .upperDetail .footerMenu li a {
    font-size: 18px;
    font-weight: 500;
    color: #1C053A;
}
footer .upperDetail .socialMenu {
    width: 130px;
}
footer .upperDetail .socialMenu li {
    margin: 0 10px;
}
footer .upperDetail .socialMenu li a {
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    background-color: #D9D9D9;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #5916AF;
}
footer .upperDetail .socialMenu li a:hover {
    background-color: #5916AF;
    color: #ffffff;
}
footer .loweDetail {
    width: 100%;
    position: relative;
}
footer .loweDetail .addressDetail {
    justify-content: space-between;
    align-items: flex-start;
}
footer .loweDetail .addressDetail li {
    width: 30%;
}
footer .loweDetail .addressDetail li:last-child {
    width: 45%;
}
footer .loweDetail .addressDetail li a {
    font-size: 18px;
    color: #4F4C4C;
    padding-left: 30px;
    position: relative;
    display: block;
}
footer .loweDetail .addressDetail li a i {
    color: #5916AF;
    position: absolute;
    left: 0;
    top: 5px;
}
footer .loweDetail .addressDetail li:nth-child(2) {
    width: 25%;
	padding: 0 10px;
}
.copyright {
    width: 100%;
    background: #1C053A;
    padding: 15px 0;
    text-align: center;
}
.copyright p {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

/*Contact Page Start*/
.contact-page {
    width: 100%;
}
.contact-page.office-block {
    width: 100%;	
}
.contact-page .enquiry-block {
    height: 100%;
}
.contact-page .enquiry-block .subtitle {
    color: #ffffff !important;
    /* text-align: center; */
}
.contact-page .enquiry-block .container {
    padding: 0 50px 0 200px;
}
.contact-page .form-theme .form-group {
	margin-bottom: 40px;	
}
.office-block {
    width: 100%;
    height: 100%;
    border-top: 1px solid #a9a8a8;
    border-bottom: 1px solid #a9a8a8;
}
.office-block .title, .contact-page .enquiry-block .subtitle {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 64px;
    color: #1C053A;
}
.office-block .offices-list {
    width: 100%;
}
.office-block .offices-list .offices-item {
    width: 100%;
    position: relative;
    font-family: 'Montserrat';
    padding: 40px 0;
    border-bottom: 1px solid #a9a8a8;
}
.office-block .offices-list .offices-item h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1C053A;
}
.office-block .offices-list .offices-item h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #4F4C4C;
}
.office-block .offices-list .offices-item p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #4F4C4C;
    margin-bottom: 20px;
}
.office-block .offices-list .offices-item ul {
    width: 100%;
}
.office-block .offices-list .offices-item ul li {
    list-style: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #4F4C4C;
    margin: 15px 0;
}
.office-block .offices-list .offices-item ul li a {
    color: #4F4C4C;
}
.office-block .offices-list .offices-item:last-child {
    border: 0;
    padding-bottom: 0;
}
/*Contact Page Close*/

/*Service Page Start*/
.service-banner-block {
    width: 100%;
}
.service-banner-block .title {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 67px;
    line-height: 97px;
    text-align: center;
    color: #1C053A;
    max-width: 767px;
    margin: auto;
}
.service-banner-block  .subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    color: #1C053A;
    text-align: left;
    max-width: 650px;
    margin: auto;
}
.service-banner {
    width: 100%;
    position: relative;
}
.service-banner .story-banner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.service-banner .story-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-banner .story-banner .one{
	position: relative;
	width: 100%;
	height: 100vh;
	clip-path: polygon(20% 6%, 80% 6%, 80% 45%, 20% 45%);
}
.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start{
	display: none!important;
}
.service-list-block {
    width: 100%;
}

.service-list-block .service-header {
    width: 100%;
    position: relative;	
}
.service-list-block .service-header .service-title {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #C4C4C4;
    position: relative; 
	padding-right: 70px;
}
.service-list-block .service-header .service-title .link-add{
	width: 50px;
    transform: rotateX(180deg);
    position: absolute;
    right: 0;
}
.service-list-block .service-header .service-title .label {
    width: 40%;
    padding: 0;
    position: relative;
}
.service-list-block .service-header .service-title .label span {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 82px;
    line-height: 82px;
    color: rgba(215, 215, 215, 0.6);
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
}
.service-list-block .service-header .service-title .label p {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    text-transform: uppercase;
    color: #1C053A;
    margin: 0;
    padding: 20px 0 0 40px;
    position: relative;
}
.service-list-block .service-header .service-title .offer {
    width: 60%;
    padding-left: 40px;
    display: block;
}
.service-list-block .service-header .service-title .offer p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5C5858;
    margin: 0;
}
.service-list-block .service-header .service-title .offer ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-left: 20px;
}
.service-list-block .service-header .service-title .offer ul li {
	width: calc(50% - 25px);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1C053A;
    position: relative;
    list-style: disc;
    margin-right: 25px;
    padding: 5px 0;
}
.service-list-block .service-header .service-title .offer ul li a {
    color: #1C053A;	 
}
.service-list-block .accordion-item {
    border: 0;
}
.service-list-block .accordion-item .accordion-header .accordion-button {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
	z-index: inherit;
}
.service-list-block .accordion-item .accordion-header .accordion-button:hover {
	z-index: inherit;
}
.service-list-block .accordion-item .accordion-header .accordion-button .inner {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #C4C4C4;
    position: relative;
}
.service-list-block .accordion-item .accordion-header .accordion-button .inner .label {
    width: 40%;
    padding: 0;
    position: relative;
}
.service-list-block .accordion-item .accordion-header .accordion-button .inner .label span {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 82px;
    line-height: 82px;
    color: rgba(215, 215, 215, 0.6);
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
}
.service-list-block .accordion-item .accordion-header .accordion-button .inner .label p {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 57px;
    text-transform: uppercase;
    color: #1C053A;
    margin: 0;
    padding: 20px 0 0 40px;
    position: relative;
}
.service-list-block .accordion-item .accordion-header .accordion-button .inner .offer {
    width: 50%;
    padding-left: 40px;
    display: block;
}
.service-list-block .accordion-item .accordion-header .accordion-button .inner .offer p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5C5858;
    margin: 0;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap:nth-child(even) {
    margin-top: 25%;
}
.service-list-block .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
	content: '';
    top: calc(50% - 20px);
    right: 0;
	background-image: url('../../images/open-icon.svg');
	background-position: center;
	background-size: 40px;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}
.service-list-block .accordion-item .accordion-body {
    padding: 50px 0;
}
.service-list-block .accordion-item .accordion-body .service-group {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap {
    overflow: hidden;
    cursor: pointer;
    height: fit-content;
    flex: 0 0 45%;
    background: #F5F5F5;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap .service-inner {
    width: 100%;
    height: 100%;
    padding: 0 70px 30px 30px;
    pointer-events: none;
    position: relative;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap .service-inner .service-head {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 300px;
    line-height: 300px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    transform: translate(22%, 0px);
    text-align: right;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap .service-inner .service-category {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #4F4C4C;
    padding-top: 100px;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap .service-inner .service-desc {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #5C5858;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap:hover {
    background: #1C053A;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap:hover .service-inner .service-head {
    margin: 0;
    color: #FFFFFF;
    -webkit-text-stroke-width: 0;
    transform: translate(0, 0px);
    text-align: left;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap:hover .service-inner .service-category {
    color: #fff;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap:hover .service-inner .service-desc {
    color: #E3E3E3;
}
.service-list-block .accordion-item .accordion-body .service-group .service-wrap .service-inner .tile-arrow {
	height: 40px;
	width: 40px;
	background-image: url(../../images/service-link.svg);
	background-position: center;
	background-size: 40px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	right: 20px;
	bottom: 30px;
}
.service-list-block .banner-wrap {
    width: 100%;
    height: 600px; 
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 50px;
}
/*Service Page Close*/

/*Client Page Start*/
.client-page {
    width: 100%;
    padding-top: 130px;
    background: linear-gradient(176.42deg, #1C053A 12.3%, #420072 77.25%);
}
.top-block-content {
    width: 100%;    
	overflow: hidden;
}
.top-block-content .title {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 85px;
    color: #1C053A;
}
.top-block-content .description {
    margin: 10px 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px; 
	color: #5C5858;
}
.top-block-content .description strong {
    font-weight: 600;	
}
.counter-block .top-block-content .title {
    text-align: center !important;
}
.client-page .top-block-content .title {
    color: #ffffff;	
}
.client-page .top-block-content .description {
    color: #E5E5E5;	
    font-weight: 300;
}
.client-block-logo {
    width: 100%;
}
.client-block-logo .nav-tabs {
    border-color: #FFFFFF;
}
.client-block-logo .nav-tabs .nav-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #8C8C8C;
    border: 0;
    padding: 15px 10px;
    text-transform: uppercase;
}
.client-block-logo .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background-color: transparent;
    border: 0;
}
.client-block-logo .tab-pane {
    width: 100%;
    padding: 50px 0 0; 
}
.client-block-logo .tab-pane .client-list {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}
.client-block-logo .tab-pane .client-list .client-brand {
    text-align: center;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: thin solid #6b6b6b;
    margin-right: -1px;
    margin-bottom: -1px;
    border-right: thin solid #6b6b6b;
    width: 25%;
    filter: invert(1);
}
.client-block-logo .tab-pane .client-list .client-brand:last-child {
	border-right: 0;
}
.client-block-logo .tab-pane .client-list:last-child .client-brand {
	border-bottom: 0;
}
.client-block-logo .tab-pane .client-list .client-brand:hover img {
    max-width: 150px;
}
.client-block-logo .tab-pane .client-list .client-brand img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 130px;
}
/*Client Page Close*/

/*Portfolio Page Start*/
header.header-gray {
	background: #F7F7F7;	
}
.portfolio-page {
    width: 100%;
}
.portfolio-block {
    width: 100%;
    overflow: hidden;
}
.portfolio-block .nav-tabs {
    border-color: #4F4C4C;
}
.portfolio-block .nav-tabs .nav-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #504E4E;
    border: 0;
    padding: 15px 10px;
    text-transform: uppercase;
}
.portfolio-block .nav-tabs .nav-link.active {
    color: #4F4C4C;
	font-weight: 600;
    background-color: transparent;
    border: 0;
}
.portfolio-block .tab-pane {
    width: 100%;
    padding: 20px 0 0; 
}
.portfolio-list {
	width: 100%;
    display: inline-block;
}
.portfolio-list .portfolio-item {
	width: 100%;
	padding: 25px;
    display: inline-block;
	overflow: hidden;
}
.portfolio-list .portfolio-item .img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
    background-color: #fff;
}
.portfolio-list .portfolio-item .img img {
	width: 100%;
    border-radius: 8px;
    transition: 0.6s;
}
.portfolio-list .portfolio-item:hover .img img {
	transform: scale(1.1);
}
.portfolio-list .portfolio-item .detail {
	font-family: 'Montserrat';
	font-style: normal;
	color: #1C053A;    
	width: 100%;
    position: relative;
    padding-top: 10px;
}
.portfolio-list .portfolio-item .detail .name {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
}
.portfolio-list .portfolio-item .detail p {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #1C053A; 
	margin: 0;
}
.movable-button {
    width: 100px;
    height: 100px;
    font-size: 20px;
    color: #1C053A;
    font-weight: 500;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
	left: 0;
	top: 0;
	transform:translate3d(-50%,-50%,0);
	transition:transform 2s cubic-bezier(.02,1.23,.79,1.08);
    margin-top: -90px;
    margin-left: -122px;
}
.portfolio-detail {
    background-color: #fff;	
}
.portfolio-detail .title {
    border-bottom: 1px solid #4A4A4A;
    padding-bottom: 20px;
	text-transform: uppercase;
}
.portfolio-detail .detail {
    padding: 30px 0;
}
.portfolio-detail .detail h4 {
    color: #1C053A;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.portfolio-detail .detail .content p {
    color: #5C5858;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; 
}
.portfolio-detail .detail .technolgy-detail {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.portfolio-detail .detail .technolgy-detail li {
    list-style: none;
    padding: 0 10px;
}
.portfolio-detail .detail .technolgy-detail li .list {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 6px 0;
    color: #5C5858;
}
.portfolio-detail .detail .technolgy-detail li .list a {
    color: #5C5858;
    text-decoration: underline !important;
}
.portfolio-detail .design-img {
	width: 100%;
	text-align: center;
	padding: 25px;
}
.other-work {
    background: #F5F5F5;
}
.other-work .top-block-content .title {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 65px;
    padding: 0 25px;
}
.responsive-design .screenshots .img {	
	padding: 15px 0;
}
.responsive-design {
    padding-top: 0;
}
.responsive-design .screenshots .img img {	
	/* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); */
	border-radius: 50px;
}
.responsive-design .video-overlay {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 960px;
    margin: auto;
}
.responsive-design .video-overlay .video-thumb {
    width: 100%;
    position: relative;
    cursor: pointer;
}
/* .responsive-design .video-overlay .video-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
} */
.responsive-design .video-overlay.active .video-thumb  {
    display: none;
}
.responsive-design .video-overlay video {
    width: 100%;
    height: 100%;
    display: none;
}
.responsive-design .video-overlay.active .videowrapper {
    display: block;
}
/*Portfolio Page Close*/

/*Career Page Start*/
.why-join-block {
    width: 100%;
    background: #1C053A;
    overflow: hidden;
}
.why-join-block .title {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 68px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}
.why-join-block .join-item {
    width: 100%;
    border-bottom: thin solid #6b6b6b;
    border-right: thin solid #6b6b6b;
    height: 100%;
}
.why-join-block .join-item h4 {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #5211A7;
}
.why-join-block .join-item p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px; 
    color: #FFFFFF;
    margin: 0;
}
.why-join-block .row .col-lg-6:nth-child(even) .join-item {
    border-right: 0;
}
.why-join-block .row .col-lg-6:nth-child(3) .join-item, .why-join-block .row .col-lg-6:nth-child(4) .join-item  {
    border-bottom: 0;
}
.join-team-block {
    width: 100%;
    overflow: hidden;
}
.join-team-block .title {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 68px;
	color: #1C053A;	
}
.join-team-block .accordion-item {
    border: 0;
	border-bottom: 1px solid #EEEEEE;
}
.join-team-block .accordion-item .accordion-header .accordion-button {
    padding: 20px 50px 20px 15px;
    border: 0;
	border-bottom: 1px solid #EEEEEE;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
	z-index: inherit;
    display: block;
}
.join-team-block .accordion-item .accordion-header .accordion-button.collapsed {
    border: 0;
}
.join-team-block .accordion-item .accordion-header .accordion-button:hover {
	z-index: inherit;
}
.join-team-block .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    content: '';
    top: calc(50% - 20px);
    right: 0;
    background-image: url(../../images/open-icon.svg);
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.join-team-block .accordion-item .accordion-header .accordion-button h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
    color: #1C053A;
    width: 100%;
}
.join-team-block .accordion-item .accordion-header .accordion-button p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #707070;
    margin: 0;
}
.join-team-block .accordion-item  .accordion-body {
    padding: 15px;
}
.join-team-block .accordion-item .accordion-body .benifits {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.join-team-block .accordion-item .accordion-body .benifits h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #1C053A;
}
.join-team-block .accordion-item .accordion-body .benifits ul {
    padding-left: 20px;
}
.join-team-block .accordion-item .accordion-body .benifits ul li {
    font-size: 16px;
    line-height: 30px;
    color: #1C053A;
}
.join-team-block .action {
    margin-top: 30px;
}
.join-team-block .action .btn-blue:hover {
    color: #5916AF;
    border-color: #5916AF;
}
.career-gallery-block {
	border-bottom: 1px solid #7A7A7A;
	padding-bottom: 20px;
	overflow: hidden;
}
/*Career Page Close*/

/*Seo Solutions Page Start*/
.seo-solutions-block {
    width: 100%;
    overflow: hidden;
}
.header-block {
    width: 100%;	
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
}
.header-block .title { 
	font-family: 'Michroma';
	font-weight: 400;
	font-size: 40px;
	line-height: 57px;
	text-transform: uppercase;
	color: #1C053A;
}
.header-block .description {
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
	color: #4F4C4C;
}
.seo-solutions-block .item {
    width: 100%;	
	text-align: left;	
	font-family: 'Montserrat';
	font-style: normal;
	height: calc(100% - 50px);
	margin: 25px 0;
	position: relative;
    transition: all .3s ease;
	padding: 20px;
}
.seo-solutions-block .item:before {
    background: #1C053A;
    bottom: 0;
    content: "";
    height: 0.5px;
    left: 0;
    position: absolute;
    transition: all .3s ease;
    width: 100%;
    z-index: 1;
}
.seo-solutions-block .item:hover:before {
    height: 100%;
}
.seo-solutions-block .item:hover h4 {
	color: #ffffff;	
	border-color: #ffffff;
}
.seo-solutions-block .item:hover p {
	color: #ffffff;	
}
.seo-solutions-block .item:hover .imbBox img {
    filter: brightness(22);	
}
.seo-solutions-block .item .imbBox {
    width: 100%;
    text-align: left;
    min-height: 100px;
	position: relative;
    z-index: 1;
}
.seo-solutions-block .item h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #4F4C4C;
	/* border-bottom: thin solid #1C053A; */
    padding-bottom: 15px;
	position: relative;
    z-index: 1;
	transition: all .3s ease;
}
.seo-solutions-block .item p {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #5C5858;
	margin-bottom: 0;
	position: relative;
    z-index: 1;
	transition: all .3s ease;
}
.seo-process-block {
    width: 100%;
    overflow: hidden;
}
.seo-process-block .header-block {
	text-align: left;
}
.seo-process-block .header-block .title, .seo-process-block .header-block .description {
	color: #ffffff;
}
.seo-process-block .header-block .description {
	border-bottom: thin solid #E5E5E5;
}
.loadMore {
	color: #5C5858;
	font-size: 20px;
	border: 1px solid #5C5858;
	padding: 10px 30px;
	transition: transform .3s;	
	display: inline-block;
}
.loadMore:hover {
    background-color: #081d76;
    color: #ffffff;
	border-color: #081d76
}
.seo-solutions-block .btn-cirle {
    margin-top: 20px;	
}
.blue-bg {
	background: #1C053A;
}
.seo-process-block .item {
    width: 100%;	
	text-align: left;	
	font-family: 'Montserrat';
	font-style: normal;
	height: calc(100% - 50px);
	margin: 25px 0;
	color: #FFFFFF;
    position: relative;
    padding-top: 60px;
}
.seo-process-block .item span {
    position: absolute;
	top: 0;
	left: 0;
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	font-size: 72px;
	line-height: 104px;
	color: rgba(229, 229, 229, 0.2);
	
}
.seo-process-block .item h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
    position: relative;
}
.seo-process-block .item p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
    position: relative;
}
.seo-process-block .item p strong {
	font-weight: 500;
}
.service-content-block {
    width: 100%;
}
.service-content-block .header-block {
	text-align: left;
}
.service-content-block .header-block .title {
	color: #fff;
	text-transform: inherit;
	font-family: 'Montserrat';
}
.service-content-block .header-block .description {
	color: #fff;
}
.service-content-block .col-lg-6 {
    position: relative;
}
.ourServices-block {    
	width: 100%;
}
.ourServices-block .item .servicesInner {
    display: block;
    width: calc(100% - 20px);
    padding: 25px 20px;
    border: 1px solid #5C5858;
	transition: all 0.3s ease;
	color: #5C5858;
	margin: 0 10px;
}
.ourServices-block .item .servicesInner:hover {
    background-color: #1C053A;
	color: #ffffff;
}
.ourServices-block .item .servicesInner img {
	width: auto;
	height: 65px;
}
.ourServices-block .item .servicesInner:hover img {
    filter: brightness(10.5); 
}
.ourServices-block .item .servicesInner h4 {
	font-size: 22px;
    font-weight: 600;
	margin: 30px 0 10px;
	position: relative;
	padding-right: 50px;
    min-height: 53px;
}
.ourServices-block .item .servicesInner h4::after {
    position: absolute;
    content: '';
    top: calc(50% - 20px);
    right: 0;
    background-image: url(../../images/open-icon.svg);
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
	transform: rotate(-90deg);
}
.ourServices-block .item .servicesInner p {
    font-size: 16px;
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;	
	min-height: 72px;
}
.ourServices-block .left-nav {
	padding-bottom: 70px;
}
.technologiesOffered{
	background: #F7F7F7;
}
.technologiesOffered .item .servicesInner {
	background-color: #ffffff;
	border: 0;
}
.technologiesOffered .item .servicesInner h4::after {
	display: none;
}
.left-nav .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
	display: block !important;
    width: 100%;
    text-align: center;
}
.owl-carousel.left-nav .owl-nav button {
	width: 50px;
    height: 50px;
    border-radius: 50%;
	transition: all 0.5s ease;
    margin: 5px;
    background: #5C5858;
    color: #ffffff;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
}
.owl-carousel.left-nav .owl-nav button:hover {
	background: #1C053A !important;
}
.owl-carousel.left-nav .owl-nav button span {
    line-height: 30px;
    display: block;
	margin-top: -5px;
}
.more-organic-block {
    width: 100%;
    overflow: hidden;
}
.more-organic-block .row .col-lg-3 {
	border-right: thin solid #8E8A8A;
}
.more-organic-block .row .col-lg-3:last-child {
 	border-right: 0;
}
.more-organic-block .row {
	border-bottom: thin solid #8E8A8A;
	padding: 50px 0
}
.more-organic-block .item {
    width: 100%;
	font-family: 'Montserrat';
	font-style: normal;	
	height: calc(100% - 24px);
	margin: 12px 0;
}
.more-organic-block .item p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;	
	color: #4F4C4C;
}
.service-brand-block {
    width: 100%;
    overflow: hidden;
}
.service-brand-block .header-block {
    text-align: left;	
}
.modal-body .form-theme .form-group {
    margin-bottom: 30px;
}
.modal-body .form-theme .form-group label {
    color: #4F4C4C;	
    font-size: 16px;
    line-height: 20px;
}
.modal-body .form-theme .form-group .form-control::placeholder {
	color: #4F4C4C;	
}
.modal-body .form-theme .form-group .form-control {
    color: #4F4C4C;	
    font-size: 16px;
    line-height: 28px;    
	border-bottom: 1px solid #dee2e6;
    padding: 0;
}
.modal .modal-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #5916AF;	
}
.modal .modal-footer {
	justify-content: center;	
}
.modal .modal-footer .btn-blue:hover {
    color: #5916AF;
    border-color: #5916AF;
}
/*Seo Solutions Page Close*/

/*About Page Start*/
.about-page {
    width: 100%;	
}
.top-block-content.about-title .title {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #8B8B8B;
}
.top-block-content.about-title .description {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.top-block-content.about-title .description span {
    width: 100%;
    max-width: 586px;
    display: inline-block;
}
.year-service-block {

}
.year-service-block .right {
    width: 100%;
    padding-left: 50px;
    position: relative;
}
.year-service-block .right p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.22px;
}
.year-service-block .left {
    width: 100%;
    text-align: center;
    padding-right: 50px;
}
.year-service-block .left h1 {
    background: linear-gradient(255deg, #4B0E9B 14.21%, #7417EB 53.06%, #4E09A7 94.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Michroma';
    font-size: 222px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.year-service-block .left p {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 53px; 
    letter-spacing: 4.763px;
    text-transform: uppercase;
    margin: 0;
}
.year-service-block .right:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 300px;
    background-color: #fff;
    bottom: 0;
    margin: auto;
}
.counter-group {
	padding: 80px 50px 0px;
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.counter {
	line-height: 1;
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	height: 80px;
}
.counter > span {
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 2s ease;
	transform: translateY(0);
}
.counter > span span {
	flex: 0 0 100%;
	height: 100%;
}
.counter:nth-child(1) > span {
	transition-delay: 0s;
}
.counter:nth-child(2) > span {
	transition-delay: 0.375s;
}
.counter:nth-child(3) > span {
	transition-delay: 0.75s;
}
.counter:nth-child(4) > span {
	transition-delay: 1.125s;
}
.counter:nth-child(5) > span {
	transition-delay: 1.5s;
}
.counter:nth-child(6) > span {
	transition-delay: 1.875s;
}
.counter:nth-child(7) > span {
	transition-delay: 2.25s;
}
.counter:nth-child(8) > span {
	transition-delay: 2.625s;
}
.counter:nth-child(9) > span {
	transition-delay: 3s;
}
.counter:nth-child(10) > span {
	transition-delay: 3.375s;
}
.counter:nth-child(11) > span {
	transition-delay: 3.75s;
}
.counter:nth-child(12) > span {
	transition-delay: 4.125s;
}
.counter:nth-child(13) > span {
	transition-delay: 4.5s;
}
.counter:nth-child(14) > span {
	transition-delay: 4.875s;
}
.counter:nth-child(15) > span {
	transition-delay: 5.25s;
}
.counter:nth-child(16) > span {
	transition-delay: 5.625s;
}
.counter:nth-child(17) > span {
	transition-delay: 6s;
}
.counter:nth-child(18) > span {
	transition-delay: 6.375s;
}
.counter:nth-child(19) > span {
	transition-delay: 6.75s;
}
.counter:nth-child(20) > span {
	transition-delay: 7.125s;
}
.counter:nth-child(1) {
	color: #5916AF;
}
.counter:nth-child(2) {
	color: #5916AF;
}
.counter:nth-child(3) {
	color: #5916AF;
}
.counter:nth-child(4) {
	color: #5916AF;
}
.counter:nth-child(5) {
	color: #5916AF;
}
.counter:nth-child(6) {
	color: #5916AF;
}
.counter-group .counter-nubmer {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 30px;
}
.counter-group .col-xl-4:not(:last-child) {
	border-right: 1px solid #666666;
}
.counter-nubmer .counter-list {
	color: #5916AF;
	text-align: center;
	font-family: Michroma;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.counter-nubmer .counter-label {
	color: #4F4C4C;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: 1.2px;	
}
.counter-nubmer p {
	color: #4F4C4C;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}
.proud-work-block .title {
    color: #1C053A;
    text-align: center;
    font-family: Michroma;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 80.6px;
}
/* .proud-work-block .brand-list .brand-logos .brand-logo { */
    /* width: 33.3%; */
    /* text-align: center; */
/* } */
/* .proud-work-block .brand-list .brand-logos .brand-logo img { */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
/* } */
/* .proud-work-block .brand-list .action a { */
    /* color: #4F4C4C; */
    /* font-family: Montserrat; */
    /* font-size: 18px; */
    /* font-style: normal; */
    /* font-weight: 400; */
    /* line-height: 40px; */
/* } */
.transformation-block-title .content {
    width: 100%;
	overflow: hidden;	
	box-sizing: content-box;  
	padding-left: 100%;
}
.transformation-block-title .content .title {
	display: inline-block;
	font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 144px;
    line-height: 144px;
    text-align: center;
    position: relative;
    top: -25px;
    background: linear-gradient(0deg, rgb(14 7 23 / 50%) 6.59%, #5916AF 74.63%, rgb(108 44 188 / 83%) 74.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	white-space: nowrap;
	box-sizing: content-box;
	animation: ltr-slide 30s linear infinite;
    margin: 20px 0 0;
    padding-right: 100%;
}
.transformation-block {
    width: 100%;
    overflow: visible;
}
.transformation-block .img {
	width: 100%;
}
.transformation-block .img img {
	border-radius: 5px;
}
.transformation-block .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
}
.transformation-block .transformation-list {
    width: 100%;
    position: relative;
    padding-left: 50px;
}
.transformation-block .transformation-list .list-item {
    width: 100%;
    position: relative;
    padding: 50px 15px;
    border-bottom: 1px solid #fff;
}
.transformation-block .transformation-list .list-item h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.transformation-block .transformation-list .list-item p {
    color: #EFEFEF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
}
.transformation-block .transformation-list .list-item:nth-child(1) {
    padding-top: 0;
}
.transformation-block .transformation-list .list-item:last-child {
    padding-bottom: 0;
    border: 0;
}
.about-service-block {
	width: 100%;
}
.about-service-block .top-block-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;    
	border-bottom: 1px solid #fff;
}
.about-service-block .top-block-content .title {
    color: #fff;
	padding-right: 20px;
}
.about-service-block .top-block-content a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; 
}
.about-service-block .top-block-content a img {
    filter: invert(1);
}
.about-service-block .service-list {
    width: 100%;  
	border-right: 1px solid #fff;
}
.about-service-block .service-list ul {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;    
}
.about-service-block .service-list ul li {
    width: 50%;
    padding: 0px 20px 50px 0;
    list-style: none;
}
.about-service-block .service-list ul li a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.about-service-block .service-content {
    width: 100%;
    position: relative;
}
.about-service-block .service-content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22.199px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}
.about-service-block .service-content h4 {
    color: #7E1AFD;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    margin: 0;
    padding-top: 30px;
}
.about-technology-block {
	width: 100%;
}
.about-technology-block .top-block-content {
    text-align: center;
}
.about-technology-block .top-block-content .title {
    color: #5916AF;
}
.about-technology-block .top-block-content h6 {
    color: #5916AF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; 
    letter-spacing: 6.342px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-technology-block .top-block-content p {
    color: #5916AF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    margin: 30px 0;
}
.about-technology-block .top-block-content .btn-blue:hover {
    border-color: #5916AF;
    color: #5916AF;
}
.founder-block {
    width: 100%;
}
.founder-block .content {
    width: 100%;
	overflow: hidden;	
	box-sizing: content-box;  
	padding-left: 100%;
}
.founder-block .content .title {
	display: inline-block;
	font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 144px;
    line-height: 144px;
    text-align: center;
    position: relative;
    top: -25px;
    background: linear-gradient(0deg, rgb(14 7 23 / 50%) 6.59%, #5916AF 74.63%, rgb(108 44 188 / 83%) 74.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	white-space: nowrap;
	box-sizing: content-box;
	animation: ltr-slide 30s linear infinite;
    margin: 20px 0 0;
    padding-right: 100%;
}
.founder-block .founder-item {
    width: 100%;
    position: relative;
    border-radius: 5px;
    background: #FFF;
    padding: 40px;
}
.founder-block .founder-item .image {
    padding-bottom: 100px;
}
.founder-block .founder-item .image img {
    border-radius: 5px;
}
.founder-block .founder-item .content-item {
    width: 100%;
}
.founder-block .founder-item .content-item h4 {
	color: #4F4C4C;
    font-family: Michroma;
    font-size: 110px;
    font-style: normal;
    font-weight: 400;
    line-height: 120px;
    margin: 0;	
}
.founder-block .founder-item .content-item h2 {
    color: #1C053A;
    font-family: Montserrat;
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
    line-height: 150px;
    margin: 0;
    padding-top: 130px;
    text-transform: capitalize;
}
.founder-block .carousel-control-prev {
    position: absolute;
    right: 100px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background-color: #1c053a;
    border-radius: 50%;
    top: initial;
    left: initial;
	opacity: 1;
}
.founder-block .carousel-control-next {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background-color: #1c053a;
    border-radius: 50%;
    top: initial;
    left: initial;
	opacity: 1;
}
/*About Page Close*/

/*Expertise Page Stat*/
.expertise-page {
    width: 100%;
    padding-top: 130px;
    background: linear-gradient(176.42deg, #1C053A 12.3%, #420072 77.25%);
}
.expertise-page .top-block-content.heading-content .title {
    color: #ffffff;
}
.expertise-page .top-block-content.heading-content .right-content {
	
}
.expertise-page .top-block-content.heading-content h4 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	width: 100%;
	max-width: 445px;
}
.expertise-page .top-block-content.heading-content .right-content h3 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px;
	width: 100%;
	max-width: 453px;
}
.expertise-page .top-block-content.heading-content .description {
    color: #ffffff;
    font-weight: 300;
}
.expertise-block {
    background-color: #fff;
}
.expertise-block .top-block-content {
    text-align: center;
}
.expertise-block .top-block-content .title {
    font-size: 55px;
    line-height: 60px;
    margin-top: 20px;
}
.expertise-block .top-block-content h4 {
    color: #5C5858;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
.expertise-block .technology-item  {
	margin: 0;
    width: 100%;
}
.expertise-block .technology-item .col-sm-6 {
     padding: 0;
 }
.expertise-block .technology-item .content {
    padding: 50px;
    border-bottom: 10px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.expertise-block .technology-item .content h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.expertise-block .technology-item .content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.expertise-block .technology-item .technology {
    background-color: #fff;
    padding: 50px;
    height: 100%;
    border-bottom: 10px solid #5916AF;
}
.expertise-block .technology-item .technology ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.expertise-block .technology-item .technology ul li {
    width: 50%;
    list-style: none;
    padding: 20px;
}
.expertise-block .technology-item:last-child .technology {
    border-bottom: 1px solid #BAB6B6;
}
.expertise-block .technology-item:last-child .content {
    border: 0;
}
/*Expertise Page Close*/
.top-block-content {
    color: #fff;
}
.development-page .top-block-content {
    width: 100%;
    background: linear-gradient(176.42deg, #1C053A 12.3%, #420072 77.25%);	
}
.development-page .top-block-content .title {
    color: #ffffff;
}
.development-page .top-block-content .description {
    color: #E5E5E5;
    font-weight: 300;
	margin-bottom: 25px;
}
.organicServices {    
	width: 100%;
}
.organicServices .header-block .title, .organicServices .header-block .description {
	color: #ffffff;
}
.organicServices .header-block .description {
    border-bottom: thin solid #E5E5E5;	
}
.organicServices .seo-carousal {
    padding-bottom: 80px;	
}
.seo-carousal .item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.seo-carousal .item .seoItem {
	width: 50%;
    padding-left: 20px;
	padding-right: 30px;
	position: relative;
}
.seo-carousal .item .seoItem li {
    font-size: 20px;
    color: #ffffff;
    list-style: disc;
    padding: 10px 0;
}
.seo-carousal .item .seoItem:last-child {
	padding-right: 0px;
	padding-left: 40px;
}
.seo-carousal .item .seoItem:last-child:after {
	position: absolute;
	content: '';
	top: 0;
	left: -10px;
	width: 1px;
	height: 100%;
	background-color: #E5E5E5;
}
.seo-carousal.left-nav .owl-nav button {
	background-color: #ffffff;
	color: #1C053A;
}
.seo-carousal.left-nav .owl-nav button:hover {
	background-color: #ffffff !important;
}
.engagementModel {
    background: #F7F7F7;	
}
.engagementModel .engagementContent h4 {
    font-size: 24px;
    color: #5916AF;
}
.engagementModel .engagementContent p {
    font-size: 18px;
    color: #4F4C4C;
    margin: 10px 0 0;
}
.whyOlive {    
	width: 100%;
}
.whyOlive .header-block .title, .whyOlive .header-block .description {
	color: #ffffff;
}
.whyOlive .counter-group {
    padding: 0;
}
.whyOlive .counter-group .counter-nubmer {
	padding: 0 50px;
}
.whyOlive .counter-group .col-md-6:last-child .counter-nubmer{
	border-left: thin solid #E5E5E5;	
}
.whyOlive .counter-list, .whyOlive .counter span {
    color: #ffffff;
}
.whyOlive .counter-nubmer .counter-label {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.whyOlive .counter-nubmer p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    line-height: 28px;
}
.oliveGroup {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.oliveGroup .item {
    width: 16.6%;
    text-align: center;
    padding: 10px;
}
.oliveGroup .item figure {
    width: 100px;
    height: 100px;
    background-color: #F6F5F5;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    margin: 0;
}
.oliveGroup .item figure img {
    max-height: 45px;
}
.oliveGroup .item p {
    font-size: 18px;
    color: #fff;
    margin: 15px 0 0;
}
.ourProjects {
	width: 100%;
}
.ourProjects .projects-carousal {
	padding: 0 70px;
}
.ourProjects .projects-carousal .projectsLink {
	width: 100%;
	display: block;
	padding: 0 10px;
}
.ourProjects .left-nav .owl-nav {
    bottom: calc(50% - 15px);
    display: flex !important;
    justify-content: space-between;
} 
.getInTouchModal .modal-body {
    width: 100%;
    position: relative;
    padding: 5px;
}
.getInTouchModal .modal-body .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #5916af !important;
    opacity: 1;
    border-radius: 0;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    z-index: 1;
	box-shadow: none;
	outline: none;
}
.getInTouchModal .modal-content {
    border-radius: 0;
}
.getInTouchModal .modal-body .form-theme h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #1C053A;
    margin: 0;
    padding: 20px 0 20px 0;
    position: relative;
}
.getInTouchModal .modal-body .imbBox {
    height: 100%;
    width: 100%;
}
.getInTouchModal .modal-body .imbBox img {
    height: 100%;
    object-fit: cover;
}
.getInTouchModal .modal-body .form-theme {
    padding-bottom: 20px;
}
.getInTouchModal .modal-body .form-theme .btn-blue:hover {
    color: #1C053A;
    background: #ffffff;
    border-color: #1C053A;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.navGetInTouch {
    margin-right: 0;
}
.navGetInTouch .btn-blue {
    padding: 8px 15px !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
    line-height: 1.35;
    width: fit-content;
    position: relative;
    overflow: hidden;
    font-size: 14px !important;
    line-height: normal !important;
}
.navGetInTouch .btn-blue:after {
    display: none;
}
.navGetInTouch .btn-blue:hover {
    background-color: #1C053A;
}

/*Blog page start 28-03-2025*/
.blog-block {
    width: 100%;
    overflow: hidden;
}
.blog-item {
    width: 100%;
    padding: 25px;
    display: inline-block;
    overflow: hidden;
    height: 100%;
}
.blog-item .img {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
}
.blog-item .img img {
    width: 100%;
    border-radius: 8px;
    transition: 0.6s;
}
.blog-item:hover .img img {
    transform: scale(1.1);
}
.blog-item .detail {
    width: 100%;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    color: #1C053A;
    padding-top: 10px;
    text-decoration: none;
}
.blog-item .detail h4 {
    font-weight: 500;
    font-size: 26px;
}
.blog-item .detail p {
    font-size: 14px;
    line-height: 22px;
    color: #5C5858;
    margin: 0;
}
.blog-item .detail .action-btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #BAB6B6;
    margin-top: 15px;
    padding-top: 15px;
}
.blog-item .detail .action-btm .date {
    font-size: 14px;
    line-height: 20px;
    color: #5C5858;
    padding-right: 15px;
}
.blog-item .detail .action-btm img {
	width: 40px;
	transform: rotateX(180deg);
}
.blog-detail-block {
    border-top: 1px solid #BAB6B6;
}
.blog-detail-block .title {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px;
}
.blog-detail-block .description {
    margin: 15px 0;
}
.blog-detail-block .date {
    font-size: 14px;
    line-height: 20px;
    color: #5C5858;
    padding: 15px 0;
}
.blog-detail-block .img {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 15px 0;
    border-bottom: 1px solid #BAB6B6;
    padding-bottom: 30px;
}
.blog-detail-block .img img {
    border-radius: 4px;
}
.blog-detail-block ul, .blog-detail-block ol {
    width: 100%;
    margin: 15px 0;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    padding-left: 20px;
}
.blog-detail-block ul li {
    font-size: 18px;
    line-height: 30px;
    color: #5C5858;	
}
.blog-detail-block ol li {
	font-size: 18px;
    line-height: 30px;
    color: #5C5858;	
}
.blog-recent {
    width: 100%;
    overflow: hidden;
}
.blog-recent .blog-item {
    padding: 10px 0;
}
.blog-recent .blog-item .detail h4 {
    font-size: 26px;
    line-height: 34px;
}
.blog-recent .blog-item .action-btm {
    padding: 0;
    border: 0;
}
.blog-recent .blog-item .action-btm .date {
    padding: 0;
}
.blog-recent .blog-item .detail {
    border-top: 1px solid #BAB6B6;
    padding-top: 15px;
    margin-top: 15px;
}
ul.pagination {
    justify-content: center;
    flex-wrap: wrap;
}
ul.pagination .page-link {
    color: #5916af;
    font-weight: 500;
    border-color: #cdcdcd;
}
ul.pagination .page-item.active  .page-link {
    background-color: #5916af;
    border-color: #5916af;
    z-index: 1;
}
/*Blog page close 28-03-2025*/
@media (max-width: 1536px) {
	.ptb-100 {
		padding: 80px 0;	
	}
	.pt-100 {
		padding-top: 80px;
	}
	.pb-100 {
		padding-bottom: 80px;
	}	
	.about-service-block .service-list ul li a {
        font-size: 26px;
        line-height: 34px;
    }
}
@media (max-width: 1399px){
	footer .upperDetail .footerMenu li:not(:last-child) {
		margin-right: 25px;
	}
	.ourServices-block .item .servicesInner h4 {
		font-size: 20px;
	}
	.ourServices-block .item .servicesInner {
		padding: 20px 15px;
	}
	.counter-group .counter-nubmer {
		padding: 0;
	}
	footer .loweDetail .addressDetail li {
		width: 35%;
	}
	footer .loweDetail .addressDetail li:nth-child(2) {
		width: 30%;
	}
	footer .loweDetail .addressDetail li:last-child {
		width: 35%;
	}
	.counter-nubmer .counter-list {
		font-size: 60px;
	}
	.counter {
		height: 60px;
	}
	.year-service-block .left h1 {
		font-size: 180px;
	}
	.contact-page .enquiry-block .container {
		padding: 0 50px 0 100px;
	}
	.service-content-block {
		overflow: hidden;
		margin: 0;
	}
	.banner-block .content h1 {
		font-size: 80px;
		line-height: 90px;
	}
	.banner-block {
		height: 800px;
	}
	.banner-block .parallax-window {
		min-height: 800px;	
	}
	.blend-banner-block .content h2 {
		font-size: 50px;
		line-height: 64px;
	}
	.blend-banner-block .content h3 {
		font-size: 50px;
		line-height: 64px;
	}
	.service-block .title, .join-team-block .title, .why-join-block .title, .proud-work-block .title {
		font-size: 50px;
		line-height: 64px;	
	}
	.service-item .head .inner .offer h4 {
		font-size: 40px;
		line-height: 50px;
	}
	.service-item .head .inner .offer p, .service-list-block .accordion-item .accordion-header .accordion-button .inner .offers {
		font-size: 18px;
		line-height: 30px;
	}
	.service-list-block .accordion-item .accordion-header .accordion-button .inner .label span, .service-list-block .service-header .service-title .label span {
		font-size: 50px;
		line-height: 50px;
	}
	.service-item .head .inner .label p {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 0 0 30px;
	}
	.service-list-block .accordion-item .accordion-header .accordion-button .inner .label p, .service-list-block .service-header .service-title .label p {
		font-size: 26px;
        line-height: 34px;
	}
	.service-item .body .label {
		font-size: 66px;
		line-height: 70px;
	}
	.service-item .body .offer h4 {
		font-size: 34px;
		line-height: 46px;
	}
	.service-item .body .service ul li {
		font-size: 20px;
		line-height: 30px;
	}
	.projects-block .title {
		font-size: 100px;
		line-height: 100px;
	}
	.transformation-block-title .content .title, .founder-block .content .title {
		font-size: 100px;
		line-height: 122px;
	}
	.brand-block .content .team {
		font-size: 70px;
		line-height: 70px;
	}
	.brand-block .delivered {
		font-size: 50px;
		line-height: 60px;
	}
	.brand-block .content .clients {
		font-size: 90px;
		line-height: 90px;
	}
	
	.enquiry-block .subtitle {
		font-size: 40px;
		line-height: 50px;
	}
	.office-block .title, .contact-page .enquiry-block .subtitle  {
		font-size: 40px;
		line-height: 50px;	
	}
	.form-theme .form-group {
		margin-bottom: 80px;
	}
	.enquiry-block .contact-info .info h4 {
		font-size: 40px;
		line-height: 50px;
	}
	footer .container, .copyright .container {
		padding: 0 15px;
	}
	.service-banner-block .title, .top-block-content .title, .expertise-block .top-block-content .title {
	    font-size: 50px;
		line-height: 64px;	
	}
	.other-work .top-block-content .title {
		font-size: 40px;
		line-height: 55px;
	}
	.service-list-block .accordion-item .accordion-body .service-group .service-wrap .service-inner .service-head {
		font-size: 200px;
		line-height: 200px;
		transform: translate(28%, 0px);
	}
	.about-service-block .service-list ul li a {
		font-size: 24px;
		line-height: 34px;
	}
	.founder-block .founder-item .content-item h2 {
		font-size: 86px;
		line-height: 100px;
	}
	.founder-block .founder-item .content-item h4 {
		font-size: 60px;
		line-height: 80px;
	}
	.transformation-block .transformation-list .list-item h3 {
		font-size: 24px;
	}
	.transformation-block .transformation-list .list-item p {
		font-size: 20px;
		line-height: 28px;
	}
	.transformation-block .transformation-list .list-item {
		padding: 30px 15px;
	}
	.blog-item .detail h4 {
		font-size: 22px;
	}
}
@media (max-width: 1300px){
	.contact-page .enquiry-block .container {
		padding: 0 50px 0 130px;
	}
	.ptb-100 {
		padding: 60px 0;	
	}
	.pt-100 {
		padding-top: 60px;
	}
	.pb-100 {
		padding-bottom: 60px;
	}	
	.ptb {
		padding: 40px 0;	
	}
	.plr {
		padding: 0 40px;
	}
	.pt {
		padding-top: 40px;
	}
	.pb {
		padding-bottom: 40px;
	}
	.pl {
		padding-left: 40px;
	}
	.pr {
		padding-right: 40px;
	}
}
@media (max-width: 1199px){ 
	.counter-group .col-xl-4:nth-child(2) {
		border-right: 0;
	}
	.counter-group .col-xl-4:last-child {
		border-top: 1px solid #666666;
		padding-top: 20px;
	}
	footer .loweDetail .addressDetail li a {
		font-size: 15px;
		padding-left: 20px;
	}
	footer .loweDetail .addressDetail li:last-child {
		width: 40%;
	}
	footer .loweDetail .addressDetail li {
		width: 35%;
	}
	footer .upperDetail .footerMenu li a {
		font-size: 16px;
	}
	footer .upperDetail .footerMenu li:not(:last-child) {
		margin-right: 15px;
	}
	header .navbar .navbar-collapse .navbar-nav .nav-item {
		margin: 0 5px;
	}
	.transformation-block .transformation-list {
		padding-left: 0;
	}
	.transformation-block .transformation-list .list-item h3 {
		font-size: 20px;
	}
	.transformation-block .transformation-list .list-item p {
		font-size: 18px;
		line-height: 26px;
	}
	.transformation-block .transformation-list .list-item {
		padding: 20px 10px;
	}
}
@media (max-width: 991px){
	header {
		padding: 10px 0;
	}
	header .container {
		max-width: 100%;
	}
	header .right-menu {
		display: flex;
		align-items: center;
	}
	 header .navbar-toggler {
        border: 0;
        box-shadow: none;
        outline: none;
        padding: 0;
        margin-left: 30px;
        z-index: 2;
    }
    header .navbar .navbar-toggler .bar1,
    header .navbar .navbar-toggler .bar2,
    header .navbar .navbar-toggler .bar3 {
        width: 24px;
        height: 2px;
        background-color: #fff;
        margin: 5px 0;
        transition: 0.4s;
    }
	header.header-white .navbar .navbar-toggler .bar1,
    header.header-white .navbar .navbar-toggler .bar2,
    header.header-white .navbar .navbar-toggler .bar3 {
        background-color: #000;
    }
	header.header-white .navbar .navbar-toggler.cross .bar1,
    header.header-white .navbar .navbar-toggler.cross .bar2,
    header.header-white .navbar .navbar-toggler.cross .bar3 {
        background-color: #fff;
    }
    header .navbar .navbar-toggler.cross .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 6px);
        transform: rotate(-45deg) translate(-4px, 6px);
    }
    header .navbar .navbar-toggler.cross .bar2 {
        opacity: 0;
    }
    header .navbar .navbar-toggler.cross .bar3 {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }
	header .navbar .navbar-collapse {
		position: fixed;
		top: 0;
		left: 100%;
		background: #1C053A;
		width: 0;
		flex-wrap: wrap;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: block !important;
		height: 100%;
		padding: 50px 0 0 0;
		z-index: 1;
	}
	header .navbar .navbar-collapse .navbar-nav {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	header .navbar .navbar-collapse.active {
		left: 50%;
		width: 50%;
	}
	header .navbar .navbar-collapse .navbar-nav .nav-item {
		margin: 0;
	}
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:after {
		display: none;
	}
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 20px;
		border-bottom: 1px dashed #fff;
	}
	header.sticky .navbar .navbar-collapse .navbar-nav .nav-item .nav-link, header.header-white .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		color: #fff;
	}
	header.sticky .navbar .navbar-toggler .bar1, header.sticky .navbar .navbar-toggler .bar2, header.sticky .navbar .navbar-toggler .bar3 {
		background-color: #000;
	}
	header.sticky .navbar .navbar-toggler.cross .bar1, header.sticky .navbar .navbar-toggler.cross .bar2, header.sticky .navbar .navbar-toggler.cross .bar3 {
		background-color: #fff;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	header .navbar .navbar-collapse .navbar-nav .nav-item.navGetInTouch {
		display: none;
	}
	footer .info {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	footer .info p {
		padding: 0;
	}
	footer .service-link {
		padding: 20px 0;
	}
	footer .service-link ul {
		display: block;
	}
	footer .service-link ul li {
		width: 100%;
	}
	.service-list-block .service-header .service-title {
		padding-right: 50px;
	}
	.service-list-block .service-header .service-title .link-add, .service-item .body .inner .link-add {
		width: 35px;
	}
	.service-list-block .service-header .service-title .offer ul li, .service-item .body .offer ul li {
		width: 100%;
		margin: 0;
	}
	.projects .projects-list {
		padding: 0;
	}
	.contact-page .enquiry-block .container {
		padding: 0 20px 0 70px;
	}
	.office-block {
		padding-left: 20px;
		padding-right: 20px;
	}
	.office-block .title, .contact-page .enquiry-block .subtitle, .header-block .title {
		font-size: 30px;
		line-height: 40px;
	}
	.contact-page .enquiry-block {
		padding: 50px 0;
		position: relative;
	}
	.contact-page .form-theme .form-group {
		margin-bottom: 50px;
	}
	.office-block .offices-list .offices-item {
		padding: 20px 0;	
	}
	.office-block .offices-list .offices-item h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.office-block .offices-list .offices-item h5 {
		font-size: 18px;
		line-height: 20px;
	}
	.office-block .offices-list .offices-item p {
		font-size: 16px;
		line-height: 26px;
	}
	.office-block .offices-list .offices-item ul li {
		font-size: 16px;
		line-height: 20px;
	}
	.projects .projects-list .projects-item:nth-child(odd) {
		padding-right: 20px;	
	}
	.projects .projects-list .projects-item:nth-child(even) {
		padding-left: 20px;
	}
	.banner-block .content h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.banner-block , .blend-banner-block{
		height: 600px;
	}
	.banner-block .parallax-window, .blend-banner-block .parallax-window {
		min-height: 600px;	
	}
	.blend-banner-block .content h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.blend-banner-block .content h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.service-block .title, .join-team-block .title, .why-join-block .title, .proud-work-block .title  {
		font-size: 40px;
		line-height: 50px;
	}
	.service-item .head .inner .offer h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.service-item .head .inner .offer p, .service-list-block .accordion-item .accordion-header .accordion-button .inner .offer p, .service-list-block .service-header .service-title .offer p, .service-list-block .service-header .service-title .offer ul li, .service-item .body .offer ul li {
		font-size: 16px;
		line-height: 26px;
	}
	.service-item .head .inner .label p {
		font-size: 16px;
		line-height: 22px;
	}
	.service-list-block .accordion-item .accordion-header .accordion-button .inner .label p, .service-list-block .service-header .service-title .label p {
		font-size: 16px;
		line-height: 22px;
	    padding-left: 20px;
	}
	.service-item .body .offer h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.service-item .body .service ul li {
		font-size: 16px;
		line-height: 30px;
	}
	.service-item .body .offer p {
		font-size: 16px;
		line-height: 26px;
	}
	.service-item .body .label {
		font-size: 40px;
		line-height: 40px;
	}
	.projects-block .title {
		font-size: 70px;
		line-height: 70px;
		top: -12px;
	}
	.transformation-block-title .content .title, .founder-block .content .title {
		font-size: 70px;
		line-height: 110px;
	}
	.brand-block .content .team {
		font-size: 54px;
		line-height: 54px;
	}
	.brand-block .delivered {
		font-size: 40px;
		line-height: 50px;
	}
	.brand-block .content .clients {
		font-size: 70px;
		line-height: 70px;
	}
	.enquiry-block .subtitle, .enquiry-block .contact-info .info h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.enquiry-block .contact-info .info a {
		font-size: 20px;
		line-height: 26px;
	}
	.enquiry-block .container {
		padding-left: 70px;
	}
	.enquiry-block .container {
		padding-left: 70px;
	}
	.enquiry-block .title {
		font-size: 70px;
		line-height: 70px;
		left: -325px;
	}
	.form-theme .form-group label {
		font-size: 18px;
		line-height: 20px;
	}
	.form-theme .form-group {
		margin-bottom: 50px;
	}
	.btn-blue {
		font-size: 18px;
	}
	.copyright p {
		text-align: center;
	}
	.service-banner-block .title, .top-block-content .title, .join-team-block .title, .expertise-block .top-block-content .title {
	    font-size: 40px;
	    line-height: 56px;
	}
	.other-work .top-block-content .title {
		font-size: 30px;
		line-height: 45px;
	}
	.service-banner-block .subtitle {
	    font-size: 22px;
		line-height: 30px;	
	}
	.service-list-block .accordion-item .accordion-body .service-group .service-wrap {
	    flex: 0 0 48%;	
	}
	.service-list-block .accordion-item .accordion-body .service-group .service-wrap .service-inner .service-head {
		font-size: 150px;
		line-height: 150px;
		transform: translate(38%, 0px);
	}
	.top-block-content .description, .blog-detail-block .description {
		margin: 10px 0;
	}
	.blog-detail-block .img {
		margin: 10px 0 0;
		padding-bottom: 15px;
	}
	.blog-recent .blog-item .detail h4 {
		font-size: 22px;
		line-height: 28px;
	}
	.blog-recent .blog-item .detail {
		padding-top: 10px;
		margin-top: 10px;
	}
	.blog-detail-block .date {
		padding: 10px 0;
	}
	.why-join-block .join-item {
		border-right: 0;
	}
	.why-join-block .row .col-lg-6:nth-child(3) .join-item {
		border-bottom: thin solid #6b6b6b;
	}
	.why-join-block .row .col-lg-6:nth-child(4) .join-item {
		border-bottom: 0;
	}
	.service-content-block .col-lg-6 .img {
		margin: 20px 0 0;
	}
	.more-organic-block .row .col-lg-3 {
		border: 0 !important;
	}
	.more-organic-block .item {
		border: thin solid #8E8A8A;
		padding: 15px;
	}
	.more-organic-block .row {
		border: 0 !important;
		padding: 0;
	}
	.year-service-block .right {
		padding: 30px 0 0;
		text-align: center;
	}
	.year-service-block .right:before {
		display: none;
	}
	.year-service-block .left {
		padding: 0;
	}
	.about-service-block .service-list {
		border: 0;
	}
	.expertise-block .technology-item .content, .expertise-block .technology-item .technology {
		padding: 30px;
	}
	.brand-list .brand-logos .brand-logo {
		width: 33.3%;
	}
	.brand-list .brand-logos .brand-logo {
		width: 50%;
	}
	.seo-solutions-block .item {
	    height: calc(100% - 30px);
		margin: 15px 0;	
	}
	.ourServices-block .left-nav {
		padding-bottom: 5s0px;
	}
	.owl-carousel.left-nav .owl-nav button {
		width: 30px;
		height: 30px;
	    font-size: 30px;
		line-height: 30px;	
	}
	.seo-carousal .item .seoItem li {
		font-size: 18px;
	}
	.ourProjects .projects-carousal {
		padding: 0 40px;
	}
	.engagementModel .engagementContent p {
		font-size: 16px;
	}
	.engagementModel .engagementContent h4 {
		font-size: 20px;
	}
	.engagementModel .engagementContent h4 img {
		max-width: 30px;
	}
	.whyOlive .counter-nubmer p {
		font-size: 16px;
		line-height: 25px;
	}
	.whyOlive .counter-group .counter-nubmer {
		padding: 0 30px;
	}
	.whyOlive .counter-nubmer .counter-label {
		font-size: 20px;
	}
	.oliveGroup .item {
		width: 33.3%;
	}
	.oliveGroup .item figure {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.oliveGroup .item figure img {
		max-height: 28px;
	}
	.oliveGroup .item p {
		font-size: 15px;
		margin: 5px 0 0;
	}
	.counter-nubmer .counter-label {
		font-size: 24px;
		line-height: inherit;
	}
	.counter-nubmer .counter-list {
        font-size: 50px;
    }
	.top-block-content .title.mb-4 {
		margin-bottom: 10px !important;
	}
}
@media (max-width: 767px){ 
	header.sticky .navbar-brand .sticky-logo, header .navbar-brand img {
		height: 42px;
	}
	.navGetInTouch .btn-blue {
		padding: 6px 10px !important;
	}
	header .navbar-toggler {
		margin-left: 20px;
	}
	.getInTouchModal .modal-body .imbBox {
		display: none;
	}
	.getInTouchModal .modal-body .form-theme h2 {
		padding-top: 0;
	}
	.getInTouchModal .modal-body .form-theme {
		padding: 20px;
	}
	.seo-carousal .item .seoItem li {
		font-size: 16px;
		padding: 5px 0;
	}
    .container, .container-sm {
        max-width: 100%;
    }
	.expertise-block .technology-item .content h3 {
		font-size: 30px;
	}
	.expertise-block .technology-item .content p {
		font-size: 16px;
		line-height: 26px;
	}
	.expertise-block .technology-item .content {
		border-bottom: 10px solid #fff;
	}
	.expertise-block .technology-item .technology {
		border-bottom: 10px solid #5916AF;
	}
	.client-page, .expertise-page {
		padding-top: 75px;
	}
	.top-block-content .description {
		font-size: 16px;
	}
	.client-block-logo {
		padding-top: 0;
	}
	.client-block-logo .tab-pane .client-list .client-brand {
		width: calc(50% - 24px);
		margin: 12px;
		border: thin solid #6b6b6b !important;
	}
	header .navbar-brand img {
		max-width: 130px;
	}
	header {
		padding: 0px 0;
	}
	.client-block-logo .tab-pane {
		padding: 30px 0 0;
	}
	.ptblr {
		padding: 30px;
	}
	.ptb {
		padding: 30px 0;
	}
	.ptb-100 {
		padding: 50px 0;	
	}
	.pt-100 {
		padding-top: 50px;
	}
	.pb-100 {
		padding-bottom: 50px;
	}
	.plr {
		padding: 0 30px;
	}
	.pt {
		padding-top: 30px;
	}
	.pb {
		padding-bottom: 30px;
	}
	.pl {
		padding-left: 30px;
	}
	.pr {
		padding-right: 30px;
	}
	.copyright {
		padding: 10px 0;
	}
	.copyright p {
		text-align: center;
	}
	.enquiry-block .contact-info .info h4 {
		font-size: 20px;
		line-height: 30px;    
		margin-bottom: 10px;
	}
	.enquiry-block .contact-info .info a {
		font-size: 16px;
		line-height: 22px;
	}
	.enquiry-block .contact-info .info {
		margin-bottom: 40px;
	}
	footer .info p {
		padding: 10px 0 0;
		font-size: 18px;
		line-height: 28px;
	}
	footer .service-link {
		padding: 10px 0;
	}
	.form-theme .form-group label {
		font-size: 16px;
		line-height: 20px;
	}
	.form-theme .form-group .form-control {
		padding: 10px 0;
	}
	.form-theme .action {
		text-align: center !important;
	}
	.service-list-block .banner-wrap {
		height: 400px;	
	}
	.service-list-block .accordion-item .accordion-header .accordion-button .inner .label {
		width: 30%;	
	}
	.service-list-block .accordion-item .accordion-header .accordion-button .inner .offer, .service-list-block .service-header .service-title .offer {
		width: 60%;
		padding-left: 20px;
	}
	.service-list-block .accordion-item .accordion-body .service-group {
		flex-wrap: wrap;
	}
	.service-list-block .accordion-item .accordion-body .service-group .service-wrap {
		width: 100%;
		flex: inherit;
		margin: 12px 0;
	}
	.service-list-block .accordion-item .accordion-body .service-group .service-wrap:nth-child(even) {
	    margin-top: 0;	
	}
	.service-list-block .accordion-item .accordion-body .service-group .service-wrap .service-inner .service-head {
		font-size: 150px;
		line-height: 150px;
		transform: translate(23%, 0px);
	}
	.portfolio-list .portfolio-item, .blog-item {
		padding: 10px 0;
	}
	.other-work .top-block-content .title {
		padding: 0 10px;
	}
	.portfolio-list .portfolio-item .detail {
		padding-top: 10px;
	}
	.portfolio-list .portfolio-item .detail .name, .blog-item .detail h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.blog-item .detail .action-btm {
		padding-top: 10px;
		margin-top: 10px;
	}
	.blog-item .detail .action-btm img {
		width: 25px;
	}
	.top-block-content.about-title .title {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.counter-group .col-xl-4:not(:last-child) {
		border-bottom: 1px solid #666666;
		border-right: 0;
		padding-top: 20px;
	}
	.counter-group .col-xl-4:last-child {
		border: 0;
	}
	.transformation-block .transformation-list {
		padding: 30px 0 0;
	}
	.year-service-block .left p, .about-service-block .service-content h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.transformation-block .transformation-list .list-item p, .year-service-block .right p, .about-service-block .service-content p {
		font-size: 16px;
		line-height: 26px;
	}
	.transformation-block .transformation-list .list-item {
		padding: 20px 0px;
	}
	.year-service-block .left h1 {
		font-size: 90px;
	}
	.about-service-block .service-list ul li a {
		font-size: 18px;
		line-height: 26px;
	}
	.about-service-block .service-list ul li {
		padding: 0px 20px 20px 0;
	}
	.about-service-block .top-block-content a {
		white-space: nowrap;
	}
	.founder-block .founder-item .content-item h2 {
		padding: 20px 0 0px;
		font-size: 40px;
		line-height: 50px;
		text-align: center;
	}
	.founder-block .founder-item .image img {
		max-width: 250px;
	}
	.founder-block .carousel-control-next {
		top: 50%;
		bottom: inherit;
		right: 20px;
	}
	.founder-block .carousel-control-prev {
		left: 20px;
		right: initial;
		top: 50%;
		bottom: inherit;
	}
	.founder-block .founder-item .image {
		padding: 0;
	}
	.founder-block .founder-item .content-item h4 {
		display: none;
	}
	.founder-block .founder-item .row {
		flex-direction: column-reverse;
	}
	.founder-block .founder-item {
		padding: 20px;
	}
	.counter-nubmer .counter-list {
		font-size: 45px;
	}
	.expertise-page .top-block-content.heading-content h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.expertise-page .top-block-content.heading-content .right-content h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.counter-group .counter-nubmer {
		padding: 0;
	}
	.counter-group {
		padding: 30px 30px 0px;
	}
	footer .upperDetail .footerMenu {
		width: 100%;
		justify-content: center;
	    flex-wrap: wrap;
	}
	footer .upperDetail .socialMenu {
		width: 100%;
		justify-content: center;
		padding-top: 15px;
	}
	footer .upperDetail {
		flex-wrap: wrap;
	}
	footer .loweDetail .addressDetail li:last-child, footer .loweDetail .addressDetail li, footer .loweDetail .addressDetail li:nth-child(2) {
		width: 100% !important;
		padding-top: 15px;
		padding-right: 0;
		padding-left: 0;
	}
    footer .loweDetail .addressDetail li.mbNumber a {
        padding: 5px 0 5px 20px;
    }
    footer .loweDetail .addressDetail li.mbNumber a i {
        top: 10px;
    }
	footer .loweDetail .addressDetail {
		flex-wrap: wrap;
	}
	.seo-carousal .item .seoItem {
		padding-right: 15px;
	}
	.seo-carousal .item .seoItem:last-child {
		padding-left: 30px;
	}
	.seo-carousal .item .seoItem:last-child:after {
		left: 0;
	}
	.btn-cirle {
		margin-top: 20px;
	}
	.portfolio-detail .design-img {
		padding: 10px 0;
	}
}
@media (max-width: 575px){ 
	.screenshots.ptb .col-lg-3{    flex: 0 0 auto;
    width: 50%;}
	.responsive-design .screenshots .img img{    border-radius: 0;}
	.portfolio-detail .detail .technolgy-detail {
		display: block;
	}
	.portfolio-detail .detail .technolgy-detail li {
		padding: 10px 0;
	}
    .getInTouchModal .modal-body .form-theme {
        padding: 10px;
    }
	.getInTouchModal .modal-body .form-theme h2 {
        padding-top: 10px;
        font-size: 18px;
        line-height: 24px;
    }

	.counter-group {
		padding: 30px 15px 0px;
	}
	.expertise-block .technology-item .content {
		border-bottom:0;
	}
	.expertise-block .technology-item .technology {
		border-bottom: 0;
		border-top: 10px solid #5916AF;
	}
	.expertise-block .technology-item .technology ul li {
		padding: 10px;
	}
	.top-block-content .title, .expertise-block .top-block-content .title {
		font-size: 30px;
		line-height: 46px;
	}
	.office-block .title, .contact-page .enquiry-block .subtitle, .header-block .title {
        font-size: 26px;
        line-height: 36px;
    }
	.search-bar {
		padding: 15px;
	}
	.search-bar .form-group .form-control {
		max-width: 300px;
		line-height: 24px;
		height: 40px;
	}
	.search-bar .form-group {
		padding: 0 15px;
	}
	.search-bar .form-group .btn {
		height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}
	.search-bar .search-btn {
		right: 20px;
		top: 10px;
	}
	.search-bar .search-btn svg {
		width: 22px;
	}
	header .navbar .navbar-collapse.active {
		left: 30%;
		width: 70%;
	}
	.projects .projects-list {
		display: block;
	}
	.projects .projects-list .projects-item {
		margin: 0;
		padding: 20px;
		width: 100%;
	}
	.projects .projects-list .projects-item:nth-child(even) {
		margin: 0;
	}
	.projects .projects-list .projects-item .img img {
		width: 100%;
	}
	.service-item .head .inner, .service-list-block .service-header .service-title {
		display: block;
	}
	.service-list-block .service-header .service-title {
		padding-right: 0;
	}
	.service-list-block .service-header .service-title .link-add {
		top: 30px;
	}
	.service-list-block .service-header .service-title .label {
		padding-right: 50px;
	}
	.service-item .head .inner .label, .service-list-block .service-header .service-title .label {
		width: 100%;
		padding: 0 0;
	}
	.service-item .head .inner .label p {
		padding: 0 0;
	}
	.service-item .head .inner .offer {
		width: 100%;
		padding: 20px 0 0;
	}
	.service-item .body .label {
		width: 100%;
		padding: 0 40px 0 0;
	}
	.service-list-block .service-header .service-title .label {
		padding: 0 50px 0 0;
	}
	.service-item .body .inner .link-add {
		top: 0;
	}
	.service-item .body .inner {
		display: block;
	    padding: 0;
	}
	.service-item .body .offer, .service-list-block .service-header .service-title .offer {
		width: 100%;
		padding: 20px 0 0;
	}
	.service-item .body .service {
		width: 100%;
		padding: 0;
	}
	.banner-block .content p {
		font-size: 28px;
		line-height: 36px;
	}
	.banner-block .content h1 {
		font-size: 40px;
		line-height: 54px;
	}
	.service-block .title, .blend-banner-block .content h3, .blend-banner-block .content h2, .join-team-block .title, .why-join-block .title, .proud-work-block .title {
		font-size: 26px;
		line-height: 36px;
	}
	.banner-block .parallax-window, .blend-banner-block .parallax-window {
		min-height: 500px;
	}
	.banner-block, .blend-banner-block {
		height: 500px;
	}
	.projects-block .title {
		font-size: 38px;
		line-height: 50px;
		top: -12px;
	}
	.transformation-block-title .content .title, .founder-block .content .title {
		font-size: 38px;
		line-height: 80px;
	}
	.brand-block .content .team {
		font-size: 38px;
		line-height: 38px;
		margin: 10px 0;
	}
	.brand-block .delivered {
		font-size: 30px;
		line-height: 30px;
		margin: 10px 0;
	}
	.brand-block .content .clients {
		font-size: 50px;
		line-height: 50px;
		margin: 10px 0;
	}
	.brand-list .brand-logos .brand-logo {
		width: 150px;
		height: 100px;
		padding: 10px;
	}
	.brand-list .brand-logos .brand-logo > img {
		width: 120px;
		height: auto;
	}
	.enquiry-block .title {
		font-size: 50px;
		line-height: 50px;
		left: -230px;
	}
	.contact-page .enquiry-block .container {
		padding: 0 20px 0 51px;
	}
	.enquiry-block .container {
		padding-left: 50px;
	}
	.btn-blue {
		font-size: 16px;
	}
	.service-banner-block .title {
	    font-size: 26px;
		line-height: 40px;	
	}
	.service-banner-block .subtitle {
	    font-size: 20px;
		line-height: 30px;	
	}
	.service-list-block .accordion-item .accordion-header .accordion-button .inner {
		display: block;
	}
	.service-list-block .accordion-item .accordion-header .accordion-button .inner .label {
		width: 100%;
	}
	.service-list-block .accordion-item .accordion-header .accordion-button .inner .offer {
		padding: 20px 0 0;
		width: 100%;
	}
	.service-list-block .accordion-item .accordion-header .accordion-button::after {
		top: 46px;
	}
	.client-block-logo .tab-pane .client-list .client-brand {
		width: calc(50% - 10px);
		margin: 5px;
	}
}