ul {
	padding-left: 0;
}

/* Header */
header {
	background-color: #262f3a;
}

header nav {
	color: #fff;
}


header:after {
	position: absolute;
	top: 95px;
	left: 0;
	width: 50px;
	height: 50px;
	content: '';
	background-image: url('img/blue_dots_trans.png');
	background-size: contain;
	z-index:10;
}
header.sticky{
	position:fixed;
	z-index:11;
	top:0;
	width: 100%;
	background: #fff;
	transition: all 0.5s;
	box-shadow: 0px 0px 25px #ccc;

}
header.sticky:after{
top:0;
	opacity:0.5;
}
header:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	content: '';
	background-image: url('img/white.png');
	background-size: contain;
	opacity: 0.1;
}

.it-logo {
	padding: 15px 0;
}

.sticky .it-logo img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	width: 150px;
	height: auto;
}
.sticky .it-logo{
	-webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
	filter: invert(100%);}


nav ul {
	list-style: none;
	
}

a.nav-link {
	text-transform: uppercase;
	color: #fff;
	transition: all 0.5s;
}

a.nav-link:hover, a.nav-link:focus {
	color: #ffbc2e;
}
header.sticky a.nav-link {
	color: #262f3a;
	padding: 0.2rem 1rem;
}
header.sticky a.nav-link:hover {
	color:  #ffbc2e;
}

/* Typography */
p a.dot {
	font-size: 2em;
	line-height: 0;
}

p a.dot:hover {
	text-decoration: none;
	color: #262f3a;
}

.dark-blue {
	color: #262f3a;
}

body {
	font-family: 'Poppins', sans-serif;
}

.heavy {
	font-weight: 700;
}

.regular {
	font-weight: 400;
}

.light {
	font-weight: 300;
}

p {
	font-size: 17px;
	font-weight: 300;
	color: #777;
	line-height: 24px;
}

h1 {
	font-size: 3em;
	
}

h2 {
	font-size: 2em;
}

/* Section it support*/
.it-support-title {
	position: relative;
	height: 430px;
	background-image: url('img/homepage2.jpg');
	background-size: cover;
	background-position: top center;
	color: #fff;
	-webkit-filter: saturate(40%); /* Safari 6.0 - 9.0 */
	filter: saturate(40%);
	transition: all 0.5s;
	
}

.it-support-title:hover {
	-webkit-filter: saturate(100%); /* Safari 6.0 - 9.0 */
	filter: saturate(100%);
}

.it-slider {
	position: relative;
}

.slick-arrow, .it-slider svg.fa {
	position: absolute;
	bottom: 0;
	z-index: 10;
}

.slick-prev, .it-slider svg.fa-angle-double-left {
	right: 51%;
	color: #262f3a;
	opacity: 0.8;
	transition: all 0.5s;
}

.slick-prev:hover, .it-slider svg.fa-angle-double-left:hover,
.slick-next:hover, .it-slider svg.fa-angle-double-right:hover {
	opacity: 1;
	cursor: pointer;
}

.slick-next, .it-slider svg.fa-angle-double-right {
	left: 51%;
	color: #262f3a;
	opacity: 0.8;
	transition: all 0.5s;
}

.it-support-title h3 {
	font-size: 5em;
	text-shadow: 1px 1px 2px #262f3a;
}

.it-support-item p {
	line-height: 25px;
}

.it-support-item {
	padding: 0 0 0 20px;
}

.it-support-item h4 {
	margin-bottom: 20px;
}

/* Section 1*/
.home-top {
	padding: 100px 0;
	text-align: center;
	position: relative;
	
}

.home-top h1 {
	width: 700px;
	line-height: 60px;
}

.dot {
	color: #ffbc2e;
}

.home-top .container {
	position: relative;
}

/* .home-top .container:after{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	content: '';
	background-image: url('img/orange-dots_small.png');
	background-size:contain;
} */
.tel-background {
	
}

