@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
#footer {
    width:100%;
    height: auto;
    padding: 10px 0 10px 0;
    color: #FAF9F6;
    font-size: 10px;
    background-color: #1D1D1D;
    float: left;
    display: block;
    text-align:center;
    font-weight:500;
    margin: 0;
}
#footer a {
    color: #C9950C;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'Oswald', sans_serif;
	font-weight: 100 !important;
	color: #fff
}
ul, li, ol {
    color: black !important;
    font-weight: 400;
    line-height: 160%;
}
h1, h2, h3 {
    letter-spacing: 5px;
}
body {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
@page{margin:0;}
.page {
    background-color: #F5F7FA;
}

.ie6 img {
	width: 100%;
}

/*MENU SECTION*/
	#companybanner {
        width:100%;
        min-width:1024px;
        height: auto;
		position: fixed;
		z-index: 1000;
		overflow: hidden;
        border-bottom: 1px #FAF7F9 solid;
        background-color: #FAF5F7;
    filter: drop-shadow(0 3px 5px #333);
	}
#companybanner .wrapper80 {
    width: 80%;
    margin: 0px 10%;
	}
	.logo {
		height: 40px;
        margin: 10px 0 10px 0%;
        float:left;
        position: relative;
		display:inline;
	}
	.logo img {
		height:100%;
		}
	#hamburger {
		height: 0;
		width: 0;
		visibility: hidden
	}
	#menustripcontainer {
        width: auto;
        float: right;
        text-align: center;
		overflow: hidden;
        display: inline-block;
        position: absolute;
        right: 10%;
        top: 7px;
	}
	.menu {
		width: auto;
		text-align: center;
        display: inline-block;
		padding: 16px 7px 16px 7px;
		font-size: 12px;
        font-weight: 600 !important;
		text-transform: uppercase;
		transition: ease-in-out 0.3s;
		overflow: hidden;
		outline: none;
		font-weight: 500;
        color:#005A7F;
        letter-spacing: 2px;
	}
	.menu::after {
		content: "|"; float:right;color:#005A7F;margin-left: 10px;
	}
	.booking::after, .booking::before {
		display: none;
	}
.booking {
    background-color: #005A7F;
    font-weight: 600;
    color: #FAF5F7 !important;
    border-radius:0px;}
.booking:hover, .booking:active {
    background-color: #F54338 !important;
    color: #FAF5F7 !important;
    transition: ease-in-out all 0.2s;

}
	.menu:hover, .menu:active {
		color: #F54338;
		opacity: 1;
		background: transparent;
		cursor: pointer;
	}
	div.sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
a, a:hover, a:visited {
	text-decoration: none;
	color: #005A7F;
	outline: none
}
p {
	font-weight: 400;
	text-align: justify;
    font-size: 16px;
    line-height: 24px;
}
.menu a, .menu a:hover, .menu a:visited {
	text-decoration: none;
	color: #F54338;
	outline: none
}
.TopBanner {
    width: 100%;
    min-width:1024px;
    height: 600px !important;
	overflow: hidden;
    background-image:url("../Images/Background/background1.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
    overflow: hidden;
	}
#LandingInfo {
	width: 100%;
    height: 600px;
	display: inline-block;
	overflow: hidden;
    background-color: rgba(0,90,127,0.50);
}
#LandingInfo h1 {
	text-align:center;
    font-size:4rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin:20px 0;
	overflow: hidden;
	color: #FAF9F6 !important;
    text-transform: uppercase;
}
#LandingInfo h3 {
	text-align:center;
    font-size:1.3rem !important;
    font-weight: 500;
    letter-spacing: 1px;
    margin:0px 0 -10px 0;
	overflow: hidden;
	color: #FAF9F6 !important;
    text-transform: uppercase;
}
.landingcontent {
    height: auto;
    width: 100%;
    min-height: 300px;
    margin: 40px 0;
    float: left;
    overflow:hidden;
    margin-top: 250px;
}

.buttoncontainer {
    position: relative;
    margin-left: calc(50% - 140px) !important;
}
.morebutton {
    width: 100px;
    height: auto;
    font-size: 12px;
    font-weight: 600;
    background-color: #FAF7F9;
    color: #005A7F;
    padding: 15px;
    text-align:center;float: left;
    margin-right:10px;
    transition: ease-in-out 0.2s;
}
.morebutton:hover {
    width: 140px;
    background-color: #F54338;
    color: #FAF7F9;
    padding: 15px;
    text-align:center;float: left;
    margin-right:10px;
}
 .TopBanner h2, #landingproducts h2, .landingbadges h2, #Intro h2 {
		color: #fff;
		display: block !important;
		font-size: 3em;
    letter-spacing: -2px;
        font-weight: 400;
        margin: 0;
	}
.TopBanner h2, #landingproducts h2, .landingbadges h2, #Intro h2 {
		font-size: 1.4rem !important;
        margin: -10px 0 10px 0px;
	}
