/*
 Theme Name:   Indigo Lite Child
 Template:     indigo-lite
 Theme URI:    https://example.com/indigo-lite-child
 Description:  A child theme for Indigo Lite
 Author:       Your Name
 Author URI:   https://example.com
 Version:      1.0
*/


@font-face {
  font-family: 'Trench-Thin';
  src: url('fonts/Trench-Thin.eot') format('embedded-opentype'),
  url(fonts/Trench-Thin.woff) format('woff'),
  url(fonts/Trench-Thin.otf) format('opentype'),
  url(fonts/Trench-Thin.ttf) format('truetype'),
  url(fonts/Trench-Thin.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face{font-family:trench100free;
	src:url(trench100free.eot);src:url(trench100free.eot?#) format('embedded-opentype'),
		url(trench100free.woff) format('woff'),
		url(trench100free.ttf) format('truetype')
}

body,html{
  height:100%;
  min-height: 100%;
}

body {
	background: #fff; /* f1f1f1 */
	color: #666666;
	font-family: 'Cantarell';
	font-size: 16px;
	margin:0;
	padding:0;
	line-height: 150%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

h1 {
	color: #636566;
	margin-top: 20px;
	text-transform: none;
	/*font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;*/
	font-family: 'Cantarell'!important;
	font-weight: bold!important;
	font-size: 42px;
	letter-spacing: 2px;
}

h2 {
	color: #636566;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	/*font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;*/
	font-family: 'Cantarell'!important;
	font-weight: bold!important;
	font-size: 38px;
}

h3 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	/*font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;*/
	font-family: 'Cantarell'!important;
	font-weight: bold!important;
	font-size: 28px;
}

h4 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	/*font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;*/
	font-family: 'Cantarell'!important;
	font-weight: bold;
	font-size: 22px;
}

h5 {
	color: #000;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	/*font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;*/
	font-family: 'Cantarell'!important;
	font-weight: bold!important;
	font-size: 18px;
}

p {
	margin-top: 6px;
	/* font-size: 22px!important; */
	/* font-family: 'Cantarell', 'Rubik', 'Trench-Thin'!important; */
}

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

img {
	border: none; padding:0;
}

img a {
	border:none;
}

img.left {
	float: left; border: none; padding: 6px 0 0 0;
}

img.right {
	float: right; border: none; padding: 0 0 0 6px;
	}

blockquote {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
}

code{
	font-family:"Courier New", Courier, monospace;
}


.form-talk-to-us ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999 !important;
  opacity: 1; /* Firefox */
}

.modal{
	top:90px;
}

.form-talk-to-us :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999 !important;
}

.form-talk-to-us ::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999 !important;
}


/* links */

.caption h3, .more-btn{ /* font-weight:bold !important; */ color:#000000 !important;}
.caption p { font-size:18px; font-weight:400;}

.elementor-2 .elementor-element.elementor-element-6b19dcc .elementor-button{ color:#000000 !important; font-weight: 400 !important;}

a {
	color: #000000;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
  	-moz-transition:    all 0.4s ease;
  	-ms-transition:     all 0.4s ease;
  	-o-transition:      all 0.4s ease;
	/* font-weight:bold; */
}

a:hover {
	text-decoration: none;
}

/* container */

#container {
	width: 100%;
	float: left;
	clear: left;
	overflow:hidden;
}

#wrapper {
	width: 100%;
	float: left;
	clear: left;
	background: #fff;
	position: relative;
	/*border-top: solid 3px #eaeaea;*/
}


/* header */

#header {
  	width: 100%;
	float: none;
	clear: left;
	/*padding-bottom: 5px;*/
	padding-bottom:0;
	/*position: fixed;*/
	z-index: 9999;
	background: #fff;
	/*border-bottom: solid 3px #eaeaea;*/
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
	position:relative;
}

.elementor-widget-text-editor{
	/* font-weight:bold !important; */
}

.socallinks{ float: right; margin-top: 20px;}
.socallinks ul{ padding: 0; display: flex; margin-bottom: 0;}
.socallinks ul li{ list-style-type: none; list-style: none; display: inline-block; margin: 0 10px; }
.socallinks ul li a{font-size: 28px;}
.socallinks ul li::before{ content: none;}
.socallinks ul li a:hover{ color: #000000;}

#header.fixed{
	position:fixed;
	animation:slide-down 0.7s;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

#approch-box-1,#approch-box-2,#approch-box-3{
		display:none;
	}

.headroom {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	transition: transform .25s ease-in-out;
}

.headroom--unpinned {
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.headroom--pinned {
	top: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

#headerin {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

#logo {
	width: 17%;
	float:left;
	margin: 0;
	padding: 0;
	/*margin-top: 10px;*/
	/*margin-top:3px;*/
}

#logo img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

#logo a {
	color: #fff;
	text-decoration: none;
}

#logo h1 {
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	margin-top: 10px;
	line-height: 100%;
}


.n2-ss-slider .n2-ss-slider-controls-above, .n2-ss-slider .n2-ss-slider-controls-below{
	background:#F7F7F8;
}

div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active{
	width:20px;
}


/* Main Menu */

#mainmenu {
	width: 68%;
	float: left;
	margin-top: 22px;
	*width: 900px; /* IE7 only hack */
}

.mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.mainnav * {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}


.mainnav ul {
	position: absolute;
	top: -999em;
	padding-top: 1px;
}

.mainnav li {
	float: left;
	position: relative;
	z-index: 500;
	margin-left: 22px;
}

.mainnav a {
	display: block;
	/*padding: 3px 12px ;*/
	font-size: 20px;
	/* font-weight: bold;
	text-transform: uppercase; */
	color: #404040;
	text-decoration: none;
	/*font-family: 'Open Sans', arial, helvetica;*/
	/*border: solid 2px #fff;*/
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

.mainnav li.current-menu-item a,
.mainnav li:hover a {
	color:#00bdf3;

}

.mainnav li:hover ul,
ul.mainnav li.sfHover ul {
	left: 0;
	top: 37px;
	background: #fff;
	/* border: solid 2px #eaeaea;*/
	border-top: solid 10px #eaeaea;
	width: 280px;
}

.mainnav li:hover li ul,
.mainnav li.sfHover li ul {
	top: -999em;
}

.mainnav li li:hover ul,
ul.mainnav li li.sfHover ul {
	left: 170px;
	top: -3px;
}

.mainnav li:hover ul,
.mainnav li li:hover ul {
	top: -999em;
}

.mainnav li li {
	display: block;
	padding: 0px;
	margin: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainnav li#current,
.mainnav li.current-cat,
.mainnav li.current_page_item,
.mainnav li:hover {

}

.mainnav li li a,
.mainnav li li a:link,
.mainnav li li a:visited {
	display: block;
	border: none;
	text-transform: none;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	font-size: 18px;
	padding-left: 12px;
	line-height: 140%;
	/* font-weight:bold; */
}

.mainnav li li.current-menu-item a,
.mainnav li li a:hover {
	text-decoration: none !important;
	border: none !important;
	color: #999;
}

.mmenu {display: none;}

/* search */

#searchbox {
	width: 23%;
	float: right;
	margin: 0;
	padding: 0;
	height: 60px;
}

#searchform {
	width: 100%;
}

#searchform input#s {
	width: 85%;
	padding-left: 10%;
	background: none;
	border: none;
	height: 30px;
	margin-top: 10px;
	border: solid 2px #eaeaea;
	font-family: 'Open Sans', arial, helvetica;
	font-weight: 400;
	color: #666;
}

input#s:focus {
	outline:none;
}

#searchform input#searchsubmit {
	display: none;
}

#approach-flip-box{
	display:none;
}

#header h2 {
	display: none;
}


.frontwidget-bg-img {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-color: #00b8f1;
}


/* Content Section */

#contentwrapper {
	max-width: 1120px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}

#content {
	width: 70%;
	float: left;
	margin-top: 48px;
	margin-bottom: 40px;
}

#contentfull {
	width: 100%;
	float: left;
	/*margin-top: 48px;
	margin-bottom: 40px;*/
}

/* content */

.mobile-approach-box{
	display:none;
}

.mobile-approach-box .elementor-column.elementor-col-25{
	border:1px solid #999999;
}


.post {
	margin:0;
	padding:0;
	width: 100%;
	float: left;
	clear: left;
	/*margin-bottom: 50px;*/
}

.blogpost {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

.latest-post-selection.two-columns{
	display:flex;
	flex-wrap:wrap;
}

.latest-post-selection{
	min-height:290px;
}

.blogpost h2.entry-title a {
	color: #404040;
}

.entry {
}

#titlewrapper {
	width: 100%;
	float: left;
	clear: left;
	height: 100px;
	position: relative;
	overflow: hidden;
	display: none;
}


@media (min-width: 320px) and (max-width: 480px) {

	.mobile_manage .elementor-element-populated{
		border:none !important;
		margin:0 !important;
		padding: 10px 10px 0 !important;
	}

	.mobile_manage .elementor-widget-container{
		margin: 0 !important;
	}

	.mobile_manage .elementor-heading-title{
		font-weight:bold;
	}

}
.home #titlewrapper {
	height: 720px;
	position: relative;
}

.home #titleinner {
	margin-top: 320px;
	position: relative;
	text-align: center;
}

#titleinner {
	max-width: 1120px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}


h1.entry-title,
h2.entry-title {
	margin:0;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 44px;
	color: #fff;
}

h2.site-description {
	color: #fff !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 44px;
	line-height: 130%;
}

h1.entry-title {
	line-height: 130%;
}

.home h1.front-title {
	margin-bottom: 20px;
	color: #404040;
	display: none;
}

#metaslider_131 .flex-control-nav.flex-control-paging{
	bottom:unset;
	margin-top:25px;
}

#titleinner h1.entry-title{
	color: #fff;
}

#customers-slider .elementor-column-wrap.elementor-element-populated{
	padding:0;
}


h2.entry-title a {
	text-decoration: none;
	font-size: 26px;
	line-height: 120%;
}

h2.entry-title {
	margin-bottom: 0;
	padding-bottom: 0;
}

h2.pagetitle {
	display: none;
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin: 8px 0;
}


.belowpost {
	width: 100%;
	float: left;
	clear: both;
	height: 50px;
}

.postauthor, .postdate, .postcomments {
	float: left;
	margin-right: 15px;
}

.postauthor:before {
	content: '\f411';
	display: inline-block;
	font: normal 23px/1 'Genericons';
	vertical-align: top;
	color: #666;
}

.postdate {
	font-weight: 400;
	color: #403f41;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 12px;
	border: solid 2px #d8d8d8;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.postcomments:before {
	content: '\f300';
	display: inline-block;
	font: normal 23px/1 'Genericons';
	vertical-align: top;
	color: #666;
}

.postdata a {
	text-decoration: none;
	color: #000;
}

.banner-top-image{
	position:relative;
	top:-20px;
}

