/* Medoid Theme CSS Code */

/* General CSS Code */
body {
	background: transparent;
	margin: 0 !important;
}
.mobile-menu-icon {
	display: none;
}
.container {
    margin: 0 auto;
    max-width: 1280px;
}
.widget {
    margin: 0;
}
a {
	color: #006a89;
	text-decoration: none;
}
a:hover {
	color: #323232;
	text-decoration: none;
}

.page-logo {
    color: #0d5ea3 !important;
    font-size: 32px;
    font-weight: 300;
}
.grecaptcha-badge {
    display: none !important;
}
.wpcf7-form .acceptance-800 {
    display: inline-block;
    width: 20px;
    margin: 0 10px 0 0 !important;
}
.wpcf7-form .acceptance {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 8px 10px 10px;
    text-align: center;
}

/* Header */
.site-header {
	background: #273036;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 25px 0;
	z-index: 100;
}
.home .site-header {
	background: transparent;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	padding: 25px 0;
	z-index: 100;
}
.site-branding img {
    height: 35px;
    width: auto;
}
.main-navigation {
    margin: 5px 0 0;
    text-align: right;
}
.main-navigation ul li {
    display: inline-block;
    float: none;
    padding: 0 40px 0 0;
}
.main-navigation ul li:last-child {
    padding: 0;
}
.main-navigation ul li a {
    color: rgba(255, 255, 255, 0.85);
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all .4s ease;
}
.main-navigation ul li a:hover {
    color: #fff;
    transition: all .4s ease;
}
.main-navigation .current-menu-item a {
	color: #fff;
}

/* Showcase */
#showcase {
	background: rgba(17, 19, 21, 0.45);
	padding: 100px 0 0;
}
#showcase canvas {
	z-index: -1 !important;
}
#showcase .showcase-box {
	background: url(../images/wave.svg) no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding-bottom: 80px;
}
#showcase p {
    color: rgba(255, 255, 255, 0.7);
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 130px auto 0;
    max-width: 70%;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
#showcase p span {
    color: #fff;
    font-weight: 400;
}
#showcase .uk-grid {
    margin: 80px 0 0;
}
#showcase img {
	margin: 0 0 50px;
	height: 68px;
	object-fit: contain;
    transition: all .4s ease;
    width: 68px;
}
#showcase .uk-width-1-5:hover .showcase-item img {
	margin-bottom: 12px;
    transition: all .4s ease;
}
#showcase .uk-width-1-5 {
    padding: 0 15px;
}
#showcase .showcase-item {
    /* background: rgba(199, 157, 84, 0.78); */
	background: rgba(26, 31, 35, 0.86);
    border-radius: 1px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
    padding: 35px;
    position: relative;
    transition: all .4s ease;
}
#showcase .uk-width-1-5:hover .showcase-item {
	background: rgba(199, 157, 83, 0.82);
	margin-bottom: -18px;
	transition: all .4s ease;
}
#showcase .showcase-item:before,
#showcase .showcase-item:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#showcase .showcase-item:before {
  width: 0;
  height: 1px;
}

#showcase .showcase-item:after {
  height: 0;
  width: 1px;
}
#showcase .uk-width-1-5:hover .showcase-item:before,
#showcase .uk-width-1-5:hover .showcase-item:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#showcase .uk-width-1-5:hover .showcase-item:before {
  width: 40px;
}

#showcase .uk-width-1-5:hover .showcase-item:after {
  height: 40px;
}
#showcase .uk-width-1-5 h3 {
    color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
