/* Montserrat-Font */
@font-face {
font-family: 'Montserrat Regular';
font-style: normal;
font-weight: normal;
src: url('../fonts/Montserrat-Regular.woff') format('woff');
}
@font-face {
font-family: 'Montserrat Bold';
font-style: normal;
font-weight: normal;
src: url('../fonts/Montserrat-Bold.woff') format('woff');
}
@font-face {
font-family: 'Montserrat SemiBold';
font-style: normal;
font-weight: normal;
src: url('../fonts/Montserrat-SemiBold.woff') format('woff');
}
/* Poppins-Font */
@font-face {
font-family: 'Poppins Regular';
font-style: normal;
font-weight: normal;
src: url('../fonts/Poppins-Regular.woff') format('woff');
}
@font-face {
font-family: 'Poppins Medium';
font-style: normal;
font-weight: normal;
src: url('../fonts/Poppins-Medium.woff') format('woff');
}
@font-face {
font-family: 'Poppins SemiBold';
font-style: normal;
font-weight: normal;
src: url('../fonts/Poppins-SemiBold.woff') format('woff'); 
}
/* Bebas Neue Font */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue.woff2') format('woff2'),
         url('../fonts/bebasneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0;
	font-family: 'Montserrat Regular', 'Poppins Regular';
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
	text-align: left;
}
a {
	color: #cc1616;
}
a:hover {
	color: #e82d2d;
	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: 0px 100px 10px 100px;
}
.headerMenuPadding {
	padding: 0 100px 0 100px;
}
#header.header-scrolled {
	top: 0;
	background: rgba(0, 0, 0, 0.9);
}
#header .RET_logo {
	float: left;/*padding-right: 12%;*/
}
#header .logo a {
	color: #fff;
}
#header .navbar-light {
    float: right;
    width: 100%;
    padding: .3rem 0;
} 
.header-inner-pages {
	background: rgba(0, 0, 0, 0.9) !important;
}
.mainMenuUl {
    float: right;
    padding-left: 13px;
    padding-bottom: 10px;
}
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navLevel2 .navbar {
    padding-right: 0;
    position: static;
    border-top: 1px solid #959595;
}
.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;
}
#homeBanner {
	width: 100%;
	/*height: 80vh;*/
	/* background: url(../img/home_banner1.jpg) top center; */
	background-size: cover;
	position: relative;
	/*margin-top: 4%; */ 
    border-bottom: 1px solid #187cab;
}
#homeBanner .container {
	padding-top: 0px;
    width: 47%;
	margin-left: 31px;
}
#homeBanner h1 {
	font-family: 'Montserrat SemiBold';
	margin: 0 0 10px 0;
	font-size: 42px;
	line-height: 48px;
	text-transform: uppercase;
	color: #282828;
}
#homeBanner h2 {
	color: #eee;
	margin-bottom: 30px;
	font-size: 24px;
}
#homeBanner .btn-get-started {
	font-family: 'Montserrat Regular';
	font-size: 14px;
	letter-spacing: 0.5px;
	/*display: inline-block;*/
	padding: 12px 28px;
	transition: 0.5s;
	border-radius: 30px;
	color: #fff;
	background: #a3b439;
	margin-top: 20px;
}
#homeBanner .btn-get-started:hover {
	background:  #187cab;
	border-color: #cc1616;
}
/*
#searchWidth {
	margin-top: 6px;
} */
.searchInput {
	position: relative;
}
.searchInput .form-control {
	padding-right: 42.5px;
}
#searchWidth .inputFormcontrol {
	display: block;
	width: 60px;
	padding: 3px 30px 2px 15px;
	font-size: 0.8rem;
	line-height: 1.5;
	color: #fff;
	background-color: #282828;
	background-clip: padding-box;
	border: 0;
	border-radius: 1rem;
 transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#searchWidth .inputFormcontrol:focus {
	width: 100%;
	border: none;
	outline: none;
	background-color: #373737;
}
.formControl_search {
	position: absolute;
	/*top: 4px; */
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 24px;
	text-align: center;
	color:#fff;
}
.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;
	border-top: 1px solid #959595;
	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;
}
.menu2Fontsize li a {
	color:#282828 !important;
}
.dropdownBG {
	background: #282828;
    border-radius: 0;
    padding: 0px 60px 60px 60px;
    border-top: 18px solid #fff;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-top: -17px;
}
.dropdownBG .nav-item {
	padding: 22px 0 6px;
	text-align: left;
	font-family: 'Poppins Regular';
	font-size:16px;
	font-weight:400;
}
.MenuDropdownHeading {
    font-family: 'Montserrat Semibold';
    font-size: 17px;
    color: #fff;
    padding: 62px 0px 25px; 
}
.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;
}
.menu2Fontsize .dropdown-toggle::after {
 border:0;
}
.menu2Fontsize li a:hover {
	color:#71d0d6 !important;
}
#RealEstate {
	background: #47bfec;
	padding: 60px 0;
}
.RealEstateBoxes {
	text-align:center;
}
.RealEstateBoxes a {
	font-family: 'Poppins Medium';
	border: 3px solid #74cff1;
	padding: 15px 16px;
	color:#282828 !important;
	text-align:center;
}
.RealEstateBoxes a:hover {
	background:#282828;
	border: 3px solid #64bfc4;
	color:#fff !important;
	cursor:pointer;
}
#aboutUs {
    padding: 35px 0;
}
.aboutRET h1 {
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
.aboutRET h2 {
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
.aboutRET p {
	color:#282828;
	font-family: 'Poppins Regular';
	font-size:14px;
	text-align:justify;
}
.history p {
	color:#282828;
	font-family: 'Poppins Regular';
	font-size:14px;
	text-align:justify;
}
.history h1 {	
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
.history h2 {	
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
.culture p {
	color:#282828;
	font-family: 'Poppins Regular';
	font-size:14px;
	text-align:justify;
}
.culture h1 {
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
.culture h2 {
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
.culture p {
	color:#282828;
	font-family: 'Poppins Regular';
	font-size:14px;
	text-align:justify;
}
.culture h1 {
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
.ethics p {
	color:#282828;
	font-family: 'Poppins Regular';
	font-size:14px;
	text-align:justify;
}
.ethics h1 {
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
.ethics h2 { 
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
.csr p {
	color:#282828;
	font-family: 'Poppins Regular';
	font-size:14px;
	text-align:justify;
}
.csr h1 {
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
.csr h2 {
	font-family: 'Montserrat SemiBold';
	color:#282828;
}
/* .why_ret .nav-tabs .nav-link:hover {
	background:#161717;
	border:0;
	border-radius:10px;
} */
#whyRetransform {
    padding: 60px 0 60px;
    float: left;
    width: 100%;
}
.whyRetransformContent {
	background-color: #252627;
}
.whyRetransform_title {
	text-align: center;
	padding-bottom: 55px;
	font-size:30px;
	color:#fff;
}
.why_ret p {
	font-family: 'Poppins Regular';
	font-size:14px;
	color:#fff;
	font-weight: 300;
	padding-top: 38px;
}
/*.why_ret p:hover {
    color: #71d0d6;
} */
.why_ret .nav-tabs {
	border-bottom: 0;
}
.why_ret .nav-tabs .nav-item {
	width: 20%;
	text-align: center;
}
.why_ret .boxImageThumb {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 127px;
	height: 127px;
	line-height: 88px;
	border-radius: 10%;
	background: #292a2b;
	vertical-align: middle;
	margin-bottom:26px;
}
.why_ret .boxImageThumb img {
	padding-top: 28px;
}
.shadow {
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
/*.shadow:hover {
	box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}*/
.divider {
    border: 1px solid #a3b439;
    width: 38px;
    margin: auto;
}
#BMS {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 5rem 2rem 0;
}
#BMS .BMS_content {
	display: block;
	padding: 0;
	position: relative;
	background: #f5f8fa;
	border-radius: 10px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.BMS_title {
	text-align: center;
	padding: 70px 0 55px;
	font-size: 30px;
	color: #252627;
}
.bms_box .nav-tabs .nav-item {
	width: 16.6%;
	text-align: center;
}
.bms_box .nav-tabs .nav-link:hover {
	background:#ecf2f6;
}
.bms_box {
	padding-bottom: 42px;
}
.bms_box p {
	font-family: 'Poppins Regular';
	font-size: 14px;
	color: #252627;
	font-weight: 300;
	padding-top: 29px;
}
.bms_box .nav-tabs {
	border-bottom: 0;
}
.divider2 {
	border: 1px solid #71d0d6;
	width: 80%;
	margin: auto;
}
.TS_title {
	text-align: center;
	padding: 70px 0 55px;
	font-size: 30px;
	color: #252627;
}
#Bss_Oss {
	background:#f2f6f8;
	padding: 60px 0 60px;
	overflow: hidden;
}
#Bss_Oss .Bss_OssContent {
	display: block;
	padding: 0;
	position: relative;
}
.Bss_Oss_title {
	text-align: center;
	padding: 0 0 55px;
	font-size: 30px;
	color: #282828;
}
.Bss_Oss_padding {
	padding-bottom: 84px;
}
.bss_boxStyle {
	background-color: transparent;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
}
.bss_boxStyle img {
	border-radius: 0;
}
.bss_boxStyle a {
	border: 1px solid #292a2b;
	border-radius: 0;
	padding: 8px 50px;
	background: none;
	color: #292a2b;
}
.bss_boxStyle a:hover {
	background: #292a2b;
	color: #fff;
}
#OurSuccessStory {
    padding: 60px 0 60px 0;
    background: #f5f8fa;
}
#OurSuccessStory .BMS_content {
	display: block;
	padding: 0;
	position: relative;
	background: #f5f8fa;
	border-radius: 10px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.OurSuccessStory_title {
	text-align: center;
    padding-bottom: 50px;
    font-size: 30px;
    color: #282828;
}
.OurSuccessStory_title h2 {
    font-family: 'Montserrat SemiBold';
}
#OurSuccessStory .OurSuccessStory_number {
    color: #282828;
    text-align: center;
    float: left;
    margin: auto;
    font-size: 1.4rem;
    font-family: 'Montserrat SemiBold';
}

#OurSuccessStory .OurSuccessStory_number1 {
	font-family: 'Bebas Neue';
	font-size:80px;
	color:#282828;
	text-align: center;
	float: left;
	margin: auto;
}
#OurSuccessStory .OurSuccessStory_number2 {
	font-family: 'Bebas Neue';
	font-size:80px;
	color:#282828;
	text-align: center;
	float: left;
	margin: auto;
}
#OurSuccessStory .OurSuccessStory_number3 {
	font-family: 'Bebas Neue';
	font-size:80px;
	color:#282828;
	text-align: center;
	float: left;
	margin: auto;
}
#OurSuccessStory .OurSuccessStory_number4 {
	font-family: 'Bebas Neue';
	font-size:80px;
	color:#282828;
	text-align: center;
	float: left;
	margin: auto;
}
.OurSuccessStory_number_title {
	font-family: 'Poppins Regular';
	font-size: 18px;
	color: #282828;
	text-align: center;
	padding-top: 20px;
}
.divider3 {
	border: 1px solid #fbdfb7;
	width: 50%;
	margin: auto;
}
#products {
	padding: 78px 0 60px;
	overflow: hidden;
}
.productsContent {
	background-color: #252627;
}
.products_title {
	text-align: center;
	padding-bottom: 55px;
	font-size: 30px;
	color: #fff;
}
.products_ret .nav-tabs {
	border-bottom: 0;
}
.products_ret .nav-tabs .nav-link {
	padding: 0 0.5rem;
}
.products_ret .boxImageThumb {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 152px;
    height: 152px;
    line-height: 88px;
    border-radius: 10%;
    background: #292a2b;
    vertical-align: middle;
    margin-bottom: 26px;
    padding-top: 35px;
    color: #fff;
}
.products_ret .nav-tabs .nav-item {
	width: 14.2%;
	text-align: center;
}
.products_ret p {
	font-family: 'Poppins Regular';
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	padding-top: 38px;
}
.products_ret .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color:transparent;
}
#BusinessAutomated {
	background: #47bfec;
    padding: 64px 0 64px;
}
.BusinessAutomated_title {
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
	color: #282828;
}
.BusinessAutomated_title .divider {
	border: 1px solid #292a2b;
}
.BusinessAutomated_para {
	font-family: 'Poppins Regular';
	font-size: 24px;
	color: #282828;
	text-align: center;
	padding-top: 40px;
	width: 70%;
	margin: auto;
	line-height: 1.3;
}
.BusinessAutomated_button {
	text-align: center;
	margin: auto;
}
.BusinessAutomated_button .btn {
	font-family: 'Montserrat Regular';
	font-size: 16px;
	color: #71d0d6;
	background: #292a2b;
	border: 0;
	border-radius: 20px;
	padding: 8px 40px;
	margin-top: 54px;
}
.BusinessAutomated_button .btn:hover {
	color: #292a2b;
	background: #fff;
}
#CaseStudies_ClientSay .CaseStudies_Partner{
	padding: 80px 0;
	background: #fff;
}
.CaseStudies_ClientSay_img {
	background:url(../img/img_caseStudies.jpg);
	filter: blur(0px);
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
#ourExpertise {
    padding: 0px 0 40px;
}
.ourExpertise_title {
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
    color: #282828;
    padding-top: 50px;
}
.ourExpertise_title h2 {
	font-family: 'Montserrat SemiBold';
}
.ourExpertise_logo {
	font-family: 'Poppins Regular';
	font-size: 24px;
	color: #282828;
	text-align: center;
	margin: auto;
}
.ourExpertise .ourExpertise_logo {
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
/*.ourExpertise .ourExpertise_logo img {
	transition: all 0.3s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border: 1px solid #b8e7ea;
	padding: 10px;
} */
.ourExpertise .ourExpertise_logo img {
    transition: all 0.3s ease-in-out;
    border: 1px solid #b8e7ea;
    padding: 10px;
}
.ourExpertise .ourExpertise_logo img:hover {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.1);
}
.caseStudies {
	font-family: 'Montserrat Regular';
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    padding: 54px 0 0px;
}
.bg_white{
	background: #fff;
    padding: 30px;
}
.caseStudies_topic {
	font-family: 'Montserrat Regular';
	font-size: 21px;
	font-weight:600;
	color:#fff;
	padding:0px 0 15px;
}
.caseStudies_divider {
    border: 1px solid #a3b439;
    width: 38px;
    /* margin: auto; */
    float: left;
    position: absolute;
    margin-top: 15px;
}
.divider4 {
	border: 1px solid #71d0d6;
	width: 38px;
	margin: auto;
	float:left;
}
.caseStudies_para {
	font-family: 'Montserrat Regular';
	font-size: 18px;
	font-weight: 200;
	color:#fff;
	margin-top: 29px;
	padding: 10px 0 10px;
}
.caseStudies_btn {
	font-family: 'Montserrat Regular';
    font-size: 14px;
    color: #fff;
    padding: 0;
}
.caseStudies_btn .btn {
    font-family: 'Montserrat Regular';
    font-size: 14px;
    background: #a3b43a;
    border-radius: 0;
    padding: 8px 40px;
    color: #fff;
}
.caseStudies_btn .btn:hover {
    background: #187cab;
    color: #fff;
}
.OurClientSay_bg {
    background: #187cab;
    filter: blur(0px);
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.OurClientSay {
    font-family: 'Montserrat Regular';
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    padding: 150px 0 0px;
}
.OurClientSay_topic {
	font-family: 'Montserrat Regular';
	font-size: 12px;
	font-weight: 600;
	color: #252627;
	padding: 0px 0 15px;
}
.OurClientSay_para {
    font-family: 'Montserrat Regular';
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0px 0 10px;
}
.OurClientSay_contents {
	margin-top: -58px;
}
#Clients {
    padding: 70px 0 15px;
}
.Clients_title {
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
    color: #282828;
}
.Clients_title h2 {
	font-family: 'Montserrat SemiBold';
}
.Clients_logo {
	font-family: 'Poppins Regular';
	font-size: 24px;
	color: #282828;
	text-align: center;
	margin: auto;
}
.clients .client-logo {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.clients .client-logo img {
	transition: all 0.3s ease-in-out;
	/*height: 36px;*/
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.clients .client-logo:hover img {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.1);
}
#footer {
    background: #252627;
    padding: 70px 100px 28px 100px;
    float: left;
    width: 100%;
}
.footer_heading {
    font-family: 'Montserrat Semibold';
    font-size: 14px;
    font-weight: normal;
    color: #187cab;
    padding: 0 35px;
}
.footer_heading_list li a {
	font-family: 'Montserrat Regular';
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.footer_heading_list li a:hover {
	font-family: 'Montserrat Regular';
	font-size: 14px;
	font-weight: normal;
	color: #c8c8c8;
}
#footer .footerContainer {
	font-size: 1.2rem;
	font-weight: 700;
 margin-bottom: .25rem;
}
.footer_brand {
	font-family: 'Montserrat Regular';
	font-size: 30px;
	color:#7b7b7b;
	font-weight: normal;
    margin-bottom: 1rem;
	line-height: 1;
}
.footer_brandpara {
	font-family: 'Montserrat Regular';
	font-size: 14px;
	color:#fff;
	font-weight: normal;
 margin-bottom: .25rem;
}
.footerLine {
	border-top: 1px solid #959595;
}
.Footer_button {
	text-align: center;
	margin: auto;
}
.Footer_button .btn {
	font-family: 'Montserrat Regular';
	font-size: 16px;
	color: #333333;
	float: left;
	background: #71d0d6;
	border: 0;
	border-radius:0;
	padding: 8px 40px;
	margin-top: 18px;
}
.Footer_button .btn:hover {
	color: #71d0d6;
	background: #333333;
}
.footerSocial li {
	color:#fff;
}
.footerSocial li:hover {
	color:#71d0d6;
}
.subFooterBG {
    background: #191919;
    padding: 20px 0;
    float: left;
}
.copyrightContent {
    font-family: 'Poppins Regular';
    font-size: 14px;
    color: #187cab;
    padding-left: 8px;
}
#serviceBanner {
	width: 100%;
	height: 80vh;
	/*background: url(../img/service_banner.jpg) top center;*/
	background-size: cover;
	position: relative;
}
#serviceBanner .container {
	padding-top: 70px;
}
#serviceBanner h1 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 600;
    line-height: 48px;
    color: #282828;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat Semibold';
}
#serviceBanner h2 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 600;
    line-height: 48px;
    color: #282828;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat Semibold';
}
#serviceBanner h1{
font-family: 'Montserrat Semibold';
}
#ServicesAbout p {
    font-family: 'Montserrat Regular';
    text-align: center;
    padding-top: 25px;
    font-size: 16px;
}
.Services_title h1 {
    font-family: 'Montserrat Semibold';
}
.Services_title h2 {
    font-family: 'Montserrat Semibold';
}
#ServicesAbout {
	background: #fff;
	padding: 64px 0 64px;
}
.ServicesAbout_title {
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
	color: #282828;
}
.ServicesAbout_title .divider {
	border: 1px solid #292a2b;
}
.ServicesAbout_para {
	font-family: 'Poppins Regular';
	font-size: 16px;
	color: #282828;
	text-align: center;
	padding-top: 40px;
	width: 80%;
	margin: auto;
}
#Services {
    padding: 40px 0 0;
    overflow: hidden;
}
.servicesMarginBottom {
	margin-bottom:60px;
}
.ServicesContent {
	background-color: #d7eacc;
}

