/*
Template Name: RET
Author: RETUps
Author URI: http://www.retransform.com/
Description: Rex - One Page Multipurpose Business HTML5 Template.
Version: 1.0
Tags: light, white,blog,business,multipurpose,one page, single page, custom-colors,Bootstrap,responsive, html5, css3
*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#ABOUT
#CALL TO ACTION
#TEAM   
#SERVICE
#PORTFOLIO
#COUNTER
#PRICING TABLE
#TESTIMONIAL
#FORM BLOG
#CLIENT
#CONTACT
#FOOTER
#BLOG PAGE
#ERROR PAGE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

/* Montserrat-Font */

@font-face {
font-family: 'Montserrat Regular';
font-style: normal;
font-weight: normal;
src: url('../fonts/Montserrat Regular'), url('../fonts/Montserrat-Regular.woff') format('woff');
}
@font-face {
font-family: 'Montserrat Bold';
font-style: normal;
font-weight: normal;
src: url('../fonts/Montserrat Bold'), url('../fonts/Montserrat-Bold.woff') format('woff');
}
@font-face {
font-family: 'Montserrat SemiBold';
font-style: normal;
font-weight: normal;
src: url('../fonts/Montserrat SemiBold'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
}

@font-face {
font-family: 'Poppins Regular';
font-style: normal;
font-weight: normal;
src: url('../fonts/Poppins Regular'), url('../fonts/Poppins-Regular.woff') format('woff');
}
@font-face {
font-family: 'Poppins Medium';
font-style: normal;
font-weight: normal;
src: url('../fonts/Poppins Medium'), url('../fonts/Poppins-Medium.woff') format('woff');
}
@font-face {
font-family: 'Poppins SemiBold';
font-style: normal;
font-weight: normal;
src: url('../fonts/Poppins SemiBold'), url('../fonts/Poppins-SemiBold.woff') format('woff');
}
/*


body, html {
	overflow-x:hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	color: #413d35;
}
*/
body {font-family: 'Montserrat';margin: 0px;padding: 0px;color: #282828;}
/* body, html {overflow-y: hidden;} */
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.eot');
    src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Montserrat-Regular.woff2') format('woff2'),
        url('../font/Montserrat-Regular.woff') format('woff'),
        url('../font/Montserrat-Regular.ttf') format('truetype'),
        url('../font/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../font/Montserrat-Bold.eot');
    src: url('../font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Montserrat-Bold.woff2') format('woff2'),
        url('../font/Montserrat-Bold.woff') format('woff'),
        url('../font/Montserrat-Bold.ttf') format('truetype'),
        url('../font/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{padding: 0px; margin: 0px;}
h1{font-size:42px; color: #282828;font-family: 'Montserrat-Bold';}
h2 {font-size:36px; color: #282828;font-family: 'Montserrat-Bold';}
h3 {font-size:32px; color: #282828;font-family: 'Montserrat-Bold';}
h4 {font-size:28px; color: #282828;font-family: 'Montserrat-Bold';}
h5 {font-size:24px; color: #282828;font-family: 'Montserrat-Bold';}
h6 {font-size:18px; color: #282828;font-family: 'Montserrat-Bold';}
a{ color: #187cab; text-decoration: none;}
a:hover{ color: #a3b33b;}
p{ font-size: 20px;color: #282828;}
.text-green{ color: #a7b34c;}
.form-control{ font-size: 14px; background-color: #fff;color: #282828; padding: 12px 10px;background: #f9f9f9;border: 1px solid #c2c2c2;}
.form-control:focus{ box-shadow: none;border-color: #ced4da;}
/* .btn-primary {color: #fff;background-color: #a3b33b;border-color: #a3b33b; padding:16px 40px;border-radius: 10px; font-size: 18px; text-transform: capitalize; border: 0px;line-height: normal;} */
.btn-primary {
    color: #fff;
    background-color: #a7b351;
    border-color: #a7b351;
    padding: 16px 40px;
    border-radius: 10px;
    font-size: 18px;
    text-transform: capitalize;
    border: 0px;
    line-height: normal;
}

.btn-primary:hover {color: #fff;background-color: #b3c252;border-color: #b3c252;}
.btn-primary:active {color: #fff;background-color: #a3b33b;border-color: #a3b33b;}
.btn-primary:focus {color: #fff;background-color: #a3b33b;border-color: #a3b33b;box-shadow:none;}

.btn-secondary {color: #fff;background-color: #a3b33b;border-color: #a3b33b; border-radius: 5px; padding: 5px 10px;font-size: 12px; text-transform: capitalize;min-width: 105px;text-align: center;}
.btn-secondary:hover {color: #fff;background-color: #b3c252;border-color: #b3c252;}
.btn-secondary:active {color: #fff;background-color: #a3b33b;border-color: #a3b33b;}
.btn-secondary:focus {color: #fff;background-color: #a3b33b;border-color: #a3b33b;box-shadow:none;}

.btn-success {color: #fff;background-color: #187cab;border-color: #187cab; border-radius: 5px; padding: 5px 10px;font-size: 12px; text-transform: capitalize;min-width: 105px;text-align: center;}
.btn-success:hover {color: #fff;background-color: #0199ca;border-color: #0199ca;}
.btn-success:active {color: #fff;background-color: #187cab;border-color: #187cab;}
.btn-success:focus {color: #fff;background-color: #187cab;border-color: #187cab;box-shadow:none;}

.btn-outline-success {color: #fff;background-color: #a3b33b;border-color: #a3b33b; border-radius: 5px;padding: 5px 10px;font-size: 12px;text-align: center;border: 0px;}
.btn-outline-success:hover {background-color: #b3c252; color: #fff;}

.btn-outline-primary {color: #282828;border: 1px solid #a3b33b; padding:13px 40px;border-radius: 10px; font-size: 18px; text-transform: capitalize;}
.btn-outline-primary:hover{color: #fff;background-color: #b3c252;border-color: #b3c252;}

.navbar-light .navbar-nav .nav-link.active {color: #a3b33b;}
.navbar-expand-lg .navbar-nav .nav-link{ padding: 0 15px;}
.navbar-light .navbar-nav .nav-link {color: #187cab;}
.navbar-light .navbar-brand {padding: 0px;}
.navbar-brand img{ width: 190px;}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{color: #a3b33b;}
.header .fixed-top{ width: 100%; float: left; padding: 20px; background: #fff;box-shadow: 0px 3px 4px 0px rgb(209 207 207);-webkit-box-shadow: 0px 3px 4px 0px rgb(209 207 207);}
/*-----------------------------------------------Common CSS-----------------------------------------*/
.banner{ background: transparent; width: 100%; float: left; padding: 150px 0 150px; text-align: center; margin-top: 98px;}
/*-----------------------------------------------Top Banner-----------------------------------------*/
.oneplatform{/*width: 100%;*/ float: left; padding: 80px 0;}
.innerBox{ width: 100%; float: left;}
/*-----------------------------------------------Everything in one platform-----------------------------------------*/
.stakholders{background: #f2f2f2; width: 100%; float: left;padding: 80px 0;}
.stakholders .carousel-caption{ position: relative; right:0; left:0; margin-top: 50px;}
.stakholders .carousel-indicators [data-bs-target]{border-radius: 50%;width: 15px;height: 15px;background-color: #282828;}
.stakholders .carousel-control-prev, .stakholders .carousel-control-next{top: -150px;}
/*-----------------------------------------------Stakholders-----------------------------------------*/
.datahub{ width: 100%; float: left; padding: 80px 0;}
.datahub .leftGreyBox{ border-radius: 30px; width: 100%; float: left; padding: 80px 40px; background: #f2f2f2; display: flex; align-items: center;}
/*-----------------------------------------------Datahub-----------------------------------------*/
.digitalTwin .digitalTwinInner{ width: 100%; float: left; padding: 80px 0; background: #000;} 
/*-----------------------------------------------Digital Twin-----------------------------------------*/
.assessbuilding .innerContainer{ width: 100%; float: left; padding: 80px 0;}
.assessbuilding .innerContainer .accordionContainer{ display: flex; align-items: center;}
.assessbuilding .innerContainer .accordionContainer .accordion-button{ font-size: 20px;}
.assessbuilding .innerContainer .accordionContainer .accordion-body { font-size: 20px;}
.assessbuilding .innerContainer .accordionContainer .accordion-button:not(.collapsed) {color: #212529;background-color: #fff;box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);}
.assessbuilding .innerContainer .accordionContainer .accordion-button:not(.collapsed)::after {background-image:none;transform: none;content: "\f077"; font-weight: 900;font-family: "Font Awesome 6 Free"; color: #fff;}
.assessbuilding .innerContainer .accordionContainer .accordion-button::after{background-image:none;/*content: "\f078";*/ font-weight: 900;font-family: "Font Awesome 6 Free"; color: #282828;}
/*-----------------------------------------------Assess Building-----------------------------------------*/
.smartretrofit .retrofitInner{width: 100%; float: left; padding: 50px 0;}
.smartretrofit .retrofitInner .sensorsBox{ padding: 0 15px; text-align: center;}
.smartretrofit .retrofitInner .sensorsBox h4{ margin: 30px 0 0;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {opacity: 100;}
.slick-prev:before, .slick-next:before{opacity:100; color:#000 !important;}
.slick-prev:before {content: "\f053" !important; font-weight: 900;font-family: "Font Awesome 6 Free" !important; font-size: 30px !important;}
.slick-next:before {content:"\f054" !important; font-weight: 900;font-family: "Font Awesome 6 Free" !important; font-size: 30px !important;}
.slick-slider .sensorsBox{ padding: 0 15px; text-align: center;}
.slick-slider .sensorsBox h4{ margin: 30px 0 0;}
.slick-dots li button:before{font-size: 65px !important;}
.secureAssessment{ background-color: #f2f2f2; border-radius: 30px; width: 100%; float: left; padding: 40px;}
.secureAssessment .verticallycenterText{ display: flex; align-items: center;}
.secureAssessment .rightSide{border-left: 1px solid #282828; padding: 0 0 25px 20px;}
.retrofitInner .slick-slider .slick-prev, .retrofitInner .slick-slider .slick-next{top: 35%;}
/*-----------------------------------------------Smart Retrofit-----------------------------------------*/
.serviceanalytics, .otherplatform, .autonomousbuildings, .ecosystem, .ourambition, .footerlink{padding: 50px 0;}
.secureautomate .secureautomateInner, .unifiedplatform .unifiedplatformInner{ width: 100%; float: left; padding: 80px 0 0; background: #f2f2f2;} 
/*-----------------------------------------------Common Pages-----------------------------------------*/
.footerlink ul{ padding: 0px; margin: 0px; float: left; text-align: center; width: 100%; display: flex; justify-content: center;}
.footerlink ul li{list-style-type: none; float: left; padding: 0 20px;}
.footerlink ul li:first-child{ padding-left: 0;}
.footerlink ul li:last-child{ padding-right: 0;}
.footer-bottom{background: #f2f2f2; padding: 20px 0;}
.footer-bottom ul{ padding: 0px; margin: 0px; float: left; text-align: center;  display: flex; align-items: center;}

.footer-bottom ul li{list-style-type: none; float: left; padding: 0 5px;}
.footer-bottom ul li:first-child{ padding-left: 0;}
.footer-bottom ul li:last-child{   padding: 0px 0 0 0px !important;}
.footer-bottom ul + ul{ float: right; display: flex; align-items: center;}
.footer-bottom .footerlogo{ height: 25px;}
/*-----------------------------------------------Footer Link-----------------------------------------*/
.ourambition .img1 img{ height:189px; object-fit: cover;border-radius: 20px;width: 100%; margin-bottom:30px;}
.ourambition .img2 img{ height:200px !important; object-fit: cover;border-radius: 20px;}
.ourambition .img3 img{border-radius: 20px;object-fit: cover;}
.ourambition .img4 img{border-radius: 20px;object-fit: cover; margin-bottom:30px;}

.ourambition .imgbtm{ margin-bottom: 30px;}
/*-----------------------------------------------Our Ambition-----------------------------------------*/

/* new section css 5th march */
.tcfd{ width: 100%; float: left; padding: 0 0 80px 0;}
.tcfd .leftGreyBox{ border-radius: 30px; width: 100%; float: left; padding: 80px 40px; background: #f2f2f2; display: flex; align-items: center;}
/* new section css 5th march */

#menu-secure-connectors li a{
font-size:13px !important;
}
.current-menu-ancestor li a{
	color: #282828 !important;
}
.wpmm-fadeinup li a{
	color: #282828 !important;
}
.menu-item-has-children li a {
color: #282828 !important;
text-transform: capitalize !important;
}
.rounded-image {
    border-radius: 40px; 
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #187cab; /*color: #2f2f2f;*/  
}
a:focus {
	outline: none;
	text-decoration: none;
}
/* h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
} */
h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	padding-bottom: 0px; 
}
img {
	border:none;
}
/* Preloader */

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99999; /* makes sure it stays on top */
}
.loader {
	font-size: 10px;
	top: 300px;
	left: 45%;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader:before {
	width: 50%;
	height: 50%;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader:after {
	background: #fff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes load3 {
0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*scrol to top*/

.scrollToTop {
	background: #a3b439 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 60px;
	display: none;
	font-size: 25px;
	height: 45px;
	line-height: 40px;
	position: fixed;
	right: 50px;
	text-align: center;
	text-decoration: none;
	width: 45px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 999;
}
.scrollToTop:hover, .scrollToTop:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}
/*--------------------*/
/* HOME HEADER */
/*--------------------*/

#header {
	float: left;
	display: inline;
	width: 100%;
}
.header-inner {
	display: inline;
	position: relative;
	float: left;
	width: 100%;
}
.header-inner>img {
	width: 100%;
}
.header-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.header-content {
	float: left;
	height: 100%;
	padding: 12% 140px 140px;
	text-align: center;
	width: 100%;
}
.header-content h2 {
	font-size: 80px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 80px;
}
.header-content h2 span {
	font-weight: normal;
	line-height: 93px;
}
.header-btn-area {
	margin-top: 90px;
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
}
.header-btn-area a {
	margin: 0px 15px;
}
.knowmore-btn {
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	padding: 25px 28px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.download-btn {
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	padding: 25px 28px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.knowmore-btn:hover, .knowmore-btn:focus, .download-btn:hover, .download-btn:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}
/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area {
	float: left;
	display: inline;
	width: 100%;
}
.main-navbar {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.98);
	border-radius: 0;
	/*border-bottom: 1px solid #e7e7e7;*/  
  border-right: medium none;
	height: 100px;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 2px 4px 0px #f3f3f3;
	-moz-box-shadow: 0px 2px 4px 0px #f3f3f3;
	box-shadow: 0px 2px 4px 0px #187dab;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom:2px solid #187dab;
}
.navbar-fixed-top {
	height: 80px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.logo {
	/*height: 100px;  
  width: 85px;*/
  margin-right: 45px;
	margin-top: -1px;
	padding: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.logo-compressed {
	height: 80px;
	width: 70px;
}
.logo img {
	height: 100%;
	width: auto;
}
#navbar {
	float: left;
	width: 83%;
}
.main-nav {
	display: inline-block;
	text-align: right;
	width: 100%;
}
.main-nav li {
	display: inline-block;
	float: none;
}
.main-nav li a {
	color: #000;
	/*color: #636363;*/
  font-size: 15px;
	padding: 40px 16px;
	text-transform: uppercase;
}
.less-padding {
	padding: 30px 16px !important;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	/*color: #636363;*/
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}
.search-area {
	display: inline-block;
	float: right;
	height: 60px;
	padding: 0;
	position: relative;
	width: 5%;
}
.search-area input[type="text"] {
	height: 100%;
	font-size: 20px;
	display: inline-block;
	font-weight: 100;
	border: none;
	outline: none;
	line-height: 20px;
	color: #555;
	padding: 3px 60px 0px 3px;
	width: 0px;
	position: absolute;
	top: 11%;
	right: 0;
	background: none;
	z-index: 3;
 -webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
 transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}
.search-area input[type="text"]:focus {
	width: 980px;
	z-index: 1;
	background-color: #fff;
	cursor: text;
}
.search-area input[type="submit"] {
	background-image: url("assets/images/search-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 35px;
	outline: medium none;
	position: absolute;
	right: 0;
	text-indent: -10000px;
	top: 53%;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 45px;
	z-index: 2;
}
.search-area input[type="submit"]:hover {
	opacity: 0.8;
}
/*--------------------*/
/* Carousel */
/*--------------------*/

.carousel-indicators li {
	border-radius: 4px;
	height: 8px;
	margin: 0 5px;
	opacity: 0.5;
	width: 40px !important;
}
.carousel-indicators li:hover, .carousel-indicators li.active {
	opacity: 1;
}
.carousel-control.left {
	background-image:none !important
}
.carousel-control.right {
	background-image:none !important
}
.carousel-indicators .active {
	width:40px;
	height:8px;
	margin: 0 5px;
	background-color: #fff;
}
.carousel-control {
	width:7% !important;
}
.carousel-caption {
	top: 45%;
}
.carousel-caption .titles h2 {
	font-size: 40px;
}
.carousel-caption .titles h1 {
	font-family:'Raleway', sans-serif;
	color: #fff;
	font-size: 60px;
	margin: 3px 0 30px 0;
	font-weight: 800;
}
.carousel-caption .titles p {
	font-family:'Raleway', sans-serif;
	font-size: 30px;
	padding:0;
	color: #fff;
	font-weight: normal;
	line-height: 30px
}
/*.arrowImage{
border: 2px solid #fff;
border-radius: 100%;
height: 50px !important;
padding: 7px;
width: 50px !important;
vertical-align:middle;
text-align:center;
}
.arrowImage:hover{
background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}*/

/*--------------------*/
/* Anaylitics */
/*--------------------*/
.anaylitics {
	background:#187dab;
	padding:10px 0;
	width:100%;
	float:left;
}
.anaylitics h2 {
	text-align:center;
	margin:0 auto;
	display:block;
	color:#fff;
	padding:0;
}
.anaylitics h2.tittle>span {
	color:#fff;
	text-align:center;
}
.anaylitics span.tittle-line {
	background-color: #a3b439;
	display: block;
	height: 3px;
	margin:0 auto;
	width: 60px;
	text-align:center;
}
.anaylitics-new {
    background: #7a7877 !important;
    padding: 35px 0;
    width: 100%;
    float: left;
}
/*--------------------*/
/* ABOUT */
/*--------------------*/

#about {
	background-color: #fff;
	padding: 0 0 0 0;
	float: left;
	display: inline;
	width: 100%;
}
.aboutContent .row {
	display:block;
}
.welcome-area {
	float: left;
	display: inline;
	width: 100%;
	padding-top:46px;
}
.title-area {
	display: inline;
	float: left;
	padding: 0 172px;
	position: relative;
	text-align: center;
	width: 100%;
}
.tittle {
	color: #187cab;
	font-size:36px;
	margin-bottom: 0;
	padding-bottom: 18px;
}
.tittle-location {
	font-size: 36px;
	color:#ffffff;
	margin-bottom: 0;
	padding-bottom: 18px;
}
.tittle-line {
	background-color: #a3b439;
	display: inline-block;
	height: 3px;
	margin-bottom: 45px;
	width: 60px;
}
.welcome-content {
	float: left;
	display: inline;
	width: 100%;
	margin-top: 39px;
}
.wc-table {
	display: inline-block;
	text-align: center;
}
.wc-table li {
	float: left;
	width: 33.33%;
	padding-right:10px;
}
.single-wc-content {
	float: left;
	display: inline;
	width: 100%;
}
.single-wc-content span {
	border-radius: 100%;
	display: inline-block;
	font-size: 45px;
	height: 127px;
	line-height: 127px;
	text-align: center;
	width: 127px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-wc-content .wc-tittle, .single-wc-contentnew .wc-tittle {
	color: #187cab;
	text-transform: uppercase;
	font-size: 24px;
	/*border-bottom: 1px solid #bbbbbb;*/
  margin-top: 32px;
	padding-bottom: 17px;
}
.single-wc-contentnew .wc-tittle {
	border-bottom: 1px solid #bbbbbb
}
.single-wc-content p {
	color:#413d35;
	font-size: 15px;
	padding: 0;
	margin-bottom:0;
}
.single-wc-content:hover .wc-icon {
	color: #fff;
}
.single-wc-content:hover .wc-tittle {
	padding-bottom: 16px;
}
.about-area {
	display: inline;
	float: left;
	margin-top: 45px;
	margin-bottom: 25px;
	width: 100%;
}
.about-left {
	display: inline;
	float: left;
	height: 420px;
	position: relative;
	width: 445px;
}
.about-left img {
	left: 23px;
	position: absolute;
	top: 23px;
}
.introduction-btn {
	color: #f9fffd;
	display: inline-block;
	font-size: 25px;
	left: 36%;
	padding: 18px 16px;
	position: absolute;
	text-decoration: none;
	top: 50%;
}
.introduction-btn:hover, .introduction-btn:focus {
	color: #f9fffd;
	text-decoration: none;
	outline: none;
}
.about-right {
	display: inline;
	float: left;
	padding-left: 85px;
	padding-top: 20px;
	width: 100%;
}
.about-right .title-area {
	text-align: left;
	padding: 0px;
}
.about-right .tittle {
	padding-bottom: 47px;
}
.about-right .tittle-line {
	height: 2px;
	margin-bottom: 35px;
	width: 100px;
}
.about-right p {
	color: #000;
	/*color: #535353;*/
  font-family: "Raleway", sans-serif;
	margin-bottom: 32px;
}
.about-btn-area {
	float: left;
	display: inline;
	margin-top: 14px;
	width: 100%;
}
.button {
	float: left;
	display: block;
	margin: 1em;
	border: none;
	background: #187cab;
	color: #fff !important;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button-default:hover, .button-default:focus {
	background-color: #a3b439 !important;
	border-color: #a3b439 !important;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
.button-default {
	text-decoration: none;
	border-radius: 2px;
	overflow: hidden;
	font-weight: 600;
	font-size: 15px;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-default::after {
 content: attr(data-text);
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 opacity: 0;
 color: #3f51b5;
 -webkit-transform: translate3d(0, 25%, 0);
 transform: translate3d(0, 25%, 0);
}
.button-default > span {
	display: block;
}
.button-default:after {
	color: #fff;
}
.button-default::after, .button-default > span {
 padding: 12px 21px;
 -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
 transition: transform 0.3s, opacity 0.3s;
 -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-default:hover {
	background-color: rgba(63, 81, 181, 0.1);
	text-decoration: none;
}
.button-default:hover, .button-default:focus {
	color: #fff !important;
}
.button-default:hover::after {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.button-default:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
/*--------------------*/
/* CALL TO ACTION */
/*--------------------*/

#call-to-action {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}
.call-to-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.call-to-content {
	display: inline;
	float: left;
	padding: 50px 0 0 0;
	text-align: center;
	width: 100%;
}
.call-to-content h2 {
	color: #fff7f7;
	font-size: 36px;
}
.call-to-content a {
	display: inline-block;
	float: none;/*margin-top: 29px;*/
}
/*--------------------*/
/* TEAM */
/*--------------------*/

#team {
	display: inline;
	padding: 70px 0px;
	float: left;
	width: 100%;
}
.team-area {
	display: inline;
	float: left;
	padding-bottom: 56px;
	width: 100%;
}
.team-content {
	display: inline;
	float: left;
	margin-top: 18px;
	width: 100%;
}
.team-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.team-grid li {
	display: inline-block;
	height: 250px;
	margin: 15px 15px;
	width: 22%;
}
.team-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 16px rgba(255, 255, 255, 0.6),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team-img-1 {
	background-image: url(assets/images/team/1.jpg);
}
.team-img-2 {
	background-image: url(assets/images/team/2.jpg);
}
.team-img-3 {
	background-image: url(assets/images/team/3.jpg);
}
.team-img-4 {
	background-image: url(assets/images/team/4.jpg);
}
.team-info {
	position: absolute;
	width: inherit;
	height: inherit;
	padding: 50px 0;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
}
.team-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}
.team-info a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	opacity: 0.8;
	height: 27px;
	margin: 0 5px;
	text-align: center;
	width: 27px;
}
.team-info a:hover {
	opacity: 1;
}
.team-grid li:hover .team-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.team-grid li:hover .team-info p {
	opacity: 1;
}
.team-address {
	display: inline;
	float: left;
	margin-top: 26px;
	text-align: center;
	width: 100%;
}
.team-address p {
	color: #187cab;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.team-address span {
	color: #000;
	/*color: #777777;*/
  font-size: 17px;
	font-style: italic;
	font-family: "Raleway", sans-serif;
}
/*--------------------*/
/* SERVICE */
/*--------------------*/

#service {
	background-color: #F6F6F6;
	float: left;
	display: inline;
	padding: 70px 0;
	width: 100%;
}
.service_area {
	display: inline;
	float: left;
	width: 100%;
}
.service-content {
	display: inline;
	margin-top: 45px;
	float: left;
	width: 100%;
}
.service-table {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.single-service {
	display: inline;
	float: left;
	margin-bottom: 15px;
	padding: 45px 20px;
	position: relative;
	text-align: left;
	width: 100%;
	-w-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-service:after {
	content: '';
	position: absolute;
	left: 0;
	opacity: 0;
	bottom: 0;
	height: 24px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-service:hover:after {
	opacity: 1;
}
.single-service:hover {
	background-color: #fff;
}
.single-service .service-icon {
	color: #bdbdbd;
	font-size: 55px;
	margin-bottom: 10px;
}
.single-service .service-title {
	color:#72706f;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
}
.single-service p {
	color: #000;/*color: #878787;*/
}
/*--------------------*/
/* PORTFOLIO */
/*--------------------*/

#portfolio {
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}
.portfolio-area {
	display: inline;
	float: left;
	width: 100%;
}
.portfolio-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}
.portfolio-menu {
	display: inline;
	float: left;
	width: 100%;
}
.portfolio-menu ul {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.portfolio-menu ul li {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 13px;
	padding: 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.portfolio-container {
	display: inline;
	float: left;
	margin-left: -9px;
	margin-top: 60px;
	width: 100%;
}
.single-portfolio {
	display: inline;
	float: left;
	margin-bottom: 18px;
	margin-left: 18px;
	width: 23.4%;
}
.single-item {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.single-item>img {
	width: 100%;
	display: block;
	height: 290px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.single-item>img:hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#mixit-container .mix {
	display: none;
}
.single-item-content {
	background-color: #000;
	display: inline;
	opacity: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
}
.portfolio-social-icon {
	float: left;
	display: inline;
	padding: 110px 50px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-item:hover .single-item-content {
	opacity: 1;
}
.single-item-content:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.portfolio-social-icon a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 15px;
	margin: 0 8px;
	padding: 12px;
	text-align: center;
	width: 40px;
	transform: scale(0.5);
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-item-content:hover .fancybox, .single-item-content:hover .link-btn {
	transform: scale(0.9);
}
.portfolio-title {
	bottom: 0;
	display:inline;
	opacity: 0;
	left: 0;
	padding-bottom: 12px;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-item:hover .portfolio-title {
	opacity: 1;
}
.portfolio-title h4 {
	color: #fff7f7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}
.portfolio-title span {
	color: #fff7f7;
	font-size: 12px;
	font-family: "Raleway", sans-serif;
}
/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}
.counter-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.counter-area {
	display: inline;
	float: left;
	padding: 112px 0;
	width: 100%;
}
.single-counter {
	display: inline;
	float: left;
	padding: 0px 0px;
	width: 100%;
}
.single-counter > span {
	display: block;
	float: left;
	font-size: 55px;
	text-align: center;
	width: 60px;
}
.single-counter .counter-count {
	float: left;
	margin-left: 20px;
}
.single-counter .counter-count > span {
	color: #fff;
	display: block;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: -7px;
	margin-top: -16px;
}
.single-counter .counter-count > p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-left: 5px;
}
/*--------------------*/
/* PRICING TABLE */
/*--------------------*/

#pricing-table {
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}
.pricing-table-area {
	display: inline;
	float: left;
	width: 100%;
}
.pricing-table-content {
	display: inline;
	float: left;
	margin-top: 60px;
	width: 100%;
}
.price-table {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.price-table li {
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	display: inline-block;
	float: left;
	padding-bottom: 12px;
	width: 25%;
}
.price-table li:last-child {
	border-right: 1px solid #e4e4e4;
}
.single-price {
	display: inline;
	float: left;
	width: 100%;
}
.single-price .price-header {
	color: #fff;
	font-size: 28px;
	margin: 0;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
.single-price .price-header::after {
 bottom: -30%;
 content: "ïƒ—";
 font-family: fontAwesome;
 font-size: 32px;
 left: 46.5%;
 position: absolute;
}
.standard-price .price-header::after {
 bottom: -22%;
}
.single-price .price-amount {
	display: block;
	font-size: 32px;
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
}
.standard-price {
	margin-top: -20px;
}
.standard-price .price-header {
	padding: 30px 0px;
}
.single-price p {
	color: #5d5d5d;
	font-size: 18px;
	border-bottom:1px solid #e4e4e4;
	padding: 20px 0;
	margin-bottom: 0px;
}
.single-price p:last-of-type {
	border: none;
}
.single-price a {
	-moz-border-bottom-colors: none !important;
	-moz-border-left-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-top-colors: none !important;
	border-image: none !important;
	border-left: medium none !important;
	border-right: medium none !important;
	border-top: medium none !important;
	display: inline-block;
	float: none;
	margin-top: 23px;
}
.single-price a span {
	border: medium none;
	display: inline-block;
	padding: 12px 65px;
}
.standard-price a {
	color: #fff !important;
}
/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/


#testimonial {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}
.testimonial-area {
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}
.testimonial-area .tittle {
	color: #fff;
}
.testimonial-area .tittle-line {
	background-color: #fff;
}
.testimonial-conten {
	display: inline;
	float: left;
	margin-top: 11px;
	width: 100%;
}
.testimonial-slider {
	display: inline;
	float: left;
	position: absolute;
	width: 100%;
}
.single-slide {
	display: inline;
	float: left;
	padding: 0 124px;
	text-align: center;
	width: 100%;
}
.single-slide > p {
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	line-height: 35px;
	margin-top: 55px;
	position: relative;
}
.single-slide > p::after {
 color: #fff;
 content: "ï„";
 font-family: fontAwesome;
 font-size: 50px;
 left: -44px;
 position: absolute;
 top: -29px;
}
.single-testimonial {
	display: inline;
	float: left;
	width: 100%;
}
.testimonial-thumb {
	border-radius: 50%;
	height: 107px;
	margin: 35px auto 0;
	width: 107px;
}
.single-testimonial p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}
.single-testimonial span {
	color: #fff;
	display: inline-block;
	font-size: 16px;
}
.testimonial-slider .slick-prev::before {
 border: 1px solid #fff;
 border-radius: 50%;
 color: #fff;
 content: "ï„„" !important;
 display: inline-block;
 font-family: fontAwesome;
 font-size: 35px;
 height: 35px;
 line-height: 31px;
 padding: 0 10px;
 text-align: center;
 width: 35px;
}
.testimonial-slider .slick-next:before {
	color: #fff;
	content: '\f105' !important;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-family: fontAwesome;
	font-size: 35px;
	height: 35px;
	line-height: 31px;
	padding: 0 10px;
	text-align: center;
	width: 35px;
}
.testimonial-slider .slick-prev {
	left: 0;
	z-index: 9999;
	top: 35%;
}
.testimonial-slider .slick-next {
	right: 40px;
	z-index: 9999;
	top: 35%;
}
/*--------------------*/
/* FORM BLOG */
/*--------------------*/

#from-blog {
	background-color: #F6F6F6;
	display: inline;
	padding: 70px 0;
	float: left;
	width: 100%;
}
.from-blog-area {
	display: inline;
	float: left;
	width: 100%;
}
.from-blog-content {
	display: inline;
	float: left;
	margin-top: 60px;
	width: 100%;
}
.single-from-blog {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}
.single-from-blog figure {
	display: inline;
	float: left;
	width: 100%;
}
.single-from-blog figure img {
	width: 100%;
}
.single-from-blog .blog-title {
	display: inline;
	float: left;
	padding: 20px;
	width: 100%;
}
.single-from-blog .blog-title h2 {
	color: #3e3e3e;
	font-size: 28px;
	padding-bottom: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-from-blog .blog-title h2 a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-from-blog .blog-title h2 a:hover, .single-from-blog .blog-title h2 a:focus {
	text-decoration: none;
	outline: none;
}
.single-from-blog .blog-title p {
	color: #000;
	/*color: #7c7c7c;*/
  font-size: 13px;
	font-style: italic;
}
.single-from-blog > p {
	color: #757575;
	padding: 20px 20px 10px;
}
.single-from-blog .blog-footer {
	display: inline;
	float: left;
	padding: 0 20px 20px;
	width: 100%;
}
.single-from-blog .blog-footer a {
	color: #187cab;
	/*color: #818181;*/
  font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-from-blog .blog-footer a:hover, .single-from-blog .blog-footer a:focus {
	text-decoration: none;
	outline: none;
}
.single-from-blog .blog-footer a span {
	border: 1px solid;
	border-radius: 50%;
	display: inline-block;
	line-height: 14px;
	margin-right: 3px;
	padding: 4px 5px;
}
/*--------------------*/
/* CLIENT */
/*--------------------*/

#client {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 70px 0 55px;
	width: 100%;
}
.client-area {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}
.client-table {
	display: inline-block;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
}
.client-table li {
	display: inline-block;
	margin-right: 80px;
}
.client-table li:last-child {
	margin-right: 0px;
}
/*--------------------*/
/* CONTACT */
/*--------------------*/

#contact {
	background:#1D8BB2;
	/*background-image: url("assets/images/contact-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
  display: inline;
	float: left;
	padding: 70px 0 0;
	width: 100%;
}
#contact .row {
	display:block;
}
#contact .contactSecondrow {
	padding-top:3rem;
	padding-bottom:3rem;
}
.contact-left {
	background-color: rgba(45, 45, 45, 0.7);
	display: inline;
	float: left;
	padding: 30px 40px 10px;
	width: 100%;
}
.contact-left h2 {
	color: #fafafa;
	font-size: 35px;
	margin-bottom: 35px;
}
.contact-left h3 {
	color: #fafafa;
	font-size: 28px;
	margin-bottom: 35px;
	font-weight:bold;
}
#contact-pricing {
	background-image: url("assets/images/contact-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline;
	float: left;
	padding: 9% 0;
	width: 100%;
}
.single-address {
	display: inline;
	float: left;
	margin-bottom: 15px;
	padding-right: 50px;
	width: 100%;
}
.single-address h4 {
	color: #fafafa;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 17px;
}
.single-address p {
	color: #fafafa;
	font-size: 14px;
	margin-bottom: 5px;
}
.contact-right {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 30px 40px;
	width: 100%;
}
.contact-right h2 {
	color: #fafafa;
	font-size: 35px;
	margin-bottom: 48px;
}
.contact-right h3 {
	color: grey;
	font-size: 28px;
	margin-bottom: 48px;
	font-weight:bold;
}
.contact-form .form-group input {
	background: transparent;
	color: #e1e1e1;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 0;
	height: 45px;
	margin-bottom: 24px;
}
.contact-form .form-group textarea {
	color: #e1e1e1;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	height: 190px;
}
.contact-form .form-control:focus {
	outline: 0;
	box-shadow: none;
}
.contact-form .form-control::-webkit-input-placeholder {
 color: #e2e2e2;
 font-size: 20px;
}
 .contact-form .form-control:-moz-placeholder { /* Firefox 18- */
 color: #e2e2e2;
 font-size: 20px;
}
 .contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
 color: #e2e2e2;
 font-size: 20px;
}
 .contact-form .form-control:-ms-input-placeholder {
 color: #e2e2e2;
 font-size: 20px;
}
.contact-form button {
	float: right;
	margin-right: 0;
	border-radius: 0px;
}
.contact-form.button-default::after, .contact-form .button-default > span {
 padding: 12px 40px;
}
#google-map {
	display: inline;
	float: left;
	width: 100%;
}
.textAlign {
	text-align:center;
	color:#fff;
	float:left;
}
.textAlign h3 {
	font-weight:bold;
}
.textAlign a {
	color: #71d0d6;
}
.title-line2 {
	background-color: #C7CE52;
	display: inline-block;
	height: 2px;
	margin-bottom: 14px;
	width: 60px;
}
.enquiry {
	/*background: #47bfec;*/
	padding: 8px 0 0px;
	width: 100%;
	float: left;
}
.enquiry h2 {
	text-align: center;
	margin: 0 auto;
	display: block;
	color: #fff;
	padding: 0;
	cursor:pointer;
	font-size:28px;
}
.enquiry a {
	color: #fff;
	text-decoration:underline;
}
/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer {
	background-color: #242424;
	display: inline;
	float: left;
	/*margin-top: -6px;*/
  width: 100%;
}
.footer-top {
	display: inline;
	float: left;
	width: 100%;
}
.footer-top-area {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	margin: 70px 0 30px;
}
.footer-logo {
	display: inline-block;
}
.footer-social {
	display: inline;
	float: left;
	margin: 20px 0px;
	width: 100%;
}
.footer-social a {
	border: 1px solid #187cab;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin: 0 9px;
	text-align: center;
	width: 48px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color:#187cab;
}
.footer-social a.facebook:hover {
	background-color: #a3b439;
	border-color: #a3b439;
	color: #fff;
}
.footer-social a.instagram:hover {
	background-color: #a3b439;
	border-color: #a3b439;
	color: #fff;
}

.footer-social a.twitter:hover {
	color: #fff;
	background-color: #a3b439;
	border-color: #a3b439;
}
.footer-social a.google-plus:hover {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.footer-social a.youtube:hover {
	color: #fff;
	background-color: #a3b439;
	border-color: #a3b439;
}
.footer-social a.linkedin:hover {
	color: #fff;
	background-color: #a3b439;
	border-color: #a3b439;
}
.footer-social a.dribbble:hover {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89;
}
.footer-bottom {
	display: inline;
	border-top: none;
	float: left;
	padding: 20px 0px !important;
	width: 100%;
	text-align: center;
	/*background: #191919;*/
	background: #e5e5e5;
}
.footer-bottom p {
	color: #282828;
    font-size: 16px;
	margin-bottom: 0px;
}

.footer_first_level {
   /* background: #252627;  */
    background: #fff;
    float: left;
    width: 100%;
	padding: 0px 0px 0px 0px;
}
.footer_first_level a {
	  padding-left: 10px !important;
	text-decoration: none;
	color: #282828; /*color: #2f2f2f;*/  
}
.powered-href {
	color: white;
	text-decoration: none;
}
.powered-href:hover {
	color: white;
	text-decoration: none;
}
/*--------------------*/
/* BLOG PAGE */
/*--------------------*/


#blog-banner {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}
.blog-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.blog-banner-area {
	display: inline;
	float: left;
	padding: 204px 0;
	width: 100%;
}
.blog-banner-area h2 {
	color: #fff;
	font-size: 45px;
	padding-bottom: 5px;
}
.blog-banner-area .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding-left: 0;
}
.blog-banner-area .breadcrumb li {
	font-family: "Raleway", sans-serif;
}
.blog-banner-area .breadcrumb li a {
	color: #fff;
	font-size: 18px;
	font-family: "Raleway", sans-serif;
	text-decoration: none;
}
.blog-banner-area .breadcrumb > li + li::before {
 color: #ccc;
 content: "/Â ";
 padding: 0 0px;
}
#blog {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}
.blog-area {
	display: inline;
	float: left;
	width: 100%;
}
.blog-archive .single-from-blog {
	margin-bottom: 35px;
}
.blog-archive .single-from-blog figure img {
	height: 400px;
}
.blog-left {
	display: inline;
	float: left;
	width: 100%;
}
.blog-pagination {
}
.blog-pagination > li > a, .blog-pagination > li > span {
	padding: 8px 18px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-pagination > li > a:hover, .blog-pagination > li > span:hover, .blog-pagination > li > a:focus, .blog-pagination > li > span:focus {
	color: #fff;
}
.blog-pagination > li:first-child > a, .blog-pagination > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-left: 0;
}
.blog-pagination > li:last-child > a, .blog-pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.blog-right {
	display: inline;
	float: left;
	width: 100%;
}
.single-widget {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	display: inline;
	margin-bottom: 30px;
	float: left;
	padding: 20px 30px;
	width: 100%;
}
.single-widget h2 {
	color: #444444;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	margin-left: -31px;
	padding-bottom: 0;
	padding-left: 29px;
	padding-top: 0;
}
.blog-search {
	display: inline;
	float: left;
	width: 100%;
}
.blog-search input[type="text"] {
	background-color: #f5f5f5;
	border: 1px solid #9d9d9d;
	color: #444;
	height: 43px;
	padding: 5px;
	width: 100%;
}
.blog-search .button-default {
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 23px;
}
.blog-search .button-default::after, .blog-search .button-default > span {
 padding: 10px 30px;
}
.follow-us {
	border-top: 1px solid #d4d4d4;
	display: inline;
	float: left;
	padding-bottom: 10px;
	padding-top: 24px;
	text-align: center;
	width: 100%;
}
.follow-us a {
	border: 1px none transparent;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin: 0 5px;
	text-align: center;
	width: 35px;
}
.follow-us a.facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}
.follow-us a.twitter {
	background-color: #00aced;
	border-color: #00aced;
}
.follow-us a.google-plus {
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.follow-us a.youtube {
	background-color: #bb0000;
	border-color: #bb0000;
}
.follow-us a.linkedin {
	background-color: #007bb5;
	border-color: #007bb5;
}
.follow-us a.dribbble {
	background-color: #ea4c89;
	border-color: #ea4c89;
}
.popular-post-widget {
	border-top: 1px solid #d4d4d4;
	display: inline;
	float: left;
	padding-bottom: 15px;
	padding-top: 24px;
	text-align: left;
	width: 100%;
}
.popular-post-widget .media-left {
	float: left;
	height: 100px;
	margin-right: 20px;
	width: 100px;
}
.popular-post-widget .media-heading {
	color: #505050;
	font-size: 18px;
}
.popular-post-widget .media-heading a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.popular-post-widget .media-heading a:hover, .popular-post-widget .media-heading a:focus {
	text-decoration: none;
	outline: none;
}
.popular-post-widget .media-body p {
	color: #000;
	/*color: #7c7c7c;*/
  font-size: 13px;
}
.instagram-feed {
	border-top: 1px solid #d4d4d4;
	display: inline;
	float: left;
	padding-bottom: 25px;
	padding-top: 24px;
	text-align: left;
	width: 100%;
}
.single-instagram-feed {
	display: inline;
	float: left;
	width: 100%;
}
.single-instagram-feed img {
	width: 100%;
}
.instagram-feed .slick-prev, .instagram-feed .slick-next {
	font-size: 0;
	height: 20px;
	line-height: 0;
	margin-top: -10px;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 20px;
	z-index: 999;
}
.instagram-feed .slick-prev {
	left: 28%;
}
.instagram-feed .slick-next {
	right: 29%;
}
.instagram-feed .slick-prev::before, .instagram-feed .slick-next::before {
 font-family: "fontAwesome";
 font-size: 28px;
 line-height: 1;
 opacity: 0.75;
}
.instagram-feed .slick-prev::before {
 content: '\f104';
}
.instagram-feed .slick-next::before {
 content: '\f105';
}
.instagram-feed .slick-dots {
	bottom: -22px;
}
.instagram-feed .slick-dots li button {
	background: #eeeeee none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50%;
	color: #eeeeee;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 15px;
	line-height: 0;
	outline: medium none;
	padding: 5px;
	width: 15px;
}
.instagram-feed li button::before {
 color: #eeeeee;
}
.blog-details {
	background-color: #fff;
}
.blog-details-content {
	display: inline;
	float: left;
	padding: 40px;
	width: 100%;
}
.blog-details-content blockquote {
	color: #1f1f1f;
	font-size: 22px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.blog-details-content>span {
	color: #464646;
	font-size: 20px;
	font-weight: bold;
}
.blog-details-content > a {
	color: #464646;
	font-size: 18px;
	margin-right: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-details-content h1, .blog-details-content h2, .blog-details-content h3, .blog-details-content h4, .blog-details-content h5, .blog-details-content h6 {
	color: #464646;
}
.blog-details-content h3 {
	margin-top: 10px;
}
.blog-comment {
	display: inline;
	float: left;
	padding: 0 40px 50px;
	width: 100%;
}
.blog-comment h2 {
	color: #464646;
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	margin-bottom: 15px;
}
.comment-form .form-group input {
	background-color: #f8f8f8;
	border: 1px solid #aeaeae;
	border-radius: 0;
	color: #858585;
	font-size: 18px;
	height: 40px;
	margin-bottom: 20px;
}
.comment-form .form-group textarea {
	color: #858585;
	background-color: #f8f8f8;
	border: 1px solid #aeaeae;
	border-radius: 0;
	font-size: 18px;
	height: 190px;
	width: 80%;
}
.comment-form .form-control:focus {
	outline: 0;
	box-shadow: none;
}
.comment-form .form-control::-webkit-input-placeholder {
 color: #858585;
 font-size: 18px;
}
 .comment-form .form-control:-moz-placeholder { /* Firefox 18- */
 color: #858585;
 font-size: 18px;
}
 .comment-form .form-control::-moz-placeholder {  /* Firefox 19+ */
 color: #858585;
 font-size: 18px;
}
 .comment-form .form-control:-ms-input-placeholder {
 color: #858585;
 font-size: 18px;
}
.comment-form button {
	border-radius: 0;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.comment-form.button-default::after, .comment-form .button-default > span {
 padding: 12px 40px;
}
/*--------------------*/
/* ERROR PAGE */
/*--------------------*/

#error-page {
	background-color: #CEFFFE;
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}
.error-page-area {
	display: block;
	margin: 0 auto;
	width: 670px;
}
.error-no-area {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 20px;
	width: 100%;
}
.error-no {
	display: inline;
	float: left;
	padding: 50px;
	text-align: center;
	width: 100%;
}
.error-no h2 {
	color: #727272;
	font-family: "Open Sans", sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}
.error-no p {
	font-family: "Pacifico", cursive;
	font-size: 80px;
	margin-bottom: 0;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.error-message {
	display: inline;
	float: left;
	margin-top: 70px;
	text-align: center;
	width: 100%;
}
.error-message h4 {
	color: #4b8181;
	font-family: "Pacifico", cursive;
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 50px;
}
.error-message p {
	color: #4b8181;
	font-size: 30px;
	padding: 0 138px;
}
.error-message p a {
	color: #4b8181;
}
.mrglft_none {
	margin-left:0px;
}
/*======================///////////////
		  start responsive style
=====================///////////////////////*/
#pricing {
	background-color: #fff;
	padding: 0 0 34px 0;
	float: left;
	display: inline;
	width: 100%;
}
.pricingText {
	padding-top:50px;
}
.pages-container .page.active {
	display: block;
}
.pages-container .page .page-wrapper {
	padding: 30px 30px 0;
	border: 0px solid #ccc;
}
.panel {
	box-shadow:none !important;
	margin-bottom:0;
	background-color:#fff !important;
}
.panel-default {
	border-color:transparent;
}
.panel-heading {
	border-bottom: 1px solid #e1e1e1;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: transparent !important;
	font-size: 36px;
	font-weight: bold;
	color: #187cab !important;
	border:none;
	font-family: 'Raleway', sans-serif;
	text-align:center;
}
.pages-container .page .page-wrapper .compare-list-box ul, .pages-container .page .page-wrapper .compare-list-box ul li {
	width: 100%;
    background: #fffff;
	padding: 0;
	margin: 0;
	position: relative;
}
.pages-container .page .page-wrapper .compare-list-box ul li {
	float: left;
	width:18.33%;
}
.pages-container .page .page-wrapper .compare-list-box ul li.hoverBorderGreen:hover {
	border:solid 1px #a3b439;
}
.pages-container .page .page-wrapper .compare-list-box ul li.hoverBorderGreen:hover {
	border:solid 1px #a3b439;
}
.pages-container .page .page-wrapper .compare-list-box ul li.hoverBorderBlue:hover {
	border:solid 1px #187cab;
}
.pages-container .page .page-wrapper .compare-list-box ul li.compare-first-box:nth-child(1):hover {
 border:none;
}
.pages-container .page .page-wrapper .compare-list-box ul li.compare-first-box {
	width: 45%;
	background: #fff;
}
.tableheading {
	padding:15px 0 !important;
}
.table.table-grid {
	border: 0;
	display: table;
	width: 100%;
}
.table .table-row {
	display: table-row;
}
.compare-house-list .table.table-grid .table-row .table-col.first-coloumn {
	background: #fff;
	border-bottom: 0px !important;
	border-left: 0px !important;
	margin:0;
}
.compare-house-list .table.table-grid .table-row .table-col {
	vertical-align:middle;
	border:0;
	min-height: 60px;
	height: 60px;
}
.Borderright {
	border-right: 1px solid #dbdbdb !important;
}
.compare-house-list .table.table-grid .table-row .table-col {
	min-height: 57px;
	height:57px;
	padding:15px 0;
	vertical-align: middle;
}
.compare-house-list .table.table-grid .table-row h4.table-col {
	min-height: 57px;
	height:57px;
	padding:6px 0;
	vertical-align: middle;
}
.compare-house-list .table.table-grid .table-row .table-col.first-title {
	border-top: 1px solid #dbdbdb !important;
}
.compare-house-list .table.table-grid .table-row .table-col {
	border-bottom: 1px solid #dbdbdb !important;
	border-left: 1px solid #dbdbdb !important;
	margin:0;
}
.compare-house-list .table .table-row .table-col div {
	color: #525252;
	padding:0;
}
.table.table-grid .table-col>div {
	text-align: center;
}
.close-btn {
	position: absolute;
	top: 10px;
	right: 6px;
}
.close-btn .fa {
	color: #ffffff;
}
.table.table-grid .table-row .table-col {
	border: 0px;
}
.compare-house-list .table .table-row h4.table-col {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	background: #187cab;
	padding:8px 0;
	color:#fff;
}
.compare-house-list #LI2 .table .table-row h4.table-col {
	background:#a3b439;
}
.compare-house-list #LI3 .table .table-row h4.table-col {
	background:#1a7cab;
}
.Lightblue {
	background:#caeeff;
}
.Lightblue span {
	color:#007fbb!important;
	font-weight:bold;
}
.ExtraLightblue {
	background:#ecf9ff;
}
.ExtraLightblue span {
	color:#007fbb!important;
	font-weight:bold;
}
.Lightgreen {
	background:#f7ffc2;
}
.Lightgreen span {
	color:#a3b439;
	font-weight:bold;
}
.ExtraLightgreen {
	background:#fdffef;
}
.ExtraLightgreen span {
	font-weight:bold;
	color:#a3b439;
}
.Whiterow {
	background:#ffffff;
}
.Whiterow strong {
	color:#007fbb;
}
.AlternativeWhite {
	background:#ffffff;
}
.Bluerow {
	background:#f6fafd;
}
.AlternativeBlue {
	background:#f9fdff
}
.Greenrow {
	background:#fcfdf8;
}
.AlternativeGreen {
	background:#fefffa;
}
.LightGray {
	color:#525252;
	background:#f1f1f1;
}
.form-buttons {
	padding:0 !important;
}
.button-container {
	padding:0 !important;
}
.table.table-grid .table-row .table-col .form-buttons {
	margin-left: 0;
	float: none;
	padding-top: 0;
}
.btnwidth {
	width:100px !important;
	margin:auto !important;
}
.table.table-grid .table-row .table-col .button-container {
	position: relative;
	right: inherit;
	bottom: inherit;
}
.pages-container .button-container .button1 {
	color: #fff;
	background: #187cab;
	padding: 2px 25px;
	display:inline-block;
}
.table .table-row .table-col a {
	margin:-4px 0;
}
.pages-container .button-container a {
	color: #fff;
	background: transparent;
	padding: 5px 25px;
	line-height: 1.42857143;
	height: auto;
	border-radius: 0;
	display: inline;
	vertical-align: top;
	font-size: 16px;
	text-decoration:none;
}
.table .table-row .table-col a:hover, .table .table-row .table-col a:focus {
	color: #c8d8e0;
}
.radio {
	margin:0;
}
.compare-house-list .table.table-grid .table-row .table-col .glyphicon {
	position:relative;
	color:#a3b439 !important
}


/* width */
::-webkit-scrollbar {
 width: 1px;
 height:5px;
}

/* Track */
::-webkit-scrollbar-track {
 background: #919090;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background: #919090;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #919090;
}
/*--------------------*/
/* BENEFITS */
/*--------------------*/

#benefits {
	background-color:#282828;
	padding: 50px 0;
	float: left;
	display: inline;
	width: 100%;
	overflow:hidden;
}
.services-section .item .fa:hover, .services-section .item .fa:active, .services-section .item .fa:focus {
	background: #a3b439;
	color: #ffff;
	display: block;
	border-radius: 3px;
	border: #a3b439;
}
.services-section .item .fa {
	color: #fff;
	float: left;
	margin-right: 15px;
	font-size: 35px !important;
	width: 70px;
	height:70px;
	border: 1px solid #187dab;
	background:#187dab;
	padding: 20px;
	text-align: center;
	border-radius: 50%;
	position:relative;
}
.services-section .item .fa:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.services-section .item {
	margin-bottom: 20px;
	float: left;
	width: 33.33333333%;
	height: 80px;
}
.services-section h6 {
	text-transform: uppercase;
	color: #fff;
	font-weight:700;
	font-size:15px;
	margin:0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
}
.services-section p {
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin:20px 0 0 0;
}
.services-section img {
	margin-top: -20px;
}
/*.services-section .fluid-image-outer img {
  display: block;
  left: 0;
  position: absolute;
  top: -80px;
}*/
.services-section .fluid-image-outer {
	position: relative;
}
.NewTitle {
	padding:0;
}
/*--------------------*/
/* TECHNOLOGY */
/*--------------------*/
#Technology {
	background-color:#f1f1f1;
	padding: 50px 0;
	float: left;
	display: inline;
	width: 100%;
}
#Technology .row {
	display:block;
}

.technologyimg {
	text-align:center;
}
#Technology .col-md-3 {
	margin-bottom: 20px;
	float: left;
}
.zoom {
	padding:0;
 transition: transform .2s;
}
.zoom:hover {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}
.table {
	margin-bottom:0 !important;
}
.dashboards {
	background: #f1f0f0;
	float: left;
	padding: 50px 0;
	width: 100%;
}
.col-width {
	width:32%;
}
.analytics {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat:no-repeat !important;
}
.headline_4see_video {
	margin-top: 50px;
	margin-bottom: 50px;
}
.single-wc-padding {
	padding:100px;
}
#steps {
	width: 100%;
	float: left;
	padding: 50px 0;
	background-color:#f1f0f0;
	background-color: #fff;
}
.stepContainer {
	float: left;
	position: relative;
	width:100%;
}
.stepContainer .cont_step p + p {
	padding-top: 20px;
}
#steps .step_Box {
	float: left;
	width: 20%;
	margin: 0 0 50px 0;
	position: relative;
	border-left: 1px solid #413d35;
}
#steps .step_Box .hed_step {
	padding: 10px 25px;
	position: relative;
	float: left;
	width: 100%;
}
#steps .step_Box .hed_step p {
	font-size: 14px;
	color: #fff;
	text-align: left;
	font-weight: 400;
}
#steps .step_Box .cont_step {
	text-align: left;
	padding: 15px 25px;
}
#steps .step_Box .hed_step p.big {
	font-size: 60px;
	color: #187cab;
	text-align: left;
	font-weight: 600;
}
.triangle-right {
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-left: 14px solid #a3b43c;
	border-bottom: 14px solid transparent;
	position: absolute;
	top: 42px;
}
.single-wc-contentnew h4:before {
	display: inline-block;
	content: "\f0e4";
	font-family: FontAwesome;
	font-style: normal;
	padding-right: 15px;
	font-size: 28px;
}
.single-wc-report h4:before {
	display: inline-block;
	content: "\f0f6";
	font-family: FontAwesome;
	font-style: normal;
	padding-right: 15px;
	font-size: 28px;
}
.single-wc-voice h4:before {
	display: inline-block;
	content: "\f130";
	font-family: FontAwesome;
	font-style: normal;
	padding-right: 15px;
	font-size: 28px;
}
.img-shadow {
	box-shadow:0 0 30px rgb(136 136 136 / 65%);
}
.hr-color {
	color:#2585b0;
}
.step-text {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.step-num {
	float:right;
	color:#fff;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #2585b0;
	position: absolute;
	right: 82px;
	bottom: 101px;
	;
}
.stepprocess {
	padding-bottom:0 !important;
}
#screenText .dashboard, #screenText .voice {
	background: #f1f0f0;
	float: left;
	padding: 50px 0;
	width: 100%;
}
#screenText {
	float: left;
	width: 100%;
}
#screenText .dashboard img, #screenText .voice img, #screenText .report img {
	-webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
	-moz-box-shadow: 0 0 30px rgba(136, 136, 136, .65);
	box-shadow: 0 0 30px rgb(136 136 136 / 65%);
}
#screenText .dashboard .dashText, #screenText .voice .voiceText {
	padding-top: 95px;
	position: relative;
	padding-left: 100px;
}
#screenText .dashboard .dashText h3, #screenText .voice .voiceText h3 {
	color: #2585b0;
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	padding: 5px 0 0 76px;
	margin: 0;
	font-weight: 600;
	position: relative;
}
#screenText .dashboard .dashText h3:before {
	background: url(../images/dashboard_icon.png) no-repeat;
	content: "";
	position: absolute;
	width: 52px;
	height: 55px;
	top: 0;
	left: 0;
}
#screenText .dashboard .dashText p, #screenText .voice .voiceText p, #screenText .report .reportText p {
	color: #000;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	padding: 40px 0 0;
	margin: 0;
	font-weight: 300;
}
#screenText .report {
	float: left;
	padding: 50px 0;
	width: 100%;
}
#screenText .report .reportText {
	padding-top: 95px;
	position: relative;
}
#screenText .report .reportText h3 {
	color: #2585b0;
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	padding: 17px 0 0 76px;
	margin: 0;
	font-weight: 600;
	position: relative;
}
#screenText .report .reportText h3:before {
	background: url(../images/report_icon.png) no-repeat;
	content: "";
	position: absolute;
	width: 56px;
	height: 54px;
	top: 0;
	left: 0;
}
#screenText .dashboard .dashText p, #screenText .voice .voiceText p, #screenText .report .reportText p {
	color: #000;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	padding: 40px 0 0;
	margin: 0;
	font-weight: 300;
}
#screenText .dashboard img, #screenText .voice img, #screenText .report img {
	-webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
	-moz-box-shadow: 0 0 30px rgba(136, 136, 136, .65);
	box-shadow: 0 0 30px rgb(136 136 136 / 65%);
}
#screenText .dashboard, #screenText .voice {
	background: #f1f0f0;
	float: left;
	padding: 50px 0;
	width: 100%;
}
#screenText .dashboard img, #screenText .voice img, #screenText .report img {
	-webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
	-moz-box-shadow: 0 0 30px rgba(136, 136, 136, .65);
	box-shadow: 0 0 30px rgb(136 136 136 / 65%);
	max-width:100%;
	height:auto;
}
#screenText .dashboard .dashText, #screenText .voice .voiceText {
	padding-top: 95px;
	position: relative;
	padding-left: 100px;
}
#screenText .dashboard .dashText h3, #screenText .voice .voiceText h3 {
	color: #2585b0;
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	padding: 5px 0 0 76px;
	margin: 0;
	font-weight: 600;
	position: relative;
}
#screenText .voice .voiceText h3:before {
	background: url(../images/voice_analytics_icon.png) no-repeat;
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
}
#screenText .dashboard .dashText p, #screenText .voice .voiceText p, #screenText .report .reportText p {
	color: #000;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	padding: 40px 0 0;
	margin: 0;
	font-weight: 300;
}
.homepage_video_4see {
	width:100%;
	height:295px;
}
.homepage_video_4see body {
	margin:0;
}
.homepage_video_4see video {
	margin: 0;
	width: 100%;
}
.videotxt {
	text-align: justify;
}
i.fa.fa-map-marker {
	margin-right: 5px;
}
li.login-modal.active {
	background: #187cab!important;
}
/*li.login-modal {
  background: #187cab!important;
}*/

.login-modal:hover {
	color: #fff !important;
}
.error:focus {
	border: solid red 2px;
}
label#success_message {
	margin-top:20px;
	display:none;
	color: #a3b439;
	font-size: 16px;
	position: inherit;
	font-weight: normal;
}
label#failed_message {
	margin-top:20px;
	display: none;
	color: red;
	font-size: 16px;
	position: inherit;
	font-weight: normal;
}
.disabled {
	opacity: 50%;
}
/* New Drodown Menu CSS. */

/* Dropdown Button */
.dropbtn {
	color: #525252;
	font-size: 12px;
	border: none;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 18px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	min-width: 178px;
	z-index: 1;
	background: #282828;
	border-radius: 0;
	padding: 0px 20px 10px 20px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	text-align: left;
	border-top: 8px solid #fff;
}
.remove-line {
    border-right: 0 !important;
}
/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: transparent;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	color: #71d0d6 !important;
}
.dropdown-content a {
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: none !important;
}
.navbar-two {
	padding:0 !important;
}
.navbar-two .dropdown-content a {
	padding: 10px 0 !important;
}
#navbarCollapse .login-modal a {
	padding: 12px 18px;
	color: #ffffff !important;
	margin-right: 3px;
}
.menuLevel2_resolution {
	 float:right;
	padding-top: 5px;
    padding-bottom: 15px;
}
.RET_menu {
	padding-bottom: 10px;
	float: left;
}
.mainMenuUl {
	padding-bottom: 5px;
}
.remove-line {
	border-right: 0 !important;
}
/* 2021-05-24 */
.bannerImg {
	padding:7rem 0 0 0;
}
.carousel-item img {
	text-align: center;
	width:100%;
}
.carousel-caption {
	top:50%;
}
.carousel-caption p {
	font-family: 'Raleway', sans-serif;
	font-size: 43px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	/* line-height: 30px; */
  text-shadow: 2px 2px 1px #6a6a6a;
}
.carousel-indicators li {
	border-radius: 4px;
	height: 8px;
	margin: 0 5px;
	opacity: 0.5;
	width: 40px !important;
}
/* RET CSS */


/* a {
	color: #cc1616;
} */
a:hover {
	color: #a3b33b;
	text-decoration: none;
}
/* h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat Regular';
} */
.mainContainer {
	padding:0;
}
#topbar {
	height: 40px;
	font-size: 14px;
	transition: all 0.5s;
	color: #fff;
}
#topbar.topbar-scrolled {
	top: -40px;
}
#topbar .contact-info a {
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
	transition: 0.3s;
}
#topbar .contact-info a:hover {
	color: #fff;
}
#topbar .contact-info i {
	color: #cc1616;
	padding-right: 4px;
}
#topbar .contact-info i.icofont-phone {
	margin-left: 15px;
}
#topbar .social-links a {
	color: rgba(255, 255, 255, 0.5);
	padding-left: 15px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
}
#topbar .social-links a:hover {
	color: #fff;
}
#topbar .social-links a:first-child {
	border-left: 0;
}
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	padding: 18px 0 0px 0;
}
.headerMenuPadding {
	padding: 0 100px 0 100px;
}
#header.header-scrolled {
	top: 0;
	background: rgba(0, 0, 0, 0.9);
}
#header h1.RET_logo {
	float: left;
	margin: 0 0 9px;
	height: 100%;
}
#header .logo a {
	color: #fff;
}
#header .navbar-light {
	float: right;
	width:100%;
}
.header-inner-pages {
	background: rgba(0, 0, 0, 0.9) !important;
}
.mainMenuUl {
	float:right;
	padding-left: 13px;
}
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navLevel2 .navbar {
	padding-right:0;
	position: static;
}
.nav-menu > ul {
	display: flex;
}
.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 18px 15px;
	margin-left: 5px;
	transition: 0.3s;
}
.nav-menu a {
	display: block;
	position: relative;
	color: #fff;
	transition: 0.3s;
	font-size: 14px;
	font-family: 'Montserrat Regular';
}
.nav-menu > ul > li:hover, .nav-menu .active {
	background: #cc1616;
}
.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}
.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #191919;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
	color: #e82d2d;
}
.nav-menu .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.nav-menu .drop-down .drop-down > a {
	padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}
.navbar-toggler {
padding: .25rem .75rem;
	font-size: 1rem;
}
.secondlevel_menu {
	padding: 8px 0 0 0 !important;
}
.secondlevel_menu li a {
	padding: 0px 16px;
	font-size: 12px;
	font-weight: 700;
	color: #525252;
	font-family: 'Montserrat';
	text-transform: uppercase;
}
.secondlevel_menu li .fa-caret-down:before {
	padding-left: 5px;
	font-size: 14px;
}
.menuLevel2_resolution .navbar {
 padding: .2rem 0;
}
.valereMenu {
	float: left;
	background: #f5f5f5 !important;
	padding: 0 100px 0 100px !important;
}
.Vmenu_lastchild {
	border-right: 0 !important;
}
.Vmenu_tryfree a {
	background:#187dab;
	padding: 20px 18px !important;
	color:#fff !important;
}
.nav-item .dropdown .dropbtn {
	padding: 16px 18px 10px 18px !important;
}
/*.navLevel2 {
    padding-top: 12px;
}*/
/*#navbarCollapse .login-modal a {
	padding: 18px 18px;
}*/
.login-modal a:hover {
	background-color: #a2b23a !important;
	color: #fff !important;
}
.enquiry a:hover {
	color: #282828;
}
#contact .textAlign p {
	margin-bottom: 0.5rem;
}
#contact .textAlign a:hover {
	color: #71d0d6;
	text-decoration: underline;
}
.navbar .dropdown {
	position: static;
}
.dropdown-menu {
	right:0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-light .navbar-nav .mainMenu {
	color: #282828;
}
.navbar-light .navbar-nav .mainMenuSocial {
	color:#4b75fc;
}
.navbar-light .navbar-nav .mainMenuSocial:hover {
	color:#366299;
}
.navbar-light .navbar-nav .mainMenu:hover {
	color: #71d0d6;
}
.navbar-light .navbar-nav .mainMenuActive {
	color: #71d0d6 !important;
}
.searchBar {
	padding-left:10px;
}
.menuPadding {
	padding:0 7px;
}
.menu2Fontsize {
	font-size:12px;
	font-weight:700;
	color:#282828;
	padding: 16px 0 0 0;
	line-height:1;
}
.menu2Fontsize li {
	line-height:1;
	border-right: 1.5px solid #282828;
}
.menu2Fontsize .menuPaddingFirstchild {
	padding-left:0;
}
.menu2Fontsize li:last-child {
	border-right: 0;
	padding-right:0 !important;
}
.menu2Fontsize .menuPaddingLastchild {
	padding-right:0 !important;
}
.dropdownBG {
	background: #282828;
	border-radius: 0;
	padding: 0px 35px 30px 35px;
	border-top: 8px solid #fff;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-top: -7px;
}
.dropdownBG .nav-item {
	padding: 22px 0 6px;
	text-align: left;
	font-family: 'Poppins Regular';
	font-size:16px;
	font-weight:400;
}
.MenuDropdownHeading {
	font-family: 'Montserrat Regular';
	font-size: 18px;
	color: #fff;
	padding: 25px 0 0;
}
.MenuDropdownHeading .nav-item a {
	font-family: 'Poppins Regular';
	float:left;
}
.MenuDropdownSubHeading {
	font-family: 'Poppins Regular';
	font-size: 16px;
	color: #fff;
	padding: 0px 0 6px;
	border-bottom:1px solid #71d0d6;
	text-align: left;
	float:left;
}
.MenuDropdownlist1 {
	padding-top:16px;
}
.MenuDropdownUl li {
	width:100%;
}
.MenuDropdownlist a {
	font-family: 'Poppins Regular';
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding: 0px 0 6px 0px !important;
}
.menu2Fontsize .dropdownBG a {
	color: #fff !important;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	background-color: inherit;
}
.menu2Fontsize .dropdown-toggle::after {
 border:0;
}
.menu2Fontsize li a:hover {
	color:#71d0d6 !important;
}
.menuDivider {
/*border-top: 1px solid #959595;*/
}
.covid-li {
	padding-top: 4px;
	padding-right: 15px;
}
.covid-btn {
	padding: 6px 15px;
	color: #ffffff;
	background: #187cab;
	line-height: 0.8;
	border-radius: 3rem;
	font-size: 12px;
}
.covid-btn:hover {
	color: #eaeaea !important;
	background: #a3b439 !important;
}
.covid-li a {
	padding: 2px;
}
.covid-btn a {
	font-size: 11px;
	color: #ffffff !important;
}
.secondlevel_menu {
	padding: 8px 0 0 0 !important;
}
.secondlevel_menu li a {
	padding: 0px 18px;
	font-size: 12px;
	font-weight: 700;
	color: #525252;
	font-family: 'Montserrat';
	text-transform: uppercase;
}
.secondlevel_menu li .fa-caret-down:before {
	padding-left: 5px;
	font-size: 14px;
}
.menuLevel2_resolution .navbar {
 padding: .2rem 0;
}
.valereMenu {
	float: left;
	background: #f5f5f5 !important;
	padding: 0 100px 17px 100px !important;
}
.Vmenu_lastchild {
	border-right: 0 !important;
}
.Vmenu_tryfree a {
	background:#187dab;
	padding: 20px 18px !important;
	color:#fff !important;
}
.nav-item .dropdown .dropbtn {
	padding: 16px 18px 10px 18px !important;
}
/*.navLevel2 {
  padding-top: 12px;
}*/
/*#navbarCollapse .login-modal a {
	padding: 18px 18px;
}*/
.enquiry a:hover {
	color: #282828;
}
#contact .textAlign p {
	margin-bottom: 0.5rem;
}
#contact .textAlign a:hover {
	color: #71d0d6;
	text-decoration: underline;
}
.signinBorder{
	border-right: 0 !important;
}
/* for email brochure */