#showcase a {
	color: transparent;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
	height: 0;
	position: relative;
	transition: all .4s ease;
	visibility: hidden;
}
#showcase .img-link {
	height: auto;
	visibility: visible;
}
#showcase .uk-width-1-5:hover .showcase-item a:before {
	background: rgba(255, 255, 255, 0.5);
	content: '';
	height: 1px;
	position: absolute;
	width: 30px;
	top: -10px;
	left: 0;
}
#showcase .uk-width-1-5:hover .showcase-item .img-link:before {
	display: none;
}
#showcase .showcase-item a i {
	color: transparent;
	font-size: 13px;
	margin-left: 8px;
	transition: all .4s ease;
}
#showcase .uk-width-1-5:hover .showcase-item a i {
	color: rgba(255, 255, 255, 0.75);
	transition: all .4s ease;
}
#showcase .uk-width-1-5:hover .showcase-item a:hover i {
	margin-left: 12px;
	transition: all .4s ease;
}
#showcase .uk-width-1-5:hover .showcase-item a {
	color: rgba(255, 255, 255, 0.85);
	height: 18px;
	margin-top: 20px;
	transition: all .4s ease;
	visibility: visible;
}
#showcase .uk-width-1-5:hover .showcase-item .img-link {
	height: auto;
	margin-top: 0;
}
#showcase .uk-width-1-5:hover .showcase-item a:hover {
	color: #fff;
	transition: all .4s ease;
}
#showcase .box-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100% !important;
    visibility: visible !important;
    margin-top: 0 !important;
}
#showcase .box-link:before {
	display: none;
}


#showcase .uk-width-1-4 {
  position: relative;
  overflow: hidden;
}
/* #showcase .showcase-item {
    animation: fadeIn 0s 2s;
    animation-fill-mode: backwards;
  } */
  
#showcase .showcase-item::after {
    /* position: absolute; */
    /* content: ''; */
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: #273036; */
    /* transform: translateX(-100%); */
    /* animation: secondaryImageOverlayIn 2s 0s, secondaryImageOverlayOut 2s 2s; */
    /* animation-fill-mode: both; */
}


/* Main Top */
#main-top {
	background: #273036;
    padding: 80px 0 120px;
    text-align: center;
}
#main-top .widget-title {
	color: #cca662;
	position: relative;
	margin: 0 0 45px;
	font-size: 34px;
	font-weight: 300;
}
#main-top .sub-layer {
	color: rgba(255, 255, 255, 0.02);
	font-size: 40px;
	font-weight: bold;
	margin-top: -120px;
	margin-bottom: 80px;
}
#main-top p:last-child {
	color: rgba(255, 255, 255, 0.85);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin: 0 auto;
	max-width: 60%;
}


/* Main Bottom */
#main-bottom {
    background: #fff;
    margin: 0;
    padding: 80px 0 60px;
    position: relative;
    z-index: 10;
}
#main-bottom .uk-grid {
	margin: 0;
}
#main-bottom .uk-grid > * {
	padding: 0 10px 50px;
}
#main-bottom img {
    width: 100%;
    object-fit: contain;
	padding: 8px;
	height: 90px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
  	opacity: 0.45;
  	transition: all .4s ease;
}
#main-bottom ul li:first-child img {
    margin: -12px 0 0;
    height: 125px;
}
.uk-tooltip {
    text-align: center;
    padding: 10px;
    border-radius: 3px;
}
#main-bottom a:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
  	opacity: 1;
  	transition: all .4s ease;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 115%;
  }
}

@keyframes secondaryImageOverlayOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}


/* Bottom */
#bottom {
    background: #fff;
    color: #262f36;
    font-size: 14.5px;
    font-weight: 300;
    padding: 30px 0 60px;
}
#main-bottom .widget-title,
#bottom .widget-title {
	color: #cca662;
	position: relative;
	margin: 0 0 55px;
	font-size: 34px;
	font-weight: 300;
	text-align: center;
}
#bottom .uk-grid {
	margin: 0 auto;
	width: 90%;
}
#bottom .uk-width-1-2 {
	padding: 0 15px 30px;
	width: 50%
}
#bottom strong {
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 5px;
}

#bottom .inner-box {
	background:  url('../images/inner-wave.svg') no-repeat;
	background-size: 50px;
	background-position: 80px 0;
    border-radius: 3px;
    box-shadow: 0 3px 10px #eee;
    padding: 20px;
}
#bottom .inner-box .uk-width-1-4,
#bottom .inner-box .uk-width-3-4 {
	padding: 0;
}
#bottom .inner-box .uk-width-1-4 {
	background: #252e36;
	border-radius: 3px 0 0 3px;
	margin: -20px 35px -20px -45px; 
	width: 20%;
}
#bottom .inner-box .uk-width-3-4 {
	font-size: 14px;
	width: 87%;
    padding-left: 25px;
    margin: 0 -22px 0 0;
}
#bottom .inner-icon i,
#bottom .inner-icon img {
	color: #fff;
	font-size: 50px;
	margin: 60px 30px;
	text-align: center;
	width: 50px;
	height: 50px;
	object-fit: contain;
}