#Services .ServicesContainer .nav-item {
    padding: 12px 0 6px;
    text-align: left;
    font-family: 'Poppins Regular';
    font-size: 16px;
    font-weight: 400;
}
#Services .ServicesContainer {
	background:#fff;
	border-bottom: 1px solid #cacaca;
}
.ServicesContainer .ServicesPadding {
	padding:0 60px;
}
.ServicesContainer .ServicesBorder {
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
}
.Services_title {
    text-align: center;
    padding-bottom: 35px;
    font-size: 30px;
    color: #282828;
}
.ServicesHeading {
    font-family: 'Montserrat Regular';
    font-size: 26px;
    font-weight: bold;
    color: #282828;
    padding: 35px 0 0;
}
.ServicesHeading .nav-item a {
	font-family: 'Poppins Regular';
	float:left;
}
.ServicesSubHeading {
	font-family: 'Poppins Regular';
	font-size: 16px;
	color: #282828;
	padding: 0px 0 6px;
	border-bottom:1px solid #707070;
	text-align: left;
	float:left;
}
.ServicesSubHeading a{
    color: #282828;
}
.Serviceslist .btn {
	border-radius:0;
	font-size:12px;
	border-color:transparent;
	background-color: #007c88;
	margin-top: 0.5rem;
}
.Serviceslist .btn:hover {
	border-radius:0;
	font-size:12px;
	border-color:transparent;
	background-color: #0caab9;
}
.Serviceslist1 {
	padding-top:16px;
}
.ServicesUl li {
	width:100%;
}
.ServicesUl .Serviceslist a:hover {
	color:#8a8989;
}
.Serviceslist a {
	font-family: 'Poppins Regular';
	font-size: 12px;
	font-weight: 400;
	color: #282828;
	padding: 0px 0 6px 0px !important;
}
#ServeYou {
	padding: 60px 0;
}
.ServeYou_title {
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
	color: #282828;
}
.ServeYou_rollover:hover{
	background:#6be5f1;	
	color:#fff;
	cursor:pointer;
    transform: scale(0.8);
}
#ServeYou .ServeYou_number1 {
	font-family: 'Bebas Neue';
	font-size:80px;
	color:#282828;
	text-align: center;
	float: left;
	margin: auto;
}
#ServeYou .ServeYou_number2 {
	font-family: 'Bebas Neue';
	font-size:80px;
	color:#282828;
	text-align: center;
	float: left;
	margin: auto;
}
#ServeYou .ServeYou_number3 {
	font-family: 'Bebas Neue';
	font-size:80px;
	color:#282828;
	text-align: center;
	float: left;
	margin: auto;
}
#ServeYou .ServeYou_number4 {
	font-family: 'Bebas Neue';
	font-size:80px;
	color:#282828;
	text-align: center;
	float: left;
	margin: auto;
}
.ServeYou_number_title {
	font-family: 'Poppins Regular';
	font-size: 18px;
	color: #282828;
	text-align: center;
}



#YourBusiness {
	background: #d7eacc;
    padding: 64px 0 64px 0;
}
.YourBusiness_title h2 {
	font-family: 'Montserrat SemiBold';
	text-align: center;
	font-size: 30px;
	color: #282828;
}
.YourBusiness_title .divider {
	border: 1px solid #292a2b;
}
.YourBusiness_para {
    font-family: 'Poppins Regular';
    font-size: 24px;
    color: #282828;
    text-align: center;
    padding-top: 40px;
    width: 70%;
    margin: auto;
    padding-bottom: 15px;
}
.YourBusiness_button {
	text-align: center;
	margin: auto;
}
.YourBusiness_button .btn {
    font-family: 'Montserrat Regular';
    font-size: 16px;
    color: #fff;
    background: #007c88;
    border: 0;
    border-radius: 0;
    padding: 8px 40px;
    margin-top: 25px;
}
.YourBusiness_button .btn:hover {
	color: #292a2b;
	background: #fff;
}
#EnterpriseSoftwareBanner {
	width: 100%;
	height: 80vh;
	background: url(../img/technology_enterprise_banner.jpg) top center;
	background-size: cover;
	position: relative;
	font-family: 'Montserrat Semibold';
}
#EnterpriseSoftwareBanner h1{
    font-family: 'Montserrat Semibold';
}
#EnterpriseSoftwareBanner .container {
	padding-top: 70px;
}
#EnterpriseSoftwareBanner h2 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-weight: bold;
	font-family: 'Montserrat Semibold';
	text-shadow: 2px 2px 1px #6a6a6a;
}
#EnterpriseSoftwareAbout {
	background: #fff;
	padding: 64px 0 64px;
}
.EnterpriseSoftwareAbout_title {
	font-family: 'Montserrat SemiBold';
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
	color: #282828;
}
#EnterpriseSoftwareAbout .EnterpriseSoftwareAbout_title .row p{
    font-family: 'Poppins Regular';
    font-size: 16px;
    color: #282828;
    text-align: center;
    padding-top: 40px;
    width: 80%;
    margin: auto;
}
.EnterpriseSoftwareAbout_title h1 {
    font-size: 2rem;
	font-family: 'Montserrat SemiBold';
}
.EnterpriseSoftwareAbout_title .divider {
	border: 1px solid #292a2b;
}
.EnterpriseSoftwareAbout_para {
    font-family: 'Poppins Regular';
    font-size: 16px;
    color: #282828;
    text-align: center;
    padding-top: 15px;
    width: 80%;
    margin: auto;
}
.EnterpriseSoftwareAbout_para p a{
color: #282828;
}

#ES_TryYourself {
	padding: 60px 0;
}
.ES_TryYourself_title {
	text-align: center;
	padding-bottom: 60px;
	font-size: 30px;
	color: #282828;
}
#ES_TryYourself .ES_TryYourself_number1 {
	font-family: 'Bebas Neue';
	color:#282828;
	text-align: left;
	float: left;
	margin: auto;
}
#ES_TryYourself .ES_TryYourself_number2 {
	font-family: 'Bebas Neue';
	color:#282828;
	text-align: left;
	float: left;
	margin: auto;
}
#ES_TryYourself .ES_TryYourself_number3 {
	font-family: 'Bebas Neue';
	color:#282828;
	text-align: left;
	float: left;
	margin: auto;
}
.ES_TryYourself_number_title {
	font-family: 'Poppins Regular';
    font-size: 18px;
    color: #282828;
    text-align: center;
    border-bottom: 3px solid #282828;
    padding-bottom: 5px;
}
#ES_TryYourself .ES_TryYourself_number_title:hover {
	font-family: 'Poppins Regular';
    font-size: 18px;
    color: #4b86fc;
    text-align: center;
    border-bottom: 3px solid #282828;
    padding-bottom: 5px;
	cursor:pointer;
}
.ES_TryYourself_rollover img{
	padding-bottom: 30px;	
}
.YouMight_thumbnail{
	font-family: 'Montserrat Regular';
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.YouMight_thumbnail_text{
	padding: 10px 0 0 25px;
}
.YouMight_thumbnail a{
	 font-size: 1rem;
    color: #fff;
}
.YouMight_thumbnail ul li a:hover{
	padding:0;
	margin:0;
}
.YouMight_thumbnail ul li a:hover{
	font-size:1rem;
	color:yellow;
}
.YouMight_thumbnail span {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}


.ES_nav a{
	color:#FFF;	
}
.ES_nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #292a2c;
    border-radius: 0;
}
.ES_nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
	font-family: 'Poppins Regular';
	font-size:18px;
    border: none;
    padding: 18px 25px;
    border-radius: 0;
}
.tabpanelHeading{
	font-size: 18px;
    color: #c5daef;
    font-weight: bold;	
}
.tabpanelHeading img{
	padding-right:10px;	
}
#EnterpriseSoftware {
	padding: 60px 0 0;
	overflow: hidden;
    background: #71d0d6;
    padding: 64px 0 0;

}
.EnterpriseSoftware_title {
	text-align: left;
    padding: 60px;
    font-size: 30px;
    color: #fff;
}
.EnterpriseSoftware_title h2 {
	font-family: 'Montserrat SemiBold';
}
.ES_nav_Container_padding{
	padding:0 60px 60px;	
}
.EnterpriseSoftware_title .divider{
	border: 1px solid #71d0d6;
    width: 38px;
    margin: 0;	
}

