/* #Primary ================================================== */

body {
	/* font-family: 'Poppins', sans-serif; */
	color: #212112;
	background-position: center;
	background-repeat: repeat;
	/* background-size: 7%;
    */
	background-color: #fff;
	overflow-x: hidden;
	transition: all 200ms linear;
	font-family: 'Raleway', sans-serif;
}

a {
	outline: 0 !important;
}

::selection {
	color: #fff;
	background-color: #8167a9;
}

::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}

 .align-mblsoff {
    padding: 30px 0 60px 0 !important;
}
/* banner-wrap */

.banner-wrap {
	/* background-color: #f3f3f3;
    */
	background: url("../images/banner-background.jpg");
	background-size: cover;
	height: 100vh;
	width: 100%;
}

.banner-contents {
	text-align: center;
	margin: 0px auto;
	display: block;
}

.banner-contents p {
	font-size: 15px;
	color: #6d7583;
	font-weight: 400;
	width: 80%;
	margin: 0px auto;
	padding: 10px 0 10px 0px;
}


/* banner-wrap-end */


/* #Navigation ================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	/* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    */
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.start-header.scroll-on {
	/* box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15); */
	padding: 6px 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #f3f3f3 !important;
	/* border-bottom:1px solid #e4eaf3; */
	border-bottom: 1px solid #cfd1d4;
	box-shadow: 0 4px 5px 0 rgb(138 155 165 / 15%);
}

.start-header.scroll-on .navbar-brand img {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navigation-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navigation-wrap.scroll-on {
	/* padding-bottom: 6px !important; */
	padding-top: 16px !important;
}

.navigation-wrap.bg-light {
	background: #fff !important;
	padding-bottom: 0;
}

.navbar {
	padding: 0;
}

.navbar-brand img {
	height: auto;
	width: auto;
	display: block;
	/* filter: brightness(10%);
    */
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.nav-link {
	color: #000000 !important;
	font-weight: 500;
	transition: all 200ms linear;
	font-size: 13px;
}

.nav-item:hover .nav-link {
	color: #2e7bf5 !important;
}

.nav-item.active .nav-link {
	color: #2e7bf5 !important;
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}


/* .nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #2e7bf5;
	opacity: 0;
	transition: all 200ms linear;
} */


/*.posrelll ul {*/


/*	padding-bottom: 10px !important;*/


/*}*/

.posrelll ul {
	padding-bottom: 0px !important;
}

.nav-item:hover:after {
	bottom: 0;
	opacity: 1;
}

.nav-item.active:hover:after {
	opacity: 0;
}

.nav-item {
	/* position: relative; */
	transition: all 200ms linear;
}

.navigation-wrap.bg-light.bg-trans {
	background: transparent !important;
}

.navigation-wrap.bg-trans.scroll-on {
	background: #f6f6f6 !important;
}


/* -------------------------------------------------------------------- second-menu start */

.displaynonebefore {
	display: none;
}

.navigation-wrap.scroll-on .displaynonebefore {
	display: block
}

.navigation-wrap.scroll-on .before-scroll {
	display: none;
}

.social-icons-top a {
	padding: 0 5px 0 5px;
	text-decoration: none;
}

a.contactbtn-top {
	font-size: 11px;
	color: #2e7bf5;
	border: 1px solid #2f7af5;
	padding: 6px;
	border-radius: 50px;
	width: 132px !important;
	display: inline-block;
	text-align: center;
	margin-left: 18px;
	/*cursor:pointer;*/
}

.social-icons-top {
	text-align: right;
}

.nav-two a.nav-link {
	/* padding: 0px 20px 0 0px !important; */
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 20px !important;
}


/* .nav-two a.nav-link {
    padding: 0px 20px 0 0px !important;
    text-transform: uppercase;
	font-size: 13px;
} */

.nav-two .nav-item:after {
	display: none !important;
}

.nav-two {
	/* padding: 8px 0px; */
	position: relative;
	margin-top: 10px;
}

.margin-right-0 a:nth-child(4) {
	padding-right: 0 !important;
}

a.nav-link.margin-right-zero {
	padding-right: 0 !important;
}

.nav-two::after {
	border-top: 1px solid #e4eaf3;
	position: absolute;
	display: block;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0px;
}

.nav-two::before {
	border-top: 1px solid #e4eaf3;
	position: absolute;
	display: block;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
}

.social-icons-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#a {
	padding-left: 0px;
	margin-bottom: 0;
	text-align: left;
}


/* #a img, .btn-select img{
	width: 12px;
	
  }
   */

#a li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

#a li:hover {
	background-color: #F4F3F3;
}

#a li img {
	margin: 5px;
}

#a li span,
.btn-select li span {
	margin-left: 10px;
	padding-right: 7px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}


/* #a li span, .btn-select li span{
	margin-left: 10px;
	padding-right: 7px;
  } */


/* item list */


/*   
  .b{
	display: none;
	width: 100%;
	max-width: 350px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	
  } */

.b {
	display: none;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
	position: absolute;
	padding: 8px;
	background: #fff;
	z-index: 9;
}

.open {
	display: show !important;
}

.btn-select {
	margin-top: 0px;
	/* width: 100%; */
	/* max-width: 350px;
	height: 34px; */
	border-radius: 5px;
	background-color: transparent;
	border: 0px solid #ccc;
}

.btn-select li {
	list-style: none;
	float: left;
	padding-bottom: 0px;
}

.btn-select:hover li {
	margin-left: 0px;
}

.btn-select:hover {
	background-color: transparent;
	/* border:0px solid transparent; */
	border: 0 !important;
	/* box-shadow: inset 0 0px 0px 1px #ccc; */
}

.btn-select:focus {
	outline: none;
}

.lang-select {
	margin-left: 0px;
	width: auto;
	display: inline-block;
}

.vodiapicker {
	display: none;
}

button.btn-select::after {
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 5px solid black;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

button.btn-select {
	position: relative;
	top: 3px;
}

.aurspacealign {
	display: flex;
	align-items: center;
}

.sectionslider-free .container-fluid {
	position: relative;
}

.sectionslider-free .container-fluid::after {
	left: 0;
	width: 15%;
	content: "";
	display: block;
	background: #fff;
	height: 120%;
	top: 0;
	position: absolute;
}


/* ---------------------------------------------------------------------------------------- second-menu end */


/* #Primary style ================================================== */

.bg-light {
	/* background-color: #fff !important;
    */
	background-color: transparent !important;
	transition: all 200ms linear;
}

.section {
	position: relative;
	width: 100%;
	display: block;
}

.full-height {
	height: 100vh;
}

.over-hide {
	overflow: hidden;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	transition: all 200ms linear;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
	transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129, 103, 169, .6);
}


/* #Media ================================================== */

