/* ==== Main CSS === */
body.home .site-logo img.general {
	display:none;
}
main#main {
	margin-top: -95px;
}
.site-nav__list .current_page_item a {
    color: #ffffff;
}
.site-header .site-nav__link:hover {
    color: rgb(169 196 223);
}
.site-header .site-nav__link {
    color: rgb(244 244 244);
}
.btn-secondary {
	color: rgb(235 235 235);
	background-color: transparent;
    border: 1px solid rgb(203 215 227);
}
.site-header, .site-header.is-fixed {
    background-color: transparent;
    /*box-shadow: -1px -6px 16px 0px rgb(250 250 250 / 80%);*/
    z-index: 99;
}
.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}
.img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
	opacity: 0.8;
}

.slick-slider {
    margin: 0;
    padding: 0!important;
}
.slick-slide {
    float: left /* If RTL Make This Right */;
    padding: 0;
}
/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
    height: 100vh;
    background: #000;
}
.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*background: url(assets/images/slider/demo-corporate-bg-04.png) no-repeat center center;*/
    line-height: 100vh;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 1;
}
.Modern-Slider .item .img-fill .info::after {
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgba(22, 35, 64, .10);
    z-index: -1;
}
.Modern-Slider .slick-current::after {
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	/*background: rgba(0,0,0,.40);*/
	background: url(../images/slider/demo-corporate-bg-04.png) no-repeat center center;
	/*border-radius: 50%;
	z-index: -1;*/
	-webkit-animation: Slick-FastSwipeIn 1s both;
    animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider .item .img-fill img {
    /*filter: blur(5px);*/
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	opacity: 0.8;
}
.Modern-Slider .item .info > div {
    display: inline-block!important;
    vertical-align: middle;
	max-width:600px;
}
.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 45px;
    height: 45px;
    background: transparent;
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    z-index: 5;
	opacity: 0.3;
}
/*.Modern-Slider .NextArrow:before {
    content: '\f105';
}*/
.Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 45px;
    height: 45px;
    background: transparent;
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    z-index: 5;
	opacity: 0.3;
}
.Modern-Slider .PrevArrow:hover, .Modern-Slider .NextArrow:hover {
	opacity: 1;
} 
/*.Modern-Slider .PrevArrow:before {
    content: '\f104';
}*/
.Modern-Slider .slick-dots {
    position: absolute;
    height: 5px;
    background: rgba(255,255,255,.20);
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.Modern-Slider .slick-dots li button {
    display: none;
}
.Modern-Slider .slick-dots li {
    float: left;
    width: 0px;
    height: 5px;
    background: #253784;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.Modern-Slider .slick-dots li.slick-active {
    width: 100%;
    -webkit-animation: ProgressDots 11s both;
    animation: ProgressDots 11s both;
}
.Modern-Slider .item h3 {
    font-family: "Open Sauce Sans", sans-serif;
	font-size: 40px;
	text-align: center;
    /*text-transform: uppercase;*/
    color: #cbd7e3;
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
}
.Modern-Slider .item h5 {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    color: #cbd7e3;
	text-align:center;
    max-width: 600px;
	
    /*overflow: hidden;
    height: 60px;*/
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}
.Modern-Slider .item.slick-active h3 {
    -webkit-animation: fadeInDown 1s both 1s;
    animation: fadeInDown 1s both 1s;
}
.Modern-Slider .item.slick-active h5 {
    -webkit-animation: fadeInLeft 1s both 1.5s;
    animation: fadeInLeft 1s both 1.5s;
}
/*.Modern-Slider .item.slick-active {
    -webkit-animation: Slick-FastSwipeIn 1s both;
    animation: Slick-FastSwipeIn 1s both;
}*/
.Modern-Slider {
    background: radial-gradient(ellipse at 20% 50%, rgba(37, 99, 235, .15) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(124, 58, 237, .1) 0%, transparent 50%), linear-gradient(180deg, #060e1c, #0a1628, #060e1c), url(../images/it-service-bg.png) right center / auto 100% no-repeat;
}

/* ==== Slider Image Transition === */
@-webkit-keyframes Slick-FastSwipeIn {
	0% { opacity: 0;
		transform:scale(0) perspective(400px);
	}
	100% { opacity: 0.6;
		transform: scale(1) perspective(400px);
	}
}
@keyframes Slick-FastSwipeIn {
	0% { opacity: 0;
		transform: scale(0) perspective(400px);
	}
	100% { opacity: 0.6;
		transform: scale(1) perspective(400px);
	}
}
@-webkit-keyframes Slick-FastSwipeOut {
	0% { opacity: 0.6;
		transform:scale(1) perspective(400px);
	}
	100% { opacity: 0;
		transform: scale(0) perspective(400px);
	}
}
@keyframes Slick-FastSwipeOut {
	0% { opacity: 0.6;
		transform:scale(1) perspective(400px);
	}
	100% { opacity: 0;
		transform: scale(0) perspective(400px);
	}
}
@-webkit-keyframes ProgressDots {
	from {
		width:0px;
	}
	to {
		width:100%;
	}
}
@keyframes ProgressDots {
	from {
		width:0px;
	}
	to {
		width:100%;
	}
}
/* ==== Slick Slider Css Ruls === */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left /* If RTL Make This Right */;
    height: 100%;
    min-height: 1px
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.Modern-Slider .main-banner__actions {
	justify-content: center;
    align-items: center;
	margin:30px;
}
@media screen and (max-width: 992px) {
	body.home .site-logo img.light {
		display:none;
	}
	body.home .site-logo img.general {
		display:block;
	}
	main#main {
		margin-top: unset;
	}
	.site-nav__list .current_page_item a {
		color:rgb(0 33 60);
	}
	.site-header .site-nav__link:hover {
		color: #265c8a;
	}
	.site-header .site-nav__link {
		color: rgb(0 33 60);
	}
	.site-header {
		background-color: #edf2f7;
		    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	}
}