.ES_nav .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.ES_nav .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #c5daef;
    background-color: #353535;
    border-color: #dee2e6 #dee2e6 #fff;
}
.ES_nav_fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.ES_nav_tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.ES_nav_tabs .nav-item {
    margin-bottom: -1px;
}
.ES_nav_fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.ES_nav_tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.ES_nav_tabs .nav-item {
    margin-bottom: -1px;
}
.ES_nav_link .nav-link {
    display: block;
    padding: .5rem 1rem;
}
.ES_nav_link .nav-link {
    display: block;
    padding: .5rem 1rem;
}
.ES_nav > div a.ES_nav_item.ES_nav_link.active:after {
    content: "";
    position: relative;
    bottom: -59px;
    left: -33%;
    border: 15px solid transparent;
    border-top-color: #252628;
}
.ES_nav_content {
	background: #353535;
    border-top: 5px solid #252628;
    padding: 0px 0px 80px 0px;
    color: #fff;
    font-size: 14px;
}
.ES_nav > div a.ES_nav_item.ES_nav_link:hover, nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #353535;
    color: #c5daef;
    border-radius: 0;
    transition: background 0.20s linear;
}


#OurExpertiseBanner {
	width: 100%;
	height: 80vh;
	background: url(../img/ourExpertise_banner.jpg) top center;
	background-size: cover;
	position: relative;
}
#OurExpertiseBanner .container {
	padding-top: 70px;
}
#OurExpertiseBanner h2 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 600;
    line-height: 48px;
    color: #282828;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat Semibold';
}
#OurExpertiseBannerAbout {
	background: #fff;
	padding: 64px 0 64px;
}
.OurExpertiseBannerAboutContent h2 {
    font-family: 'Montserrat Semibold';
	font-size: 2rem;
}
.OurExpertiseBannerAboutContent p{
font-family: 'Montserrat Regular';
text-align:center;
}
.OurExpertiseBannerAbout_title {
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
	color: #282828;
}
.OurExpertiseBannerAbout_title .divider {
	border: 1px solid #292a2b;
}
.OurExpertiseBannerAbout_para {
	font-family: 'Poppins Regular';
	font-size: 16px;
	color: #282828;
	text-align: center;
	padding-top: 40px;
	width: 80%;
	margin: auto;
}


#OurExpertiseLanding {
	padding: 84px 0 84px;
	background: #d8eacc;
}
#OurExpertiseLanding .OurExpertiseLandingContainer {
	background:#fff;
	padding: 60px;
}
.OurExpertiseLanding_title {
	text-align: center;
	padding-bottom: 40px;
	font-size: 30px;
	color: #282828;
}
.OurExpertiseLanding_title h1 {
    font-family: 'Montserrat Semibold';
	font-size: 2rem;
}
.OurExpertiseLanding_logo {
	font-family: 'Poppins Regular';
	font-size: 24px;
	color: #282828;
	text-align: center;
	margin: auto;
}
.OurExpertiseLanding .OurExpertiseLanding_logo {
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
/*.OurExpertiseLanding .OurExpertiseLanding_logo img {
	transition: all 0.3s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border: 1px solid #b8e7ea;
} */
.OurExpertiseLanding .OurExpertiseLanding_logo img {
    transition: all 0.3s ease-in-out;
    border: 1px solid #b8e7ea;
}
.OurExpertiseLanding .OurExpertiseLanding_logo img:hover {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.1);
}


.Partners_bg {
	background: #71d0d6;
	filter: blur(0px);
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.Partners {
	font-family: 'Montserrat Regular';
	font-size: 30px;
	font-weight: normal;
	color:#252627;
	padding:0 0 30px;
}
.Partners_topic {
	font-family: 'Montserrat Regular';
	font-size: 12px;
	font-weight: 600;
	color: #252627;
	padding: 0px 0 15px;
}
.Partners_para {
	font-family: 'Montserrat Regular';
	font-size: 18px;
	font-weight: 300;
	color:#252627;
	padding:0px 0 10px;
}
.Partners_contents {
	margin-top: -58px;
}
.Partners_topic .btn {
    font-family: 'Montserrat Regular';
    font-size: 14px;
    background: #71d0d6;
    border-radius: 0;
    padding: 8px 40px;
    color: #252627;
}
.Partners_topic .btn:hover {
    background: #252627;
    color: #71d0d6;
}
#ContactUs{
	margin-top:136px;
	margin-bottom: 60px;
}

#ContactUs h2{
	font-family: 'Montserrat Regular';
	color:#242424;
	font-size:24px;
}
.SubmitYourDetails{
	padding:22px 98px 0 25px;	
}
.SubmitYourDetails label{
	margin-bottom:0;	
}
.formcontrol_font{
	font-size:0.8rem;
	font-weight:500;
	color:#252627;
}

#ContactAdd{
	margin:60px 100px;	
}

#ContactAdd h2{
	color:#282828;
	font-size:30px;
}
.ContactAdd_divider {
    border: 1px solid #959595;
    width: 80%;
    margin: auto;
}
.flag-section {
    display: inline-block;
    vertical-align: top;
    padding-top: 25px;
}
.address-section {
    display: inline-block;
    padding-left: 15px;
	color:#282828;
}
.address-section h3 {
    display: inline-block;
    color: #282828;
    font-size: 30px;
    padding-bottom: 3px;
    margin: 30px 0 0;
}
.address-section .inner-address.border-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 25px;
}
.address-section .divider{
	border: 2px solid #fed440;
    width: 38px;	
	margin:0;
}
.address-section .locatelink {
    margin-left: 35px;
}
#exampleInputEmail1{
	font-family: 'Montserrat Regular';
    font-size: 12px;
    background-color: #fff;
    background-clip: unset;
    border-bottom: 1px solid #898989;
    border-radius: 0;
    transition: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 0;
    font-weight: 600;
    color: #252627;
}
.inner-address a{
	color:#282828;	
}
.inner-address h4{
	font-family: 'Poppins SemiBold';
	font-size: 18px;
    font-weight: 700;
    color: #282828;
    padding-top: 30px;
    margin-bottom: 0;
}
.inner-address p{
	margin-top:-20px;	
}
.inner-address p + p{
	margin-top:0px;	
}
.locatelink img{
	vertical-align: baseline;	
}


#FrequentQuestions {
    padding: 35px 0 35px;
}
#FrequentQuestions .FrequentQuestionsContainer {
    background: #fff;
    padding: 35px;
}
.FrequentQuestions_title {
	text-align: left;
	font-size: 30px;
	color: #282828;
}
.FrequentQuestions_title h2 {
	font-family: 'Montserrat SemiBold';	
	text-align: left;
	padding-bottom: 40px;
	font-size: 30px;
	color: #252627;
}
.FrequentQuestions_bg{
	background:none;
	border:0;
}
.FrequentQuestions_Header_bg{
	background:none;
	border:0;
}
.FrequentQuestions_heading h2{
	font-family: 'Montserrat SemiBold';	
	font-size:1.1rem;
	float: right;
}
.FrequentQuestions_heading{
	font-family: 'Montserrat Regular';
	font-size:18px;	
	color: #252627;
}
.FrequentQuestions_heading:hover, .FrequentQuestions_heading:focus{
	font-family: 'Montserrat Regular';
	font-size:18px;	
	color: #71d0d6;
	text-decoration:none;
}
.accordion .FrequentQuestions_heading .fa{
	font-size:16px;	
	color: #71d0d6;
	margin-right: 2rem;
}
.FrequentQuestions_para_box{
	padding-left:80px;	
}
.FrequentQuestions_para{
	border: 1px solid #c2c2c2;	
}
.FrequentQuestions_para a{
	color:#4b8bfc;
	text-decoration:underline;
}
.FrequentQuestions_para_heading{
	font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: normal;
    color: #282828;
	padding-bottom:10px;
}
.contactForm{
	font-family: 'Montserrat Regular';
	background: #4bacfc;
    color: #252627;
    font-size: 12px;
    border-radius: 20px;
    padding: 6px 60px;
    border: 0;
	cursor: pointer;
	font-weight: 600;
}
.contactForm:hover{
	background: #282828;
    color: #fff;
	cursor: pointer;
}
.contactForm_captcha{
	padding-top: 35px;	
}
.contactSubmit p{
	text-align:left;	
	padding-top: 15px;
}
.FrequentQuestions_para ul{
	font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: normal;
    color: #282828;
    text-align: left;	
}
.FrequentQuestions_para p{
	font-family: 'Poppins Regular';
	font-size:12px;
	color:#282828;
	text-align:left;	
}

.bs-example{
	margin: 20px;
}
.accordion .fa{
	margin-right: 0.5rem;
}
#OurTeamBanner {
	width: 100%;
	height: 80vh;
	background: url(../img/OurTeam_banner.jpg) top center;
	background-size: cover;
	position: relative;
}
#OurTeamBanner .container {
	padding-top: 70px;
}
#OurTeamBanner h1 {
    font-family: 'Montserrat Bold';
    margin: 0 0 10px 0;
    font-size: 64px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}
#OurTeamBanner h2 {
    font-family: 'Montserrat Bold';
    margin: 0 0 10px 0;
    font-size: 64px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

#OurTeam {
    padding: 84px 6rem 84px;
    background: #fff;
}
#OurTeam .OurTeamContainer {
    background: #fff;
    padding: 0 60px 60px 60px;
}
.OurTeam_title {
	text-align: center;
	padding-bottom: 40px;
	font-size: 30px;
	color: #282828;
}
.OurTeam_title h1 {
    font-family: 'Montserrat Bold';
    text-align: center;
    font-size: 48px;
    color: #282828;
}
.OurTeam_logo {
	font-family: 'Poppins Regular';
	font-size: 24px;
	color: #282828;
	text-align: center;
	margin: auto;
}
.OurTeam .OurTeam_logo {
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.OurTeam .OurTeam_logo img {
	transition: all 0.3s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border: 1px solid #b8e7ea;
}
.OurTeam .OurTeam_logo img:hover {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.1);
}


#team {
    background: #eee !important;
}

.ourTeam_name{
	font-family: 'Montserrat Regular';
	font-size:18px;
	color:#282828;
	margin-bottom:0;
}
.ourTeam_designation{
	font-family: 'Montserrat Regular';
	font-size:13px;
	color:#282828;
}
.OurTeam_box .OurTeam_body .btn-primary{
	background:#007bff;
	border:0;
}
.dialogbox .ourTeam_name{
	font-family: 'Montserrat Regular';
    font-size: 2rem;
    color: #282828;
    margin-bottom: 0;
    position: absolute;
    padding-left: 11rem;
    padding-top: 3rem;
}
.dialogbox .ourTeam_designation{
	font-family: 'Montserrat Regular';
    font-size: 1rem;
    color: #282828;
    position: absolute;
    padding-left: 11.2rem;
    padding-top: 5.5rem;
}
.OurTeam_para{
	color:#282828;
	font-size:0.8rem;
}
.OurTeam_body .OurTeam_para .btn:active{
	background-color:transparent;
	border-color:transparent;
	box-shadow: none;
}
.OurTeam_para a{
	color: #fff;
    font-size: 1rem;
    background: #777777;
    padding: 5px;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #187cab;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

#CaseStudies_ClientSay {
    padding: 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .OurTeam_box {
    border: none;
    background: #ffffff;
}
.OurTeam_body{
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 4rem 1.25rem;
	cursor:pointer;
}
.backside .OurTeam_body{
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.8rem 1.25rem;
}
.frontside .OurTeam_box_bg{
	background: #ebebeb;
	border-radius:0;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .OurTeam_box,
.backside .OurTeam_box {
    min-height: 312px;
}

.backside .OurTeam_box .btn {
    font-size: 1rem;
    color: #fff;
    padding: 5px 35px;
    background: transparent;
    border: 0;
}
.backside .OurTeam_box .social-icon{
	color:#007bff;	
	padding:0;
}

.frontside .OurTeam_box .OurTeam_body img {
    /*width: 120px;
    height: 120px;*/
    border-radius: 50%;
}
.dialogbox .dialogbox_width{
	max-width:100%;	
}
.dialogbox_width p{
	color:black;	
}
.dialogbox_para{
	color:#282828;	
	font-size:1rem;
	padding:2rem 4rem 2rem 4rem;
	text-align:justify;
}
.modelHeader{
	padding-left:4rem;	
}
.model_social {
    position: absolute;
    padding-top: 7.5rem;
    padding-left: 11.2rem;
}
.model_social a {
    color:#007bff;
}


#ProductsBanner {
	width: 100%;
	height: 80vh;
	background: url(../img/products_banner.jpg) top center;
	background-size: cover;
	position: relative;
}
#ProductsBanner .container {
	padding-top: 70px;
}
#ProductsBanner h2 {
	font-family: 'Montserrat SemiBold';
	margin: 0 0 10px 0;
	font-size: 64px;
	font-weight: 600;
	line-height: 48px;
	color: #2b2728;
	text-align: center;
	font-weight: bold;
}
.BlogBanner {
	font-family: 'Montserrat SemiBold';
	margin: 0 0 10px 0;
	font-size: 64px;
	font-weight: 600;
	line-height: 48px;
	color: #2b2728;
	text-align: center;
	font-weight: bold;
}

