html {scroll-behavior:smooth;}
body, html {height: 100%;}

body {
    background:#000;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
    font-weight:400;
    line-height:1.5;
}

.ff-playfair {font-family: 'Open Sans', sans-serif;}

*, *:focus {outline:none !important;}
a {text-decoration:none !important;}
p{margin-bottom:25px;}

.fw-medium {font-weight:500 !important;}
.fw-semi-bold {font-weight:600 !important;}
.fw-bolder {font-weight:900 !important;}


/*************Line Height****************/
.lh-1 {line-height:1 !important;}
.lh-15 {line-height:1.5 !important;}
.lh-2 {line-height:2 !important;}

.ls-1 {letter-spacing:1px !important;}
.ls-15 {letter-spacing:1.5px !important;}
.ls-2 {letter-spacing:2px !important;}

/*****************************/
.breadcrumb{border-bottom:1px dashed #d3d3d3; margin:15px 0px; background-color:transparent;padding:0 0 15px; text-transform:uppercase; font-size:12px;}
.breadcrumb>li+li:before{content:"\00BB";color:#3c87df; margin:0 10px;}
a{color:#3c87df;}
a:hover{}

/***************************/
.btn {
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	letter-spacing: 0.01em;
	text-transform:uppercase;
}

.input-group .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/*****************************/
.bg-primary {
    background-color: #3c87df !important;
}

.text-primary {
    color: #3c87df !important;
}

.btn-primary {
    background-color: #3c87df !important;
    border-color: #3c87df !important;
    color: #fff !important;
}
.btn-primary:hover {
    background-color: #15447d !important;
    border-color: #15447d !important;
}


/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    color: #000;
}

h1,.h1 {
	font-size:50px;
}

h2,.h2 {
    font-size: 35px;
}
h2:after {border-bottom:5px solid #3c87df; content:''; display:block; margin:auto; margin-bottom:60px; padding-bottom:30px; width:280px;}

h3, .h3 {
    font-size: 25px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 16px;
	text-transform:uppercase;
}