

/*@import url('https://www.fontify.me/wf/80aa79216ca7539cf9583442ef908be3');*/
body{
	color: #616365;
	/*font-family: font91409;*/
	font-family: "Open Sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.667;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
}

.navbar-custom {
    color: #000000;
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover{
	color: orange;
}

div.fixed-rectangle {
     width: 400px;
     height: 100px;
     background-color: #6E6E6E;
}

.flex-rectangle{
    width: 100%;
    background: #6E6E6E;
}
.flex-rectangle:before{
    content: "";
    display: block;
    padding-top: 25%;
}



.quotes-class:before
{
content: '\201C';
font-size : 2em;
color : lightgreen;
}

.quotes-class:after
{
content: '\201D';
font-size : 2em;
color : lightgreen;
}

.animateTopDiv{
	margin: 22px;
	padding: 25px;
	box-shadow: 0 1px 5px 0 rgba(208,208,208,0.5);
	text-align: left;
	background: white;
	-webkit-transition: margin-top 3s; /* For Safari 3.1 to 6.0 */
    transition: margin-top 3s;
}

.animateTopDiv:hover{
	margin-top:-10px;
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes animateTopStart {
     0%   {left:0px; top:0px;}
    50%  {left:0px; top:-8px;}
    100% {left:0px; top:-15px;}
}

/* Standard syntax */
@keyframes animateTopStart {
    0%   {left:0px; top:0px;}
    50%  {left:0px; top:-8px;}
    100% {left:0px; top:-15px;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes animateTopEnd {
     0%   {left:0px; top:-15px;}
    50%  {left:0px; top:-8px;}
    100% {left:0px; top:0px;}
}

/* Standard syntax */
@keyframes animateTopEnd {
    0%   {left:0px; top:-15px;}
    50%  {left:0px; top:-8px;}
    100% {left:0px; top:0px;}
}

.leftchat {
    content: "";
position: relative;
top: 0px;
right: 0px;
left: 40px;
width: 0px;
height: 0px;
border: 5px solid #ddd;
border-left-color: transparent;
border-bottom-color: transparent;
}

.accent-bar {
    background-color: #d1232b;
	margin-left: auto;
    margin-right: auto;
	display: block;
	width: 40px;
	height: 4px;
    margin-bottom: 10px;
}

.stacked-features-divider__container {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

.arrow-top{
	background-position: 0 -1232px;
    display: inline-block;
    height: 14px;
    vertical-align: bottom;
    width: 11px;
	//background-image: url("lib/images/up.png");
    background-repeat: no-repeat;
	
}

.arrow-bottom{
	background-position: 0 -1232px;
    display: inline-block;
    height: 14px;
    vertical-align: bottom;
    width: 11px;
	background-image: url("lib/images/down.png");
    background-repeat: no-repeat;
}

.divider {
    background: #d3d5d3 none repeat scroll 0 0;
    margin: 0 auto;
    vertical-align: bottom;
    width: 1px;
}

.stacked-features-divider {
    display: table;
}

h3 > a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

h3 > a:hover:after {
    width: 100%;
    background: lightcoral;
}

ul.checkboxUL {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
ul.checkboxUL > li {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 47px;
	margin-bottom: .75em;
	color: #4a7bb4;
	font-weight: 200;
	line-height: 1.4;
	background : url("../img/check-circle-blue.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: left;
	background-position-y: center;
	background-size: auto auto;
}

ul.checkboxUL-medium > li {
	padding: 0px 0px 4px 47px;
	color: #4a7bb4;
	font-weight: 200;
	line-height: 1.4;
	background : url("../img/check-circle-blue.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: left;
	background-position-y: center;
	background-size: 20px 20px;
	list-style-type: none;
}

.topic-header{
	color: cadetblue; 
	font-weight:500;
	text-decoration:underline;
	margin-left:10px;
}

.div-header{
	color: #30517b; 
	padding-top: 3%; 
	width: 100%; 
	max-width: none; 
	margin-top: 0 !important; 
	text-align: center; 
	line-height: 6.5rem; 
	letter-spacing: .4px; 
	font-weight:500; 	
	margin-bottom:0px;
}

.topic-header-one{
	font-size:48px; 
	font-weight:300;
	color:#4c4c4c ;
	margin-bottom:0px;
	line-height:1;
}

.content-one{
	font-size: 21px; 
	font-weight: 200;
	color:#555;
}

.topic-header-two{
	font-size:28px ; 
	font-weight:300;
	color:#4c4c4c ;
	margin-bottom:0px;
	line-height:1;
}

.punch-line{
	color: white; 
	max-width: none; 
	margin-top: 0px !important ; 
	line-height: 6.5rem; 
	letter-spacing: .4px; 
	font-weight: 400;
}

.tag-line{
	color:white;
	line-height:1.3;
	font-size:24px;
	width: 98%; 
	font-weight: 400; 
}



.content-two{
	font-size: 17px; 
	font-weight: 200;
	color:#555;
}

.resultDiv {
    background-color: #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.3);
    height: auto;
    margin-top: 10px;
    overflow: auto;
    padding: 20px;
    position:fixed;
    z-index: 1;
	top : 100px;
	right : 20px;
}

.btn-google, .btn-google:hover {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px !important;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-google {
	 background-color: transparent;
	 color: #e24545;
    transition: all 0.5s ease 0s;
    border-color: #e24545;
}

.btn-google:hover, .btn-google:focus, .btn-google.focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-primary-outline {
    background-color: #e24545;
    border-color: #e24545;
    color: #fff;
}
.btn-facebook, .btn-facebook:hover {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px !important;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-facebook {
	 background-color: transparent;
	 color: #607ecb;
    transition: all 0.5s ease 0s;
    border-color: #607ecb;
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-primary-outline {
    background-color: #607ecb;
    border-color: #607ecb;
    color: #fff;
}

.btn-login, .btn-login:hover {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px !important;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-login {
	 background-color: transparent;
	 color: #5bc0de;
    transition: all 0.5s ease 0s;
    border-color: #5bc0de;
}

.btn-login:hover, .btn-login:focus, .btn-login.focus, .btn-login:active, .btn-login.active, .open > .dropdown-toggle.btn-primary-outline {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #fff;
}

.btn-cancel, .btn-cancel:hover {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px !important;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	
}
.btn-cancel {
	 background-color: transparent;
	 color: #999999;
    transition: all 0.5s ease 0s;
    border-color: #999999;
}

.btn-cancel:hover, .btn-cancel:focus, .btn-cancel.focus, .btn-cancel:active, .btn-cancel.active, .open > .dropdown-toggle.btn-primary-outline {
    background-color: #999999;
    border-color: #999999;
    color: #fff;
}

.form-controls {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    color: #555 !important;
    display: block !important;
    font-size: 14px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    width: 100% !important;
}

.form-controlss{
	background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    color: #555 !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 1.42857 !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    width: 100% !important;
	
}

/*MOBILE UI PAGE STARTS FROM HERE */

.product-hero {
    margin-left: -32px;
    margin-right: -32px;
}

*, *::after, *::before {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}

.product-hero-content {
    flex-direction: row;
    height: auto;
    padding: 30px 32px;
    text-align: left;
	align-items: center;
    background-color: #30507B; 
    display: flex;
    flex: 1 1 0;
	margin: 0 auto;
    max-width: 1083px;
	width: 100%;
	color:#ffff;
}

.product-hero-details {
    max-height: 504px;
    max-width: 436px;
	order: 1;
	padding-left: 0;
}

.product-hero-heading {
    font-size: 2.75rem;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 5.125rem;
	color: #ffffff;
    font-family: Roboto,Arial,Helvetica,sans-serif;
	margin-bottom: 10px;
}

.product-hero-details > *:last-child {
    margin-bottom: 0;
}

.product-hero-subheading-1{
	color: #ffffff;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}

.product-hero-image-container::before {
    display: none;
}

.product-hero-image-container {
    text-align: right;
}

.cols-row > *, .modal-article .article-content-row > *, .modal-product .product-hero-content > *, .offices .office > *, .offices .offices-list-container .offices-list > * {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-left: 1.175%;
    padding-right: 1.175%;
}

.product-hero-image {
    max-height: 504px;
    max-width: 436px;
	 display: inline-block;
}

.phone{
	max-width: 100%;
	display: inline-block;
	height: 60%;
	vertical-align: middle;
}

.cols-row::after, .modal-article .article-content-row::after, .modal-product .product-hero-content::after, .offices .office::after, .offices .offices-list-container .offices-list::after {
    clear: both;
    content: "";
    display: table;
}

.section-title {
    margin-bottom: 24px;
	font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 2.75rem;
}

.section{
	margin-left: -32px;
    margin-right: -32px;
	max-width: 1440px;
	padding: 24px 32px 20px;
	background-color: #fff;
    overflow: hidden;
	text-align: center;
}

.section-title {
    font-size: 2.95rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 2.75rem;
	 color: #414141;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}

.carousel-container {
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}

.glue-app-ready .glue-carousel::after, .glue-app-supported .glue-carousel::after {
    clear: both;
    content: "";
    display: table;
}

.cols-row::after, .modal-article .article-content-row::after, .modal-product .product-hero-content::after, .offices .office::after, .offices .offices-list-container .offices-list::after {
    clear: both;
    content: "";
    display: table;
}

.cols-row{
	
	align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.carousel-slide {
    height: auto;
    margin: 0;
    text-align: center;
	float: left;
	flex-basis: 25%;
}

.cols-row > *, .modal-article .article-content-row > *, .modal-product .product-hero-content > *, .offices .office > *, .offices .offices-list-container .offices-list > *{
	box-sizing: border-box;
    padding-left: 1.175%;
    padding-right: 1.175%;
}

.products-grid-item-title {
    font-size: 2.375rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.875rem;
	color: #414141;
	margin-top: 1.25rem;
}

.products-grid .products-grid-item-description {
    color: #747474;
    margin-bottom: 1.625rem;
    padding: 0 0.625rem;
	font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5rem;
}

.products-grid-item-screen::before {
    display: block;
    padding-top: 85.4962%;
}

.offices .office-nav ul::after, .offices .office::after, .products .glue-sticky::after, .products .product-icon-list::after, .products-grid .products-grid-item-screen::before, .products-nav ul::after, .translate-demo .phone-container::before {
    content: "";
}

.products-grid-item-screen {
    display: inline-block;
    margin: 0 auto;
    max-width: 262px;
    position: relative;
    width: 100%;
}

.products-grid .products-grid-item-screen noscript *:first-child, .products-grid .products-grid-item-screen > *:first-child {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.site-footer > .row-fluid-wrapper {
   
	float: left !important;
    margin: 0 auto !important;
    position: relative;
    width: auto !important;
}

.lr-extra-padding > .row-fluid-wrapper {
    padding-left: 8% !important;
    padding-right: 8% !important;
}

.section-alternating-columns > .row-fluid-wrapper {
    padding-bottom: 2.875em !important;
    padding-top: 2.875em !important;
}

.section-alternating-columns > .row-fluid-wrapper {
    padding-bottom: 2.875em !important;
    padding-top: 2.875em !important;
}

.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper, .header-container, .body-container, .footer-container, .full-width-section > .row-fluid-wrapper, .top-nav-bar-fixed > .span12, .lr-extra-padding > .row-fluid-wrapper, .section-header > .row-fluid-wrapper, .site-footer, .site-footer > .row-fluid-wrapper {
    float: none !important;
    margin: 0 auto !important;
    width: auto !important;
}

.widget-type-rich_text .cell-wrapper:first-child {
    padding-right: 5%;
}

.widget-type-rich_text .cell-wrapper:last-child {
    padding-left: 5%;
}

.widget-type-rich_text .cell-wrapper {
    padding-top: 0;
}

.checkmark1 {
    //list-style: outside none none;
    //padding: 0;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-alternating-columns p, .section-alternating-columns ul {
    margin-bottom: 25px;
}


ul.checkmark > li {
    background: rgba(0, 0, 0, 0) url("lib/images/logo/check-circle-blue.png") no-repeat scroll left center;
    list-style-image:;
	color: #4a7bb4;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.75em;
    padding: 4px 0 4px 20px;
	font-size:20px;
}

ul.checkmark {
    /*list-style: outside none none;*/
}

/* E-CLOUD ALL FEATURE PAGE STRATS HERE */

.row11::after {
    clear: both;
    content: "";
    display: table;
}

.row11 {
    margin-top: 20px;
	display: flex;
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

.one_fourth {
    margin: 26px 0 26px 3%;
    width: 22%;
}

.features_new .row11 .h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 6px;
    margin-top: 25px !important;
}

.slider{
	height: 500px;
	width:100%;
	overflow:hidden;	
}

.slider > ul {
	position: relative;
    left: 0;
    -webkit-transition: 0.5s left;
    -moz-transition: 0.5s left;
    -ms-transition: 0.5s left;
    -o-transition: 0.5s left;
    list-style: none;
    margin: 0; 
	padding: 0;
}

.slider > ul > li {
      float: left;
      width: 100%; 
	  height: 500px;
}
/* E-CLOUD ALL FEATURE PAGE ENDS HERE */

/*MOBILE UI DIV STARTS HERE */

.layer--stacked_features {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 100px;
    padding-top: 100px;
	 //display: table-cell;
    vertical-align: bottom;
}

.row1::before, .row1::after {
    content: "";
    display: table;
}

.row1::after {
    clear: both;
}
.row1::before, .row1::after {
    content: "";
    display: table;
}

.row1 {
    margin: 0 auto;
    max-width: 1120px;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.columns:first-child{
	margin-left: 0;
}

.six .columns {
    width: 38.9831%;
}

.columns {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
	 box-sizing: border-box;
    float: left;
    margin-left: 1.69492%;
    min-height: 1px;
}

.layer--stacked_features__heading {
    //display: table-cell;
    vertical-align: bottom;
}

.layer--stacked_features__stacks {
    padding-bottom: 24px;
}

.stack-col-1{
	border-color: #ff4e00 rgba(255, 78, 0, 0) rgba(255, 78, 0, 0);
    top: 100%;
}

.columns {
    width: 18.6441%;
}

.three{
	width:15.6441%;
}

.stacked-features-divider {
    display: table;
}

.stacked-features-divider__container {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

.arrow-top{
	background-position: 0 -1232px;
    display: inline-block;
    height: 14px;
    vertical-align: bottom;
    width: 11px;
	background-image: url("lib/images/icons-s8532d233d3.png");
    background-repeat: no-repeat;
}

.arrow-bottom{
	background-position: 0 -1232px;
    display: inline-block;
    height: 14px;
    vertical-align: bottom;
    width: 11px;
	background-image: url("lib/images/icons-s8532d233d3.png");
    background-repeat: no-repeat;
}

.divider {
    background: #c3c4c2 none repeat scroll 0 0;
    margin: 0 auto;
    vertical-align: bottom;
    width: 1px;
}

.prominent-features{
	font-size:20px;
	font-weight: 200;
	padding: 0 6%;
	
} 

.carousel-inner > .item {
	height: 10% !important;
 }
 
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 7px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:focus, .dropdown-content a:focus, .dropdown-content a:hover {
    background: #17bed2 none repeat scroll 0 0;
    border-color: transparent;
    color: #fff;
}
.dropdown-content a:hover {
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.footer-menu{
	padding-bottom:4%;
	float: left;
	padding-right: 5px;	
}

.stroke-button-black {
    background-color: transparent;
	text-align:center;
    border: 1px solid #4a4a4a !important;
    border-radius: 4px;
    color: #4a4a4a;
    font-size: 1.4rem;
    font-weight: 300;
    height: 30px;
    letter-spacing: 1px;
    margin: 35px 0 0;
    padding: 1px 7px;
    text-decoration: none;
    transition: all 0.5s ease-out 0s;
    width: 170px;
    background: #673ab7;
    color:white;
}

.btn-contact, .btn-contact:hover {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px !important;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-contact {
	 background-color: transparent;
	 color: #449D44;
    transition: all 0.5s ease 0s;
    border-color: #449D44;
}

.btn-contact:hover, .btn-contact:focus, .btn-contact.focus, .btn-contact:active, .btn-contact.active, .open > .dropdown-toggle.btn-primary-outline {
    background-color: #449D44;
    border-color: #449D44;
    color: #fff;
}

.modal-contents {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 100%;
    outline: 0 none;
    position: relative;
    height:80% !important;
}

.modal-dialogs {
    margin: 90px auto !important;
    width: 315px !important;
}

/*MOBILE UI DIV ENDS HERE*/