#ProductsAbout {
	background: #fff;
	padding: 64px 0 64px;
}
#ProductsAbout h1 {
    font-family: 'Montserrat SemiBold';
    font-size: 2rem;
}
#ProductsAbout .container p{
font-family: 'Montserrat Regular';
font-size: 16px;
color: #282828;
text-align: center;
/*padding-top: 40px;*/
width: 100%;
margin: auto;
}
#ProductsAbout .container p{
text-align:center;
font-family: 'Montserrat Regular';
}
.ProductsAbout_title {
	font-family: 'Montserrat SemiBold';
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
	color: #282828;
}
.ProductsAbout_title h2 {
	font-family: 'Montserrat SemiBold';
}
.ProductsAbout_title .divider {
	border: 1px solid #292a2b;
}
.ProductsAbout_para {
	font-family: 'Poppins Regular';
	font-size: 16px;
	color: #282828;
	text-align: center;
	padding-top: 40px;
	width: 80%;
	margin: auto;
}



#ProductsPartners {
	padding: 64px 0 64px 0; 
}
.ProductsPartners_title h2 {
	font-family: 'Montserrat SemiBold';
	text-align: center;
	font-size: 30px;
	color: #282828;
}
.ProductsPartners_title .divider {
	border: 1px solid #292a2b;
}
.ProductsPartners_para {
	font-family: 'Poppins Regular';
	font-size: 24px;
	color: #282828;
	text-align: center;
	padding-top: 40px;
	width: 100%;
	margin: auto;
}
.ProductsPartners_button {
	text-align: center;
	margin: auto;
}
.ProductsPartners_button .btn {
	font-family: 'Montserrat SemiBold';
    font-size: 16px;
    color: #292a2b;
    background: #fff;
	border:1px solid #292a2b;
    border-radius: 0;
    padding: 8px 40px;
    margin-top: 54px;
    border-radius: 20px;
}
.ProductsPartners_button .btn:hover {
	color: #fff;
	background: #007c88;
}
.ProductsPartners_divider{
	border: 1px solid #cacaca;
    width: 60%;
    margin: auto;	
}


#Products_Customers {
	padding: 60px 0;
}
.Products_Customers_title {
	text-align: center;
	padding-bottom: 60px;
	font-size: 30px;
	color: #282828;
}
.Products_Customers_title h2 {
	font-family: 'Montserrat SemiBold';
}
#Products_Customers .Products_Customers_number1 {
	font-family: 'Bebas Neue';
	color:#282828;
	text-align: left;
	float: left;
	margin: auto;
}
#Products_Customers .Products_Customers_number2 {
	font-family: 'Bebas Neue';
	color:#282828;
	text-align: left;
	float: left;
	margin: auto;
}
#Products_Customers .Products_Customers_number3 {
	font-family: 'Bebas Neue';
	color:#282828;
	text-align: left;
	float: left;
	margin: auto;
}
.Products_Customers_number_title {
	font-family: 'Poppins Regular';
    font-size: 18px;
    color: #282828;
    text-align: center;
    border-bottom: 3px solid #282828;
    padding-bottom: 5px;
}
#Products_Customers .Products_Customers_number_title:hover {
	font-family: 'Poppins Regular';
    font-size: 18px;
    color: #4b86fc;
    text-align: center;
    border-bottom: 3px solid #282828;
    padding-bottom: 5px;
	cursor:pointer;
}
.Products_Customers_rollover img{
	padding-bottom: 30px;	
}


#DiscoverMore {
	background: #ebeae6;
    padding: 84px 0 84px;
    overflow: hidden;
}
#DiscoverMore .DiscoverMoreContent {
	display: block;
	padding: 0;
	position: relative;
}
.DiscoverMore_title {
	text-align: center;
	padding: 0 0 55px;
	font-size: 30px;
	color: #282828;
}
.DiscoverMore_box{
	border-radius: 10px;
    padding: 5px 15px 28px;	
}
.DiscoverMore_title h2 {
	font-family: 'Montserrat SemiBold';
}
.DiscoverMore_padding {
    padding: 30px 30px 0px;
}
.DiscoverMore_boxStyle {
	background: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 5px;
    padding: 5px;
}
.DiscoverMore_boxStyle img {
	border-radius: 5px;
}
.DiscoverMore_box_heading{
	padding:1.5rem 0;	
}
.DiscoverMore_box_heading h2{
	font-family: 'Montserrat SemiBold';
    color: #252628;
	font-size:18px;
	padding:0px 0 15px;
}
.DiscoverMore_boxStyle a {
    font-family: 'Montserrat SemiBold';
    border-radius: 0;
    padding: 8px 12px;
    background: #a3b439;
    color: #fff;
    border: 0;
    font-size: 12px;
}
.DiscoverMore_boxStyle a:hover {
    background: #187cab;
    color: #fff;
}



#ProductsTab {
    font-family: 'Montserrat SemiBold';
    background: #d7eacc;
    padding: 84px 0px 84px 100px;
    overflow: hidden;
}
#ProductsTab .ProductsTabContent {
	display: block;
	/*padding-right: 25px;*/
	position: relative;
}
.ProductsTab_btn a{
	color:#282828;	
}
.ProductsTab_btn .nav-link.active, .nav-pills .show>.nav-link {
    background: #282828;
    color: #fff;
    font-size: 1rem;
}
.ProductsTab_content{
	color:#282828;	
	padding: 50px 0px 0px 100px;
}
#ProductsTab .ProductsTab_button{
	z-index:9;	
}

.ProductsTab_btn a {
    color: #282828;
    font-size: 1rem;
}

#ProductsTab .ProductsTab_button ul {
    margin-left: 55px;
    position: absolute;
    width: 100%;
    margin-top: 50px;
}
.product_tabImg {
	 max-width: none;
}
/*#ProductsTab .ProductsTab_content_bg{
	background: #fff;
    border-radius: 10px;
	padding-bottom: 60px;
	margin: -47px 0 0 -82px;
} */
#ProductsTab .ProductsTab_content_bg {
    background: #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-bottom: 60px;
}
.ProductsTab_content h2{
	font-family: 'Montserrat SemiBold';
	color:#282828;	
	padding-bottom: 15px;
}
.ProductsTab_content p {
    font-family: 'Montserrat Regular';
    color: #282828;
    font-size: 1rem;
}
.ProductsTab_content p a{
	color:#71d0d6;	
}
.ProductsTab_para{
	font-family: 'Montserrat Regular';
	color:#282828;
	padding-top: 35px;	
}
.ProductsTab_para li {
    padding-bottom: 0px;
    font-size: 1rem;
    padding-top: 15px;
    margin-top: 1rem;
	line-height: 1;
}

.ProductsTab_buttonlink .btn {
    font-family: 'Montserrat SemiBold';
    font-size: 16px;
    color: #292a2b;
    background: #fff;
    border: 1px solid #292a2b;
    border-radius: 0;
    padding: 8px 40px;
    margin-top: 32px;
    border-radius: 20px;
}
.ProductsTab_buttonlink .btn:hover {
    color: #fff;
    background: #007c88;
}
/* New Code after Mega Menu */

.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 14px !important;
    z-index: 9999;
    position: relative;
}
body .wp-megamenu-wrap .wpmm-nav-wrap > ul {
    margin-top: 0 !important;
}
#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
    border-top: 9px solid #fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.menu li a {color:#ffffff !important;white-space: normal;}
.wpmm-item-title {
    padding-top: 8px;
    border-bottom: 1px solid #71d0d6;
    color: #ffffff !important;
}
.hide_footer_bullet + div ul{
	 list-style: none;
    padding-left: 0;
}
.hide_footer_bullet div ul {
	list-style: none;
    padding-left: 0;
}
.hide_footer_bullet div ul  li a:hover{
	color:#c8c8c8 !important;
} 
.hide_footer_bullet div ul li {
    padding: 0 35px 5px 35px;
} 
.hide_footer_bullet div ul  li a{
	font-size: 14px;
}
.footerSocial li a {
	color:#ffffff;
}
.footerSocial li a:hover {
    color: #a3b439;
}
.searchInput{margin-bottom:0 !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 {
    font-weight: normal !important;
}
.banner-text {
	font-family: 'Montserrat SemiBold';
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 48px;
    text-transform: uppercase;
    color: #187cab;
    text-align: center;
}

.fastFacts_width{
	width: 20%;
}
.case-study-padding {
   padding: 80px 0;
}

.ins_box .nav-tabs .nav-item {
    width: 16.6%;
    text-align: center;
}
.ins_box_six .nav-tabs .nav-item {
    width: 14.2%;
    text-align: center;
}
.btn_close{
    padding: 5px 0 0 0 !important;
	margin: 0 !important;
	border: 0;
	-webkit-appearance: none;
	background-color: transparent !important;
	color: #282828 !important;
	z-index: 9999;
}
.bg_white{
	background: #fff;
    padding: 40px;
}
#menu-enterprise-software-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#menu-lease-back-office-services-1{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#menu-data-strategy-1{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#menu-managed-services-1{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#menu-financial-services-1{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#menu-custom-development-1{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#menu-sustainability-1{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#menu-4-see-platform-cloud-secure-self-service-1{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#menu-mortgage-solutions-1{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#menu-enterprise-software-1 li a{
    font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding: 0px 0 6px 0px !important;
}
#menu-lease-back-office-services-1 li a{
    font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding: 0px 0 6px 0px !important;
}
#menu-data-strategy-1 li a{
    font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding: 0px 0 6px 0px !important;
}
#menu-financial-services-1 li a{
    font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding: 0px 0 6px 0px !important;
}
#menu-managed-services-1 li a{
    font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding: 0px 0 6px 0px !important;
}
#menu-custom-development-1 li a{
    font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding: 0px 0 6px 0px !important;
}
#menu-sustainability-1 li a{
    font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding: 0px 0 6px 0px !important;
}
#menu-4-see-platform-cloud-secure-self-service-1 li a{
    font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding: 0px 0 6px 0px !important;
}
#menu-mortgage-solutions-1 li a{
    font-family: 'Poppins Regular';
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding: 0px 0 6px 0px !important;
}
#menu-enterprise-software-1 li a:hover{
    color: #8a8989;
}
#menu-lease-back-office-services-1 li a:hover{
    color: #8a8989;
}
#menu-data-strategy-1 li a:hover{
    color: #8a8989;
}
#menu-managed-services-1 li a:hover{
    color: #8a8989;
}
#menu-financial-services-1 li a:hover{
    color: #8a8989;
}
#menu-custom-development-1 li a:hover{
    color: #8a8989;
}
#menu-sustainability-1 li a:hover{
    color: #8a8989;
}
#menu-4-see-platform-cloud-secure-self-service-1 li a:hover{
    color: #8a8989;
}
#menu-mortgage-solutions-1 li a:hover{
    color: #8a8989;
}
.tabPane_padding{
	padding: 25px 60px;
    border-top: 5px solid #252628;
}
.YourBusiness_title {
    padding-bottom: 0;
}
.YouMight_thumbnail_text li {
    font-size: 1rem;
    color: #fff;
	line-height: 2;
}
#YouMight{
    padding: 64px 0 64px 0;
    background: #d7eacc;
}
.insightful_nav {
	padding: 18px 16px !important; 
}
.YouMight_box_one {
	padding: 64px 20rem 64px 20rem;
}
.screen-reader-text{
	display: none;
}
.ContactInput{
	font-family: 'Montserrat Regular';
    font-size: 12px;
    background-color: #fff;
    background-clip: unset;
    border-bottom: 1px solid #898989;
    border-radius: 0;
    transition: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 0;
    font-weight: 600;
    color: #252627;
    width:100%;
}
.wpcf7-form>div>input>p{
padding-bottom:25px;
}
.myform p {
    padding-bottom: 20px;
}
.contactSubmit{
	margin-top: 25px;
    font-family: 'Montserrat Regular';
    background: #4bacfc;
    color: #252627;
    font-size: 12px;
    border-radius: 20px;
    padding: 6px 60px;
    border: 0;
    cursor: pointer;
    font-weight: 600;
}
.contactSubmit:hover{
background: #252627;
color: #fff;
}

