@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #4B4B4B;
}
::-moz-selection {
 color: #FFF;
 background: #4496D0;
}
::selection {
	color: #FFF;
	background: #4496D0;
}
a {
	color: #4496D0;
	text-decoration: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
a:active, a:hover {
	color: #41505f;
	outline: 0;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #4496D0;
}
/* Bootstrap Custom CSS */
.btn {
	border-radius: 0;
}
.btn-dark {
	background-color: #4496D0;
	border-color: #4496D0;
}
/* Bootstrap Custom CSS  ---- Ends */
.header {
	height: 80px;
	padding: 15px;
	background-color: #FFF;
}
.header .logo {
	float: left;
}
.header .logo a {
	display: inline-block;
	height: 50px;
	width: 200px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/cliserit-logo.svg) no-repeat center;
}

@media (max-width: 992px) {
.header {
	height: 60px;
	padding: 10px;
}
.header .logo a {
	height: 40px;
	width: 160px;
}
}

@media (max-width: 767px) {
.header {
	height: 50px;
	padding: 10px;
}
.header .logo a {
	height: 30px;
	width: 120px;
}
}
.main-nav {
	float: right;
}
.main-nav ul, .main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 97;
	margin: 10px;
}
.main-nav ul li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-right: .5rem;
	padding-left: .5rem;
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #41505f;
}
.main-nav ul li a:hover {
	color: #4496D0;
}
.main-nav ul li ul {
	display: none;
	position: absolute;
	left: 1px;
	top: 27px;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	width: 150px;
}
.main-nav ul li:hover > ul {
	display: block;
}
.main-nav ul li ul li {
	display: block;
	float: left;
	margin: 0;
}
.main-nav ul li ul a {
	display: block;
	padding: 8px;
	background: #4496D0;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: capitalize;
	line-height: normal;
	height: auto !important;
	width: 150px;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	border-right: none;
}
.main-nav ul li ul a:hover {
	background: #41505f;
	color: #FFF;
}
.main-nav ul li ul ul {
	left: 150px;
	top: 0px;
	margin: 0 0 0 -1px;
}
/*css animation on hover*/
.main-nav ul li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.main-nav ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #4496D0;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.main-nav ul li a:hover:before, .main-nav ul li a:focus:before, .main-nav ul li a:active:before {
	left: 0;
	right: 0;
}