.registerPopup{
	    left: auto;
    top: 142px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    min-width: 353px;
    border: 1px solid #d3d3d3;
    margin-right: 101px;

}
.registerPopup li{
	width: 350px;
    text-align: center;
    padding: 1rem 1.5rem !important;
    font-size: 14px;
    font-family: 'Montserrat Regular';
    color: #413d35;
    line-height: 1.4;
}
.registerPopup p{
	    margin-bottom: 0rem !important;
}
.registerPopup input{
	   background-color: #e9ecef;
	   width: 100%;
}
    
.error:focus {
    border: solid red 2px;
}
.contact-input{
	color:black;
}
.contactform-buttons{
	color:black;
}
.error{
	color:red;
}
.error-one{
	color:red;
	display:none;
}
.invalid_email{
	color:red;
	display:none !important;
}
.loading{
	display:block;
}
.loading-one{
	display:none;
}
.see_video_bg{
	background: #187cab !important;
}

/* new css for video */
.quickdemo_title{
color: #2585b0;
    font-size: 30px;
    font-weight: 600;
}

.learnmore_title{
	color: #2585b0;
    font-size: 30px;
    font-weight: 600;
}
/* code ends here */

/* 2022-09-12 */

#pdfsection{
	padding: 60px 0 35px;
	background: #a5a5a5;
}
#pdfsection img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.quickdemo_title {
    color: #2585b0;
    font-size: 30px;
    font-weight: 600;
}
.learnmore_title{
	color: #2585b0;
    font-size: 30px;
    font-weight: 600;
}
/* 2022-09-29 */
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

