	@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
.disabled-st{
	pointer-events:none;
	opacity:0.7;
	cursor:default;
}
.greblock {
	 z-index: 111;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url('../../assets/images/blur_bg_img.png');
	background-repeat:repeat;
	flex-shrink:0;
	position:absolute;
	backdrop-filter: blur(7.5px);
}
 .overlay-block {
	 z-index: 111;
	left:0;
	right:0;
	top:0;
	bottom:0;
	/* transition: bottom 0.1s ease-all;	 */
	background:url('../../assets/images/blur_bg_img.png');
	background-repeat:repeat;	
	position:fixed;	
	backdrop-filter: blur(7.5px);
	-webkit-animation: showAnimation 0.5s forwards; 
    animation: showAnimation 0.5s forwards;
}
@keyframes showAnimation {
    0%   {opacity: 0;}
    90%  {opacity: 1;}
    100% {opacity: 1;}
}
@-webkit-keyframes showAnimation {
    0%   {opacity: 0;}
    90%  {opacity: 1;}
    100% {opacity: 1;}
}
/* .overlay-block.slowhide { */
	/* transition: bottom 0.1s ease-all; */
	/* bottom:100% */
/* } */

 .overlay-block.slowhide {
    -webkit-animation: cssAnimation 0.75s forwards; 
    animation: cssAnimation 0.75s forwards;
	
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;z-index:0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;z-index:0;}
}
.dd-wrapper {
	max-height: 0; 
	transition: max-height 1s ease-out;
	overflow: hidden;
	position: fixed;	
	top: 80px;
	z-index: 1111;
	left:0;
	right:0;
	background:#ffffff;

}
.dd-wrapper.ddmenu {
	 display: block; 
	-webkit-transition: max-height 1s ease-in;
	transition:max-height 1s ease-in;
		
	 max-height:340px; 
	box-shadow: 0px 4px 4px 0px #00000040; 
}

.first-row-block{
	z-index:1;
	padding-top:81px;
}


