
/*====================================== reset.css is here ========================================*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
    height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul { list-style: none; }

caption,
th { text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before,
q:after { content: ''; }

abbr,
acronym { border: 0; }

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clrflt { clear: both; }

.last { margin: 0 !important; }

.pad_last { padding: 0 !important; }

.no_bg { background: none !important; }

.no_bor { border: none !important; }

* { box-sizing: border-box; }

a {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/**************************************************************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1 { font-size: 2.000em; }

h2 { font-size: 1.833em; }

h3 { font-size: 1.500em; }

h4 { font-size: 1.333em; }

h5 { font-size: 1.167em; }

h6 { font-size: 1.000em; }

/*----------------------------------------------------------------------------------*/
html { height: 100%; }

body {
    color: #b1b1b1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #0a2e5e;
    height: 100%;
}

.flt_lt {
    float: left !important;
    display: inline;
}

.flt_rt {
    float: right !important;
    display: inline;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none
}
a:focus-visible {
    outline: #fff solid 2px;
    box-shadow: none;
}

figure {
    margin: 0;
    padding: 0;
}

header,
nav,
section,
article,
aside,
footer,
hgroup { display: block; }

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}
.dentyne ul li a{
    display: inline-block;
}
/*----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Cocon-Regular';
    src: url('../fonts/Cocon-Regular/Cocon-Regular.eot') format('embedded-opentype'),  url('../fonts/Cocon-Regular/Cocon-Regular.otf') format('opentype'),  url('../fonts/Cocon-Regular/Cocon-Regular.woff') format('woff'),  url('../fonts/Cocon-Regular/Cocon-Regular.ttf') format('truetype'),  url('../fonts/Cocon-Regular/Cocon-Regular.svg#Cocon-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------- layout ----------*/
.wrapper {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    max-width: 1170px;
    background: url(../images/main-bg.jpg) no-repeat center center;
    background-size: cover;
    transition: all ease-in-out 0.2s;
}

.container {
    width: 970px;
    margin: 0 auto;
    display: block;
}
.skip-link-list {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.skip-link-list-item {
    list-style: inherit;
    white-space: nowrap;
}
.screen-reader-text{
    padding: 0;
    margin: -1px;
    word-wrap: normal!important;
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    position: absolute!important;
    width: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}
.screen-reader-text:focus-visible{
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    width: auto;
    height: auto;
    left: .38rem;
    top: .38rem;
    padding: 1rem;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    background-color: #36b;
    color: #fff;
    z-index: 100000;
}   
/* ----------------------- header ----------*/
.header {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/header-bg.png) repeat-x left bottom #acd3ec;
}

.logo {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
}

.logo a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* ------- header end ----------*/
/* --------------nav ----------*/
.header-right {
    display: inline-block;
    margin: 0;
    padding: 36px 0 30px;
    float: right;
}