.scrollcontactform{
	width: 100%;
    float: left;
    background: #1D8BB2;
    padding-bottom: 60px;
}
#contactform-two{
    background: #1D8BB2;
    width: 100%;
    float: left;
    padding-top: 116px;
}



.wpmm_brand_logo_wrap{
	display:none;	
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu> li#wp-megamenu-item-wpmm-search-icon{
	display:none !important;
}
#wp-megamenu-top-menu{
	background-color: transparent;
	text-align: right;
	 padding-right:0 !important;
     padding-left:0 !important;
}
#RET_logo a{
	float:left;	
}
#wp-megamenu-top-menu{
	/* padding-right:100px;	*/
}
.menu-main-menu-container{
	width:100%;
}
.menu-main-menu-container ul{
	float:right;	
	margin-left: auto!important;
	display: flex;
}
.menu-main-menu-container ul .signinBorder a{
	background-color: #187cab;
	padding: 12px 18px;
	color:#fff;
	margin-right: 3px;
}
.menu-main-menu-container li + li + li + li + li + li{
	 border-right: none;
	border-right: transparent;
}
.menu-main-menu-container li + li + li + li + li + li + li a{
	background-color: #187cab;
	padding: 12px 18px;
	color:#fff;
	margin-right: 3px;
}
.Companymenu {
	border-right:1.5px solid #282828;
}
#menu-about-us-sub-menu li{
	width:100%;
}
.servicemenu .wp-megamenu-sub-menu .wpmm-submenu-right .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu h4{
	border-bottom: 1px solid #71d0d6;
	color:#ffffff !important;
}
#menu-top-menu .aboutus_menu .wp-megamenu-sub-menu{
	width:190px !important;	
}
.platformsmenu_class .menu .menu-item-object-custom{
	width:100%;		
}
.expertisemenu_class .wp-megamenu-sub-menu{
	width: 225px !important;	
}
.partnersmenu_class  .wp-megamenu-sub-menu{
	width: 172px !important;		
}
.expertisemenu_class .menu .menu-item-object-custom{
	width:100%;	
}
.menu-enterprise-software-container #menu-enterprise-software li{
	width:100%;	
}
.menu-lease-back-office-services-container #menu-lease-back-office-services li{
	width:100%;	
}
.menu-4-see-platform-cloud-secure-self-service-container #menu-4-see-platform-cloud-secure-self-service li{
	width:100%;	
}
.menu-managed-services-container #menu-managed-services li{
	width:100%;	
}
.menu-custom-development-container #menu-custom-development li{
	width:100%;	
}
.menu-financial-services-container #menu-financial-services li{
	width:100%;	
}
.menu-sustainability-container #menu-sustainability li{
	width:100%;	
}
.menu-data-strategy-container #menu-data-strategy li{
	width:100%;	
}
.menu-mortgage-solutions-container #menu-mortgage-solutions li{
	width:100%;	
}
.MenuDropdownHeading{
	font-family: 'Montserrat Semibold';	
}
#contact_submit{
	width:auto;
    display: block !important;
    margin: 0.5em !important;
    border: none !important;
    background: #187cab;
    color: #fff;
    vertical-align: middle !important;
    position: relative !important;
    z-index: 1 !important;
    -webkit-backface-visibility: hidden !important;
	padding:12px 21px !important;
}
.keyfunction {
	list-style: disc !important;
	padding-left: 18px;
	
}
    
