@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
	list-style: none;
	box-sizing: border-box;
	outline: none;
	border: 0;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.c-container{
	width: 100%;
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}
header{
	background: #fff;
	padding: 22px 0;
}
.logo img{
	height: 64px;
}
header .c-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section.main-banner{
	background: #095F93;
	padding: 100px 0;
	text-align: center;
	color: #fff;
}
section.main-banner h1{
	font-size: 52px;
	margin-bottom: 20px;
}
section.main-banner p{
	font-size: 24px;
	font-style: italic;
}
.primary-btn{
	background: #1DB5BC;
	border-radius: 5px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
}
.main-slider{
	padding-top: 36px;
}
.main-slider h4{
	font-weight: 500;
	font-size: 24px;
}
.main-slider h2{
	font-size: 52px;
	color: #095F93;
}
.slider-head{
	text-align: center;
	margin-bottom: 20px;
}
.main-services-slider.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 20px;
    height: 33px;
    background: url(images/arrow-prev.svg) no-repeat center !important;
}
.main-services-slider.owl-theme .owl-nav button span{
	display: none;
}
.main-services-slider.owl-theme .owl-nav{
	margin: 0;
}
.main-services-slider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
}
.main-services-slider.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 3px;
}
.main-services-slider.owl-theme .owl-nav button.owl-prev{
	left: 20px;
	background: url(images/arrow-prev.svg) no-repeat center !important;
}
.main-services-slider.owl-theme .owl-nav button.owl-next{
	right: 20px;
	background: url(images/arrow-next.svg) no-repeat center !important;
}
.main-services-slider .item{
	position: relative;
}
.main-services-slider .slider-text-content{
	padding: 80px 0 80px 80px;
	max-width: 650px;
	position: relative;
	z-index: 1;
}
.slider-text-content h4, .slider-text-content p{
	color: #fff;
}
.slider-text-content p{
	min-height: 300px;
}
.slider-text-content h4{
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.enquire-now-container li a {
    color: #000;
    text-decoration: underline;
}
.enquire-now-container li a:hover{
	text-decoration: none;
}
.slider-text-content p{
	font-size: 21px;
}
.main-services-slider {
    margin-bottom: 40px;
}
footer{
	background: #F2F2F2;
	padding: 50px 0 20px;
}
footer .c-container {
    display: flex;
    justify-content: space-between;
}
:root .c-container.footer-copyright {
    margin-top: 15px;
    text-align: center;
    justify-content: center;
}
.c-container.footer-copyright p{
	font-size: 14px;
	border-top: 1px solid #d6d6d6;
    padding-top: 15px;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #515454;
}
.c-container.get-started-container {
    margin-bottom: 40px;
}
.c-container.get-started-container h3{
	color: #095F93;
	font-size: 32px;
	margin-bottom: 10px;
}
.c-container.get-started-container p{
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.footer-logo {
    max-width: 386px;
}
.footer-logo img{
	margin-bottom: 15px;
	max-height: 64px;
	width: auto;
}
.footer-logo p{
	font-size: 18px;
	color: #515454;
	line-height: 26px;
}
.enquire-now-container {
    border-radius: 6px;
    border: 1px solid #707070;
    padding: 25px;
}
.enquire-now-container li{
	line-height: 30px;
	font-size: 18px;
}
.enquire-now-container h5{
	font-weight: 600;
	font-size: 18px;
}
.main-services-slider .item .operations-slide{
	background: url(images/operations.png) no-repeat top left;
}
.main-services-slider .item .it-slide{
	background: url(images/it.png) no-repeat top left;
}
.main-services-slider .item .finance-slide{
	background: url(images/finance.png) no-repeat top left;
}
.main-services-slider .item .marketing-slide{
	background: url(images/marketing.png) no-repeat top left;
}
.main-services-slider .item .hr-slide{
	background: url(images/hr.png) no-repeat top left;
}
.main-services-slider .item > div:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
}
.footer-logo.with-no-address {
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1100px){
	:root section  h1, :root h2{
		font-size: 44px;
	}
	section.main-banner p {
    	font-size: 20px;
	}
}
@media (max-width: 767px){
	footer .c-container{
		flex-direction: column;
	}
	.footer-logo{
		margin-bottom: 15px;
	}
	.enquire-now-container{
		max-width: 260px;
	}
	.logo img, .footer-logo img {
	    height: 40px;
	}
	:root section h1 {
        font-size: 32px;
    }
    section.main-banner {
	    background: #095F93;
	    padding: 50px 0;
	}
	.main-slider h4{
		font-size: 20px;
		margin-bottom: 5px;
	}
	:root h2 
    {
    	font-size: 28px;
    }
    footer{
    	padding: 30px 0;
    }
    .enquire-now-container {
	    padding: 15px 25px;
	}
	.main-services-slider .item .it-slide,
	.main-services-slider .item .finance-slide,
	.main-services-slider .item .operations-slide,
	.main-services-slider .item .marketing-slide,
	.main-services-slider .item .hr-slide{
		background-size: cover;
		background-attachment: fixed;
	}
	.main-services-slider .slider-text-content{
		max-width: unset;
		padding: 25px; 
	}
	.slider-text-content p {
	    font-size: 16px;
	}
}
@media (max-width: 640px){
	.main-services-slider.owl-theme .owl-nav button.owl-next{
		right: 2px;
	}
	.main-services-slider.owl-theme .owl-nav button.owl-prev{
		left: 2px;
	}
	.main-services-slider.owl-theme .owl-nav button{
		transform: scale(.6);
		margin: 0;
	}
}
@media (max-width: 480px){
	.main-services-slider .slider-text-content{
		min-height: 430px;
	}
	.c-container.get-started-container h3{
		font-size: 28px;
	}
	.main-services-slider.owl-theme .owl-dots{
		bottom: 10px;
	}

}
@media (max-width: 375px){
	.main-services-slider .slider-text-content{
		min-height: 455px;
	}
}