/*Section security */
.security {
	padding: 90px 0;

}



/* Section cloud*/

.cloud {
	background-color: #F9F2DE;
	padding: 70px 0;
	position:relative;
}
.cloud h3 {
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 50px;
	font-weight: 700;
}
.cloud h4 {
font-size:20px;
	font-weight: 700;
}
.cloud nav{
	margin-top: 60px;
}
.cloud .nav-tabs{
	width: 100%;
	display: flex;
	justify-content: center;
	border-bottom:0;
}


.cloud .nav-tabs a {
	color: #262f3a;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.tab-pane{
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 1rem;
	border-top-color:transparent;
	transition: all 0.5s;

}
.cloud .nav-tabs a.active{
	background-color: rgba(255, 255, 255, 0.5);
	border:0;
}
.cloud:before{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	content: '';
	background-image: url('img/white.png');
	background-size: contain;
	opacity: 0.8;
	z-index:10;

}

.cloud:after{
	position: absolute;
	top: 190px;
	left: 0;
	width: 50px;
	height: 100px;
	content: '';
	background-image: url('img/white-angle.png');
	background-size: contain;
	opacity: 0.8;
	z-index:10;

}
.cloud .nav-tabs a {
	text-transform: none;
}
.cloud a {
	color: #000;
}
.cloud a:hover{
	color:#ffbc2e;
}
.bottom-tel{
	position:relative;
}
.bottom-tel:before{
	position: absolute;
	top: -50px;
	left: 0;
	content:'';
	background-image:url('img/orange-dots_small.png');
	height: 50px;
	width: 50px;
	background-size:cover;
	opacity:0.5;
}
/* Logos section*/
.logo-item{
	padding: 30px 25px;
	min-width:20%;
}
.logo-item img{
	max-width: 100%;
	max-height: 150px;
	height: auto;
	-webkit-filter: sepia(100%); /* Safari */
	filter: sepia(100%);
	transition: all 1s;
}
.logo-item img:hover{
	-webkit-filter: sepia(0%); /* Safari */
	filter: sepia(0%);
}
.logos-list{
	padding: 25px 0;
}
/* footer */
footer {
	background-color: #262f3a;
	color: #fff;
	padding: 20px 0;
	position:relative;
}
footer:after{
	position: absolute;
	bottom: 0;
	right: 0;
	content:'';
	background-image:url('img/white-bot.png');
	height: 50px;
	width: 50px;
	background-size:cover;
	opacity:0.2;
}

.footer-logo {
	width: 100%;
	margin-bottom: 30px;

}

.social-list li {
	list-style: none;
	float: left;
	
}

.social-list li a {
	color: #fff;
}

.social-list li a:hover {
	color: #ffbc2e;
}

.social-list {
	width: 150px;
}

.address{
	width: 270px;
	margin-bottom:15px;
}
.bottom-tel {
	padding: 90px 0;
	background-image: url('img/keyboard.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

h2.tel a {
	color: #262f3a;
}
ul.nav-bottom{
	list-style: none;
}
ul.nav-bottom a, .tel a, .email a {
	color: #fff;
	}
ul.nav-bottom a:hover, .tel a:hover, .email a:hover{
	color: #ffbc2e;
}
.bottom-tel p {
	margin-bottom: 0;
	font-size: 22px;
	color: #000;
	font-weight: 400;
}
h2.tel{
	font-size: 3em;
}

.security h3 {
	text-align: center;
	text-transform: uppercase;
	margin:30px 0 60px;
	font-weight: 700;
}

.security-item h4, .cloud-item h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;

}
.security-item{
	padding: 20px 30px;
}
.security-img{
	width: 100%;
	height: 250px;
	content: '';
	background: #F9F2DE;
	margin: 20px 0;
	position:relative;
}
.security-img:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content:'';
	background-image:url('img/orange-dots_small.png');
	height: 50px;
	width: 50px;
	background-size:cover;
	opacity:0.5;
}