.keyfunction li{
	padding-left: 19px;
    float: left;
    line-height: 2;
	font-size:15px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}




/* Arun css start */

.HeadingDivider {
    border: 2px solid #1f98d1;
    width: 60px;
    margin: auto;
    float: left;
}
.realeyesSection h2{
	color: #282828;
    font-family: 'Montserrat Semibold';
}
.realeyesPara{
	color: #282828;float: 
	left;margin-top: 2rem; 
	font-size:14px;
}
.realeyesBtn{
	float:left; 
	padding:0;	
}
.realeyesBtnCont{
	float: left;
	padding: 0 15px 15px 0;	
}
.realeyesBtnCont span{
	position: absolute; 
	padding: 14px;	
}
.realeyesBtnCont a {
    background-color: #f4f4f4;
    border: 0;
    color: #282828;
    padding: 15px 35px;
    -webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
    -moz-box-shadow: 0 0 30px rgba(136,136,136,.65);
    box-shadow: 0 0 6px rgb(136 136 136 / 30%);
    margin-bottom: 6px !important;
    float: left;
    font-family: 'Poppins Medium';
    font-size: 14px;
    width: 100%;
    text-align: left;
}
.realeyesScreenshot1{
	-webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
    -moz-box-shadow: 0 0 30px rgba(136,136,136,.65);
    box-shadow: 0 0 30px rgb(136 136 136 / 65%);
}
.ss1_content{
	color: #282828;
    border-left: 4px solid #1f98d1;
    margin-top: 4rem;
    padding-left: 12px;	
}
.blueBtn{
	padding:0;
	margin-top: 4rem;	
}
.blueBtn1{
	float: left;
	padding: 0;	
}
.blueBtn1 a{
	background-color: #1f98d1;
    border: 0;
    color: #ffffff;
    padding: 15px 16px;
    -webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
    -moz-box-shadow: 0 0 30px rgba(136,136,136,.65);
    box-shadow: 0 0 6px rgb(136 136 136 / 30%);
    margin-bottom: 6px !important;
    float: left;
    font-family: 'Poppins Medium';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;	
}
.realeyesSection2_bg{
	background:url(../images/Realeyes_bg_section2.jpg);
    filter: blur(0px);
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);	
}
.realeyesSection2_para{
	color: #282828;
    float: left;
    margin-top: 2rem;
    font-size: 14px;
}
.realeyesSection2_bg h3{
	color: #282828;
    font-family: 'Montserrat Semibold';
    padding-top: 30px;	
}
.realeyesSection2_padding{
	padding: 5rem 0;	
}
.realeyesSection2{
	padding-top: 4rem;	
}