a.more-link {
	font-weight: 400;
	color: #403f41;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 12px;
	border: solid 2px #4dbfd9;
	margin-top: 10px;
	float: left;
	display: block;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

a.more-link:hover {
	border: solid 2px #d8d8d8;
}

ol {
	margin: 10px;
}

ul {
	margin: 5px;
}

p.singletags {
	line-height: 32px;
}
p.singletags a {
	text-decoration: none;
	border: solid 1px #eaeaea;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	display: inline-block;
	padding: 0 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
p.singletags a:hover {
	background: #eaeaea;
}
p.singletags:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	vertical-align: top;
	content: '\f302';
}

/* Post Navigation */

.navigation {
	width: 100%;
	float: left;
	height: 40px;
	clear: both;
	margin-top: 20px;
}

.navigation h2 {
	display: none;
}

.nav-previous {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
}

.nav-next {
	width: 40px;
	height: 40px;
	float: left;
}

.nav-next a,
.nav-previous a {
	border: solid 2px #eaeaea;
	width: 40px;
	height: 40px;
	display: block;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
  	color: #666;
  	text-align: center;
	text-decoration: none;
	font-size: 0;
}

.nav-next a:hover,
.nav-previous a:hover {
	background: #eaeaea;
}

.nav-previous a:before {
	content: '\f430';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 40px;
}

.nav-next a:before {
	content: '\f429';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 40px;
}


.qloudx-approach .tabs-left li a{
	padding: 26px 15px;
}


/* Right Sidebar*/

#rightbar {
	width: 250px;
	float: right;
	margin-left: 20px;
	margin-top: 50px;
	font-size: 14px;
	margin-bottom: 40px;
}

#rightbar .widgets {
	width: 218px;
	padding: 15px;
	border: solid 1px #eaeaea;
	margin-bottom: 30px;
	float: left;
	clear: left;
}

#rightbar h2 {
	font-weight: 400;
	font-size: 22px;
	color: #4DBFD9;
	margin-top: 0;
	margin-bottom: 10px;
}

#rightbar ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}

#rightbar ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	width: 100%;
	margin-top: 2px;
}

#rightbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#rightbar ul li a {
	border: none;
	color: #333;
	background: #f5f5f5;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
}

#rightbar ul li a:hover {
	text-decoration: none;
	color: #4DBFD9;
}

#rightbar a {
	text-decoration: underline;
}

#rightbar a:hover {
	border: none;
	text-decoration: none;
}

/* Approch Tabs */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* End Tabs */

/* Contact Form 7 Style */

.wpcf7 {
	margin-top: 10px;
	width:100%;
}




.wpcf7 textarea,
.wpcf7 input {
	padding: 5px 8px;
	margin-bottom: 15px;
	margin-top: 3px;
	width: 100%;
	border: solid 1px #eaeaea;
	height: 40px;
	font-family: 'Cantarell' !important;
	font-weight: 400;
	color: #333;
	background: none;
}

.wpcf7 textarea {
	height: auto;
	resize:vertical;
}

.wpcf7 input.wpcf7-submit {
	width: auto;
	cursor: pointer;
	border: none;
	background: #54595f;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 25px;
	-webkit-transition: all 0.7s ease;
  	-moz-transition:    all 0.7s ease;
  	-ms-transition:     all 0.7s ease;
  	-o-transition:      all 0.7s ease;
	height: auto;
	font-size:20px;
}

.wpcf7 input.wpcf7-submit:hover {
	background: #00b0ea;
	color:#fff;
}

.wpcf7 p {
	text-align: left;
	font-size: 16px;
	margin: 0;
	margin-bottom: 6px;
	text-transform: none;
}

/* misc */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	max-width: 100%;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	background: #eaeaea;
	text-align: center;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 10px;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry pre {
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}

.entry table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

p { margin-top: 6px; text-align: left;
/* font-weight:bold !important; */
color:#000000 !important; } /* justify */


#archivelist {
	float:left;
	margin-right: 0;

}

#archivelist ul li {
	list-style: none;
	line-height: 35px;
}

#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}

#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}

#archivelist ul li a:hover {
	text-decoration: none;
}

ol {
	margin: 10px;
	padding: 0;
}

ul {
	margin: 5px 5px 5px 16px;
	padding: 0;
}

.sticky {
}

.bypostauthor {
}

p.form-allowed-tags {
	display: none;
}

/* Blog Page Navigation */

.pagination {
	float: left;
	clear: left;
	width: 100%;
	height: 50px;
}

.pagination h2 {
	display: none;
}

.pagination a.page-numbers {
    border: solid 2px #eaeaea;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	padding: 10px 16px;
	margin-right: 5px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}

.pagination a.page-numbers:hover,
.pagination span.current {
    background: #eaeaea;
	border: solid 2px #eaeaea;
	padding: 10px 16px;
	margin-right: 5px;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}


/* comments */


#commentform {
	margin:0;
	padding:0;
}

#commentform p {
}

#commentform a {
	text-decoration: none;
	line-height: 14pt;
}

#commentform h3 {
	font-size: 10pt;
	font-family: 'Arvo', arial, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin:0;
	padding:0;
}

#comment {
	width:80%;
}

#comments label {
	float: left;
	clear: left;
	margin-top: 15px;
}

#author, #email, #url, #comment {
	font-size: 11px;
	padding:12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 0;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	color: #666;
}

#author, #email, #url {
	height:16px;
}

#submit {
	cursor:pointer;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	padding: 12px 16px;
	border: solid 1px #eaeaea;
	float: right;
	clear: left;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease;
  	-moz-transition:    all 0.4s ease;
  	-ms-transition:     all 0.4s ease;
  	-o-transition:      all 0.4s ease;
	background: none;
	color: #666;
}

#submit:hover {
	border: solid 1px #eaeaea;
	background: #eaeaea;
}


/* Mega Menu */
#mega-menu-wrap-main-menu{
	clear:none;
	width: auto;
    float: left;
	background:none;
	margin-top: 17px;
    margin-left: 115px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item{
	margin:0 8px;
	padding-left:10px;
	padding-right:10px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
	font-size: 16px;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
	display: block;
	color: #666666;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover{
	background:none !important;
	font-size: 16px !important;
    font-weight: bold !important;
    padding-bottom: 5px;
	display: block;
	color: #00BFF3 !important;
	border-bottom:3px solid #00BFF3;

}

#mega-menu-wrap-main-menu .mega-indicator{
	display:none !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
	/*bottom:-312px;*/
	left:-95px;
	top:56px;
	box-shadow: 0 8px 6px 0 rgba(0,0,0,0.3);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu{
	bottom:-144px;
	box-shadow: 0 8px 6px 0 rgba(0,0,0,0.3);
	font-family:'Cantarell';
	left:-10px;
	padding: 10px 10px 10px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	padding:0 !important;
}

h4.mega-block-title{
	font-size:12px !important;
	color:#999999 !important;
	line-height:17px;
	padding-left:10px !important;
}

.pages-links-menu ul{
	padding:0 !important;
	margin:0;
}

#mega-menu-item-text-2{
	padding:5px
}

#mega-menu-2942-0-2, #mega-menu-2942-0-1{
	border-left: 1px solid #E5E5E5 !important;
	padding-left:10px !important;
	min-height:280px !important;

}

#mega-menu-2942-0-1{
	padding-right:10px;
}



.pages-links-menu ul li{
	list-style:none;
	margin:0;
	padding-bottom:5px;
	padding-left:0;

}

.pages-links-menu ul li a{
	text-decoration:none;
	color: #222222;
  	font-family: Cantarell;
  	font-size: 14px !important;
  	letter-spacing: 0;
  	line-height: 20px;
	padding:5px 10px;
}

.pages-links-menu ul li:hover{
	  border-radius: 4px;
  background-color: #F1F2F5;

}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	border-radius:5px;
}


.driving-forces{
	padding-right:8px;
}

.driving-forces ul{
	padding:0;
	margin:0;
	list-style:none;

}

.driving-forces ul li{
	list-style:none;
	padding: 5px 10px 1px;
	 border-radius: 4px;
	margin-top:3px;

}

.driving-forces ul li a{
  color: #222222;
  font-family: Cantarell;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
	text-decoration:none;

}

.driving-forces ul li:hover{
	background:#F1F2F5;

}

.driving-forces ul li a span{
	color: #666666;
  font-family: Cantarell;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
	position: relative;
	top: -3px;

}

.driving-forces .persona-product-card {
    position: relative;
    padding-left: 30px;
	margin-bottom:6px;
}

.driving-forces .icon {
    position: absolute;
    width: 28px;
    left: -5px;
    top: 3px;
}

.driving-forces h6{
	font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
	margin:0 !important;
	color:#222222;
}

.persona-product-card p{
	margin:0 !important;
	line-height:100%;
	color: #666666;
  font-family: Cantarell;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
	position: relative;
	top: -3px;
	font-weight:normal;
}

.persona-product-card h4{
  color: #999999;
  font-family: Cantarell;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
	margin-top:0;
	line-height:33px;
}

.pagelink{
	position:relative;
	top:-5px;
}

.pagelink li{
	padding-bottom:0;
	margin-top:0 !important;
}

.pagelink .persona-product-card{
	margin-bottom:0;
}

li.remove-hover:hover{
	background:none !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li#mega-menu-item-2942.mega-toggle-on > a.mega-menu-link , #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-current_page_item > a.mega-menu-link , #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-current-menu-parent > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.mega-toggle-on > a.mega-menu-link
{
	border-bottom: 3px solid #00BFF3 !important;
	color:#00BFF3 !important;
}

#comments {
	margin:0;
	padding:0;
}

#respond h3,
#comments h2 {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
}

.banner-box ul{
	list-style:none;
	margin-left:0;
}
.banner-box ul li{
	color:#ffffff;
	line-height:36px;
	font-size:18px;
}

.banner-box ul li::before {
	background-color: #14CCBB;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 9px;
  width: 10px;
}

.border-box p{
	font-size:15px;
}

.border-box{
	border:1px solid #dddddd;
	border-radius:5px;
	min-height: 295px;
padding: 25px 5px 5px;
}


.reply a.comment-reply-link {
	border: solid 1px #eaeaea;
	-webkit-transition: all 0.4s ease;
  	-moz-transition:    all 0.4s ease;
  	-ms-transition:     all 0.4s ease;
  	-o-transition:      all 0.4s ease;
	color: #333;
	padding: 4px 7px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.reply a.comment-reply-link:hover{
	border: solid 1px #eaeaea;
}

ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	margin-top: 15px;
	width:100%;
}

#comment{
	margin-bottom:10px;
}

.avatar {
	float:left;
	margin: 10px 20px 0 0;
	width: 30px;
	height: 30px;
}

ol.commentlist li {
	margin: 0;
	padding: 4%;
	list-style-type:none;
	float: left;
    width: 90%;
	margin-bottom: 20px;
	border: solid 1px #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ol.commentlist li ul.children {
	width: 80%;
}

ol.commentlist li ul.children li {
	width: 100%;
	border: none;
	margin-bottom: 0;
}

ol.commentlist li.alt {

}

ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}

ol.commentlist a {
	text-decoration: none;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}

cite a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

/* footer */

#footer {
	float: left;
	clear: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 40px;
	background: #dedee0;
	position: relative;
	font-size: 16px;
	line-height: 150%;
}