/* Footer */
.site-footer {
    background: #fff url('../images/footer-bg.png') top no-repeat;
    background-size: cover;
    border-top: 1px solid #f5f5f5;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 30px;
}
.site-footer .widget-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
}
.site-footer img {
	max-width: 86%;
}
.site-footer p {
	color: #aba9a9;
	font-size: 14.5px;
	font-weight: 300;
    padding-left: 0;
    margin: 15px 0 0;
    width: 100%;
    text-align: left;
}
.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer ul li {
    padding: 0 0 12px;
}
.site-footer a {
    color: #61aaea;
    text-decoration: none;
    transition: all .4s ease;
}
.site-footer a:hover {
    color: #777;
    transition: all .4s ease;
}
.site-footer a:hover {
    color: #181818;
    text-decoration: none;
    transition: all .4s ease;
}
.site-footer ul li a {
	color: #555;
	text-decoration: none;
	transition: all .4s ease;
}
.site-footer ul li a:hover {
	color: #006b89;
	transition: all .4s ease;
}
.site-footer .uk-grid:first-child {
	margin-bottom: 80px;
	padding: 40px 0 0;
}
.site-footer .disclaimer {
	font-size: 13px;
	font-weight: 300;
	text-align: right;
}
.site-footer i {
	color: #006b89;
	font-size: 24px;
	margin-right: 10px;
	transition: all .4s ease;
}
.site-footer i:hover {
	color: #323232;
	transition: all .4s ease;
}

body.page,
body.archive {
    background: #fbfbfb;
}
.archive article {
    max-width: 780px;
    margin: 0 auto;
}
.page .entry-title,
.archive .page-title {
	font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 30px;
    margin: 100px 0 50px;
    position: relative;
    text-align: center;
}
.page .entry-title:after,
.archive .page-title:after {
    background: #006a89;
    bottom: -10px;
    content: '';
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}
.page .entry-content {
    color: #555;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 80px;
    text-align: left;
    padding: 0;
}
.page-id-17 .entry-content {
	text-align: center;
}
.page .wp-block-column {
    margin: 0 10px !important;
}
.service-box {
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    box-shadow: 0 2px 3px #eee;
    margin: 80px 0;
    padding: 0;
	transition: all .4s ease;
}
.page .wp-block-column:nth-child(2) .service-box {
	margin: 110px 0 80px;
}

.page-id-15 .entry-content {
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    box-shadow: 0 2px 3px #eee;
    text-align: left;
    padding: 20px 30px;
}
.page-id-15 .entry-content ul li {
	margin: 0 0 12px;
	font-size: 15px;
}
.post-thumbnail {
	text-align: right;
}
.post-thumbnail img {
    border-radius: 4px;
    box-shadow: 0 2px 15px #eee;
    margin: 0 0 40px;
    width: 90%;
    height: 330px;
    object-fit: cover;
}