.realeyesSection3_bg{
	background:#fff;
}
.realeyesSection3_para{
	color: #282828;
    float: left;
    margin-top: 2rem;
    font-size: 14px;
    padding: 0;
    margin-bottom: 8px;
}
.realeyesSection3_bg h3{
	color: #282828;
    font-family: 'Montserrat Semibold';
    padding-top: 8px;	
}
.realeyesSection3_padding{
	padding: 5rem 0;	
}
.realeyesSection3{
	padding-top: 0;	
}
.realeyesSection3_bullets{
	margin-bottom: 8px;	
}
.realeyesSection3_bullets span{
	padding-right:14px;	
}
.realeyesSection3_bullets a{
	color:#282828 !important;
	font-size:14px;
}
.realeyesSection3_padding img{
	-webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
    -moz-box-shadow: 0 0 30px rgba(136,136,136,.65);
    box-shadow: 0 0 30px rgb(136 136 136 / 65%);
}


.realeyesSection4_bg{
	background:#fff;
}
.realeyesSection4_para{
	color: #282828;
    float: left;
    margin-top: 2rem;
    font-size: 14px;
    padding: 0;
    margin-bottom: 8px;
}
.realeyesSection4_bg h3{
	color: #282828;
    font-family: 'Montserrat Semibold';
    padding-top: 8px;	
}
.realeyesSection4_padding{
	padding: 0;	
}
.realeyesSection4{
	padding-top: 0;	
}
.realeyesSection4_bullets{
	margin-bottom: 8px;	
}
.realeyesSection4_bullets span{
	padding-right:14px;	
}
.realeyesSection4_bullets a{
	color:#282828 !important;
	font-size:14px;
}
.realeyesSection4_padding img{
	-webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
    -moz-box-shadow: 0 0 30px rgba(136,136,136,.65);
    box-shadow: 0 0 30px rgb(136 136 136 / 65%);
}


.realeyesSection5_bg{
	background:#fff;
}
.realeyesSection5_para{
	color: #282828;
    float: left;
    margin-top: 2rem;
    font-size: 14px;
    padding: 0;
    margin-bottom: 8px;
}
.realeyesSection5_bg h3{
	color: #282828;
    font-family: 'Montserrat Semibold';
    padding-top: 8px;	
}
.realeyesSection5_padding{
	padding: 0;	
}
.realeyesSection5{
	padding-top: 5rem;	
}
.realeyesSection5_bullets{
	margin-bottom: 8px;	
}
.realeyesSection5_bullets span{
	padding-right:14px;	
}
.realeyesSection5_bullets a{
	color:#282828 !important;
	font-size:14px;
}
.realeyesSection5_padding img{
	-webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
    -moz-box-shadow: 0 0 30px rgba(136,136,136,.65);
    box-shadow: 0 0 30px rgb(136 136 136 / 65%);
}


.realeyesSection6_bg{
	background:#fff;
}
.blueBtn2{
	text-align:center;	
}
.blueBtn2 a{
	background-color: #1f98d1;
    border: 0;
    color: #ffffff;
    padding: 15px 70px;
    -webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
    -moz-box-shadow: 0 0 30px rgba(136,136,136,.65);
    box-shadow: 0 0 6px rgb(136 136 136 / 30%);
    margin-bottom: 6px !important;
    font-family: 'Poppins Medium';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;	
}
.realeyesSection6_bg h3{
	color: #282828;
    font-family: 'Montserrat Semibold';
    padding-top: 8px;	
}
.realeyesSection6_padding{
	padding: 0;	
}
.realeyesSection6{
	padding-top: 3rem;
    padding-bottom: 5rem;	
}
.realeyesSection6_bullets{
	margin-bottom: 8px;	
}
.realeyesSection6_bullets span{
	padding-right:14px;	
}
.realeyesSection6_bullets a{
	color:#282828 !important;
	font-size:14px;
}
.realeyesSection6_padding img{
	-webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
    -moz-box-shadow: 0 0 30px rgba(136,136,136,.65);
    box-shadow: 0 0 30px rgb(136 136 136 / 65%);
}



.realeyesSection7_bg{
	background:url(../images/Realeyes_bg_section8.jpg);
    filter: blur(0px);
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);	
}
.realeyesSection7_para{
	color: #282828;
    float: left;
    margin-top: 2rem;
    font-size: 24px;
    width: 100%;
    text-align: center;
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0;
}
.realeyesSection7_para2{
	color: #282828;
    float: left;
    font-size: 24px;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 40px;	
}
.realeyesSection7_bg h3{
	color: #282828;
    font-family: 'Montserrat Semibold';
    padding-top: 50px;
    text-align: center;	
}
.realeyesSection7_padding{
	padding: 5rem 0;	
}
.realeyesSection7{
	padding-top: 0;	
}
.realeyesSection7_benefits{
	background: #ffffff;
	border-radius: 10px;
}
.HeadingDivider7 {
    border: 2px solid #1f98d1;
    width: 60px;
    margin: auto;
    text-align: center;
}



.realeyesSection8_benefits {
    background: #177aa8;
    border-radius: 10px;
    padding: 16px;
}
.realeyesSection8_para {
    color: #ffffff;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
	float:left;
}
.blueBtn3{
	float: left;
    padding: 5rem 0;
}
.blueBtn3 a{
	background-color: #1f98d1;
    border: 0;
    color: #ffffff;
    padding: 15px 25px;
    -webkit-box-shadow: 0 0 30px rgb(136 136 136 / 65%);
    -moz-box-shadow: 0 0 30px rgba(136,136,136,.65);
    box-shadow: 0 0 6px rgb(136 136 136 / 30%);
    margin-bottom: 6px !important;
    float: left;
    font-family: 'Poppins Medium';
    font-size: 20px;
    text-align: center;
	width:100%;
}
.new_emailer_banner_form {
    position: absolute;
    right: 0;
    top: 35px;
}
.new_meeting_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
	font-size: 21px !important;
}
.EventBanner {
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 65.76vh;
    position: relative;
    background-position: center;
}
.new_emailer_banner_form{
    padding: 20px 30px;
    border-radius: 10px;
    background: url(../images/white_bg.png) repeat top left;
}
.top-image{
	width: 100%;
    float: left;
	text-align:center;
}
.top-image img{
	text-align:center;
}
/* Arun css end */
body.page {
    font-family: 'Montserrat Regular', 'Poppins Regular';
}
.wpcf7-spinner{
	display:none;
}
.partnersmenu_class .wp-megamenu-sub-menu{
	width:190px !important;
}
#wp-megamenu-top-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a, .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a, .wpmm-menu-cart .cart-icon .fa-shopping-cart, .wp-megamenu-wrap .form .submit, .wpmm-menu-cart span.cart-icon i{
line-height:0 !important;
   color: #525252;
    font-size: 12px;
    font-weight: 600;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon{
padding:0 11px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li{
line-height: 1;
/* border-right: 1.5px solid #282828; */
} 
#RET_logo{
   float: left;
    margin: 0 0 9px;
    height: 100%;
}
.top_header{
border-bottom:none;
}
.gt_selector{
  display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 13px;
    color: #000;
    font-family: 'Montserrat';
}


.wp-megamenu-wrap .wpmm-nav-wrap > ul > li:nth-last-child(1){
border-right:none;
margin: 0 0 0 14px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li:nth-last-child(2){
border-right:none;
}
#header .container-fluid{
padding:0 70px !important;
}
.valereMenu{
float: left;
    background: #f5f5f5 !important;
    padding: 0 100px 17px 100px !important;
}
.header-submenu{
padding-bottom:17px;
}

.wp-megamenu li .fa-caret-down:before{
padding-left: 5px;
    font-size: 14px;
}
.realeyesSection{
    background-color: #fff;
    padding: 0 0 0 0;
    display: inline;
    width: 100%;
	margin-top: 4rem;
}
.wp-megamenu li .fa-angle-down:before {
    padding-left: 5px;
    font-size: 14px;
}

#menu-top-menu{
margin-left:auto !important;
}
.menu{
   font-size: 12px;
    font-weight: 700;
    color: #282828;
    padding: 16px 0 0 0;
    line-height: 1;
	display: inline-flex;
}
.menu li{
    line-height: 1;
    /* border-right: 1.5px solid #282828; */
	border-right:none;
}
.menu li a{
   padding: 0px 15px;
    font-size: 1rem;
    font-weight: 400;
    color: #187cab;
    font-family: 'Montserrat';
    text-transform: capitalize;
}
.menu li a:hover {
    color: #a3b33b !important;
}
.menu li a.active{
  color: #a3b33b !important;
}
#menu-secure-right li a{
   background-color: #b3c252;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    border: 0px;
    margin-right: 10px;
}
#menu-secure-right li a:hover{
color:#fff !important;
}

#homeBanner{
    width: 100%;
    background-size: cover;
    position: relative;
    border-bottom: 1px solid #187cab;
	margin-top: 7%;
}
.swiper-slide img{
 width:90%;
 max-width:100%;
 height:auto;
 padding:10px;
}

.swiper-slide img.slider-logo{
    width: auto;
}
.slider-logo-text a.lease-ret:hover{
	text-decoration:none;
}
.swiperpaginationouter {
    position: relative;
   /* bottom: 50px;
    left: 251px;*/
    right: 0; 
}
#secure_stakeholders .swiper-slide{
    text-align: center;
    width: 100%;
}
#secure_stakeholders .swiper-slide img{
    width: 80%;
}
#smart_retrofit .swiperpaginationouter {
 position: static;
    bottom: 0px;
    left: 251px;
    right: 0;
    float: left;
    top: 216px;
    text-align: center;
	
}
.swiper-pagination-bullet{
	 border-radius: 5px;
    height: 10px;
    margin: 0 5px;
    opacity: 0.5;
    width: 10px !important;
    background-color: #282828;
}
.swiper-pagination-bullet-active{	background: #000;
opacity: 1;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu li, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu li{
border-right:none;
}
.container-fluid{
padding:0;
}
.scrollToTop  .fa-chevron-up{
font-size: 25px !important;
    color: #fff;
}
#4seehidespace{
padding: 116px 0 70px 0;
}
#homeBanner .container {
   padding-top: 0px;
    width: 43%;
    margin-left: 31px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;   
    margin-left: 15%;
}
.slider-logo-text {
   font-weight: 600;
    text-align: center;
    justify-content: center;
    position: relative;
    right: 0;
    left: 0;
    margin-top: 50px;
}
.slider-logo-text .banner-text{
   font-size: 24px;
    color: #282828;
    font-family: 'Montserrat-Bold';
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("/assets/next.png") !important;
    right: 60px;
    left: auto;
	height: 25px;
    width: 25px;
    top: 48%;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("/assets/previous.png") !important;
    left: 60px;
    right: auto;
	height: 25px;
    width: 25px;
    top: 48%;
}
.swiper-button-next-retrofit, .swiper-container-retrofit-rtl .swiper-button-prev-retrofit {
    background-image: url("/assets/next_retro.png") !important;
    right: 0px;
    left: auto;
	height: 25px;
    width: 25px;
    top: 30%;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
}


.swiper-button-prev-retrofit, .swiper-container-retrofit-rtl .swiper-button-next-retrofit {
    background-image: url("/assets/previous_retro.png") !important;
    left: 0px;
    right: auto;
	height: 25px;
    width: 25px;
    top: 30%;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
}
.swiper-container-retrofit .swiper-wrapper .swiper-slide .slider-logo-text:nth-last-child(2){
    position: absolute;
    top: 43%;
    bottom: 0;
    left: auto;
    right: 0;
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    text-align: left;
    justify-content: center;
    display: flex;
    color: #fff;
}
.swiper-container-retrofit .swiper-pagination-retrofit-bullet{
	 border-radius: 0;
    height: 8px;
    margin: 0 5px;
    opacity: 0.5;
    width: 40px !important;
    background-color: #282828;
}
.swiper-container-retrofit .swiper-pagination-retrofit-bullet-active{	background: #000;
opacity: 1;
}