@media (max-width: 767px) {
	.nav-item:after {
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}


/* #Link to page ================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}

.logo img {
	height: 26px;
	width: auto;
	display: block;
	filter: brightness(10%);
	transition: all 250ms linear;
}


/* Common button styles */

.button {
	float: left;
	min-width: 150px;
	max-width: 260px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.button:focus {
	outline: none;
}

.button>span {
	vertical-align: middle;
}

.button--isi {
	padding: 1.2em 3em;
	color: #fff;
	/* background: #7986cb;
    */
	overflow: hidden;
	background: rgb(53, 92, 237);
	background: -moz-linear-gradient(144deg, rgba(53, 92, 237, 1) 0%, rgba(40, 149, 251, 1) 100%);
	background: -webkit-linear-gradient(144deg, rgba(53, 92, 237, 1) 0%, rgba(40, 149, 251, 1) 100%);
	background: linear-gradient(144deg, rgba(53, 92, 237, 1) 0%, rgba(40, 149, 251, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#355ced", endColorstr="#2895fb", GradientType=1);
	/*start ------------*/
	/* width: [object Object]px;
    height: [object Object]px;
    border: solid #FFFFFF 0.5px;
    box-shadow: 0 13px 24px rgba(46, 122, 244, 0.2) ;
    -webkit-box-shadow: 0 13px 24px rgba(46, 122, 244, 0.2) ;
    -moz-box-shadow: 0 13px 24px rgba(46, 122, 244, 0.2) ;
    */
	/*start ------------*/
	/*start ------------*/
	/* width: [object Object]px;
    height: [object Object]px;
    background: #F8F8F8;
    border: solid #BDBDBD 1px;
    */
	/* box-shadow: 0 13px 17px rgba(53, 93, 237, 0.3) ;
    -webkit-box-shadow: 0 13px 17px rgba(53, 93, 237, 0.3) ;
    -moz-box-shadow: 0 13px 17px rgba(53, 93, 237, 0.3) ;
    */
	box-shadow: 0 10px 18px rgba(53, 93, 237, 0.3);
	-webkit-box-shadow: 0 10px 18px rgba(53, 93, 237, 0.3);
	-moz-box-shadow: 0 10px 18px rgba(53, 93, 237, 0.3);
}

.button--isi::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	/* background: #3f51b5;
    */
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	background: rgb(40, 149, 251);
	background: -moz-linear-gradient(144deg, rgba(40, 149, 251, 1) 0%, rgba(53, 92, 237, 1) 100%);
	background: -webkit-linear-gradient(144deg, rgba(40, 149, 251, 1) 0%, rgba(53, 92, 237, 1) 100%);
	background: linear-gradient(144deg, rgba(40, 149, 251, 1) 0%, rgba(53, 92, 237, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2895fb", endColorstr="#355ced", GradientType=1);
}

.button--isi .button__icon {
	vertical-align: middle;
}

.button--isi>span {
	vertical-align: middle;
	/*padding-left: 0.75em;*/
	padding-left: 0;
}

.button--isi:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}

.button--border-thick {
	/* border: 0.5px solid;
    */
}

.button--round-l {
	border-radius: 40px;
}

.button--size-s {
	font-size: 13px;
	font-weight: 500 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.buttonbox {
	text-align: center;
	justify-content: center;
	display: flex;
}


/* .section-about-home */

.contentleft-about h3:after {
	width: 117px;
	height: 2px;
	background: #2e7bf5;
	content: "";
	display: block;
	position: absolute;
	right: -35px;
	bottom: -12px;
}

.contentleft-about h3 {
	position: relative;
	display: inline;
	margin-bottom: 18px !important;
}

.contentleft-about p {
	font-size: 15px;
	color: #989797;
	line-height: 1.8;
	margin-top: 30px;
}

.contentleft-about h3 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
}

.contentleft-about h3 span {
	color: #2e7bf5;
}

.contentleft-about .buttonbox.centerbtnabot {
	text-align: left !important;
	display: block;
	margin: 0 !important;
}

.about-pagebanners {
	background: url("../images/about/about-banner-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.contentleft-about button.button.button--isi {
	margin: 0px !important;
	margin-top: 8px !important;
}

.justify-ownspace {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.centerbtnabot {
	text-align: center;
	margin: 0px auto;
}

.section-about-home {
	padding: 100px 0;
	background: #2996fb;
	position: relative;
}

.content-box h2 {
	/*font-size: 45px;*/
	color: #fff;
	font-weight: 600;
	font-size: 45px;
}

.content-box p {
	font-size: 16px;
	color: #fff;
	line-height: 2;
}

.content-center {
	text-align: center;
}

.section-about-home::after {
	height: 223px;
	width: 100%;
	display: block;
	position: absolute;
	content: "";
	background: url(../images/about-section-home-bg.png);
	background-position: center bottom;
	/* background-size: contain;
    */
	bottom: 0;
	background-repeat: no-repeat;
	BACKGROUND-SIZE: 100% 81%;
}

.product-carousel__aside {
	padding: 0px 0;
	width: 33.3%;
	min-width: 33.3%;
	max-width: 33.3%;
	position: relative;
	z-index: 1;
	display: flex;
	/* flex-direction: column;
    */
	float: left;
}

.product-carousel__title {
	text-align: left;
	margin-bottom: 0px;
	display: block;
	text-size-adjust: 100%;
}

.homepage-featured-products-aside-title {
	-webkit-: antialiased;
	text-size-adjust: 100%;
	text-transform: initial;
	margin: 0;
	color: inherit;
	font-weight: 600;
	font-size: 33px;
	line-height: 40px;
	display: block;
	text-align: left;
	margin-bottom: 30px;
}

.product-carousel__controls {
	line-height: 1.5;
	font-size: 100%;
	-webkit-: antialiased;
	text-size-adjust: 100%;
	color: #000!important;
	box-sizing: border-box;
	letter-spacing: 1.5px;
	/* font-family: Futura-pt, arial, sans-serif; */
	font-family: 'Raleway', sans-serif;
	margin-top: 40px;
	cursor: pointer;
	display: block;
}

.product-carousel-container {
	background: #FFFFFF;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: auto;
	max-width: 1680px;
	height: 444px;
	line-height: 1.5;
	font-size: 100%;
	text-size-adjust: 100%;
	letter-spacing: 1.5px;
	/* font-family: Futura, sans-serif; */
	font-family: 'Raleway', sans-serif;
	width: 67.7%;
	padding-left: 20px;
	position: relative;
	margin-bottom: 0!important;
	box-sizing: border-box;
}

.flickity-next-button {
	margin-left: 10px;
	padding: 23px 25px;
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #cbcbcb;
	box-shadow: 0 2rem 5rem -2.5rem rgba(0, 0, 0, .25), 0 0.3rem 1rem 0 rgba(0, 0, 0, .3);
	cursor: pointer;
	display: inline;
	background-attachment: scroll;
	box-sizing: border-box;
}

.flickity-prev-button {
	margin: 10px;
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	padding: 23px 25px;
	border: 1px solid #cbcbcb;
	box-shadow: 0 2rem 5rem -2.5rem rgba(0, 0, 0, .25), 0 0.3rem 1rem 0 rgba(0, 0, 0, .3);
	cursor: pointer;
	display: inline;
	background-attachment: scroll;
	box-sizing: border-box;
}

.product-carousel-cell {
	flex: 0 0 auto;
	border-radius: 5px;
	margin-right: 10px;
	/* background: #8C8;
    */
	height: 100%;
	min-height: 1px;
	counter-increment: gallery-cell;
	line-height: 1.5;
	font-size: 100%;
	letter-spacing: 1.5px;
	/* font-family: Futura, sans-serif; */
	font-family: 'Raleway', sans-serif;
	width: 27%;
}


/* .product-carousel-cell:before {
    content: counter(gallery-cell);
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}
/* cell number */


/* .product-carousel-cell :before {
    */


/* .product-carousel-cell:before {
        content: counter(gallery-cell);
        display: block;
        text-align: center;
        line-height: 200px;
        font-size: 80px;
        color: white;
   }
    */

.product-carousel-container.flickity-enabled.is-draggable {
	position: absolute;
	width: 100%;
	/* margin-left: 380px;
        */
	left: 40%;
	overflow: visible;
}


/* .flickity-slider {
        transform: translateX(0%) !important;
   }
    */

.roduct-carousel-container .flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -133px !important;
	padding-top: 15px;
}

.product-carousel__title p {
	font-size: 15px;
	color: #737373;
	font-weight: 400;
}

.section-services {
	padding: 150px 0;
	position: relative;
	overflow: hidden;
}

.box-sl-services {
	margin: 0px auto;
	text-align: center;
	/*width: 80%;*/
	width: 89%;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
	padding: 24px 0;
	border-radius: 9px;
}

.box-sl-services img {
	width: 100%;
	position: relative;
	left: -24px;
	-webkit-box-shadow: 15px 15px 18px -5px rgb(0 0 0 / 14%);
	-moz-box-shadow: 15px 15px 18px -5px rgba(0, 0, 0, 0.14);
	box-shadow: 15px 15px 18px -5px rgb(0 0 0 / 14%);
	border-radius: 10px;
}

.box-sl-services h2 {
	text-align: left;
	font-size: 25px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.box-sl-services p {
	text-align: left;
	color: #a3a3a3;
	letter-spacing: 0;
	margin-bottom: 0;
	font-size: 15px;
}

.box-sl-services .boxspaceing {
	padding: 0 24px;
}

.readmore a.arrow-right {
	color: #8d8e90;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0;
	text-decoration: none;
}

.readmore a.arrow-right svg {
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.readmore a.arrow-right {
	display: block;
	width: auto;
	text-align: right;
	margin-top: 10px;
}

.bedgelogobox {
	text-align: center;
	margin: 0px auto;
	padding: 10px 0 80px 0;
}

.center-header h2::after {
	position: absolute;
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background: #2e7bf5;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

.center-header h2 {
	font-size: 33px;
	font-weight: 600;
	position: relative;
}

.center-header {
	text-align: center;
	margin: 0px auto;
}

.ownflexbox {
	display: flex;
	align-items: center;
	margin-top: 90px;
	margin-bottom: 110px;
}

.box-service-sceens {
	width: 20%;
}

.screenbox1 {
	margin: 0 18px;
	text-align: center;
	position: relative;
}

.screenbox1 h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 12px 0;
}

.screenbox1 p {
	color: #73798c;
	font-size: 14px;
	line-height: 1.8;
}

.screenbox1::after {
	position: absolute;
	width: 25px;
	height: 400px;
	content: "";
	background: url(../images/shaddow-box-screen-size.png);
	content: "";
	display: block;
	top: -70px;
	background-size: contain;
	left: -37px;
}

.screenbox1.afteroff::after {
	display: none;
}

.flickity-page-dots {
	bottom: 0 !important
}


/* .main-slider {
        width:100%;
        display:block;
        margin:0 auto;
   }
    */

.main-slider {
	background: url(../images/background-portfolio.png);
	background-size: cover;
	width: 100%;
	/* padding:90px 0 166px 0;
        */
}

.mainportfolio {
	padding: 0px 0 50px 0;
}

.alhersh {
	position: relative;
}

.alhersh .imagebox-portfolio::before {
	/* background: #000;
        */
	background: #006837;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 55%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.alhersh::before {
	background: #006837;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 20%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.imagebox-portfolio img {
	position: relative;
	z-index: 999;
}

.hokey {
	position: relative;
}

.hokey .imagebox-portfolio::before {
	/* background: #000;
     */
	background: #ec472b;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 55%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.hokey::before {
	background: #ec472b;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 20%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.songmatch {
	position: relative;
}

.songmatch .imagebox-portfolio::before {
	/* background: #000;
 */
	background: #7427ac;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 55%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.songmatch::before {
	background: #7427ac;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 20%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.odanta {
	position: relative;
}

.odanta .imagebox-portfolio::before {
	/* background: #000;
 */
	background: #0073d0;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 55%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.odanta::before {
	background: #0073d0;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 20%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.communitter {
	position: relative;
}

.communitter .imagebox-portfolio::before {
	/* background: #000;
 */
	background: #2ea8fe;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 55%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.communitter::before {
	background: #2ea8fe;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 20%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.switch-poker {
	position: relative;
}

.switch-poker .imagebox-portfolio::before {
	/* background: #000;
 */
	background: #ed1c24;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 55%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.switch-poker::before {
	background: #ed1c24;
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 20%;
	right: 0;
	top: -90px;
	z-index: 99;
}

.spaceing-mm {
	padding-bottom: 80px;
	margin-top: 60px;
}


/* .row.ourpositiontop {
        position: absolute;
        width: 100%;
   } */

.headingbottomline h3 {
	font-size: 33px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Raleway', sans-serif;
}

.headingbottomline h3::after {
	height: 1px;
	width: 100px;
	position: absolute;
	content: "";
	display: block;
	background: #2e7bf5;
	bottom: -15px;
	right: -25px;
}

.conportfolio p {
	font-size: 15px;
	color: #6d7583;
	line-height: 1.8;
}

.conportfolio h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 18px;
}

.conportfolio {
	width: 95%;
}

.justifyend {
	justify-content: flex-end;
}

.positionsliders {
	position: absolute;
	width: 100%;
	display: block;
	top: -106px;
	left: 0;
}

.marginstb {
	margin: 24px 0 24px 0 !important;
	display: block;
}

a.ourbtnline {
	font-size: 12px;
	font-weight: 700;
	color: #2e7bf5;
	text-transform: initial;
	text-decoration: none;
	cursor: pointer !important;
}

a.ourbtnline::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 38px;
	background: #2e7bf5;
	top: 8px;
	height: 1px;
	margin: 0 0 0 14px
}

a.ourbtnline {
	position: relative
}

.positionsliders .slick-center img {
	transition: transform .2s;
	transform: scale(1) !important;
	opacity: 1 !important;
	-webkit-box-shadow: 0px 10px 32px 3px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 10px 32px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 32px 3px rgb(0 0 0 / 20%);
	border-radius: 30px !important;
	width: 95% !important;
}

.positionsliders .slick-list {
	padding: 40px 0 40px 0px !important;
}

.positionsliders .slick-slide img {
	/*opacity: 0.7;*/
	opacity: 1;
	transition: transform .2s;
	/* Animation */
	/* transform: scale(0.9); */
	margin: 0px auto;
	width: 85%;
}


/* .positionsliders button.slick-arrow {
	background: #2e7bf5;
	border: 0;
	font-size: 0;
	padding: 14px;
	background-position: center;
	position: absolute;
	bottom: 50%;
	z-index: 99;
	outline: 0 !important;
} */

.positionsliders button.slick-arrow:hover {
	background: #2e7bf5;
	color: #fff !important;
}

.positionsliders button.slick-arrow {
	background: #bec8d8;
	border: 0;
	font-size: 0;
	padding: 14px;
	background-position: center;
	position: absolute;
	z-index: 99;
	outline: 0 !important;
	transform: translateY(-43%);
	top: 47%;
}

.positionsliders button.slick-prev {
	background-image: url("../images/leftarrow-btn.png");
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	left: -30px;
	background-size: 45%;
	outline: 0 !important;
}

.positionsliders button.slick-prev:hover {
	background-image: url("../images/leftarrow-btn.png");
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	left: -30px;
	background-size: 45%;
	outline: 0 !important;
	background-position: center;
}

.positionsliders button.slick-next:hover {
	background-image: url("../images/rightarrow-btn.png");
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	right: -30px;
	background-size: 45%;
	outline: 0 !important;
	background-position: center;
}

.positionsliders button.slick-next {
	background-image: url("../images/rightarrow-btn.png");
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	right: -30px;
	background-size: 45%;
	outline: 0 !important;
}

.positionsliders .slick-next {
	right: 0px;
}

.carousel-own {
	background: transparent;
}

.carousel-own .carousel-cell {
	width: 18%;
	height: 385px;
	margin-right: 18px;
	/* background: #8C8; */
	counter-increment: gallery-cell;
	transition: transform .2s;
	/* Animation */
	border-radius: 9px !important;
	transform: scale(0.9) !important;
}


/* .carousel-own .carousel-cell.is-selected:hover {
	transform: initial !important;
}

.carousel-own .carousel-cell.is-selected {

	transform: scale(1) !important;
} */

.carousel-own .flickity-viewport {
	overflow: visible !important;
}

.carousel-own .flickity-slider {
	left: 15% !important;
}

.sectionslider-free {
	padding: 190px 0 250px 0;
	overflow-x: hidden;
}

.imageboxcontainer {
	position: relative;
	width: 100%;
}

.image_boxed {
	display: block;
	width: 100%;
	height: auto;
}

.overlay_boxed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	/* background-color: #008CBA; */
	border-radius: 9px !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.5+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.imageboxcontainer:hover .overlay_boxed {
	opacity: 1;
}

.text_boxed {
	color: white;
	font-size: 20px;
	position: absolute;
	/* top: 50%; */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
	text-align: left;
	padding: 15px;
	bottom: 0;
}

.text_boxed p {
	font-size: 11px !important;
	line-height: 1.8;
	margin-bottom: 0;
}

.text_boxed span {
	font-size: 13px;
	color: #cccccc;
	padding-bottom: 5px;
	display: block;
}

.boxcontent-hover {
	position: absolute;
	bottom: 0;
	padding: 16px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+66&0+0,1+66 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 80%) 70%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 80%) 70%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0 0 0 / 80%) 70%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
	width: 100%;
	height: 50%;
	border-radius: 12px;
}

.boxcontent-hover h2 {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	position: absolute;
	bottom: 10px;
}

.text_boxed h2 {
	/* font-size: 16px !important; */
	font-size: 14px !important;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

.boxcontent-hover p {
	font-size: 14px;
	/* color: #8c8c8c; */
	color: #b9b9b9;
	margin-bottom: 0;
}

.readmore span {
	display: inline-block;
	font-size: 12px;
}

.text_boxed .readmore {
	border-top: 0.5px solid #ffffff85;
	margin-top: 10px;
	border-bottom: 0;
}


/* 
.carousel-own .carousel-cell.is-selected .imageboxcontainer {
	position: relative;
	width: 100%;
}

.carousel-own .carousel-cell.is-selected .image_boxed {
	display: block;
	width: 100%;
	height: auto;
}

.carousel-own .carousel-cell.is-selected .overlay_boxed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;

	border-radius: 9px !important;

	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.51) 1%, rgba(0, 0, 0, 1) 100%);

	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.51) 1%, rgba(0, 0, 0, 1) 100%);

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.51) 1%, rgba(0, 0, 0, 1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#000000', GradientType=0);

	opacity: 1 !important;
}

.carousel-own .carousel-cell.is-selected .imageboxcontainer:hover .overlay_boxed {
	opacity: 1;
}

.carousel-own .carousel-cell.is-selected .text_boxed {
	color: white;
	font-size: 20px;
	position: absolute;

	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
	text-align: left;
	padding: 15px;
	bottom: 0;
}

.carousel-own .carousel-cell.is-selected .text_boxed p {
	font-size: 11px !important;
	line-height: 1.8;
	margin-bottom: 0;
}

.carousel-own .carousel-cell.is-selected .text_boxed span {
	font-size: 13px;
	color: #cccccc;
	padding-bottom: 5px;
	display: block;
}

.carousel-own .carousel-cell.is-selected .boxcontent-hover {
	position: absolute;
	bottom: 0;
	padding: 16px;
}

.carousel-own .carousel-cell.is-selected .boxcontent-hover h2 {

	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.carousel-own .carousel-cell.is-selected .text_boxed h2 {
	font-size: 16px !important;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

.carousel-own .carousel-cell.is-selected .boxcontent-hover p {
	font-size: 14px;
	color: #8c8c8c;
	margin-bottom: 0;
}

.carousel-own .carousel-cell.is-selected .readmore span {
	display: inline-block;
	font-size: 12px;
}

.carousel-own .carousel-cell.is-selected .text_boxed .readmore {
	border-top: 0.5px solid #ffffff85;
	margin-top: 10px;
	border-bottom: 0;
} */

.carousel-own .carousel-cell {
	/* transition: transform .2s ; */
	/* transition: transform .5s ease !important; */
}

.carousel-own .carousel-cell:hover .imageboxcontainer {
	/* background: #ED2; */
	transform: scale(1) !important;
	transition: transform .5s ease !important;
}

.carousel-own .carousel-cell:hover {
	transform: scale(1) !important;
	transition: transform .5s ease !important;
}

.imageicon-p img {
	width: 100%;
}

.imageicon-p {
	margin: 5px;
}

.imagebox-portfolio img {
	width: 68%;
	margin: 0px auto;
	display: block;
	margin-bottom: 14px;
}

.positionsliders .slick-center img {
	border-radius: 18px;
	position: relative;
	top: -10px;
}

.mainportfolio .headingbottomline h3 {
	font-size: 22px;
	margin-bottom: 30px;
}

.contact-tabs {
	transition: transform .2s;
	background-color: #f0f1f3 !important;
}

.mainportfolio .headingbottomline h3::after {
	bottom: -10px;
}

.contact-tabs .dubai {
	background-image: url("../images/tab-contact-dubai-bg.jpg");
	background-size: cover;
	transition: transform .2s;
	/* Animation */
	background-color: #f0f1f3;
}

.slick-slide {
	outline: 0 !important;
}

.contact-tabs .london {
	background-image: url("../images/tab-contact-london-bg.jpg");
	background-size: cover;
	transition: transform .2s;
	/* Animation */
	background-color: #f0f1f3;
}

.contact-tabs .newyork {
	background-image: url("../images/tab-contact-newyork-bg.jpg");
	background-size: cover;
	transition: transform .2s;
	/* Animation */
	background-color: #f0f1f3;
}

.dubaibox {
	width: 259px;
	height: 260px;
	background-size: contain;
	background-image: url("../images/dubai-non-active-icon.png");
	/* transition: transform .2s;  */
	-webkit-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	-moz-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	border-radius: 12px;
	transition: transform .2s;
	/* Animation */
	background-color: #f0f1f3;
}

.posab-nav a.active .dubaibox {
	background-image: url("../images/dubai-active-icon.png");
	/* transform: scale(1.1);  */
	-webkit-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	-moz-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	border-radius: 12px;
	/*transition: transform .2s;*/
	background-color: #f0f1f3;
}

.londonbox {
	width: 259px;
	height: 260px;
	background-size: contain;
	background-image: url("../images/london-non-active-icon.png");
	/* transition: transform .2s;  */
	-webkit-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	-moz-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	border-radius: 12px;
	transition: transform .2s;
	/* Animation */
	background-color: #f0f1f3;
}

.posab-nav a.active .londonbox {
	background-image: url("../images/london-active-icon.png");
	/* transform: scale(1.1); */
	-webkit-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	-moz-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	border-radius: 12px;
	/*transition: transform .2s;*/
	background-color: #f0f1f3;
}

.newyorkbox {
	width: 259px;
	height: 260px;
	background-size: contain;
	background-image: url("../images/newyork-non-active-icon.png");
	/* transition: transform .2s;  */
	-webkit-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	-moz-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	border-radius: 12px;
	transition: transform .2s;
	/* Animation */
	background-color: #f0f1f3;
}

.posab-nav a.active .newyorkbox {
	background-image: url("../images/newyork-active-icon.png");
	/* transform: scale(1.1); */
	-webkit-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	-moz-box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	box-shadow: -3px 5px 16px 0px rgba(50, 50, 50, 0.22);
	border-radius: 12px;
	/*transition: transform .2s;*/
	background-color: #f0f1f3;
}

.active .ownzooms {
	transform: scale(1.1);
	transition: transform .2s;
	/* Animation */
}


/* 
.pos2tab li.active{
	transition: transform .2s;
	transform: scale(1.1);
} */

.boxcalls a {
	margin-bottom: 10px !important;
	display: block;
}

.contact-tabs .tab-content a {
	text-decoration: none;
}

.posab-nav a {
	text-decoration: none !important;
}

.boxcalls a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.boxcalls img {
	margin-right: 10px;
}

.box-for-select-country span::before {
	background-color: #4d4d4e;
	content: "";
	height: 2px;
	width: 12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
}

.box-for-select-country span {
	position: relative;
	left: 20px;
	padding-left: 15px;
	color: #4d4d4e;
	font-size: 17px;
	font-weight: 500;
	margin-top: 10px !important;
	display: block;
}

.contact-tabs .tab-pane {
	height: 650px;
	padding: 70px 0 0 0;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.posab-nav a.active .box-for-select-country span {
	color: #2e7bf5;
}

.posab-nav a.active .box-for-select-country span::before {
	background-color: #2e7bf5;
}

.pos1tab {
	position: relative;
}


/* .pos2tab {
    position: absolute;
    top: 0;
} */

.contact-tabs {
	position: relative;
}

.pos2tab {
	position: absolute;
	BOTTOM: 50px;
	display: initial;
	align-items: center;
	justify-content: center;
	height: auto;
	width: 100% !important;
}

.hrd {
	display: none;
}

.contact-tabs .nav-tabs {
	border: 0 !important;
	display: flex;
	justify-content: space-around;
}

.boxcontenttabs h3 {
	font-size: 22px;
	color: #2e7bf5;
	font-weight: 700;
}

.boxcontenttabs p {
	font-size: 18px;
	font-weight: 500;
}

.testimonailsection {
	padding: 120px 0 60px 0;
	background-size: cover;
	background-image: url(../images/testimonials-backgroundbg.png);
	background-position: bottom center;
	background-size: 100% 80%;
	background-repeat: no-repeat;
}

.testimonailscontent h3 {
	font-size: 33px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.testimonailscontent h3::after {
	height: 1px;
	width: 117px;
	position: absolute;
	content: "";
	background: #2e7bf5;
	display: block;
	right: -30px;
	bottom: -10px;
}

.testimonailscontent h4 {
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	color: #2e7bf5;
}

.testimonailscontent h4 span {
	font-size: 48px;
}

.testimonailsbox-home p {
	font-size: 15px;
	width: 90%;
	line-height: 1.8;
	font-weight: 500;
}

.client-details p {
	font-size: 17px;
	color: #2e7bf5;
	line-height: 1.2;
	/* font-weight: 500; */
	width: auto;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 0;
}

.client-details p span {
	font-size: 14px !important;
	color: #9fa0a2;
	display: block !important;
	font-weight: 500;
}

.client-details {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 30px;
}

.testimonailsbox-home {
	background-color: #f9fbfe;
	border: 1px solid #e3e9f2;
	padding: 25px;
	margin: 0px 10px;
	border-radius: 13px !important;
}

.testimonailsbox-home img.icon-tops {
	margin-bottom: 20px;
}

.testimonails-home-slider .slick-arrow {
	position: absolute;
	bottom: 0;
	outline: 0 !important;
}

.testimonails-home-slider .slick-arrow {
	left: -70px;
}

.testimonails-home-slider button.slick-prev {
	left: -120px;
}

.testimonails-home-slider .slick-next {
	width: 42px;
	height: 42px;
	font-size: 0;
	border: 0;
	background: url("../images/next-slide-hover.png");
}


/*.testimonails-home-slider .slick-next:hover {*/


/*	background: url("../images/next-slide-hover.png");*/


/*}*/

.testimonails-home-slider .slick-prev {
	width: 42px;
	height: 42px;
	font-size: 0;
	border: 0;
	background: url("../images/prevarrow-btn-hover.png");
}


/*.testimonails-home-slider .slick-prev:hover {*/


/*	background: url("../images/prevarrow-btn-hover.png");*/


/*}*/

.boxcontent-bedge p {
	font-size: 16px !important;
	color: #797d7f;
}

.boxbedgefooter {
	display: flex;
	align-items: center;
}

.boxcontent-bedge h5 {
	font-weight: 600;
}

.boxcontent-bedge {
	margin-left: 20px;
	border-left: 1px solid #c0c8cc;
	padding-left: 20px;
}

.mt-120 {
	margin-top: 120px;
}

.boxcontent-bedge p {
	margin-bottom: 0;
}

.footersection {
	padding: 70px 0 30px 0;
	background-image: url("../images/footer-background-image.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.footerbox-details {}

.footerbox-details h3 {
	position: relative;
	display: inline-block;
}

.footerbox-details h3::after {
	height: 1px;
	width: 117px;
	display: block;
	position: absolute;
	content: "";
	background: #2e7bf5;
	right: -20px;
	bottom: -10px;
}

.contact-footer a img {
	margin-right: 20px;
}

.contact-footer a span {
	font-size: 13px;
	font-weight: 600;
	color: #000;
}

.contact-footer {
	margin: 30px 0 0px 0;
	display: block;
}

.contact-footer a {
	margin: 0 0 30px 0;
	display: block;
}

.contact-footer p span {
	font-size: 13px;
	font-weight: 600;
	color: #000;
}

.contact-footer p img {
	margin-right: 20px;
}

.footerbox-details p {
	display: flex;
	align-items: flex-start;
}

span.blockdiv {
	display: block;
}

.footerbox-details h3 {
	font-size: 15px;
	font-weight: bold;
}

.footerbox-details.linksheading h3::after {
	width: 98px;
	left: 0;
}

.footerlinks {
	margin-top: 22px;
}

.footerlinks ul {
	margin: 0;
	padding-left: 0;
}

.footerlinks ul li {
	margin: 0px;
	list-style: none;
}

.footerlinks ul li a {
	font-size: 13px;
	color: #636466;
	text-decoration: none;
	font-weight: 500;
}

.footerlinks ul li a:hover {
	color: #2e7bf5;
}

.request-a-quote h3 {
	font-size: 14px;
	font-weight: 700;
}

.request-a-quote p {
	font-size: 13px;
	color: #636466;
	margin: 15px 0 10px 0;
}

.request-a-quote a {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}

.request-a-quote a::after {
	width: 25px;
	height: 1px;
	background: #2e7bf5;
	display: block;
	position: absolute;
	content: "";
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	right: -35px;
}

.request-a-quote {
	width: 100%;
}

.footerright-text {
	display: flex;
	justify-content: flex-end;
}

.ourspcbt-footer {
	justify-content: space-between;
}

.powerdby p {
	font-size: 13px;
	color: #979898;
	margin-bottom: 0;
}

hr.customhr-footer {
	border: 0;
	border-bottom: 1px solid #d5dce7;
	width: 100%;
	margin: 30px 0 30px 0px;
}

.social-icons {
	text-align: right;
}


/* .section-services .flickity-page-dots .dot.is-selected {
background-color:#2e7bf5 !important; 
} */

.android-bn img {
	z-index: 2;
	width: 70% !important;
	text-align: center;
	margin: 0px auto;
	display: block;
}

.android-bn {
	position: relative;
	top: -20px;
}

.android-bn::after {
	background-size: 100% 100%;
	background-image: url(../images/services/android/shaddow-android.png);
	height: 32px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	left: 0;
	bottom: -20px;
	left: -20px;
	z-index: 1;
	transform: translateX(0%);
}

.section-services .flickity-page-dots .dot {
	margin: 0 2px;
}

.bedgelogobox img {
	width: 100% !important;
}

.contact-form-page {
	background-image: url("../images/contact-page-background.jpg");
	background-size: cover;
	padding: 50px 0;
}

.heading-contact-homepage {
	text-align: center;
	margin: 0px auto;
}

.flickity-page-dots .dot {
	background: #2e7bf5 !important
}

.contact-form-page input {
	height: 50px;
	margin-bottom: 27px;
	border-radius: 10px;
	border: 1px solid #2f7bf5;
	background: #ffffff8f;
	padding-left: 20px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.10);
	-webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.contact-form-page textarea {
	height: 118px;
	margin-bottom: 27px;
	border-radius: 10px;
	border: 1px solid #2f7bf5;
	background: #ffffff8f;
	padding-left: 20px;
	padding-top: 20px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.0.10);
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.0.10);
}

.contact-form-page select {
	padding-left: 20px;
	background: #ffffff8f;
	height: 50px;
	margin-bottom: 27px;
	border-radius: 10px;
	border: 1px solid #2f7bf5;
	color: #000;
	color: #c3c4cb !important;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/down-arrow-select.png);
	background-repeat: no-repeat;
	background-position: 96% 20px;
	/* background-position: 10px 0; */
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.0.10);
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.0.10);
}

.contact-form-page input.form-control.submitbtn {
	width: 180px;
	margin: 0px auto;
	background: rgb(53, 92, 237);
	background: -moz-linear-gradient(144deg, rgba(53, 92, 237, 1) 0%, rgba(40, 149, 251, 1) 100%);
	background: -webkit-linear-gradient(144deg, rgba(53, 92, 237, 1) 0%, rgba(40, 149, 251, 1) 100%);
	background: linear-gradient(144deg, rgba(53, 92, 237, 1) 0%, rgba(40, 149, 251, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#355ced", endColorstr="#2895fb", GradientType=1);
	color: #fff;
	font-size: 13px;
	font-weight: 600 !important;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	border-radius: 50px;
	height: 50px;
}

.ourdownicon {
	position: relative;
}


/* .ourdownicon::after {
    background-image: url(../images/down-arrow-select.png);
    width: 14px;
    height: 8px;
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    z-index: 999;
    background-size: contain;
} */

.heading-contact-homepage h3 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
}

.heading-contact-homepage h4 {
	font-size: 28px;
	color: #2f7bf5;
	margin-bottom: 45px;
}

select::-ms-expand {
	display: none !important;
}

.form-control::-webkit-input-placeholder {
	/* Edge */
	color: #c3c4cb !important;
	font-size: 14px;
}

.form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #c3c4cb !important;
	font-size: 14px;
}

.form-control::placeholder {
	color: #c3c4cb !important;
	font-size: 14px;
}

.nav-two a.nav-link.active::before {
	display: none !important;
}

.nav-two a.nav-link.active {
	color: #2e7bf5 !important;
}


/* select#selectbudget option.colorlig {
    color: #fff !important;
} */


/* about page */

.banner-about {
	background-image: url("../images/about/about-banner.jpg");
}

.banner-contents h1 {
	font-size: 85px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

.banner-contents h1 span {
	color: #2e7bf5;
}

.banner-contents p {
	/*font-size: 18px;*/
	color: #989797;
	line-height: 1.8;
}

.ournav-about {
	text-align: center;
}

.ournav-about h3 {
	font-size: 20px;
	color: #b2b2b2;
	position: relative;
}

.slider-nav-one {
	width: 60%;
	margin: 0px auto;
	text-align: center;
}

.about-slider-main {
	padding: 90px 0 0 0;
}

.heading-center-page {
	margin: 0px auto;
	text-align: center;
	display: block;
}

.heading-center-page h2 {
	font-size: 33px;
	font-weight: 600;
	position: relative;
	margin-bottom: 80px;
}

.heading-center-page h2::after {
	height: 1px;
	width: 117px;
	position: absolute;
	content: "";
	display: block;
	background: #2e7bf5;
	right: -20px;
	bottom: -10px;
}

.about-slider .slick-current .ournav-about h3 {
	color: #2e7bf5 !important;
}

.about-slider .slick-current .ournav-about h3::after {
	background: #2e7bf5;
}

.ournav-about h3::after {
	content: "";
	width: 14px;
	height: 14px;
	background: #e6e8ee;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50px;
	bottom: -30px;
}

.slider-nav-one::after {
	width: 100%;
	content: "";
	height: 2px;
	background: #e6e8ee;
	position: absolute;
	left: 0;
	bottom: 8px;
	z-index: -1;
}

.slider-nav-one .slick-list {
	padding: 0px 0px 24px 0 !important;
	outline: 0;
}

.slider-for-one {
	margin-top: 60px;
}

.box-about-slide img {
	width: 100%;
}

.box-about-slide h3 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}

.box-about-slide p {
	font-size: 15px;
	color: #7f7f7f;
	line-height: 1.8;
	margin-bottom: 20px;
}

.off-mb-dek {
	margin-bottom: 0 !important;
}

.aboutleft-content h3 {
	font-size: 33px;
	font-weight: 600;
	margin-bottom: 45px;
}

h3.bottomborder {
	display: inline-block;
	position: relative;
}

h3.bottomborder::after {
	width: 117px;
	height: 1px;
	content: "";
	display: block;
	position: absolute;
	background: #2c83f7;
	right: -20px;
	bottom: -20px;
}

.aboutleft-content p {
	font-size: 15px;
	color: #7f7f7f;
	line-height: 1.8;
}

.custompadding {
	padding-top: 70px;
	padding-bottom: 70px;
}

.about-foldtwo {
	/* padding: 40px 0 100px 0px; */
	position: relative;
}

.about-foldtwo::after {
	background: #2e7bf5;
	width: 31%;
	content: "";
	display: block;
	position: absolute;
	height: 90%;
	right: 0;
	top: 49%;
	transform: translateY(-50%);
	z-index: -1;
}

.dis-space-bt {
	justify-content: space-between;
	align-items: center;
}

.imagesidemobile img {
	width: auto;
}

.custompadding::after {
	background: #2e7bf5;
	content: "";
	display: block;
	position: absolute;
	height: 90%;
	width: 28%;
	right: 0;
	top: 49%;
	transform: translateY(-50%);
	z-index: -1;
}

.custompadding {
	position: relative;
}

.about-slider-main .slick-arrow {
	display: none !important;
}


/* about page end */


/* services page start */

.services-page-space-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.heading-border-left {
	position: relative;
	display: inline-block;
}

.heading-border-left::after {
	height: 1px;
	width: 117px;
	position: absolute;
	content: "";
	display: block;
	background: #2e7bf5;
	bottom: -15px;
	right: -25px;
}

.services-content-box h3 {
	font-size: 33px;
	font-weight: 600;
	padding-top: 70px;
	margin-bottom: 60px;
}
.services-content-box h2 {
	font-size: 33px;
	font-weight: 600;
	padding-top: 70px;
	margin-bottom: 60px;
}
.services-fold-one {
	padding: 30px 0 60px 0;
}

.services-content-box p {
	font-size: 15px;
	color: #8d8d8d;
	line-height: 1.8;
}

.services-fold-two {
	background: url("../images/services/second-fold-background.png");
	/* height: 697px; */
	width: 100%;
	background-repeat: no-repeat;
	padding: 90px 0;
}

.image-services-fold img {
	width: 100%;
}

.pt-0-im {
	padding-top: 0 !important;
}

.device-box img {
	text-align: center;
	margin: 0px auto;
	display: block;
}

.device-box h4 {
	font-size: 18px;
	font-weight: 700;
}

.device-box p {
	font-size: 15px;
	color: #9f9f9f;
	line-height: 1.8;
	margin-bottom: 0;
}

.device-box {
	margin-bottom: 50px;
}

.services-devices .device-box:nth-child(3) {
	margin-bottom: 0;
}

.services-fold-three::after {
	background: #ffffff;
	content: "";
	display: block;
	position: absolute;
	content: "";
	width: 58%;
	height: 80%;
	top: 0;
	left: 0;
	z-index: 0;
	padding-top: 10px;
	transform: translateY(-50%);
	top: 50%;
	-webkit-box-shadow: -17px 29px 30px 0px rgba(109, 127, 162, 0.25);
	-moz-box-shadow: -17px 29px 30px 0px rgba(109, 127, 162, 0.25);
	box-shadow: -17px 29px 30px 0px rgba(109, 127, 162, 0.25);
	border: 1px solid #dfe5ed;
}

.services-fold-three {
	position: relative;
	padding: 90px 0;
}

.services-fold-three::before {
	background: #2c83f7;
	display: block;
	position: absolute;
	content: "";
	height: 100%;
	width: 50%;
	right: 0;
	top: 0;
}

.content-larges p {
	font-size: 51px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 0;
}

.services-devices {
	position: relative;
	z-index: 1;
}

.box-flexup {
	width: 85%;
	display: flex;
	align-items: center;
	height: 100%;
	/* display: block; */
}

.content-larges {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	/* display: block; */
}

.ourimage-side img {
	width: 100%;
}

.services-fold-four {
	padding: 70px 0 70px 0;
}

.services-bg-color {
	background-color: #ffffff;
}

.services-right-bottom {}

.services-right-left-banners {}

.banner-wrap {
	position: relative;
}

.banner-image-rights img {
	width: 100%;
}

.services-spacebt-four-five {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.services-lefts {
	text-align: left;
}

.banner-contents.services-lefts p {
	width: 100% !important;
	font-size: 15px;
	margin-bottom: 20px;
}

.services-lefts .buttonbox {
	justify-content: left;
}

.banner-contents.services-lefts h3 {
	/* font-size: 37px; */
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 25px;
	position: relative;
}

.banner-contents.services-lefts h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 179px;
	height: 2px;
	bottom: 0;
	background: #2e7bf5;
	transform: translateX(-60%);
	left: 60%;
}

.banner-contents.services-lefts .button--isi {
	margin: 0;
}

.bottom-shaddow-mobile {
	position: relative;
}

.bottom-shaddow-mobile::after {
	background-image: url("../images/services/mobile-bottom-shaddow-bottom-section.png");
	height: 48px;
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	width: 100%;
	/* height: 100%; */
	background-repeat: no-repeat;
	bottom: -50px;
	background-position: bottom center;
}


/* services page end */


/* s
ervices android page start */

.android-pages.services-right-left-banners::after {
	background-image: url(../images/services/android/services-right-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.android-pages.services-right-left-banners::before {
	background-image: url(../images/services/ios/services-left-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.android-mobile-image-services {
	text-align: center;
	position: relative;
}

.android-mobile-image-services img {
	width: auto;
	position: relative;
	z-index: 99;
}

.android-mobile-image-services::after {
	background-image: url(../images/services/android/mobile-first-fold-back-bg.png);
	height: 621px;
	width: 460px;
	position: absolute;
	background-size: 100% 100%;
	content: "";
	display: block;
	/*top: -80px;*/
	/*top: 0px;*/
	top: -120px;
	z-index: 0;
	left: -18px;
}

.positiontopcenter {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	display: inline-block;
}

.services-fold-five {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.tabscontent-services .nav-tabs .nav-link {
	font-size: 15px;
	color: #a4b3c5 !important;
}

.positiontopcenter .nav-tabs {
	justify-content: space-between;
	border-bottom: 0;
}

.services-content-tabs h3 {
	font-size: 33px;
	font-weight: 600;
	padding-top: 50px;
	margin-bottom: 20px;
}

.tabscontent-services a.nav-link.active {
	color: #000000 !important;
	background-color: transparent !important;
	/* border-color: #dee2e6 #dee2e6 #fff; */
	position: relative;
}

a.nav-link.active::before {
	border-bottom: 2px solid #2e7bf5;
	display: block;
	position: absolute;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	bottom: -1px;
}

a.nav-link.active {
	position: relative;
}

.tabscontent-services a.nav-link.active::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #2e7bf5;
	opacity: 0;
	transition: all 200ms linear;
}

.tabscontent-services .nav-tabs .nav-link.active {
	border-color: transparent !important;
}

.tabscontent-services .nav-link:hover {
	border-color: transparent!important
}

.services-content-tabs p {
	font-size: 15px;
	color: #9b9da0;
	line-height: 1.8;
	margin-bottom: 0;
}

.services-fold-five::after {
	background: #fbfcfe;
	display: block;
	position: absolute;
	height: 80%;
	width: 100%;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.ours-aligncn {
	height: 100%;
	display: flex;
	align-items: center;
}

.tabs-images-services {
	-webkit-box-shadow: -5px 17px 40px 0px rgb(109 127 162 / 50%);
	-moz-box-shadow: -5px 17px 40px 0px rgb(109 127 162 / 50%);
	box-shadow: -5px 17px 40px 0px rgb(109 127 162 / 50%);
}

.flex-technologies {
	display: flex;
	/* justify-content: space-between; */
	width: 100%;
}

.center-heading-border {
	text-align: center;
	margin: 0px auto;
	display: block;
	display: inline-block;
	position: relative;
}

.services-fold-six {
	padding: 70px 0;
}

.boxtechnologies {
	box-shadow: 10px 17px 30px 0px rgb(109 127 162 / 25%);
	text-shadow: 10px 17px 30px rgb(109 127 162 / 25%);
	background: #fff;
	width: 18%;
	margin: 0 11px 0 11px;
}

.innertechnologies-logo {
	text-align: center;
	margin: 0px auto;
	border: 1px solid #dfe5ed;
}

.mauto-flex {
	margin: 0px auto;
	justify-content: center;
	margin-top: 20px;
}

.center-heading-border h3 {
	display: inline-block;
	font-size: 33px;
	font-weight: 600;
	position: relative;
}

.center-heading-border h3::after {
	width: 117px;
	height: 1px;
	position: absolute;
	content: "";
	background: #2e7bf5;
	right: 0;
	display: inline-block;
	bottom: -13px;
	right: -30px;
}

.mt-sixty {
	margin-top: 60px;
}

.section-fold-seven {
	padding: 40px 0 90px 0;
}

.section-fold-seven .center-heading-border {
	padding: 0px 0 55px 0px;
}

.flexboxprocess {
	display: flex;
	align-items: center;
}

.process-texts p {
	font-size: 13.5px;
	color: #949494;
	margin-bottom: 0;
	line-height: 1.5;
}

.text-align-right {
	text-align: right;
}

.w40ty {
	width: 35%;
}

.w20ty {
	width: 30%;
}

.process-texts h3 span2 {
	font-size: 21px;
	font-weight: 600;
}

.text-align-right .process-texts {
	padding-right: 15px;
}

.process-texts h3 span {
	position: absolute;
	font-size: 114px;
	top: -2px;
	line-height: 0;
	z-index: -1;
	color: #f5f5f5;
	right: -10px;
}

.process-texts h3 {
	position: relative;
}

.centermobilebox {
	text-align: center;
}

.mt-processbox {
	margin-top: 120px;
}

.section-about-home.android-page::after {
	background: url(../images/services/android/android-text-bg.png) !important;
}


/* .navigation-wrap.scroll-on {
	padding-bottom: 6px !important;
	
} */

.desktop-order-1 {
	display: flex;
	order: 1;
}

.desktop-order-2 {
	display: flex;
	order: 2;
}

.text-align-lefts .process-texts h3 span {
	left: 0;
}

.text-align-lefts .process-texts {
	padding-left: 15px;
}


/* services android page end */


/* iospage-start */

.section-about-home.ios-page::after {
	background: url(../images/services/ios/ios-text-bg.png) !important;
}

.ios-page.services-right-left-banners::after {
	background-image: url(../images/services/ios/services-right-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.communittercase.services-right-left-banners::after {
	background-image: url(../images/casestudy/Communitter/communitter.bgs.png);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.hockeynowcase.services-right-left-banners::after {
	background-image: url(../images/casestudy/hockeynow/hockey-nowbg.png);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.alhersh-case.services-right-left-banners::after {
	background-image: url(../images/casestudy/Al-Hersh/al-hershbgs.png);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity: 0.7;
}

.alhersh-case.industt.services-right-left-banners::after {
	background-image: url(../images/industries/casesty-bgg.png) !important;
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity: 0.7;
}

.odontacase.services-right-left-banners::after {
	background-image: url(../images/casestudy/Odonta/odontabg.png);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity: 0.7;
}

.songmatchcase.services-right-left-banners::after {
	background-image: url(../images/casestudy/SongMatch/songmatchbgs.png);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity: 0.7;
}

.swirchpockercase.services-right-left-banners::after {
	background-image: url(../images/casestudy/SwitchPoker/switchpokerbga.png);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity: 0.7;
}


/*.android-pages.services-right-left-banners::before*/

.ourcased.services-right-left-banners::before {
	background-image: url(../images/services/ios/services-left-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ios-page.services-right-left-banners::before {
	background-image: url(../images/services/android/services-left-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ios-mobile-image-services {
	text-align: center;
	position: relative;
}

.ios-mobile-image-services img {
	width: auto;
	position: relative;
	z-index: 99;
}

.ios-mobile-image-services::after {
	background-image: url(../images/services/ios/mobile-first-fold-back-bg.png);
	height: 621px;
	width: 460px;
	position: absolute;
	background-size: 100% 100%;
	content: "";
	display: block;
	top: -80px;
	z-index: 0;
	left: -18px;
}

.iosshaddow img {
	box-shadow: 10px 17px 40px 0px rgba(0, 0, 0, 0.3);
	text-shadow: 10px 17px 40px rgba(0, 0, 0, 0.3);
	width: auto;
}

.pos-rel img {
	position: relative;
	z-index: 2;
}

.iosshaddow {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

.wautos img {
	width: auto;
}

img.center-image {
	text-align: center;
	margin: 0px auto;
	display: block;
}

.iosshaddow {
	/* width: auto;
    text-align: right;
    display: block;
    position: absolute;
    right: 0;
    top: 0; */
	text-align: right;
}

.pos-rel {
	position: relative;
}

.tabs-images-services img {
	width: 100% !important;
}


/* iospage-end */


/* react-page start */

.section-about-home.react-page::after {
	background: url(../images/services/react-native/react-text-bg.png) !important;
}

.android-bn.w100image img {
	width: 100% !important;
}

.react-page.services-right-left-banners::after {
	background-image: url(../images/services/react-native/services-right-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.react-page.services-right-left-banners::before {
	background-image: url(../images/services/react-native/services-left-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.react-mobile-image-services {
	text-align: center;
	position: relative;
}

.react-mobile-image-services img {
	width: auto;
	position: relative;
	z-index: 99;
}

.react-mobile-image-services::after {
	background-image: url(../images/services/react-native/mobile-first-fold-back-bg.png);
	height: 621px;
	width: 460px;
	position: absolute;
	background-size: 100% 100%;
	content: "";
	display: block;
	top: -80px;
	/*top: 0px;*/
	z-index: 0;
	left: -18px;
}


/* react-page end */


/* wearable-page start */

.wearable-mobile-image-services {
	text-align: center;
	position: relative;
}

.wearable-mobile-image-services img {
	width: auto;
	position: relative;
	z-index: 99;
}

.wearable-mobile-image-services::after {
	background-image: url(../images/services/wearable/mobile-first-fold-back-bg.png);
	height: 621px;
	width: 460px;
	position: absolute;
	background-size: 100% 100%;
	content: "";
	display: block;
	top: -80px;
	z-index: 0;
	left: -18px;
}

.ourmb-app-plays img {
	width: 80%;
	text-align: right;
	/* display: block; */
	margin-right: 0 !important;
}

.ourmb-app-plays {
	text-align: right;
}

.app-store-optimization-services {
	text-align: center;
	position: relative;
}

.app-store-optimization-services img {
	width: 100%;
	position: relative;
	z-index: 99;
}

.app-store-optimization-services::after {
	background-image: url(../images/services/app-store-optimization/mobile-first-fold-back-bg.png);
	height: 621px;
	width: 460px;
	position: absolute;
	background-size: 100% 100%;
	content: "";
	display: block;
	top: -80px;
	z-index: 0;
	left: -18px;
}

.optimize-page.services-right-left-banners::after {
	background-image: url(../images/services/app-store-optimization/services-right-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.optimize-page.services-right-left-banners::before {
	background-image: url(../images/services/app-store-optimization/services-left-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.section-about-home.optimize-page::after {
	background: url(../images/services/wearable/wearable-text-bg.png) !important;
}

.section-about-home.mobiles-page::after {
	background: url(../images/services/mobile-app/mobile-text-bg.png) !important;
}

.wearable-page.services-right-left-banners::after {
	background-image: url(../images/services/wearable/services-right-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.wearable-page.services-right-left-banners::before {
	background-image: url(../images/services/wearable/services-left-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.section-about-home.wearable-page::after {
	background: url(../images/services/wearable/wearable-text-bg.png) !important;
}

.section-about-home.optimize-page::after {
	background: url(../images/services/app-store-optimization/appstoreoptimization-text.png) !important;
}

.optimize-page .android-bn::after {
	display: none !important;
}

.section-about-home.mobiles-page::after {
	background: url(../images/services/mobile-app/mobile-text-bg.png) !important;
}

.section-about-home.flutter-pageb::after {
	background: url(../images/services/flutter/flutter-text-image.png) !important;
}


/* wearable-page end */


/* mobile-app start */

.mobile-app-mobile-image-services {
	text-align: center;
	position: relative;
}

.mobile-app-mobile-image-services img {
	width: auto;
	position: relative;
	z-index: 99;
}

.mobile-app-mobile-image-services::after {
	background-image: url(../images/services/mobile-app/mobile-first-fold-back-bg.png);
	height: 621px;
	width: 460px;
	position: absolute;
	background-size: 100% 100%;
	content: "";
	display: block;
	/*top: -80px;*/
	top: 0px;
	z-index: 0;
	left: -18px;
}

.flutter-page-image-services {
	text-align: center;
	position: relative;
}

.flutter-page-image-services img {
	width: auto;
	position: relative;
	z-index: 99;
}

.flutter-page-image-services::after {
	background-image: url(../images/services/flutter/flutter-first-fold-back-bg.png);
	height: 621px;
	width: 460px;
	position: absolute;
	background-size: 100% 100%;
	content: "";
	display: block;
	top: -80px;
	z-index: 0;
	left: -18px;
}

.desktpmobile-center img {
	margin: 0px auto;
	display: block;
}

.flutt img {
	width: auto;
}

.mobile-app.services-right-left-banners::after {
	background-image: url(../images/services/mobile-app/services-right-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.mobile-app.services-right-left-banners::before {
	background-image: url(../images/services/mobile-app/services-left-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.flutter-app-n.services-right-left-banners::after {
	background-image: url(../images/services/flutter/flutter-right-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.flutter-app-n.services-right-left-banners::before {
	background-image: url(../images/services/mobile-app/services-left-bottom.jpg);
	background-size: contain;
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.section-about-home.mobile-app::after {
	background: url(../images/services/mobile-app/wearable-text-bg.png) !important;
}


/* mobile-app end */


/* casestudy page start */

.blueheader .start-header.scroll-on {
	background: #2c83f7 !important;
}

.blueheader .start-header.scroll-on .nav-link {
	color: #fff !important;
}

.white-nav a.nav-link {
	color: #fff !important;
}

.blueheader .start-header.scroll-on .nav-item.active .nav-link {
	color: #000 !important;
}

.casestudy-about {
	padding: 80px 0 0 0;
}

.casestudy-main-heading h2 {
	font-size: 45px;
	font-weight: 700;
	color: #000;
	display: inline-block;
	position: relative;
}

.casestudy-main-heading h2::after {
	background: url("../images/casestudy-heading-shaddow.png");
	height: 485px;
	width: 50px;
	position: absolute;
	display: block;
	content: "";
}

.casestudy-main-heading h2::after {
	background: url(../images/casestudy-heading-shaddow.png);
	height: 375px;
	width: 39px;
	position: absolute;
	display: block;
	content: "";
	right: 0;
	top: -100px;
	transform: translateY(0%);
	background-size: 100% 100%;
	/* background-size: contain; */
	background-repeat: no-repeat;
	background-position: right center;
}

.casestudy-main-content p {
	font-size: 15px;
	color: #595959;
	line-height: 1.8;
	padding-right: 20px;
	margin-bottom: 30px;
	font-weight: 600;
}

.button-download {
	display: flex;
	align-items: center;
}

.spacebtns {
	width: 20px;
}

.casestudy-folds {
	/*padding: 0px 0 100px 0;*/
	padding: 0px 0 60px 0;
}

.fold-para {
	font-size: 15px;
	color: #595959;
	line-height: 1.8;
	width: 100%;
}

.fold-side-headings h3 {
	font-size: 15px;
	color: #a3b0c2;
	text-align: center;
	margin-bottom: 0;
	background: #fff;
	padding: 8px;
	position: relative;
	z-index: 999;
}

.fold-images img {
	width: 100%;
}

.fold-side-headings::after {
	height: 100vh;
	width: 2px;
	content: "";
	background: #dce3eb !important;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%);
}

.fold-side-headings {
	height: 100%;
	display: block;
}


/* casestudy page end */


/* Hokey Now page start */

.banner-hokeynow {
	background-image: url("../images/hockey-now/hockey-now-banner.jpg");
}


/* Hokey Now page end */


/* .ourposdd {
    position: absolute;
} */


/* popup */

.custom-popup .modal-dialog {
	max-width: 755px !important;
}

.custom-popup .modal-content {
	border-radius: 10px;
	border: 0;
}

.custom-popup .modal-header {
	border: 0;
}

.heading-popup h2 {
	font-size: 18px;
	font-weight: 700;
	position: relative;
}

.heading-popup {
	text-align: center;
}

.heading-popup p {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	padding-top: 20px;
	margin-bottom: 0;
	line-height: 1.8;
}

.heading-popup h2::after {
	position: absolute;
	display: block;
	content: "";
	width: 28px;
	background: #2e7bf5;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -8px;
}

.mb-bottom4 {
	margin-bottom: 40px;
}

.custom-popup button.close {
	position: absolute;
	right: 0;
	z-index: 9;
	right: 20px;
	top: 10px;
	outline: 0;
}

.custom-popup .close:hover {
	color: #2e7bf5;
}

.custom-popup .close {
	font-size: 60px;
	font-weight: 100;
	color: #9ca2ac;
	line-height: 0.5;
}


/* .custom-popup input {
    background: #f0f4f7;
    border: 0;
    margin-bottom: 18px;
    width: 100% !important;
    max-width: 100%;
} */

.popupform-custom div {
	width: 48.5%;
	display: inline-block;
	position: relative;
}

.popupform-custom input {
	font-size: 12px;
	background: #f0f4f7;
	margin-bottom: 18px;
	height: 35px;
	border: 0;
	position: relative;
}

.popupform-custom textarea {
	width: 100%;
	display: inline-block;
	background: #f0f4f7;
	margin-bottom: 18px;
	min-height: 95px !important;
	border: 0;
}

.custom-popup .modal-body {
	padding: 48px;
}

.popupform-custom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.placehodercss::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9ca2ac !important;
	font-size: 11px !important;
	position: relative !important;
}

.placehodercss::-moz-placeholder {
	/* Firefox 19+ */
	color: #9ca2ac !important;
	font-size: 11px !important;
	position: relative !important;
}

.placehodercss:-ms-input-placeholder {
	/* IE 10+ */
	color: #9ca2ac !important;
	font-size: 11px !important;
	position: relative !important;
}

.placehodercss:-moz-placeholder {
	/* Firefox 18- */
	color: #9ca2ac !important;
	font-size: 11px !important;
	position: relative !important;
}

.placehodercss.empty+span {
	position: absolute;
	top: 8%;
	font-size: 23px;
	color: red;
	left: 18%;
	display: block !important;
	transform: translate(18%, 8%);
}


/*.placehodercss + span {display: none !important;}*/

.disnone-st+span {
	display: none !important;
}

.disnone-st.empty+span {
	display: none !important;
}

.popupform-custom .empty {
	position: relative;
}

.ourclasss.fullwd {
	width: 100%;
}

span.messages {
	left: 12% !important;
	top: -2px !important;
	transform: translate(12%, -2%);
}

input.submitbtn {
	background: rgb(53, 92, 237);
	background: -moz-linear-gradient(144deg, rgba(53, 92, 237, 1) 0%, rgba(40, 149, 251, 1) 100%);
	background: -webkit-linear-gradient( 144deg, rgba(53, 92, 237, 1) 0%, rgba(40, 149, 251, 1) 100%);
	background: linear-gradient( 144deg, rgba(53, 92, 237, 1) 0%, rgba(40, 149, 251, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#355ced", endColorstr="#2895fb", GradientType=1);
	width: 100px;
	height: 34px;
	border-radius: 50px;
	font-size: 13px;
	color: #Fff;
	text-align: center;
	font-weight: 600;
	margin: 0px auto;
	text-transform: uppercase;
}

.fl-end {
	justify-content: flex-end;
}

.mega-menu {
	position: relative;
}

.mega-menu::after {
	background: url(../images/menu/menushaddow.png);
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	content: "";
	top: 1px;
	left: 1px;
	z-index: -1;
	background-repeat: no-repeat;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content {
	margin: 50px 100px 0px 100px;
}

.exo-menu {
	width: 100%;
	/* float: left;
	list-style: none;
	position:relative;
	background: #23364B; */
}

.exo-menu>li {
	display: inline-block;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

.exo-menu>li>a {
	/* color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px #365670 dotted; */
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* .exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	background:#009FE1;
	color:#fff;
} */

.exo-menu i {
	float: left;
}

li.drop-down,
.flyout-right,
.flyout-left {
	position: relative;
}

li.drop-down:before {
	content: "\f103";
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
	display: inline;
	position: absolute;
	right: 6px;
	top: 20px;
	font-size: 14px;
}

li.drop-down>ul {
	left: 0px;
	min-width: 230px;
}

.drop-down-ul {
	display: none;
}

.flyout-right>ul,
.flyout-left>ul {
	top: 0;
	min-width: 230px;
	display: none;
	border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul>li>a,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/

.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display: none;
	height: 100%;
	padding: 15px;
	min-width: 742px;
}

h4.row.mega-title {
	color: #eee;
	margin-top: 0px;
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

.flyout-mega ul>li>a {
	font-size: 90%;
	line-height: 25px;
	color: #fff;
	font-family: inherit;
}

.flyout-mega ul>li>a:hover,
.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus {
	text-decoration: none;
	background-color: transparent !important;
	color: #ccc !important
}


/*mega menu*/

.mega-menu {
	left: 0;
	right: 0;
	padding: 28px;
	display: none;
	min-height: 100%;
	top: 38px;
	border-radius: 10px;
	z-index: 1;
}

.ourmenustyle {
	display: flex;
	align-items: center !important;
}

.menu-content h3 {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-transform: initial;
}

.menu-content p {
	font-size: 10px;
	line-height: 1.8;
	color: #b4b9c8;
	text-transform: initial;
	margin-bottom: 0;
}

.icon-menu {
	margin-right: 15px;
}

h4.row.mega-title {
	color: #eee;
	margin-top: 0px;
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 13px;
	text-transform: uppercase;
	/* border-bottom: 1px solid #547787; */
	padding-top: 15px;
	/* background-color: #365670 */
}

.mega-menu ul li a {
	/* line-height: 25px;
  font-size: 90%; */
	display: block;
	text-decoration: none;
}

ul.stander li a {
	padding: 3px 0px;
}

ul.description li {
	padding-bottom: 12px;
	line-height: 8px;
}

ul.description li span {
	color: #ccc;
	font-size: 85%;
}

a.view-more {
	border-radius: 1px;
	margin-top: 15px;
	background-color: #009FE1;
	padding: 2px 10px !important;
	line-height: 21px !important;
	display: inline-block !important;
}

a.view-more:hover {
	color: #fff;
	background: #0DADEF;
}

ul.icon-des li a i {
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	background-color: #009FE1;
	line-height: 35px !important;
}

ul.icon-des li {
	width: 100%;
	display: table;
	margin-bottom: 11px;
}


/*Blog DropDown*/

.Blog {
	left: 0;
	display: none;
	color: #fefefe;
	padding-top: 15px;
	background: #547787;
	padding-bottom: 15px;
}

.Blog .blog-title {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

.Blog .blog-des {
	color: #ccc;
	font-size: 90%;
	margin-top: 15px;
}

.Blog a.view-more {
	margin-top: 0px;
}


/*Images*/

.Images {
	left: 0;
	width: 100%;
	display: none;
	color: #fefefe;
	padding-top: 15px;
	background: #547787;
	padding-bottom: 15px;
}

.Images h4 {
	font-size: 15px;
	margin-top: 0px;
	text-transform: uppercase;
}


/*common*/

.flyout-right ul>li>a,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu {
	background-color: #000f37;
}


/*hover*/

.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover+ul,
li.flyout-right a:hover+ul,
.blog-drop-down>a:hover+.Blog,
li.drop-down>a:hover+.drop-down-ul,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover+.flyout-mega-wrap {
	display: inline-table !important;
}


/*responsive*/

@media (min-width:767px) {
	.exo-menu>li>a {
		display: block;
		/* padding: 20px 22px; */
	}
	.mega-menu,
	.flyout-mega-wrap,
	.Images,
	.Blog,
	.flyout-right>ul,
	.flyout-left>ul,
	li.drop-down>ul {
		position: absolute;
	}
	.flyout-right>ul {
		left: 100%;
	}
	.flyout-left>ul {
		right: 100%;
	}
}

@media (max-width:767px) {
	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}
	.exo-menu>li>a {
		width: 100%;
		display: none;
	}
	.exo-menu>li {
		width: 100%;
	}
	.display.exo-menu>li>a {
		display: block;
		padding: 20px 22px;
	}
	.mega-menu,
	.Images,
	.Blog,
	.flyout-right>ul,
	.flyout-left>ul,
	li.drop-down>ul {
		position: relative;
	}
}

a.toggle-menu {
	position: absolute;
	right: 0px;
	padding: 20px;
	font-size: 27px;
	background-color: #ccc;
	color: #23364B;
	top: 0px;
}

.mega-drop-down a {
	margin-right: 30px;
}

.mega-menu-wrap ul a {
	margin-bottom: 20px;
}

.mega-menu-wrap a::before {
	display: none !important;
}

.servicesbtn-icons {
	position: relative;
}

.servicesbtn-icons::before {
	left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #000f37;
	top: 28px;
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	transform: translateX(-50%);
	display: none;
}

.casestudybtn-icons {
	position: relative;
}

.casestudybtn-icons::before {
	left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #000f37;
	top: 28px;
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	transform: translateX(-50%);
	display: none;
}

.industriesbtn-icons {
	position: relative;
}

.industriesbtn-icons::before {
	left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #000f37;
	top: 28px;
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	transform: translateX(-50%);
	display: none;
}

li.mega-drop-down:hover a::before {
	display: block !important;
}

.mega-drop-down a {
	color: #000;
}

a.ourbottm-down {
	position: relative;
}

a.ourbottm-down::after {
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 5px solid black;
	content: "";
	display: block;
	position: absolute;
	right: -12px;
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	top: 38%;
	transform: translateY(-38%);
}

.displaynonebefore .mega-drop-down a {
	margin-right: 0;
}

.menu2drop {
	width: fit-content !important;
	position: absolute;
	right: 0;
	left: 100%;
	transform: translateX(-100%);
	 width: 100% !important; 
	display: none;
}

.posrelll {
	position: relative;
}

.nvbar-btn .menu2drop {
	top: 38px;
}

.nvbar-btn .ml-md-4,
.mx-md-4 {
	margin-left: 2.3rem!important;
}

.nvbar-btn .menu2drop.mb-s0 {
	padding-bottom: 0 !important;
}

.scroll-on .nvbar-btn img {
	position: relative;
	top: -8px;
}


/* .navigation-wrap .dropdown-menu {
	min-width: 100rem;
	left: 50%;
    transform: translateX(-50%) !important;
} */


/* .nav-item.show .dropdown-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translateX(-56%);
    width: 70.5rem;
}

.dropdown-menu ul {
    display: inline-block;
} */


/* contact */

.section-contacts {
	padding: 70px 0;
}

.form-contact-page-side input {
	margin-bottom: 18px;
	height: 45px;
	border: 0;
	border-bottom: 1px solid #d9e0ea;
	border-radius: 0;
}

.form-contact-page-side textarea {
	margin: 18px 0 30px 0px;
	height: 90px;
	border-bottom: 1px solid #ced4da !important;
	border: 0;
	border-radius: 0;
}

.btn-round {
	display: inline-block;
	position: relative;
}

input.submitbtn-contact-page {
	/* border-bottom: 0; */
	width: 69px;
	height: 69px;
	border-radius: 50px;
	border: 1px solid #2e7bf5;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	color: #2e7bf5;
	margin-bottom: 0;
	position: relative;
}

.btn-round::before {
	height: 10px;
	width: 10px;
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	right: -5px;
	transform: translateY(-50%);
	top: 50%;
	z-index: 9;
}

.btn-round::after {
	width: 38px;
	height: 1px;
	background: #2e7bf5;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -35px;
	z-index: 11;
}

.form-contact-page-side select {
	height: 45px;
	border-bottom: 1px solid #ced4da !important;
	border: 0;
	border-radius: 0;
}

.form-contact-page-side select {
	height: 45px;
	border-radius: 0px;
	border-bottom: 1px solid #ced4da;
	color: #666666 !important;
	font-size: 13px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/down-arrow-select.png);
	background-repeat: no-repeat;
	background-position: 96% 20px;
	/* background-position: 10px 0; */
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.0.10);
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.0.10);
}

.placehodercss-contact::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666666 !important;
	font-size: 13px !important;
	position: relative !important;
	font-family: 'Raleway', sans-serif;
}

.placehodercss-contact::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Raleway', sans-serif;
	color: #666666 !important;
	font-size: 13px !important;
	position: relative !important;
}

.placehodercss-contact:-ms-input-placeholder {
	/* IE 10+ */
	color: #9ca2ac !important;
	font-size: 666666 !important;
	position: relative !important;
	font-size: 13px !important;
	font-family: 'Raleway', sans-serif;
}

.placehodercss-contact:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Raleway', sans-serif;
	color: #666666 !important;
	font-size: 13px !important;
	position: relative !important;
}


/*  */

.file-input input[type="file"] {
	position: absolute;
	left: -10000px;
}

.file-input input[type="text"]:focus {
	-webkit-box-shadow: none;
	border-color: #ccc;
}

.no-js .file-input input[type="file"] {
	position: static;
	left: 0;
}

.no-js .file-input input[type="text"] {
	display: none;
}

.no-js .file-input button {
	display: none;
}

.custom-browse input {
	margin-top: 22px;
	background: #fff !important;
}

.custom-browse span.input-group-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 11px !important;
}

.custom-browse button.btn.btn-primary {
	font-size: 11px !important;
	padding: 4px 14px;
	border-radius: 2px;
}

.flex-oowns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text-boxedright h3 {
	font-size: 50px;
	font-weight: 700;
	color: #000;
	position: relative;
}

.text-boxedright h3::after {
	width: 209px;
	content: "";
	display: block;
	position: absolute;
	background: #2e7bf5;
	height: 1px;
	right: 0;
	bottom: -40px;
}

.contact-info h3 {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	margin-bottom: 22px;
	display: inline-block;
}

.contact-info p {
	font-size: 15px;
	color: #a3a3a3;
	line-height: 1.8;
	font-weight: 600;
}

.contact-box-section-box {
	padding: 60px 0;
	margin-bottom: 80px;
}

.contact-info h3::after {
	width: 50px;
	height: 1px;
	display: block;
	position: absolute;
	content: "";
	background: #2e7bf5;
	right: -10px;
	bottom: -10px;
}

.image-contact-destination {
	margin-top: 0px;
}

.image-contact-destination img {
	filter: grayscale(100%);
	opacity: 0.7;
}

.box-contact-d:hover .image-contact-destination img {
	box-shadow: 14px 23px 54px 0px rgba(109, 127, 162, 0.35);
	text-shadow: 14px 23px 54px rgba(109, 127, 162, 0.35);
	filter: initial;
	opacity: 1;
}

.box-contact-d:hover {
	/*transform: scale(1.1);*/
}

.box-contact-d {
	transition: transform .2s;
	/* Animation */
}

.box-contact-d:hover .contact-info h3 {
	color: #2e7bf5;
}

.box-contact-d:hover .contact-info p {
	color: #000;
}

.contact-info {
	margin-bottom: 30px;
}

.image-contact-destination::after {
	content: "";
	height: 88%;
	width: 1px;
	display: block;
	position: absolute;
	background: #2566d7;
	top: 60px;
	right: 42px;
	display: none;
}

.image-contact-destination::before {
	content: "";
	width: 75%;
	height: 1px;
	display: block;
	position: absolute;
	background: #2566d7;
	right: 42px;
	bottom: -18px;
	display: none;
}

.image-contact-destination {
	position: relative;
}

.box-contact-d:hover .image-contact-destination::after {
	display: block !important;
}

.box-contact-d:hover .image-contact-destination::before {
	display: block !important;
}

.box-contact-d.highlightmy {
	transform: scale(1.1);
}

.box-contact-d {
	transition: transform .2s;
	/* Animation */
}

.box-contact-d.highlightmy .contact-info h3 {
	color: #2e7bf5;
}

.box-contact-d.highlightmy .contact-info p {
	color: #000;
}

.box-contact-d.highlightmy .image-contact-destination::after {
	display: block !important;
}

.box-contact-d.highlightmy .image-contact-destination::before {
	display: block !important;
}

.box-contact-d.highlightmy .image-contact-destination img {
	box-shadow: 14px 23px 54px 0px rgba(109, 127, 162, 0.75);
	text-shadow: 14px 23px 54px rgba(109, 127, 162, 0.75);
	filter: initial;
	opacity: 1;
}

.owns-in {
	width: 100%;
	position: relative;
}

.owns-in::after {
	content: "Select a price range";
	font-size: 11px;
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	right: 50px;
	color: #a3a3a3;
	font-weight: 600;
	transform: translateY(-50%);
}

.text-boxedright {
	display: flex;
	justify-content: flex-end;
}

.contact-pagebanners {
	background: url("../images/contact/contact-page-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.contact-pagebanners .navigation-wrap.bg-light {
	background: transparent !important;
}

.contact-pagebanners .contentleft-about {
	text-align: center;
}

.contact-pagebanners .contentleft-about h3 {
	color: #Fff;
}

.contact-pagebanners .contentleft-about p {
	color: #8d8c8d;
	font-size: 18px;
}

.contact-pagebanners .contentleft-about h3:after {
	background: #fff !important;
	width: 235px;
}

.contact-pagebanners a {
	color: #fff !important;
}

.contact-pagebanners a.ourbottm-down::after {
	/* border-color: #fff !important; */
	border-top: #fff !important;
}

.contact-pagebanners .btn-select li span {
	color: #fff !important;
}

.contact-pagebanners .btn-select li span {
	color: #000 !important;
}


/* .contact-pagebanners #a li span */

.contact-pagebanners .navigation-wrap.bg-light.start-header.scroll-on {
	background: #fff !important;
}

.contact-pagebanners .navigation-wrap.bg-light.start-header.scroll-on a {
	color: #000 !important;
}

.contact-pagebanners .cpage.ourbottm-down::after {
	/* border-top: #fff !important; */
	border-top: 5px solid white !important;
}

.contact-pagebanners button.btn-select::after {
	border-top: 5px solid white;
}

.contact-pagebanners .absolute-center {
	border: 0;
}

.contact-pagebanners .lang-select a {
	color: #000 !important;
}

.displaynone-desktop-and-mobile {
	display: none !important;
}

.android-bn.border-nones-de::after {
	display: none;
}

.modal-open .modal {
	padding-right: 0px!important;
}

.banner-contents.services-lefts.lowercase h3 {
	text-transform: initial !important;
}

body.modal-open {
	padding-right: 0px!important;
}

.for-mobile {
	display: none !important;
}

.modal-open {
	overflow-y: scroll !important;
}

.same-section-add {
	padding: 50px 0;
	background: url("../images/services/services-same/background-image-same-bg.png");
	background-size: cover;
}

.boximage-side-ser img {
	width: 100%;
}

.services-content-sme h3 {
	font-size: 33px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
}

.services-content-sme p {
	font-size: 15px;
	color: #9b9da0;
}

.services-content-sme h3::after {
	content: "";
	position: absolute;
	width: 117px;
	height: 1px;
	display: block;
	background: #2e7bf5;
	right: 0;
	bottom: -10px;
}

.box-servicesh {
	background: #fff;
	border-radius: 6px;
	padding: 30px 0;
	margin: 0px auto;
	display: block;
	text-align: center;
	border: 1px solid #ced5dd;
}

.mtowns-same {
	margin-top: 28px;
	margin-bottom: 28px;
}

.myspc-btw {
	display: flex;
	align-items: center;
}

.container-same {
	position: relative;
	width: 100%;
}

.image-same {
	display: block;
	/* width: 100%; */
	height: auto;
	text-align: center;
	margin: 0px auto;
}

.overlay-same {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #2e7bf5;
	border-radius: 6px;
}

.container-same:hover .overlay-same {
	opacity: 1;
}

.text-same {
	width: 100%;
	color: white;
	font-size: 20px;
	position: absolute;
	/*top: 50%;*/
	/*left: 50%;*/
	/*-webkit-transform: translate(-50%, -50%);*/
	/*-ms-transform: translate(-50%, -50%);*/
	/*transform: translate(-50%, -50%);*/
	text-align: center;
}

.same-more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.text-same h3 {
	font-size: 18px;
	font-weight: 600;
}

.text-same {
	text-align: left;
	padding-left: 18px;
	width: 80%;
	top: 50%;
	transform: translateY(-50%);
}

.text-same p {
	font-size: 11px;
	line-height: 1.8;
	margin-bottom: 0;
}


/*as*/

.odontacase .whun img {
	width: 80% !important;
}

.casestudy-main-heading h2 {
	padding-right: 21px;
	line-height: 1.2;
}

section.all-folds-case {
	padding: 150px 0 80px 0;
	position: relative;
}

.round-ics {
	position: absolute;
	height: 100% !important;
	left: 50%;
	transform: translate(-50%);
	bottom: 0;
}

.round-ics::after {
	width: 2px;
	content: "";
	background: #dce3eb !important;
	display: block;
	position: absolute;
	height: 300px;
	left: 50%;
	transform: translate(-0%);
}

.round-ics::before {
	width: 6px;
	height: 6px;
	position: relative;
	content: "";
	border-radius: 5px;
	display: block;
	background: #dce3eb;
	bottom: -100%;
	left: 70%;
	transform: translate(-50%, -0%);
}

.whun img {
	width: 100% !important;
}

.whun::after {
	bottom: -40px;
}

.fold-para p {
	color: #595959;
	font-weight: 600;
}

.pl-20owns {
	padding-left: 30px;
}

.pr-20owns {
	padding-right: 30px;
}

.row.pl-20owns h3 {
	background: #2e7bf5;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	padding: 4px;
	line-height: 1;
}

.row.pl-20owns P {
	font-size: 15px;
	font-weight: 600;
	color: #595959;
}

.row.pl-20owns h4 {
	font-size: 15px;
	font-weight: 700;
}

.oursd-lst p {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 8px;
	position: relative;
}

.oursd-lst p::after {
	width: 12px;
	content: "";
	position: absolute;
	content: "";
	height: 1px;
	display: block;
	background: #2e7bf5;
	left: -24px;
	top: 50%;
	transform: translateY(-50%);
}

.oursd-lst {
	padding-left: 25px;
}

.ourslcs h3 {
	background: #2e7bf5;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	padding: 4px;
	line-height: 1;
}

.ourslcs P {
	font-size: 15px;
	font-weight: 600;
	color: #595959;
}

.ourslcs h4 {
	font-size: 15px;
	font-weight: 700;
}

.ourslcs {
	text-align: center;
	margin: 40px 0;
	border-top: 1px solid #0000002e;
	padding-top: 28px;
}


/*.all-folds-case .casestudy-folds:nth-child(1):before {*/


/*    width:4px;*/


/*    height:4px;*/


/*    position:absolute;*/


/*    content:"";*/


/*    display:block;*/


/*    background:red;*/


/*    top:0;*/


/*    left:0;*/


/*}*/


/*.all-folds-case .casestudy-folds:nth-child(1){*/


/*    position:relative;*/


/*}*/


/*section.all-folds-case::after {*/


/*    width: 4px;*/


/*    height: 4px;*/


/*    background: #000;*/


/*    position: absolute;*/


/*    content: "";*/


/*    display: block;*/


/*}*/

.halfs {
	position: relative;
	margin: 50px 0;
}

.owns-h {
	height: 500px !important;
}

.content-left-section-half-image h3 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}

.content-left-section-half-image p {
	font-size: 15px;
	color: #000;
	line-height: 1.8;
}

@media (max-width: 767.98px) {
	.halfs {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) {
	.halfs .halfs-img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 768px) {
	.halfs .half-contents .row {
		min-height: 350px;
	}
	/*	.owns-h  {*/
	/*    height: 100% !important;*/
	/*}*/
	/*	.halfs .owns-h  {*/
	/*    height: 100% !important;*/
	/*}*/
}

.content-box.content-center p {
	position: relative;
	z-index: 999;
}

.upimage-case-rights {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.upimage-case-rights img {
	width: 80%;
	text-align: center;
	margin: 0px auto;
	display: block;
	box-shadow: 10px 17px 60px 0px rgba(38, 43, 58, 0.2);
	text-shadow: 10px 17px 60px rgba(38, 43, 58, 0.2);
	border-radius: 14px
}

.upimage-case-lefts {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
}

.upimage-case-lefts img {
	width: 80%;
	text-align: center;
	margin: 0px auto;
	display: block;
	box-shadow: 10px 17px 60px 0px rgba(38, 43, 58, 0.2);
	text-shadow: 10px 17px 60px rgba(38, 43, 58, 0.2);
	border-radius: 14px
}

.mobileonof {
	display: none;
}


/*industries*/

.section-about-home.constructions-text::after {
	background: url(../images/industries/construction/construction-text.png) !important;
}

.industries-sectionbxd {
	padding: 140px 0;
}

.imageleft-industries img {
	width: 100%;
}

.industries-text-right h3 {
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 28px;
}

.border-btms::after {
	width: 117px;
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background: #2e7bf5;
	right: -20px;
	bottom: -12px;
}

h3.border-btms {
	position: relative;
	display: inline-block;
}

.industries-text-right p {
	color: #a3a3a3;
	line-height: 1.8;
	font-size: 15px;
}

.custom-justify {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.imageleft-industries::after {
	width: 173px;
	height: 173px;
	content: "";
	display: block;
	position: absolute;
	background: #3172f2;
	top: 0;
	right: -28px;
	z-index: -1;
	top: -40px;
}

.imageleft-industries::before {
	width: 173px;
	height: 173px;
	content: "";
	display: block;
	position: absolute;
	background: #3172f2;
	left: -28px;
	z-index: -1;
	bottom: -40px;
}

.industries-fold-three {
	background: url(../images/industries/fold-three-industries.jpg) !important;
	background-size: cover !important;
	padding: 60px 0;
	background-repeat: no-repeat;
	width: 100%;
}

.tickss img {
	margin-right: 10px;
}

.tickss p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 4;
}

.industriescta {
	background: url(../images/industries/cta-bg.jpg) !important;
	background-size: cover !important;
	padding: 60px 0;
	background-repeat: no-repeat;
	width: 100%;
}

.ctatext h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}

.ctabtns .buttonbox {
	justify-content: flex-end;
}

.ourctajust {
	align-items: center;
}

.ctabtns .buttonbox button {
	background: #fff;
	color: #000;
	font-size: 14px;
	color: #2f7af5;
	font-weight: 800 !important;
}

.ctabtns .buttonbox .button--isi.newsd::before {
	background-color: #eef5ff !important;
	background: #eef5ff !important
}

.posap-sliders .container .col-lg-4 {
	position: absolute;
	z-index: 999;
	top: -100% !important;
	transform: translateY(100%);
	display: inline-block;
}

.posap-sliders .container {
	position: relative;
}

.carousel-own-industries {
	background: transparent;
}

.carousel-own-industries .carousel-cell {
	width: 18%;
	height: 385px;
	margin-right: 18px;
	/* background: #8C8; */
	counter-increment: gallery-cell;
	transition: transform .2s;
	/* Animation */
	border-radius: 9px !important;
	transform: scale(0.9) !important;
}


/* .carousel-own .carousel-cell.is-selected:hover {
	transform: initial !important;
}

.carousel-own .carousel-cell.is-selected {

	transform: scale(1) !important;
} */

.carousel-own-industries .flickity-viewport {
	overflow: visible !important;
}


/*.carousel-own-industries .flickity-slider {*/


/*	left: 15% !important;*/


/*}*/

.roundsdtwo {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid black;
	top: 50%;
	transform: translateY(-50%);
}

.roundsd {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid black;
	top: 50%;
	transform: translateY(-50%);
}

.roundsdthree {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid black;
	top: 50%;
	transform: translateY(-50%);
}

.mega-drop-down img {
	top: 0 !important;
}

.hund img {
	width: 100%;
}

.popupform-custom .ourclasss span {
	display: none;
}

.errorDv {
	background: url(../images/error-404.jpg) no-repeat;
	background-size: cover;
}

.errorDv .errorDvsection {
	margin: 12vh 0vw;
}

.errorDv .errorDvsection h1 {
	font-size: 2rem;
	text-align: left;
	color: white;
	font-weight: 600;
}

.errorDv .errorDvsection p {
	color: white;
	text-align: left;
	font-size: 20px;
}

.errorDv .errorDvsection a {
	color: white;
	font-size: 20px;
}

.errorDv .errorDvsection a:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 0px 15px 0px 0px;
	vertical-align: middle;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.errorDv .errorDvsection a a:hover {
	color: white;
}

.errorDv .errorDvsection img {
	width: 50%;
}

.errorDv .errorDvsection figure {
	text-align: center;
}

.sectionslider-free.industriessldr::before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	height: 100%;
	width: 40%;
	z-index: 99;
}

.sectionslider-free.industriessldr {
	position: relative;
	overflow: hidden;
	padding-top: 0 !important;
}

.imgs-cn-own img {
	width: 70%;
	position: relative;
	left: -52px;
}


/*.sectionslider-free {*/


/*	padding: 190px 0 250px 0;*/


/*	overflow-x: hidden;*/


/*}*/

.carousel-own-industries .flickity-button {
	position: absolute;
	z-index: 999;
	left: 8% !important;
	top: initial;
	bottom: 60px;
	background: #2e7bf5;
	border-radius: 0;
	width: 30px;
	height: 30px;
}

.readmore {
	position: relative;
	z-index: 999999 !important;
}

.carousel-own-industries .flickity-button:hover {
	background: #2e7bf5 !important;
}

.carousel-own-industries .flickity-prev-next-button.next {
	left: 11% !important;
}

.carousel-own-industries .flickity-button svg {
	fill: #fff;
	width: 15px;
}

.popupform-custom .ourclasss:nth-child(2) {
	margin-left: 12px;
}

.popupform-custom .ourclasss:nth-child(4) {
	margin-left: 12px;
}

.disnones-desktop {
	display: none;
}

.communication-pages {
	position: relative;
}

.communication-pages::after {
	/*background: url(../images/industries/communication/Img01.png) no-repeat;*/
	/*width: 100% !important;*/
	/*background-size: contain !important;*/
	/*position: absolute;*/
	/*content: "";*/
	/*display: block;*/
	/*right: 0;*/
	/*top: 40% !important;*/
	/*min-width: 100%;*/
	/*min-height: 100%;*/
	/*height: 370px !important;*/
	/*background-position: right center !important;*/
	/*z-index: 9;*/
	/*transform: translateY(40%);*/
	background: url(../images/industries/communication/Img01.png) no-repeat;
	width: 100% !important;
	/*background-size: contain;*/
	background-size: 50%;
	position: absolute;
	content: "";
	display: block;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	background-position: right center !important;
	z-index: 9;
	top: inherit;
	bottom: 0;
}

.travel-pages {
	position: relative;
}

.travel-pages::after {
	background: url(../images/industries/travel-and-transport/Img02.png) no-repeat;
	width: 100% !important;
	/*background-size: contain;*/
	background-size: 40%;
	position: absolute;
	content: "";
	display: block;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	background-position: right center !important;
	z-index: 9;
	top: inherit;
	bottom: 0;
}

.indust img {
	width: auto !important;
	text-align: right;
	margin-right: 0;
}

.section-about-home.retail-text::after {
	background: url(../images/industries/retail/RETAIL.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover!important;
}

.section-about-home.insurance-text::after {
	background: url(../images/industries/insurance/INSURANCE.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover!important;
}

.section-about-home.healthcare-text::after {
	background: url(../images/industries/healthcare/HEALTHCARE.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover!important;
}

.section-about-home.communication-text::after {
	background: url(../images/industries/communication/COMMUNICATIONS.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover!important;
}

.section-about-home.travel-text::after {
	background: url(../images/industries/travel-and-transport/TRANSPORT.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover!important;
}

.section-about-home.education-text::after {
	background: url(../images/industries/education/EDUCATION.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover!important;
}

.section-about-home.media-text::after {
	background: url(../images/industries/media/MEDIA.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover!important;
}

.media-pages {
	position: relative;
}

.media-pages::after {
	background: url(../images/industries/media/Img01.png) no-repeat;
	width: 100% !important;
	background-size: 38%;
	position: absolute;
	content: "";
	display: block;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	background-position: right bottom !important;
	z-index: 9;
	top: inherit;
	bottom: 0;
}

.education-pages {
	position: relative;
}

.education-pages::after {
	background: url(../images/industries/education/Img01.png) no-repeat;
	width: 100% !important;
	background-size: contain;
	position: absolute;
	content: "";
	display: block;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	background-position: right bottom !important;
	z-index: 9;
	top: inherit;
	bottom: 0;
}

.oofaft::after {
	display: none !important;
}

.android-bn.oofaft {
	top: 0;
}

.row.ournewcas {
	align-items: center;
}

.healthcaresimg img {
	width: 70% !important;
}

#navbarToggle li a::after {
	top: 50%;
	transform: translateY(-50%);
}

.mega-menu li a {
	padding-bottom: 0 !important;
}

.scroll-on .mega-menu li a {
	padding-bottom: 0 !important;
}

.scroll-on li a {
	padding-bottom: 16px !important;
}

span.in-blocks {
	display: inline-block;
}


/*.education-pages {*/


/*	position: relative;*/


/*}*/


/*.education-pages::after {*/


/*	background: url(../images/industries/education/Img01.png) no-repeat;*/


/*	width: 100% !important;*/


/*	background-size: contain !important;*/


/*	position: absolute;*/


/*	content: "";*/


/*	display: block;*/


/*	right: 0;*/


/*	min-width: 100%;*/


/*	min-height: 100%;*/


/*	height: 370px !important;*/


/*	background-position: right center !important;*/


/*	z-index: 9;*/


/*}*/


/*industries*/


/*game-page-*/

.game-bgs-one {
	background: #0b012c;
	height: 100vh;
}

.game-bgs-two {
	background: red;
	height: 100vh;
}

.game-bgs-three {
	background: yellow;
	height: 100vh;
}

.gameboxhw {
	background: #cac5c5;
	height: 100px;
	width: 100px;
}

.circle-rotate {
	position: absolute;
	left: -120px;
	top: 35%;
	transform: translateY(-50%) rotate( 0deg);
	/* width: 240px; */
	animation: 25s rotate linear infinite;
}

@keyframes rotate {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

.circle-rotate-two {
	position: absolute;
	right: -50px;
	top: 20%;
	transform: translateY(-50%) rotate( 0deg);
	width: 240px;
	animation: 50s rotate linear infinite;
}

@keyframes rotate {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

.box-right-shaddow-round-world {
	/*position: relative;*/
}

.box-right-shaddow-round-world img {
	z-index: 2;
}

.box-right-shaddow-round-world::after {
	background: url(../images/game-page/right-shaddowtop-banner-one.png);
	content: "";
	position: absolute;
	display: block;
	background-size: contain !important;
	/*width: 500px;*/
	width: 80%;
	background-position: top right;
	top: 0;
	background-repeat: no-repeat;
	height: 80%;
	right: 0px;
	z-index: 1;
}

img.planeupdown {
	position: absolute;
	right: -90px;
	z-index: 3;
	top: 13% !important;
}

.testi-shape-3 {
	position: absolute;
	/*top: 30px;*/
	/*right: 40px;*/
	animation: 7s topmove4 linear infinite;
}

@keyframes topmove4 {
	0% {
		top: 20px;
		transform: rotate(0);
	}
	50% {
		top: 20px;
		transform: rotate(4deg);
	}
	100% {
		top: 20px;
		transform: rotate(0);
	}
}

.box-right-shaddow-round-world img.ct-shape-1 {
	z-index: 1;
}

.ct-shape-1 {
	position: absolute;
	width: 100%;
	top: 5%;
	left: 10%;
	animation: 30s leftmove1 cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}

@keyframes leftmove1 {
	0% {
		left: 10%;
		top: 5%;
	}
	50% {
		left: 7%;
		top: 2%;
	}
	100% {
		left: 10%;
		top: 5%;
	}
}

@keyframes topmove {
	0% {
		bottom: 0px;
	}
	50% {
		bottom: 30px;
	}
	100% {
		bottom: 0px;
	}
}

.game-bgs-one {
	position: relative;
}

.game-bgs-one::after {
	background: url(../images/game-page/bg-bottom-slide-1-with-out-man.png);
	content: "";
	position: absolute;
	display: block;
	background-size: cover !important;
	width: 100%;
	height: 45%;
	bottom: 0;
	z-index: 4;
}

.game-bgs-one::before {
	background: url(../images/game-page/blocks-moving.png);
	content: "";
	position: absolute;
	display: block;
	background-size: contain !important;
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translateY(50%);
	z-index: 3;
	animation: 8s toptmovee linear infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}

@keyframes toptmovee {
	0% {
		top: 0px;
		left: 0px;
	}
	50% {
		top: -20px;
		left: 20px;
	}
	100% {
		top: 0px;
		left: 0px;
	}
}

.bottom-bggames {
	position: relative;
	height: 100%;
	width: 100%;
}

.bottom-bggames::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 80%;
	bottom: 0;
	background: url(../images/game-page/bg-bottom-banner-one.png);
	background-size: cover;
}

.man-iconics {
	position: absolute;
	bottom: 0;
	z-index: 100;
	left: 60%;
	transform: translateX(-60%);
	/*box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);*/
	transform: translatey(0px);
	animation: float-twos 6s ease-in-out infinite;
}

@keyframes float-twos {
	0% {
		/*box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);*/
		transform: translatey(0px);
	}
	50% {
		/*box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);*/
		transform: translatey(-20px);
	}
	100% {
		/*box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);*/
		transform: translatey(0px);
	}
}

.box-contentsdes {
	top: 50%;
	position: absolute;
	z-index: 999;
	width: 100%;
	transform: translateY(-50%);
}

.game-content h1 {
	font-size: 40px;
	font-weight: 800;
	color: #Fff;
	text-transform: uppercase;
}

.game-content p {
	font-size: 15px;
	color: #fff;
	width: 70%;
	line-height: 1.8;
	margin-top: 18px;
}

.game-content a {
	color: #2a8cf9;
	font-size: 21px;
	font-weight: 900;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: 0.5s;
}

.game-content a:hover {
	color: #fff;
	transition: 0.5s;
}

.game-content a img {
	margin-left: 10px;
}

.game-section-two {
	padding: 120px 0 80px 0;
	background: #07001c;
	position: relative;
	z-index: 0;
}

.game-section-two::after {
	background: url("../images/game-page/new.png");
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	background-position: left bottom;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
	z-index: 1;
}

.content-game-same h3 {
	font-size: 13px;
	color: #2a8cf9;
	font-weight: 900;
}

.content-game-same h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 900;
	line-height: 1.4;
}

.game-section-two .container {
	z-index: 2;
	position: relative;
}

.rightgamecontent p {
	font-size: 19px;
	color: #fff;
	line-height: 1.5;
}

.custom-rowflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box-gamedetails {
	margin: 0 10px 0px 10px;
}

.flip-box {
	background-color: transparent;
	/*border: 1px solid #f1f1f1;*/
	perspective: 1000px;
	height: 200px;
	border-radius: 3px;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 4px;
	overflow: hidden;
}

.flip-box-front {
	/*background-color: #bbb;*/
	color: black;
	background: #2199de;
}

.flip-box-back {
	/*background-color: dodgerblue;*/
	background: #2199de;
	color: white;
	transform: rotateY(180deg);
	position: relative;
	z-index: 1;
}

.game-slider-five .slick-list {
	padding: 10px 0 10px 0px;
}

.flip-box-front::after {
	background: url("../images/game-page/bottom-bg-flip-box.png");
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	/*left:0;*/
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
}

.flip-box-back::after {
	background: url("../images/game-page/bottom-bg-flip-box.png");
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	/*left:0;*/
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
}

.boxes-fronts {
	position: relative;
	z-index: 1;
}

.boxes-fronts h2 {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	padding-top: 25px;
	padding-bottom: 15px;
}

.boxes-fronts img {
	width: 100%;
	position: relative;
	top: -20px;
}

.boxes-backs {
	margin: 0px auto;
	padding: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	z-index: 1;
}

.boxes-backs p {
	font-size: 13px;
	margin-bottom: 0;
}

.rightgamecontent p {
	margin-bottom: 0;
}

.game-slider-five ul.slick-dots {
	display: block;
	margin: 0px auto;
	/* left: 50%; */
	width: 100%;
	/* transform: translateX(-50%); */
	text-align: center;
}

.game-slider-five ul.slick-dots li {
	display: inline-block;
	font-size: 0;
	border-radius: 50px !important;
	border: 0 !important;
	margin: 0 4px 0 4px;
}

.game-slider-five ul.slick-dots li button {
	width: 6px;
	height: 6px !important;
	/* display: block; */
	border: 0 !important;
	border-radius: 50px !important;
	padding: 0;
	background: #23658c;
	outline: 0 !important;
}

.game-slider-five ul.slick-dots slick-active.li button {
	width: 8px !important;
	display: block;
}

.game-slider-five li.slick-active button {
	padding: 0 0 0 15px !important;
	background: #38adf1 !important;
}

.mt-own-slider {
	margin-top: 40px;
}

.game-slider-five ul.slick-dots {
	margin-top: 12px;
}

.game-section-two::before {
	background: url(../images/game-page/second-fold-left-icon.png);
	content: "";
	position: absolute;
	display: block;
	width: 133px;
	height: 140px;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0px;
	animation: 3s topmove1 linear infinite;
}

@keyframes topmove1 {
	0% {
		bottom: 20px;
	}
	50% {
		bottom: 50px;
	}
	100% {
		bottom: 20px;
	}
}

.second-right-iconss {
	position: relative;
}

.second-right-iconss::after {
	background: url(../images/game-page/second-fold-right-icon.png);
	content: "";
	position: absolute;
	display: block;
	width: 134px;
	height: 140px;
	background-size: contain;
	background-repeat: no-repeat;
	top: -120px;
	right: 0;
}

.game-section-three {
	padding: 80px 0 0 0;
	background: #080b2c;
	position: relative;
	z-index: 1;
}

.centergamesd {
	text-align: center;
}

.content-game-same p {
	font-size:15px;
	color: #fff;
	line-height: 1.8;
	margin-top: 10px;
	width: 90%;
	margin: 0px auto;
}

img.logos-games {
	margin: 30px 0 30px 0;
}


/* ----------------------------------------------
 * Generated by Animista on 2021-6-17 15:6:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */

.shake-horizontal:hover {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes shake-horizontal {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	80% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	90% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
	}
}

@keyframes shake-horizontal {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	80% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	90% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
	}
}

.game-section-three::after {
	background: url(../images/game-page/bg-bottomsec-three.png);
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0px;
	z-index: -1 !important;
}

.content-game-same.centergamesd {
	z-index: 3 !important;
	position: relative;
}

.computer-image {
	margin: 0px auto;
	text-align: center;
	margin-top: 50px;
}

.com-before-after {
	position: relative;
}

.com-before-after::before {
	background: url(../images/game-page/computer-icon-1.png);
	content: "";
	position: absolute;
	display: block;
	width: 131px;
	height: 127px;
	background-size: contain;
	background-repeat: no-repeat;
	left: -60px;
	top: 0px;
	animation: 10s rotatenew linear infinite;
}

@keyframes rotatenew {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

.com-before-after::after {
	background: url(../images/game-page/computer-icon-4.png);
	content: "";
	position: absolute;
	display: block;
	width: 228px;
	height: 180px;
	background-size: contain;
	background-repeat: no-repeat;
	right: -60px;
	bottom: 0;
	animation: 3s leftmove2 linear infinite;
}

@keyframes leftmove2 {
	0% {
		bottom: 2%;
	}
	50% {
		bottom: 4%;
	}
	100% {
		bottom: 2%;
	}
}

.imagecomputer {
	position: relative;
}

.imagecomputer::after {
	background: url(../images/game-page/computer-icon-2.png);
	content: "";
	position: absolute;
	display: block;
	width: 128px;
	height: 137px;
	background-size: contain;
	background-repeat: no-repeat;
	right: -70px;
	animation: 10s rotatenew2 linear infinite;
	/*top: 20px;*/
	top: 0px;
}


@keyframes rotatenew2{


    0%{


        transform: translateY(-50%) rotate(0deg);


    }


    100%{


        transform: translateY(-50%) rotate(360deg);


    }


}

.imagecomputer::before {
	background: url(../images/game-page/computer-icon-3.png);
	content: "";
	position: absolute;
	display: block;
	width: 117px;
	height: 133px;
	background-size: contain;
	background-repeat: no-repeat;
	left: -50px;
	animation: 10s rotatenew3 linear infinite;
	bottom: -20px;
}

@keyframes rotatenew3 {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

.imagecomputer img {
	position: relative;
	z-index: 4;
}

.bgtowsgames {
	position: relative;
}

.bgtowsgames::before {
	background: url(../images/game-page/heading-right-icons-fold3.png);
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 192px;
	background-size: contain;
	background-repeat: no-repeat;
	right: 50px;
	animation: 3s leftmove10 linear infinite;
	/* top: 50px; */
	background-position: top !important;
	height: 100%;
}

@keyframes leftmove10 {
	0% {
		bottom: 20px;
	}
	50% {
		bottom: 50px;
	}
	100% {
		bottom: 20px;
	}
}

.bgtowsgames::after {
	background: url(../images/game-page/heading-left-icons-fold3.png);
	content: "";
	position: absolute;
	display: block;
	width: 119px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	right: 50px;
	animation: 3s leftmove11 linear infinite;
	/* top: 50px; */
	background-position: top !important;
	left: 50px;
	bottom: 80px;
}

@keyframes leftmove11 {
	0% {
		bottom: 20px;
	}
	50% {
		bottom: 50px;
	}
	100% {
		bottom: 20px;
	}
}

.game-sectionfour {
	background: #0d1957;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.game-sectionfour::after {
	background-size: contain;
	height: 100%;
	width: 100%;
	background: url(../images/game-page/bgsection-four-after.png);
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	top: 0;
	z-index: 1;
}

.centerfoursecgame {
	margin: 0px auto;
	text-align: center;
	margin-bottom: 35px !important;
}

.centerfoursecgame h2 {
	width: 78%;
	margin: 0px auto;
}

.fullimage-game img {
	width: 100%;
}

.mt-on-gallery {
	margin-top: 26px;
}

.galleryshows {
	margin-top: 26px;
	position: relative;
	z-index: 3;
}

.content-load {
	/*height: 100px;*/
	/*width: 100%;*/
	/*color: #fff;*/
	/*font-size: 24px;*/
	/*line-height: 100px; */
	/*text-align: center;*/
	/*background-color: grey;*/
	/*margin: 5px;*/
	/*border: 1px solid lightgrey;*/
	display: none;
}

#loadMore {
	width: 150px;
	/* color: #fff; */
	display: block;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	border-radius: 50px;
	border: 2px solid #0084f4;
	background-color: #0000ff00;
	transition: .3s;
	z-index: 9;
	color: #2a8cf9;
	font-weight: 800;
	/* text-transform: uppercase; */
	font-size: 13px;
}

#loadMore:hover {
	color: #fff;
	background-color: #0000ff00;
	border: 2px solid #fff;
	text-decoration: none;
}

a.btnhiderow {
	width: 150px;
	/* color: #fff; */
	display: block;
	text-align: center;
	margin: 20px auto;
	padding: 10px 25px;
	border-radius: 50px;
	border: 2px solid #0084f4;
	background-color: #0000ff00;
	transition: .3s;
	z-index: 9;
	color: #2a8cf9;
	font-weight: 800;
	/* text-transform: uppercase; */
	font-size: 13px;
}

a.btnhiderow:hover {
	color: #fff;
	background-color: #0000ff00;
	border: 2px solid #fff;
	text-decoration: none;
}

.noContent {
	color: #000 !important;
	background-color: transparent !important;
	pointer-events: none;
}

.loadmore-btns {
	position: relative;
	z-index: 99;
	margin: 0px auto;
	margin-top: 30px;
}

a.btnhiderow {
	display: none;
}

.gallery-mains {
	position: relative;
	width: 100%;
}

.image-gallerys {
	display: block;
	width: 100%;
	height: auto;
	filter: grayscale(100%);
}

.overlay-gallerys {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	/*background-color: #008CBA;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,000000+51&0+0,1+91 */
	background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.56) 51%, rgba(0, 0, 0, 1) 91%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.56) 51%, rgba(0, 0, 0, 1) 91%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.56) 51%, rgba(0, 0, 0, 1) 91%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.gallery-mains:hover .overlay-gallerys {
	opacity: 1;
}

.text-gallerys {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	height: 100%;
}

.bxover {
	width: 100%;
	text-align: left;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.bxover h3 {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 5px;
}

.bxover h4 {
	font-size: 17px;
}

.overlay-gallerys img.image-gallerys:hover {
	filter: inherit;
}

.fullimage-game:hover img.image-gallerys {
	filter: inherit !important;
}

.afterimage-pic {
	position: relative;
}

.afterimage-pic::after {
	background: url(../images/game-page/image-1-gallery.png);
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	top: 0px;
	z-index: 9;
	right: -30px;
	background-size: contain;
	animation: 10s rotate-gallery linear infinite;
}

@keyframes rotate-gallery {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

.afterimage-pic::before {
	background: url(../images/game-page/image-2-gallery.png);
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	/* top: 0px; */
	z-index: 1;
	left: -50px;
	bottom: -100px !important;
	background-size: contain;
	animation: 10s rotate-gallery linear infinite;
}

@keyframes rotate-gallery {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

.centerfoursecgame {
	position: relative;
}

.centerfoursecgame::after {
	animation: 10s rotate-gallery linear infinite;
	background: url(../images/game-page/heading-icon-rotate.png);
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	top: 0;
}

@keyframes rotate-gallery {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

section.game-sectionfour::before {
	background: url(../images/game-page/heading-icon-rotate-bottom.png);
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	width: 200px;
	height: 206px;
	background-size: contain;
	right: -30px;
	bottom: -170px;
	animation: 10s rotate-gallery1 linear infinite;
}

@keyframes rotate-gallery1 {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

.sectionfive-gamepage {
	background: #0e0a31;
	padding: 80px 0;
	position: relative;
}

.sectionfive-gamepage .content-game-same p {
	width: 100%;
}

.toplineupdown {
	position: relative;
	width: 100%;
}

.toplineupdown::before {
	background: url(../images/game-page/heading-left-icons-fold3.png);
	content: "";
	position: absolute;
	display: block;
	width: 119px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	animation: 3s leftmove22 linear infinite;
	/* top: 50px; */
	background-position: top !important;
	left: 15px;
	bottom: 80px;
}

@keyframes leftmove22 {
	0% {
		bottom: 20px;
	}
	50% {
		bottom: 50px;
	}
	100% {
		bottom: 20px;
	}
}

.toplineupdown::after {
	animation: 10s rotate-gallery linear infinite;
	background: url(../images/game-page/box-roundddd.png);
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	width: 83px;
	height: 74px;
	top: 0;
	left: 40% !important;
	transform: translateX(-40%);
}

@keyframes rotate-gallery {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

.sectionfive-gamepage::after {
	background: url(../images/game-page/shaddow-five.png);
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0px;
	z-index: 0 !important;
}

.sectionfive-gamepage .row {
	position: relative;
	z-index: 9;
}

.sectionfimage {
	position: relative;
}

.sectionfimage::after {
	background: url(../images/game-page/computer-icon-4.png);
	content: "";
	position: absolute;
	display: block;
	width: 228px;
	height: 295px;
	background-size: contain;
	background-repeat: no-repeat;
	right: 0px;
	bottom: 0;
	z-index: -1;
	animation: 3s leftmove26 linear infinite;
}

@keyframes leftmove26 {
	0% {
		bottom: 2%;
	}
	50% {
		bottom: 4%;
	}
	100% {
		bottom: 2%;
	}
}

.left-roundsssf {
	position: relative;
}

.left-roundsssf::after {
	animation: 10s rotate-gallery22 linear infinite;
	background: url(../images/game-page/5roundss.png);
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	width: 63px;
	height: 61px;
	/*top: 0;*/
	bottom: 0;
	bottom: -100px;
	left: -70px;
}

@keyframes rotate-gallery22 {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}


/*.ban-5 {*/


/*    top: -24px;*/


/*    left: 50px;*/


/*    animation: 100s ban55 linear infinite;*/


/*    opacity: 0.5;*/


/*}*/


/*@keyframes ban55{*/


/*    0%{*/


/*        top: -24px;*/


/*        left: 50px;*/


/*    }*/


/*    25%{*/


/*        top: 90%;*/


/*        left: 300px;*/


/*    }*/


/*    50%{*/


/*        top: 50%;*/


/*        left: 500px;*/


/*    }*/


/*    100%{*/


/*        top: -24px;*/


/*        left: 50px;*/


/*    }*/


/*}*/


/*.ourabsd {*/


/*    position: absolute;*/


/*    z-index: 1;*/


/*    height: 100%;*/


/*    width: 100%;*/


/*    display: block;*/


/*}*/

.ourabsd {
	top: -24px;
	left: 50px;
	animation: 100s ban55 linear infinite;
	opacity: 0.5;
}

@keyframes ban55 {
	0% {
		top: 0px;
		left: 50px;
	}
	25% {
		top: 80%;
		left: 300px;
	}
	50% {
		top: 50%;
		/*left: 500px;*/
		left: 80%;
	}
	100% {
		top: 0px;
		left: 50px;
	}
}

.ourabsd {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	display: block;
}

.section-sixgame {
	background: url(../images/game-page/bg-sec-sixx.jpg);
	padding: 80px 0;
	position: relative;
	z-index: 99;
}

.section-sixgame .container {
	z-index: 9999;
	position: relative;
}

.box-pro-content-text h3 {
	font-size: 17px;
	font-weight: 800;
	color: #2a8cf9;
}

.box-pro-content-text p {
	font-size: 11px;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 0;
}

.custom-toppro-game {
	margin-top: 70px;
}

.custom-toppro-game-40 {
	margin-top: 40px;
}

.gamedvb {
	display: block;
}

.process-p1 {
	position: relative;
}

.process-p1 img {
	position: relative;
	z-index: 1
}

.process-p1::after {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	-webkit-box-shadow: 0px 0px 35px 13px rgba(255, 57, 57, 1);
	-moz-box-shadow: 0px 0px 35px 13px rgba(255, 57, 57, 1);
	box-shadow: 0px 0px 35px 13px rgba(255, 57, 57, 1);
	width: 40px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}

.hover-p1:hover .process-p1::after {
	opacity: 1 !important;
}

.hover-p1:hover .rotate-center {
	-webkit-animation: rotate-center 0.6s ease-in-out both;
	animation: rotate-center 0.6s ease-in-out both;
}

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.hover-p1:hover .process-p2::after {
	opacity: 1 !important;
}

.process-p2 {
	position: relative;
}

.process-p2 img {
	position: relative;
	z-index: 1
}

.process-p2::after {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	-webkit-box-shadow: 0px 0px 35px 13px rgba(231, 47, 234, 0.76);
	-moz-box-shadow: 0px 0px 35px 13px rgba(231, 47, 234, 0.76);
	box-shadow: 0px 0px 35px 13px rgba(231, 47, 234, 0.76);
	width: 40px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}

.hover-p1:hover .process-p3::after {
	opacity: 1 !important;
}

.process-p3 {
	position: relative;
}

.process-p3 img {
	position: relative;
	z-index: 1
}

.process-p3::after {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	-webkit-box-shadow: 0px 0px 35px 13px rgba(119, 229, 239, 0.76);
	-moz-box-shadow: 0px 0px 35px 13px rgba(119, 229, 239, 0.76);
	box-shadow: 0px 0px 35px 13px rgba(119, 229, 239, 0.76);
	width: 40px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}

.hover-p1:hover .process-p4::after {
	opacity: 1 !important;
}

.process-p4 {
	position: relative;
}

.process-p4 img {
	position: relative;
	z-index: 1
}

.process-p4::after {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	-webkit-box-shadow: 0px 0px 35px 13px rgba(92, 209, 255, 0.76);
	-moz-box-shadow: 0px 0px 35px 13px rgba(92, 209, 255, 0.76);
	box-shadow: 0px 0px 35px 13px rgba(92, 209, 255, 0.76);
	width: 40px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}

.hover-p1:hover .process-p5::after {
	opacity: 1 !important;
}

.process-p5 {
	position: relative;
}

.process-p5 img {
	position: relative;
	z-index: 1
}

.process-p5::after {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	-webkit-box-shadow: 0px 0px 35px 13px rgba(255, 213, 0, 0.76);
	-moz-box-shadow: 0px 0px 35px 13px rgba(255, 213, 0, 0.76);
	box-shadow: 0px 0px 35px 13px rgba(255, 213, 0, 0.76);
	width: 30px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}

.hover-p1:hover .process-p6::after {
	opacity: 1 !important;
}

.process-p6 {
	position: relative;
}

.process-p6 img {
	position: relative;
	z-index: 1
}

.process-p6::after {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	-webkit-box-shadow: 0px 0px 35px 13px rgba(75, 207, 198, 0.76);
	-moz-box-shadow: 0px 0px 35px 13px rgba(75, 207, 198, 0.76);
	box-shadow: 0px 0px 35px 13px rgba(75, 207, 198, 0.76);
	width: 35px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}

.hover-p1:hover .process-p7::after {
	opacity: 1 !important;
}

.process-p7 {
	position: relative;
}

.process-p7 img {
	position: relative;
	z-index: 1
}

.process-p7::after {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	-webkit-box-shadow: 0px 0px 35px 13px rgba(90, 229, 55, 0.76);
	-moz-box-shadow: 0px 0px 35px 13px rgba(90, 229, 55, 0.76);
	box-shadow: 0px 0px 35px 13px rgba(90, 229, 55, 0.76);
	width: 35px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}

.hover-p1:hover .process-p8::after {
	opacity: 1 !important;
}

.process-p8 {
	position: relative;
}

.process-p8 img {
	position: relative;
	z-index: 1
}

.process-p8::after {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	-webkit-box-shadow: 0px 0px 35px 13px rgba(185, 70, 242, 0.76);
	-moz-box-shadow: 0px 0px 35px 13px rgba(185, 70, 242, 0.76);
	box-shadow: 0px 0px 35px 13px rgba(185, 70, 242, 0.76);
	width: 35px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}


.logo-area-hover h3 {
    font-size: 21px;
    color: #fff;
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 20px;
}

.logo-softs {
    display: flex;
}

.logo-softs img {
        position: relative;
    left: -11px;
    width: auto;
    filter: grayscale(100%);
}
img.anchormy.highlightmy{filter: inherit !important;}
img.anchormy1.highlightmy{filter: inherit !important;}
.logo-softs img:hover{filter: inherit !important;}

.custm-flx {
    display: flex;
    justify-content: space-between;
}

.game-footersec {
    background:#0e1b5a;
    padding: 80px 0 80px 0;
    position:relative;
    /*overflow:hidden !important;*/
}

.game-footersec::after {
	background-size: contain;
	height: 100%;
	width: 100%;
	background: url(../images/game-page/footer-ssc.png);
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	top: 0;
	z-index: 1;
}
.game-footersec .content-game-same p {
    width: 90%;
    text-align: left;
    margin-left: 0;
    padding-bottom:70px;
}

.game-footersec .content-game-same h2 {
    width: 90%;
}

.game-footersec .container {
    z-index: 99;
    position: relative;
}

.forms-g .form-control {
    background: transparent;
    border-radius: 50px;
}

.forms-g textarea.form-control {
    height: 140px;
    border-radius: 17px;
    margin-bottom: 25px;
    resize: none;
    color:#fff;
}

.forms-g input.form-control {
    margin-bottom: 20px;
    color:#fff;
}

.forms-g .submitbtn {
    width: 149px;
    padding: 0 0 0;
    height: 44px;
    border-color: #0282f1;
    color:#0282f1;
      transition: 0.3s;
}
.forms-g .submitbtn:hover {
   
    border-color: #fff;
    color:#fff;
}
.ourf-rounds {position:relative;
width:100%;
height:100%;
}

.ourf-rounds::after {
    	background-size: contain;
    height: 81px;
    width: 81px;
	background: url(../images/game-page/secsf.png);
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	top: 0;
		animation: 10s rotate-galleryff linear infinite;
}
    
@keyframes rotate-galleryff {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

.ourf-rounds2 {position:relative;
width:100%;
height:100%;
}
.ourf-rounds2::before {
        	background-size: contain;
    height: 90px;
    width: 92px;
	background: url(../images/game-page/ff-22.png);
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	top: 0;
		animation: 10s rotate-galleryfff linear infinite;
		right: -80px;
}

@keyframes rotate-galleryfff {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}


/*.game-footersec::before {*/
/*    background: url(../images/game-page/smoke.png);*/
/*    content: "";*/
/*    position: absolute;*/
/*    display: block;*/
/*    background-repeat: no-repeat;*/
/*    bottom: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    background-size: 100% 100%;*/
/*}*/





.imgfff {
    position: relative;
    bottom: 0;
    z-index: 9;
        animation: 3s topmoveff-nn linear infinite;
}

.sectionfimage { animation: 3s topmoveff-nnn linear infinite;}
@keyframes topmoveff-nnn{
    0%{
        bottom: 0px;
    }
    50%{
        bottom: 30px;
    }
    100%{
        bottom: 0px;
    }
}

.imgfff img {
    position: absolute;
     top: -90px;

    width: 18%;
    left: 0;
 
}

@keyframes topmoveff-nn{
    0%{
        bottom: 0px;
    }
    50%{
        bottom: 30px;
    }
    100%{
        bottom: 0px;
    }
}


/*#sky {*/
/*	overflow: hidden;*/
/*}*/
/*#clouds {*/
/*	width: 200%;*/
/*	height: 400px;*/
/*	background-image: url("../images/game-page/smoke.png");*/
/*	background-size: cover;*/
/*	-webkit-animation: movingclouds 25s linear infinite;*/
/*	-moz-animation: movingclouds 25s linear infinite;*/
/*	-o-animation: movingclouds 25s linear infinite;*/
/*}*/
/*@keyframes movingclouds {*/
/*	0% {margin-left: 0%;}*/
/*	100% {margin-left: -100%;}*/
/*}*/



#sky {
	overflow: hidden;
	/*position: relative;*/
}
#clouds {
    width: 200%;
    height: 100%;
    background-image: url(../images/game-page/smoke.png);
    background-size: contain;
    -webkit-animation: movingclouds 25s linear infinite;
    -moz-animation: movingclouds 25s linear infinite;
    -o-animation: movingclouds 25s linear infinite;
    position: absolute;
    z-index: 2;
    bottom: 0;
}
@keyframes movingclouds {
	0% {margin-left: 0%;}
	100% {margin-left: -100%;}
}


.banner-wrap #sky {
    position: absolute;
    z-index: 99;
    display: block;
    height: 70% !important;
    width: 100%;
    display: block;
    bottom: 0;
}
.banner-wrap #sky #clouds {
    top: 0;
}

.btn-newss {
    text-align: center;
    margin: 0px auto;
}

.btn-newss a {



	width: 150px;
	/* color: #fff; */
	display: block;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	border-radius: 50px;
	border: 2px solid #0084f4;
	background-color: #0000ff00;
	transition: .3s;
	z-index: 9;
	color: #2a8cf9;
	font-weight: 800;
	/* text-transform: uppercase; */
	font-size: 13px;
	text-decoration: none;
}

.btn-newss a:hover {
	color: #fff;
	background-color: transparent;
border-color:#fff;
text-decoration: none;
    outline: 0;
}

.left-roundsssf .btn-newss a {
    margin-left: 0 !important;
}


.slider-for-game {
    overflow: hidden;
}

.rightgamecontent {
    display: none;
}

.mobile-sl-game {display:none !important;}

/*.flip-box.myhover .flip-box-inner {*/
/*    transform: rotateY(180deg);*/
/*}*/
.flip-box.myhover .flip-box-back {
webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(
-180deg
);
}
span.blockdiv.mbls {
    display: inline;
}
.blockmb-new {
    display: none !important;
}
.portfolio-game-disnone {display:none !important;}


.staring {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8%;
}

.staring img {width: 100px;

	animation: float-twoss 6s ease-in-out infinite;
}

@keyframes float-twoss {
	0% {
		/*box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);*/
		transform: translatey(0px);
	}
	50% {
		/*box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);*/
		transform: translatey(-20px);
	}
	100% {
		/*box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);*/
		transform: translatey(0px);
	}
}


.disblocks-mlb {display:none !important;}

/*banner animation*/


.bbbannersd img {
    text-align: center;
    display: block;
    justify-content: center;
    margin: 0px auto;
}

span#typping1 {
    background: transparent !IMPORTANT;
    WIDTH: 0 !IMPORTANT;
}
     @keyframes Jumped-two {
	 0% {
		 top: 0;
	}
	 25% {
		 top: -4vh;
	}
	 50% {
		 top: 0;
	}
	 75% {
		 top: -2vh;
	}
	 100% {
		 top: 0;
	}
}
 @keyframes Typping-two {
	 0% {
		 opacity: 0;
	}
	 50% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
	}
}
.oursnd-h2 span1 {
    font-size: 80px;
    font-weight: 900;
}

.oursnd-h2 h2 {
    text-transform: uppercase;
    line-height: 01 !important;
    text-align: right;
    color:#000;
}

.oursnd-h2 span2 {
    font-size: 80px;
    font-weight: 900;
    display: block;
}

.oursnd-h2 span3 {
    font-size: 90px;
    font-weight: 900;
    display: block;
}



     @keyframes Jumped {
	 0% {
		 top: 0;
	}
	 25% {
		 top: -4vh;
	}
	 50% {
		 top: 0;
	}
	 75% {
		 top: -2vh;
	}
	 100% {
		 top: 0;
	}
}
 @keyframes Typping {
	 0% {
		 opacity: 0;
	}
	 50% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
	}
}

.typn :nth-child(1) {
        display: inline-block !important;
} 
.typn :nth-child(2) {
        display: inline-block !important;
}
.typn :nth-child(3) {
        display: inline-block !important;
}

.typn :nth-child(4) {
          display: inline-block !important;
 

    
}
.typn :nth-child(5) {
    display: inline-block !important;
    width: 38% !important;
    text-align: left;

    z-index:3;
}

.typn :nth-child(6) {
           display:block !important;
     display:inline-block !important;
        width:50% !important;
 text-align:left;
    left: -9px;
}

.typn :nth-child(7) {
    display:inline-block !important;
 
}

.typn :nth-child(8) {
  display: inline-block !important;
}
.typn h1 span{ color:#000 !important;}
.typn h1 {
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    line-height: 0.8;
    color:#000 !important;
    position:relative !important;
}
 span#typping {
    width: 0 !important;
    background: transparent;
}

/*.typn :nth-child(2)::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    display: block;*/
/*    BACKGROUND: #fbfbfb;*/
/*    height: 80px;*/
/*    width: 40px;*/
/*    top: 0;*/
/*   right:-6px;*/
/*}*/

/*.typn :nth-child(2)::before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    height: 75px;*/
/*    width: 1px;*/
/*    background: #000;*/

/*    z-index: 2;*/
/*  transform:translate(-50%, -20%);*/
/*  left:50%;*/
/*  top:0%; */

/*}*/

/*.typn :nth-child(4)::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    display: block;*/
/*    BACKGROUND: #fbfbfb;*/
/*    height: 80px;*/
/*    width: 30px;*/
/*    top: 0;*/
/*   left:-3px;*/
/*}*/

/*.typn :nth-child(4)::before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    height: 50px;*/
/*    width: 1px;*/
/*    background: #000;*/

/*    z-index: 2;*/
/*  transform:translate(-42%, 10%);*/
/*  left:42%;*/
/*  top:initial;*/
/*  bottom:-2% !important; */

/*}*/

/*.typn :nth-child(8)::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    display: block;*/
/*    BACKGROUND: #fbfbfb;*/
/*    height: 80px;*/
/*    width: 22px;*/
/*    top: 0;*/
/*    left: 4px;*/
/*}*/
/*.typn :nth-child(8)::before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    height: 50px;*/
/*    width: 1px;*/
/*    background: #000;*/

/*    z-index: 2;*/
/*  transform:translate(-40%, 10%);*/
/*  left:40%;*/
/*  top:initial;*/
/*  bottom:-3% !important; */

/*}*/

.custom-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.typn {
    text-align: left;
}

.mb-customs {
    margin-bottom: 20px;
}

/*banner-animation*/



/*blogs*/
.blog-section-main {
    padding-bottom: 40px;
}
.blog-title-dec {
    background: #f5f5f5;
    padding: 18px;
}
.blog-title-dec p {
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 5px;
}

.padding-div-title{
    padding:10px 20px 10px 20px;
}

.blog-thumb img {
    width: 100%;
}
.padding-div-title a {
    position: relative;
    color: #007bff;
    text-decoration: none;
    font-size: 15px;
        font-weight: 600;
}

.padding-div-title a:hover {color:#fff;}
.padding-div-title a::after {
    width: 24px; height: 13px;
    background: url('../images/blogs/right-icon-blog.png') -10px -10px;
    content:"";
    position:absolute;
      display: inline-block;
      
      top: 50%;
    transform: translateY(-50%);
    right: -32px;
}

.padding-div-title a:hover::after{
   width: 24px; height: 13px;
    background: url('../images/blogs/right-icon-blog.png') -54px -10px;
    content:"";
    position:absolute;
      display: inline-block;
}
.blog-block:hover .blog-title-dec {
    background: #007bff;
}

.blog-block:hover .blog-title-dec p{
    color: #fff;
}


.blog-block:hover .blog-title-dec a{
    color: #fff;
}
.blog-block:hover a::after{
   width: 24px; height: 13px;
    background: url('../images/blogs/right-icon-blog.png') -54px -10px;
    content:"";
    position:absolute;
      display: inline-block;
}


.blog-block:hover .padding-div-title::after {
     background-image: url(../images/blogs/left-line-blog-title.png);
}

.blog-block:hover .padding-div-title::before{
     background-image: url(../images/blogs/right-line-blog-title.png);
}



.padding-div-title::after {
    width: 43px;
height: 110px;
    content: "";
    position: absolute;
    display: inline-block;
     left: 0; 
  top: 2px;
    background-size: 100% 100%;
    background-image: url(../images/blogs/left-line-color-blog-title.png);
}

.padding-div-title::before {
    width: 43px;
 height: 110px;
    content: "";
    position: absolute;
    display: inline-block;
     right: 0; 
    top: 2px;
    background-size: 100% 100%;
    background-image: url(../images/blogs/right-line-color-blog-title.png);
}

.padding-div-title {
    position: relative;
}
.s-icon a::after {
    display:none !important;
}

.social-blogs-links {
    text-align: right;
    margin-top: 15px;
}

.blog-block:hover .s-icon img {
    filter: brightness(0) invert(1);
}

.blogtabs-link ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 15px;
}
.blogtabs-link ul a {
    color: #a4a4a4;
    font-weight: 600;
    text-decoration: none;
    position:relative;
}

.blogtabs-link {
    margin-top: 50px;
    margin-bottom: 50px;
}
.blogtabs-link a.active {
    color: #2996fb;
    position:relative;
}


.blogtabs-link a.active::after {
	position:absolute;
	content:"";
	display:block;
	width:100%;
	height:2px;
	background: #2996fb;
	bottom:-19px
}


.blogtabs-link a:hover::after {
	position:absolute;
	content:"";
	display:block;
	width:100%;
	height:2px;
	background: #2996fb;
	bottom:-19px
}

.blog-section-main .tab-content .row {
    margin-bottom: 30px;
}
.blog-block:hover {
    box-shadow: 10px 17px 38px 2px rgb(95 95 95 / 25%);
    text-shadow: 10px 17px 38px rgb(95 95 95 / 25%);
    top:-8px;
}
.blog-block{
 position: relative;
  top: 0;
  transition: top ease 0.5s;
}


.blog-cta {
        background-image: url(../images/blogs/blog-cta-image.png);
        padding:50px 0;
        background-repeat:no-repeat;
        background-size:cover;
}

.cta-content-blog h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.cta-content-blog p {
    font-size: 16px;
    color: #2996fb;
    margin-bottom: 0;
     font-weight: 700;
}

.blogcta-btns a {
    /*height:40px;*/
    /*line-height: 40px;*/
    /*width: 150px;*/
      transition: 0.3s;
    padding:10px 18px 10px 18px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 15px;
    font-weight:600;
    width: 130px;
}
.blogcta-btns .bluecolorbtns {
    background: #0056b3;
    color: #fff;
    border:2px solid #0056b3;
}


.bordercolorbtns {
       color: #fff;
       border:2px solid #fff;
}

.blogcta-btns .bluecolorbtns:hover {
    background:#fff;
    color:#0056b3;
}

.blogcta-btns .bordercolorbtns:hover{
    background:#fff
}

.mr-blogbtn {
    margin-right: 15px;
}

.blog-cta .row {
    display: flex;
    align-items: center;
}

.blog-page-main {
    position:relative;
}


.blog-page-main {
    position:relative;
}

.blog-page-main::after {
    content: "";
    display: block !important;
    position: relative;
    background-color: #fff;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
}



.blog-page-main::before {
    width: 50%;
    content:"";
    display:block;
    position:relative;
    background-image: url(../images/blogs/banner-image-blog.jpg);
    height:100%;
    top:0;
    left: 50%;
    background-repeat: repeat;
    background-size: contain;
    transform: translateX( 0%);
    border-radius: 10px 0px 0px 10px;
    
}
.blog-page-main {
    position: relative;
    height: 100%;
    width: 100%;
    right: 0;
}

.css-text-mask {
	font-size: 100px;
/*background-size: contain;*/
background-size: cover;
background-position: center center !important;
	background-image: url('../images/blogs/banner-image-blog.jpg');
	background-position: 0px 0px;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #0000;
}
.blog-page-main .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:99;
}

.content-blogbanner h3 {
    font-size: 100px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    left: 8.5%;
    position: relative;
    letter-spacing: 3px;
        line-height: 1;
}
/*blogs*/


.content-box h1 {
    /* font-size: 45px; */
    color: #fff;
    font-weight: 600;
    font-size: 45px;
}








a.calltop {
    font-size: 13px;
    color: #000;
    text-decoration: none;
      margin-left: 18px;
      position:relative;
      font-weight:500;
}
a.calltop::after {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    background: #e4eaf3;
    top: 0;
    left: -6px;
}

a.calltop::before {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    background: #e4eaf3;
    top: 0;
    right: -6px;
}


a.calltop img {
    margin-right: 8px;
}













section.banner-wrap.hautos {
    height: 90px;
}

.pad-sec h1.cusHead {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.pad-sec {
    padding: 80px 0;
}

.pad-sec h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px !important;
    display:block;
}

.pad-sec h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px !important;
    display:block;
}

.pad-sec p {
    font-size: 16px;
    margin-bottom: 20px !important;
    line-height: 1.8;
}

.pad-sec ul {
    margin-bottom: 20px;
}

section.footerdec p {
    font-size: 12px;
    margin-bottom: 0;
    color: #000;
    text-align:center;
}

section.footerdec {
    padding: 0px 0 10px 0;
    background: #f0f6fe;
}






.countery-back-selects .row {
  width: 100% !important;
  display: block;
}

.counter-selects {
  width: 100%;
}




.contact-tabs {
	transition: transform .2s;
	background-color: #f0f1f3 !important;
}

.mainportfolio .headingbottomline h3::after {
	bottom: -10px;
}

.contact-tabs .dubai {
	background-image: url("../images/tab-contact-dubai-bg.jpg")  !important;
	background-size: cover;
	transition: transform .2s;
	/* Animation */
	background-color: #f0f1f3;
}

.slick-slide {
	outline: 0 !important;
}

.contact-tabs .london {
	background-image: url("../images/tab-contact-london-bg.jpg") !important;
	background-size: cover;
	transition: transform .2s;
	/* Animation */
	background-color: #f0f1f3;
}

.contact-tabs .karachi {
	background-image: url("../images/tab-contact-hou-bg.jpg") !important;
	background-size: cover;
	transition: transform .2s;
	/* Animation */
	background-color: #f0f1f3;
}

.contact-tabs .newyork {
	background-image: url("../images/tab-contact-newyork-bg.jpg") !important;
	background-size: cover;
	transition: transform .2s;
	/* Animation */
	background-color: #f0f1f3;
}


h3.name-showof {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  text-shadow: 0px 4px 6px rgb(0 0 0 / 30%);
}

.active .ownzooms {
	transform: scale(1.1);
	transition: transform .2s;
	/* Animation */
}


/* 
.pos2tab li.active{
	transition: transform .2s;
	transform: scale(1.1);
} */

.boxcalls a {
	margin-bottom: 10px !important;
	display: block;
}

.contact-tabs .tab-content a {
	text-decoration: none;
}

.posab-nav a {
	text-decoration: none !important;
}

.boxcalls a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.boxcalls img {
	margin-right: 10px;
}

.box-for-select-country span::before {
	background-color: #4d4d4e;
	content: "";
	height: 2px;
	width: 12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
}

.box-for-select-country span {
	position: relative;
	left: 5px;
	padding-left: 15px;
	color: #4d4d4e;
	font-size: 17px;
	font-weight: 500;
	margin-top: 10px !important;
	display: block;
}

.contact-tabs .tab-pane {
	height: 650px;
	padding: 70px 0 0 0;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*.posab-nav a.active .box-for-select-country span {*/
/*	color: #00a848;*/
/*}*/

/*.posab-nav a.active .box-for-select-country span::before {*/
/*	background-color: #00a848;*/
/*}*/

.pos1tab {
	position: relative;
}


/* .pos2tab {
    position: absolute;
    top: 0;
} */

.contact-tabs {
	position: relative;
}

.pos2tab {
	position: absolute;
	BOTTOM: 50px;
	display: initial;
	align-items: center;
	justify-content: center;
	height: auto;
	width: 100% !important;
  left: 50%;
  transform: translateX(-50%);
}

.hrd {
	display: none;
}

.contact-tabs .nav-tabs {
	border: 0 !important;
	display: flex;
	justify-content: space-around;
}

/*.boxcontenttabs h3 {*/
/*	font-size: 30px;*/
/*	color: #25b24b;*/
/*	font-weight: 900;*/
/*}*/

.boxcontenttabs p {
	font-size: 18px;
	font-weight: 500;
}

.ourtbs li {
  margin: 0 15px 0 15px;
  width: 20%;
  display: inline-block;
}
img.activewala {
  display: none;
}

.ourtbs .active img.activewalaone {
  display: none;
}


.ourtbs .active img.activewala {
  display: block;
}


.ourtbs li img {
  width: 100%;
  border-radius:6px;
}


.ourtbs li img {
  filter: grayscale(100%);
/*  -webkit-box-shadow: 0px 0px 16px 0px rgba(45,45,45,0.22);*/
/*-moz-box-shadow: 0px 0px 16px 0px rgba(45,45,45,0.22);*/
/*box-shadow: 0px 0px 16px 0px rgba(45,45,45,0.22);*/
border: 0px solid #b5b6b7;
}


.ourtbs a.active img {
  filter: inherit !important;
  border: 2px solid #2e7bf5;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(45,45,45,0.22);
-moz-box-shadow: 0px 0px 16px 0px rgba(45,45,45,0.22);
box-shadow: 0px 0px 16px 0px rgba(45,45,45,0.22);
}

.ownzooms h3.name-showof {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.posrel-itve {position: relative;}

h3.name-showof {
  display: none;
}

.ourtbs a.active h3.name-showof {
  display: block;
}

.ownzooms h3.name-showof {
  position: absolute;
  left: 50%;
  top:50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}


/*.boxcalls a:hover {*/
/*  color: #25b24b;*/
/*}*/

.dubaibox {
    height:auto !important;
    width:auto !important;
    
}


.dubaibox {
    height:auto !important;
    width:auto !important;
    background:none !important;
    
}
.newyorkbox {
        height:auto !important;
    width:auto !important;
    background:none !important;
}

.londonbox  {
        height:auto !important;
    width:auto !important;
    background:none !important;
}

  @media screen and (max-width: 767px) {


.contentbox h4 {font-size: 28px;}
.blog-leftbox .contentbox h3 {font-size: 18px;}
.ourtbs li {
  width: 30%;
}
.contact-tabs .tab-pane {
  height: 690PX !important;
}

.pos2tab .justify-content-end {
  justify-content: center !important;
}
.box-for-select-country span {margin-bottom: 20px;}
.pos2tab {

  BOTTOM: 20px;}

  }
  
  
  
  .padding-div-title span {
    position: absolute;
    right: 0;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}
.contact-slider-location .slick-list {
    padding: 30px 0 30px 0px;
}


@media (max-width: 1200px) {
.align-mblsoff .col-xs-3 {
    width: 25%;
}

.align-mblsoff .col-xs-3 img {
    width: 100%;
}
}