.service-box:hover {
	box-shadow: 0 3px 4px #eee;
	transition: all .4s ease;
}
.service-box img {
	border-radius: 2px 2px 0 0;
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.service-box h4 {
    font-size: 18px;
    font-weight: 300;
    padding: 20px 20px 0;
    margin: 0 0 20px;
}
.service-box p {
    color: #727272;
    font-size: 14px;
    margin: 0;
    padding: 0 20px 20px;
}

.page .uk-subnav {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.page .uk-subnav li {
    display: inline-block;
    float: none !important;
    padding: 0;
    margin: 0 30px 0 0;
}
.page .uk-subnav li a {
    font-size: 18px;
    padding: 0 0 5px;
    text-transform: inherit;
}
.page .uk-subnav li.uk-active a {
    background: transparent;
    color: #006b89;
}
.page .uk-subnav li a:hover {
    background: transparent;
}
.page .uk-accordion-title {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 20px;
}

.customers-title,
.team-title {
	font-size: 22px;
	font-weight: 300;
	margin: 140px 0 20px
}
.customers-logo {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 2px;
	margin: 0 0 20px;
	padding: 20px;
}
.customers-logo img {
	height: 50px;
	filter: grayscale(60%);
	object-fit: contain;
	opacity: 0.7;
	transition: all .4s ease;
	width: 100%;
}
.customers-logo:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transition: all .4s ease;
}

.edit-link {
	display: none;
}

.solution-box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 14px #ddd;
    margin: 20px 0 -60px;
    padding: 0 0 20px;
    text-align: center;
    transition: all .4s ease;
}
.solution-box:hover {
	box-shadow: 0 3px 4px #ccc;
	transition: all .4s ease;
}
.solution-box:last-child {
	margin-bottom: 20px;
}
.solution-box h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 20px 20px 15px;
}
.solution-box a {
	color: rgb(118, 155, 175) !important;
	transition: all .4s ease;
}
.solution-box a:hover {
	color: #cca662 !important;
	transition: all .4s ease;
}
.subtitle {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 30px;
    text-align: center;
}
.ai-solutions {
    margin: 0;
}
.ai-solutions > * {
    padding: 0 8px !important;
}
.solution-box {
	position: relative;
}
.solution-box .solution-link {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: block;
}
.solution-box p {
	color: rgba(29, 29, 29, 0.5);
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	padding: 0 20px;
	margin: 0;
}
.solution-box p:first-child {
	padding: 30px 20px 10px;
}
.solution-box p:first-child a {
	box-shadow: 0 3px 14px #a7a7a7;
    background: #546b77;
    border-radius: 0;
    border-radius: 50px;
    display: inline-block;
    padding: 0 25px;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
}
.solution-box:hover p:first-child a {
	background: #cca662;
}
.solution-box span {
    color: #999;
}
.solution-box .version {
    float: right;
}
.solution-box i {
    margin: 0 0 0 5px;
}
.solution-box img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}
.ai-solutions .uk-width-1-5:nth-child(3) img {
    margin: 7px !important;
}

.contact-btn {
    background: #FFA755;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.95) !important;
    display: inline-block;
    font-size: 14.5px;
    margin: 15px 0 0;
    padding: 8px 35px;
    text-decoration: none;
    transition: all .4s ease;
}
.contact-btn:hover {
    background: #283137;
    color: #fff !important;
    transition: all .4s ease;
}
.page .entry-content p:last-child {
	margin: 0 0 10px;
}

.contact-details {
	margin: 0 0 40px;
}
.contact-details span {
	background: #006a89;
	/*
	border-radius: 50px 0 0 50px;
	padding: 10px 10px 10px 12px;
	margin: -10px 15px -10px -20px; */
    border-radius: 50px;
    padding: 10px 10px 10px 12px;
    margin: 0 10px 0 0;
	display: inline-block;
	text-align: center;
	width: 50px;
	transition: all .4s ease;
}
.contact-details p:hover span {
	background: #ffa755;
	transition: all .4s ease;
}
.contact-details span i {
    color: #fff;
}
.contact-details p {
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 50px;
	box-shadow: 0 2px 15px #ddd !important;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 10px 10px !important;
    text-align: left;
}
.contact-details iframe {
	border-radius: 5px;
	box-shadow: 0 2px 15px #ddd;
	width: 100%;
}

.contact-form {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 15px #eee;
    margin: 0 !important;
    padding: 30px;
}
.contact-form .uk-width-1-1 > p:first-child {
    font-size: 15px;
    font-style: italic;
    margin: 0 0 30px;
    text-align: center;
}
.contact-form .uk-width-1-1 {
	padding: 0
}
.contact-form .uk-width-1-2 > p:first-child {
	font-style: normal !important;
}

.team-box {
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    box-shadow: 0 2px 3px #eee;
    margin: 20px 0 80px;
    padding: 40px;
    transition: all .4s ease;
}
.team-box:hover {
    box-shadow: 0 3px 4px #eee;
    transition: all .4s ease;
}
.team-box img {
    border-radius: 50%;
    box-shadow: 0 2px 3px #eee;
    height: 180px;
    object-fit: cover;
    width: 180px;
    transition: all .4s ease;
}
.team-box img:hover {
    box-shadow: 0 2px 3px #ddd;
    transition: all .4s ease;
}
.team-box p {
    margin: 20px 0 0;
}
.team-box .specialty {
    color: #b3b3b3;
    font-size: 13px;
    margin: 5px 0 0;
}