.swiper-pagination-retrofit-bullet:hover, .swiper-pagination-retrofit-bullet.active {
    opacity: 1;
}
.swiper-container .swiper-wrapper .swiper-slide .slider-logo-text:nth-last-child(2){
    position: absolute;
    top: 43%;
    bottom: 0;
    left: auto;
    right: 0;
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    text-align: left;
    justify-content: center;
    display: flex;
    color: #fff;
}

.dyn-img4.swiper-slide-duplicate{
display:none;
}

	
.dyn-img4 .container{
margin-left:0 !important;
}
/*
.dyn-img4 .slider-logo-text{
position: absolute;
    top: 43%;
    bottom: 0;
    left: 0;
    right: auto;
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    text-align: left;
    justify-content: center;
    display: flex;
    color: #fff;
}*/ 
.signinBorder a{
background-color: transparent !important;
    color: #525252 !important;
}
.menu-main-menu-container li + li + li + li + li + li{
border-right:1.5px solid #282828;
}
.login-modal:hover .dropdown-menu{
display:block
}
.navbar .dropdown {
	position: static;
}
.dropdown-menu {
	right:0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.menu-main-menu-container ul li:nth-last-child(1){
border-right:none !important;
}
 #request_demo{   
    background: #1D8BB2;
    width: 100%;
    float: left;
    padding-top: 116px;
    padding-bottom: 60px
}

.enquire_now_outer, .career_outer{
	margin: 0;
    position: fixed;
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.enquire_now_inner, .career_inner{
	max-width: 350px;
    max-height: 350px;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
	margin-top: 75px;
}
.enquire_now_inner .close, .career_inner .close{
	position: absolute;
    top: 0px;
    left: auto;
    right: -25px;
    color: #fff;
    opacity: 1;
}
.enquire_now_inner .wpcf7, .career_inner .wpcf7{
	background: #fff;
    padding: 25px;
}
.enquire-now a {
    padding-right: 0;
    font-size: 12px;
	color: #fff;
}
.enquire-now:hover{
	/* background: #71d0d6; */
	cursor: pointer;
}
.enquire-now {
   /* padding: 6px 22px !important;
    background: #282828;
    line-height: 1.1 !important;
    border-radius: 3rem !important;
    margin-right: 13px !important;
    margin-top: 1px !important;
    float: left ;*/
}
.menu-main-menu-container li.Companymenu{
 border-right: 1.5px solid #282828;
}
.skiptranslate .skiptranslate{
	display:none !important;
}

#gtranslate_selector{
   display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menu li.enquire-now a, .menu li.request_demo a{
   background-color: #187cab;
    padding: 12px 18px;
    color: #ffffff !important;
    margin-right: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #525252;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.menu li.enquire-now a:hover, .menu li.request_demo a:hover{
background-color: #a2b23a !important;
}
.enquire-now, .request_demo{
border-right:0px !important;
}
div.en :lang(fr) {
  display: none;
}
div.fr :lang(en){
  display: none;
}


.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch > span {
  position: absolute;
  top: 14px;
  pointer-events: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #F36F25;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #F36F25;
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: #F36F25;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #F36F25;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}


.dyn-img2 .container{
margin-left:0 !important;
}

.innerBox .attachment-post-thumbnail{
    max-width: 100%;
    height: auto;
}

.menu li a{
color: #282828;
}
.menu li a:hover{
color: #a3b33b;
}
.menu li a:active{
color: #a3b33b;
}

.footer2_links a{
color:#282828;
}
.footer2_links a:hover{
color:#a3b33b;
}
.acc-item-class{
	border-right:transparent;
	border-top:transparent;
	border-bottom:transparent;
	margin-bottom:25px;
}

#headingOne .accordion-button{
	box-shadow:none;

}
#headingTwo .accordion-button{
	box-shadow:none;

}
#headingThree .accordion-button{
	box-shadow:none;

}
.acc-padding{
padding-top:0px;
padding-bottom:0px;
}

.swiper-container-retrofit{
overflow:hidden;
position:relative;
 text-align: center;
}


.ourambition-new .retro-img img{
    max-width: 100%;
    height: 100%;
}
.retro-img{
	float:left;

}

#secureintro{
float: left;
    min-height: 100%;
     height: 100vh; 
    width: 100%;
    background: transparent;
}
#secure_platform{
float: left;
    min-height: 100%;
     height: 100vh;
    width: 100%;
	padding: 220px 0;
}

#secure_stakeholders{
float: left;
    min-height: 100%;
    height: 100vh;
    width: 100%;
	background: #f2f2f2;
}
.menu-nav{
float:left;
width:100%;
}

#secure_static_datahub{
float: left;
    min-height: 100%;
    height: 100vh; 
    width: 100%;
	
}
#digital_twins{
float: left;
    min-height: 100%;
    /* height: 100vh; */
    width: 100%;
	background: #000;
}
#assess_building{
float: left;
    min-height: 100%;
   /* height: 100vh;*/
    width: 100%;
	
}
#smart_retrofit{
float: left;
    min-height: 100%;
    /*height: 100vh;*/
    width: 100%;
	
}
#service_analytics{
float: left;
    min-height: 100%;
    /* height: 100vh; */
    width: 100%;
}
#autonomous_buildings{
float: left;
    min-height: 100%;
    /* height: 100vh; */
    width: 100%;
}
#ecosystem{
float: left;
    min-height: 100%;
    /* height: 100vh; */
    width: 100%;
	 padding-bottom: 60px;
}
#secure_automate{
float: left;
    min-height: 100%;
    /* height: 100vh; */
    width: 100%;
background: #f2f2f2;
}
#other_platform{
float: left;
    min-height: 100%;
   /* height: 100vh;*/
    width: 100%;
}
#our_ambition{
float: left;
    min-height: 100%;
   /* height: 100vh; */
    width: 100%;
}
#unified_platform{
float: left;
    min-height: 100%;
    height: 100vh;
    width: 100%;
background: #f2f2f2;
}

.footer_help .wp-megamenu-sub-menu {
    bottom: 0px !important;
    width: 188px !important;
   /* background: #716f6f !important;
    background-color: #716f6f !important; */
}

.footer_help a{
text-transform: capitalize !important;
    font-size: 16px !important;
}

.wpmm-submenu-right a{
font-weight: normal !important;	
font-size: 13px !important;
font-family: 'Montserrat' !important;
}
#menu-secure-left .wpmm-submenu-right a{
font-size: 13px !important;
}
#menu-help .wp-megamenu-sub-menu{
margin-bottom: 19px;
  border-radius: 10px !important;
    background: #716f6f !important;
    padding-top: 5px;
	 padding-bottom: 0px;
}


#smart_retrofit .swiper-slide img{
width: 60%;
}
#secure_platform .swiperpaginationouter {
 position: static;
    bottom: 0px;
    left: 251px;
    right: 0;
    float: left;
    top: 216px;
    text-align: center;
	
}

.swiper-container-platform{
overflow:hidden;
position:relative;
 text-align: center;
}
.swiper-button-next-platform, .swiper-container-platform-rtl .swiper-button-prev-platform {
    background-image: url("/assets/next_retro.png") !important;
    right: 0px;
    left: auto;
	height: 25px;
    width: 25px;
    top: 30%;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
}


.swiper-button-prev-platform, .swiper-container-platform-rtl .swiper-button-next-platform {
    background-image: url("/assets/previous_retro.png") !important;
    left: 0px;
    right: auto;
	height: 25px;
    width: 25px;
    top: 30%;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
}
.swiper-container-platform .swiper-wrapper .swiper-slide .slider-logo-text:nth-last-child(2){
    position: absolute;
    top: 43%;
    bottom: 0;
    left: auto;
    right: 0;
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    text-align: left;
    justify-content: center;
    display: flex;
    color: #fff;
} 
.swiper-container-platform .swiper-pagination-platform-bullet{
	 border-radius: 0;
    height: 8px;
    margin: 0 5px;
    opacity: 0.5;
    width: 40px !important;
    background-color: #282828;
}
.swiper-container-platform .swiper-pagination-platform-bullet-active{	background: #000;
opacity: 1;
}

.swiper-pagination-platform-bullet:hover, .swiper-pagination-platform-bullet.active {
    opacity: 1;
}



#other_platform .swiperpaginationouter {
 position: static;
    bottom: 0px;
    left: 251px;
    right: 0;
    float: left;
    top: 216px;
    text-align: center;
	
}

.swiper-container-features{
overflow:hidden;
position:relative;
 text-align: center;
}
.swiper-button-next-features, .swiper-container-features-rtl .swiper-button-prev-features {
    background-image: url("/assets/next_retro.png") !important;
    right: 0px;
    left: auto;
	height: 25px;
    width: 25px;
    top: 50%;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
}


.swiper-button-prev-features, .swiper-container-features-rtl .swiper-button-next-features {
    background-image: url("/assets/previous_retro.png") !important;
    left: 0px;
    right: auto;
	height: 25px;
    width: 25px;
    top: 50%;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
}
.swiper-container-features .swiper-wrapper .swiper-slide .slider-logo-text:nth-last-child(2){
    position: absolute;
    top: 43%;
    bottom: 0;
    left: auto;
    right: 0;
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    text-align: left;
    justify-content: center;
    display: flex;
    color: #fff;
} 
.swiper-container-features .swiper-pagination-features-bullet{
	 border-radius: 0;
    height: 8px;
    margin: 0 5px;
    opacity: 0.5;
    width: 40px !important;
    background-color: #282828;
}
.swiper-container-features .swiper-pagination-features-bullet-active{	background: #000;
opacity: 1;
}

.swiper-pagination-features-bullet:hover, .swiper-pagination-features-bullet.active {
    opacity: 1;
}

.intro_text{
font-size:28px; color: #fff;font-family: 'Montserrat';
}

.intro_text_h1{
line-height:0.8;
color: #fff;
}
.platform_title_margin{
font-family: 'Montserrat';
}
.stack_holder_swiper{
padding-top:20px;
width:100%;
}

.features_right{
float: left;
}
.features_right img{
float: left;
}


.features_left{
float: left;
}
.features_left img{
float: left;
}

.features .slidersameheight{
   /*  background: #dbcdf0; */
    border-radius: 10px;
    margin-right: 30px;
}
.features_content{
text-align:left;
padding: 135px 30px 0px 30px;
    float: left;
}
.feature-dyn-img1{
background: #f2f2f2;
}
.feature-dyn-img2{
    background: #f2f2f2;
}

.feature-dyn-img3{
background: #f2f2f2;
}

.feature-dyn-img4{
background: #f2f2f2;
}
.features{
    margin: 80px 0 20px;
}
.article-left{
padding:6rem 0 0 6rem;

}
.article-right{
    background: url(/../wp-content/uploads/2024/02/img_comingSoon.jpg) no-repeat;
    height: 100vh;
}
.article-right a{
float: right;
    
    color: #fff;
    font-weight:600;
	font-size:18px;
    text-transform: uppercase;
	/* background: #414141; */
    
    padding: 8px;
}
.article-right p{
    float: right;
    padding: 6rem 6rem 0 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}



.article-right img{
padding-right: 8px;
}
.article-right a:hover{
color:#a7b34c;
}


.digital_twin_input p + p{
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.digital_twin_input input{
border-top: none !important;
    border-right: none !important;
    border-left: none !important;
	box-shadow: none !important;
}
.digital_twin_article .wpforms-container{
margin-top: 0 !important;
}
.digital_twin_input{
padding-top:0 !important;
}
.digital_twin_article .article-left button{
	width: 100% !important;
max-width: 60% !important;
    background: #414141 !important;
    color: #fff !important;

}
.digital_twin_article .article-left button:hover{
background: #ccdb64 !important;
    color: #282828 !important;
}
.article_email{
margin-bottom:0 !important;
}


.signup-left{
padding:6rem 0 0 6rem;

}
.signup-right{
    background: url(/../wp-content/uploads/2024/02/signup_bg.jpg) no-repeat;
    height: 100vh;
}
.signup-right a{
float: right;
    
    color: #fff;
    font-weight:600;
	font-size:18px;
    text-transform: uppercase;
	/* background: #414141; */
    
    padding: 8px;
}
.signup-right p{
    float: right;
    padding: 6rem 6rem 0 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}



.signup-right img{
padding-right: 8px;
}
.signup-right a:hover{
/* background:#a7b34c; */
color:#a7b34c;
}

.signup_div input{
	border: 1px solid #72769c !important;
}
.signup_div button{
	width: 100% !important;
max-width: 60% !important;
    background: #ccdb64 !important;
    color: #282828 !important;
}
#background-video {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
/*
.platform{
padding-top: 100px;
}*/

#ecosystem .ecosystem a{
    color: #1A16D5;
    border: none;
}
#our_ambition .ourambition a{
color: #797979;
border: 1px solid #797979;
}

#secure_automate .secureautomateInner a{
color: #1A16D5;
border: none;
padding: 13px 10px;
}

#assment a{
color: #1A16D5;
border: none;	
}
.ass-heading-top{
padding-top:25px;
}
.rightSide p {
padding-top:15px;
}
#secure_automate .secureautomateInner a:hover {
    color: #b3c252;
    border: none;
    padding: 13px 10px;
    background-color: transparent;
    text-decoration: underline;
}
#ecosystem .ecosystem a {
    color: #1A16D5;
    border: none;
    text-decoration: underline;
}
#ecosystem .ecosystem a:hover {
    color: #b3c252;
    border: none;
    text-decoration: underline;
    background-color: transparent;
}
#assment a:hover {
    color: #b3c252;
    border: none;
text-decoration: underline;
}
#unified_platform p{
margin-bottom: 0;
}


/*code for contact sign up 15-02*/
.contact_signup_label{
	width:70%;
	
}
.contact_signup_label input{
	padding: 10px;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #72769c !important;
}
.digital_twin_article .leftGreyBox p{margin: 0;}

.digital_twin_article .contact_submit{
	
    width: 100% !important;
    max-width: 70% !important;
    background: #ccdb64 !important;
    color: #282828 !important;
    border: 0;
    border-radius: 5px;
    padding: 6px;
    font-size: 16px;
    margin-top: 20px;
}

.article input{
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    box-shadow: none !important;
    border: 1px solid darkcyan;
    margin-bottom: 30px;
}

.article .has-spinner{
    width: 100% !important;
    max-width: 70% !important;
    background: #414141 !important;
    color: #fff !important;
	padding:5px;
}
.article .has-spinner:hover{
background: #ccdb64 !important;
}
.article_label{
	width:70%;
}
.article_label input{
	width:100%;
}
/* code ends here for contact sign up 15-02 */

/* code for additional gtranslate language new code 15-02*/
.menu-item-gtranslate img{
	display: none !important;
}
.menu-main-menu-container li.menu-item-gtranslate {
    border-right: 0;
    margin: -6px 0;
}
.menu-main-menu-container li.menu-item-gtranslate a {
    padding: 5px 15px;
    color: #fff;
    margin-right: 0;
    border-radius: 25px 0 0 25px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.menu-main-menu-container li.menu-item-gtranslate + li.menu-item-gtranslate a {
    border-radius: 0;
}
.menu-main-menu-container li.menu-item-gtranslate + li + li.menu-item-gtranslate a
{
  border-radius: 0 25px 25px 0;
}
.menu-main-menu-container li.menu-item-gtranslate span {
	position: relative;
	z-index: 2;
	color: #187cab;
	/* transition: all .5s .5s; */
	margin: 0;
}
.menu-main-menu-container li.menu-item-gtranslate + li.menu-item-gtranslate span {
	color: #fff;
	/* transition: all .5s .5s; */
}
.lang-en .menu-main-menu-container li.menu-item-gtranslate a:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 3px;
	height: calc(100% - 6px);
	width: calc(100% - 3px);
	z-index: 1;
	background: #fff;
	border-radius: 10px;
	/* transition: all .5s .5s; */
}
.lang-de .menu-main-menu-container li.menu-item-gtranslate + li.menu-item-gtranslate a:before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 100%;
	top: 3px;
	height: calc(100% - 6px);
	width: calc(100% - 3px);
	z-index: 1;
	background: #fff;
	border-radius: 10px;
	left: inherit;
	/* transition: all .5s .5s; */
}
.lang-ja .menu-main-menu-container li.menu-item-gtranslate + li + li.menu-item-gtranslate a:before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 100%;
	top: 3px;
	height: calc(100% - 6px);
	width: calc(100% - 3px);
	z-index: 1;
	background: #fff;
	border-radius: 10px;
	left: inherit;
	/* transition: all .5s .5s; */
}
.menu-main-menu-container li.menu-item-gtranslate span {
	color: #fff;
	/* transition: all .5s .5s; */
	margin: 0;
}
.lang-en .menu-main-menu-container li.menu-item-gtranslate span {
	color: #187cab;
	/* transition: all .5s .5s; */
	
}
.lang-en .menu-main-menu-container li.menu-item-gtranslate + li.menu-item-gtranslate span {
	color: #fff;
	/* transition: all .5s .5s; */
}
.lang-de .menu-main-menu-container li.menu-item-gtranslate + li.menu-item-gtranslate span {
	color: #187cab;
	/* transition: all .5s .5s; */
}
.lang-de .menu-main-menu-container li.menu-item-gtranslate + li + li.menu-item-gtranslate span {
	color: #fff;
	/* transition: all .5s .5s; */
}
.lang-ja .menu-main-menu-container li.menu-item-gtranslate + li + li.menu-item-gtranslate span {
	color: #187cab;
	/* transition: all .5s .5s; */
}
.menu-main-menu-container li.menu-item-gtranslate a:before {
	left: 100%;
	/* transition: all .5s .5s; */
}
.menu-main-menu-container li.menu-item-gtranslate + li.menu-item-gtranslate a:before {
	right: 3px;
	/* transition: all .5s .5s; */
	display:none;
}
.lang-de .menu-main-menu-container li.menu-item-gtranslate + li.menu-item-gtranslate a:before {
	right: 3px;
	/* transition: all .5s .5s; */
}
.lang-de .menu-main-menu-container li.menu-item-gtranslate + li + li.menu-item-gtranslate a:before {
	right: 3px;
	/* transition: all .5s .5s; */
	display:none;	
}
.lang-ja .menu-main-menu-container li.menu-item-gtranslate + li + li.menu-item-gtranslate a:before {
	right: 3px;
	/* transition: all .5s .5s; */
}
/* code ends here for language selector */
/* code for additional gtranslate language new code ends here 15-02*/