/* 2020-07-14 */
#leaseAbstraction_Banner {
	width: 100%;
	height: 80vh;
	background: url(../img/lease_abstraction_banner.jpg) top center;
	background-size: cover;
	position: relative;
}
#leaseAbstraction_Banner .container {
	padding-top: 120px;
}
#leaseAbstraction_Banner h3 {
    font-family: 'Poppins SemiBold';
    margin: 0 0 10px 0;
    font-size: 60px;
    line-height: 48px;
    color: #47bfec;
    text-align: right;
}
#leaseAbstraction_Banner h2 {
	font-family: 'Poppins Medium';
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 48px;
	color: #fff;
	text-align: right;
	padding-bottom:40px;
}
#LeaseAbstractionAbout {
	background: #fff;
	padding: 64px 0 64px;
}
.LeaseAbstraction_title {
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
	color: #282828;
}
.LeaseAbstraction_title h2 {
	font-family: 'Montserrat SemiBold';
}
.LeaseAbstraction_title .divider {
	border: 1px solid #292a2b;
}
.LeaseAbstraction_para {
	font-family: 'Poppins Regular';
	font-size: 16px;
	color: #282828;
	text-align: center;
	padding-top: 40px;
	width: 80%;
	margin: auto;
}
#leaseAbstraction {
	padding: 80px 0 80px;
	background:#d7eacc;
}
#leaseAbstraction .container {
	padding: 60px 100px 0px;
	background:#fff;
}
.leaseAbstraction_title {
	text-align: center;
	padding-bottom: 40px;
	font-size: 30px;
	color: #282828;
}
.leaseAbstraction_title h2 {
	font-family: 'Montserrat SemiBold';
}
.leaseAbstraction_logo {
	font-family: 'Poppins Regular';
	font-size: 24px;
	color: #282828;
	text-align: center;
	margin: auto;
}
.leaseAbstraction .leaseAbstraction_logo {
	padding: 8px 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.leaseAbstraction .leaseAbstraction_logo img {
    transition: all 0.3s ease-in-out;
    border: 1px solid #b8e7ea;
    padding: 10px;
}
.leaseAbstraction .leaseAbstraction_logo img:hover {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.1);
}
#leaseAbstraction_section1 {
	background: #fff;
	padding: 84px 0 84px;
	overflow: hidden;
}
#leaseAbstraction_section1 .leaseAbstraction_section1_Content {
	display: block;
	padding: 0;
	position: relative;
}
.leaseAbstraction_section1_title {
	text-align: center;
	padding: 0 0 55px;
	font-size: 30px;
	color: #282828;
}
.leaseAbstraction_section1_title h2 {
	font-family: 'Montserrat SemiBold';
}
.leaseAbstraction_section1_padding {
	padding: 0 140px 0px;
}
.leaseAbstraction_section1_box {
	border-radius: 10px;
	padding: 5px 25px 0px;
}
.leaseAbstraction_section1_box .shadow:hover {
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.leaseAbstraction_section1_box_heading {
	background:#bae6e7;
	padding: 0;
	border-radius: 5px;
}
.leaseAbstraction_section1_box_heading a {
	background: #89d6db;
	padding: 12px;
	width: 100%;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border: 0;
}
.leaseAbstraction_section1_box_heading h2 {
	font-family: 'Poppins Regular';
	color: #252628;
	font-size: 21px;
	padding: 40px 40px 20px;
	text-transform: capitalize;
}
#We_Are_Committed {
	padding: 60px 0;
}
.We_Are_Committed_title {
	text-align: center;
	padding-bottom: 60px;
	font-size: 30px;
	color: #282828;
}
.We_Are_Committed_title h2 {
	font-family: 'Montserrat SemiBold';
}
/*#We_Are_Committed .We_Are_Committed_number1 {
	font-family: 'Bebas Neue';
	color:#282828;
	text-align: left;
	float: left;
	margin: auto;
} */
#We_Are_Committed .We_Are_Committed_number2 {
	font-family: 'Bebas Neue';
	color:#282828;
	text-align: left;
	float: left;
	margin: auto;
}
#We_Are_Committed .We_Are_Committed_number3 {
	font-family: 'Bebas Neue';
	color:#282828;
	text-align: left;
	float: left;
	margin: auto;
}
/*.We_Are_Committed_number_title {
	font-family: 'Poppins Regular';
	font-size: 18px;
	color: #282828;
	text-align: left;
	border-bottom: 3px solid #282828;
	padding-bottom: 5px;
} */
.We_Are_Committed_number_title p{
font-family: 'Poppins Regular';
font-size: 18px;
    color: #282828;
    text-align: left;
    border-bottom: 3px solid #282828;
    padding-bottom: 5px;
}
.We_Are_Committed_number_title_padding {
	padding-bottom:32px;
}
/*#We_Are_Committed .We_Are_Committed_number_title:hover {
	color: #4b86fc;
	cursor:pointer;
}*/
.We_Are_Committed_rollover img {
	padding-bottom: 30px;
}
.divider5 {
	border: 1px solid #959595;
	width: 60%;
	margin: auto;
}
#ExtensiveExperience {
	background:#ebeae7;
	padding: 84px 0 26px;
}
.ExtensiveExperience_title {
	text-align: center;
	padding-bottom: 40px;
	font-size: 30px;
	color: #282828;
}
.ExtensiveExperience_title h2 {
	font-family: 'Montserrat SemiBold';
}
.ExtensiveExperience_logo {
	font-family: 'Poppins Regular';
	font-size: 24px;
	color: #282828;
	text-align: center;
	margin: auto;
}
.ExtensiveExperience_logo_padding {
	padding: 8px 95px;
}
.ExtensiveExperience .ExtensiveExperience_logo {
	padding-top: 8px;
	padding-bottom: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.ExtensiveExperience .ExtensiveExperience_logo img {
    background: #fff;
    transition: all 0.3s ease-in-out;
    border: 1px solid #b8e7ea;
    padding: 20px;
}
.ExtensiveExperience .ExtensiveExperience_logo img:hover {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.1);
}
#DiscoverMore {
    background: #71d0d6;
    padding: 60px 0 60px 0;
    margin-bottom: 60px;
}
.DiscoverMore_title {
	padding-bottom: 0px;
}
.DiscoverMore_title h2 {
    font-family: 'Montserrat SemiBold';
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.DiscoverMore_title .divider {
    border: 1px solid #a3b439;
}
.DiscoverMore_para {
	font-family: 'Poppins Regular';
	font-size: 21px;
	color: #282828;
	text-align: center;
	padding-top: 40px;
	width: 100%;
	margin: auto;
}
.DiscoverMore_button {
	text-align: center;
	margin: auto;
}
.DiscoverMore_button .btn {
	font-family: 'Montserrat Regular';
	font-size: 16px;
	color: #fff;
	background: #292a2b;
	border: 0;
	border-radius: 25px;
	padding: 8px 40px;
	margin-top: 54px;
}
.DiscoverMore_button .btn:hover {
	color: #292a2b;
	background: #fff;
}
#LeaseAbout {
	background: #fff;
	padding: 64px 0 64px;
}
.LeaseAbout_title {
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
	color: #282828;
}
.LeaseAbout_title h1 {
    font-family: 'Montserrat SemiBold';
    font-size: 2rem;
}
.LeaseAbout_title .divider {
	border: 1px solid #292a2b;
}
.LeaseAbout_para {
	font-family: 'Poppins Regular';
	font-size: 16px;
	color: #282828;
	text-align: center;
	padding-top: 40px;
	width: 100%;
	margin: auto;
}
#rpa_Banner {
    width: 100%;
    background: #363636;
    position: relative;
    margin-top: 116px;
}
.makebot_container {
	background: #282828;
	padding: 0 0 2.2rem;
}
.makeBot {
	font-family: 'Montserrat Regular';
	font-size:18px;
	background:#d8eacc;
	color:#282828;
	padding:15px 45px;
	float: right;
}
.checkBot {
	font-family: 'Montserrat Regular';
	font-size:18px;
	background:#d8eacc;
	color:#282828;
	padding:10px 45px;
}
.roboticPara {
	padding-bottom:20px;
}
#rpa_Banner .container {
	padding-top: 52px;
}
#rpa_Banner h1 {
	font-family: 'Montserrat Regular';
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #fff;
	text-align: left;
}
#rpa_Banner h2 {
	font-family: 'Montserrat Regular';
	margin: 0 0 10px 0;
	font-size: 30px;
	color: #fff;
	text-align: left;
	padding-bottom:40px;
}
.aboutRPA{
	padding-bottom:60px;	
}
.aboutRPA p {
	color: #fff;
	font-family: 'Poppins Regular';
	font-size: 14px;
	text-align: justify;
}
#RpaAbout {
	background: #fff;
	padding: 63px 0 0px;
}
.RpaAbout_title {
	text-align: left;
	padding-bottom: 15px;
	font-size: 30px;
	color: #282828;
}
.RpaAbout_title h2 {
	font-family: 'Poppins Bold';
}
.RpaAbout_title .divider {
	border: 1px solid #292a2b;
	float: left;
}
.RpaAboutContent_padding {
	padding: 0 10rem;
}
#RpaTab {
	font-family: 'Montserrat SemiBold';
	background: #d7eacc;
	padding: 130px 0px 84px 100px;
	overflow: hidden;
}
#RpaTab .RpaTabContent {
	display: block;
	/*padding-right: 25px;*/
	position: relative;
}
.RpaTab_btn a {
	font-family: 'Poppins SemiBold';
	color:#282828;
	font-size: 18px;
}
.RpaTab_btn .nav-link.active, .nav-pills .show>.nav-link {
	font-family: 'Poppins SemiBold';
	background:#282828;
	color:#fff;
}
.RpaTab_content {
	color:#282828;
	padding: 50px 0px 0px 100px;
}
#RpaTab .RpaTab_button ul {
	margin-left: 55px;
	position: absolute;
	width: 100%;
	margin-top: 50px;
}
#RpaTab .RpaTab_button {
	z-index:9;
}
#RpaTab .RpaTab_content_bg {
	background: #fff;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	padding-bottom: 60px;/*margin: -47px 0 0 -82px;*/
}
.RpaTab_content h2 {
	font-family: 'Poppins SemiBold';
	color:#282828;
	padding-bottom: 30px;
}
.RpaTab_content p {
	font-family: 'Montserrat Regular';
	color:#282828;
}
.RpaTab_content p a {
	color:#71d0d6;
}
.RpaTab_para {
	font-family: 'Montserrat Regular';
	color:#282828;
	padding-top: 35px;
}
.RpaTab_para li{
	padding-bottom: 15px;
}
.ProductsTab_buttonlink .btn {
	font-family: 'Montserrat SemiBold';
	font-size: 16px;
	color: #292a2b;
	background: #fff;
	border: 1px solid #292a2b;
	border-radius: 0;
	padding: 8px 40px;
	margin-top: 32px;
	border-radius: 20px;
}
.ProductsTab_buttonlink .btn:hover {
	color: #fff;
	background: #007c88;
}
.Rpa_padding {
	padding: 0 30px 0px;
}
.Rpa_boxStyle {
	background: #fff;
	background-clip: border-box;
	border: 0;
	padding: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.Rpa_boxStyle img {
	border-radius: 5px;
}
.Rpa_box_heading {
    background: #ebebeb;
    padding: 0;
    border-radius: 10px;
    border: 3px solid #d7d7d7;
}
.Rpa_box_heading p {
    font-family: 'Poppins Regular';
    color: #282828;
    font-size: 14px;
    padding: 15px;
    height: 100px;
}

.Rpa_boxStyle a {
	font-family: 'Montserrat SemiBold';
	border-radius: 0;
	padding: 8px 50px;
	background: #71d0d6;
	color: #fff;
	border: 0;
}
.Rpa_boxStyle a:hover {
	background: #292a2b;
	color: #fff;
}
.btn_GetBot {
	padding: 40px 0 80px;
}
.btn_GetBot a {
	border-radius: 2rem;
	background: #007c89;
	padding: 0.375rem 2.75rem;
}
#YouMight .YourBusiness_title{
    padding-bottom: 35px;
}
.wp-megamenu-sub-menu .wpmm-submenu-right .wp-megamenu-sub-menu li{
 border-right: 0 !important;
 line-height: 0.6 !important;
}