#footerinner {
	width: 60%;
	padding-left: 25px;
	padding-right: 25px;
	margin:auto;
}

#footerinner .widgets {
	width: 20%;
	float: left;
	margin-right: 40px;
	margin-bottom:0px;

}

#footerinner .widgets:nth-child(4n) {
	margin-right: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footerinner h2 {
	font-weight: 600;
	color: #404040;
	/*text-transform: uppercase;*/
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 10px;
}

#footerinner ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}

#footerinner ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style: none;
	width: 100%;
	float: left;
	clear: left;
}

#footerinner ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#footerinner ul li a {
	border: none;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

#footerinner ul li a:hover {
	text-decoration: none;
}
#footerinner ul.socialicons li{
    float:none;
    width:auto;
    display:inline-block;
}
#footerinner ul.socialicons li a{
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:50% 50%;
    text-align:center;
    background:#fff;
}
#footerinner ul.socialicons li a:hover{
    background: #00c1eb;
}

#copyinfo {
	width: 100%;
	float: left;
	clear: left;
	/*text-align: center;*/
	text-decoration: none;
	text-transform: none;
	font-family: 'Cantarell'!important;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #cccccc;
	/*margin-top: 20px;
	margin-bottom: 50px;*/
	padding:10px 0;
	background-color: #646567;
	margin:0;
}

#copywrapper{
	max-width: 1120px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}

/* Social Media Menu */

#menu-social .screen-reader-text {
	position: absolute;
	top:      -9999em;
	left:     -9999em;
}

#menu-social {
	margin-top: 40px;
	margin-bottom: 0;
	width: 100%;
	float: left;
	clear: left;
}

#menu-social ul {
	list-style: none;
	margin:  0;
	text-align: center;
}

#menu-social ul li {
	display:  inline-block;
	position: relative;
}

#menu-social ul li a {
	display:  inline-block;
	width: 30px;
	height: 30px;
	-webkit-transition: all .3s ease;
  	-moz-transition:    all .3s ease;
  	-ms-transition:     all .3s ease;
  	-o-transition:      all .3s ease;
	text-align: center;
	border: none;
	margin: 0 5px;
	border: solid 1px #666;
}

#menu-social ul li a:hover {
	text-decoration: none;
	background: #666;
}

#menu-social li a::before {
	content:        '\f408';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 30px;
	color: #666;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

#menu-social ul li a:hover::before {
	color: #fff;
}

#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before {
	content: '\f205';
}

#menu-social li a[href*="facebook.com"]::before {
	content: '\f204';
}

#menu-social li a[href*="twitter.com"]::before {
	content: '\f202';
}

#menu-social li a[href*="dribbble.com"]::before {
	content: '\f201';
}

#menu-social li a[href*="plus.google.com"]::before {
	content: '\f218';
}

#menu-social li a[href*="pinterest.com"]::before {
	content: '\f209';
}

#menu-social li a[href*="github.com"]::before {
	content: '\f200';
}

#menu-social li a[href*="tumblr.com"]::before {
	content: '\f214';
}

#menu-social li a[href*="youtube.com"]::before {
	content: '\f213';
}

#menu-social li a[href*="flickr.com"]::before {
	content: '\f211';
}

#menu-social li a[href*="vimeo.com"]::before {
	content: '\f212';
}

#menu-social li a[href*="instagram.com"]::before {
	content: '\f215';
}

#menu-social li a[href*="codepen.io"]::before {
	content: '\f216';
}

#menu-social li a[href*="linkedin.com"]::before {
	content: '\f207';
}

#menu-social li a[href*="foursquare.com"]::before {
	content: '\f226';
}

#menu-social li a[href*="reddit.com"]::before {
	content: '\f222';
}

#menu-social li a[href*="digg.com"]::before {
	content: '\f221';
}

#menu-social li a[href*="getpocket.com"]::before {
	content: '\f224';
}

#menu-social li a[href*="path.com"]::before {
	content: '\f219';
}

#menu-social li a[href*="stumbleupon.com"]::before {
	content: '\f223';
}

#menu-social li a[href*="spotify.com"]::before {
	content: '\f515';
}

#menu-social li a[href*="twitch.tv"]::before {
	content: '\f516';
}

#menu-social li a[href*="dropbox.com"]::before {
	content: '\f225';
}

#menu-social li a[href*="/feed.com"]::before {
	content: '\f413';
}

#menu-social li a[href*="skype"]::before {
	content: '\f220';
}

#menu-social li a[href*="mailto"]::before {
	content: '\f410';
}

#socialize {
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	margin-top: 40px;
}

a.socialicon {
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 6px;
	margin-left: 6px;
	color: #666;
	display: block;
	/*border: solid 1px #666;*/
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
}

a.socialicon:hover {
	color: #fff;
	background: #00c1eb;
}

a.socialicon:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 40px;
}

a.twittericon:before {
	content: '\f202';
}

a.facebookicon:before {
	content: '\f204';
}

a.linkedinicon:before {
	content: '\f207';
}

a.dribbleicon:before {
	content: '\f201';
}

a.pinteresticon:before {
	content: '\f209';
}

a.flickricon:before {
	content: '\f211';
}

a.vimeoicon:before {
	content: '\f212';
}

a.youtubeicon:before {
	content: '\f213';
}

a.tumblricon:before {
	content: '\f214';
}

a.instagramicon:before {
	content: '\f215';
}

a.googleplusicon:before {
	content: '\f218';
}

@media screen and (max-width: 950px) {

	#rightbar {
		float: left;
		clear: left;
		margin-left: 0;
		width: 100%;
		margin-bottom: 25px;
		margin-top: 12px;
	}

	#rightbar .widgets {
		width: 90%;
		padding: 4.5%;
	}


	#content {
		width: 100%;
	}
}


@media screen and (max-width: 1040px) {

	#footerinner .widgets {
		margin-left: 20px;
		margin-right: 20px;
	}

	#footerinner .widgets:nth-child(3n) {
		margin-right: 20px;
	}

	#footerinner {
		width: 680px;
		margin: 0 auto;
	}

}

@media screen and (max-width: 768px) {

	html {
	    -webkit-text-size-adjust: none;
	}
	.home #titleinner {
		margin-top: 200px;
	}

	.home #titlewrapper {
		height: 400px;
	}

}

/*@media screen and (max-width: 705px) {

	#footerinner .widgets {
		width: 240px;
	}

	#footerinner {
		width: 560px;
	}

}*/

@media screen and (max-width: 767px) {

	#footerinner {
		width: auto;
		padding:0 25px;
		clear:both;
		display:table;
	}

}

/*== Custom CSS ==*/

#metaslider_39 ul.rslides_tabs li a{
	width: 40px;
	height: 40px;
}
#metaslider_39 li .caption-wrap{
	background: none;
	bottom: auto;
	top: 10%;
}
#metaslider_39 li .caption-wrap .caption{
	text-align: left;
	left: 39.5%;
	/* font-weight: bold; */
	bottom: auto;
	top: 0;
	line-height: 48px;
}
#metaslider_39 li .caption-wrap .caption h2,
#metaslider_39 li .caption-wrap .caption h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	color: #222;
	margin-bottom: 16px;
}
#metaslider_39 li .caption-wrap .caption h3{
	font-size: 28px;
	margin-top:0;
}
#metaslider_39 li .caption-wrap .caption a{
	border:1px solid #222;
	padding:10px 18px;
	text-decoration: none;
	color: #000; /* 222 */
	font-size: 20px;
}
#metaslider_905.flexslider li .caption h3,
#metaslider_131.flexslider li .caption h3{
    font-size: 32px;
    margin-bottom: 10px;
}
#metaslider_131.flexslider li .caption h3{
	text-align:right;
	padding-right:3em;
}
#metaslider_131.flexslider li .caption h3 span{
	font-size:18px;
}

.metaslider.ms-theme-bubble ul.rslides_tabs li a,
#metaslider_131 .flex-control-nav li a,
#metaslider_131 .flex-control-nav li a.flex-active,
#metaslider_905 .flex-control-nav li a,
#metaslider_905 .flex-control-nav li a.flex-active{
	color: transparent!important;
	border-color: #adf9ef!important;
	background-color: transparent;
	width: 20px!important;
	height: 20px!important;
	border-width: 2px!important;
	display: block!important;
}

#metaslider_131 .flex-control-nav li a,
#metaslider_131 .flex-control-nav li a.flex-active{
	width: 12px!important;
	height: 12px!important;
}


#metaslider_131 .flex-control-nav li a,
#metaslider_131 .flex-control-nav li a.flex-active,
#metaslider_905 .flex-control-nav li a,
#metaslider_905 .flex-control-nav li a.flex-active{
    border-color:#00BFF3!important;
}


.metaslider.ms-theme-bubble ul.rslides_tabs li a:hover,
.metaslider.ms-theme-bubble ul.rslides_tabs li.rslides_here a{
	background-color: #adf9ef!important;
}
#metaslider_131 .flex-control-nav li a.flex-active,
#metaslider_905 .flex-control-nav li a.flex-active{
    background:#00BFF3;
}

#metaslider_131 .flex-control-nav li a.flex-active{
	width:30px !important;
}

#metaslider_905 .flex-control-nav li a,
#metaslider_905 .flex-control-nav li a.flex-active{
	background: #00BFF3!important;
	background-color: transparent;
}
.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button{
	font-family: 'Cantarell', 'Rubik', 'Trench-Thin'!important;
	font-size: 18px;
	font-weight: 400;
}
#metaslider_905.metaslider .flexslider .slides img{
    width:auto;
    display:inline-block;
    float:right;
}
#metaslider_905.flexslider ul.slides .caption-wrap{
    color:#636566;
    position:static;
}
#copywrapper{
	font-size: 18px;
	/* letter-spacing: 1px; */
}
#copywrapper .h2 {
	font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;

}
#copywrapper a{
    color:#fff;
    text-decoration:none;
}
#footer #footerinner .widgets h2{
	font-size: 32px;
	color: #646567!important;
	margin-bottom: 25px;
	font-weight: bold!important;
}
#footer #footerinner ul.menu li a{
	text-decoration: none;
	/* font-size: 22px; */
	color: #000000;
}
#footer #footerinner ul.menu li a:hover,
#copywrapper a:hover{
	color: #00b5f1!important;
}
#metaslider_131 .slides li img{
	width: 225px;
}
.service-box{
    position:relative;
    border:2px solid; /* #05baef */
}
.service-box img{
    display:block;
}
.service-box h2{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:10px;
    margin:0;
    background:rgba(0,0,0,0.5);
    color:#fff;
    z-index:1;
    text-align:center;
}
.career-wrapper{
    position:relative;
}