/*thanklanguage code 15-02 starts */

.thanklanguage img{
	display: none !important;
}
.thanklanguage a.notranslate {
    border-right: 0;
    margin: -6px 0;
}
.thanklanguage a.notranslate a{
    padding: 5px 15px;
    color: #fff;
    margin-right: 0;
    /*border-radius: 25px 0 0 25px;*/
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.thanklanguage a.notranslate span {
	position: relative;
	z-index: 2;
	color:#b3c252;
	margin: 0;
}

.thanklanguage a.notranslate span {
	color: #fff;
	margin: 0;
}

.thanklanguage a.notranslate:before {
	left: 100%;
	/* transition: all .5s .5s; */
}

.thanklanguage img{
    display: none !important;
}
.thanklanguage a.notranslate {
    padding: 1px 15px;
    color: #fff;
    margin-right: 0;
   /* border-radius: 25px 0 0 25px;*/
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    /* background: #187cab; */
	background:#b3c252;
}

.translated-ltr .thanklanguage a.notranslate span {
    color: #fff;
    margin: 0;
}

.translated-ltr .thanklanguage a.notranslate:before {
    left: 100%;
}

.thanklanguage{
    margin-top: 3px;
    margin-bottom: -5px;
}

/* code ends here */
/* thanklanguage code 15-02 code ends here */

/* new section css 5th march */
#secure_tcfd {
    float: left;
    min-height: 100%;
    /* height: 100vh; */
    width: 100%;
    padding-bottom: 80px;
}
/* new section css ends 5th march */
#secure_tcfd .tcfd img{
	height:100% !important; 
	border-radius: 4rem;
}

.tcfd_box h2 {
	width: 172px;
    padding: 0 0 15px 0;
    margin: 5px 0;
    font-size: 20px;
    font-family: 'Montserrat Regular';
    color: #282828;
    font-weight: normal;
}

.s1_bg{
background:#f3faf5;
border-radius:40px;
}
.integration{
padding-top:65px;
}

#connector_integration{
    padding-top: 150px;
}
.connector_h6{
font-size: 22px;
    font-family: 'Montserrat Regular';
    padding-top: 22px;
	padding-bottom:40px;
}
.border_class{
	padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 75px;

	
}
.inner_row{
     border: 1px solid #979d9c;
    border-radius: 40px;
    padding-left: 50px;
    padding-right: 35px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.join_btn{
    float: right;
    background: #3c4043;
    padding: 10px 40px;
    color: #fff;
    border-radius: 30px;
    margin-top: 32px;
    text-align: right;
    margin-right: 30px;
}
.join_btn a{
	color:#fff;
}
.c_head{
	text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
	font-size:42px;
}

.s2_bg{
background:#f2f2f2;

border-bottom-left-radius: 0px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
border-bottom-right-radius: 0px;

}
.leftbox{
    background: #fff;
    padding: 45px;
    border-radius: 40px;
}
.rightbox{
	    background: #fff;
    padding: 45px;
    border-radius: 40px;
}

.invention{
padding-top: 120px;
    padding-bottom: 200px;
}
.c_img{
text-align:center;
padding-top:40px;
}

.menu-item-has-children ul {
	background: #282828 !important;
}
.menu-item-has-children ul li a {
	color: #ffffff !important;
	padding: 8px 12px !important;
}
.fa-angle-up:before{
	display:none !important;
}

/* Start Popup Code */
.popup-box {
    display: none; /* Hide popup box by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999; /* Ensure it appears on top of other content */
}

.popup-content {
    background-color: #fff;
    width: 50%;
    max-width: 600px;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-popup {
    background-color: #ff0000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.leftbox_details{
    background: #fff;
    padding: 20px 35px 40px 35px;
    border-radius: 40px;
}

/* End Popup Code */

/* Start Case Studies Image Zoom In */
.image-zoom {
	overflow: hidden;
	width: 300px; 
	height: 200px; 
}
  
.image-zoom img {
transition: transform 0.3s ease;
}
  
.image-zoom:hover img {
transform: scale(1.2); 
}

/* End Case Studies Image Zoom In */

.connector_details_left h6{
	text-align:left;
	padding-bottom: 25px;
}
.connector_details_left h2{
	padding-top: 80px;
    padding-bottom: 25px;
    font-size: 42px;
}
.invention_box p{
	font-size:18px;
}
.popup-box p{
	font-size:18px;
}

/* 2024-06-04 */
.thanklanguage a.notranslate.EN {
	border-radius: 25px 0 0 25px;
}
.thanklanguage a.notranslate.AR {
	border-radius: 0px 25px 25px 0px;
}

.lang-ar .thanklanguage a.notranslate.AR:before,
.lang-en .thanklanguage a.notranslate.EN:before,
.lang-de .thanklanguage a.notranslate.DE:before,
.lang-ja .thanklanguage a.notranslate.JA:before,
.lang-en-US .thanklanguage a.notranslate.EN:before  {
	content: '';
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    height: calc(100% - 6px);
    width: calc(100% - 3px);
    z-index: 1;
    background: #fff;
    border-radius: 10px;
}

.lang-ar .thanklanguage a.notranslate.EN:before,
.lang-de .thanklanguage a.notranslate.EN:before,
.lang-ja .thanklanguage a.notranslate.EN:before
{
    display: none !important;
}

.lang-ar .thanklanguage a.notranslate.AR:before  {
	left: 0px;
}
.lang-ar .thanklanguage a.notranslate.AR span,
.lang-en .thanklanguage a.notranslate.EN span,
.lang-en-US .thanklanguage a.notranslate.EN span,
.lang-de .thanklanguage a.notranslate.DE span,
.lang-ja .thanklanguage a.notranslate.JA span {
	color: #b3c252;
}

.lang-ar .thanklanguage a.notranslate.EN span,
.lang-de .thanklanguage a.notranslate.EN span,
.lang-ja .thanklanguage a.notranslate.EN span
{
    color: #ffffff !important;
}

/* For Arebic Language Left to Right */

.translated-rtl{
	direction:rtl;
}
.translated-rtl .platform_img_3{
	padding-right: 15px;
	padding-left:0px;
}
.translated-rtl .platform_img_2{
	padding-right: 0px;
	padding-left:15px;
}

.translated-rtl .lang-ar .thanklanguage a.notranslate.AR:before {
    left: 0px;
    right: 3px;
}
.translated-rtl .me-auto {
margin-right: auto !important;
}
.translated-rtl .swiper-container-horizontal
{
	direction: ltr;
}
.translated-rtl #menu-secure-right li a{
	 margin-right: 0px;
	 margin-left: 10px;
}
.translated-rtl .acc-item-class{
	border-left: transparent;
	border-top: transparent;
	border-bottom: transparent;
	border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.translated-rtl .footer-bottom ul{
	float: right;
}
.translated-rtl .wp-megamenu-wrap .wpmm-nav-wrap > ul > li:nth-last-child(1){
	display: none;
}
.translated-rtl #wp-megamenu-footer-menu{
    padding-right: 0;
    padding-left: 0;
}
.translated-rtl #menu-secure-left .wpmm-submenu-right a{
	float: right;
}
.translated-rtl .join_btn{
	float: left;
}
.translated-rtl .menu-thankyou-menu-container{
    margin-right: inherit !important;
    margin-left: auto !important;
}

.thank-you-page img{
	width: 100%;
	height: auto;
	border-radius: 50px;
}
#navbarScroll .wp-megamenu-wrap{
	margin-right: auto !important;
}
.translated-rtl #navbarScroll .wp-megamenu-wrap {
    margin-right: inherit !important;
    margin-left: auto !important;
}
.entry-content{
	padding-top: 8rem;
}
#secure_platform font {
    box-shadow: none;
    background-color: transparent;
}


/* Start Case Studies */

.blog h2 {
    font-size: 40px;
    padding-bottom: 54px;
    text-align: center;
}
.case-default-content p {
    /*padding-bottom: 50px;*/
}

.case-default-list{
	padding-top: 60px;
}
.case-default-row-two{
	padding-top: 60px;
}
.case-default-read-head{
	padding:0;
}
.blogImg .image-zoom {
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 1.5rem;
}
.case-default-row-two h2 {
    text-align: left;
}
.blogImg .image-zoom {
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 1.5rem;
}
.image-zoom img{
	border: 0;
	height: 100%;
	padding: 0;
}
.case-default-readmore-list {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 100px; 
}
.case-default-read-head {
    padding-bottom: 0px;
    font-size: 40px;
}
.case-default-readmore{
	padding-top: 40px;
}
.case-default-takeaways p{
	border-left: 6px solid #d3e3fd;
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.case-single-list {
    padding-top: 60px;
}
.entry-content h1{
	text-align: center;
	font-size: 40px;
	padding-bottom: 40px;
}
.case-default-readmore-list .read-row-line {
	margin-top: 60px;
}
.case-single-row-two{
	padding-top: 60px;
}
.case-single-row-two{
	padding-top: 60px;
}
.col-lg-8.case-single-content h2 {
    font-size: 40px;
    padding-bottom: 40px;
}
.case-single-readmore-list{
	padding-top: 30px;
	text-align: center;
	padding-bottom: 100px;
}
.case-single-readmore-list h3{
	padding-bottom: 40px;
	font-size: 40px;
}
.case-single-takeaways p{
	border-left: 6px solid #d3e3fd;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 6px;
}
.case-single-readmore{
	padding-top: 40px;
}
.read-row-line{
	margin-bottom: 50px;
}
.case-single-takeaways h2{
	font-size: 40px;
	padding-bottom: 40px;
}
.translated-rtl .case-default-takeaways p{
	border-right: 6px solid #d3e3fd;
	padding-right: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.case-default-title{
	line-height:54px;
}
.case-default-row-one, .case-default-row-two, .case-default-row-three, .case-default-row-four li{
	font-size:20px;
	padding-bottom:22px;
}
.case-single-row-one, .case-single-row-two, .case-single-row-three, .case-single-row-four li{
	font-size:20px;
	padding-bottom:22px;
}
.case-default-content h2{
	padding-bottom:45px;
	padding-top:45px;
}
.case-single-content h2{
	padding-bottom:45px;
	padding-top:45px;
}
.case-default-content h2:first-child{
	padding-top:0px;
}
.case-single-content h2:first-child{
	padding-top:0px;
}
.case-default-takeaways p{
	font-size:16px;
}
.case-single-takeaways p{
	font-size:16px;
}
.case-default-content ol{
    padding-left: 60px;
}
.case-single-content ol{
    padding-left: 60px;
}
.case-default-readmore a{
	color: #46444d;
	text-align: left;
	float: left;
}
.case-single-readmore a{
	color: #46444d;
	text-align: left;
	float: left;
}
.sharing{
    float: right;
}
.translated-rtl .case-default-list p{
	padding-right: 35px;
}
.translated-rtl .sharing {
	float: left;
}
.translated-rtl .case-default-takeaways p {
	border-left: none;
}
.translated-rtl .case-default-row-two h2 {
	text-align: right;
}
.translated-rtl .case-default-readmore a {
	color: #46444d; 
	text-align: right; 
	float: right;
}
.read_time{
	font-size:16px; 
	float:left;
	padding-top:20px;
}
.case_studies_pdf{
	 background: #a3b439;
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 10px 30px 10px 30px;
    color: #fff;
    line-height: 22px;
    font-weight: normal;
    border-radius: 5px;
    font-family: 'Montserrat Regular';
}
.case_studies_pdf:hover{
	color: #fff;
    background: #187cab;
}

/* End Case Studies */

/* Start Code For Our Team Page */
/*
h1 {
    font-size: 42px;
    color: var(--primary-color);
    font-family: 'Montserrat-Bold';
}
h2 {
    font-size: 36px;
    color: var(--primary-color);
   font-family: 'Montserrat-Bold';
    font-weight: 600;
}
h3 {
    font-size: 32px;
    color: var(--primary-color);
    font-family: 'Montserrat';
}
h4 {
    font-size: 28px;
    color: var(--primary-color);
    font-family: 'Montserrat';
}
h5 {
    font-size: 24px;
    color: var(--primary-color);
    font-family: 'Montserrat';
    font-weight: 600;
}
h6 {
    font-size: 18px;
    color: var(--primary-color);
    font-family: 'Montserrat-bold';
    font-weight: 600;
}
a {
    color: #187cab;
    text-decoration: none;
}
a:hover {
    color: #a3b33b;
}
p {
    font-size: 16px;
    color: #282828;
} */ 
.secure_team, .management, .development, .Advisor{
   margin: 50px 0; 
}
.secure_team p b{
    color: #1c7dab;
}
.locations-image {
    height: 160px;
    margin: 22px auto;
    max-width: 100%;
    width: 160px;
}
.locations-image img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.locations-title {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    margin: 0 !important;
}
.locations-job {
    margin-bottom: 0;
	font-size: 16px;
}
.locations-cta {
    font-weight: 700;
    position: relative;
    margin: 20px 0;
}
.locations-cta a{
    color: #282828;
    font-size: 16px;
}
.locations-cta a:hover, .locations-cta a:hover:after {
    color: #b3c252;
}
.locations-cta a:after {
    background: #1d3236;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.offering{
    /*background-image: url('../images/banner.jpg');*/
    background-position: 50% 50%;
    background-position: center;
    padding: 50px 0;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.cta-section{
    background-color: rgba(29, 50, 54, .9);
    border-radius: 15px;
    margin: 50px auto;
    max-width: 700px;
    padding: 40px;
}
.cta-section .cta-title, .cta-section p{
    color: #fff;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.cta-button .btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 12px 25px;
    transition: .4s;
}
.btn-accent, .btn-primary {
    background-color: #b3c252;
    border-color: #b3c252;
    color: #1d3236;
}
.wrapper{
    /*display: inline-block; */
    margin-top: 106px;
    padding: 30px 0 0 0;
    width: 100%;
    overflow: hidden;
    background-color: #faf9f9;
    overflow-y: auto;
}
.secure_team b {
    color: #1c7dab;
}
.modal-body p{
	text-align:left;
	font-size:16px;
}
@media (min-width: 992px) {
    .cta-banner .cta-section {
        margin: 120px auto;
        top: auto;
        transform: none;
        width: 100%;
    }
}

/* End Code For Our Team Page */

/* Start Code For Language */

header .gtranslate_wrapper .gt_switcher .gt_selected a{
	width: 100px;
	text-align:left;
}
header .gt_container--f1tn1y .gt_switcher,
header .gt_container--f1tn1y .gt_switcher .gt_option {
    width: 100px;
}
header .gt_container--vkpll .gt_switcher,
header .gtranslate_wrapper .gt_switcher{
    width: 100px;
}

header .gtranslate_wrapper .gt_switcher{
	position: relative;
    overflow: visible;
    height: 32px;
}
header .gtranslate_wrapper .gt_switcher .gt_selected a:after{
	display:none;
}
header .gtranslate_wrapper .gt_switcher .gt_option {
	position: absolute;
    top: 100%;
}
.translated-rtl header .gt_option{
	float: right;
	left: -15px; 
	width: 113px !important;
	
}
.translated-rtl header .gt_container-uk0ga .gt_switcher{
	text-align: right;
}
.translated-rtl header .gt_container-uk0ga .gt_switcher .gt_option{
	width: 186px;
}
.translated-rtl header .gt_container-uk0ga .gt_switcher .gt_option a {
	color: #000;
	padding: 3px 79px 3px 0;
}
.translated-rtl header .gtranslate_wrapper .gt_switcher .gt_selected a{
    text-align: right;
}
.translated-rtl header .gt_container--echhff .gt_switcher .gt_option a{
	padding: 3px 64px 3px 0;
	float: right;
}
.translated-rtl header .gt_container--ug4u3j .gt_switcher .gt_option{
	width: 126px;
}
.translated-rtl header .gt_switcher .gt_option a{
	padding: 3px 8px 3px 0;
	float: right;
}
.translated-rtl .footer_menu_icon{
	float: left;
}
.translated-rtl footer p{
	float: right;
}
.translated-rtl footer ul li a{
	padding-left: 1rem;
}
.gt_switcher .gt_option {
	position: absolute !important;
}
.gt_switcher .gt_selected{
	width: 136px !important;
}
.gt_switcher .gt_selected a{
	width: 136px !important;
}
.gt_switcher{
    margin-top: 5px !important;
}
.translated-rtl header .gtranslate_wrapper .gt_switcher .gt_selected a {
text-align: right;
}
.gt_switcher{
width: 110px !important;
}
.translated-rtl header .gt_switcher .gt_option a {
padding: 3px 8px 3px 0;
float: right;
}
.translated-rtl .gt_switcher{
    text-align: right !important;
}
.gt_switcher .gt_selected a:after{
background-image: none !important;
}
.contact {
	background-color:#f4f4f4;
	padding: 50px 0;
}
.address h2{
  margin-bottom: 15px;
}
 
.address p{
	margin-bottom:5px;
	font-size: 20px;
}
.alignnone{
	border-radius: 25px;
}
/* End Code For Language */

/* Strat Css of release_notes */
.release_notes, .release_date{
   margin: 50px 0;
}
.btn-notes, .btn-notes:hover, .btn-notes:active{
    background-color: #ebebff;
    color: #1c7dab;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}
/*
.release_date .nav-pills .nav-link.active:after{
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1c7dab;
    display: block;
    color:#fff!important;
} */
.release_date .nav-pills .show > .nav-link, .release_date .nav-pills .nav-link.active, .release_date .nav-pills .show > .nav-link{
    color: #000 !important;
    background-color: transparent;
    padding: 0;
	border-bottom: solid 2px #b3c252; 
	border-radius: 0;
	font-weight:bold;
}
.release_date li.nav-item {
    margin-bottom: 15px;
}
.release_date li.nav-item:hover{
    background-color: transparent;
    padding: 0;
}
.release_date button.nav-link{
	color: #282828;  
	font-size: 16px;
}
.release_date .nav-link{
    padding: 0;
}
.release_date .tab-content .tab-pane ul li{
    color: #282828;
}
.release_date .notes_data{
    font-size: 16px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 25px;
}
.release_date .notes_data ul li{
    font-weight: 500;
}
.release_date .tab-content .tab-pane h6{
    font-family: 'Montserrat';
}
.release_date p{
	font-size:16px;
}
.release_date button.nav-link:hover{
	font-weight: 700;
}
.release_date ul{
    padding-left: 2rem;
    list-style-type: disc;
}

/* End Css of release_notes */

/* Start Code For New Home Page */


@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.eot");
  src: url("../font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-Regular.woff2") format("woff2"),
    url("../font/Montserrat-Regular.woff") format("woff"),
    url("../font/Montserrat-Regular.ttf") format("truetype"),
    url("../font/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.eot");
  src: url("../font/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-Bold.woff2") format("woff2"),
    url("../font/Montserrat-Bold.woff") format("woff"),
    url("../font/Montserrat-Bold.ttf") format("truetype"),
    url("../font/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 40px;
  color: var(--textcolor);
}

h2 {
  font-size: 36px;
  color: var(--textcolor);
}

h3 {
  font-size: 32px;
  color: var(--textcolor);
}

h4 {
  font-size: 28px;
  color: var(--textcolor);
}

h5 {
  font-size: 24px;
  color: var(--textcolor);
}

h6 {
  font-size: 20px;
  color: var(--textcolor);
}

p {
  font-size: 18px;
  color: var(--textcolor);
  line-height: 32px;
}

a {
  color: var(--textlink);
  text-decoration: none;
  font-size: 18px;
}

.sectionspacing {
  margin: 100px 0;
}

.mt_30 {
  margin-top: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.darkgrytext {
  color: var(--darkgreytext);
}

.bgmdblue {
  background: var(--bgmdblue);
}

/* ---------------------------------------------Section1--------------------------------------------- */

.section1 {
  background-image: url(../images/u22.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 35px;
  background-attachment: fixed;
  height: 100%;
  margin-top: 180px;
}

.section1 .content {
  padding: 172px 53px;
}

.section1 .content h1 {
  font-size: 58px;
}

.section1 .content p {
  font-size: 55px;
  line-height: 70px;
}

.section1 .content p:nth-of-type(2) {
  font-size: 30px;
  margin-bottom: 50px;
}

.content a {
  text-decoration: none;
  color: white;
  padding: 17px 60px;
  background-color: var(--btnprimary);
  border-radius: 30px;
  font-size: 25px;
}

.content a:hover {
  background-color: var(--btnprimaryHover);
}

/* ---------------------------------------------Section1--------------------------------------------- */

/* ---------------------------------------------Section2--------------------------------------------- */
/* .section2 p {
  font-size: 34px;
} */
/* .section2 p:nth-of-type(2) {
  font-size: 20px;
  padding: 0px 230px;
} */
.section2 p + p {
  font-size: 20px;
}

.card {
  border: none;
  border-radius: var(--borderradius);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 80px 40px;
  background-color: #f2f2f2;
}

.card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
}

/* .section2 .card a {
  font-size: 20px;
  margin-top: 36px;
}
.section2 .card h5 {
  margin-top: 36px;
} */
.blackline {
  width: 100%;
  background-color: #000000;
  height: 1px;
  position: relative;
}

.greenline {
  width: 50%;
  background-color: #a3b43c;
  height: 5px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.wrapper {
  overflow-x: auto;
  display: flex;
}

/* ---------------------------------------------Section2--------------------------------------------- */
/* ---------------------------------------------Section3--------------------------------------------- */
.section3 {
  margin-top: 0;
}

.bgimage {
  width: 80%;
  height: 80%;
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTvtvHPtztYd1J3dNX9nYfLxDWstyNyYgd4pV5NfMW08QJDasxTbMZLN0vuiTgCLe82tcY&usqp=CAU);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 35px;
}

.ledassessment {
  border: 1px solid #d7d7d7;
  width: 40%;
  height: 80%;
}

.section3contain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section3contain p {
  text-align: justify;
  font-size: 20px;
}

.section3 a {
  text-decoration: none;
  color: white;
  padding: 10px 35px;
  background-color: var(--btnprimary);
  border-radius: 30px;
  font-size: 18px;
}

.section3 a:hover {
  background-color: var(--btnprimaryHover);
}

/* ---------------------------------------------Section3--------------------------------------------- */
/* ---------------------------------------------Section4--------------------------------------------- */
.sec4contain {
  background-color: #f0f0f0;
  height: auto;
  border-radius: var(--borderradius);
}

.sec4bg {
  border-radius: var(--borderradius);
  object-fit: cover;
  height: 100%;
}

/* ---------------------------------------------Section4--------------------------------------------- */

/* ---------------------------------------------Section5--------------------------------------------- */
/* .section5 {
  margin: 50px 0px;
} */
.sec5btn {
  padding: 10px 35px;
  border: 1px solid #7575ff;
  border-radius: 35px;
  flex: none;
}

.sec5btn:hover {
  background-color: #7575ff;
  color: white;
}

.sec5card {
  width: auto;
  height: auto;
  border: 1px solid #000000;
  border-radius: var(--borderradius);
  padding: 50px 20px;
}

/* .sec5btn2 a {
  padding: 10px 35px;
  border: 2px solid #e8eaed;
  border-radius: 35px;
}
.sec5btn2 a:hover {
  background-color: #e8eaed;
  color: black;
} */

/* ---------------------------------------------Section5--------------------------------------------- */

/* ---------------------------------------------Section6--------------------------------------------- */
.tab-content img {
  max-width: 100%;
  height: auto;
}

.tab-pane {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.verticalbtn a {
  background-color: transparent;
  border-radius: var(--borderradius);
  padding: 15px 50px;
  margin: 10px 0px;
  color: #000000;
  text-align: center;
  font-size: 18px;
}

.verticalbtn .btn.active {
  background-color: var(--btnprimary);
  color: white;
}

/* ---------------------------------------------Section6--------------------------------------------- */

/* ---------------------------------------------Section7--------------------------------------------- */
.sec7bg {
  background-color: #f2f2f2;
}

.sec7 p {
  text-align: center;
}

.sec7 p:nth-of-type(2) {
  padding: 0px 60px;
}

.sliderbg {
  background-color: #ccc8c8;
}

/* ---------------------------------------------Section7--------------------------------------------- */

/* ---------------------------------------------Section9--------------------------------------------- */
.sec9 p {
  text-align: center;
}

.all {
  color: #a3b43c;
}

.sec9wrapper {
  background-color: #f2f2f2;
  height: auto;
  border-radius: 35px;
  padding-bottom: 20px;
}

.sec9bg {
  border-radius: 35px;
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.sec9btn {
  background-color: white;
  border-radius: 22px;
  width: 680px;
  height: 50px;
}

.sec9btn a {
  padding: 10px 10px;
  flex: none;
  color: black;
}

.sec9btn a:hover {
  border: 1px solid black;
  border-radius: 20px;
}

.sec9belowcont p {
  margin-top: 100px;
}

.sec9belowcont1 ul {
  margin-top: 100px;
}

.sec9wrapper .nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}

.sec9wrapper .nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid var(--bs-danger);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

.sec10 .rightdivinfo {
  float: left;
  width: 100%;
  border-left: 1px solid var(--darkgreytext);
  padding-left: 15px;
}

.sec11 {
  background-color: var(--greybg);
  padding: 50px;
  border-radius: var(--borderradius);
  width: 100%;
  float: left;
}

/* .sec11 button {
  padding: 10px 35px;
  border: 2px solid #e8eaed;
  border-radius: 35px;
} */

.sec12 {
  background-image: url(../images/u0.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--borderradius);
}

.sec12 #carouselExampleControlsNoTouching {
  width: 100%;
  height: 100%;
  padding: 50px;
}

.sec12 #carouselExampleControlsNoTouching .carousel-inner {
  background: #fff;
  padding: 30px;
  border-radius: var(--borderradius);
}

.sec12 #carouselExampleControlsNoTouching .carousel-inner .carousel-item {
  min-height: 500px;
  width: 100%;
  float: left;
}

.sec12 #carouselExampleControlsNoTouching .carousel-control-prev {
  left: auto;
  right: 150px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--greyborder);
  text-shadow: none;
  top: 80px;
  opacity: 100;
}

.sec12 #carouselExampleControlsNoTouching .carousel-control-next {
  right: 81px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--greyborder);
  text-shadow: none;
  top: 80px;
  opacity: 100;
}