.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_calendar {
    float: right !important;
    margin-left: 20px !important;
}
/*.booking_form .form-group .controls select, .booking_form select, .booking_form textarea, .booking_form input[type="text"] {
    width: 500px !important; 
}*/
#calender-section .wpbc_structure_calendar .datepick-inline {
    background: none repeat scroll 0 0 #ff7a59;
    border: 0 solid #ff7a59;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 10px;
    padding-bottom: 15px;
}
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links {
    background-color: #ff7a59;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7a59), to(#ff7a59));
    background: -webkit-linear-gradient(top, #ff7a59, #ff7a59);
    background: -moz-linear-gradient(top, #ff7a59, #ff7a59);
    background: -ms-linear-gradient(top, #ff7a59, #ff7a59);
    background: -o-linear-gradient(top, #ff7a59, #ff7a59);
    border-bottom: 0 solid #ff7a59;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 2px;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#calender-section .wpbc_structure_calendar .datepick-inline .datepick, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-header, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-header span, 
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links, 
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links a, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-days-cell, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-days-cell a, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-days-cell div, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-title-row, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-title-row th{
    font-size:14px;
}
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links .datepick-prev a, 
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links .datepick-next a, 
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links .datepick-prev a:hover, 
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links .datepick-next a:hover {
    color: #fff;
    font-weight: 400;
    text-shadow: none;
}
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links .datepick-prev a, 
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links .datepick-next a {
    font-size: 33px;
}
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-header {
    color: #252523;
    font-weight: 600;
    text-shadow: none;
}
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-header {
    text-align: center;
    position: relative;
    line-height: 40px;
    padding: 0;
}
#calender-section .wpbc_structure_calendar .datepick-inline .datepick, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-header, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-header span, 
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links, 
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links a, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-days-cell, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-days-cell a, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-days-cell div, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-title-row, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-title-row th {
    padding:0;
    margin: 0px;
    font-size: 16px;
    border: 0 none;
    vertical-align:middle;
}
#calender-section .wpbc_structure_calendar div.datepick-inline .datepick-title-row th {
    border:0 solid #ccc;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
#calender-section .wpbc_structure_calendar .block_hints .block_free, 
#calender-section .wpbc_structure_calendar .block_hints .block_time, 
#calender-section .wpbc_structure_calendar .block_hints .block_booked, 
#calender-section .wpbc_structure_calendar .block_hints .block_pending, 

#calender-section .wpbc_structure_calendar .block_hints .block_check_in_out, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-days-cell {
    border: 0 solid #ccc;
    color: #fff;
}
#calender-section .wpbc_structure_calendar .block_hints .block_free a, 
#calender-section .wpbc_structure_calendar .block_hints .block_time, 
#calender-section .wpbc_structure_calendar .datepick-inline .date_available a {
    color: #fff;
    font-weight: 600;
    text-shadow: none;
    line-height:45px;
}
#calender-section .wpbc_structure_calendar .block_hints .block_free, 
#calender-section .wpbc_structure_calendar .block_hints .block_time, 
#calender-section .wpbc_structure_calendar .block_hints .block_check_in_out div.check-in-div, 
#calender-section .wpbc_structure_calendar .block_hints .block_check_in_out div.check-out-div, 
#calender-section .wpbc_structure_calendar .datepick-inline .date_available, 
#calender-section .wpbc_structure_calendar .datepick-inline .timespartly.check_in_time div.check-in-div, 
#calender-section .wpbc_structure_calendar .datepick-inline .timespartly.check_out_time div.check-out-div {
    background: none repeat scroll 0 0 #ff7a59;
}
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links .datepick-prev,
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links .datepick-next{
    line-height:inherit;
}
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links .datepick-next a{
    padding-right:25px;
}
#calender-section .wpbc_structure_calendar .datepick-inline .calendar-links .datepick-prev a{
    padding-left:25px;
}
#calender-section .wpbc_structure_form .btn-default {
    background: #4b8dfc;
    border-color: #4b8dfc;
    border-radius: 35px;
    width: 144px;
    text-align: center;
    padding: 6px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-shadow: none;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 13px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 13px 0 rgba(0,0,0,0.3);
}
#calender-section .wpbc_structure_form .btn-default:hover {
    background: #373737;
    color: #fff;
    border-color: #373737;
}
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-title-row th, 
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-days-cell{
    height:62px;
    width:62px;
}
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-one-month .datepick .datepick-current-day {
    background-color: #000;
    border-radius:50%;
}
#calender-section .wpbc_structure_calendar .datepick-inline .datepick-days-cell span{
    font-weight:600;
    line-height:inherit;
}
#calender-section .wpbc_structure_calendar .datepick-today{
    background: #7c4739;
    border-radius:50%;
}
.bk_calendar_frame{

    width:425px !important;
    float:right;
}
.datepick-header span{
        font-size: 26px !important;
}
.datepick-days-cell span{
    font-weight: lighter !important;
}
.date_available a{
    font-weight: lighter !important;
}
.request-demo{
	padding: 64px 150px !important;
}
.awsm-job-wrap{
text-align: left;
padding-top: 2rem;
}
.awsm-job-item h2.awsm-job-post-title {
    color: #282828;
	font-family: 'Montserrat Semibold';
}
.awsm-job-more {
color: #71d0d6;
}
#careerContents{
padding-top: 4rem;
}
.abtcareer h1{
margin-bottom: 4rem;
}
.awsm-job-form-inner {
    background: #71d0d6 !important;
    color: #282828 !important;
    box-shadow: none !important;
}
.backside .OurTeam_box .OurTeam_body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.8rem 1.25rem 1rem;
}
.backside .OurTeam_box .OurTeam_body p + p{
    background: #007bff;
    border-radius: 25px;
    width: 50%;
    margin: auto;
}
.dialog-box-margin{
	margin-top: 3rem;
}
.close-one{
	color:#000 !important;
}
.dialogbox_padding{
	padding: 1rem;
}

.leaseAbstraction_section1_box .leaseAbstraction_section1_box_heading .requestProposalNow{
background: #89d6db;
    padding: 12px;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
}
.leaseAbstraction_section1_box .leaseAbstraction_section1_box_heading .requestProposalNow:hover{
background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}
#wp-megamenu-main-menu {
    text-align: left;
    width: 100%;
}
.wpdev-help-message.alert.alert-warning, .wpdev-help-message .alert.alert-warning {
    background-image: none;
    background: #d7eacc !important;
    font-size: 0.85em;
    box-shadow: none;
    display: block;
	color: #282828;
	border: 0 !important;
}
.wpdev-help-message.alert.alert-warning, .wpdev-help-message .alert.alert-warning {
    position: static !important;
}
.entry-title a{
	color:#71d0d6 !important;
}
#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
    width: calc(100% + 20px);
    margin-left: -10px;
    background-color: #282828;
    padding-top: 0;
    padding-right: 35px;
    padding-bottom: 60px;
    padding-left: 35px;
}
#footer .footerContainer .menu-footer-product-container .menu .menu-item-type-post_type a{
	white-space: normal;
}
.scrollToTop {
    background: #00dcf1 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 60px;
    display: none;
    font-size: 22px;
    height: 44px;
    line-height: 44px;
    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;
    color: #000;
}
.scrollToTop:hover {
    background: #373737 none repeat scroll 0 0;
    color: #fff;
}
.cloud-link a{
    white-space: nowrap !important;
}
.realcomm-event-img{
	background: url('../img/Realcomm_banner_1.jpg') no-repeat;
	background-size:cover;
	background-attachment: scroll;	
	width: 100%;
	height: 81.76vh;
	position: relative;
	background-position: center;
}
.realcomm-event-img .banner_content .scrollto{
    font-family: 'Montserrat Regular';
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 12px 28px;
    transition: 0.5s;
    border-radius: 30px;
    color: #fff;
    background: #71d0d6;
    margin-top: 20px;
}
.realcomm-event-img .banner_content .scrollto:hover{
    background: #FFA500;
    border-color: #cc1616;
}
.emailer_banner_form_new {
    position: absolute;
    right: 0;
    top: 160px;
}
.event_title h1{
    font-family: 'Montserrat Regular' !important;
    font-size: 38px !important;
	text-transform: none !important;
}
.event_title h2 {
    font-family: 'Montserrat Semibold' !important;
    font-size: 45px !important;
	color: #fff;
}
.event_title h4{
	font-family: 'Montserrat Regular' !important;
}
.event_para_center{
	text-align:center;
}
.join_us_para_anchor a{
	color: #187cab;
}
.lease-admin-campaign-img{
	background: url('../img/lease_abstraction_banner.jpg') no-repeat;
	background-size:cover;
	background-attachment: scroll;	
	width: 100%;
	height: 81.76vh;
	position: relative;
	background-position: center;
}
/* Covid-19 */
#Covid_containerpara h4 {
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
}
#social_response {
	padding:50px 0;
	text-align:center;
	background:#d2dfd5;
}
.icon_padding_bottom {
	padding-bottom:25px;
}
#social_response h2 {
    padding: 30px 0 0;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
}
.SocialResponse_margin {
	padding-top:60px;
}
.SocialResponse_margin h4{
	font-weight:bold;
}
.SocialResponse_divider {
	border:2px solid #4e4c29;
	width:45px;
	margin:auto;
}
#Business_Response {
	padding:50px 0;
	text-align:center;
	background:#fff;
}
#Business_Response h2 {
    padding: 30px 0 0;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
}
.Business_Response_margin {
	padding-top:60px;
}
.Business_Response_margin h4{
	font-weight:bold;
}
.Internal_Response_margin h4{
	font-weight:bold;
}
.Business_Response_divider {
	border:2px solid #4e4c29;
	width:45px;
	margin:auto;
}
#Internal_Response {
	padding:50px 0;
	text-align:center;
	background:#d2dfd5;
}
#Internal_Response h2 {
    padding: 30px 0 0;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
}
#PresidentMessage h2{
	font-size:48px;
	font-weight:300;
}
.Internal_Response_margin {
	padding-top:60px;
}
.Internal_Response_divider {
	border:2px solid #4e4c29;
	width:45px;
	margin:auto;
}
#weTogether {
	background:#f2f6f8;
	padding:80px 0;
}
.weTogether_title h2 {
    background: #d2dfd5;
    padding: 60px;
    color: #282828;
    width: 348px;
    z-index: 1;
    position: absolute;
    text-align: left;
    margin-top: 50%;
}
#PresidentMessage {
	padding: 60px 0;
	text-align: center;
	background: #fdf7eb;
}
#PresidentMessage p {
    padding: 15px 0 0;
    text-align: center;
}
.PresidentMessage_divider {
	border:2px solid #4e4c29;
	width:45px;
	margin:auto;
}
#post-3936 h1{
display:none;
}
.btn_covid{
	padding-right: 10px;
}
.btn_covid a{
	color: #525252;
	text-decoration: none;
	font-size: 13px;
}
/* covid-19-end */

.copyright-two{
	padding-top: 10px;
}
.report-contact{
	color: #c5daef;
}
.report-contact:hover{
	color: #ececec;
}
.internal_para{
	padding-top:35px; 
}
.team-member-text h4 {
    font-family: 'Montserrat Semibold';
    color: #000;
}
.team-member-text h6 {
    font-family: 'Montserrat Semibold';
    color: #222;
    text-transform: uppercase;
    font-size: 0.7rem;
}
.ourTeam_paddingBtm {
    padding-bottom: 10rem;
}
.ourTeam_paddingBtm li a{
	color: #007bff;
}
.covid-btn {
    padding: 6px 15px;
    color: #ffffff;
    background: #a3b439;
    line-height: 0.8;
    border-radius: 3rem;
    font-size: 12px;
}
.covid-btn a{
    font-size: 11px;
    color: #ffffff !important;
}
.covid-li {
    padding-top: 4px;
    padding-right: 15px;
}
.covid-btn:hover {
    color: #eaeaea !important;
    background: #187cab !important;
}
.team-member-text{
    padding: 0 3rem 0 1rem;
}
.contact_row{
	margin-top: 5rem;
}
/* Contact Us New */
#contactUS {
    background: #fff;
}
#contactUS .divider {
    border: 1px solid #71d0d6;
    width: 100%;
    margin: auto;
}
.contact_margin {
    padding: 10rem 3rem 0 !important;
    background: #fff;
}
.contact_margin h1{
	font-family: 'Montserrat SemiBold';
	color:#282828 !important;
	text-align:left;
	font-size: 2rem !important;
}
.address_row h2 {
    font-family: 'Montserrat Regular';
    color: #282828 !important;
    width: 100%;
    float: left;
    padding-bottom: 1rem;
    text-align: left;
    font-size: 1.6rem !important;
}
.contact_address {
    padding: 0;
}
.contact_address a{
    color:#4bacfc;
}
.contact_address span{
	color:#282828;
	float:left;
	width:100%;
}
.contact_email span{
	color:#282828;
	float:left;
	width:100%;
}
.contact_divider {
    border-bottom: 1px solid #dee2e6;
    margin-top: 1.5rem;
}
.contact_address .fa-map-marker{
	padding-left:0.5rem;	
}
.location_tab {
    padding: 4rem 0 0;
    border-bottom: 0;
}
.location_tab li {
    width: 33.3%;
    padding-bottom: 0;
}
.location_tab h5{
	color:#282828;
}
.location_tab .nav-item a{
	color:#4bacfc;
}
.location_tab a{
	font-size:1rem;
	padding-left:0;
}
.location_tab .nav-link:hover{
	background-color: transparent;
    border-color: transparent;	
	color:#666;
}
.location_tab .nav-link.active{
	background-color: transparent;
    border-color: transparent;	
	color:#00a652;
}
.new-contact-page{
	background: #d8eacc;
}
.contactAddress_all{
	cursor: pointer;
}
.contact_email a{
	color:#71d0d6;
}
.contact_tab {
	padding: 4rem 0 0;
    border-bottom: 0;
}
.address_row p {
    width: 100%;
    font-family: 'Montserrat SemiBold';
    margin-bottom: 8px !important;
}