.top-nav {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.top-nav ul { }

.top-nav ul li {
    display: inline-block;
    margin: 0 50px 0 0;
    padding: 0;
    float: left;
}

.top-nav ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #041e5a;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.top-nav ul li a::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    content: "";
    background: transparent;
    height: 1px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.top-nav ul li a:hover:after{
    width: 100%;
    background: #fff;
}
.top-nav ul li a:focus-visible {
    outline-offset: 2px;
}
/* .top-nav ul li a:hover { color: #cfe6f5; } */
.top-nav ul li a:hover { color: #fff;}
.icons ul li a:focus-visible {
    outline-offset: 2px;
}
.icons {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.icons ul { }

.icons ul li {
    display: inline-block;
    margin: 0 20px 0 7px;
    padding: 0;
    float: left;
}

.icons ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 2px solid #041e5a;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #041e5a;
}

.icons ul li a .fa {
    font-size: 20px;
    vertical-align: middle;
}

/* .icons ul li a:hover {
    color: #cfe6f5;
    border-color: #cfe6f5;
} */
.icons ul li a:hover {
    color: #fff;
    border-color: #fff;
}

/* --------------nav end----------*/
/* --------------banner----------*/
.banner {
    display: block;
    margin: 0 0 70px 0;
}

.banner .slick-slider { margin: 0; }

.banner .slick-dots li {
    width: auto;
    height: auto;
}

.banner .slick-dots li button {
    background: #363636;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    padding: 0;
    margin: 0;
}

.slick-dots li button:before { display: none; }

.banner .slick-dots li button:hover,
.banner .slick-dots li.slick-active button { background: #b0d5ed; }

.main-content { padding: 41px 0; }

/* ------------FEATURE----------*/
.feature-section {
    display: block;
    margin: 0 0 40px 0;
    padding: 0;
}

.feature-block {
    display: inline-block;
    position: relative;
    width: 48.4%;
}
.feature-block a {
    display: block;
}
.feature-block a:focus-visible{
    outline-offset: 3px;
}
.feature-block img {
    display: block;
    width: 100%;
    height: auto;
}

.feature-block h2 {
    display: block;
    margin: 0;
    padding: 10px 22px;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
}

.feature-block h2 span { font-weight: 300; }

/* ------------FEATURE END----------*/
/* ------------footer----------*/
.footer {
    display: block;
    margin: 0;
    border-top: 3px solid #b0d5ed;
}

.copy-right {
    display: block;
    text-align: center;
    margin: 0;
    padding: 30px 0;
}

.copy-right p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #b0d5ed;
    font-weight: normal;
    padding: 6px 0;
}

.copy-right p a { color: #b0d5ed; }

/* .copy-right p a:hover { color: #041e5a; } */
.copy-right p a:hover { color: #fff; text-decoration: underline; }

.fot-icons {
    display: table;
    margin: 0 auto 20px;
}

.fot-icons ul li { margin: 0 13px; }

.fot-icons ul li a {
    color: #b0d5ed;
    border-color: #b0d5ed;
    margin: 0 4px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
/* 
.fot-icons ul li a:hover {
    color: #041e5a;
    border-color: #041e5a;
} */
.fot-icons ul li a:hover {
    color: #fff;
    border-color: #fff;
}

/* ------------footer end----------*/
/* ------------inner1----------*/
.inner1-cont {
    display: block;
    padding: 10px 0 48px 0;
}

.inner1-cont h1 {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    color: #fefeff;
    font-weight: bold;
    text-transform: uppercase;
}

.inner1-cont h1 span { font-weight: 300; }

.inner1-cont p {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fefeff;
    font-weight: normal;
    line-height: 18px;
}

.dentyne {
    display: block;
    margin: 0;
    padding: 63px 0 0;
}

.dentyne ul { margin: 0 -27.5px; }

.dentyne ul li {
    display: inline-block;
    margin: 0;
    padding: 0px 27.5px;
    min-height: 350px;
}

.dentyne ul li figure { margin: 0 0 0; }

.dentyne ul li a:focus-visible {
    outline-offset: 3px;
}
.dentyne ul li img {
    width: 100%;
    height: auto;
    display: block;
}

.dentyne ul li span {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fefeff;
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 12px;
}

.dentyne ul li h3 {
    display: block;
    margin: 0 0 7px 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #fefeff;
    font-style: italic;
    font-weight: bold;
}

.dentyne ul li p {
    margin: 0 0 7px 0;
    padding: 0;
}
.btn {
    padding: 2px 19.2px;
    margin: 7px auto;
    font-size: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.pure { padding: 0; }

/* ------------inner1 end----------*/
.modal-dialog { margin: 20% auto !important; }

.modal-box {
    display: block;
    margin: 0;
    padding: 0;
}

.modal-box-top {
    display: block;
    margin: 0;
    padding: 30px 30px;
    background: url(../images/main-bg.jpg) no-repeat center center;
}

.modal-box-top figure {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    width: 53%;
}

.modal-box-top-cont {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 20px;
    float: left;
    width: 47%;
}

.modal-box-top-cont span {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
}

.modal-box-top-cont h3 {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
}

.modal-box-top-cont p {
    display: block;
    margin: 0;
    padding: 0 0 15px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.modal-box-top-cont a {
    display: table;
    margin: 0 auto;
    padding: 6px 20px;
    background: #fcc650;
    border-radius: 30px;
    font-family: 'Cocon-Regular';
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    text-shadow: 0 0 2px #333333;
}

.product-item {
    display: block;
    margin: 0;
    padding: 30px 0;
    background: #102747;
    text-align: center;
}

.product-item h4 {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
}

.product-item ul { }

.product-item ul li {
    display: inline-block;
    margin: 0 20px;
    padding: 0;
    text-align: left;
}

.product-item ul li figure {
    display: block;
    margin: 0 0 20px;
}

.product-item ul li h4 {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
}

.modal-box .close {
    color: #fff;
    border: 2px solid #fff;
    margin: -20px -30px 0 0;
    height: 30px;
    width: 30px;
    opacity: 1;
    border-radius: 100%;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#444444 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
 color:#444444 !important;
opacity:1;
}
input::-ms-input-placeholder { /* IE 10+ */
 color:#444444 !important;
}
input::-moz-placeholder { /* Firefox 18- */
 color:#444444 !important;
}