#landingproducts h2, .landingbadges h2, #Intro h2 {
    color: #1D1D1D;
        text-align: center;
}
.TopBanner p {
		font-size: 0.9rem;
        margin: 0px 0 30px 0px;
	}
.TopBanner .breakerline {
		height: 4px;
		width: 100px;
		display: block;
        margin: 20px 0 20px 0;
		background-color: #C9950C;
		clear: both !important;
	}
/*SOCIAL MEDIA ICONS*/
.social {
	height: auto;
	padding: 15px 10px 0 10px;;
    background-color: rgba(250,247,249,0.60);
    filter: drop-shadow(0 3px 20px #333);
    border-radius: 20px;
	width:20px;
	float:right;
	position:fixed;
	top: 50%;
	right:3%;
    z-index: 100;
	}
.social img {
	width:100%;
	}
.social img:hover {
	transform:scale(1.5,1.5);
	}
.socialsmall {
	width:100%;
	margin-bottom: 10px;
	text-align:center;
	float: left;
	}
.socialsmall p {
	font-size:0 !important;
	letter-spacing:0;
	}

/*ABOUT KONANI*/
#Intro {
    width: 100%;
    min-width: 1024px;
    background-color: #FAF7F9;
	float: left;
	overflow: hidden !important;
}
#Intro h2 {
	text-align:center;
    position: relative;
    font-size: 5rem !important;
    font-weight: 600;
    letter-spacing: 2px;
    margin:10px 0 0 0;
	overflow: hidden;
	color: #005A7F !important;
    text-transform: uppercase;
}
.abouthome {
		width: 45%;
		float: left;
		color:#1D1D1D;
		overflow: hidden;
        margin: 40px 2.5% 20px 2.5% !important;
	}
.abouthome .headingdivider {
		width: 40px;
		float: right;
		overflow: hidden;
        margin: 0 0 0 17.5%;
    position: absolute;
    display: block;
	}
.abouthomescontainer {
        width: 100%;
        min-width: 1024px !important;
		padding: 0px;
        margin: 0;
        background-color:#005A7F;
        color: #FAF7F9;
		float: left;
        overflow: hidden;
}
.abouthomescontainer .heading {
        font-size: 0.9rem;
        height: 4rem;
        color: #FAF7F9;
}
.abouthomescontainer .heading h2{
        margin: 0px;
}
.abouthomescontainer ul, .abouthomescontainer li {
        color: #FAF7F9 !important;
}
.wrapper80 {
    width: 80%;
    margin: 20px 10%;
    overflow:hidden !important;
}
.abouthomes {
		width: calc(33% - 60px);
		height: auto;
		padding: 30px;
		float: left;
		color:  #FAF7F9;
		overflow:  hidden;
}
.abouthomes img {
    max-height: 300px;
    object-fit: cover;
	}
.abouthomes:nth-child(odd) {
		width: calc(33% - 60px);
		height: auto;
		padding: 60px 30px;
		float: left;
		color:  #FAF7F9;
		overflow:  hidden;
}
.abouthomes ul {
		color: #FAF7F9;
		overflow:  hidden;
}
.breakertag {
		height: 10px;
		clear: both;
}
.first-letter {
		float: left;
		font-size: 1.5em;
		padding: 0;
		margin: 20px 10px 0 0px;
		border-radius: 50%;
		font-weight:bolder;
		color: #4cbb17;
}
.headingdivider {
	width: 40px;
	height: 4px;
    border-radius: 10px;
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F54338;
	text-align: left !important;
        text-align: center;
}
.ServicePricing {
    width:100%;
    background-color: #FAF7F9;
    color: #1d1d1d
    }