.career-wrapper img{
	width:80%;
	display:inline-block;
}
.career-wrapper.style1{
    text-align:right;
}
.career-wrapper.style1 h3,
.career-wrapper.style2 h3{
    position:absolute;
    left:-10px;
    top:27%;
    transform:rotate(-90deg);
    font-size:22px;
    margin-top:0;
}
.career-wrapper.style2 h3{
    left:auto;
    top:23%;
    right:-10px;
}
.career-wrapper .career-box h4{
    font-size:22px;
}
.career-wrapper .career-box a{
    display:inline-block;
    margin-top:15px;
    color:#000;
    font-weight:bold;
}
.career-wrapper.style1 .career-box,
.career-wrapper.style2 .career-box{
    position:absolute;
    top:20%;
    bottom:20%;
    background:#fff;
    padding:20px;
    box-shadow:0 0 5px #a1a1a1;
    min-height:250px;
    width:30%;
    text-align:left;
}

.career-wrapper.style1 .career-box{
    left:60px;
}
.career-wrapper.style2 .career-box{
    right:35px;
}
.career-wrapper.style2 h3{
    transform:rotate(90deg);
}
.top-rightsidebar{
	float: right;
	width:12%;
	text-align: right;
}
#lang-wrapper,#chat-wrapper{
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	padding-top: 20px;
}
#lang-wrapper li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
#lang-wrapper li img{
	width:28px;
	border:1px solid #dfdfdf;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
#lang-wrapper li a{
	text-decoration: none;
}
#chat-wrapper img{
	width: 110px;
	display: inline-block;
	vertical-align: top;
}
#metaslider-id-131 {
    box-shadow: 0 0 15px #a1a1a1;
    background: #e6e6e6;
}
#metaslider_131.flexslider ul.slides .caption-wrap,
#metaslider_905.flexslider ul.slides .caption-wrap{
    background:none!important;
}
#metaslider_131.flexslider ul.slides .caption-wrap .caption{
    text-align:left;
    left:70%;
    color:#000;
}
#metaslider_131.flexslider ul.slides .caption-wrap{
    /*bottom:auto;*/
    top:0;
    height:100%;
    padding:20px 20px 20px 255px;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#metaslider_131.flexslider ul.slides .caption-wrap .caption{
    /*bottom:auto;*/
    top:0;
    left: 0;
    width: 100%;
    position: relative;
    transform: none;
    display: table-cell;
    vertical-align: middle;
}
.more-btn{
    border:1px solid #636566;
    padding:2px 10px;
    display:inline-block;
    margin-top:10px;
    /* font-size:20px; */
    /* font-weight:bold; */
    color:#636566;
}

.elementor-page-3200{

}

.elementor-3200 .elementor-element.elementor-element-d587239 > .elementor-element-populated{
	box-shadow:none !important;
}

#metaslider_905.flexslider .slides img{
    float:left;
    width:200px;
}
#metaslider_905.flexslider .flex-control-nav{
    bottom:-30px;
}
#metaslider_905.flexslider ul.slides .caption-wrap{
    height:100%;
}
#metaslider_905.flexslider ul.slides .caption-wrap .caption{
    left:0;
    bottom:0;
    text-align:left;
    color:#000;
    transform:none;
    position:static;
    width:95%;
    padding-left:250px;
	padding-top:0px;
}
#metaslider_905.flexslider ul.slides .caption-wrap .caption p{
    margin-bottom:15px;
}
#metaslider_905.flexslider ul.flex-direction-nav li a.flex-prev{
    left:-10%!important;
    background:#e6e6e6;
    border:1px solid #e6e6e6;
    width:45px;
    height:45px;
}
#metaslider_905.flexslider ul.flex-direction-nav li a.flex-next{
    right:-10%!important;
    background:#e6e6e6;
    border:1px solid #e6e6e6;
    width:45px;
    height:45px;
}
.wm-row:before,
.wm-row:after {
  display: table;
  content: " ";
}
.wm-row:after{
  clear: both;
}
.wm-row {
  margin-right: -15px;
  margin-left: -15px;
}
.wm-col-6,.wm-col-12{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.wm-col-6 {
  float: left;
}
.wm-col-6 {
  width: 50%;
}
.wm-col-12{
    width:100%;
}
.timeline-wrapper{
    width:100%;
    height:390px;
    overflow-y:scroll;
}
.timeline-wrapper img{
    max-width:100%;
    display:block;
}
#wp-live-chat-2-info{
    width:auto!important;
}
#wp-live-chat-inner-container{
    background: #05d3be;
    background: -moz-linear-gradient(left,  #05d3be 0%, #93015e 52%, #791e8e 85%);
    background: -webkit-linear-gradient(left,  #05d3be 0%,#93015e 52%,#791e8e 85%);
    background: linear-gradient(to right,  #05d3be 0%,#93015e 52%,#791e8e 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05d3be', endColorstr='#791e8e',GradientType=1 );

}
#wp-live-chat-1,
#wp-live-chat-2-info{
    text-align:left;
}
#wp-live-chat-inner #wp-live-chat-1.wplc-color-bg-1,
#wp-live-chat-inner #wp-live-chat-2-info.wplc-color-bg-1{
    background-color:transparent!important;
}
#wplc_message_div {
    background: #e0f4fd;
    margin-top:0;
}
#wp-live-chat-2 input, #wp-live-chat-2 textarea{
    box-sizing:border-box;
}
.read-more{
    color:#000;
    text-decoration:none;
    margin:0 0 25px 0;
    display:inline-block;
    font-weight:bold;
}
.read-more i {
    display: inline-block;
    vertical-align: middle;

}
.read-more:hover,
.read-more:focus{
    color:#00b9f1;
    text-decoration:none;
}
#case-study .form-group input[type="text"],
#case-study .form-group input[type="email"]{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:6px;
    padding:5px 10px;
    border:2px solid #dfdfdf;
}
#case-study .form-group input[type="submit"]{
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    border:0;
    padding:6px 20px;
    border-radius:6px;
    background: #946bbd;
background: -moz-linear-gradient(left,  #946bbd 0%, #f52c96 31%, #f52c96 70%, #946bbd 100%);
background: -webkit-linear-gradient(left,  #946bbd 0%,#f52c96 31%,#f52c96 70%,#946bbd 100%);
background: linear-gradient(to right,  #946bbd 0%,#f52c96 31%,#f52c96 70%,#946bbd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#946bbd', endColorstr='#946bbd',GradientType=1 );

}
#case-study .modal-body{
    padding:30px;
}
#case-study .modal-content{
    border-radius:30px;
}
.wplc-color-bg-1,#wplc_message_div #wplc_na_msg_btn{
    background-color:#1aecd3!important;
}
#wplc_message_div #wplc_na_msg_btn{
    background:#1aecd3!important;
}
#wplc_chatbox_header{
    border-top-left-radius:0;
    border-top-right-radius:0;
}
#wplc_user_message_div{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    background-color:#b5e4fb;
}
#wplc_chatbox{
    background-color:#e0f4fd;
    box-sizing:border-box;
}
.post-img{
    margin-bottom:15px;
}
.post-img .post-thumb{
    position:relative;
}
.post-img .post-thumb img{
    width:100%;
}
.post-img .post-thumb:before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    content:'';
    background:url("images/250.png") top center no-repeat;
    background-size:cover;
    background-position:0 -330px;
}
.post-img .post-thumb > .container{
    position:relative;
    z-index:9;
}
.post-img .post-thumb h1{
    margin-bottom:0;
    padding-top:25px;
    font-weight:bold;
    color:#000;
    font-size:3em;
}
.page-template-template-full-width #contentfull{
    padding:25px 0;
}
.wpcf7 textarea, .wpcf7 input{
    border-color:#000;
    color:#000;
}
.wpcf7 label{
    display:block;
}
.wpcf7 textarea{
    width:100%;
    resize:vertical;
}
div.wpcf7 input[type="file"]{
    border:0;
    padding:0;
}
.wpcf7 input.wpcf7-submit{
    border:1px solid #000;
    font-weight:bold;
    background:none;
    color:#000;
    padding:6px 26px;
}
.wpcf7 input.wpcf7-submit:hover{
    border-color:#00b0ea;
}
#footerinner ul.socialicons li a {
    line-height: 44px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 42px;
    font-size: 16px;
}
#footerinner ul.socialicons li:last-child a{
    font-size:18px;
}

#footerinner ul.socialicons li a:hover{
    color:#fff;
}
#cookie-law-info-bar{
	padding:13px 100px;
}
#cookie-law-info-bar a {
    color: #1e73be;
    text-decoration: none;
    font-weight: bold;
}
#speeching_button.wplc-color-2{
    color:#000!important;
}
#speeching_button{
    font-size:16px!important;
}
#testimonial-bg{
	background-size:100% 100%!important;
}
#background-size-100{
	background-size:100% 100%!important;
}

