/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Open+Sans:300,400,600,700,800&display=swap');
font-family: 'Open Sans', sans-serif;
font-family: 'Josefin Sans', sans-serif;
/*-- Common Style --*/
/*@font-face {
font-family:star;
src:url(../fonts/star.eot);
src:url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
font-weight:400;
font-style:normal
}
@font-face {
font-family:WooCommerce;
src:url(../fonts/WooCommerce.eot);
src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
font-weight:400;
font-style:normal
}*/
*, *:after, *:before {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
html, body {
	height:100%;
}
body {
	background-color:#fff;
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	font-weight:400;
}
img {
	max-width:100%;
}
blockquote {
	padding: 15px;
	background-color: #f9f9f9;
	border: 5px solid #ddd;
	border-top: 0;
	border-bottom: 0;
}
p:last-child {
	margin-bottom: 0;
}
.bg-light-red {
	background-color: #fb605c;
}
.light-red {
	color: #fb605c;
}
.bg-blue {
	background-color: #011c38 !important;
}
.bg-dark {
	background-color: #3e5e6f !important;
}
/* Nice Select CSS */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
/* Nice Select CSS End */

/* Bootstrap Float label CSS */
.has-float-label {
	display: block;
	position: relative
}
.has-float-label label, .has-float-label>span {
	position: absolute;
	left: 0;
	top: 0;
	cursor: text;
	font-size: 75%;
	opacity: 1;
transition: all .2s;
}
.has-float-label label::after, .has-float-label>span::after {
content: " ";
display: block;
position: absolute;
background: #fff;
height: 2px;
top: 50%;
left: -.2em;
right: -.2em;
z-index: -1
}
.has-float-label .form-control::-webkit-input-placeholder {
opacity: 1;
-webkit-transition: all .2s;
transition: all .2s
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
opacity: 0
}
.has-float-label .form-control:placeholder-shown:not(:focus)+* {
font-size: 150%;
opacity: .85;
top: .3em
}
.input-group .has-float-label {
	display: table-cell
}
.input-group .has-float-label .form-control {
border-radius: .25rem
}
.input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-right: 0
}
.input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
/* Bootstrap Float label CSS End*/

/* Counter Css */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	font-family: "Helvetica Neue", sans-serif;
	line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
	text-align: center;
}
/* Counter Css End */

/* Common CSS */
.container-fluid {
	max-width: 1200px;
}
.slick-slide {
	outline: none;
}
.slick-custom-arrow {
	position:absolute;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:100;
	color:#fff;
	font-size:40px;
	padding:5px
}
.slick-custom-arrow:hover {
	cursor:pointer;
	color:#fb605c;
}
.slick-custom-arrow-right {
	right:-25px;
	top:50%
}
.slick-custom-arrow-left {
	left:-25px;
	top:50%
}
.slick-dots {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 0 1rem 0 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.slick-dots li {
	margin: 0.25rem 0;
}
.slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #999;
	text-indent: -9999px;
	outline: none;
}
.slick-dots li.slick-active button {
	background-color:#fff;
}
.g-recaptcha {
	transform:scale(.9);
	-webkit-transform:scale(.9);
	transform-origin:left top;
	-webkit-transform-origin:left top
}
/* @media(min-width:575px){.g-recaptcha{transform:scale(.8);-webkit-transform:scale(.8);transform-origin:left top;-webkit-transform-origin:left top}} */

/* Common CSS End*/