.sec12
  #carouselExampleControlsNoTouching
  .carousel-inner
  .carousel-item
  .carousel_innerData {
  width: 100%;
  float: left;
  margin-top: 140px;
}

.sec12
  #carouselExampleControlsNoTouching
  .carousel-inner
  .carousel-item
  .carousel_innerData
  .userInfo {
  width: 100%;
  float: left;
  margin: 40px 0;
}

.sec12
  #carouselExampleControlsNoTouching
  .carousel-inner
  .carousel-item
  .carousel_innerData
  .userInfo
  .userpic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  background: var(--greybg);
}

.sec12
  #carouselExampleControlsNoTouching
  .carousel-inner
  .carousel-item
  .carousel_innerData
  .userInfo
  .userdetails {
  float: left;
  padding-left: 30px;
}

.sec12
  #carouselExampleControlsNoTouching
  .carousel-inner
  .carousel-item
  .carousel_innerData
  .infoleft {
  width: 50%;
  float: left;
  padding-right: 25px;
}

.sec12
  #carouselExampleControlsNoTouching
  .carousel-inner
  .carousel-item
  .carousel_innerData
  .inforight {
  width: 50%;
  float: left;
  padding-left: 25px;
  border-left: 1px solid #000000;
}

.sec12
  #carouselExampleControlsNoTouching
  .carousel-inner
  .carousel-item
  .carousel_innerData
  .topimage {
  position: absolute;
  left: 0;
  top: 0;
}

.sec12
  #carouselExampleControlsNoTouching
  .carousel-inner
  .carousel-item
  .carousel_innerData
  .topimage
  img {
  width: 120px;
}

/* ---------------------------------------------Start CSS smart_retrofit--------------------------------------------- */

.smart_retrofit {
  padding: 0;
}

.smart_retrofit .sec7bg {
  background-color: #f2f2f2;
  border-radius: var(--borderradius);
}

.smart_retrofit .sec7 p {
  text-align: center;
}

.smart_retrofit .sec7 p:nth-of-type(2) {
  padding: 0px 170px;
  font-size: 20px !important;
}

.smart_retrofit .sliderbg {
  background-color: #f2f2f2;
  margin: 0 90px;
}

.smart_retrofit #carouselExampleCaptions {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.smart_retrofit .carousel-inner {
  width: 100%;
}

.smart_retrofit .new {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline;
}

/* Controls */
.smart_retrofiti .fa-arrow-right,
.smart_retrofit i.fa-arrow-left {
  background: none;
  color: black;
  padding: 10px;
  transition: background 0.6s ease;
}

.smart_retrofit .control-btn {
  width: 100%;
  top: -1em;
  right: 5em;
}

.smart_retrofit .carousel-item .card {
  /* width: 18em; */
  height: 20em;
  height: fit-content;
}

.smart_retrofit .control-btn i.fa-arrow-left {
  position: absolute;
  right: 6em;
}

.smart_retrofit .carousel-control-next {
  margin: 0;
}

.smart_retrofit .carousel-control-prev,
.carousel-control-next {
  width: 1%;
  top: -30%;
}

.smart_retrofit .fa-chevron-right::before,
.smart_retrofit .fa-chevron-left::before,
.smart_retrofit .fa-chevron-right,
.fa-chevron-left {
  font-size: 23px;
  color: #8d8d8d;
}

/* Indicators */

.smart_retrofit .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #8d8d8d;
  background-color: #8d8d8d;
}

.smart_retrofit .carousel-indicators .active {
  opacity: 1;
  background-color: #8d8d8d;
}

@media screen and (max-width: 900px) {
  .smart_retrofit #carouselExampleCaptions {
    width: 70vw;
    height: 70vw;
  }

  .smart_retrofit .card img {
    width: 100%;
  }

  .smart_retrofit .card .name {
    margin-top: 1em;
    font-size: 1em;
    font-weight: 700;
  }

  .smart_retrofit .card .role {
    font-size: 0.8em;
  }

  .smart_retrofit .card .work-at {
    font-size: 0.6em;
  }
}

@media screen and (max-width: 576px) {
  .smart_retrofit #carouselExampleCaptions {
    width: 70vw;
    height: 70vw;
  }

  .smart_retrofit .carousel-item .card .card-body {
    position: absolute;
    bottom: 20px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
  }
}

.btn-listed-partner {
  color: #797979;
  border-radius: 10px;
  padding: 10px 30px;
  border: solid 1px #797979;
}

.btn-listed-partner:hover {
  background-color: transparent;
  color: #797979;
  border: solid 1px #797979;
}

@media screen and (max-width: 576px) {
  .smart_retrofit {
    padding: 40px 0;
  }

  .smart_retrofit .sec7 p:nth-of-type(2) {
    padding: 0;
  }

  .smart_retrofit .sliderbg {
    padding: 0 !important;
  }

  .smart_retrofit #carouselExampleCaptions {
    width: 100%;
  }
}

/* ---------------------------------------------End CSS smart_retrofit--------------------------------------------- */

/* ---------------------------------------------Start CSS latest_updates--------------------------------------------- */
.latest_updates {
  padding: 0;
}

.slide_img {
  background-image: url("../images/update_img1.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 30px;
  border-radius: 30px;
}

.latest_updates .btn-link {
  color: #fff;
  text-decoration: none;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 10px 30px;
  margin-bottom: 150px;
}

.slick-slider .slick-slide {
  padding: 0 15px;
}

.slick-prev:before {
  display: inline-block;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 3 !important;
  color: #8d8d8d !important;
}

.slick-next:before {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 3 !important;
  color: #8d8d8d !important;
}

.slick-dots {
  display: none !important;
}

.btn-explore {
  text-decoration: none;
  color: white;
  padding: 10px 35px;
  background-color: var(--btnprimary);
  border-radius: 30px;
  font-size: 18px;
}

/* ---------------------------------------------End CSS latest_updates--------------------------------------------- */

/*------------------------------------------Secure Ecosystem--------------------------------------------- */

.outer-wrapper {
  max-width: 100vw;
  overflow-x: scroll;
  position: relative;
  scrollbar-color: #a3b33b #f2f2f2;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.pseduo-track {
  background-color: #a3b33b;
  height: 2px;
  width: 100%;
  position: relative;
  top: -3px;
  z-index: -10;
}

@media (any-hover: none) {
  .pseduo-track {
    display: none;
  }
}

.outer-wrapper::-webkit-scrollbar {
  height: 5px;
}

.outer-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.outer-wrapper::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #d5ac68;
}

.outer-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}

.outer-wrapper::-webkit-scrollbar:vertical {
  display: none;
}

.inner-wrapper {
  display: flex;
  padding-bottom: 50px;
}

.inner-wrapper.row {
  flex-wrap: nowrap;
}

.pseudo-item {
  height: auto;
  width: 100%;
  flex-shrink: 0;
}

/* .pseudo-item:nth-of-type(2n) {
  background-color: lightgray;
} */

/*------------------------------------------Secure Ecosystem--------------------------------------------- */
.sustainability .tab_slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: auto;
  position: relative;
}

.sustainability .Tabs {
  display: flex;
  gap: 0.5rem;
  background-color: #fff;
  padding: 0px;
  border-radius: 50px;
  position: absolute;
  top: 525px;
  z-index: 555;
}

.sustainability .Tabs .Tab {
  background: #fff;
  padding: 15px 10px;
  border-radius: 50px;
  cursor: pointer;
  border: none;
}

.sustainability .Tabs .Tab.active {
  background: #fff;
  border: solid 1px #797979;
  padding: 0 10px;
  border-radius: 50px;
}

.sustainability .TabsContainer {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.sustainability .TabsContainer .TabsContent {
  transition: 0.5s all;
  display: flex;
  background: red;
  margin-top: 50px;
}

.sustainability .TabsContainer .TabsContent .TabContent {
  background: #f8f9fa;
  min-width: 100%;
  min-height: 20rem;
}

.sustainability .TabsContainer .TabsContent .TabContent img {
  border-radius: 20px;
}

.sustainability .TabsContainer .TabsContent .TabContent .tabspacing {
  margin-top: 50px;
}

/* End Code For New Home Page */

/* Start Subscribe Now */

.digital_twin_article .leftGreyBox p{
	margin-bottom:15px;
}
.wpcf7-submit{
	font-size: 14px;
	padding: 5px 10px;
	margin-top: 10px;
}

.subscribe-now{
	padding: 0 !important;
    height: calc(100vh - 65px);
    display: flex;
    align-items: center;
}

.subscribe-now .leftGreyBox{
	background: #ecf8e8 !important;
    border-radius: 50px;
    margin: 0 auto;
    width: 60vw;
    display: flex;
    align-items: center;
    align-content: center;
    /* height: 100vh; */
    padding: 50px;
}

.subscribe-now .leftGreyBox .wpcf7-form-control{
	border: 1px solid #000;
    border-radius: 10px;
    background: transparent;
    padding: 10px;
}
.subscribe-now .leftGreyBox .wpcf7-submit{ 
	width: auto !important;
    border-radius: 50px;
    padding: 15px 60px;
    border: none;
    background: #f8aa69;
    font-size: 18px;
}
.subscribe-now .leftGreyBox p:nth-child(4){ text-align: left;}
.subscribe-now .leftGreyBox h3 span{
	font-weight: normal;
    font-family: 'Montserrat';
}
/* End Subscribe Now */