@media (min-width: 220px) and (max-width: 990px){
	#logo {
		width: 20%;
		text-align: center;
		margin-top: 20px;
	}

	#logo img {
		float: none;
		margin-right: 0;
	}

	.nav-arrows,
	.mainnav {
		display: none;
	}

	#mainmenu {
		width: 20%;
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#mainmenu {display: none;}

	.mmenu {
  		display: block;
  		font-size: 14px;
  		width: 20%;
  		float: left;
  		/*clear: left;*/
		margin-top: 20px;
		position: relative;
	}

	.mmenu ul {
  		list-style: none;
  		padding: 0;
  		text-align: left;
  		position: fixed;
  		margin: 0;
		display: none;
		top: 0;
		left: 0;
		width: 0;
		background-color: #00bff3;
		height: 100%;
		z-index: 999;
	}
	.mmenu.opened ul{
		width: 200px;
	}

	.mmenu ul li {
  		float: left;
  		*display: inline;
  		zoom: 1;
  		position: relative;
	}

	.mmenu ul li span.arrow {
  		display: block;
  		/* "display:none" to hide arrows for the non-mobile nav */
  		position: absolute;
  		top: 32px;
  		color: #000;
  		width: 20px;
  		left: 50%;
  		margin-left: -10px;
  		text-align: center;
  		font-size: 7px;
  		z-index: 5;
  		cursor: pointer;
	}

	.mmenu ul li a {
  		display: block;
  		color: #fff;
  		padding: 15px 20px;
  		border-bottom: 1px solid #eaeaea;
  		text-decoration: none;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	.mmenu ul li ul {
  		list-style: none;
  		padding: 0;
  		display: none;
  		position: absolute;
  		left: 0;
  		width: 160px;
  		margin-bottom: 0;
	}

	.mmenu ul li ul li {
  		width: 160px;
	}

	.mmenu ul li ul li a {
  		background: #fff;
  		border-bottom: 1px solid #eaeaea;
  		display: block;
  		padding: 15px;
	}

	.mmenu ul li ul li a:hover,
	.mmenu ul li.current-menu-item a,
	.mmenu ul li:hover a,
	.mmenu ul li:hover a:hover {
  		color: #000;
	}

	.mmenu ul li:hover ul {
  		display: block;
	}

	.mmenu ul li:hover ul a {
  		color: #666;
	}

	.mmenu ul li:hover ul a:hover {
  		color: #656565;
	}

	.mmenu .nav-bars {
  		display: none;
  		position: absolute;
    	right: 0;
    	width: 40px;
		height: 40px;
		text-align: center;
    	top: 0;
    	color: #404040;
    	font-size: 24px;
    	cursor: pointer;
    	clear: none;
		z-index: 4;
		border: none;
	}

	.mmenu .nav-bars::before {
		content: '\f419';
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'Genericons';
		line-height: 40px;
		color: #404040;
		-webkit-transition: all 0.3s ease;
  		-moz-transition:    all 0.3s ease;
  		-ms-transition:     all 0.3s ease;
  		-o-transition:      all 0.3s ease;
	}

	.opened .nav-bars::before {
		content: '\f406';
	}

	.mmenu .nav-bars i {
  		font-weight: bold;
	}

	.mmenu.mobile {
  		width: 20%;
	}

	.mmenu.mobile ul {
  		display: none;
	}

	.mmenu.mobile ul li {
  		width: 100%;
  		float: none;
	}

	.mmenu.mobile ul li span.arrow {
  		display: block;
  		top: 6px;
  		font-size: 16px;
  		margin: 0;
  		right: 2px;
  		left: auto;
  		padding: 10px;
	}

	.mmenu.mobile ul li span.arrow:hover {
  		color: #aaa;
	}

	.mmenu.mobile ul li span.arrow.arrow-rotate {
 		 -webkit-transform: rotate(180deg);
      	-ms-transform: rotate(180deg);
          transform: rotate(180deg);
	}

	.mmenu.mobile ul li a {
  		padding: 5px;
		padding-left: 20px;
	}

	.mmenu.mobile ul li ul {
  		position: static;
  		width: 100%;
	}

	.mmenu.mobile ul li ul li {
  		width: 100%;
	}

	.mmenu.mobile ul li:hover a {
  		border-bottom: 1px solid #ccc;
	}

	.mmenu.mobile ul li:hover a:hover {
  	}

	.mmenu.mobile ul li:hover ul {
  		display: none;
	}

	.mmenu.mobile ul li:hover ul a {
  	}

	.mmenu.mobile ul li:hover ul a:hover {
	}

	.mmenu.mobile .nav-bars {
  		display: block;
	}
	.top-rightsidebar{
		float: left;
	}

	#metaslider_39 .caption h3,
	#metaslider_905.flexslider ul.flex-direction-nav{

	}
	.wm-col-6 {
      width: 100%;
    }
    #metaslider_131 .slides li img{
		margin:auto;
	}
	#metaslider_131.flexslider ul.slides .caption-wrap{
	    padding:20px;
	    position:static;
	    height:100%;
	}
}
@media (min-width: 768px) and (max-width: 990px){
	.top-rightsidebar{
		width: 60%;
	}
	#metaslider_905.flexslider ul.slides .caption-wrap{
	    position:relative;
	}
	#metaslider_905.flexslider ul.slides li img{
	    width:250px;
	}
	.career-wrapper.style1 .career-box, .career-wrapper.style2 .career-box{
	    top:15%;
	}
	.career-wrapper.style1 h3{
	    top:23%;
	}
	.career-wrapper.style2 h3{
	    top:18%;
	}
	.career-wrapper.style1 .career-box, .career-wrapper.style2 .career-box{
	    width:40%;
	}

    .post-img .post-thumb::before{
       background-position: 0 -183px;
    }
    .metaslider.ms-theme-bubble ul.rslides_tabs{
    	bottom:0!important;
    }

}
@media (min-width: 220px) and (max-width: 767px){
	#logo{
		width: 30%;
		margin-top: 10px;
	}
	.top-rightsidebar{
		width: 58%;
	}
	.mmenu.mobile{
		width: 12%;
		margin-top: 10px;
	}
	.mmenu .nav-bars{
		position: relative;
	}
	#lang-wrapper, #chat-wrapper{
		padding-top: 16px;
	}
	#chat-wrapper img {
	    margin-top: 8px;
	}
	#lang-wrapper ul{
		margin:0;
		padding:0;
	}
	#lang-wrapper li{
		vertical-align: top;
		margin-right: 0;
	}
	#lang-wrapper li img{
		width: 24px;
	}
	#lang-wrapper li span{
		display: none;
	}
	#chat-wrapper img{
		width: 80px;
	}
	#footer{
		padding:30px 0 10px 0;
	}
	#footer #footerinner #custom_html-2{
		margin-bottom: 15px;
	}
	.metaslider.ms-theme-bubble .flexslider ul.slides .caption-wrap{
		height: 100%;
	}
	.career-wrapper.style1{
	    text-align:left;
	}
	.career-wrapper.style1 .career-box, .career-wrapper.style2 .career-box,
	.career-wrapper.style1 h3, .career-wrapper.style2 h3{
	    width:75%;
	    position:static;
	}
	.career-wrapper.style1 h3, .career-wrapper.style2 h3{
	    transform:none;
	}
	.career-wrapper img{
	    width:100%;
	}
	#metaslider_905.flexslider .slides img{
	    float: none;
	    width:150px;
		margin:0 auto;
	}

	#metaslider_905.flexslider ul.slides .caption-wrap{
	    height:100%;
	    position:static;
	}
	#metaslider_39 .rslides_tabs,
	#metaslider_905.flexslider .flex-direction-nav{
	    display:none;
	}
	#metaslider_131.flexslider ul.slides .caption-wrap .caption,
	#metaslider_905.flexslider ul.slides .caption-wrap .caption,
	#metaslider_39 li .caption-wrap .caption{
	    transform:none;
	    width:100%;
	    position:static;
		padding-left:0;
		text-align:center;
	}
	#metaslider_131.flexslider .flex-control-nav,
	#metaslider_905.flexslider .flex-control-nav{
	    bottom:-30px;
	}
	#metaslider_39 li .caption-wrap{
	    height:100%;
	    padding:15px 25px;
	    top:0;
	}
	#metaslider_39 li .caption-wrap .caption h2{
	    margin:0 0 10px 0;
	    font-size:20px;
	}
	#metaslider_39 li .caption-wrap .caption a{
	    padding:8px 10px;
	}
	#footerinner .widgets{
	    width:100%;
	    margin:0 0 25px 0;
	}
	#footerinner .widgets:nth-child(3n) {
        margin-right: 0;
    }
    #metaslider_39 .rslides_tabs{
        position:static;
    }
    #metaslider_39{
        padding-bottom:70px;
    }
    .ms-is-small.metaslider.ms-theme-bubble ul.rslides_tabs{
    	bottom: 0!important;
    }
    #copywrapper .h2{
		font-size: 22px;
    }
    #footer #footerinner .widgets h2{
    	font-size: 22px;
    	margin-bottom: 5px;
    }
    #headerin{
    	padding-left: 15px;
    	padding-right: 15px;
    }
    #metaslider_131.flexslider li .caption h3{
    	font-size: 28px;
    	text-align: left;
    	padding-right: 0;
    }
    #metaslider_905.flexslider li .caption h3,
    .service-box h2{
    	font-size: 22px;
    }
    #home-service-box h4{
    	display: block;
		float:none;
    }
    #home-service-box h4 img {
	    margin: auto;
	    display: block;
	    width: 150px;
		float:none;
	}
	.post-img .post-thumb h1{
		font-size: 1.6em;
		padding-top:0;
		margin-top:0;
	}
	p{
		text-align: left; /* justify */
	}
}

#cookie-law-info-again{
	display: none !important;
}

/* Latest News */
.news-box{ width:30.3%; float:left; padding:5px 10px;  margin:5px 5px 5px 5px; border:1px solid #cccccc; min-height:300px; position:relative; }

   .news-box p{ font-size:16px !important; line-height:1.5em;}
   p.pdate{ font-size:18px !important; position:absolute; bottom:0; color:#646567 !important; /* font-weight:bold; */}
   .news-box h3{  margin-top:0; border-bottom:1px solid #cccccc; padding-bottom:3px; min-height:90px;}
.news-box h3 .title_link{color:#636566; text-decoration:none; font-size:24px;}
.nline{ border-bottom:1px solid #cccccc; margin:5px 0;}
   .ncat{ font-size:14px; /* font-weight:bold;*/}

   .news-box:nth-child(even){border-top:4px solid #1aecd3; } /* a8e0f9 */
   .news-box:nth-child(odd){border-top:4px solid #e31c85; } /* fbdbe9 */
   .readnow{color:#cccccc; text-decoration:none; color:#646567;}
   .fa{color:#cccccc;}
	.clear{ clear:both;}
	.halfbox{ width:49.7%; float:left; margin:5px 0;}
	.wp-pagenavi { float: right !important;  width: 100%; text-align: right; padding-right:0 !important;}
	#cat-filter select{ height:32px; width:50%;}
	.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend{ font-size:16px !important; font-weight:bold; color:#000000 !important;}

	.wp-pagenavi span.current{ font-size:16px;}
	.news_sorce{ position:absolute; bottom:40px; font-weight: bold !important; color:#646567;}
	.news_wrapper{ margin-bottom:20px; overflow:hidden;}
	.fnav{ padding-right:5px;}
	.modal-dialog{ width:80%;}
	.news-box a.readmorelink{ float:right; text-decoration:none; position:absolute; right:10px; bottom:65px; color:#00b5f1;}
	.news-box a.readmorelink .fa{ color:#00b5f1; font-size:14px;}

	@media (min-width: 768px) and (max-width: 1024px)  {

		.news-box{width:28.9%; min-height:360px}
		.mobile-approach-box{
			display:block;
		}
		.qloudx-approach{
			display:none;
		}


		#chat-wrapper{
			position: absolute;
			right: 120px;
			top: 10px;
		}

		#mega-menu-wrap-main-menu{
			margin-left:0;
			float:right;
			width: 100%;
			position: relative;
			right: -3px;
			bottom: 85px;
		}

		#logo img{
			z-index: 9999999;
			position: relative;
		}

		#mega-menu-wrap-main-menu .mega-menu-toggle{
			background: none;
		}

		#mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu{
			background:#f9f9f9;
			margin-top:26px;
		}

		#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
			background:none;
		}

		#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
			background:none;
		}

		#header,#header.fixed{
			height:90px;


		}
		#mega-menu-main-menu{
			margin-top:10px;
		}
		#headerin{
			overflow:auto;
		}

		#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
			height:80vh;
			overflow:auto;

		}

		.banner-top-image{
			top:0;
		}
	}

	@media (min-width: 481px) and (max-width: 767px) {
	.news-box{ width:43%;}
		.halfbox{ width:100%;}
		.modal-dialog{ width:99%;}
		.mobile-approach-box{
			display:block;
		}
		.qloudx-approach{
			display:none;
		}

	}

	@media (min-width: 320px) and (max-width: 480px) {
		.news-box{ width:90%; min-height:345px;}
		.halfbox{ width:100%;}
		#cat-filter select{ width:68%;}
		.modal-dialog{ width:95%;}
		.news-box h3{min-height:auto;}
		.mobile-approach-box{
			display:block;
		}
		.qloudx-approach{
			display:none;
		}


		#chat-wrapper{
			position: absolute;
			right: 75px;
			top: 10px;
		}

		#mega-menu-wrap-main-menu{
			margin-left:0;
			float:right;
			width: 100%;
			position: relative;
			right: -3px;
			bottom: 85px;
		}

		#logo img{
			z-index: 9999999;
			position: relative;
		}

		#mega-menu-wrap-main-menu .mega-menu-toggle{
			background: none;
		}

		#mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu{
			background:#f9f9f9;
			margin-top:26px;
		}

		#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
			background:none;
		}

		#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
			background:none;
		}

		#header,#header.fixed{
			height:90px;


		}
		#mega-menu-main-menu{
			margin-top:10px;
		}
		#headerin{
			overflow:auto;
		}

		#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
			height:80vh;
			overflow:auto;

		}

	}