/* New Event */
.EventBanner {
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 81.76vh;
    position: relative;
    background-position: center;
}
.EventBanner .new_banner_content .scrollto {
    font-family: 'Montserrat Regular';
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 12px 28px;
    transition: 0.5s;
    border-radius: 30px;
    color: #fff;
    background: #71d0d6;
    margin-top: 20px;
}
.EventBanner .new_banner_content .scrollto:hover {
    background: #FFA500;
    border-color: #cc1616;
}
.new_banner_content { 
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    text-align: left;
}
.new_banner_content h1 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: #fff;
}
.new_banner_content h4 {
    font-family: 'Abel', sans-serif;
    font-size: 28px;
    color: #fff;
    opacity: 0.9;
}
.new_event_title h1 {
    font-family: 'Montserrat Regular' !important;
    font-size: 38px !important;
    text-transform: none !important;
}
.new_event_title h1 { 
    font-family: 'Montserrat Semibold' !important;
    font-size: 45px !important;
    color: #fff;
}
.new_event_title h4 {
    font-family: 'Montserrat Regular' !important;
}
.new_emailer_banner_form {
	position: absolute;
    right: 0;
    top: 115px;
}
.new_emailer_banner_form form {
    width: 300px;
}
.new_meeting_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}
/*div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
} */
.new_emailer_banner_form input, .new_emailer_banner_form textarea {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
}
.new_emailer_banner_form textarea {
    height: 50px;
}
.new_emailer_banner_form textarea, .new_emailer_banner_form input, .new_emailer_banner_form input[type="date"] {
    color: #fff !important;
}
.emailer_content_event {
    padding: 90px 0;
    background-color: #ececec;
}
.emailer_content_event h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #303030;
    text-align: center;
    margin-bottom: 50px;
    line-height: 38px;
    margin-top: 0;
}
.join_us_para_event {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
    line-height: 35px;
    color: #000;
}
.join_us_para_event_new {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
    line-height: 35px;
    color: #000;
    text-align: center;
}
.join_us_section_event {
    padding: 90px 0;
}
.flx_row_event {
    display: flex;
}
.flx_col_event {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.join_us_title_event {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    color: #000;
    line-height: 30px;
}
.join_us_para_anchor_event a {
    color: #187cab;
}
.about_retrans_event {
    padding: 90px 0 90px 0;
    background-color: #ececec;
}
.emailer_title_event {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #232323;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: 0;
}
.event_para_center_event {
    text-align: center;
}
.about_retrans_event p {
    font-size: 18px;
    color: #010101;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}
.DiscoverMore_button_event {
    text-align: center;
    margin: auto;
}
.DiscoverMore_button_event .btn {
    font-family: 'Montserrat Regular';
    font-size: 16px;
    color: #fff;
    background: #292a2b;
    border: 0;
    border-radius: 25px;
    padding: 8px 40px;
    margin-top: 54px;
}
.flx_row_event .flx_col_event:nth-child(1):after {
    content: "";
    display: inline-block;
    border-right: #adadad solid 2px;
    height: calc(100% - 50%);
    position: absolute;
    right: 0;
} 
.new_emailer_banner_form textarea, .new_emailer_banner_form input, .new_emailer_banner_form input[type="date"] {
    color: #fff !important;
}
.new_emailer_banner_form input::placeholder, .new_emailer_banner_form textarea::placeholder{
	color:#fff;
}
.event_form:focus{
	background:#282828;
}
.new_emailer_banner_form input[type="submit"] {
    width: 100%;
    display: inline-block;
    color: #f0f1f1;
    background-color: #232728;
    padding: 10px 10px;
    border: #232728 solid thin;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
.new_emailer_banner_form input[type="submit"]:hover {
    background-color: transparent;
    border: #fff solid thin;
}
.new_event_title h5{
	font-size: 1.5rem;
	color: #fff;
}
#wpcf7-f777-o1 .ui-datepicker-trigger {
	position: absolute;
	top: 0;
	right: 10px;
	height: 19px;
	display: inline-block;
	vertical-align: top;
}
.feedback-padding {
	padding-bottom: 1.5rem;
}
#OurTeam .OurTeamContainer-two {
	 padding: 0 60px 0px 60px;
}
.OurTeam{
	padding: 84px 6rem 0 !important;
}
.ourTeam_paddingBtm2 {
    padding-bottom: 7rem;
}
.ContactSelect {
	border: 1px solid #ccc;
    font-size: 14px;
    padding: 7px 8px;
    text-align: left;
    line-height: 21px;
    margin: 0 0 10px 0;
    width: 100%;
	color: #757575 !important;
}
.message-box-size {
	border: 1px solid #ccc;
    font-size: 14px;
    padding: 7px 8px;
    text-align: left;
    line-height: 21px;
    margin: 0 0 10px 0;
    width: 100%;
    resize: both;
    height: 46px !important;
}
.int-link {
	color: #4b75fc !important;
}
.int-link:hover {
	color: #282828 !important;
}
#ProductsBanner .request-title{
	font-family: 'Montserrat SemiBold';
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 600;
    line-height: 48px;
    color: #2b2728;
    text-align: center;
    font-weight: bold;
}
.event-h2-title h2 {
    font-family: 'Montserrat Semibold' !important;
    font-size: 45px !important;
    color: #fff;
}
.covid-li a{
	padding: 2px;
}
.covid-li a .btn{
	font-size: 12px; 
	color: #fff; 
	padding: 5px 10px;
}

/* Start Pouup Form Code */

.request_proposal_outer_one, .download_brochure_outer_one, .gitex_form_outer{
  margin: 0;
  position: fixed;
  background: rgba(0,0,0,0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.request_proposal_outer_one.showform, .download_brochure_outer_one.showform, .gitex_form_outer.showform{
  opacity: 1;
  z-index: 999;
}

.career-form-outer.showform{
  opacity: 1;
  z-index: 999;
}
.request_proposal_inner_one, .download_brochure_inner_one{
    background: #fff;
    width: 341px;
    margin: 57px auto 0;
    padding: 20px;
  position:relative;
}
.request_proposal_inner_one .close, .download_brochure_inner_one .close{
    position: absolute;
    top: -31px;
    right: -1px;
    background: #2585b0;
    color: #fff;
    padding: 8px 12px;
    opacity: 1;
}
.request_proposal_inner_one h3, .download_brochure_inner_one h3{
    font-size: 24px;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
    line-height: 24px;
}
.request_proposal_inner_one input, .download_brochure_inner_one input{
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 7px 8px;
    text-align: left;
    line-height: 21px;
    margin: 0 0 10px 0;
    width: 100%;
}
.request_proposal_inner_one textarea, .download_brochure_inner_one textarea{
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 7px 8px;
    text-align: left;
    line-height: 21px;
    margin: 0 0 10px 0;
    width: 100%;
   /* resize:auto; */
    height:100px;
}
.request_proposal_inner_one input.wpcf7-submit , .download_brochure_inner_one input.wpcf7-submit{
    background: #2585b0;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    margin: 25px 0 0 0;
    text-align: center;
    cursor: pointer;
    font-style: normal;
}
.request_proposal_inner_one input.wpcf7-submit:hover, .download_brochure_inner_one input.wpcf7-submit:hover{
    background: #108d6f;
}
.request_proposal_inner_one .wpcf7-not-valid-tip, .download_brochure_inner_one .wpcf7-not-valid-tip{
    font-size: 14px;
    text-align: left;
}
.request_proposal_inner_one .wpcf7-validation-errors, .download_brochure_inner_one .wpcf7-validation-errors{
    margin: 0;
    border: 1px solid #c00;
    padding: 7px 13px;
    font-size: 14px;
    text-align: left;
    line-height: 17px;
}
.no-padding {
    padding: 0 !important;
}

/* End Popup from Code */

.OurTeam_title h2 {
    font-family: 'Montserrat Bold';
    text-align: center;
    font-size: 48px;
    color: #282828;
}
.Serviceslist .service-button {
    border-radius: 0;
    font-size: 12px;
    border-color: transparent;
    background-color: #007c88;
    margin-top: 0.5rem;
    color: #fff !important;
    padding: 4px 15px !important;
    float: left;
}
.Serviceslist .service-button:hover {
	border-radius: 0;
    font-size: 12px;
    border-color: transparent;
    background-color: #0caab9;
}
.YourBusiness_button span {
    font-family: 'Montserrat Regular';
    font-size: 16px;
    color: #fff;
    background: #007c88;
    border: 0;
    border-radius: 0;
    padding: 8px 40px;
    margin-top: 25px;
}
.YourBusiness_button span:hover {
    color: #292a2b;
    background: #fff;
}
.ProductsTab_buttonlink span {
    font-family: 'Montserrat SemiBold';
    font-size: 16px;
    color: #292a2b;
    background: #fff;
    border: 1px solid #292a2b;
    border-radius: 0;
    padding: 8px 40px;
    margin-top: 5px;
    border-radius: 20px;
    float: left;
}
.ProductsTab_buttonlink span:hover {
    color: #fff;
    background: #007c88;
}
.blogBoxes .element{
	padding-bottom: 2rem;
}
.default-template-banner img{
	width:100%;
}
.homepage_video {
    width: 100%;
    height: 500px;
}
.homepage_video_rpa {
    width: 100%;
    height: 295px;
}
.lease_video .homepage_video {
	text-align:center;
	margin-top:2rem;
}
.CovidResponse_Testimonials{
    width: 100%;
    margin-top: 2rem;
}
.social_col{
	width: 20% !important;
	padding: 0 1rem;
}

/* 2021-01-15  */

.para_space p{
	width: 100%;
}
.infra_box_heading {
    background: #ebebeb;
    padding: 0;
    border-radius: 10px;
    border: 3px solid #d7d7d7;
    margin-bottom: 25px;
    height: 340px; 
}

.infra_box_heading p {
    font-family: 'Poppins Regular';
    color: #282828;
    font-size: 14px;
    padding-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
   /* height: 130px; */
}
#InfraTab {
    font-family: 'Montserrat SemiBold';
    background: #d7eacc;
    padding: 130px 0px 84px 100px;
    overflow: hidden;
}

#InfraTab .RpaTabContent {
    display: block;
    / padding-right: 25px; /
    position: relative;
}
#InfraTab .RpaTab_button {
    z-index: 9;
}

#InfraTab .RpaTab_button ul {
    margin-left: 55px;
    position: absolute;
    width: 100%;
    margin-top: 50px;
}
#InfraTab .RpaTab_content_bg {
    background: #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-bottom: 60px;
    /* margin: -47px 0 0 -82px; */
}
.infra_box_heading img{
	width: auto;
    padding-top: 30px;
}
.infra_box_heading ul li{
	text-align:left;
}
.infra_type_heading {
	font-family: 'Montserrat Regular';
    font-weight: bold;
    font-size: 16px !important;
}
.ins_box_seven .nav-tabs .nav-item {
    width: 14.2%;
    text-align: center;
}
.bms_box .nav-tabs .nav-item{
	width: 14.2%;
    text-align: center;
}
.ins_box_six{
padding-bottom: 42px;
}

.ins_box_six .nav-tabs {
    border-bottom: 0;
}

.ins_box .nav-tabs .nav-item {
    width: 16.6%;
    text-align: center;
}

.ins_box .nav-tabs .nav-link:hover {
    background: #ecf2f6;
}

.ins_box p {
    font-family: 'Poppins Regular';
    font-size: 14px;
    color: #252627;
    font-weight: 300;
    padding-top: 29px;
}
.contactSubmit-new {
	float: left;
}
.software_box {
    text-align: center;
    float: left;
	color: #fff;
}
.software_box img{
    width: auto;
}
.why_ret software_box p {
    font-family: 'Poppins Regular';
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 15px;
}
.software_box h2 {
    color: #187cab;
    font-size: 24px;
}
.software_box a {
    color: #fff;
    background-color: #a3b439;
    border-color: #007b5e;
    border: 0;
    border-radius: 0;
    font-family: 'Montserrat SemiBold';
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
}
.software_box p{
	margin-bottom: 25px;
}
.discover-one {
    background: #187cab;
    padding: 60px 0 60px 0;
}
.uncover-one {
    background: #71d0d6;
    padding: 60px 0 60px 0;
}
.software-expertise{
    padding: 0px 0 60px 0;
}
.footer_menu_width {
	width:20%;
}
.sectionPadding {
    
    padding-top: 50px;
}
.sectionPaddingTwo{
	
	border-top: 1px solid #504f4f;
}
.aboutHeading{
	text-shadow: 2px 2px 1px #6a6a6a;
}
.history{
    padding-top:5px;
}
.culture{
    padding-top: 50px;
}
.ethics{
    padding-top: 50px;
}
.csr{
    padding-top: 50px;
}
.title-line-one {
    background-color: #a3b439;
    display: inline-block;
    height: 3px;
    margin-bottom: 15px;
    width: 60px;
    margin-top: 0px;
}
/* Jobs listing page css */
.awsm-filter-wrap{
	display:none;
}
.awsm-load-more-main a.awsm-load-more{
	color:#282828;
}
.awsm-job-form input{
	width: 100%;
}
.awsm-job-form .wpcf7-textarea{
	width: 100%;
}
.error_btn{
	background-color:#187dab;
}
.error_btn:hover{
	background-color:#a3b439;
}
.invalidpage {
    margin-top: 0;
    margin-bottom: 5rem;
}
.invalidpage h1 {
    font-size: 120px;
    color: #dfdfdf;
}
.invalidpage p {
	font-size: 16px;
	font-weight: bold;
	padding-top:20px;
	padding-bottom:20px;
}
.wp-megamenu > li.wp-megamenu-item-4276.wpmm-item-fixed-width > ul.wp-megamenu-sub-menu {
width: 230px !important;
left: calc(100% - 115px - 20px) !important;
}
.wp-megamenu > li.wp-megamenu-item-2739.wpmm-item-fixed-width > ul.wp-megamenu-sub-menu {
    width: 260px !important;
    left: calc(100% - 130px - 20px) !important;
}
.wp-megamenu > li.wp-megamenu-item-5006.wpmm-item-fixed-width > ul.wp-megamenu-sub-menu {
    width: 240px !important;
    left: calc(100% - 120px - 20px) !important;
}
#wp-megamenu-main-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 {
    font-family: 'Montserrat' !important;
    color: #525252;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
}
#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu h1, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu h2, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu h3, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu h4, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu h5, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu h6 {
    font-family: 'Montserrat' !important;
}
.wp-megamenu > li.wp-megamenu-item-2856.wpmm-item-fixed-width > ul.wp-megamenu-sub-menu {
    width: 240px !important;
    left: calc(100% - 120px - 20px) !important;
}
.wp-megamenu > li.wp-megamenu-item-2956.wpmm-item-fixed-width > ul.wp-megamenu-sub-menu {
	width: 220px !important;
	left: calc(100% - 110px - 20px) !important;
}

/* 2022-05-30 blog slider */
.bloglist_title {
    margin-top: 60px;
    text-align: center;
    color: #fff;
}
.bloglist_title .divider{
	margin-bottom: 35px;
}
.bloglist_title .carousel-control-next, .carousel-control-prev{
	width: 5%;
}
.bloglist_title .panel-thumbnail p{
    color: #71d0d6;
    font-size: 18px;
    font-family: 'Montserrat Semibold';
    margin-top: 15px;
    text-align: center;
}
.bloglist_title .carouselPrograms a{
    color: #fff;
    background-color: #71d0d6;
    border-color: #007b5e;
    border: 0;
    border-radius: 0;
    font-family: 'Montserrat SemiBold';
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
}
.bloglist_title .carouselPrograms a:hover{
	background: #292a2b;
    color: #fff;
}
.bloglist_title .carouselPrograms .panel-thumbnail p + p{
    margin-bottom: 60px;
}
.blogs_title {
    color: #282828;
    font-size: 18px;
    font-family: 'Montserrat Semibold';
    margin-top: 15px;
    text-align: center;
    height: 75px;
}

