/*
Theme Name: 1tech Cloud Servicecs
Theme URI: https://wppatrickk.com/
Author: Patrick
Author URI: https://wppatrickk.com/
Description: Custom Theme for 1tech Cloud Servicecs
Version: 1.0.0
Text Domain: tech
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/*--------------------------------------------------------------
# WP Core Styles
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Font Face
--------------------------------------------------------------*/

@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('fonts/Raleway-Regular.woff2') format('woff2'),
        url('fonts/Raleway-Regular.woff') format('woff'),
        url('fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('fonts/Raleway-Bold.woff2') format('woff2'),
        url('fonts/Raleway-Bold.woff') format('woff'),
        url('fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

body {
	background: #fff;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #1a1a1a;
}

a {
	color: #0f5aa1;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

.inner {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 10px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	line-height: 1.8;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
# Loader Styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.site-header {
	padding: 25px 0;
}

.site-branding {
	float: left;
}

.site-branding img {
	width: 175px;
}

.site-menu {
	float: right;
}

.site-menu ul li {
	float: left;
	margin-left: 30px;
}

.site-menu ul li:first-child {
	margin-left: 0;
}

.site-menu ul li a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 700;
	padding: 12px 0;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.mobile-slide {
	position: relative;
	height: 18px;
	display: none;
	float: right;
	top: 2px;
	cursor: pointer;
}

.mobile-slide span {
	background-color: #0f5aa1;
	display: block;
	height: 3px;
	position: relative;
	transition: background .2s ease-out;
	width: 30px;
	top: 7px;
	transition: all .3s ease-out;
}

.mobile-slide span::before,
.mobile-slide span::after {
	background: #0f5aa1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.mobile-slide span::before {
	top: 8px;
}

.mobile-slide span::after {
	top: -8px;
}

.menu-opened .mobile-slide span:before,
.menu-opened .mobile-slide span:after {
	background: #cf2228;
	top: 0;
}

.menu-opened .mobile-slide span:before {
	transform: rotate(-45deg);
}

.menu-opened .mobile-slide span:after {
	transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/

.section {
	padding: 80px 0;
}

.section.alt {
	background-color: #f8f8f8;
}

.banner {
	height: 50vh;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.45);
	content: "";
}

.banner .inner {
	position: relative;
	height: 100%;
}

.banner-content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	left: 0;
	text-align: center;
	color: #fff;
	z-index: 10;
}

.banner h1 {
	font-family: 'Raleway-Bold', sans-serif;
	font-size: 52px;
	font-weight: 700;
}

.banner p {
	padding: 15px 0 10px;
	font-size: 20px;
}

.banner a {
	font-family: 'Raleway-Bold', sans-serif;
	background-color: #fff;
	box-shadow: 4px 4px 0 #0f5aa1;
	color: #1a1a1a;
	padding: 20px 40px;
	display: inline-block;
	font-weight: 700;
	border-radius: 4px;
	font-size: 18px;
	transition: background .3s ease,color .3s ease,box-shadow .3s ease,color .3s ease;
}

.banner a:hover {
	background-color: #0f5aa1;
	color: #fff;
	box-shadow: none;
}

.about .inner,
.why .inner {
	max-width: 1140px;
}

.heading {
	font-family: 'Raleway-Bold', sans-serif;
	color: #0f5aa1;
	font-weight: 700;
	font-size: 38px;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 40px;
	position: relative;
}

.line1,
.line2 {
	position: absolute;
	bottom: 8px;
	width: 120px;
	background-color: #1a1a1a;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.line2 {
	width: 60px;
	height: 5px;
	background-color: #0f5aa1;
	bottom: 6px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-top: 50px;
}

.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.col2 {
	width: 47%;
	float: left;
}

.col2:nth-child(2) {
	float: right;
}

.services .inner {
	max-width: 1480px;
}

.service {
	position: relative;
}

.parent {
	padding-bottom: 70px;
}

.parent:after {
	position: absolute;
	width: 1px;
	background-color: #1a1a1a;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	height: 50px;
	content: "";
}

.siblings .col2,
.siblings .col4 {
	padding-top: 70px;
	position: relative;
}

.siblings .col2:before,
.siblings .col4:before {
	position: absolute;
	width: 1px;
	background-color: #1a1a1a;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	height: 50px;
	content: "";
}

.service-wrap {
	max-width: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.service-wrap a {
	display: block;
}

.service-icon {
	width: 22%;
	float: left;
}

.service-icon svg {
	fill: #999;
	width: 100%;
	max-width: 100px;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.service-wrap a:hover .service-icon svg {
	fill: #0f5aa1;
}

.service-content {
	width: 70%;
	float: right;
}

.service-content h2 {
	margin-bottom: 5px;
	font-size: 24px;
	color: #0f5aa1;
}

.service-wrap a p {
	color: #1a1a1a;
}

.service-sep {
	height: 1px;
	background-color: #1a1a1a;
	margin: 0 auto;
}

.service-sep.two {
	max-width: 53%;
}

.service-sep.four {
	max-width: 78%;
}

.col4 {
	width: 22%;
	float: left;
	margin-right: 4%;
	padding: 70px 0;
}

.col4:nth-child(4),
.col3:nth-child(3) {
	margin-right: 0;
}

.col4 .service-icon,
.col4 .service-content {
	width: 100%;
	float: none;
}

.col4 .service-icon {
	text-align: center;
	padding-bottom: 25px;
}

.col3 {
	width: 30%;
	float: left;
	margin-right: 5%;
	padding: 0 0 70px;
}

.tech-services .last-wrap .col3 {
	padding-bottom: 0;
	padding-top: 70px;
}

.bx-wrapper {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: none;
}

.solutions-slider > li {
	height: 50vh;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.slide-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
	background-color: rgba(15, 90, 161, 0.8);
	z-index: 5;
}

.slide-pattern::after {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 5;
	border-top: 720px solid rgba(15, 90, 161, 0.8);
	border-right: 280px solid transparent;
	content: "";
}

.solutions .inner {
	position: relative;
	height: 100%;
	z-index: 10;
}

.slide-content {
	top: 50%;
	max-width: 40%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	content: "";
}

.slide-content h2,
.slide-content p {
	color: #fff;
}

.slide-content ul {
	padding-left: 20px;
}

.slide-content ul li {
	list-style: disc outside none;
	margin-bottom: 15px;
	color: #fff;
}

.bx-wrapper .bx-pager {
	bottom: 40px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 8px;
	width: 12px;
	height: 12px;
	border-radius: 0;
	border: 1px solid #fff;
	background: none;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff;
}

.solutions {
	padding: 0;
}

.clients {
	padding-bottom: 30px;
}

.client-row {
	overflow: hidden;
}

.client {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 60px;
	position: relative;
}

.client:nth-child(3n+3) {
	margin-right: 0;
}

.client::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	z-index: 1;
}

.client:hover::before {
	background-color: rgba(0, 0, 0, 0.6);
}

.pbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pcontent, .plogo {
	position: relative;
	z-index: 10;
	height: 100%;
}

.plogo img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	max-width: 120px;
	max-height: 120px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.client:hover .plogo img {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 10%;
}

.pmeta {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 20;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-align: center;
	padding: 0 30px;
}

.client:hover .pmeta {
	opacity: 1;
}

.client:first-child .plogo img,
.client:nth-child(4) .plogo img,
.client:nth-child(7) .plogo img,
.client:nth-child(9) .plogo img {
	max-width: 190px;
}

.client:nth-child(3) .plogo img,
.client:nth-child(6) .plogo img {
	max-width: 150px;
}

.pmeta h3 {
	color: #fff;
	margin-bottom: 5px;
}

.pmeta p {
	color: #fff;
	margin-bottom: 25px;
}

.contact {
	background-color: #0f5aa1;
}

.contact h2 {
	font-size: 32px;
	text-align: center;
	color: #fff;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.contact p {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.contact .wpcf7 {
	max-width: 940px;
	margin: 0 auto;
}

.cwrap {
	overflow: hidden;
	margin-bottom: 25px;
}

.cleft,
.cright {
	width: 48%;
	float: left;
}

.cright {
	float: right;
}

.cwrap input[type="text"],
.cwrap input[type="email"],
.cwrap textarea {
	background: none;
	border: 0;
	border-bottom: 1px solid #fff;
	width: 100%;
	padding: 20px 0;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 0;
}

.cwrap input[type="submit"] {
	font-family: 'Raleway-Bold', sans-serif;
	background-color: #1a1a1a;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: block;
	max-width: 180px;
	padding: 18px;
	text-align: center;
	margin: 20px auto 0;
	border: 0;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
	-webkit-appearance: none;
	border-radius: 0;
}

.page-header {
	background: url('images/bg1.jpg') no-repeat center;
	background-size: cover;
	padding: 150px 0;
	position: relative;
}

.page-header:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
	position: absolute;
}

.page-header .inner {
	position: relative;
	z-index: 10;
}

.page-header-content {
	max-width: 50%;
}

.page-header h1,
.page-header h2 {
	color: #fff;
	position: relative;
	z-index: 10;
	font-size: 40px;
}

.page-header p {
	color: #fff;
}

.page-header-content ul {
	padding-left: 20px;
}

.page-header-content ul li {
	list-style: disc outside none;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 8px;
}

.page-header-content ul li:last-child {
	margin-bottom: 0;
}

.page-content {
	padding: 60px 0;
	border-bottom: 1px solid #ccc;
}

.generic-page .inner {
	max-width: 1000px;
}

.page-content ul {
	padding-left: 20px;
	padding-bottom: 25px;
}

.page-content ul li {
	list-style: disc outside none;
	line-height: 1.6;
	margin-bottom: 12px;
}

.page-content ul li:last-child {
	margin-bottom: 0;
}

.page-content table {
	border-collapse: collapse;
	margin-bottom: 25px;
}

.page-content table th,
.page-content table td {
	padding: 12px;
	border: 1px solid #ccc;
}

.page-content table th {
	font-weight: 700;
}

.contact-left {
	width: 30%;
	float: left;
}

.ealpage .contact-left ul {
	padding: 0;
}

.ealpage .contact-left ul li {
	list-style-type: none;
	margin-bottom: 25px;
}

.ealpage .contact-left ul li:last-child {
	margin-bottom: 15px;
}

.contact-left ul li h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}

.contact-right {
	width: 65%;
	float: right;
}

.contact-right .cwrap input[type="text"], .contact-right .cwrap input[type="email"], .contact-right .cwrap textarea {
	border: 1px solid #ccc;
	padding: 20px;
	color: #111;
}

.contact-right .cwrap.csubmit {
	padding-top: 0;
}

.contact-right .cwrap input[type="submit"] {
	float: right;
}

span.wpcf7-not-valid-tip {
	color: #fff;
	padding-top: 5px;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 15px;
	color: #fff;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #fff;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color: #ff0000;
}

.contact-right div.wpcf7-mail-sent-ok {
	border: 2px solid #0f5aa1;
	color: #449933;
}

.vcol .inner {
	display: table;
	table-layout: fixed;
}

.vcol .col2 {
	width: 50%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.vcol .col2:nth-child(1) {
	padding-right: 50px;
}

.vcol .col2:nth-child(2) {
	padding-left: 50px;
}

.need h2 {
	color: #0f5aa1;
}

.deliver {
	background: url('images/bg2.jpg') no-repeat center;
	background-size: cover;
}

.delivery-wrap {
	max-width: 70%;
	margin: 0 auto;
}

.section ul {
	padding-left: 20px;
}

.section ul.solutions-slider {
	padding: 0;
}

.section ul li {
	list-style: disc outside none;
	line-height: 1.6;
	margin-bottom: 10px;
}

.section ul.solutions-slider li {
	margin-bottom: 0;
}

.section ul li:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.footer-top {
	padding: 70px 0;
}

.footer-left {
	width: 22%;
	float: left;
}

.footer-left img {
	max-width: 170px;
}

.footer-right {
	width: 75%;
	float: right;
}

.footer-right ul {
	overflow: hidden;
}

.footer-right ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.footer-right ul li:last-child {
	margin-right: 0;
}

.footer-right h4 {
	font-weight: 700;
	color: #0f5aa1;
	margin-bottom: 8px;
}

.address, .phone {
	margin-bottom: 10px;
}

.address {
	padding-left: 30px;
	background: url('images/address.png') no-repeat left 5px;
}

.phone {
	padding-left: 30px;
	background: url('images/phone.png') no-repeat left center;
}

.email {
	padding-left: 30px;
	background: url('images/email.png') no-repeat left center;
}

.footer-right p, .footer-right a {
	color: #1a1a1a;
}

.footer-bottom {
	background-color: #f2f2f2;
	padding: 20px 0;
}

.fcol {
	width: 25%;
	float: left;
}

.fcol:nth-child(2) {
	width: 50%;
}

.fcol:nth-child(3) {
	text-align: right;
	line-height: 35px;
}

.fcol:nth-child(3) a {
	display: inline-block;
	margin-left: 12px;
	position: relative;
	top: 5px;
}

.fcol p {
	line-height: 40px;
	font-size: 14px;
}

.fcol ul {
	text-align: center;
}

.fcol ul li {
	display: inline-block;
	padding: 0 12px 0 18px;
	position: relative;
}

.fcol ul li a {
	color: #1a1a1a;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 14px;
}

.fcol svg {
	width: 20px;
	fill: #0f5aa1;
}

.grecaptcha-badge {
	display: none;
}

.cookie-text {
	line-height: 1.8;
	margin-bottom: 20px;
	display: block;
}

.contact ::placeholder {
  	color: #fff;
  	opacity: 1;
}

.contact :-ms-input-placeholder {
  	color: #fff;
}

.contact ::-ms-input-placeholder {
  	color: #fff;
}

.cta-title {
	position: fixed;
	top: 50%;
	right: -56px;
	z-index: 999;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(-90deg);
}

.cta-title a {
	display: block;
	overflow: hidden;
	background-color: #f26659;
}

.cta-title a span {
	float: right;
	width: 154px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 15px 24px;
	letter-spacing: 1px;
	white-space: nowrap;
	font-weight: 700;
}

.cta-form {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1000;
	background-color: #f26659;
	max-width: 400px;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	-webkit-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}

.cta-form.opened {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.cta-form-inner {
	position: relative;
}

.close-cta {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 12px;
}

.close-cta svg {
	width: 12px;
	fill: #fff;
}

.cta-slide-inner {
	padding: 25px 25px 15px;
}

.cta-form h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}

.cta-form .cwrap input[type="text"],
.cta-form .cwrap input[type="email"],
.cta-form .cwrap textarea {
	background-color: #fff;
	padding: 12px 15px;
	color: #111;
	-webkit-appearance: none;
  	border-radius: 0;
}

.cta-form .cwrap textarea {
	height: 160px;
}

.cta-form .cwrap.csubmit {
	padding-top: 0;
}

.cta-form .cwrap input[type="submit"] {
	background: none;
	border: 2px solid #fff;
	max-width: none;
	padding: 12px 15px;
	-webkit-appearance: none;
  	border-radius: 0;
}

.aws-logo img {
	max-width: 140px;
	padding-top: 30px;
	display: block;
}

.eal-link {
	text-align: center;
	padding-top: 40px;
}

.eal-link p {
	margin-bottom: 10px;
	font-size: 14px;
}

.eal-link svg {
	max-width: 180px;
	height: 78px;
}

.blog .page-header,
.search-results .page-header,
.single-post .page-header {
	padding: 50px 0;
	text-align: center;
}

.blog .page-header h1,
.search-results .page-header h1,
.single-post .page-header h2 {
	margin-bottom: 0;
}

.bwrap {
	padding: 50px 0;
	background-color: #f2f2f2;
}

.bwrap .inner {
	max-width: 1200px;
}

.bleft {
	width: 69%;
	float: left;
}

.bright {
	width: 28%;
	float: right;
}

.bleft h2 {
	margin-bottom: 4px;
}

.post,
.bright .widget,
.page-title,
.search-results .page {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 30px;
}

.page-title {
	padding: 15px 30px;
}

.page-title h3 {
	margin-bottom: 0;
}

.bleft p {
	margin-bottom: 10px;
}

p.post-meta {
	color: #999;
	font-size: 15px;
}

.read-more {
	background-color: #0f5aa1;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	float: right;
}

.read-more:after {
	display: table;
	width: 100%;
	clear: both;
	content: "";
}

.bright .widget.widget_search {
	padding: 0;
}

.widget_search form {
	overflow: hidden;
}

.widget_search label {
	display: none;
}

.widget_search input[type="text"] {
	padding: 10px 15px;
	border: 1px solid #ccc;
	height: 40px;
	float: left;
	width: calc(100% - 56px);
}

.widget_search input[type="submit"] {
	border: 0;
	background-image: url('images/search.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	text-indent: -9999px;
	background-color: #0f5aa1;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	height: 40px;
	cursor: pointer;
	width: 56px;
	float: left;
}

.widget h3 {
	color: #0f5aa1;
}

.bleft ul {
	margin-bottom: 22px;
}

.widget ul li a,
.bleft ul li {
	color: #1a1a1a;
	position: relative;
	padding-left: 20px;
	display: block;
	line-height: 1.4;
	margin-bottom: 12px;
}

.widget ul li:last-child a,
.bleft ul li:last-child {
	margin-bottom: 0;
}

.widget ul li a::before,
.bleft ul li::before {
	background: url('images/play.png') no-repeat left 0;
	background-size: contain;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 8px;
}

.nav-links a,
.nav-links span {
	background-color: #fff;
	padding: 8px 12px;
	color: #999;
	border: 1px solid #ccc;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.nav-links a:hover,
.nav-links span.current {
	background-color: #0f5aa1;
	color: #fff;
	border: 1px solid #0f5aa1;
}

.cli-plugin-main-link {
	font-weight: 500;
}

.wp-block-buttons.alignright .wp-block-button {
	margin-right: 0;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width :1580px) {
	.inner {
		padding: 0 30px;
	}

	.slide-content {
		left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width :1380px) {
	body {
		font-size: 14px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}

	h6 {
		font-size: 12px;
	}

	.banner {
		height: auto;
	}

	.banner-content {
		position: static;
		transform: translateY(0);
	}

	.banner h1 {
		font-size: 32px;
	}

	.banner p {
		font-size: 18px;
	}

	.section,
	.footer-top,
	.page-content {
		padding: 50px 0;
	}

	.solutions.section {
		padding: 0;
	}

	.clients.section {
		padding-bottom: 0;
	}

	.heading,
	.contact h2 {
		font-size: 28px;
	}

	.service-icon {
		text-align: center;
	}

	.service-icon svg {
		max-width: 70px;
	}
}

@media screen and (max-width :900px) {
	.inner {
		padding: 0 25px;
	}

	.site-branding img {
		width: 150px;
	}

	.site-menu {
		display: none;
	}

	.banner h1 {
		font-size: 26px;
	}

	.banner-content br {
		display: none;
	}

	.banner a {
		padding: 15px 30px;
	}

	.col2,
	.col3,
	.col4,
	.client,
	.cleft,
	.cright,
	.footer-left,
	.footer-right,
	.footer-right ul li,
	.fcol,
	.fcol:nth-child(2),
	.contact-left,
	.contact-right,
	.vcol .col2,
	.bleft,
	.bright {
		width: 100%;
		float: none;
		margin-right: 0;
		display: block;
	}

	.vcol .col2:nth-child(1) {
		padding-right: 0;
	}

	.vcol .col2:nth-child(2) {
		padding-left: 0;
	}

	.fcol,
	.fcol:nth-child(3) {
		text-align: center;
	}

	.client,
	.cleft,
	.col2:first-child,
	.footer-left,
	.footer-right ul li,
	.fcol,
	.contact-left,
	.bleft {
		margin-bottom: 30px;
	}

	.col2 img {
		display: block;
		margin: 0 auto;
	}

	.heading,
	.contact h2,
	.page-header h1,
	.page-header h2 {
		font-size: 24px;
	}

	.parent::after,
	.service-sep,
	.siblings .col2::before,
	.siblings .col4::before {
		display: none;
	}

	.parent {
		padding-bottom: 0;
	}

	.blog-content img {
		float: none;
		margin: 8px auto;
		display: block;
	}

	.siblings .col2,
	.siblings .col4,
	.col4,
	.tech-services .col-wrap:last-child .col2:nth-child(2) {
		padding-bottom: 0;
		padding-top: 25px;
		margin-top: 25px;
		border-top: 1px solid #ccc;
	}

	.tech-services .col-wrap:last-child .col2:nth-child(2) {
		margin-top: 0;
	}

	.col4 .service-icon,
	.col4 .service-content {
		width: 22%;
		float: left;
	}

	.col4 .service-content {
		width: 70%;
		float: right;
	}

	.col3,
	.col4:nth-child(4),
	.tech-services .col2,
	.tech-services .last-wrap .col3 {
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #ccc;
	}

	.tech-services .last-wrap .col3 {
		padding-top: 0;
	}

	.tech-services .last-wrap .col3:nth-child(3) {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}

	.slide-content {
		max-width: none;
	}

	.slide-pattern {
		width: 100%;
	}

	.plogo img {
	    -webkit-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	    top: 10%;
	}

	.pmeta {
    	opacity: 1;
	}

	.page-header {
		padding: 30px 0;
	}

	.page-header-content,
	.delivery-wrap {
		max-width: none;
	}
}