.dd-wrapper .menu-wrapper-top{
padding: 3rem 1rem;
align-content: center;
display: flex;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
	
	
	
.tp-lft{
	position: absolute;
    left: 12px;
    top: 0;
}
.tp-rgt{
	position: absolute;
    right: 12px;
    top: 0;
}
.btm-lft{
	position: absolute;
    left: 12px;
    bottom: 0;
}
.btm-rgt{
position: absolute;
right: 12px;
bottom: 0;
}

.hidden {
	display: none;
}
.disbaled{
	pointer-events: none;
    opacity: 0.5;
}

.carousel-indicators [data-bs-target] {
	height: 8px;
	width: 8px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid #1A1A1A;
	margin-right: 4px;
	margin-left: 4px;
}

.carousel-indicators .active {
	width: 30px;
	opacity: 1;
	background: #1A1A1A;
	border: 1px solid #1A1A1A;
}

.container-xxl {
	max-width: 1300px;
}

.fl {
	float: left;
}

.abtpadding-0 {
	padding-left: 0;
	padding-right: 0;
}

.poppins-thin {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.poppins-extralight {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.poppins-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.poppins-semibold {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.poppins-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.poppins-black {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.poppins-thin-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.poppins-extralight-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.poppins-light-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.poppins-regular-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.poppins-medium-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.poppins-semibold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.poppins-bold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.poppins-extrabold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: italic;
}

.poppins-black-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
}
.navbar-light .navbar-nav .nav-link.active{
	color: #1A1A1A;
	font-family: Poppins;
	font-size: 0.9rem;
	font-weight: 600;	
	border-radius: 7px;
}

.navbar-light .navbar-nav .show > .nav-link {
	color: #1A1A1A;
	font-family: Poppins;
	font-size: 0.9rem;
	font-weight: 600;
	background: #F2F2F2;
	border-radius: 7px;
}

.navbar-light .navbar-nav:not(.tel) .nav-link:hover {

	background: #F2F2F2;
	border-radius: 7px;
}


.navbar-light .navbar-nav .nav-link {
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #1A1A1A;
	font-family: Poppins;
	font-size: 0.9rem;
	font-weight: 400;
}


html {
	scroll-behavior: smooth;
}

body {
	font-family: Poppins;
	font-size: 16px;
	background: #ffffff;
	color: #1A1A1A;
}

.rel {
	position: relative;
}

section .container-wrapper {
	padding: 6.25rem 0;
}

.hide {
	display: none;
}

.mobile-block {
	display: none;
}
.mobile-block-990
{
	display: none;
}
.mobile-block-tab
{
	display: block;
}

h1 {
	font-family: Poppins;
	font-size: 60px;
	font-weight: 700;
	line-height: 85px;
	letter-spacing: 0.02em;
	text-align: center;

}

#home h1.banner-title {
	padding-top: 160px;
}

.banner-alignment {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 123;
}

h1.white-text {
	color: #FFFFFF;
}

.green-text {
	color: #9DD81F;
}

h2 {
	font-family: Poppins;
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #1A1A1A;
	padding-bottom: 15px;
}

h2.white-text {
	color: #ffffff;
}

h3 {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;
	border-radius: 0px 5px 5px 0px;
	background: #F1F1F1;
	border-left: 4px solid #9DD81F;
	display: inline-block;
	padding: 0.5rem;
	color: #1A1A1A;
	text-transform: capitalize;
}

h4.posiabt {
	position: absolute;
	bottom: 10px;
	left: 20px;
}

h4 {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.03em;
	text-align: left;
	color: #1A1A1A;
}

h5 {
	font-family: Poppins;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	color: #1A1A1A;
}

h4.white-text,
h5.white-text {
	color: #ffffff;
}

p.white-text {
	color: #ffffff;
}

p {
	font-family: Poppins;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0;
	color: #1A1A1A;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}



/* navigation bar css */

.navbar.navigation-wrap {
	position: fixed;
	left: 0;
	z-index: 1000;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #ffffff;
	border-bottom:1px solid #d1d1d1;
}

.nav-link {
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.btn,
.nav-pills .nav-link.btn {
	border-radius: 10px;
	text-transform: uppercase;
	padding: 0.7rem 2.29rem;
	font-weight: 700;
	font-family: Poppins;
}

.btn:focus,
.nav-pills .nav-link.btn:focus {
	border: none;
}

.white-button {
	background: #fff;
	border: 1px solid #8DC63F;
	Color: #8DC63F;
}

.trans-button,
.nav-pills .nav-link.btn.trans-button {
	border: 1px solid #8DC63F;
	color: #8DC63F;
	background: none;
	font-size: 1.1rem;
}

.trans-button:hover,
.trans-button:focus {
	box-shadow: none;
	border: 1px solid #8DC63F;
}

.white-button:hover,
.trans-button:hover,
.nav-pills .nav-link.btn.trans-button.active {
	background: #8DC63F;
	border: 1px solid #8DC63F;
	color: #ffffff;
	font-size: 1.1rem;
	box-shadow: none;
}

.green-button {
	background: #8DC63F;
	border: 1px solid #8DC63F;
	Color: #ffffff;
}

.green-button:hover,
.green-button:focus,
.green-button:active {
	background: none;
	border: 1px solid #8DC63F;
	Color: #8DC63F;
	box-shadow: none;
}

.br10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.br20 {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.img-block img:before {
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(183, 183, 183, 0.00) 19.25%, #000 100%);
}

p.prod-description {
	font-size: 0.938rem;
	line-height: 30px;
	letter-spacing: 0.02em;
	text-align: left;
	padding: 1.22rem 0 1.5em;
	margin: 0;
}

.valuable-service {
	background: url('../../assets/images/services_BG.jpg') no-repeat scroll 0 0;
	background-size: cover;
	padding: 2rem 0;
}

.valuable-service1 {
	opacity: 0.7;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 32.26%, #000 62.8%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.learn-more {
	font-family: Poppins;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #1A1A1A;
	text-decoration: none;
	position: absolute;
	bottom: 0;
}

.learn-more:hover {
	color: #1A1A1A;
	text-decoration: underline;
}

.product-video {
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
}

.product-video video {
	width: 100%;
	border-radius: 10px;
	margin-top: -100px;
}

.product-video .data-wrap {
	position: absolute;
	left: 0;
	right: 0;
	box-sizing: border-box;
	bottom: 15px;
	padding: 0px 0px 0px 40px;
}

.product-video .btn {
	position: absolute;
	right: 30px;
	top: 20px;
}

.banner-background-gradient {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 15.58%, #000 94.17%);
}

.products-background-gradient {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(183, 183, 183, 0.00) 19.25%, #000 100%);
}

.about-background-gradient {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 17.13%, rgba(0, 0, 0, 0.00) 63.85%, #000 108.75%);
}

.productview-background-gradient {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 29.75%, #000 81.71%);
}

.build-products-content {
	background: #F9F9F9;
	border-radius: 20px;
}

.down-arrow {}

h3.align-center {
	width: auto !important;
	margin: 0 auto;
}

.build-product-head {
	font-family: Poppins;
	font-size: 40px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 5rem 8rem 0 8rem;
}

.build-product-head .quote {
	line-height: 0;
	font-size: 9.375rem;
	position: absolute;
	left: 13%;
	color: #CECECE;
}

.faq-wrapper .faq-quest {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.03em;
	text-align: left;
	color: #1A1A1A;
}

.faq-wrapper .faq-quest ht {
	padding-right: 10px;
}

.faq-wrapper .data-exp-block {}

.faq-wrapper .data-exp-block p {
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.03em;
	text-align: left;
	margin-bottom: 0;
	padding-top: 1rem;
}

ul.faq-wrapper li {
	border-top: 1px solid #C3C3C3;
	padding: 25px 0px;
	list-style: none;
}

.accordion-flush .accordion-item:first-child {
	border-top: 1px solid #C3C3C3;
	;
}

.accordion-item:not(:first-of-type) {
	border-top: none;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 1px solid #C3C3C3;
}

.footer-bg {
	background: #1A1A1A;
}

.accordion-button.autase:not(.collapsed),
.accordion-button.autase {
	color: #1A1A1A;
	background-color: none;
	background: none;
	box-shadow: none;
	padding: 0;
}

.accordion-button.autase:not(.collapsed)::after {
	background-image: url('../../assets/images/minus.svg');
}

.accordion-button.autase::after {
	background-image: url('../../assets/images/plus.svg');
}

.footer-copyrights {
	background: #000000;
}

.footer-copyrights .row span {
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	color: #9A9A9A;
	padding: 2rem 0;
}

.footer-bg .row ul li {
	float: left;
	width: auto;
	margin-right: 1.5rem;
	list-style: none;
}

.footer-bg .row ul li:last-child {
	margin-right: 0;
}

.footer-bg .row ul li a {
	text-decoration: none;
	Color: #9A9A9A;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;

}

#home .banner-video {
	max-height: 750px;
	overflow: hidden;
}


/* About Us page css goes here */

.aboutuspage-banner {
	background-image: url('../../assets/images/about_banner.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.contactuspage-banner {
	background-image: url('../../assets/images/contact_banner.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.servicespage-banner {
	background-image: url('../../assets/images/services_banner_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.legalpage-banner{
	background-image: url('../../assets/images/legal_banner_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.productspage-banner{
		background-image: url('../../assets/images/products-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.aboutuspage-banner h1.title-abt,
.contactuspage-banner h1.title-abt, .servicespage-banner h1.title-abt, .legalpage-banner h1.title-abt{
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 0.04em;
}

.container-wrapper.zero-btmpadding {
	padding-bottom: 0;
}

.container-wrapper.zero-toppadding {
	padding-top: 0;
}

.join-team-bg.greybg {
	background: #F9F9F9;
}
.join-team-bg.greenbg {
	background: #EAF8CA;

}
.tab-greenbg{
	margin-top:100px;
}

.join-team-bg {
	padding: 60px;
}

.subtitle-abt {
	font-size: 20px;
	color: #ffffff;
	padding-top: 40px;
}

.wearehiring {
	background: #82B711;
	border-radius: 15px;
	padding: 45px 40px;
}

.writeto-wrap {
	background: #1A1A1A;
	border-radius: 10px;
	padding: 10px 12px;
}

.writeto-wrap .writeto-text {
	color: #9DD81F;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.hiring-text {
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0em;
	text-align: center;
	padding-bottom: 30px;
}

.breadcrumb-wrap {
	font-size: 12px;
	color: #ffffff;
	font-family: Poppins;
	display: inline-block;
	text-align: left;
	position: absolute;
	top: -64px;
	left: 0;
}

.breadcrumb-wrap a.level1 {
	font-weight: 400;
	text-decoration: none;
	padding: 0px 10px;
	color: #ffffff;
}

.breadcrumb-wrap .level2 {
	font-weight: 700;
	padding: 0px 10px;
}

.carousel-indicators.white [data-bs-target] {
	background: transparent;
	border: 1px solid #fff;
}

.carousel-indicators.white .active {
	background: #fff;
	border: 1px solid #fff;
}

#join-team h2 {
	padding-right: 20px;
}

.dropdown-menu ul.menu-wrapper li, .dd-wrapper ul.menu-wrapper li {
	float: left;
	max-width: 480px;
}

ul.dropdown-menu li .dropdown-item {
	width: 100%;
	height: 100%;
}



.menu-wrapper {
	margin: 0 auto;
}

.navbar .megamenu {
	border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background: none;
}

.dropdown-item:hover .links-wrap .menu-learnmore {
	text-decoration: underline;
	color: #1A1A1A;
}

.dropdown-item img.menu-img {
	border-radius: 7px;
	height: 70px;
	float: left;
	margin-right: 10px;
}

.links-wrap {
	padding: 11px 0px;
	float: left;
}

.menu-title {
	font-family: Poppins;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.03em;
	text-align: left;
	color: #1E1E1E;
}

.menu-learnmore {
	font-family: Poppins;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #808080;
}

.navbar-nav .dropdown-menu {
	padding: 0;
}

.navbar-light .navbar-toggler-icon.close {
    background-image: url(../../assets/images/close-hamb.png);
    width: 18px !important;
    height: 18px ! important;
    margin:3px 0px 0px 5px;	

}

.google-map {
	padding-bottom: 50%;
	position: relative;
}

.google-map iframe {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 20px;
}

.reaching-modes p:hover {
	text-decoration: underline;
	color: #1A1A1A;
	font-weight: 700;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	display: block;
	max-height: 0;
	transition: max-height 0.61s ease-out;
	overflow: hidden;
}

.nav-item.dropdown.has-megamenu:hover .dropdown-menu.megamenu {
	display: block;
	-webkit-transition: height 0.61s ease-in;
	transition: max-height 0.61s ease-in;
	max-height: 340px;
}

.dropdown-toggle::after {
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.dropdown-toggle:hover::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	vertical-align: middle;
}

a.rModes {
	color: #1A1A1A;
	text-decoration: none;
}

/* legal services page css goes here */

.legal-service-padding{
	padding-right:110px;
	padding-left:110px;
}
#lg-services h4{
	margin:20px 0px 0px;
	padding:0;
}

#lg-services p.ls-descrip{
	padding:20px 0px 20px 0px;
}

ul.your-info li{
list-style:disc;
padding:5px 0px;
margin-left: 10px;
}
.digital-realme-descript{
	font-size:18px;
	line-height:40px;
}
.services-tab-title{
font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height: 25px;
letter-spacing: 0.02em;
text-align: left;
padding-top:30px;
margin-bottom:20px;
}
.services-tab-descript{
	font-family: Poppins;
font-size: 16px;
font-weight: 300;
line-height: 30px;
letter-spacing: 0.02em;
text-align: left;
}

.services-tabs-wrapper .nav-tabs{	
    border-bottom: none;
}
.services-tabs-wrapper .nav-tabs .nav-link{	
 border: none;
 font-family: Poppins;
font-size: 16px;
font-weight: 300;
line-height: 30px;
letter-spacing: 0.02em;
text-align: center;
color: #1A1A1A;
padding:10px 15px;
}
.services-tabs-wrapper .nav-tabs .nav-link.active{	
background: #F2F2F2;
font-weight: 600;
border-radius:7px;
}
.services-tabs-wrapper .nav-tabs li.nav-item{
	width:33%;
}

.p-right-1{padding-right:70px;}
.p-right-2{padding-right:95px;}
.vs-descrip{
	font-size:15px;
}
.services-top-padding{
	padding-top:100px;
}
.cmn-margin {
    width: 100%;
    text-align: center;
	display:flex;
}
.cmn-margin .techlogo1, .cmn-margin .techlogo2, .cmn-margin .techlogo3, .cmn-margin .techlogo4, .cmn-margin .techlogo5, .cmn-margin .techlogo6, .cmn-margin .techlogo7{
	flex:1;
}

.cmn-margin > img {
	margin:10px 40px
}
.cmn-margin > img:first-child {
	margin:10px 40px 10px 0px;
}
.cmn-margin > img:last-child {
	margin:10px 0px 10px 40px;
}
.address-block{
	top: 60px;
	left: 100px;
	border-radius: 10px;
	background:rgba(0,0,0,0.7);
	color:#ffffff;
	position:absolute;
	text-align: center;
	padding:40px;
	max-width: 365px;

}
.address-block::after{

    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(0, 0, 0, 0.7);
    right: -20px;
    position: absolute;
    top: 50%;
}
.address-block .address-head{
	font-family: Poppins;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #B5F62C;
	padding:10px 0px 15px;
}

.address-block .address-name{	
	font-family: Poppins;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color:#ffffff;
}
.address-block .address-details{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color:#ffffff;
	padding: 0px 30px;
}
h2.product-view-title {
    padding-bottom:0px;
	margin-bottom:0px;
}
#contactModal.modal {
background:rgba(0,0,0,0.5);
}
#contactModal.modal .modal-header, #contactModal.modal .modal-footer{
	border:none;
}
#contactModal.modal .modal-dialog
{
	max-width: 800px;
	border-radius: 20px; 
	top: 30%;
	transform: translateY(-30%); 
	margin:0 auto;  
}
#contactModal.modal .modal-title{
	width:100%;
	text-align:center;
	font-size:25px;
}
#contactModal.modal .modal-content {
	border-radius: 20px; 
}
#contactModal .modal-body {
    padding: 10px 1rem 37px;
}
#contactModal .btn-close {
	box-sizing: content-box;
	width: 20px;
	height: 20px;
	padding: 0 !important;
    margin: 0px 0px 0px auto;
	color: #000;
	border: 0;
	border-radius: 25px;
	line-height: 0;
	opacity: 1;
	background-color: #6E6E6F !important;
	color: #ffffff;
	font-size: 14px;
}

@media only screen and (max-width: 576px) {
	#home h1.banner-title {
		font-size: 30px;
		font-weight: 700;
		line-height: 45px;
		padding-top: 66px;
		padding-bottom: 24px;
	}

	.abtpadding-0 {
		padding-left: 12px;
		padding-right: 12px;
	}

	.social-networking-icons {
		padding-bottom: 50px;
		float: left;
	}

	.banner-alignment {
		left: 35px;
		right: 35px;
	}

	.home-aboutus {
		margin-top: 28px;
	}

	h2 {
		font-size: 30px;
		padding-top: 16px;
		line-height: 40px;
	}

	section .container-wrapper {
		padding: 48px 18px;
	}

	section .container-wrapper-abt {
		padding: 48px 18px;
	}

	section#product-view .container-wrapper {
		padding-bottom: 0;
	}

	.build-product-head {
		font-size: 25px;
		font-weight: 500;
		line-height: 40px;
		padding: 5rem 1.25rem 0 1.25rem;
	}

	.build-product-head .quote {
		font-size: 100px;
		left: 10%;
	}

	h2.product-view-title {
		font-size: 18px;
		font-weight: 700;
		line-height: 20px;
	}

	.product-view-description {
		font-size: 14px;
		font-weight: 400;
		line-height: 25px;
	}

	.product-video .btn {
		font-size: 12px;
		font-weight: 700;
		line-height: 15px;
		padding: 0.57rem 1rem;
	}

	.footer-bg .row ul:not(.social-networking-icons) li {
		float: none;
		width: 100%;
		margin-right: 0;
		list-style: none;
		padding: 0.3rem 0;
	}

	.carousel-item p {
		min-height: 130px;
		font-size: 15px;
	}

	.reaching-modes .carousel-item p {
		min-height: 100px;
	}

	.mobile-block {
		display: block;
	}
	.mobile-block-990
	{
		display: block;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
 max-height: auto;
	}

	.desktop-block {
		display: none;
	}
 .dd-wrapper.desktop-block.ddmenu {
		display: none;
	}
	.mobile-block-tab
	{
		display: none;
	}

	.navbar-brand {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	.navbar-toggler {
		padding: 0;
		border: none;
	}

	button.navbar-toggler:focus,
	button.navbar-toggler:active,
	button.navbar-toggler:hover {
		box-shadow: none;
	}

	section .container-wrapper {
		padding: 3rem 8px;
	}

	section .container-wrapper.valuable-service {
		padding: 3rem 30px;
	}

	#home .top-banner {
		height: 572px;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 0.25rem 0.5rem 0.25rem;
		margin:	 1rem 0;
		line-height:22px;
	}
	.navbar-nav .nav-link.dropdown-toggle.show {
		padding: 0.5rem 1rem !important;
		font-weight: 600;
	}

	.navbar-nav .nav-item {
		border-top: 1px solid #C3C3C3;
	}

	.navbar-nav .nav-item:last-child {
		border-bottom: 1px solid #C3C3C3;
	}

	#home .banner-video {
		overflow: hidden;
		max-height: 572px;
		height: 572px;
	}

	#home .banner-video video {
		width: auto;
	}

	#aboutus .img-wrapper {
		margin-right: 0rem;
	}

	.mob-icon {
		position: absolute;
		top: 0;
		right: 20px;
	}

	.mob-icon.navbar-nav .nav-item {
		border: none;
	}

	.join-team-bg {
		padding: 25px;
	}

	.wearehiring {
		padding: 25px;
		margin-top: 25px;
	}

	.hiring-text {
		font-size: 30px;
	}

	.aboutuspage-banner h1.title-abt,
	.contactuspage-banner h1.title-abt, .servicespage-banner h1.title-abt, .legalpage-banner h1.title-abt, .productspage-banner h1.title-abt{
		font-size: 30px;
		font-weight: 700;
		line-height: 40px;
	}

	.subtitle-abt {
		font-size: 20px;
		padding: 30px 60px 0px;
		font-weight: 500;
		line-height: 30px;
	}

	.aboutuspage-banner {
		background-image: url('../../assets/images/BANNER_about_mobile.png');
	}

	.contactuspage-banner {
		background-image: url('../../assets/images/BANNER_contact_mobile.png');
	}
	.productspage-banner, .servicespage-banner{
		background-image: url('../../assets/images/products-banner-M.jpg');
	
}
.legalpage-banner{
	background-image: url('../../assets/images/legal_banner_bg-M.jpg');

}

	ul#pills-tab li {
		width: 50%;
		margin-right: 0px !important;
	}

	ul#pills-tab li button {
		margin: 0 auto;
	}
	.navbar .megamenu .menu-wrapper-top {
		padding: 0rem;
	}

	.dropdown-menu ul.menu-wrapper li {
		padding: 10px 0px;
		width: 100%;
	}
	.dropdown-menu ul.menu-wrapper li:last-child {
		padding-bottom: 20px;
	}

	.dropdown-item {
		float: left;
		box-sizing: border-box;
		/* padding-left: 0.5rem; */
		/* padding-right: 0.2rem; */
		padding: 0px 0.2rem 0px 0.5rem;
	}

	.product-video {
		height: 100%;
		border-radius: 10px;
		overflow: hidden;
	}

	.product-video video {
		border-radius: 10px;
		margin-top: 0px;right
	}

	.icon-holder img {
		width: 60px;
	}

	.reaching-modes .icon-holder img {
		width: 80px;
	}

	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .show>.nav-link {
		background: none;
	}

	.navbar-collapse {
		height: 100vh;
		transition: all 0.3s ease-out;
	}

	.navbar-light .navbar-nav .nav-link.active {
		background: none;
	}

	.navbar .megamenu {
		box-shadow: none !important;
	}
	.navbar .megamenu > h3{
	background: none;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0em;
	margin: 10px 0px 10px 2px;
	padding: 5px 0px 5px 10px;
	}

	.links-wrap {
		white-space: normal;
		width: 63%;
	}

	.links-wrap.ftcd {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: -3px;
	}

	.breadcrumb-wrap {
		top: -33px;
	}

	.navbar-light .navbar-toggler {
		position: absolute;
		top: 20px;
	}

	.dropdown-toggle::after {
		float: right;
		margin-right: 10px;
		margin-top: 10px;
	}
	.btn,
	.nav-pills .nav-link.btn {
		padding: 0.7rem 2.1rem;
	}

	.valuable-service {
		background: url(../../assets/images/mob-services_BG.jpg) no-repeat scroll 0 0;
		background-size: cover;
	}
	.legal-service-padding {
    padding-right: 18px;
    padding-left: 18px;
}
.services-tabs-wrapper .nav-tabs li.nav-item{
	width:100%;
}
#technology-we-use .cmn-margin{
	margin:15px 0px;
}