/*css animation on hover*/
/* mobile view nav */
@media (max-width: 992px) {
.main-nav {
	display: block;
	float: none;
	position: fixed;
	z-index: 1000;
	left: -260px;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	width: 260px;
	background: #4496D0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.main-nav ul li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 0;
	display: block;
	vertical-align: inherit;
}
.main-nav ul li a {
	position: static;
	display: block;
	padding: 10px;
	color: #FFF;
	background: #4496D0;
	letter-spacing: normal;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	vertical-align: inherit;
	box-shadow: none;
	transform: none;
	height: inherit;
}
.main-nav ul li a:hover {
	background: #41505f;
	color: #FFF;
}
.main-nav ul li ul {
	display: block;
	position: inherit;
	left: inherit;
	top: inherit;
	margin: inherit;
	padding: inherit;
	width: inherit;
}
.main-nav ul li ul li {
	border-bottom: none;
	float: none;
}
.main-nav ul li ul li:before {
	content: '» \0000a0';
	position: absolute;
	left: 15px;
	color: rgba(255,255,255,0.5);
}
.main-nav ul li ul a {
	padding: 5px 10px 5px 30px;
	font-size: 13px;
	line-height: 15px;
	width: inherit;
	border-bottom: none;
}
.main-nav ul li ul li ul {
	margin: 0 0 0 20px;
	left: inherit;
}
.main-nav.show-menu {
	left: 0px;
}
}
/* mobile view nav --- ends */
.mobile-nav-icon {
	display: none;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 12px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.mobile-nav-icon div {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 5px;
	border-radius: 2px;
	background: #4496D0;
	margin: 5px 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.mobile-nav-icon.nav-icon-close div:nth-child(1) {
	margin-top: 15px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-nav-icon.nav-icon-close div:nth-child(2) {
	display: none;
}
.mobile-nav-icon.nav-icon-close div:nth-child(3) {
	margin-top: -10px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
.mobile-nav-icon {
	top: 7px;
}
}

@media (max-width: 992px) {
.mobile-nav-icon {
	display: block;
}
}
.footer .row1 {
	background-color: #41505f;
	background-image: url(../img/sec-img-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0;
	color: #FFF;
	font-size: 18px;
}
.footer .row1 h3 {
	color: #FFF;
	font-size: 36px;
	text-transform: uppercase;
}
.footer .row1 h4 {
	color: #009EDB;
	font-size: 32px;
	margin: 0;
	padding: 0;
}
.footer .footer-icon {
	display: inline-block;
	padding: 0 0 0 72px;
	margin: 0 0 15px 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 60px;
	font-size: 20px;
	color: #FFF;
}
.footer .footer-icon:hover {
	color: rgba(255,255,255,0.5);
}
.footer .footer-icon.phone {
	background-image: url(../img/icon-phone.svg);
}
.footer .footer-icon.email {
	background-image: url(../img/icon-email.svg);
}
.footer .row2 {
	background: #161d23;
	padding: 15px;
	font-size: 13px;
	text-align: center;
	color: rgba(255,255,255,0.5);
}
.footer .row2 a {
	display: inline-block;
	margin: 0 5px;
	color: #FFF;
}
.footer .row2 a:hover {
	color: #CCC;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer li {
	margin: 0 0 5px 0;
	padding: 0;
}
.footer li a {
	color: rgba(255,255,255,0.5);
}
.footer li a:hover {
	color: rgba(255,255,255,1.0);
}
.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	width: 50px;
	height: 50px;
	background-color: rgba(52, 58, 64, 0.5);
	background-image: url(../img/arrow-up.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	text-indent: -9999px;
}
.scroll-to-top:hover {
	background-color: #343a40;
}
.home-banner {
	height: calc(70vh - 80px);
	position: relative;
	background-image: url(../img/home-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-banner .caption {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.home-banner .caption h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	color: #FFF;
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
	border-right: .15em solid #4496D0;
	white-space: nowrap;
	animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}
.home-banner .caption p {
	text-align: center;
	color: #FFF;
	font-size: 22px;
}
/* The typing effect */
@keyframes typing {
from {
 width: 0
}
to {
 width: 100%
}
}
/* The typewriter cursor effect */
@keyframes blink-caret {
from, to {
 border-color: transparent
}
50% {
 border-color:  #4496D0;
}
}

@media (max-width: 767px) {
.home-banner {
	height: calc(70vh - 50px);
}
.home-banner .caption h1 {
	font-size: 24px;
	line-height: 25px;
	border-right: none;
	white-space: normal;
	animation: none;
}
.home-banner .caption p {
	font-size: 18px;
	line-height: 20px;
}
}

@media (min-device-width: 768px) and (max-device-width: 991px) {
.home-banner {
	height: calc(70vh - 60px);
}
.home-banner .caption h1 {
	font-size: 36px;
	line-height: 40px;
}
}
.home-about {
	text-align: center;
	padding: 50px 0 30px 0;
	background-color: #4496D0;
	color: #FFF;
	font-size: 20px;
}
.home-services {
	padding: 60px 0;
	text-align: center;
}
.home-services h2 {
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.home-services p {
	color: #41505F;
}
.home-services .icon {
	max-width: 128px;
	margin-bottom: 10px;
}
.home-services a .icon {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.home-services a:hover .icon {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.home-technologies {
	padding: 60px 0;
	background: #E8E8E8;
	text-align: center;
}
.home-technologies h2 {
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.home-technologies .container-block {
	max-width: 1920px;
	margin: 0 auto;
}
.tech-logo {
	opacity: 0.7;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	width: 20%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
 filter: url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
}
.tech-logo:hover {
	opacity: 1.0;
	filter: none;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

@media (max-width: 767px) {
.tech-logo {
	width: 33.33%;
	height: 90px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1170px) {
.tech-logo {
	height: 150px;
}
}
.th-peg {
	background-image: url(../img/tech-pega.svg);
	background-color: #fafafa;
}
.th-ora {
	background-image: url(../img/tech-oracle.svg);
	background-color: #f0f0f0;
}
.th-tem {
	background-image: url(../img/tech-temenos.svg);
	background-color: #dbdbdb;
}
.th-jav {
	background-image: url(../img/tech-java.svg);
	background-color: #c4c4c4;
}
.th-net {
	background-image: url(../img/tech-dotnet.svg);
	background-color: #fafafa;
}
.section-title {
	position: relative;
	height: 320px;
	text-align: center;
	background-color: #41505F;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-title .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 720px;
	color: #FFF;
}
.section-title h1 {
	text-transform: uppercase;
	color: #FFF;
}
.section-title p {
	color: #FFF;
	font-size: 20px;
}
.section-title.about {
	background-image: url(../img/sec-img-about.jpg);
}
.section-title.services {
	background-image: url(../img/sec-img-services.jpg);
}
.section-title.contact {
	background-image: url(../img/sec-img-contact.jpg);
}
.section-content {
	padding: 60px 0;
}

@media (max-width: 767px) {
.section-title h1 {
	font-size: 32px;
}
.section-title p {
	font-size: 15px;
}
.section-content {
	padding: 30px 0;
}
}
.section-content.grey-panel {
	background-color: #e7edf3;
}
.section-content h2 {
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 30px 0;
	margin: 0;
}
.section-content p {
	text-align: justify;
}
.section-content .icon {
	max-width: 128px;
	margin-bottom: 10px;
}
.section-content .icon:hover {
	transition: 0.9s;
	transform: rotateY(360deg);
}