/* Main Header CSS */
.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	padding-top: 30px;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	background-color: transparent;
	font-size: 1rem;
}
/* .homeHeader {position: absolute; background-color: transparent;} */
.mh_inner {
	position: relative;
}
.logo {
	display: block;
	text-decoration: none;
}
.logo img {
	transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-ms-transition:0.5s ease;
	-o-transition:0.5s ease;
}
.b_logo {
	display: none;
}
.top_call {
	font-size: 20px;
	color: #fb605c;
	font-weight: 700;
	white-space: nowrap;
}
.top_call a {
	color: inherit;
	flex: 1;
}
.top_call a:hover {
	color:#FFF;
}
.top_call a:after {
	color:#FFF;
}
.top_call i {
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background-color: #fb605c;
	margin-right: 5px;
	color: #fff;
}
.top_call i:hover {
	background-color:#FFF;
	color: #fb605c;
}
/* Sitesearch css */
.siteSearch {
	position: relative;
	margin-left: auto;
	margin-right: 15px;
}
.searchBtn, .searchBtn:hover, .searchBtn:focus {
	display: block;
	padding: 0.5rem;
	color:#fb605c;
}
.searchCard {
	display: none;
	position: absolute;
	z-index: 1001;
	top: 100%;
	width: 100%;
	right: 0;
	left: auto;
	min-width: 300px;
	background-color: #fff;
	padding: 5px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
}
.searchCard button.btn {
	background-color: #fb605c;
	color: #fff;
	border-color: #fb605c;
}
.searchCard input.form-control {
	border-color: #fb605c;
}
.searchCard button.btn:focus, .searchCard input.form-control:focus {
	outline: none;
	box-shadow: none;
}
#searchList {
	display: none;
	position: absolute;
	z-index: 1001;
	top: 100%;
	width: 100%;
	left: 0;
	background-color: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	max-height: 340px;
	overflow: hidden;
	overflow-y: auto;
}
#searchList li a {
	border: 1px solid #ededed;
	margin-top: -1px;
	background-color: #fff;
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	color: #111;
	display: block;
}
.searchResult ul li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#searchList li a:hover, #searchList li a:focus {
	color: #fff;
	background-color: #fb605c;
}
/* .hFixed .top_call {color: #111;} */
.menu_box {
	flex: 1;
}
.menu {
	display: flex;
	justify-content: center;
	margin: 0;
	letter-spacing: 0.5px;
}
.menu > li > a {
	color: #fff;
	padding: 1.5rem 1rem;
}
.drop {
	display: flex;
	align-items: center;
	justify-content: stretch;
}
.menu li.drop > a {
	padding-right: 0;
	flex: 1;
}
.dropToggle {
padding: .5rem;
	color: #fff;
}
.dropMenu > li > a {
	color: #fff;
}
.subDropMenu > li > a {
	color: #333;
}
.dropMenu .dropToggle {
	color: #fff;
}
.dropMenu .dropToggle i {
	transform:rotate(-90deg);
}
.menu li:hover, .menu li.active {
	background-color:#fb605c;
	color: #fff;
}
.menu li:hover > a, .menu li.active > a {
	color:#fff;
}
.drop:hover > a, .drop:focus > a, .drop:hover > .dropToggle, .drop.active > .dropToggle {
	color:#fff;
}
.drop:hover > a.nav-link:before, .drop.active > a.nav-link:before {
	background-color:#fff;
}
.megaMenu-box {
	display:none;
	background:#fff3f3;
	left:0;
	right:0;
	position:absolute;
	top:100%;
	width:100%;
	margin-top:-1px;
	-webkit-transition:0.3s;
	transition:0.3s;
	box-shadow: 0 0 10px #999;
}
.megaMenu-box1 {
	display:none;
	background:#fff3f3;
	position:absolute;
	top:100%;
	width:340px;
	margin-top:-1px;
	-webkit-transition:0.3s;
	transition:0.3s;
	box-shadow: 0 0 10px #999;
}
.dropMenu {
	background:#3e5e6f;
	max-width:340px;
	width:100%;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.subMenuBox {
	position:absolute;
	left:340px;
	top:0;
	right:0;
	bottom:0;
	display:none;
	-webkit-transition:0.3s;
	transition:0.3s;
	overflow:hidden;
	padding-bottom:10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.subMenuBox:before {
	content: "";
	background-color: rgba(255, 250, 250, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.subDropMenu {
	width:100%;
	display:grid;
	grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
	max-height:100%;
	overflow:auto;
	position: relative;
}
.subMenuHead {
	padding:10px 15px;
	font-weight:700;
	border-bottom:1px solid #ddd;
	position: relative;
	background-color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:18px;
}
.subMenuHead a {
	color:#fb605c;
}
.subDropMenu > li > a.nav-link {
	position: relative;
	font-size: 90%;
}
.subDropMenu > li > a.nav-link:before {
	content:"";
	width:10px;
	height:2px;
	background-color:#fb605c;
	display:inline-block;
	vertical-align:middle;
	margin-right:6px;
}
.menuBg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.menuBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.05;
}
.drop.active > div {
	display:block;
}
/* menu icon */
.menu-icon {
	cursor: pointer;
	padding: 15px 15px;
	position: absolute;
	z-index: 102;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	user-select: none;
	background: #fb605c;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.menu-icon .navicon {
	background: #fff;
	display: block;
	height: 2px;
	position: relative;
transition: background .2s ease-out;
	width: 18px;
}
.menu-icon .navicon:before, .menu-icon .navicon:after {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
transition: all .2s ease-out;
	width: 100%;
}
.menu-icon .navicon:before {
	top: 5px;
}
.menu-icon .navicon:after {
	top: -5px;
}
/* menu btn */
.menu-btn {
	display: none;
}
.menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
}
.header.hFixed {
	position: fixed;
	padding-top: 0;
	background-color:#fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header.hFixed .w_logo {
	display: none;
}
.header.hFixed .b_logo {
	display: block;
}
.header.hFixed .logo {
	margin-bottom: -25px;
}
.header.hFixed .menu > li > a {
	color: inherit;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.header.hFixed .dropToggle {
	color: inherit;
}
.header.hFixed .dropMenu .dropToggle {
	color: #fff;
}
/* Main Header CSS End */

/* Hero Section Css */
.hero_section {
	position: relative;
	overflow: hidden;
	min-height: 140vh;
}
.hero_bg_slider {
	position: absolute;
	z-index: -2;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}
.hero_bg_slider > div, .hero_bg_slider > div > div {
	width: 100%;
	height: 100%;
}
.hero_bg_item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}
/* .hero_bg_item.slick-slide.slick-current.slick-active { animation: zoom 20s infinite; -webkit-animation: zoom 20s infinite; } */
.hero_section:before {
	content: "";
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#particles-js {
	position:absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
video.video {
	position:absolute;
	top:50%;
	left:50%;
	object-fit:cover;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:-100;
	transform:translateX(-50%) translateY(-50%);
	transition:1s opacity;
}
.hero_content {
	padding: 460px 0 60px;
	color: #fff;
	align-items: center;
}
.hc_left {
	flex: 1;
	max-width: calc(100% - 350px);
}
.hc_left .linkBtn {
	position: relative;
	z-index: 9;
}
.hero_content .enquireBox {
	max-width: 320px;
	width: 100%;
	margin-left: auto;
	position: relative;
	z-index: 9;
	background-color: rgba(251, 96, 92, .8);
}
.hero_content .enquireBox .enquireBody {
	padding-top: 0 !important;
}
.hero_content .enquireBox .form-group {
	margin-bottom: 10px;
}
.hero_content .enquireBox .linkBtn {
	font-size: 22px;
}
/* .hero_content .enquireBox .callNow {display: block; margin-top: 10px; } */
.callNow a {
	color: #fff;
	display: block;
	font-size: 2rem;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: initial;
}
.enquireBox {
	background-color: #fb605c;
	text-align: center;
	transition:1s ease;
	animation:shake 1s alternate;
	-webkit-animation:shake 1s alternate;
}
.enquireBox .text-danger {
	color: #fff !important;
}
.stickEnquireBox .enquireBox .enquireHead {
	color:#fff;
}
.enquireBox .custom-control {
	text-align: left;
	color: #000;
}
.hero_content .display-4 {
	font-weight: 600;
	line-height: initial;
}
.hero_content .h4 {
	font-weight: 300;
}
.linkBtn {
	border: none;
	display: inline-block;
	padding: 6px 20px;
	background-color: #fb605c;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 0;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top:20px;
}
.linkBtn:hover, .linkBtn:focus {
	text-decoration: none;
	color: #fb605c;
	box-shadow: 0 0 0 4px #fb605c inset, 0 0 0 150px #fff inset;
}
.enquireBox .linkBtn {
	margin-top: 0;
}
/* Main Wrapper CSS */
.section_wrapper {
	padding: 60px 0;
}
.section_wrapper.blog_section .content_img {
	height: 200px;
	overflow:hidden;
}
.folio_section .container-fluid {
	position: relative;
}
.title_head {
	margin-bottom: 40px;
}
.title_head .h2 {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}
.title_head .h3 {
	font-weight: 700;
}
.serviceBox ul.nav li a {
	color: #fff;
}
.scroll_pic_box {
	display: none;
}
.scrollSkip {
	position: absolute;
	margin-top: 30px;
	text-align: right;
	display: none;
	bottom: 0;
	right:0;
}
.scrollSkip > a {
	color: #fb605c;
	font-weight:400;
}
.scroll_text_box .content_text > .content_img, .folio_text_box .content_text > .content_img {
	display: block;
	margin-bottom: 15px;
}
.scroll_pic_box .content_img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.scroll_text_box .content_text > ul {
	column-count: 2;
	column-gap: 15px;
}
.scroll_text_box .content_text > ul li {
	display: flex;
	position: relative;
	align-items: baseline;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	font-size: 15px;
	font-weight: 400;
}
.scroll_text_box .content_text > ul li:before {
	background-color: #fff;
}
.scroll_text_box .content_text > ul li a {
	color: #fb605c;
}
.content_img img {
	width: 100%;
}
.list-icon {
	margin-bottom: 15px;
}
.content_list, .content_list > .row, .content_list > .row > div > div {
	height: 100%;
	min-height: 170px;
}
.content_list > .row > div:first-child, .content_list > .row > div:nth-child(2) {
margin-bottom: 15px;
}
.content_list > .row > div:last-child, .content_list > .row > div:nth-child(3) {
margin-top: 15px;
}
.benefit_section .row > div, .digital_section .row > div {
	margin-bottom: 30px;
}
.digital_section .row > div > div {
	height: 100%;
}
.benefit_section .list_item .h2 {
	margin-top: 85px;
	font-weight: 700;
	margin-bottom: 30px;
}
.counter_section .list_item p {
	margin-bottom: 0;
	margin-top:15px;
	font-size: 13px;
	font-weight:400;
}
.counter_section .content_img {
	height: 100%;
}
.counter_section .content_img img {
	height: 100%;
	object-fit: cover;
}
.counter_section .list_item {
	background-color: #1a1a1a;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.counter_section .list_item::before, .counter_section .list_item::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
left: 0;
width: 55%;
height: 100%;
background-color: #ffffff;
z-index: -1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.counter_section .list_item::after {
left: auto;
right: 0;
}
.counter_section .list_item .count_icon img {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 50px;
	width: 50px;
	line-height: 1;
	opacity: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.counter_section .list_item:hover {
	color: #fff;
}
.counter_section .list_item:hover .count_icon img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.counter_section .list_item:hover::before, .counter_section .list_item:hover::after {
width: 0;
}
.list_item .h1 {
	line-height: 1;
	margin-bottom: 0;
}
.call_section {
	color: #fff;
}
.call_section .linkBtn {
	margin-left: auto;
	background-color: #ededed;
	color: #000;
}
.call_section .linkBtn:hover, .call_section .linkBtn:focus {
	box-shadow: 0 0 0 4px #fff inset, 0 0 0 150px #000 inset;
	color: #fb605c;
}
.benefit_section .list_item {
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	background-color: #fb605c;
	position: relative;
	z-index: 1;
}
.benefit_section .list_item::before, .benefit_section .list_item::after {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
height: 55%;
background-color: #ffffff;
z-index: -1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.benefit_section .list_item::after {
top: auto;
bottom: 0;
}
.benefit_section .list_item:hover::before, .benefit_section .list_item:hover::after {
height: 0;
}
.benefit_section .list_item:hover {
	box-shadow: 0 0 15px #ddd;
	color: #fff;
}
.benefit_section .content_text > ul li {
	margin-bottom: 7px;
	display: flex;
	align-items: baseline;
	font-weight: 400;
	font-size: 1.2rem;
	text-align:justify;
}
ul.moreBenfits {
	column-count: 3;
	column-gap: 15px;
}
ul.moreBenfits li {
	break-inside: avoid;
	font-size: 13px;
	font-weight: 400;
}
ul.moreBenfits li > span {
	width: 31px;
}
ul.moreBenfits li > div {
	flex: 1;
}
ul.moreBenfits li > span img {
	max-height: 30px;
}
.faqList a.card-link {
	font-weight: 400;
	color: #fb605c;
	display: block;
}
.content_text > ul li {
	position: relative;
}
.content_text > ul li:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2.5px;
	width: 6px;
	height: 6px;
	background-color: #fb605c;
	vertical-align: middle;
}
.title2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.title2:after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
}
.client_section {
	padding: 15px 0;
	background-color: #222;
}
.client_slider .list_item {
	margin: 10px;
}
.client_slider .client_logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	height: 60px;
}
.client_slider .client_logo img {
	max-height:50px;
	max-width: 150px;
	object-fit:contain;
}
.enquire_section .form-control {
	box-shadow: 0 0 5px #eee;
	border-radius: 0;
	border: none;
	min-height: 45px;
}
.enquire_section textarea.form-control {
	min-height: 100px;
}
.enquire_section .linkBtn {
	display: block;
	width: 100%;
}
.callNow {
	display: none;
}
.enquiry {
	position:fixed;
	z-index:99;
	bottom:20px;
	left:10px;
	text-decoration:none;
	cursor:pointer;
transition:.5s
}
.enquiry strong {
	display:inline-block;
	background:#fb605c;
	color:#fff;
	padding:10px 40px 10px 15px;
	font-weight:400;
	font-size:14px;
	line-height:initial;
	text-transform:uppercase;
	width:170px
}
.enquiry i {
	border:3px solid #fff;
	z-index:1049;
	width:50px;
	height:50px;
	border-radius:50%;
	color:#fff;
	font-size:24px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	background:#fb605c;
transition:.5s
}
.enquiry:focus, .enquiry:hover {
	transform:translateY(-10px)
}
#enquiryModal .close {
	position: absolute;
	z-index: 999;
	right: -15px;
	top: -10px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 28px;
	background-color: #111;
	color: #fff;
	opacity: .9;
}
#enquiryModal .content_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#enquiryModal .enquireBox .enquireHead {
	background-color: #fb605c;
	color: #fff;
	padding: 15px 30px;
	margin-bottom: 0;
}
.InnerBanner {
	position: relative;
	overflow: hidden;
}
.ibBg {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
	-moz-transform:translate3d(0, 0, 0);
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
transition:all .5s ease;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-ms-transition:all .5s ease;
-o-transition:all .5s ease;
	overflow: hidden;
	animation: zoomInOut 20s infinite;
	-webkit-animation: zoomInOut 20s infinite;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
}
.ibBg01 {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
}
.InnerBanner:before {
	content:"";
	background-color:rgba(0, 0, 0, .6);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.ibContent {
	text-align:center;
	color:#fff;
	padding:360px 0 50px;
	position:relative
}
.ibContent .breadcrumb {
	background-color:transparent;
	justify-content:center;
	margin-top:30px;
	margin-bottom:0;
	color:#fff;
	font-size:16px;
	text-transform:capitalize
}
.ibContent .breadcrumb a {
	color:#fff
}
.ibContent .breadcrumb-item+.breadcrumb-item::before {
color:#fff;
content:">"
}
.ibContent .breadcrumb-item.active {
	color:#fb605c
}
.innerContentWrapper {
	padding:30px 0
}
.about_section {
	font-size: 1.5rem;
	font-weight: 300;
}
.contactContent {
	text-align:center;
	color:#000;
	margin-bottom:30px
}
.contactIcon i {
	font-size:24px;
	width:45px;
	height:45px;
	line-height:41px;
	border:2px solid #000;
	border-radius:100%;
	text-align:center;
	display:block;
	margin:0 auto
}
.contactText a, .contactText p {
	font-size:1.2rem;
	color:#000;
	font-weight:400;
	padding:0;
	margin:0
}
.contactText p span {
	margin-right:5px
}
.contactIcon {
	margin-bottom:15px
}
.newsBox>ul>li {
	border-bottom:1px solid #ccc;
	padding:15px 0
}
.newsBox>ul>li:first-child {
	padding-top:0
}
.newsDate {
	background-color:#fb605c;
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:5px;
	width:80px;
	height:80px;
	margin-right:15px
}
.newsDate strong {
	font-size:48px;
	font-weight:600;
	line-height:1
}
.newsDate span {
	font-size:24px;
	text-transform:uppercase;
	line-height:1
}
.newsContent {
	flex:1
}
.newsContent h6 {
	color: #fb605c;
	font-weight: 600;
}
.newsContent p {
	margin-bottom:0
}
.imgGallery ul {
	padding:0;
	list-style:none;
	margin:0 -10px;
	display:flex;
	flex-wrap:wrap
}
.imgGallery ul li {
	text-align:center;
	width:calc(100% / 3);
	padding:10px
}
.imgGallery ul li a {
	display:block;
	box-shadow:0 0 3px rgba(252, 91, 92, .6);
	position:relative;
	height:100%
}
.imgGallery ul li a figure {
	margin:0
}
.imgGallery ul li a figure .prdImg {
	padding:0
}
.imgGallery ul li a figure img {
	height:100%;
	width:100%;
	object-fit:cover
}
.imgGallery ul li a figcaption {
	position:absolute;
	bottom:0;
	left:0;
	right:0
}
.imgGallery ul li a .imgTitle {
	text-align:center;
	background:#fb605c;
transition:all ease .4s;
	padding:5px;
	color:#fff
}
.imgGallery ul li a .imgTitle:empty {
	display:none
}
.publication ul {
	padding:0;
	list-style:none;
	margin:0 -10px;
	display:flex;
	flex-wrap:wrap
}
.publication ul li {
	text-align:center;
	width:calc(100% / 3);
	padding:10px
}
.publication ul li a {
	display:block;
	box-shadow:0 0 3px rgba(252, 91, 92, .6);
	position:relative;
	height:100%
}
.publication ul li a figure {
	margin:0
}
.publication ul li a figure .prdImg {
	padding:0
}
.publication ul li a figure img {
	height:100%;
	width:100%;
	object-fit:cover
}
.publication ul li a figcaption {
	position:absolute;
	bottom:0;
	left:0;
	right:0
}
.publication ul li a .imgTitle {
	text-align:center;
	background:#fb605c;
transition:all ease .4s;
	padding:5px;
	color:#fff
}
.publication ul li a .imgTitle:empty {
	display:none
}
.casestudies ul {
	padding:0;
	list-style:none;
	margin:0 -10px;
	display:flex;
	flex-wrap:wrap
}
.casestudies ul li {
	text-align:center;
	width:calc(100% / 3);
	padding:10px
}
.casestudies ul li a {
	display:block;
	box-shadow:0 0 3px rgba(252, 91, 92, .6);
	position:relative;
	height:100%
}
.casestudies ul li a figure {
	margin:0
}
.casestudies ul li a figure .prdImg {
	padding:0
}
.casestudies ul li a figure img {
	height:100%;
	width:100%;
	object-fit:cover
}
.casestudies ul li a figcaption {
	position:absolute;
	bottom:0;
	left:0;
	right:0
}
.casestudies ul li a .imgTitle {
	text-align:center;
	background:#fb605c;
transition:all ease .4s;
	padding:5px;
	color:#fff
}
.casestudies ul li a .imgTitle:empty {
	display:none
}
.prdSlider {
	margin-bottom:20px;
}
.prdSlider.p-2 {
	height: 100%;
}
.prdSlider.p-2 .content_img {
	height: calc(100% - 38px)!important;
}
.prdSlideMain {
	border:2px solid #ddd
}
.prdMainItem {
	padding:15px 15px;
	position:relative
}
.prdMainContent a:focus {
	outline:0
}
.prdMainContent .h6 {
	padding:5px;
	text-align:center;
	margin-bottom:0
}
.prdMainContent .h6:empty {
	display:none
}
.prdSlideMain .slick-custom-arrow-left, .prdSlideMain1 .slick-custom-arrow-left {
	left:0
}
.prdSlideMain .slick-custom-arrow-right, .prdSlideMain1 .slick-custom-arrow-right {
	right:0
}
.prdSlideMain .prdMainContent>a {
	height:460px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden
}
.prdMainContent img {
	width:100%;
	object-fit:contain;
	max-height:460px
}
.prdSlideThumb, .prdSlideThumb1 {
	margin:15px auto 0
}
.prdSlideThumb1 {
	width:calc(100% - 40px)
}
.prdSlideThumb .slick-custom-arrow, .prdSlideThumb1 .slick-custom-arrow {
	font-size:24px
}
.prdThumbImg {
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100px;
	border:1px solid #ccc;
	opacity:.6
}
.slick-current .prdThumbImg {
	border:3px solid #fb605c;
	opacity:1
}
.prdThumbImg img {
	width:100%;
	object-fit:contain;
	max-height:100px
}
.prdInnerDesc {
	margin-top:30px
}
span.magnify {
	position:absolute;
	right:0;
	width:35px;
	height:35px;
	border-radius:35px;
	background:#fff;
	bottom:0;
	border:1px solid #ddd;
	text-align:center;
	line-height:35px
}
.mfp-bg, .mfp-wrap {
	z-index: 1052;
}
.productList>.row {
	margin-left:-7.5px;
	margin-right:-7.5px
}
.productList>.row>div {
	padding-left:7.5px;
	padding-right:7.5px;
	margin-bottom:15px
}
.productItem {
	height:100%;
	box-shadow:0 0 5px #ccc
}
.productItem>a {
	display:block;
	position:relative
}
.productItem figure {
	background-color:#fff;
	padding-bottom:60px;
	margin:0
}
.prdImg {
	background-color:#fff;
	height:200px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden
}
.prdImg img {
transition:.5s ease;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.prdImg img:hover {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.prdImg1 {
	background-color:#fff;
	height:250px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden
}
.prdImg1 img {
transition:.5s ease;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.prdImg1 img:hover {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.productItem figcaption {
	background-color: #fb605c;
	color:#fff;
	padding:10px 15px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:60px;
transition:.7s ease;
-webkit-transition:.7s ease;
-moz-transition:.7s ease;
-ms-transition:.7s ease;
-o-transition:.7s ease;
	opacity: 1;
	visibility: visible;
}
.overText {
	background-color:rgba(0, 0, 0, 0.8);
	color:#fff;
	padding:10px 15px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
transition:.7s ease;
-webkit-transition:.7s ease;
-moz-transition:.7s ease;
-ms-transition:.7s ease;
-o-transition:.7s ease;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}
.captionTitle {
	font-size:16px;
	font-weight:600;
	line-height:initial
}
.captionText {
	display:none;
	transition:1s ease;
	margin-top:10px;
	font-weight:300
}
.productItem:hover .captionText {
	display:block
}
.productItem:hover figcaption {
	opacity: 0;
	visibility: hidden;
}
.productItem:hover .overText {
	opacity: 1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}
.prdSingle .prdSlideMain1 {
	height:calc(100% - 40px);
	overflow:hidden;
}
.prdSingle .prdSlideMain1 div {
	height:100%;
	padding:0;
}
.prdSingle .prdSlideMain1 img {
	max-height:100%;
	height:100%;
	object-fit:cover;
}
.prdSingle .prdSlideMain1 div div.h6 {
	text-align: left;
	background: #fb605c;
	width: calc (100% - 45px);
	position: absolute;
	bottom: 5px;
	height: auto;
	left: 5px;
	padding: 5px 15px;
	border-radius: 5px;
	color: #fff;
}
/* footer CSS */
.footer {
	padding: 60px 10px 15px;
	overflow: hidden;
	font-size: 1.1rem;
}
.footer > .container-fluid {
	position: relative;
}
.foot_top .h4 {
	color: #bbb;
	letter-spacing: 2px;
}
.foot_top .display-3 a {
	color: #fff;
	margin-bottom: 20px;
	display: inline-block;
	letter-spacing: 2px;
}
.footer .content a {
	color: #fff;
}
.footer .content p, .footer .content p a {
	color: #fff;
}
.foot_middle {
	padding-right: 50px;
}
.foot_middle .logo {
	margin-bottom: 10px;
}
.foot_middle ul li {
	margin-bottom: 10px;
}
.foot_middle .col-lg-6 ul {
	column-count: 2;
	column-gap: 10px;
}
.foot_middle .h5 {
	text-transform: uppercase;
	color: #bbb;
	margin-bottom: 40px;
}
.foot_bottom ul, .foot_bottom p {
	margin: 0;
}
.foot_bottom ul li {
	margin: 5px 20px;
}
.foot_bottom ul li img {
	max-height: 80px;
}
.foot_bottom {
	position: relative;
}
.foot_bottom:before, .foot_bottom:after {
	content: "";
	height: 60px;
	background-color: #fb605c;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.foot_bottom:before {
	left: -100%;
	right: 0;
}
.foot_bottom:after {
	right: -100%;
	left: 0;
}
.foot_bottom .content {
	position: relative;
	z-index: 9;
}
.social_list {
	position: absolute;
	right: 30px;
	top: 200px;
}
.social_list a {
	color: #fff;
}
.social_list ul li {
	margin-bottom: 10px;
}
.flTabs {
	justify-content: center;
}
.flTabs li a {
	color: #fff;
	font-size: 1.2rem;
	background-color: #607D8B;
	margin: 5px;
	padding: 0.3rem 1rem;
}
.flTabs li.current a {
	background-color: #fb605c;
}
.folio_pic_box {
	display: none;
}
.logoTitleTechBlock {
	display: -webkit-flex;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
}
.folio_logo {
	margin-bottom: 10px;
	width:100px;
}
.folio_logo img {
	max-height: 50px;
}
.logoTitleTechBlock .title2 {
	width: calc(100% - 130px);
}
.logoTitleTechBlock .title2 .h5 {
	font-size:1rem;
}
.folio_text_box .content_text > .content_img, .folio_pic_slide {
	background: #fff;
	border: 6px solid #eee;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.folioSlider .slick-dots li.slick-active button, .cStudy_section .slick-dots li.slick-active button {
	background-color: #fb605c;
}
.founderDetail {
	border: 3px solid #ccc;
}
.founderDetail h3, .founderDetail h4 {
	padding:10px 10px 0 10px;
	margin-bottom: 0;
}
.founderDetail .founderText {
	padding:0 10px;
}
.vision-section {
	margin-bottom: 40px;
	display: table;
}
.who-we-are-imleft {
	float: left;
	margin-right: 30px;
	width: 30%;
}
.who-we-are-imright {
	width: 66%;
	float: right;
}
.who-we-are-imright p {
	line-height: 26px;
	font-weight: 500;
}
.who-we-are-imright p i {
	margin-right: 5px;
	margin-left: 5px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
 @media (min-width:1024px) {
 .header .menu-icon {
display: none;
}
 .drop:hover > div {
display:block;
}
 .section_wrapper.service_section, .section_wrapper.folio_section {
padding: 0;
}
 .scrollSkip {
display: block;
}
 .serviceBox ul.nav {
width: 200px;
margin-right: 30px;
border: none;
flex-direction: column;
}
 .serviceBox ul.nav li a {
color: #ddd;
padding-right: 0;
padding-left: 0;
position: relative;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
font-family: 'Open Sans', sans-serif;
font-size: 1.15rem;
font-weight: 600;
border: none;
}
 .serviceBox ul.nav li a:after {
content: "";
width: 90px;
height: 1px;
background-color: rgba(255, 255, 255, .5);
position: absolute;
left: 0;
bottom: -1px;
}
 .serviceBox ul.nav li a:hover, .serviceBox ul.nav li a:focus, .serviceBox ul.nav li.current a {
background-color: transparent;
border: none;
color: #fff;
}
 .serviceBox ul.nav li a:hover:after, .serviceBox ul.nav li a:focus:after, .serviceBox ul.nav li.current a:after {
height: 2px;
background-color: rgba(255, 255, 255, 1);
}
 .serviceBox > div.tab-content {
flex: 1;
}
 .scrollCard {
height: 100vh;
overflow: hidden;
position: relative;
}
 .scrollCard > div.content {
padding-top: 70px;
}
 .scroll_pic_box {
position: relative;
padding-top: calc( ( 90 / 100) * 100% );
margin-bottom: 30px;
display: block;
}
 .scroll_text_box {
margin-bottom: 10px;
padding-bottom: 5px;
overflow: hidden;
}
 .scroll_pic_box .content_img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120%);
 transform: translateY(120%);
-webkit-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
 .scroll_text_box .content_text {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120%);
transform: translateY(120%);
-webkit-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
padding-left:30px;
}
 .scrollCard.service1 .scroll_pic_box .content_img.service1, .scrollCard.service1 .scroll_text_box .content_text.service1, .scrollCard.service2 .scroll_pic_box .content_img.service2, .scrollCard.service2 .scroll_text_box .content_text.service2, .scrollCard.service3 .scroll_pic_box .content_img.service3, .scrollCard.service3 .scroll_text_box .content_text.service3, .scrollCard.service4 .scroll_pic_box .content_img.service4, .scrollCard.service4 .scroll_text_box .content_text.service4, .scrollCard.service5 .scroll_pic_box .content_img.service5, .scrollCard.service5 .scroll_text_box .content_text.service5, .scrollCard.service6 .scroll_pic_box .content_img.service6, .scrollCard.service6 .scroll_text_box .content_text.service6, .scrollCard.service7 .scroll_pic_box .content_img.service7, .scrollCard.service7 .scroll_text_box .content_text.service7, .scrollCard.service8 .scroll_pic_box .content_img.service8, .scrollCard.service8 .scroll_text_box .content_text.service8 {
opacity: 1;
visibility: visible;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
line-height: 28px;
}
 .scrollCard.service1 .scroll_text_box .content_text.service1, .scrollCard.service2 .scroll_text_box .content_text.service2, .scrollCard.service3 .scroll_text_box .content_text.service3, .scrollCard.service4 .scroll_text_box .content_text.service4, .scrollCard.service5 .scroll_text_box .content_text.service5, .scrollCard.service6 .scroll_text_box .content_text.service6, .scrollCard.service7 .scroll_text_box .content_text.service7, .scrollCard.service8 .scroll_text_box .content_text.service8 {
position: relative;
}
 .scroll_text_box > .content_text > .content_img {
display: none;
}

  /* Folio CSS */
  .folioTab {
display: none;
}
 .folioTab.current {
display: block;
}
 .folio_pic_slide .slick-custom-arrow-right {
right:0px;
top:50%;
background-color:rgba(0, 0, 0, .5);
line-height: 0;
border-radius: 2px 0 0 2px;
}
 .folio_pic_slide .slick-custom-arrow-left {
left:0px;
top:50%;
background-color:rgba(0, 0, 0, .5);
line-height: 0;
border-radius: 0 2px 2px 0;
}
 .folioScroll {
height: 100vh;
overflow: hidden;
position: relative;
}
 .folioScroll > div.content {
padding-top: 70px;
}
 .folio_pic_box {
position: relative;
padding-top: calc( ( 90 / 100) * 100% );
margin-bottom: 30px;
display: block;
}
 .folio_text_box {
margin-bottom: 10px;
padding-bottom: 5px;
overflow: hidden;
}
 .folio_pic_box .content_img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120%);
 transform: translateY(120%);
-webkit-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
 .folio_text_box .content_text {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120%);
transform: translateY(120%);
-webkit-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
-moz-transform: translateY(120%);
-ms-transform: translateY(120%);
-o-transform: translateY(120%);
padding-left: 30px;
}
 .folioScroll.folio1 .folio_pic_box .content_img.folio1, .folioScroll.folio1 .folio_text_box .content_text.folio1, .folioScroll.folio2 .folio_pic_box .content_img.folio2, .folioScroll.folio2 .folio_text_box .content_text.folio2, .folioScroll.folio3 .folio_pic_box .content_img.folio3, .folioScroll.folio3 .folio_text_box .content_text.folio3, .folioScroll.folio4 .folio_pic_box .content_img.folio4, .folioScroll.folio4 .folio_text_box .content_text.folio4, .folioScroll.folio5 .folio_pic_box .content_img.folio5, .folioScroll.folio5 .folio_text_box .content_text.folio5, .folioScroll.folio6 .folio_pic_box .content_img.folio6, .folioScroll.folio6 .folio_text_box .content_text.folio6, .folioScroll.folio7 .folio_pic_box .content_img.folio7, .folioScroll.folio7 .folio_text_box .content_text.folio7, .folioScroll.folio8 .folio_pic_box .content_img.folio8, .folioScroll.folio8 .folio_text_box .content_text.folio8, .folioScroll.folio9 .folio_pic_box .content_img.folio9, .folioScroll.folio9 .folio_text_box .content_text.folio9, .folioScroll.folio10 .folio_pic_box .content_img.folio10, .folioScroll.folio10 .folio_text_box .content_text.folio10, .folioScroll.folio11 .folio_pic_box .content_img.folio11, .folioScroll.folio11 .folio_text_box .content_text.folio11, .folioScroll.folio12 .folio_pic_box .content_img.folio12, .folioScroll.folio12 .folio_text_box .content_text.folio12, .folioScroll.folio13 .folio_pic_box .content_img.folio13, .folioScroll.folio13 .folio_text_box .content_text.folio13, .folioScroll.folio14 .folio_pic_box .content_img.folio14, .folioScroll.folio14 .folio_text_box .content_text.folio14,  .folioScroll.folio15 .folio_pic_box .content_img.folio15, .folioScroll.folio15 .folio_text_box .content_text.folio15, .folioScroll.folio16 .folio_pic_box .content_img.folio16, .folioScroll.folio16 .folio_text_box .content_text.folio16, .folioScroll.folio17 .folio_pic_box .content_img.folio17, .folioScroll.folio17 .folio_text_box .content_text.folio17, .folioScroll.folio18 .folio_pic_box .content_img.folio18, .folioScroll.folio18 .folio_text_box .content_text.folio18 {
opacity: 1;
visibility: visible;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
}
 .folioScroll.folio1 .folio_text_box .content_text.folio1, .folioScroll.folio2 .folio_text_box .content_text.folio2, .folioScroll.folio3 .folio_text_box .content_text.folio3, .folioScroll.folio4 .folio_text_box .content_text.folio4, .folioScroll.folio5 .folio_text_box .content_text.folio5, .folioScroll.folio6 .folio_text_box .content_text.folio6, .folioScroll.folio7 .folio_text_box .content_text.folio7, .folioScroll.folio8 .folio_text_box .content_text.folio8, .folioScroll.folio9 .folio_text_box .content_text.folio9, .folioScroll.folio10 .folio_text_box .content_text.folio10, .folioScroll.folio11 .folio_text_box .content_text.folio11, .folioScroll.folio12 .folio_text_box .content_text.folio12, .folioScroll.folio13 .folio_text_box .content_text.folio13, .folioScroll.folio14 .folio_text_box .content_text.folio14, .folioScroll.folio15 .folio_text_box .content_text.folio15, .folioScroll.folio16 .folio_text_box .content_text.folio16, .folioScroll.folio17 .folio_text_box .content_text.folio17, .folioScroll.folio18 .folio_text_box .content_text.folio18 {
position: relative;
}
 .folio_text_box > .content_text > .content_img {
display: none;
}
}
.otherProduct {
	padding-top: 30px;
}
.otherProduct .title3 {
	padding-bottom: 10px;
}
.whatsapp {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 10px;
	text-decoration: none;
	cursor: pointer;
 transition: .5s;
}
.whatsapp i {
	z-index: 1049;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #01e675;
 transition: .5s;
}
.whatsapp i:before {
	font-size:3rem;
}
.siteMap ul {
	border-left:1px solid #666;
	margin:0 0 0 15px;
	padding:0
}
.siteMap li {
	list-style:none!important;
	background:transparent url(../images/sitemap_hr.png) no-repeat scroll 0 9px;
	padding:0 0 0 15px;
	margin-bottom:5px
}
.siteMap li ul {
	border-left:1px solid #666;
	padding:0;
	float:none
}
.siteMap li a {
	color:#111;
	padding-bottom:5px;
	display:block
}
.siteMap li a:hover {
	color:#fb605c;
}
 @media (max-width:1023px) {
 .stickEnquireBox {
display: none;
}
  /* .logo_box {position: relative; width: 100%;} */
  .top_call {
margin-right: 60px;
}
 .menu_box {
display:none;
position:fixed;
z-index:101;
top:0px;
left: 0;
width:300px;
height:120vh;
background:rgba(0, 0, 0, 0.8);
color:#fff;
}
 .menu {
flex-direction:column;
justify-content: flex-start;
margin-top:120px;
height:auto;
overflow:auto;
max-height:calc(100% - 100px);
}
 .drop {
position: relative;
display: block;
}
 .menu li.drop > a {
padding-right: 25px;
}
 .dropToggle {
display:inline-block;
padding:.5rem .5rem;
position:absolute;
right:0;
top:0;
background-color:transparent;
}
 .dropMenu .dropToggle i {
transform:none;
}
 .menu > li > a {
color: #fff;
padding: .5rem 1rem;
}
 .dropMenu > li > a, .dropMenu .dropToggle, .subDropMenu > li > a {
color: #fff;
}
 .subDropMenu > li > a.nav-link:before {
background-color: #fff;
}
 .subMenuBox {
background-image: none !important;
}
 .subMenuBox:before {
display: none;
}
 .megaMenu-box, .dropMenu .subMenuBox {
position:static;
background-color:transparent;
padding-left:10px;
box-shadow:none;
}
 .dropMenu {
background-color:transparent;
border:none;
position:static;
padding-left:10px;
}
 .call_section .content .d-flex {
flex-direction: column;
}
 .call_section .linkBtn {
margin-left: 0;
margin-top: 15px;
}
 .modalLtNone {
display:none
}
 .serviceBox ul.nav {
margin-bottom: 30px;
}
 .serviceBox ul.nav li.current a {
background-color: #fb605c;
color: #fff;
border: none;
}
 .scroll_text_box .content_text {
border-top: 1px solid #ddd;
padding-top: 30px;
margin-top: 30px;
}
 .scroll_text_box .content_text:first-of-type {
border: none;
padding-top: 0;
margin-top: 0;
}
  /* .scroll_text_box > .content_text, .folio_text_box > .content_text { display: none; }
  .scroll_text_box > .content_text.current, .folio_text_box > .content_text.current {display: block; -webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;} */
  .scroll_text_box > .content_text > .content_img img {
width: auto;
}
 .serviceBox ul.nav, .flTabs {
display: none;
}
 .folio_section2 .flTabs {
display: block;
}
 .header.hFixed {
padding: 8px 0;
}
 .header.hFixed .menu > li > a {
padding-top: .5rem;
padding-bottom: .5rem;
}
 .benefit_section .content_text > ul {
column-count: 2;
}
 .slick-dots {
flex-direction: row;
flex-wrap: wrap;
position: relative;
margin-top: 15px;
}
 .slick-dots li {
margin: 0.25rem;
}
 .slick-dots button {
width: 0.7rem;
height: 0.7rem;
}
 .section_wrapper {
padding: 30px 0;
}
}
 @media (max-width:767px) {
 .about_section, .foot_top .h4 {
font-size: inherit;
}
 .display-3 {
font-size: 40px;
}
 .display-4 {
font-size: 36px;
}
 h1, .h1 {
font-size: 30px;
}
 h2, .h2 {
font-size: 26px;
}
 h3, .h3 {
font-size: 22px;
}
 .title_head {
margin-bottom: 20px;
}
 .content_list > .row {
margin-left: -5px;
margin-right: -5px;
}
 .content_list > .row > div:first-child, .content_list > .row > div:nth-child(2) {
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}
 .content_list > .row > div:last-child, .content_list > .row > div:nth-child(3) {
margin-top: 5px;
padding-left: 5px;
padding-right: 5px;
}
 .folio_section .p-5 {
padding: 1.5rem!important;
}
 .foot_top .display-3 a {
margin-bottom: 20px;
}
 .social_list {
position: relative;
top: 0;
right: 0;
}
 .social_list > ul {
display: flex;
justify-content: center;
}
 .social_list ul li {
margin: 0 10px;
}
 .foot_middle .content {
margin-bottom: 30px;
}
 .foot_middle .content ul {
column-count: 2;
column-gap: 15px;
}
 .foot_bottom ul li img {
max-width: 60px;
}
 ul.moreBenfits {
column-count: 2;
}
 .foot_bottom .content .row {
flex-direction: column-reverse;
}
 .foot_bottom p {
text-align: center;
}
 .linkBtn {
font-size: 20px;
}
 .serviceBox ul.nav li a, .flTabs li a {
margin: 2px;
padding: 0.1rem 0.5rem;
font-size: 14px;
border-radius: 0.2rem;
-webkit-border-radius: 0.2rem;
-moz-border-radius: 0.2rem;
-ms-border-radius: 0.2rem;
-o-border-radius: 0.2rem;
}
}
 @media (max-width:575px) {
 .siteSearch {
margin-left: 10px;
margin-right: 1px;
position: static;
}
 .searchCard {
right: 0;
left: 0;
}
 .menu-icon .navicon {
width: 14px;
}
 .header.hFixed {
padding: 0;
}
 .header.hFixed .logo {
margin-bottom: -15px;
}
 .top_call {
font-size: 14px;
margin-left: 10px;
margin-right: 50px;
}
 .top_call:hover {
color: #FFF;
}
 .top_call i {
display: none;
}
 .top_call i:hover {
	 background-color: #FFF;
}
 .hc_left {
max-width: 100%;
}
 .hero_content .enquireBox {
max-width: 100%;
}
 .faqList {
font-size: 1.1rem;
}
 .foot_bottom ul li {
margin: 5px;
}
 .foot_bottom ul li img {
max-width: 50px;
}
 .cStudy_section .list_item .content_img {
margin-bottom: 15px;
}
 .testimonial_section .list_item .row > div > div.p-5 {
flex-direction: column;
padding: 0 !important;
margin-bottom: 15px;
}
 .testimonial_section .list_item .row > div > div div.text-right {
text-align: center !important;
margin-left: 0 !important;
}
 .prdMainItem {
padding: 5px 5px;
}
 .prdSlideMain .prdMainContent>a {
height: auto;
}
 .imgGallery ul li {
width: calc(100% / 2);
}
 .imgGallery ul li a figure .prdImg {
height: 130px;
padding: 0;
}
.imgGallery ul li a figure .prdImg1 {
height: 250px;
width:350px;
padding: 0;
}
 .publication ul li {
width: calc(100% / 2);
}
 .publication ul li a figure .prdImg0 {
height: 250px;
padding: 0;
}
 .casestudies ul li {
width: calc(100% / 2);
}
 .casestudies ul li a figure .prdImg0 {
height: 340px;
padding: 0;
}
 .benefit_section .content_text > ul {
column-count: 1;
}
 ul.moreBenfits {
column-count: 1;
}
 .logoTitleTechBlock .title2 {
width:100%;
}
 .folio_logo {
width: auto;
}
 .foot_middle {
padding-right: 0;
}
 .foot_middle .col-lg-4 {
text-align: center;
}
 .enquiry, .whatsapp {
bottom: 50px;
}
}

/* Zoom Keyframes */
@-webkit-keyframes zoom {
 0% {
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
}
 100% {
transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
-moz-transform: scale(1.5, 1.5);
-ms-transform: scale(1.5, 1.5);
-o-transform: scale(1.5, 1.5);
}
}
@keyframes zoom {
 0% {
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
}
 100% {
transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
-moz-transform: scale(1.5, 1.5);
-ms-transform: scale(1.5, 1.5);
-o-transform: scale(1.5, 1.5);
}
}
 @-webkit-keyframes zoomInOut {
 0% {
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
}
 50% {
transform: scale(1.3, 1.3);
-webkit-transform: scale(1.3, 1.3);
-moz-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
-o-transform: scale(1.3, 1.3);
}
 100% {
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
}
}
@keyframes zoomInOut {
 0% {
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
}
 50% {
transform: scale(1.3, 1.3);
-webkit-transform: scale(1.3, 1.3);
-moz-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
-o-transform: scale(1.3, 1.3);
}
 100% {
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
}
} 
/*End of Zoom in Keyframes */