.Offerings {
	max-height: 700px !important;
    width: 95%;
	color: #1D1D1D;
    overflow:hidden;
    float: left;
    padding: 50px 2.5% 50px 2.5%;
}
.Offerings .mainheading, #Projects .mainheading {
	text-align:center;
    font-size:1.5rem;
    font-weight: 600;
    letter-spacing: 15px !important;
    margin:20px 0 20px;
	overflow: hidden;
	color: #005A7F !important;
    text-transform: uppercase;
}
.Offerings img {
    overflow:hidden;
    width: 100%;
    foat:left;
    text-align: center;
    object-fit: cover;
}
.editedimages {
	height: 100%;
    overflow:hidden;
    width: 100%;
    foat:left;
    text-align: center;
    object-fit: cover;
}
.servicecard {
	width: 300px !important;
    float: left;
	height: 400px;
    padding: 30px 0 80px 0;
    display: inline-block;
    margin: 0 20px 20px;
    border-radius: 15px;
	color: #FAF7F9;
    overflow:hidden;
}
.Offeringsinfo {
	width: 100%;
    float: left;
    display: inline-block;
    background-color: #FAF7F9;
	padding: 25px;
    margin: 0 auto !important;
    border-radius: 0 0 15px 15px;
	color: #FAF7F9;
    overflow:hidden;
}
.servicecard .heading {
    background-color: #005A7F;
    font-size: 12px !important;
    padding: 5px 0 5px 0;
    text-align:center;
    margin: 0;
    width:100%;
    float:left;
    border-radius: 15px 15px 0 0;
    overflow:hidden;
}
.servicecard .heading:hover {
    background-color: #F54338;
}
.servicecard:hover .pricetableleft {
    background-color: #F54338 !important;
}
/*
.servicecard:hover .servicecardheading {
    background-color: #F54338 !important;
}*/
.Offeringsinfo table {
    width:250px;
    margin: 10px 25px;
    overflow: hidden;
    padding-top: 0px;
    font-size: 0.8rem;overflow:hidden;
}
.pricetableleft {
    background-color: #005A7F;
    font-weight:500;
    border-radius: 20px;
}
.pricetableright {
    /*background-color: rgba(255,0,0,0.20);*/
    color: #005A7F !important;
    font-weight:500;
}
.pricetableright, .pricetableleft {
    color: #FAF7F9;
    padding: 10px;
    text-align: center;
    width: 125px !important;
}
#productoffering {
	width: 10%;
	padding: 80px 15% 80px 15%;
}
	.landingbadges {
		width: 80%;
		text-align: center;
		font-size: 18px;
		height: auto;
		overflow: hidden;
		padding: 80px 10% 100px 10%;
		background-color: #fff;
		margin: 0;
	}
	.landingbadges .clientbox {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        display: inline-grid;
	}
	.landingbadges .clientpicture {
		height: auto !important;
        width: 100%;
		margin-top: 35px;
		margin-bottom:5px;
        float:left;
	}
	.landingbadges .clientpicture img {
		height: 100%;
        width: 100%;
        object-fit: cover;
	}
	.landingbadges .clientdescript {
		font-size: 0.8em;
        color: #264B7A;
        font-weight: 500;
        float:left;
	}
.offerbox {
    width: 28.3%;
    height: auto;
    float: left;
    overflow:hidden;
    margin: 20px 2.5% 20px 2.5%;
        
}
#googlemap {
    height: 250px;
    float: left;
    display:block;
    width: 100%;
    filter: grayscale(100%);
    transition: ease-in-out 0.2s;
}
#googlemap:hover {
    filter: grayscale(0%)
}
	#footer {
		height: inherit;
		width: 100%;
		display: block;
		float: left;
        text-align:center;
		padding: 10px 0 10px 0;
		color: #FAF7F9 !important;
		background: #005A7F;
		font-size: 13px;
}
#footer a {
		color: #F54338 !important;
}
#footer a:hover {
		transform: scale(1.5)
}

@media only screen and (min-width: 770px) {
	.page {
		width: 60%;
		color: #003 !important;
		float: left;
		overflow: hidden;
        margin: 0;
	}
    
#slideCara {
 height: 95%;
 width: 85%;
 margin: 0 auto;
 padding: 30px 2% 30px 2%;
 text-align: left;
 }
 #slideCara h2 {
 font-weight: bold;
 color: #292A2E;
 }
 .slide {
 display: none;
 text-align: right;
 margin:0;
 padding: 0;
 }
 #slide {
 height: calc(100% - 60px);
 width: 95%;
 margin: 0 auto;
 padding: 30px 0 30px 0;
 text-align: right;
 }
 #backClick, #nextClick {
 border: none;
 padding: 0;
 position: absolute;
 background-color: transparent;
 background-image: none;
 color: #2F1985 !important;
 font-size: 2rem;
 font-weight: bolder;
 height: auto;
 width: 1%;
 top: 50%;
 }
 #backClick:hover, #nextClick:hover, #backClick:active, #nextClick:active {
 background-color: transparent !important;
 color:#6D33FF; 
 background-image: none;
 padding: 0;
 margin: 0;
 }
  #backClick:hover button, #nextClick:hover button, #backClick:active button, #nextClick:active button {
 background-color: transparent !important;
 color:#292A2E; 
 background-image: none;
 padding: 0;
 margin: 0;
 }
 #backClick {
 left: 0;
 border-radius: 10px 0 0 10px;
 }

  #nextClick {
 position: absolute;
 right: 0;
 border-radius: 0 10px 10px 0px;
 }
 .slidesubcontainer {
 width: 100%;
 display: block;
 background: transparent;
 height: auto;
 float:left;
 margin-bottom: 20px;
 }
 .slidecontactinfo {
 width: 100%;
 height: auto;
 float:right;
 padding: 10px 0 10px 0;
 }
  .slidecontactinfo h3, .slidecontactinfo h2 {
 margin: 0;
 padding:0;
 }
 .slidecontactimage {
 width: 25%;
 height: inherit;
 float:right;
 }
	#footer {
		height: inherit;
		width: 100%;
		display: block;
		float: left;
        text-align:center;
		padding: 10px 0 10px 0;
		color: #FAF7F9 !important;
		background: #005A7F;
		font-size: 13px;
}
#footer a {
		color: #F54338 !important;
}
#footer a:hover {
		transform: scale(1.5)
}}