.tab-greenbg{
	margin-top:50px;
}
.services-top-padding{
	padding-top:25px;
}
.services-tab-title {
    font-size: 16px;	
	margin-bottom:20px;
}
.m-non-bold{
	font-weight:300;
}


.address-block{
	left: 0;
    padding: 20px;
    right: 0;
    margin: 0 auto;
	max-width: 303px;	
}
.address-block .address-details{
	padding:0px;
}
.google-map {
   height: 420px;
}

.address-block::after {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom:18px solid transparent;
    border-left: 18px solid rgba(0, 0, 0, 0.7);
    right: 50%;
    position: absolute;
    top:-27px;
    transform: rotateY(0deg) rotate(-90deg);
}

.cmn-margin {
	display:inline-block;
	float:left;
}
.cmn-margin .techlogo1, .cmn-margin .techlogo2,.cmn-margin .techlogo6, .cmn-margin .techlogo7{
	width:50%;
	align-content:center;
	float:left;
}
.cmn-margin .techlogo3, .cmn-margin .techlogo4, .cmn-margin .techlogo5{
	width:33%;
	align-content:center;	
	float:left;
	margin:35px 0px;
}

.prod-arrows{
	margin:20px 0px;
}
.arrow-wrapper{
	margin:20px 0px 40px;
	position:relative;
}
.arrow-wrapper >  button{
	margin-top:20px;
	opacity:1;
}
.arrow-wrapper .carousel-control-next{
	left:80px;
}
.arrow-wrapper .carousel-control-next, .arrow-wrapper .carousel-control-prev{
	width:40px;
}
.navbar-brand {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.navbar-brand > img{	
 width:132px;
}
.first-row-block{
	z-index:1;
	padding-top:66px;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
}
@media only screen and (min-width: 411px) and (max-width: 576px) {
	.cmn-margin > img {
    margin: 15px 26px;
}
}
@media only screen and (min-width: 577px) and (max-width: 767px) {

	p.prod-description {
		min-height: 90px;
	}
	section .container-wrapper {
		padding: 3rem 8px;
	}

	section .container-wrapper-abt {
		padding: 5rem 0rem;
	}

	section#product-view .container-wrapper {
		padding-bottom: 0;
	}

	h2 {
		font-size: 30px;
		padding-top: 16px;
	}

	.home-aboutus {
		margin-top: 28px;
	}

	.nav-link {
		padding: 0.5rem 1rem;
		margin:	 1rem 0;
	}
	.navbar-nav .nav-link.dropdown-toggle.show {
		padding: 0.5rem 1rem !important;
		font-weight: 600;
	}


	.navbar-nav .nav-item {
		border-top: 1px solid #C3C3C3;
	}

	.navbar-toggler {
		padding: 0;
		border: none;
	}

	button.navbar-toggler:focus,
	button.navbar-toggler:active,
	button.navbar-toggler:hover {
		box-shadow: none;
	}

	#home h1.banner-title {
		font-size: 30px;
		font-weight: 700;
		line-height: 45px;
		padding-top: 66px;
		padding-bottom: 24px;
	}

	#home .banner-video {
		overflow: hidden;
		max-height: 472px;
		height: 472px;
	}

	#home .banner-video video {
		width: auto;
	}

	#aboutus .img-wrapper {
		margin-right: 0rem;
	}

	.navbar-brand {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	.abtpadding-0 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.social-networking-icons {
		padding-bottom: 50px;
		float: left;
	}

	.mob-icon {
		position: absolute;
		top: 0;
		right: 20px;
	}

	.mob-icon.navbar-nav .nav-item {
		border: none;
	}

	.navbar-nav:not(.tel) .nav-item:last-child {
		border-bottom: 1px solid #C3C3C3;
	}

	.wearehiring {
		margin-top: 30px;
	}

	.product-video {
		height: 100%;
		border-radius: 10px;
		overflow: hidden;
	}

	.product-video video {
		border-radius: 10px;
		margin-top: 0px;
	}

	.dropdown-menu ul.menu-wrapper li {
		padding: 10px 0px;
		width: 100%;
		max-width: 100%;
	}

	.navbar .megamenu .menu-wrapper-top {
		padding: 0rem;
	}

	.navbar-collapse {
		height: 100vh;
	}

	.navbar-light .navbar-nav .nav-link.active {
		background: none;
	}

	.navbar .megamenu {
		box-shadow: none !important;
	}

	.navbar-light .navbar-toggler {
		position: absolute;
		top: 25px;
	}

	.dropdown-toggle::after {
		float: right;
		margin-right: 10px;
		margin-top: 10px;
	}
	.legal-service-padding {
    padding-right: 18px;
    padding-left: 18px;
}

.tab-greenbg{
	margin-top:60px;
}
.vs-descrip{
	font-size:15px;
	padding-bottom:20px;
}
.services-top-padding{
	padding-top:25px;
}
.services-tab-title {
    font-size: 16px;
	margin-bottom:20px;
}
.m-non-bold{
	font-weight:300;
}


.cmn-margin {
	display:inline-block;
	float:left;
}
.cmn-margin .techlogo1, .cmn-margin .techlogo2,.cmn-margin .techlogo6, .cmn-margin .techlogo7{
	width:50%;
	align-content:center;
	float:left;
}
.cmn-margin .techlogo3, .cmn-margin .techlogo4, .cmn-margin .techlogo5{
	width:33%;
	align-content:center;	
	float:left;
	margin:35px 0px;
}

.google-map {
    height: 440px;
}
.mobile-block-990
	{
		display: block;
	}
	.mobile-block-tab
	{
		display: none;
	}
	
	.navbar .megamenu > h3 {
    background: none;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    margin: 10px 0px 20px 2px;
    padding: 5px 0px 5px 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	#home h1.banner-title {
		font-size: 40px;
		font-weight: 700;
		line-height: 45px;
		padding-top: 66px;
		padding-bottom: 24px;
	}

	section .container-wrapper {
		padding: 4rem 8px;
	}

	section .container-wrapper-abt {
		padding: 5rem 0rem;
	}

	section#product-view .container-wrapper {
		padding-bottom: 0;
	}

	button.navbar-toggler:focus,
	button.navbar-toggler:active,
	button.navbar-toggler:hover {
		box-shadow: none;
	}

	.navbar-nav .nav-item {
		border-top: 1px solid #C3C3C3;
	}

	.navbar-toggler {
		padding: 0;
		border: none;
	}

	.nav-link {
		padding: 0.5rem 1rem;
		margin:	 1rem 0;
	}
	.navbar-nav .nav-link.dropdown-toggle.show {
		padding: 0.5rem 1rem !important;
		font-weight: 600;
	}

	.navbar-brand {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	.home-aboutus {
		margin-top: 28px;
	}

	.abtpadding-0 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.social-networking-icons {
		padding-bottom: 50px;
		float: left;
	}

	.mob-icon {
		position: absolute;
		top: 0;
		right: 20px;
	}

	.mob-icon.navbar-nav .nav-item {
		border: none;
	}

	.navbar-nav:not(.tel) .nav-item:last-child {
		border-bottom: 1px solid #C3C3C3;
	}

	.wearehiring {
		margin-top: 30px;
	}

	.product-video {
		height: auto;
		border-radius: 10px;
		overflow: hidden;
	}

	.navbar-collapse {
		height: 100vh;
	}

	.navbar-light .navbar-nav .nav-link.active {
		background: none;
	}

	.navbar .megamenu {
		box-shadow: none !important;
	}

	.navbar-light .navbar-toggler {
		position: absolute;
		top: 25px;
	}

	.dropdown-toggle::after {
		float: right;
		margin-right: 10px;
		margin-top: 10px;
	}
	legal-service-padding {
    padding-right: 50px;
    padding-left: 50px;
}
.tab-greenbg{
	margin-top:60px;
}
.services-top-padding{
	padding-top:70px;
}
.services-tab-title {
    font-size: 19px;
}
.address-block::after {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid rgba(0, 0, 0, 0.7);
    right: 50%;
    position: absolute;
    top: -27px;
    transform: rotateY(0deg) rotate(-90deg);
}
.mobile-block-990
	{
		display: block;
	}
	.mobile-block-tab
	{
		display: none;
	}
	
	.navbar .megamenu > h3 {
    background: none;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    margin: 10px 0px 20px 2px;
    padding: 5px 0px 5px 10px;
}
.navbar .megamenu .menu-wrapper-top {
    padding: 0px 0px 1rem 0px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	section .container-wrapper {
		padding: 5rem 8px;
	}

	section .container-wrapper-abt {
		padding: 5rem 0rem;
	}

	section#product-view .container-wrapper {
		padding-bottom: 0;
	}

	#aboutus .img-wrapper {
		margin-right: 1.2rem;
	}

	.navbar-nav .nav-item {
		border-top: none;
	}

	.navbar-brand {
		width: auto;
		text-align: center;
	}

	#home h1.banner-title {
		padding-top: 160px;
		padding-bottom: 20px;
	}
	.tab-greenbg{
	margin-top:70px;
}
.services-top-padding{
	padding-top:80px;
}