/* End Latest News */


.latest-post-selection.as-overlay article .lps-ontopof-overlay p {
    margin: 0;
    line-height: 1.2em !important;
    font-size: 16px !important;
}

.latest-post-selection.as-overlay h3{
    position: relative;
    z-index: 1;
    overflow-y: hidden;
    font-size: 22px;
	font-weight:bold;
}

.latest-post-selection.as-overlay span{

    text-align: right;
    width: 100%;
    display: block;

}

.latest-post-selection.as-overlay article .lps-ontopof-overlay p {
    margin: 0;
    line-height: 1.2em !important;
    font-size: 16px !important;
}

.latest-post-selection.as-overlay h3{
    position: relative;
    z-index: 1;
    overflow-y: hidden;
    font-size: 22px;
}

.latest-post-selection.as-overlay span{

    text-align: right;
    width: 100%;
    display: block;

}

.latest-post-selection.as-overlay article *{
	bottom: 0px;
	top: 10px;
}

.latest-post-selection.as-overlay article .lps-ontopof-overlay a{
	padding-top: 0% !important;
}

.latest-post-selection.as-overlay article {

    background-size: auto !important;
    background-repeat: no-repeat;
    background-position: 86% 90% !important;


}

.latest-post-selection.as-overlay.tall article{
	height: 286px !important;
}


.latest-post-selection.as-overlay.light article .lps-ontopof-overlay{
	background: none !important;
}

.latest-post-selection.two-columns article:first-child{
	background-color: #f3f3f3 !important;
	margin-left:0 !important;
}


.my-blue-box article{
	background-color: #cdedfb !important;
}

.latest-post-selection.two-columns article:last-child{
	background-color:#ddfaf4 !important;
}



.latest-post-selection.as-overlay.tall article{
	background-color: #ddfaf4;
}

.newblog .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-left: 7px !important;
}

.newblog h3{
	font-size: 16px;
    font-weight: 100;
    font-family: 'Cantarell';
    padding: 0 20px;

}

.manage_title h3{
	font-size:21px !important;
	font-weight:bold;
}

.newblog .latest-post-selection.two-columns article{
	width: 48%;
	margin-right: 1%;
}

#bitnami-banner {display:none;}

#author, #email, #url{
	width: 95%;
}

#freight-tech-box .flip-box {
  background-color: transparent;
  width: 100%;
  height:185px;
 /* border: 1px solid #f1f1f1;*/
  perspective: 1000px;
}

#freight-tech-box .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

#freight-tech-box .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

#freight-tech-box .flip-box-front, #freight-tech-box .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	padding:10px;
	border-radius:5px;
}

#freight-tech-box .flip-box-front p, #freight-tech-box .flip-box-back p{
	text-align:center;
}

#freight-tech-box .flip-box-front {
  background-color: #ffffff;
  color: black;
}

#freight-tech-box .flip-box-back {
  background-color: rgba(0, 0, 0, 0.5);;
  color: white;
  transform: rotateY(180deg);
}

#freight-tech-box .flip-box-back p{
	color:#ffffff !important;
}


/* approach-flip-box */


#approach-flip-box .flip-box {
  background-color: transparent;
  width: 100%;
  height:365px;
 /* border: 1px solid #f1f1f1;*/
  perspective: 1000px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

#approach-flip-box .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

#approach-flip-box .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

#approach-flip-box .flip-box-front, #approach-flip-box .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	padding:10px;
	border-radius:5px;
}

#approach-flip-box .flip-box-front p, #approach-flip-box .flip-box-back p{
	text-align:center;
}

#approach-flip-box .flip-box-front {
  background-color: #ffffff;
  color: black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top:30%;
}

#approach-flip-box .flip-box-back {
  /*background-color: rgba(0, 0, 0, 0.5);*/
	background-color:#000000;
  color: white;
  transform: rotateY(180deg);
}

#approach-flip-box .flip-box-back p{
	color:#ffffff !important;
}


#approach-flip-box .elementor-column-wrap{
	width:90%;
}

.line-arrow {
/*border: 3px solid #000;*/
width: 6%;
position: absolute;
right: -1px;
top: 50%;
z-index: -9;
	font-size:75px;
	color:#8AF3E7;


}

.line-arrow:before{
content: "\01F822";
}

.line-arrow.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-right:10px solid blue;
}


.big-arrow{
position: absolute;
bottom: -38px;
height: 35px;
width: 826px;
border-bottom: 5px solid #8AF3E7;
float: right;
left: -725px;
border-left: 5px solid #8AF3E7;
border-right: 5px solid #8AF3E7;
	border-radius:0 0 10px 10px;
	z-index:-9;
}

.big-arrow .arrow-up{
	width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #8AF3E7;
position: relative;
left: -16px;
top: -2px;
	z-index:-9;
}


/* End */



.wp-comment-cookies-consent{
	float: right;
    width: 96%;
}

#wp-comment-cookies-consent{
	position: relative;
    left: 0px;
    bottom: -18px;

}

.comment-form-cookies-consent{
	position: relative;
	width: 100%;
	float: right;
	clear:both;
}

.comment-form-cookies-consent label{
	float: right !important;
	width:97%;
}

@media (min-width: 320px) and (max-width: 480px) {

	.newblog .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
		padding-bottom:0;
		padding-top:0;
	}


	.elementor-2 .elementor-element.elementor-element-6a1d48f,.elementor-2 .elementor-element.elementor-element-03148bd,.elementor-2 .elementor-element.elementor-element-178d034{
    width: 100% !important;
	}
	.timeline-wrapper{
		height:auto;
	}

	.newblog .latest-post-selection.two-columns article{
		width: 100%;
		margin-left: 0%;
		margin-top: 8px;
		margin-right:0;
		min-height:286px !important;
	}
	#metaslider_131 .slides li img{
		width: 130px;
	}

	.elementor-2 .elementor-element.elementor-element-c269284{
		padding:0 !important;
	}

	#logo{
		width:48%;
	}
	.top-rightsidebar {
    	width: 40%;
	}

	#metaslider_39{
		min-height: 490px;
	}

	#metaslider_905.flexslider ul.slides .caption-wrap .caption{
		padding-left:0;
		text-align:center;
	}

	.banner-top-image{
		top:0;
	}


}

.mobile-box{ display:none;}

.single-post{
	float:none !important;
	margin:0 auto!important;
}

.info-box .elementor-widget-wrap .elementor-element {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.manage-title h1{
	font-size: 42px;
	color: #636566;
	margin-top: 20px;
	text-transform: none;
	font-weight: bold !important;
	letter-spacing: 2px;
	font-family: 'Cantarell' !important;
}
.elementor-widget-text-editor{
	color:#000000!important;
}

@media (min-width: 320px) and (max-width: 480px) {


.line-arrow::before {   content: "\01F823"; }

.line-arrow {
   width: 6%;
    position: absolute;
    right: 50%;
    top: 95%;
    z-index: -9;
    font-size: 60px;
    color: #00bff3;
}

.big-arrow {
    position: absolute;
    bottom: 168px;
    height: 1150px;
    width: 20px;
    border-bottom: 3px solid #00bff3;
	border-top:3px solid #00bff3;
    float: left;
    right: -21px;
    border-left: 0px solid #00bff3;
    border-right: 3px solid #00bff3;
	left:100%;


}

	.big-arrow .arrow-up{
	border-top: 10px solid transparent;
  	border-bottom: 10px solid transparent;
    border-right:10px solid #00bff3;
		top: -10px;
	}

	.full-box .elementor-column{ width:100% !important}

	.info-box .elementor-widget-wrap .elementor-element{
		height:auto;
	}

	.info-box .elementor-widget-container{
		width:100%;
	}


	.single-post h4.elementor-heading-title, .single-post h2.elementor-heading-title {
		text-align:center;
	}

	.page-id-2278 .elementor-section, .page-id-2358 .elementor-section{
	width:100%;
	margin:0 auto;
}

.mobile-box{ display:block;}
	.desktopimg{ display:none;}
	#metaslider_39 li .caption-wrap .caption{
		width:87%;
	}
	#metaslider_131{
		padding-top:40px;
	}
	#metaslider_131 .slides li img.slide-1499{
		margin-top:100px;
	}
	#metaslider_39 li .caption-wrap .caption {
    width: 94%;
    margin-top: 85px;
    text-align: center;
	}

	#metaslider_39 li .caption-wrap .caption h2, #metaslider_39 li .caption-wrap .caption h3{
	line-height: 24px;
		font-weight:bold;
	}

	.elementor a{
		color:#000000;
		font-weight:bold;
	}

	#metaslider_39 {
    	min-height: 375px;
	}

	#metaslider_39 li .caption-wrap .caption h3 {
		font-size: 22px;
		margin-top: 0;
	}

	.ms-is-small.metaslider.ms-theme-bubble ul.rslides_tabs{
		width: 95%!important;
	}

}


.leadership-box-2 .latest-post-selection.as-overlay.tall article{
	background-color:#cdedfb !important;
}

.elementor-230 p{text-align:left;}

#nav_menu-4{
	/*margin-right: 10px !important;*/
	/* width: 185px !important;*/
}

#nav_menu-5{ margin-right:100px!important;}

@media (min-width: 768px) and (max-width: 1024px) {

	.stapes-box .elementor-element-populated{margin: 0 0 30px 0 !important;}
	.my-image-box .elementor-element-populated{ margin:0 0 0 0 !important; }
	.elementor-230 p{ text-align:left; }
}

@media (min-width: 481px) and (max-width: 767px) {
	.stapes-box .elementor-element-populated{margin: 0 0 30px 0 !important;}
	.my-image-box .elementor-element-populated{ margin:0 0 0 0 !important; }
	.elementor-230 p{ text-align:left; }
}

@media (min-width: 320px) and (max-width: 480px) {
	.stapes-box .elementor-element-populated{margin: 0 0 30px 0 !important;}
	.my-image-box .elementor-element-populated{ margin:0 0 0 0 !important; }
	.elementor-230 p{ text-align:left; }
}

/* Social Icons on Single Blog Post */
#socialshare {
	text-align:right;
}

#socialshare .fa {
  padding: 20px;
  font-size: 16px;
  width: 16px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

#socialshare .fa:hover {
    opacity: 0.7;
	background-color: #000;
}

#socialshare .fa-linkedin {
  background: #007bb5;
  color: white;
}

#socialshare .fa-envelope {
  background: #bb0000;
  color: white;
}

#followus .container { margin-right:0px; }

.metaslider.ms-theme-bubble *, .metaslider.ms-theme-bubble *::before, .metaslider.ms-theme-bubble *::after{
	color:#222;
}