.team .uk-width-1-3 {
	margin: 0 0 60px;
}
.team .member-name {
    color: #006a89;
    font-size: 18px;
    margin: 0;
}
.team .member-specialty {
    color: #686868;
    font-size: 14.5px;
    margin: 0;
}
.team .uk-width-1-3 {
    margin: 0 0 50px;
}
.team img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: 0 -35px;
    border-radius: 50%;
    box-shadow: 0 3px 20px #ddd;
}
.team .uk-width-1-3:first-child img,
.team .uk-width-1-3:nth-child(2) img,
.team .uk-width-1-3:nth-child(3) img,
.team .uk-width-1-3:nth-child(6) img,
.team .wp-block-column:first-child img,
.team .wp-block-column:nth-child(2) img,
.team .wp-block-column:nth-child(3) img {
	object-position: 0 0;
}
.team:nth-child(3) .wp-block-column:first-child img {
	object-position: 0 0 !important;
}
.team:nth-child(4) .wp-block-column:first-child img {
	object-position: 0 -10px !important;
}
.team:nth-child(4) .wp-block-column:nth-child(2) img {
	object-position: 0 -45px !important;
}
.team:nth-child(5) .wp-block-column:first-child img {
	object-position: 0 -35px !important;
}
.team .uk-width-1-3:nth-child(7) img,
.team .uk-width-1-3:nth-child(8) img,
.team:nth-child(2) .wp-block-column:first-child img,
.team:nth-child(2) .wp-block-column:nth-child(2) img {
	object-position: 0 -32px;
}
.team:nth-child(3) .wp-block-column:first-child img,
.team:nth-child(3) .wp-block-column:nth-child(2) img {
	object-position: 0 -10px;
}
.team .uk-width-1-3:nth-child(9) img,
.team:nth-child(4) .wp-block-column:first-child img {
	object-position: 0 -38px;
}
.team .img-box {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
	margin-bottom: -9px;
}
.team .img-box img {
    transform: scale(1.18);
    object-position: 0 15px !important;
}
.team {
    width: 72%;
    margin: 0 auto 50px;
}

.page-template-page-contact .entry-content {
    margin-top: 100px;
}
.page-template-page-contact .entry-title {
	font-family: 'Source Sans Pro', sans-serif;
    margin: 0 0 40px;
    text-align: center;
}

.page-template-page-solution article {
    margin: 60px 0 0;
}
.page-template-page-solution .entry-title {
    margin: 0 0 50px;
    text-align: left;
}
.page-template-page-solution .entry-title:after {
    right: auto;
    width: 10%;
    bottom: -25px;
}
.page-template-page-solution .entry-content {
    text-align: justify;
}

.archive-page-content {
	margin: 0 0 120px;
}
/*
.archive .page-title {
    font-size: 30px;
    font-weight: 300;
    margin: 60px 0 50px;
    position: relative;
    text-align: center;
}
.archive .page-title:after {
    background: #155fa1;
    bottom: -10px;
    content: '';
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
} */
.archive article {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    box-shadow: 0 2px 3px #eee;
    padding: 0;
}
.archive article img {
	border-radius: 2px 2px 0 0;
	height: auto;
	max-height: 320px;
	object-fit: contain;
	margin: 0;
	width: 100%;
}
.archive article .entry-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    padding: 20px 20px 10px;
}
.archive article .entry-title a {
    color: #686868;
    transition: all .4s ease;
}
.archive article .entry-title a:hover {
    color: #222;
    transition: all .4s ease;
}
.archive article .entry-meta {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 0 20px;
}
.archive article .entry-meta a {
    color: #318fe8;
    transition: all .4s ease;
}
.archive article .entry-meta a:hover {
    color: #323232;
}
.archive article .byline {
    display: none;
}
.archive article .entry-footer {
    display: none;
}
.archive article .entry-content {
	color: #626262;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
    padding: 0 20px 10px;
}