.blogs_link a {
    color: #fff;
    background-color: #a3b439;
    border-color: transparent;
    border-radius: 0;
    font-family: 'Montserrat SemiBold';
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
}

.blogs_link a:hover {
    background: #187cab;
    color: #fff;
    text-align: center;
    border-color: transparent;
}
.blogs_link {
    text-align: center;
    padding-bottom: 10px;
}
.bloglist_bg {
    background: #187cab;
    float: left;
    padding-bottom: 60px;
}
.bloglist_bg .carousel-control-next, .carousel-control-prev{
	width: 5%;
}
.bloglist_bg .carousel-control-prev{
	left: -40px;
}
.bloglist_bg .carousel-control-next{
	right: -40px;
}
.bloglist_bg .carousel-control-next-icon, .carousel-control-prev-icon{
	width: 30px;
    height: 30px;
}

.bloglist_bg .panel-thumbnail{
    background: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 5px;
    padding: 5px;
}

.bloglist_bg .job_carousel_thumbnail {
    background: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    height: 270px;
}
.job_carousel_title {
    color: #282828;
    font-size: 18px;
    font-family: 'Montserrat Semibold';
    margin-top: 15px;
    line-height: 1;
    height: 38px;
    text-align: left;
}
.job_carousel_link {
    padding-bottom: 10px;
    bottom: 0;
    text-align: center;
}
.bloglist_bg .awsm-job-specification-wrapper{
	height: 140px;
}
#careerContents .awsm-job-content{
    padding-bottom: 0;
}
.back_to_career {
    margin-bottom: 50px;
}

.back_to_career a {
    color: #fff !important;
    background-color: #71d0d6;
    border-color: transparent;
    border-radius: 0;
    font-family: 'Montserrat SemiBold';
    font-size: 14px;
    padding: 10px 40px;
}

.back_to_career a:hover {
    background: #292a2b;
    text-align: center;
}
.banner_careerContents{
	padding-top: 10rem !important;
}

/* End Blog slider*/

#aboutUs a{
color: #187cab !important;
}
#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li.active>a{
    color: #a3b439 !important;
}
.blog-txt a.global_internal_link {
	color:#0000FF;
}
.blog-txt a.global_internal_link:hover{
	color:#0000FF;
}
.news_h2{
	font-size: 20px;
	font-weight: bold;
}
.testimonial-pointer .swiper-pagination-bullet{
	background: #fff;
}
.testimonial-pointer .swiper-pagination-bullet-active{
	background: #a0ad3c;
} 
.podcosts_play img{
    float: left;
}
.podcosts_play a{
	background: transparent !important;
}
.awsm-grid-right-col .awsm-job-expiry-details .awsm-job-expiration-label{
	color: #4c4c4c !important;
}
.awsm-grid-right-col .awsm-job-expiry-details .awsm-job-expiration-content{
	color: #4c4c4c !important;
}
.speaker{
    padding: 0 !important;
    background: transparent !important;
    color: #187cab !important;
    font-size: 14px !important;
}
.demo_video_link{
	bottom: 0;
	float: left;
}
/*Videos and Podcasts */
#thoughtTitle{
	background: #f5f8fa;	
}
#thoughtTitle h2{
	font-family: 'Montserrat SemiBold';
    color: #282828;
    text-align: center;
    padding-top: 60px;	
}
.headingContainer{
	padding-bottom: 20px;	
}
.thoughtContainer{
	padding-bottom: 35px;	
}
.thought{
	padding-top: 15px;
    padding-bottom: 15px;	
}
.thought h2{
	font-family: 'Montserrat SemiBold';
    color: #282828;
    text-align: center;
    padding: 60px 0 0 0;	
}
.thought img {
    width: 100%;
    border-radius: 5px;
}
.thought ul {
    color: #282828;
    list-style: none;
    padding: 0 10px;
}
.thoughtHeading{
	font-size: 22px;
    font-weight: bold;
    padding-top: 15px;	
}
.thoughtHeading li{
	    padding-bottom: 15px;
}
.thoughtDivider{
	border: 1px solid #a3b439;
    width: 38px;
    margin: auto;	
}
.thoughtContainer a{
	font-family: 'Montserrat SemiBold';
    border-radius: 0;
    padding: 8px 35px;
    background: #a3b439;
    color: #fff;
    border: 0;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}
.thoughtContainer a:hover{
    background: #187cab;
}
.thoughtContainer span{
	padding-bottom: 12px;
   
}.thoughtContainer ul li{
	font-weight:bold;	
}



#proptechTitle{
	background:#187cab;	
}
#proptechTitle h2{
	font-family: 'Montserrat SemiBold';
    color: #fff;
    text-align: center;
    padding-top: 60px;	
}
.headingContainer{
	padding-bottom: 20px;	
}
.proptechContainer{
	padding-bottom: 35px;	
}
.proptech{
	padding-top: 15px;
    padding-bottom: 15px;	
}
.proptech h2{
	font-family: 'Montserrat SemiBold';
    color: #282828;
    text-align: center;
    padding: 60px 0 0 0;	
}
.proptech img{
	width: 100%;	
}
.proptech ul{
	color: #282828;
    list-style: none;
    padding: 0;	
}
.proptechHeading {
    font-size: 22px;
    font-weight: bold;
    padding-top: 15px;
    color: #282828;
}
.proptechHeading li{
	    padding-bottom: 15px;
}

.proptechDivider{
	border: 1px solid #a3b439;
    width: 38px;
    margin: auto;	
}
.proptechContainer a{
	font-family: 'Montserrat SemiBold';
    border-radius: 0;
    padding: 8px 35px;
    background: #a3b439;
    color: #fff;
    border: 0;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}
.proptechContainer a:hover{
    background: #187cab;
}
.proptechContainer span {
    color: #282828;
}
.proptechContainer ul li{
	font-weight:bold;	
}
.proptechContainer span{
	color:#fff;
	
}
#ProductsBanner{
	font-family: 'Montserrat Bold';
    margin: 0 0 10px 0;
    font-size: 64px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}
.thoughtBoxstyle {
    background: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 5px;
    padding: 5px;
    min-height: 600px;
}


.proptechBoxstyle{
background: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 5px;
    padding: 5px;
    height: 100%;
}
.proptechBoxstyle span p{
	color:#282828;
}
/*End Videos and Podcasts */ 

/* New Website Css */

.new_platform_section {
    padding: 35px 0 0 0;
	position:relative;
}
.new_platform_img{
	padding: 0px 30px 30px 30px;
}
.new_platform_card{
	background-color: #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	min-height: 257px;
}
.new_platform_card h2{
	padding: 0;
}
.new_platform_card p{
	padding: 5px 10px;
}
.new-platform-list{
	padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.divider_platform{
	border-top: 1px solid lightgrey;
}
.button_fixed{
	padding:5px 5px 28px;
}
.btn_cta_platform{
	position: absolute;
    margin-left: -56px;
    margin-bottom: 24px;
    bottom: 0;
}
#ProductsAbout .container .form-group p {
	text-align:left;
}
#sbmt-fd360{
	font-family: 'Montserrat SemiBold' !important;
    border-radius: 0 !important;
    padding: 8px 12px !important;
    background: #a3b439 !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 12px !important;
}

/* Privacy Policy*/
/*
.policy-head{
	font-family: 'Montserrat Bold';
	color:#282828 !important;
	font-size:40px;
	padding: 20px 0 40px 0;
}
.policy-main{
	padding-top: 65px;
    padding-bottom: 65px;
	border-bottom: 1px solid #282828 !important;
}
.policy-pdf{
	color:#0097b2;
}
.policy-left img{
    width: auto;
    height: 80px;
}
.policy-right{
    padding-left: 0;
}
.policy-right a:hover{
	color: #a2b33a;
}
.anhor-policy{
	padding-bottom:60px;
}
.policy-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';
}
.anhor-policy a:hover{
	color:#fff;
	background:#187cab;
}
*/
.privacy-notice p a {
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 10px 0px 10px 0px !important;
    color: #0b99cd !important;
    line-height: 22px;
    font-weight: normal;
    border-radius: 5px;
    font-family: 'Montserrat Regular';
    background: transparent !important;
}

/* 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: 130px;
}
.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;
    text-align: left;
    font-family: 'Montserrat Bold';
}
.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;
	font-family: 'Montserrat Bold';
	text-align: left;
}
.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;
	text-align: left;
	font-family: 'Montserrat Bold';
}
.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;
	font-family: 'Montserrat Bold';
}
.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;
}
.case-single-title h1{
    font-family: 'Montserrat Bold';
}
.case-single-content h4{
	font-family: 'Montserrat Bold';
}
.case-single-readmore-list h3{
    width: 100%;
	font-family: 'Montserrat Bold';
}
.case-single-readmore-list span{
	text-align: center;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.sharing span a{
	color:#a3b439;
}
.sharing span a:hover{
	color:#187cab;
}

/* End Case Studies */

/* 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 */

.register-trademark sup{
	font-size: 17px;
    font-family: 'Montserrat SemiBold';
    top: -1.2rem;
}
.panel-thumbnail a.thumb img {
	height: 222px;
}

/* New Megamenu November 2025 */

.navbar1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 9px 47px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  position: sticky;
  z-index: 100;
  top:0;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #007bff;
  width: 25%;
}

.level{
  width: 75%;
  float: right;
  padding-top: 12px;
}

.nav-links {
  list-style: none;
  display: flex;
  justify-content: end;
  border-top: 1px solid #959595;
  margin-top: 8px;
}

.nav-links li {
  position: relative;
  margin-top: 5px;
  padding-bottom:9px;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  padding: 0px 23px;
  display: block;
  font-weight: 500;
  transition: color 0.3s;
  border-left: 1px solid #000;
  font-size: 12px;
  font-weight: bold;
}

.nav-links a:hover {
  color: #a3b439;
}

/* Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  background: #282828;
  display: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 14px 25px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
}

.mega-column {
  flex: 1 1 20%;
  min-width: 200px;
}

.mega-column h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.mega-column a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 5px 0;
  transition: color 0.3s;
  padding: 5px 0px;
  font-size: 12px;
}

.mega-column a:hover {
  color: #a3b439;
}

/* Show mega menu on hover */
.dropdown:hover .mega-menu {
  display: flex;
}

/* Mobile Styles */
.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.request{
    background-color: #a3b439;
    color: #fff;
    padding: 4px 20px;
    border-radius: 23px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 12px;
}

.request:hover{
  background-color: #9fa66e;
}

.search{
    border: 0;
    outline: none;
    background-color: #f3ebeb;
    padding: 10px 10px;
    border-radius: 5px;
}

.level_1{display: flex;
gap: 20px;
justify-content: end;
flex-wrap: wrap;
}

.serach_bar{
    position: relative;
}

.serach_icon{
    position: absolute;
    right: 20px;
    top: 10px;
}
/*
.icon img{
  height: 32px;
} */
.mega-row{
  display: flex;
}

.mega-column ul li{
  list-style: none;
  padding: 0;
  margin: 0;
}

.first-level-heading{
   color: #fff;
  font-size: 17px;
  font-weight: bold;
}

.second-level-heading{
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #71d0d6;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 15px;  
}

.services-dropdown .mega-menu{
  right: -250px !important;
  left: revert;
}

.contact_us .mega-menu{
left: revert;
right: 0;
}

.services-dropdown .mega-column {
  width: 290px;   /* prevent right-alignment */       /* align to left under the menu item */
}

.services-dropdown .mega-menu .mega-column a{
  margin: 10px 0px;
  padding: 2px 0px;
}

.menu-toggle{
  color: #000;
}

.mega-column a{
  border: 0;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    border-top: 1px solid #eee;
  }

  .nav-links.active {
    display: flex;
  }

  .dropdown .mega-menu {
    position: static;
    width: 100%;
    flex-direction: column;
    box-shadow: none;
    padding: 10px 20px;
  }

  .mega-column {
    margin-bottom: 15px;
  }

  .nav-links{
margin-top: 100px;
}

.logo{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar1{
  flex-direction: column;
}

.level{
  width: 100%;
}

.level_1{
  justify-content: center;
}
.nav-links a{
  border: 0;
}
.mega-row{
  flex-direction: column;
}
.services-dropdown .mega-column{
  width: auto;
}
.mega-column{
  width: 100%;
}
}
.nav-links li:first-child a {
  border: none;
}
.mega-column ul{
	padding:0;
}
.request a{
    padding: 0px !important;
    color: #fff !important;
	font-size:11px !important;
}
.mega-column ul li a {
font-weight: normal !important;
    font-size: 11px !important;
}
.menu-toggle{
	background: #2964d8;
	border-radius: 5px;
	padding: 2px 10px;
	color: #fff;
	font-size: 21px;
}
.swiper-container{
	z-index: 0 !important;
}
.ServicesUl .menu-item-object-custom a{
	font-size: 12px;
	font-weight: 400;
	color: #282828;
	padding: 0px 0 6px 0px !important;
}
.mega-menu.active {
  /*display: block !important;*/
}
	
@media (max-width: 425px){
.nav-links{
margin-top: 135px;
}

.mega-row{
  flex-direction: column;
}
}

@media (max-width: 1440px){
.services-dropdown .mega-menu{
  right: -520px !important;
  left: revert;
}
}