#followus.btn_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    /* cursor: pointer; */
    width: 230px;
    height: 64px;
    background-color: #337ab7;
    border-radius: 80px;
    padding: 0 14px 0px 0px;
    will-change: transform;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align:right;
}

#followus.btn_wrap:hover {
    /* transition-delay: .4s; */
    -webkit-transform: scale(1.1);
            transform: scale(1.1)
}

#followus span {
    position: absolute;
    z-index: 99;
    width: 160px;
    height: 64px;
    border-radius: 80px;
    font-size: 18px;
    text-align: center;
    line-height: 62px;
    letter-spacing: 2px;
    color: #fff;
	/* font-weight:bold; */
    background-color: #1F1E1E;
    padding: 0 14px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
	left: 0px;
}

#followus.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    height: 64px;
    border-radius: 80px;
}

.fa { color:#fff; font-weight:bold; font-size: 18px; }

.blog-content-box p a {
	font-family: 'Cantarell'!important;
	font-weight: bold!important;
	font-size: 28px;
}



/* New Home page CSS */
/* Header Start */
#logo{
	width:15%;
}
#mainmenu{
	margin-top:22px;
	margin-left:45px;
}
.mainnav{
	margin-left:0;
}

.mainnav li{
	margin-left:0;
}

.mainnav li a{
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}


.mainnav li.current_page_item, .mainnav li.current-menu-parent{
	border-bottom:3px solid #00bff3;
	border-radius:1px;
}

.mainnav li li.current-menu-parent{
	border:none !important;
}


.mainnav li:hover ul,
ul.mainnav li.sfHover ul {
	left: 0;
	top: 30px;
	/*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
	width: 280px;
	max-width: none;
padding: 0px 0px 0px 0px;
border: solid 2px #eaeaea;
border-top: solid 2px #00bff3;
background: #ffffff;
border-radius: 0;


}

.mainnav li li{
	padding-top:0;
	padding-bottom:0;
}

.mainnav li li a, .mainnav li li a:link, .mainnav li li a:visited{
	display: block;
/*background: #f1f1f1;*/
color: #222222;
font-family: inherit;
font-size: 16px;
font-weight: normal;
padding: 10px 10px 10px 10px;
line-height: 22px;
text-decoration: none;
text-transform: none;
}

.mainnav li li:hover{
	background:#f9f9f9;
	color:#00bdf3;
}

.mainnav li li:hover a{
	color:#00bdf3;
}

.mainnav li li .sub-menu li:hover a{
	color:#00bdf3;
}

.mainnav li li a span.sf-sub-indicator{
	float: right;
	position:relative;
	right:-130px;
	font-size:30px;
}

.mainnav li li a span.sf-sub-indicator::after {

    content: '\2023';

}

.mainnav li:hover li ul{

	left:280px;
	top: -1.5px;

}

.mainnav li li:hover ul,
ul.mainnav li li.sfHover ul {
	left:280px;
	top: -1.5px;
}

.mainnav ul li ul.sub-menu li{
	padding-bottom:0;
}

.mainnav ul li ul.sub-menu li a::before {/*content: '\25CF'; color: #666666; padding-right: 0.5em;  font-size:14px;*/   }

.mainnav ul li ul.sub-menu li a{
	font-size:16px;
	color:#222222;
}

.mainnav ul li ul.sub-menu{
	display:block !important;
	visibility:visible !important;
	left: 280px;
    top: -1.5px;
}

.mainnav li ul.sub-menu li.current_page_parent , .mainnav li ul.sub-menu li.current-menu-item{
	border-bottom:none;
}

.mainnav li ul.sub-menu li.current_page_parent a, .mainnav li ul.sub-menu li.current-menu-item a{
	border-bottom: none;
	/*padding-bottom:10px;
	margin-left:2px;*/

}


/* Header End */
/* Footer Start */
#footer{
	background:#616568;
	line-height:1.1em;
	padding-left:40px;
}
#footer #footerinner .widgets h2{
	color:#f4f7f8 !important;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#footer #footerinner ul.menu li a{
	font-size:14px;
	color:#ffffff;
}

#footerinner ul li{
	padding-bottom:0;
	padding-top:0;
	margin-bottom:15px;
}

#footerinner{
	width:60% !important;
	padding:0;
}

#footerinner .widgets{
	margin-right:0;
	width:25%;
}
#nav_menu-5{
	margin-right:75px !important;
}
#custom_html-4 a{
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

#copywrapper {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
}

/* End Footer */

.button-view{
	font-size:16px;
	background-image: -moz-linear-gradient( -135deg, rgb(26,236,211) 0%, rgb(0,191,243) 19%, rgb(167,79,173) 100%);
  background-image: -webkit-linear-gradient( -135deg, rgb(26,236,211) 0%, rgb(0,191,243) 19%, rgb(167,79,173) 100%);
  background-image: -ms-linear-gradient( -135deg, rgb(26,236,211) 0%, rgb(0,191,243) 19%, rgb(167,79,173) 100%);
	color:#ffffff;
	padding:15px 20px;
	border-radius:5px;
	font-weight:bold;
	text-decoration:none;
	display: inline-block;

}

.title_line{
	border-bottom: 4px solid #00bff3;
	width:10.6%;
	margin:0px auto 30px;
	display:block;
	line-height:0.8em;
}

.elementor-widget-wrap .title_line{
	margin: 0px auto 10px;
}

.specialities img{
	width:50%;
}

.specialities .wp-caption{
	border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(247, 247, 248);
	padding:10px;
	font-size:16px;
	min-height:150px;
}

.specialities .wp-caption-text{
	font-size:16px;
}

.services-partner{
	width:80%;
	margin:0 auto;
}

.services-partner img{
	border-width: 1px !important;
  border-color: rgb(221, 221, 221) !important;
  border-style: solid !important;
  border-radius: 3px;
	}

/* talk-to-us */

.talk-to-us{
	padding:25px 10px 20px;
	background-image: -moz-linear-gradient( -135deg, rgb(26,236,211) 0%, rgb(0,191,243) 19%, rgb(167,79,173) 100%);
  background-image: -webkit-linear-gradient( -135deg, rgb(26,236,211) 0%, rgb(0,191,243) 19%, rgb(167,79,173) 100%);
  background-image: -ms-linear-gradient( -135deg, rgb(26,236,211) 0%, rgb(0,191,243) 19%, rgb(167,79,173) 100%);
	color:#ffffff;
}

.talk-to-us p{
	color:#ffffff !important;
	font-size:18px;
}

.form-talk-to-us input[type="text"], .form-talk-to-us input[type="email"], .form-talk-to-us textarea{
	 background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
	padding:25px;
	border:none;
	border-radius:20px;
	color:#999999;
	font-size:16px;
}

.form-talk-to-us textarea{
	padding:25px 25px 32px;
	resize:none;
	min-height:195px;
}


.form-talk-to-us select{
	background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);

    /*padding: 25px;*/
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 20px;
	height:50px;
	padding-left:25px;

    background: url(http://staging.qloudx.com:8080/wp-content/uploads/2021/12/br_down.png) no-repeat right rgb(255, 255, 255);
    -webkit-appearance: none;
    background-position-x: 95%;
	color:#999;
	width:100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;

}


select{
  color: #999999;
}
select option { color: #999999; }


.wpcf7-form-control-wrap {
	position:relative;
}


.form-talk-to-us input[type="text"].wpcf7-not-valid, .form-talk-to-us input[type="email"].wpcf7-not-valid, .form-talk-to-us textarea.wpcf7-not-valid , .form-talk-to-us select.wpcf7-not-valid{
	border-bottom:4px solid red;
}


.wpcf7-not-valid-tip{
	position: absolute;
clear: both;
z-index: 999999;
bottom: -37px;
	font-size:14px !important;
	left:30px;
	display:none !important;
}

.talk-to-us input[type="submit"]{
	background:rgb(255, 255, 255);
	font-size:18px;
	color:#222222;
	border-radius:5px;
	text-transform:inherit;
	border:none;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
	padding:13px 35px;
	float:right;
}

.form-talk-to-us{
	margin-top:20px;
}

p{
	line-height:150%;
	color:#666666 !important;
}

strong{
	color:#222222 !important;
	font-size:18px;
}

.website-container p , .manage_p p{
	/*line-height:125%;
	margin-bottom:0;*/
}

.talk-to-us input[type="submit"]:hover{
	background:#222222;
}

.driving-force p{
	line-height:150%;
}

.Q-approach .elementor-widget-container{
	min-height:400px;
}

.Q-approach.my-first-box::before{
	display:none;
}

.Q-approach::before{
	content: url(http://staging.qloudx.com:8080/wp-content/uploads/2021/09/Combined-Shape.png);
color: black;
padding-right: 0.5em;
font-size: 32px;
font-weight: bolder;
position: absolute;
bottom: 0%;
top: 50%;
left: -8%;
width: 25px;
height: 25px;
}

.CustomersSay #metaslider-id-131{
	background-color:#ffffff;
}


.elementor-6741 .elementor-element.elementor-element-2ae256c:not(.elementor-motion-effects-element-type-background), .elementor-6741 .elementor-element.elementor-element-2ae256c > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	min-height:1070px;

}
.CustomersSay p{
	font-size:16px;
	font-weight:normal;
}

.CustomersSay .metaslider.ms-theme-bubble ::before{
	color:#1aecd3;
}

.talk-us{

	background:rgb(255, 255, 255);
	font-size:16px;
	color:#222222;
	border-radius:5px;
	text-transform:inherit;
	border:none;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5) !important;
	padding:10px 15px;
	margin-top:0px;
	display:inline-block;
}



.spacing{
	height:75px;
	padding:10px;
}

.div-spacing{
	padding:5px;
}

.website-container{
	max-width:1140px;
	margin: 0 auto;
}

.blog-box{
	padding:10px 10px 0px 10px;
}

.blog-box .author-name{
	font-size:14px;
	color:#999999;
	text-transform:uppercase;

}

.case-cat{
	min-height:50px;
}

.blog-box h5{
	margin-top:5px;
}

.blog-box p{
	color:#666666;
	font-size:14px;
	margin-bottom:0px;
	line-height:175%;
}

.blog-box .Read_More{
	font-size: 16px;
  color: rgb(0, 191, 243);

  text-align: center;
	padding:5px 10px;
	border-width: 1px;
  border-color: rgb(0, 191, 243);
  border-style: solid;
  border-radius: 4px;
	text-decoration:none;
	position:absolute;
	bottom:15px;
}

.blog-box h5 a{
	text-decoration:none;
	color: #222222;
	margin-top:0;
}

.blog-box-content{
	min-height:480px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5) !important;
	border-radius:5px;

}

.blog-box-content img{
	min-height:230px;
	border-radius: 5px 5px 0 0px;
	height:200px;
}



.Approach-box{
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5) !important;

	width:97% !important;
	z-index:9999;
	min-height:220px;

}

.Approach-box img{
	margin-top:20px;
}

.box-border-1{
	border-top:10px solid #8af3e7;
	border-right:10px solid #8af3e7;
	border-bottom:0;
	border-left:0;
	width:70%;
	height:110px;
	border-radius:0px 40px 0px 0;
	position:absolute;
	left: -100px;
	z-index: 9;
	top: 95px;
}

