@font-face {
    font-family: 'sharp_sansbold';
    src: url('fonts/sharpsans-bold-webfont.woff2') format('woff2'),
         url('fonts/sharpsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sharp_sanssemibold';
    src: url('fonts/sharpsans-semibold-webfont.woff2') format('woff2'),
         url('fonts/sharpsans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sharp_sansmedium';
    src: url('fonts/sharpsans-medium-webfont.woff2') format('woff2'),
         url('fonts/sharpsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*====================
Typography Style
====================*/

/* 1em @ 48em (768px) increasing to 2em @ 120em (1920px) */
@media (min-width: 48rem) {
  :root {
    font-size: calc(1rem + ((1vw - .48rem) * 1.389));
   }
}

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;}

.ssb {font-family: 'sharp_sanssemibold', sans-serif;}
.sb {font-family: 'sharp_sansbold', sans-serif;}
.sm {font-family: 'sharp_sansmedium', sans-serif;;}

.lime {color: #fbfdd7;}

h1 {font-size: 1.875rem;}
h2 {font-size: 1.71875rem;}
h4 {font-size: 0.9375rem;}
h5 {
	font-size: 0.875rem;
	margin-bottom: 0.34375rem;
}

h2 i {font-size: 1rem;}

li {font-size: 0.5625rem;}

@media (max-width: 1366px) and (min-width: 1025px){
	li {font-size: 0.6625rem;}
}

@media (max-width: 1024px){
	h2 {font-size: 1.71875rem;}
	h4 {font-size: 1.3375rem;}
	h5 {font-size: 1.2rem;}

	li {font-size: 0.8625rem;}
}

@media (max-width: 786px){
	li {font-size: 0.825rem;}
}

@media (max-width: 320px){
	h5 {font-size: 1rem;}
	li {font-size: 0.6rem;}
}

/*====================
General Style
====================*/

.loader {
	background-color: #fbfdd7;
	width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 50;
    left: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loader.loaded {
	width: 0;
	-webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}


ul {padding-left: 18px;}
li {
    padding-left: 18px;
    line-height: 0.96875rem;
}

@media (max-width: 1366px) and (min-width: 1025px){
	li {line-height: 1.26875rem;}
}

@media (max-width: 1024px){
	li {line-height: 1.66875rem;}
}

@media (max-width: 786px){
	li {line-height: 1.36875rem;}
}

@media (max-width: 320px){
	li {line-height: 1rem;}
}

::selection {
    color: #ffb6ab; 
    background: #fbfdd7;
}
::-webkit-selection {
    color: #ffb6ab; 
    background: #fbfdd7;
}
::-moz-selection { /* Code for Firefox */
    color: #ffb6ab;
    background: #fbfdd7;
}


/*====================
Swiper Style
====================*/

html, body {
	position: relative;
	height: 100%;
}
body {
	background: #fff;
	font-family: 'sharp_sanssemibold', sans-serif;
	font-size: 16px;
	color:#fff;
	margin: 0;
	padding: 0 1.25rem;
}

@media (max-width: 786px){
	body {
	    padding: 0;
	}
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background: #ffb6ab;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-bullet {
    background: #eaa69c;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    transform: scale(1.4);
}

/*====================
Custom Style
====================*/

.hire-us {
	position: fixed;
	top: 2.1875rem;
	right: 2.8125rem;
	color: #fff;
	font-size: 0.6875rem;
	z-index: 20;
	opacity: 1; 
	transition: .3s ease-in-out;
}

@media (max-width: 786px){
	.hire-us {
		font-size: 1rem;
		top: 0.9375rem;
		right: 1.09375rem;
	}
}

.hire-us.position-2 {
	top: 0.9375rem;
	transition: .3s ease-in-out;
}

.hire-us:after {
    content: ' ';
    width: 100%;
    position: absolute;
    background-color: #fff;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: scaleX(1);
	-webkit-transition: all 500ms cubic-bezier(0.575, 0, 0.440, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.575, -0.570, 0.440, 1.650); 
   -moz-transition: all 500ms cubic-bezier(0.575, -0.570, 0.440, 1.650); 
     -o-transition: all 500ms cubic-bezier(0.575, -0.570, 0.440, 1.650); 
        transition: all 500ms cubic-bezier(0.575, -0.570, 0.440, 1.650); /* custom */
}

.hire-us:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.hire-us:hover:after {
	transform: scaleX(1.3);
	-webkit-transition: all 500ms cubic-bezier(0.575, 0, 0.440, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.575, -0.570, 0.440, 1.650); 
   -moz-transition: all 500ms cubic-bezier(0.575, -0.570, 0.440, 1.650); 
     -o-transition: all 500ms cubic-bezier(0.575, -0.570, 0.440, 1.650); 
        transition: all 500ms cubic-bezier(0.575, -0.570, 0.440, 1.650); /* custom */
}

.hire-us.hidden {opacity: 0; transition: .3s ease-in-out}
.hire-us.hidden:hover {cursor: default;}

.tell-me-more {
    position: fixed;
    z-index: 50;
    bottom: 1.25rem;
    left: 50%;
    margin-left: -1.6821875rem;
    font-size: 0.53125rem;
    min-width: 3.364375rem;
}

.tell-me-more:hover {
	cursor: pointer;
}

.tell-me-more:focus, .tell-me-more:visited {
	outline: none;
}

.tell-me-more.swiper-button-disabled {display: none;}

.tell-me-more p {
	margin-bottom: 0.09375rem;
}

.tell-me-more img {
	max-width: 0.875rem;
}

.home-slide {
    border-radius: 0;
}

@media (min-width: 786px){
	.home-slide {
	    margin-top: 1.25rem;
	    margin-bottom: -1.25rem;
	    border-radius: 3px 3px 0 0;
	}

	.home-slide .container {
		margin-top: -1.25rem;
	}
}

.who-bd {
	font-size: 1.71875rem;
	/*max-width: 33.125rem;*/
	max-width: 37rem;
	text-align: justify;
}

/*@media (min-width: 1368px) {
	.who-bd {
		font-size: 55px;
	}
}

@media (max-width: 1367px) {
	.who-bd {
    	max-width: 34.15625rem;
	}
}

@media (max-width: 1281px) {
	.who-bd {
    	max-width: 805px;
	}
}

@media (max-width: 1025px) {
	.who-bd {
    	max-width: 675px;
	}
}*/

@media (max-width: 786px){
	.who-bd {
	    width: 92%;
	    font-size: 1.5rem;
	    line-height: 1.3;
	    text-align: justify;
	}
}

.service {margin-bottom: 1.1875rem;}

@media(max-width: 786px){
	.service {margin-bottom: 0.6875rem;}
}

.service ul {margin-bottom: 0;}

.ic {
    max-height: 1.4375rem;
    position: relative;
    margin-top: -.5rem;
}

.si {
    max-height: 0.6875rem;
    position: relative;
    margin-top: -.2rem;
    margin-left: 0.40625rem;
}

.mlc {margin-left: 0.40625rem;}
.mrc {margin-right: 0.40625rem;}

@media(max-width: 786px){
	.si {margin-top: -.3rem;}
}

@media(max-width: 786px){
	.lets-talk-slide h2 {font-size: 1.3rem;}
}

.lets-talk-slide .content {
	margin-top: -3.7428125rem;
}

a[href^=tel] {
  color: #fff;
}

.fine-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 50;
    color: #ffb6ab;
    padding: 1.15625rem 15px 0.875rem;
}

@media(min-width: 786px){
    .fine-text:before {
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: -13px;
        background-color: #fff;
        background-image: url(img/bl.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        z-index: 100;
    }
    
    .fine-text:after {
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: -13px;
        background-color: #fff;
        background-image: url(img/br.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        z-index: 100;
    }
}


.fine-text p {
	font-size: 0.5rem;
}