body.single {
    background: #fbfbfb;
}
.single .content-area .container {
    padding: 40px 150px 80px;
}
.article-box {
    background: #fff;
    border: 0px solid #f7f7f7;
    border-radius: 2px 0 2px 2px;
    padding: 30px;
    margin: -105px 0 0 80px;
    position: relative;
}
.single .article-box {
    margin: 80px 0 80px;
    box-shadow: 0 3px 10px #eee;
}
.single article img {
	border-radius: 2px;
    height: 440px;
    object-fit: contain;
    width: 100%;
}
.single .entry-title {
    font-size: 26px;
    font-weight: 300;
    margin: 0;
}
.single .entry-meta {
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0 40px;
}
.single .entry-meta a {
    color: #318fe8;
    transition: all .4s ease;
}
.single .entry-meta a:hover {
    color: #727272;
    transition: all .4s ease;
}
.single .byline {
    display: none;
}
.single .entry-content {
    font-size: 16px;
    font-weight: 300;
}
.single .entry-content p {
    margin: 0 0 30px;
}
.single .post-navigation {
    display: none;
}
.single .entry-footer {
    border-top: 1px solid #f5f5f5;
    border-radius: 2px;
    padding: 10px 0 0;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0 0;
}
.single .entry-footer a {
    color: #318fe8;
    transition: all .4s ease;
}
.single .entry-footer a:hover {
    color: #555;
    transition: all .4s ease;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    width: 50px;
    position: absolute;
    left: -59px;
}

.page-template-page-solution article {
    margin: 100px 0;
}
.page-template-page-solution article .uk-width-1-2:first-child {
    margin-left: 50px;
    padding: 0;
    z-index: 10;
}
.page-template-page-solution article .solution-content {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 10px #eee;
    padding: 30px;
}
.page-template-page-solution article .solution-content .entry-content {
    margin: 0;
}
.page-template-page-solution article .uk-width-1-2:last-child {
    padding: 0;
    margin-left: -50px;
}
.page-template-page-solution article .post-thumbnail img {
    border-radius: 5px;
    box-shadow: 0 3px 10px #ddd;
    margin: 40px 0 0;
    height: 520px;
    width: 100% !important;
	object-position: 0 -32px;
}


.es-field-wrap label {
    color: #fff;
}
.es-field-wrap label input {
    background: #fbfbfb !important;
    border: 1px solid #f7f7f7 !important;
    border-radius: 2px !important;
    display: block !important;
    margin: -25px 0 0 !important;
    height: auto !important;
    padding: 8px 10px !important;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    outline: none;
    z-index: 10;
    width: 100%;
}
.es_shortcode_form input[type="submit"] {
    background: #555 !important;
    border: 0 !important;
    border-radius: 2px !important;
    color: #fff;
    display: block !important;
    height: auto !important;
    font-size: 13px;
    font-weight: 300;
    padding: 12px 8px !important;
    width: 100%;
    transition: all .4s ease;
}
.es_shortcode_form input[type="submit"]:hover {
    background: #318fe8 !important;
    transition: all .4s ease;
}



.error-404 {
    text-align: center;
}
.error-404 .page-title {
    font-size: 34px;
    font-weight: 300;
    margin: 80px 0 0;
}
.error-404 .page-content a {
    background: #155fa1;
    border-radius: 2px;
    box-shadow: 0 2px 3px #eee;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 40px;
    padding: 10px 20px;
}


