/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2026 | 05:43:12 */
.uk-navbar-container {
    border-bottom: 2px solid #e5e5e5;
}
.footer{
	background:#eef2fb;
	padding:90px;
}
.tm-footer {
    padding: 20px 0px;
}
.tm-footer{
	font-size:14px;
}
.tm-footer a {
    color: #fff;
}
.header_top_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height:50px;
    margin-bottom: -20px !important;
}

.header_top_box .container ul.header_box li, .header_top .header_box li {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 27px;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 40px;
    color:#fff;
}

.tm-toolbar-default {background: #022a7a;}
.tm-toolbar {
    padding-top: 3px;
	padding-bottom: 3px;
}
ul.footer-menu {
    list-style: none;
    padding-left: 0px;
	line-height: 36px;
}
i.fa.fa-envelope {
    margin: 5px;
}
i.fa.fa-phone {
    margin: 5px;
}
.uk-button {
    padding: 5px 30px;
}
.uk-button-default {
    border: none;
}
.contact-details-footer {
    line-height: 36px;
}
.text-white{
	color:#fff !important;
}
.request-consultation-btn a {
    background: #3fb5ef;
    color: #fff;
    padding: 12px 14px;
	font-weight:700;
    border-radius: 30px;
	text-transform:uppercase;
}
.request-consultation-btn a:hover{
	background: #195bc6;
	color: #fff;
	text-decoration:none;
}
.solution-section{
	position: relative;
}
.solution-section .button{
	position: relative;
}
.solution-section:before {
    content: "";
    background: #3fb5ef;
    height: 100%;
    right: -50%;
    position: absolute;
    width: 100%;
    top: 0;
}
.service-card {
    background: #fff;
    border: 1px solid #CACACA;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.service-card-1 {
    background: #fff;
    border: 1px solid #CACACA;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    height:800px;
}
.service-image img {
    width: 100%;
    display: block;
}

.service-icon {
    position: relative;
    margin-top: -35px;
}

.service-icon img {
    background: #E9F0F6;
    border-radius: 50%;
    padding: 10px;
}

.service-content {
    padding: 16px 15px;
}

.service-content p {
    color: #222222;
    margin-top: -10px;
}
.feature-section h3 {
    margin-bottom: -10px !important;
}
.blog-inner-box {
    background: #e9f0f6;
    padding: 30px;
}

.blog-inner-btn a {
    background: #3fb5ef;
    color: #fff;
    padding: 12px 14px;
    border-radius: 30px;
}

.blog-inner-btn {
    text-align: center;
}

.blog-inner-box p {
    font-size: 20px;
    font-weight: 500;
}
h4.contact-left-text {
    margin-top: -10px;
	text-transform: lowercase;
}
.contact-form {
    padding: 20px 40px 20px 30px;
    max-width: 100%;
}
.contact-form input{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 45px;
	font-size: 14px;
	background: #fff;
}
.contact-form select{
	width:100%;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.uk-select:not([multiple]):not([size]){
	height:48px ;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #000;
  outline: none;
}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
    width: 100%;
	border-radius: 3px;
    border: 1px solid #ddd;
}
.contact-form input[type="submit"] {
	background: #195bc6;
	color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 15px;
	cursor: pointer;
	transition: 0.3s ease;
}
.contact-form input[type="submit"]:hover {
  background: #3fb5ef;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.we-help img {
    margin-bottom: -70px;
    margin-top: -50px;
}
.uk-width-1-2\@m.text {
    margin-left: -40px;
    margin-top: 12px;
}
/*our client*/
.uk-slider-items{
    align-items:center;
}
.client-logo img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    opacity: 0.8;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.client-logo img:hover{
    filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: gray;
        opacity: 1;
}
.case-study-row{
	background-color:#fff;
    border:1px solid #CACACA;
    padding: 40px 20px;
}
.case-study-row-2{
	background-color:#fff;
    border:1px solid #CACACA;
    padding: 40px 20px;
    margin-top: 0px;
}
.wpcf7 input[type="file"] {
    cursor: pointer;
    background: transparent;
    margin-top: 15px;
    margin-left: 10px;
	border: none;
	margin-bottom: -12px;
}
.read-btn a {
    color: #195bc6;
    text-decoration: underline;
}
.read-btn a:hover {
    color: black;
    text-decoration: underline;
}
p.main-point {
    margin-bottom: -12px;
}
/*popup form*/
.popup-form {
    padding: 20px 40px 20px 30px;
    max-width: 100%;
}
.popup-form .pop-title{
	text-align: center;
}
.popup-form .uk-grid{
	margin-top: 20px;
}
.popup-form input{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 35px;
	font-size: 14px;
	background: #fff;
}

.popup-form input:focus,
.popup-form textarea:focus {
  border-color: #000;
  outline: none;
}
.popup-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
    width: 100%;
	border-radius: 3px;
    border: 1px solid #ddd;
}
.popup-form .uk-width-1-1.submit {
    margin-left: 30%;
}
.popup-form input[type="submit"] {
	background: #3fb5ef;
	color: #fff;
	border: none;
	height:40px;
	border-radius: 30px;
	font-size: 15px;
	cursor: pointer;
	width: 200px;
	transition: 0.3s ease;
}
.popup-form input[type="submit"]:hover {
  background: #195bc6;
}
.popup-form input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.uk-offcanvas-close:first-child+* {
    margin-top: 40px;
    margin-left: 20px;
}
.uk-offcanvas-close {
    top: 12px;
    right: 12px;
    padding: 10px;
}