.box-border-2{
	border-top:10px solid #8af3e7;
	border-left:10px solid #8af3e7;
	border-bottom:0;
	border-right:0;
	width:61%;
	height:100px;
	border-radius:40px 0px 0px 0px;
	position:absolute;
	left: 230px;
	z-index: 9;
	top: 55px;
}

.box-border-3{
	border-top:10px solid #8af3e7;
	border-right:10px solid #8af3e7;
	border-bottom:0;
	border-left:0;
	width:70%;
	height:105px;
	border-radius:0px 40px 0px 0;
	position:absolute;
	left: -100px;
	z-index: 9;
	top: 50px;
}

.box-border-4{
	border-top:0px;
	border-left:10px solid #8af3e7;
	border-bottom:10px solid #8af3e7;
	border-right:0px;
	width:70%;
	height:120px;
	border-radius:0px 0px 0px 40px;
	position:absolute;
	left: 230px;
	z-index: 9;
	top: -34px;
}


.top-margin50{
	margin-top:-50px;
}

.news-blog-box h5{
	min-height:50px;
}

#copyinfo{
	padding:0px 25px 15px;
}

.Solutions-box h3 {
	line-height:42px;
	}

.border-title{
	border-bottom:4px solid #ffffff;
	width:17%;
	padding-bottom:15px;
	margin:0 auto;
}

.top-banner h2{
	font-size:36px;
	line-height:1.3em;
	color:#ffffff;
}

.top-banner p{
	color:#fff !important;
	margin-bottom:0;
	line-height:125%;
}


.mainnav li.current-menu-item a, .mainnav li:hover a{
	color:#222222;
}

.mainnav li:hover a{
	color:#00bff3;
}

.mainnav li{
	margin:0 8px;
}

.Approach-box .elementor-widget-container, .temp-box .elementor-widget-container{
	background:#ffffff !important;
}

@media (min-width: 991px) and (max-width: 1024px){
	.mainnav li{
		margin: 0;
	}

	#mainmenu{
		margin-top: 0;
		margin-left: 2px;

	}

	.mainnav a{
		padding-left:6px;
	}

	.top-banner h2{
		margin-top:55px !important;
	}

	.box-border-1 {
    top: 95px !important;
    left: -60px !important;
	}

	.box-border-2 {
    top: 38px !important;
    left: 170px !important;
	}

	.box-border-3 {
    top: 25px !important;
    left: -50px !important;
}

	.form-talk-to-us .col-md-3{
		width:100%;
	}

	.services-partner{
		width:100%;
		text-align:center;

	}

}

@media (min-width: 768px) and (max-width: 1024px)  {
	#logo{
		width:20%;
	}

	.top-banner h2{
		margin-top:20px;
	}

	.Solutions-box{
		width:100% !important;
	}

	.box-border-1{
		top:295px;
		left:-70px;
	}

	.box-border-2{
		top:245px;
		left:160px;
	}

	.box-border-3{
		top:220px;
		left:-70px;
	}

	.Approach-box{
		text-align:center;
	}

	.Approach-box p{
		text-align:center;
	}

	.driving-force .elementor-column.elementor-col-20{
		width:33%;
	}

	.form-talk-to-us .col-md-4, .services-partner .col-md-4{
		width:100%;
	}

	.services-partner .col-md-4 img{
		margin-bottom:15px;
	}

	.specialities .elementor-column.elementor-col-16{
		width:33%;
	}

	.website-container{
		width:98%;
		padding:10px;
	}

	.website-container .col-md-4{
		width:29%;
		float:left;
	}

	.blog-box-content{
		min-height:590px;
	}

	#footerinner{
		width:100%;
	}

	#footerinner .widgets{
		width:22%;
	}

	.talk-us{
		margin-top:0;
		margin-bottom:20px;
	}

	.Approach-box img{
	margin-top:0px;
	}

	.case-cat{
		min-height:75px;
	}

	.case-studies-box h5{
		min-height:90px;
	}

	.news-blog-box h5{
		min-height:70px;
	}

	.news-blog-box{
		min-height:525px;
	}


}

@media (min-width: 320px) and (max-width: 480px) {
	#logo{
		width:48%;
	}

	.top-banner h2{
		margin-top:0px;
	}

	.blog-box .Read_More{
			bottom:unset;
		}


	.elementor-6741 .elementor-element.elementor-element-9ea9c68 > .elementor-element-populated,.elementor-6741 .elementor-element.elementor-element-a05bd07 > .elementor-element-populated, .elementor-6741 .elementor-element.elementor-element-504bf6c > .elementor-element-populated, .elementor-6741 .elementor-element.elementor-element-e19430c > .elementor-element-populated{
		padding-right:0 !important;
	}

	.elementor-6741 .elementor-element.elementor-element-22aca3e > .elementor-element-populated, .elementor-6741 .elementor-element.elementor-element-95bcf66 > .elementor-element-populated, .elementor-6741 .elementor-element.elementor-element-2842a29 > .elementor-element-populated, .elementor-6741 .elementor-element.elementor-element-1479821 > .elementor-element-populated{
		padding-left:0 !important;
	}
	 .Approach-box{ text-align:center; margin:10px;}
	.Approach-box p{ text-align:center;}
	.hidden-box{ display:none;}

	.manage_p p{
		text-align:center !important;
	}

	.website-container .col-md-4{
		width:100%;
	}

	#footerinner{
		width:100% !important;
	}

	#footerinner .widgets{
		width: 100%;
	padding:14px;

	}

	#copyinfo{
		padding:0;
	}

	.website-container{
		width:94%;
		padding:10px;
	}

	.website-container .col-md-4{
		width:90%;
	}

	.blog-box-content{
		margin-bottom:25px;
	}

	.services-partner{
		width:100%;
	}

	.services-partner .col-md-4{
		width:100%;
		margin-bottom:10px;
	}

	.form-talk-to-us .col-md-4{
		width:100%;
	}

	.title_line{
		width:35%;
	}

	.talk-to-us input[type="submit"]{
		width:100%;
	}

	.elementor-element-fd22d91, .elementor-element-6df9c83{
		display:none;
	}

	.approach-manage-box .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
		padding:0;
	}



	.top-banner h2{
		font-size:30px;
	}

	#metaslider_131.flexslider ul.slides .caption-wrap p{
		text-align:center;
	}

	.Solutions-box h3{
		font-size:26px;
	}

	.elementor-6741 .elementor-element.elementor-element-c402464 {
    text-align: center !important;
	}

	.top-banner h2, .top-banner p{
		/*text-align:center;*/
	}

	.Approach-box img{
	margin-top:0px;
	}

	#metaslider_131.flexslider ul.slides .caption-wrap p{
		text-align:center;
	}

	#metaslider_131.flexslider ul.slides .caption-wrap .caption, #metaslider_905.flexslider ul.slides .caption-wrap .caption, #metaslider_39 li .caption-wrap .caption{
		text-align:center;
	}
}

@media screen and (max-width: 1900px) and (min-width: 1080px) {
	.mainnav ul li ul.sub-menu{
		top:-1.7px !important;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1024px) {
	#mega-menu-wrap-main-menu{
		float:left;
		top:-16px;
		bottom:0;
		right:0;
		width:60%;
	}

	#headerin {
    overflow: unset;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
		height:30vh;
	}

}


.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #8af3e7;
}

.box-border-1 .arrow-down{
position: absolute;
right: -25px;
bottom: -5px;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;

  border-left: 20px solid #8af3e7;
}

.box-border-2 .arrow-down{
	position: absolute;
left: -25px;
	bottom:-5px;
}

.box-border-3 .arrow-down{
position: absolute;
right: -25px;
bottom: -4px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #8af3e7;
}

.box-border-4 .arrow-up{
position: absolute;
left: -25px;
top: -5px;
}

/********* fix responsive drop-down menu *********/
#headerin {
  display: flex;
  justify-content: space-between;
}
#headerin .clearfix {
  display: none;
}
#mega-menu-wrap-main-menu {
  display: flex;
  align-items: center;
  margin: 0;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
  bottom:-140px;
}
#lang-wrapper, #chat-wrapper {
  padding: 0;
}
#headerin .top-rightsidebar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  height: auto;
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  #mega-menu-wrap-main-menu {
    top: auto;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #headerin {
	overflow: visible;
  }
  #header, #header.fixed {
    height: auto;
  }
   #logo {
    width: 15%;
  }
  #mega-menu-wrap-main-menu {
	bottom: auto;
	right: auto;
	justify-content: center;
	width: auto;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    background: transparent;
    margin-top: 0;
  }
  #chat-wrapper {
    position: relative;
    right: auto;
    top: auto;
  }
  .top-banner h2 {
	margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #logo {
    margin-top: 0;
  }
  .top-rightsidebar {
    width: auto;
  }
}
@media (max-width: 853px) {
  #header.fixed {
	position: relative;
  }
  #mega-menu-wrap-main-menu {
	width: 100%;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
	background: #f1f1f1;
	box-shadow: 0 0 0 0 transparent;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background: transparent;
	color: #222;
  }
}
@media (max-width: 768px) {
  #logo {
	width: 20%;
	margin: 0;
  }
  #mega-menu-wrap-main-menu {
	justify-content: flex-end;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    background: #fff;
    position: absolute;
    top: 14px;
}
  #mega-menu-wrap-main-menu .mega-menu-toggle,
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background: transparent;
  }
  .top-rightsidebar {
    width: auto;
  }
  #chat-wrapper img {
    width: 6;
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #header, #header.fixed {
    height: auto;
  }
  #headerin {
    overflow: visible;
  }
  #mega-menu-wrap-main-menu {
	right: auto;
    bottom: 0;
  }
  #chat-wrapper {
	position: relative;
    right: 0;
    top: 0;
  }
}

#cookie-law-info-bar {
  /*border-radius: 20px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25) !important;
  padding: 15px !important;*/
  text-align: left;
  width: 380px !important;
}
#cookie-law-info-bar h5 {
  margin: 0 0 20px;
}
/*#cookie-law-info-bar a {
  border-radius: 6px;
}
#cookie-law-info-bar .cli-plugin-main-link {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  text-transform: uppercase;
}*/

.blog ul.blog-list li img {
	height: 100%;
	max-height: 345px;
	object-fit: cover;
	object-position: top;
}
body.home .case-studies-box .blog-box .author-name div {display: none;}
.wp-pagenavi {
	padding: 10px 20px 10px !important;
}
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
	background: #FFFFFF !important;
	border: solid 1px #dcdcdc !important;
	border-radius: 3px !important;
	color: #707070 !important;
	font-size: 12px !important;
	margin-right: 3px !important;
	padding: 6px 9px !important;
}
.wp-pagenavi span.current {
	background: -webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;
	border: solid 1px #dcdcdc !important;
	border-color: #202020 !important;
	border-radius: 3px !important;
	color: #fff !important;
	font-size: 16px;
	padding: 6px 9px !important;
	margin-right: 3px !important;
}