/* Contact Form */
.wpcf7-form label {
    font-size: 15px;
}
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #f0f0f0;
    padding: 8px 0;
    outline: none;
    font-size: 15px;
    font-weight: 400;
	transition: all .4s ease;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	border-bottom: 2px solid #016b89;
	transition: all .4s ease;
}
.wpcf7-form textarea {
	height: 319px !important;
}
.wpcf7-form span {
    display: block;
    margin: 5px 0 0 !important;
}
.wpcf7-form .submit-area {
	margin: 30px 0 0;
	padding: 0 0 0 30px;
	text-align: center;
}
.wpcf7-form input[type="submit"] {
    background: #006a89;
    border-radius: 50px;
    color: #fff;
	float: right;
    font-size: 15px;
    font-weight: 300;
    height: auto;
    padding: 13px 35px;
    transition: all .4s ease;
    width: auto;
}
.wpcf7-form input[type="submit"]:hover {
    background: #283137;
    cursor: pointer;
    transition: all .4s ease;
}
.contact-details p:last-child {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 30px;
}
.page-template-page-contact .uk-width-1-2:last-child p:first-child {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.page .uk-accordion-content {
	margin: 40px 0;
}

.uk-slidenav {
    color: #006b89;
}
.uk-slidenav:hover {
    color: #222;
}
.uk-dotnav li a {
    background: #e4e4e4;
    border: 0;
    height: 12px;
    transition: all .4s ease;
    width: 12px;
}
.uk-dotnav li.uk-active a {
    background: #006b89;
    width: 36px;
    border-radius: 50px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
	.site-header {
		padding: 25px 20px !important;
	}
	.main-navigation {
		display: none;
	}
	.site-header .container {
		position: relative;
	}
	.mobile-menu-icon {
		color: #fff !important;
		display: inline-block;
		position: absolute;
		font-size: 24px;
		top: 0;
		right: 0;
	}
	#mobile-menu .uk-offcanvas-bar {
		background: #fff;
	}
	#mobile-menu .uk-offcanvas-bar ul {
		list-style: none;
		margin: 40px 0 0;
		padding: 0;
	}
	#mobile-menu .uk-offcanvas-bar ul li {
		border-bottom: 1px solid #f4f7f8;
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
	#mobile-menu .uk-offcanvas-bar ul li a {
		color: #555;
	}
	#mobile-menu .uk-close {
		color: #888;
	}
	.uk-grid > * {
		margin: 0 !important;
		width: 100%;
	}
	#showcase {
		background-position: top;
		padding: 0;
		margin: 0 -1px -2px;
	}
	#showcase .showcase-box {
		padding: 30px 0 0;
	}
	#showcase h3 {
		font-size: 28px;
		margin: 40px 0 0;
	}
	#showcase .more-btn {
		margin: 20px 0 0;
	}
	#showcase img {
		width: 100%;
		margin: 0;
	}
	#showcase .uk-width-1-2 {
		order: 2;
	}
	#showcase .uk-width-1-2:last-child {
		order: 1;
	}
	#showcase .uk-width-1-5:last-child {
		width: 100%;
	}
	#showcase .uk-width-1-5:last-child .showcase-item {
		margin: 0 auto;
		width: 48%;
	}
	#showcase .uk-width-1-5 a:nth-last-child(2) {
		display: none;
	}
	#main-top {
		/* padding: 0 30px 50px; */
		z-index: 10;
		position: relative;
	}
	#main-top .uk-width-1-2:first-child {
		text-align: center;
	}
	#main-top img {
		width: 80%;
		margin: 0 0 40px;
	}
	#main-top .uk-width-1-2:last-child {
		padding: 0;
	}
	.site-footer .uk-grid {
		text-align: center;
		padding: 0 30px;
	}
	.site-footer ul {
		border-top: 0;
		margin: 20px 0 30px;
		text-align: center;
		columns: 1;
		padding: 20px 0 0;
	}
	.site-footer ul li {
		display: block;
		margin: 0 0 8px;
	}
	.page article {
		padding: 0;
		margin: 0;
	}
	.page article .uk-grid {
		margin: 0;
	}
	.page article .uk-grid > * {
		padding: 0;
	}
	.solution-box {
		margin: 0 0 25px !important;
	}
	.post-thumbnail img {
		width: 100%;
		height: 200px;
	}
	.contact-details p {
		font-size: 13.5px;
		padding: 10px 0 !important;
		text-align: left;
	}
	.contact-details span {
		border-radius: 50px;
		margin: 0 10px
	}
	.site-footer .disclaimer {
		margin: 20px 0 0;
		text-align: center;
	}
	.page article iframe {
		margin-top: 30px;
	}
	#bottom .uk-grid {
		width: 100%;
	}
	#bottom .uk-grid > * {
		width: 100% !important;
	}
	#bottom .uk-width-1-4 {
		width: 90px !important;
		border-radius: 50% !important;
		margin: 0 auto 30px !important;
		text-align: center;
	}
	#bottom .uk-width-3-4 {
		padding: 0 !important;
		text-align: center;
	}
	#bottom .inner-box {
		background: transparent;
	}
	#bottom .inner-box img {
		margin: 20px;
	}
	.site-footer p {
		width: 100%;
	}
	.team {
        width: 100%;
        margin: 0 auto 50px;
    }
	.single .content-area .container {
		padding: 40px;
	}
}
@media (min-width: 768px) and (max-width: 1100px) {
    .container {
        max-width: 90%;
    }
	#bottom .uk-grid {
		width: 100%;
	}
	#bottom .uk-width-1-2 {
		width: 50% !important;
	}
	#bottom .uk-width-1-4 {
		width: 90px !important;
		border-radius: 50% !important;
		margin: 0 auto 30px !important;
		text-align: center;
	}
	#bottom .uk-width-3-4 {
		padding: 0 !important;
		text-align: center;
		width: 100% !important;
	}
	#bottom .inner-box {
		background: transparent;
	}
	#bottom .inner-box img {
		margin: 20px;
	}
	#showcase p {
        max-width: 90%;
        font-size: 20px;
    }
    #showcase .uk-grid {
        margin-top: 40px;
    }
    #showcase .uk-grid > * {
        width: 33.3%;
        padding: 0 10px 20px;
        text-align: left !important;
    }
    #showcase img {
        height: 50px;
        margin: 0 0 20px;
        width: 50px;
    }
    #showcase .showcase-item {
        padding: 20px;
    }
    #main-top p:last-child {
        font-size: 17px;
        max-width: 95%;
    }
    #main-bottom {
    	padding: 40px;
    }
    .site-footer .uk-grid > * {
        width: 50%;
    }
    .site-footer .uk-width-2-5 {
    	width: 40%;
    }
    .site-footer .uk-width-1-5 {
    	width: 20%;
    	vertical-align: top;
    }
    .site-footer img {
    	max-width: 91%;
    }
    .site-footer p {
    	width: 90%;
    }
	.ai-solutions > * {
		width: 33.3%;
	}
	.page-template-page-solution article .uk-grid > * {
		width: 100%;
		margin: 0 !important;
	}
	.contact-details {
		width: 50%;
	}
	.team img {
		width: 180px;
		height: 180px;
	}
	.team .img-box {
		height: 180px;
		width: 180px;
	}
	.site-footer img {
		max-width: 88%;
	}
	.single article img {
		height: auto;
		object-fit: contain;
	}
}
@media (max-width: 767px) {
    #showcase p {
        max-width: 90%;
        font-size: 20px;
    }
    #showcase .uk-grid {
        margin-top: 40px;
    }
    #showcase .uk-grid > * {
        width: 50%;
        padding: 0 10px 20px;
        text-align: left !important;
    }
    #showcase img {
        height: 50px;
        margin: 0 0 20px;
        width: 50px;
    }
    #showcase .showcase-item {
        padding: 20px;
    }
    #main-top p:last-child {
        font-size: 17px;
        max-width: 95%;
    }
    #main-bottom .uk-grid > * {
        width: 50%
    }
	#main-bottom ul li:first-child img {
		transform: scale(1.7);
	}
	#main-bottom ul li:nth-child(2) img {
		transform: scale(1.5);
	}
    .site-footer .uk-grid .uk-width-1-5 {
        width: 50%;
    }
    .site-footer .uk-grid .uk-width-1-5:last-child {
        width: 100%;
    }
	.site-content .container {
		padding: 30px 20px;
	}
	.page-template-page-solution article .post-thumbnail img {
		height: 380px;
		object-position: 0;
		margin: 30px 0;
	}
	#main-bottom .uk-slidenav {
		color: #555 !important;
		margin: 0;
	}
	#main-bottom .uk-slider-container li {
		padding: 0 40px;
	}
	.single article img {
		height: auto;
		object-fit: contain;
	}
}
@media (min-width: 1101px) and (max-width: 1350px) {
    .container {
        padding: 0 40px;
    }
}