.cmn-margin > img {
	margin:10px 25px;
}
.cmn-margin > img:first-child {
	margin:10px 25px 10px 0px;
}
.cmn-margin > img:last-child {
	margin:10px 0px 10px 25px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
	.aboutus-title {
		font-size: 25px;
		line-height: 40px;
	}
}

@media only screen and (min-width: 1101px) and (max-width: 1150px) {
	.aboutus-title {
		font-size: 29px;
		line-height: 40px;
	}
}

@media only screen and (min-width: 1151px) and (max-width: 1200px) {
	.aboutus-title {
		font-size: 30px;
		line-height: 40px;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1250px) {
	.aboutus-title {
		font-size: 32px;
		line-height: 45px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	section .container-wrapper {
		padding: 6.25rem 0rem;
	}

	section .container-wrapper-abt {
		padding: 5rem 0rem;
	}

	section#product-view .container-wrapper {
		padding-bottom: 0;
	}

	.product-view-title {
		font-size: 25px;
	}

	#aboutus .img-wrapper {
		margin-right: 1.2rem;
	}

	#home h1.banner-title {
		padding-top: 160px;
		padding-bottom: 25px;
	}

}

@media only screen and (min-width: 1300px) {
	#pills-tab {
		position: absolute;
		bottom: 84px;
	}
		.join-team-bg .digital-realme-descript {
    padding: 0 105px;
}
}

@media only screen and (min-width: 1400px) {
	#aboutus .img-wrapper {
		margin-right: 1.2rem;
	}
	section#product-view .container-wrapper {
    padding-bottom: 0;
}
	


	#home h1.banner-title {
		padding-top: 160px;
		padding-bottom: 25px;
	}

	section .container-wrapper-abt {
		padding: 5rem 0rem;
	}
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
		top: 100%;
	}
	
	.navbar .megamenu .menu-wrapper-top {
	padding: 3rem 1rem;
	align-content: center;
}

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}