/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

/*
/////////////////////////////////////////////////////////////COMMON ITEMS////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

body {
    font-size: 100%;
    line-height: 1.5;
    font-family: "Clear Sans";
    color: #001b73;

}



h1,
h2,
h3,
h4,
h5 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Fjalla One";
    text-align: center;
}

.container {
    width: 75%;
    max-width: 1600px;
}

a {
    font-family: 'Clear Sans';
    transition: all 500ms linear;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.btn-gold {
    color: #fff;
    background: rgba(255, 240, 224, 1);
    background: -moz-linear-gradient(top, rgba(255, 240, 224, 1) 0%, rgba(235, 182, 91, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 240, 224, 1)), color-stop(100%, rgba(235, 182, 91, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 240, 224, 1) 0%, rgba(235, 182, 91, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 240, 224, 1) 0%, rgba(235, 182, 91, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 240, 224, 1) 0%, rgba(235, 182, 91, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 240, 224, 1) 0%, rgba(235, 182, 91, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0e0', endColorstr='#ebb65b', GradientType=0);
    border: 2px rgba(255, 255, 255, 1.0) solid;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    transition: all 500ms linear;
}

.btn-gold:hover {
    border: 2px rgba(255, 255, 255, 0.50) solid;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
}

.btn-intro {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 214, 235, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(205, 214, 235, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 214, 235, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 214, 235, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(205, 214, 235, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(205, 214, 235, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdd6eb', GradientType=0);
    border: none;

}

.btn-drkblue {
    color: #fff;
    background: rgba(3, 60, 230, 1);
    background: -moz-linear-gradient(top, rgba(3, 60, 230, 1) 0%, rgba(0, 32, 137, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3, 60, 230, 1)), color-stop(100%, rgba(0, 32, 137, 1)));
    background: -webkit-linear-gradient(top, rgba(3, 60, 230, 1) 0%, rgba(0, 32, 137, 1) 100%);
    background: -o-linear-gradient(top, rgba(3, 60, 230, 1) 0%, rgba(0, 32, 137, 1) 100%);
    background: -ms-linear-gradient(top, rgba(3, 60, 230, 1) 0%, rgba(0, 32, 137, 1) 100%);
    background: linear-gradient(to bottom, rgba(3, 60, 230, 1) 0%, rgba(0, 32, 137, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033ce6', endColorstr='#002089', GradientType=0);
    border: 3px rgba(255, 255, 255, 0.50) solid;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.69);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.32);
    font-family: "Clear Sans";
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 500ms linear;
}

.btn-drkblue:hover {
    color: #ed9565;
    border: 3px rgba(255, 255, 255, 0.10) solid;
}


.gold {
    color: #eebe86;
}

.wooden {
    background-image: url(../img/Wood-bg-version-2.jpg);
    background-size: cover;
}

.content-bg {
    background-color: #fff;
    background-image: url(../img/sand.jpg);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.60);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.60);
}


/*////////////////////////////HEADING////////////////////////////////////*/

.heading {
    background-image: url(../img/Banner-1.jpg);
    height: 340px;
    display: flex;
}

.heading h1 {
    margin: auto;
    color: #fff;
    font-size: 74px;
}

@media(max-width:1280px) {

    .heading {
        background-size: contain;
        background-repeat: no-repeat;
        height: auto;
        padding-bottom: 12%;
        display: flex;
    }

    .heading h1 {
        margin-top: 8%;
        font-size: 440%;
    }

}


@media(max-width:990px) {

    .heading h1 {
        margin-top: 8%;
        color: #fff;
        font-size: 340%;
    }

}


@media(max-width:690px) {

    .heading h1 {
        margin-top: 8%;
        color: #fff;
        font-size: 240%;
    }

}

@media(max-width:600px) {

    .heading {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -70px 0;
        height: auto;
        padding-bottom: 12%;
        display: flex;
    }


    .heading h1 {
        margin-top: 10%;
        color: #fff;
        font-size: 210%;
    }


}


/*
///////////////////////////////////------NAV--////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////
*/

.topnav {
    background-color: #021466;
    border-bottom: solid 1px rgba(255, 255, 255, .19);
    height: 60px;
    color: #fff;
    padding: 12px 35px 0 0;
    font-family: "Clear Sans";
    font-size: 13px;
}

.topnav ul{
    display: flex;
    justify-content: space-around;
    
}

.topnav ul li{
  margin-right: 70px;
  font-size: 14px;
}

.topnav img{
    width:30px;
    margin-right: 10px;
}

.topnav .text{
    bottom: 10px;
    position: relative;
}

.topnav .container {
    width: 90%;
}

@media(max-width:1280px) {
    
    .topnav {
        padding: 12px 35px 0 0;
        font-size: 80%;
    }
    
    .topnav img{
        width:20px;
        margin-right: 10px;
    }
    
    .topnav ul li{
      font-size: 90%;
      margin-right: 30px;

    }
    
    .topnav .text{
        bottom: 5px;
        position: relative;
    }

}

@media(max-width:990px) {
    

    .topnav {
       height: 90px;
       padding: 12px 35px 0 0;
       font-size: 60%;
    }
    
    .topnav ul{
        display: block;
        float: none!important;
    }
    
}

@media(max-width:450px) {
    
     .topnav ul li{
      font-size: 80%;
      margin-right: 10px;
     }
}




.navbar-default {
    background: rgba(2, 20, 102, 1);
    background: -moz-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 20, 102, 1)), color-stop(100%, rgba(0, 4, 23, 1)));
    background: -webkit-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
    background: -o-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
    background: -ms-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021466', endColorstr='#000417', GradientType=0);
    border: none;
    height: 100px;
    margin-bottom: 0;
    border-radius: 0px;
}

.navbar-header {
    /*
    width: 25%;
    float: right;
    margin-left:5%!important; 
*/
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-align: center;
}

.navbar-nav {
    float: right;
    margin: -55px 0 0 0;
    display: block;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.30);

}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 120%;
    margin-left: 45px !important;
    transition: all 500ms linear;
}

.navbar-default .navbar-brand:hover {
    color: #eebe86;
}

.nav-logo{
    display: flex;
    width: 30%;
    margin-top: 20px;
    margin-left: 60px;
}

@media(max-width:1600px) {
    
    .nav-logo{
        width: 30%;
    }
    
    .nav-logo img{
        
    }

    .navbar-default .navbar-brand {
        font-size: 90%;
        margin-left: 2%!important;
        width: 100%;
    }
}


@media(max-width:1280px) {
    
    .nav-logo{
        margin-left: 2%;
    }
    
     .nav-logo img{
        width: 80%;
         margin-top: 3px;
      }

    .navbar-default .navbar-brand {
        font-size: 90%;
        margin-left: 1%!important;
        width: 100%;
        padding: 15px 0;
    }

}

@media(max-width:990px) {
    

    .nav-logo{
        width: 50%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-default .navbar-brand {
        font-size: 100%;
        margin-left: 3% !important;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        background-image: none;
        border: none;
        padding: 9px 10px;
        margin-top: -50px;
        margin-right: 40px;
        margin-bottom: 8px;
        background-color: transparent;
    }

    .navbar-collapse {
        border-top: 0px solid transparent;
        padding: 0;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: rgba(255, 255, 255, 0.00);
    }

    .navbar-nav {
        float: none!important;
        margin-top: 14.5px;
        background: rgba(2, 20, 102, 1);
        background: -moz-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 20, 102, 1)), color-stop(100%, rgba(0, 4, 23, 1)));
        background: -webkit-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
        background: -o-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
        background: -ms-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
        background: linear-gradient(to bottom, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021466', endColorstr='#000417', GradientType=0);
    }

    .navbar-nav > li {
        float: none;
        padding: 10px 0;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #eebe86 !important;
        font-weight: bold;
        transition: all 500ms linear;
    }

    .collapse.in {
        display: block !important;
    }
}

@media(max-width:700px) {

    .navbar-default {
        background: rgba(2, 20, 102, 1);
        background: -moz-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 20, 102, 1)), color-stop(100%, rgba(0, 4, 23, 1)));
        background: -webkit-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
        background: -o-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
        background: -ms-linear-gradient(top, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
        background: linear-gradient(to bottom, rgba(2, 20, 102, 1) 0%, rgba(0, 4, 23, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021466', endColorstr='#000417', GradientType=0);
        border: none;
        margin-bottom: 0;
        border-radius: 0px;
    }
    
     .navbar-default .navbar-brand {
        font-size: 80%;
        margin-left: 1%!important;
        width: 100%;
        padding: 15px 0;
    }
    
    .nav-logo img{
        display: none;
    }
}


@media(max-width:406px) {


    .navbar-default .navbar-brand {
        font-size: 60%;
        margin-top: 0;
        margin-left: 2%;
    }

    .navbar-toggle {
        display: block;
        background-image: none;
        border: none;
        padding: 9px 10px;
        margin-right: 10px;
        margin-bottom: 0px;
        background-color: transparent;
    }

    .linemenu {
        width: 60%;
        margin-top: 0px;
        padding: 0;
    }

}


/*
///////////////////////////////////------FOOTER--////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////
*/

footer {
    background: rgba(2, 34, 133, 1);
    background: -moz-linear-gradient(top, rgba(2, 34, 133, 1) 0%, rgba(2, 23, 76, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 34, 133, 1)), color-stop(100%, rgba(2, 23, 76, 1)));
    background: -webkit-linear-gradient(top, rgba(2, 34, 133, 1) 0%, rgba(2, 23, 76, 1) 100%);
    background: -o-linear-gradient(top, rgba(2, 34, 133, 1) 0%, rgba(2, 23, 76, 1) 100%);
    background: -ms-linear-gradient(top, rgba(2, 34, 133, 1) 0%, rgba(2, 23, 76, 1) 100%);
    background: linear-gradient(to bottom, rgba(2, 34, 133, 1) 0%, rgba(2, 23, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022285', endColorstr='#02174c', GradientType=0);



}

footer .container {
    width: 90%;
}

footer {
    padding: 30px 0 0 0;
    color: #fff;
}

footer ul {
    margin: 20px 0;
}

footer ul li {
    text-align: center;
    font-weight: 600;
    font-size: 90%;
}

.footer-social-media {
    display: flex;
    justify-content: center;
}

.footer-social-media li {
    padding: 0 40px;
}

.fter-btm {
    background: rgba(0, 10, 55, 1.00);
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 20px;
}

.fter-btm p {
    text-align: center;
    font-size: 80%;
}


/*
/////////////////////////////////////////////////////////////END OF COMMON ITEMS////////////////////////////////////////////////////////////////
*/

/*
///////////////////////////////////SLIDER/////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
*/

.jumbotron {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
}

.slider {
    background-image: url(../img/slider-large.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 800px;
}

.slider .container {
    width: 80%;
}

.slider h1,
.slider h3 {
    font-weight: 100;
    text-align: left;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.slider h1 {
    color: #fff;
    font-size: 50px;
    margin-top: 185px;
}

.slider h3 {
    font-size: 18px;
    color: #eebe86;
    margin-bottom: 30px
}

.slider .btn-gold {
    margin-right: 10px;
    font-family: "Clear Sans";
    font-weight: 600;
    border-radius: 2px;
    padding: 20px 25px;
    font-size: 20px;
}

.slider .btn-intro {
     border: rgba(255, 255, 255, 0.50) solid;
    font-family: "Clear Sans";
    font-weight: 600;
    border-radius: 2px;
    padding: 20px 25px;
    font-size: 20px;
}

@media(min-width:2550px) {
    
    .slider{
        height: 1000px;
        background-position: 0 -6px;
    }
    
    
    
}


@media(max-width:1444px) {



    .slider h1 {
        color: #fff;
        font-size: 280%;
        margin-top: 8%;
    }

    .slider h3 {
        font-size: 120%;
        color: #eebe86;
        margin-bottom: 30px
    }


    .slider .btn-gold {
        margin-right: 10px;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 2% 3%;
        font-size: 100%;
    }

    .slider .btn-intro {
        border: none;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 2% 3%;
        font-size: 100%;
    }



}


@media(max-width:1280px) {

    .jumbotron {
        padding: 0;
        margin-bottom: 0;
        background-color: rgba(255, 255, 255, 0.00);
    }

    .slider {
        height: 600px;
    }

    .slider h1 {
        color: #fff;
        font-size: 260%;
        margin-top: 8%;
    }

    .slider h3 {
        font-size: 100%;
        color: #eebe86;
        margin-bottom: 30px
    }


    .slider .btn-gold {
        margin-right: 10px;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1.5% 3%;
        font-size: 100%;
    }

    .slider .btn-intro {
        border: none;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1.5% 3%;
        font-size: 100%;
    }

}


@media(max-width:1080px) {

    .slider {
        background-image: url(../img/mobile-slider.jpg);
        background-size: 100%;
        padding-bottom: 20%;
        height: auto;
    }


    .slider .container {
        width: 90%;
    }

    .slider h1 {
        color: #fff;
        font-size: 220%;
        margin-top: 8%;
    }

    .slider h3 {
        font-size: 95%;
        color: #eebe86;
        margin-bottom: 30px
    }


    .slider .btn-gold {
        margin-right: 10px;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1.3% 2.7%;
        font-size: 100%;
    }

    .slider .btn-intro {
        border: none;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1.3% 2.7%;
        font-size: 100%;
    }

}


@media(max-width:800px) {

    .slider {
        background-image: url(../img/mobile-slider.jpg);
        background-size: 100%;
        padding-bottom: 20%;
        height: auto;
    }


    .slider .container {
        width: 90%;
    }

    .slider h1 {
        color: #fff;
        font-size: 180%;
        margin-top: 10%;
    }

    .slider h3 {
        font-size: 95%;
        width: 40%;
        color: #eebe86;
        margin-bottom: 20px
    }


    .slider .btn-gold {
        margin-right: 10px;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1% 2%;
        font-size: 90%;
    }

    .slider .btn-intro {
        border: none;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1% 2%;
        font-size: 90%;
    }

}


@media(max-width:650px) {

    .slider {
        background-size: 100%;
        background-repeat: no-repeat;
        padding-bottom: 20%;
        height: auto;
    }


    .slider .container {
        width: 90%;
    }

    .slider h1 {
        color: #fff;
        font-size: 140%;
        margin-top: 5%;
    }

    .slider h3 {
        font-size: 95%;
        width: 50%;
        color: #eebe86;
        margin-bottom: 20px
    }


    .slider .btn-gold {
        margin-right: 10px;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1% 2%;
        font-size: 90%;
    }

    .slider .btn-intro {
        border: none;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1% 2%;
        font-size: 90%;
    }

}



@media(max-width:480px) {

    .slider {
        background-image: url(../img/mobile-slider.jpg);
        background-size: 120%;
        background-repeat: no-repeat;
        height: auto;
    }


    .slider .container {
        width: 90%;
    }

    .slider h1 {
        color: #fff;
        font-size: 140%;
        margin-top: 10%;
    }

    .slider h3 {
        font-size: 95%;
        width: 60%;
        color: #eebe86;
        margin-bottom: 10px
    }


    .slider .btn-gold {
        margin-right: 10px;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1% 2%;
        font-size: 90%;
    }

    .slider .btn-intro {
        border: none;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1% 2%;
        font-size: 90%;
    }

}


@media(max-width:400px) {

    .slider {
        background-image: url(../img/mobile-slider.jpg);
        background-size: 140%;
        background-position: -65px 0;
        background-repeat: no-repeat;
        padding-bottom: 18%;
        height: auto;
    }


    .slider .container {
        width: 95%;
    }

    .slider h1 {
        color: #fff;
        font-size: 100%;
        margin-top: 10%;
    }

    .slider h3 {
        font-size: 75%;
        width: 70%;
        color: #eebe86;
        margin-bottom: 10px
    }


    .slider .btn-gold {
        margin-right: 10px;
        width: 50%;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1% 2%;
        font-size: 80%;
        margin-bottom: 3%;
    }

    .slider .btn-intro {
        width: 50%;
        border: none;
        font-family: "Clear Sans";
        font-weight: 600;
        border-radius: 2px;
        padding: 1% 2%;
        font-size: 80%;
    }

}

#welcome {
    background-image: url(../img/home-content-welcome-bg.jpg);
    background-position: 0px -250px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 700px;

}

#welcome p {
    width: 70%;
    margin: 50px auto;
}

#welcome h2 {
    font-size: 44px;
    margin-top: 50px;
    color: #ed9565;
}

#welcome .btn-gold {
    display: block;
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
}


@media(min-width:2550px) {

    #welcome {
        background-image: url(../img/home-content-welcome-bg.jpg);
        background-position: 0px -355px;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 900px;
        padding-top: 100px;
    }


}

@media(max-width:1600px) {

    #welcome {
        background-image: url(../img/home-content-welcome-bg.jpg);
        background-position: 0px -170px;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 700px;

    }


}


@media(max-width:1280px) {

    #welcome {
        background-image: url(../img/home-content-welcome-bg.jpg);
        background-position: -70px -170px;
        background-size: 110%;
        background-repeat: no-repeat;
        height: 700px;

    }

    #welcome p {
        width: 80%;
        font-size: 110%;
        margin: 4% auto;
    }

    #welcome h2 {
        font-size: 280%;
        margin-top: 30px;
        color: #ed9565;
    }

    #welcome .btn-gold {
        display: block;
        margin: 0 auto;
        padding: 15px 30px;
        font-size: 18px;
        font-weight: bold;
    }


}


@media(max-width:1080px) {

    #welcome {
        background-image: url(../img/home-content-welcome-bg.jpg);
        background-position: -10px -30px;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 700px;

    }

    #welcome p {
        width: 80%;
        font-size: 110%;
        margin: 4% auto;
    }

    #welcome h2 {
        font-size: 280%;
        margin-top: 50px;
        color: #ed9565;
    }

    #welcome .btn-gold {
        display: block;
        margin: 0 auto;
        padding: 15px 30px;
        font-size: 18px;
        font-weight: bold;
    }


}

@media(max-width:880px) {

    #welcome {
        background-image: url(../img/home-content-welcome-bg-768.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 700px;

    }

    #welcome p {
        width: 90%;
        font-size: 110%;
        margin: 4% auto;
    }

    #welcome h2 {
        font-size: 240%;
        margin-top: 10px;
        color: #ed9565;
    }

    #welcome .btn-gold {
        display: block;
        margin: 0 auto;
        padding: 10px 20px;
        font-size: 110%;
        font-weight: bold;
    }


}


@media(max-width:767px) {

    #welcome {
        background-image: none;
        padding-bottom: 5%;
        height: auto;

    }

    #welcome .container {
        width: 90%;
    }

    #welcome p {
        width: 100%;
        font-size: 110%;
        margin: 8% auto;
    }

    #welcome h2 {
        font-size: 160%;
        margin-top: 10%;
        color: #ed9565;
    }

    #welcome .btn-gold {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 80%;
        font-weight: bold;
    }


}


@media(max-width:440px) {

    #welcome {
        background-image: none;
        padding-bottom: 10%;
        height: auto;

    }


    #welcome p {
        width: 100%;
        font-size: 110%;
        margin: 8% auto;
    }

    #welcome h2 {
        font-size: 140%;
        margin-top: 10%;
        color: #ed9565;
    }

    #welcome .btn-gold {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 80%;
        font-weight: bold;
    }


}

#areas {
    background-image: url(../img/wooden-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.areas {
    padding: 3% 8%;

}

.area-card {
    width: 25%;
    margin: 0 0% 0 7%;
    padding-bottom: 3%;
}

.areatitle {
    margin-bottom: 50px;
}

.areatitle h2 {
    color: #ed9565;
    font-size: 34px;

}

.drk-blueline {
    margin: 0 auto 10px auto;
    display: block;
    width: 100%;
    height: 3px;
}

.areatitle h3 {
    color: #001b73;
    font-size: 20px;
    font-family: "Clear Sans";
    text-transform: none;
    font-weight: 600;
}

.card-img-container {
    width: 100%;
    padding-bottom: 85%;
    overflow: hidden;
    position: relative;
}

.card-img-container img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}

.area-card h4 {
    color: #ed9565;
    font-size: 20px;
    margin: 6% 0 0 0;
}


.silver-line {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.area-card p {
    width: 100%;
    margin: 9% auto;
}

@media(max-width:1440px) {

    .areas {
        width: 80%;
    }

    .area-card {
        width: 30%;
        margin: 0 0% 0 3%;
        padding-bottom: 3%;
    }

    .areatitle h2 {
        font-size: 240%;
    }


    .areatitle h3,
    .areatitle h4 {
        font-size: 140%;
    }

}

@media(max-width:1100px) {

    .areas {
        width: 90%;
    }

    .area-card {
        width: 30%;
        margin: 0 0% 0 3%;
        padding-bottom: 3%;
    }

    .areatitle h2 {
        font-size: 240%;
    }


    .areatitle h3,
    .areatitle h4 {
        font-size: 140%;
    }

}


@media(max-width:990px) {

    .areas {
        width: 90%;
        background-size: cover;
    }

    .areatitle {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 50px;
        padding: 10px 0;

    }

    .area-card {
        background-color: rgba(255, 255, 255, 1.00);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
        width: 90%;
        margin: 40px auto;
        padding-bottom: 5%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-img-container {
        width: 100%;
        padding-bottom: 55%;
        overflow: hidden;
        position: relative;
    }

    .card-img-container img {
        width: 100%;
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .areatitle h2 {
        font-size: 200%;
    }


    .areatitle h3 {
        font-size: 120%;
    }

    .area-card h4 {
        font-size: 180%;

    }

    .silver-line {
        width: 60%;
        opacity: 0.5;
    }

    .area-card p {
        width: 70%;
        margin: 4% auto;
    }

}


@media(max-width:767px) {

    .areas {
        width: 100%;
    }

    .areatitle {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        padding: 10px 0;

    }

    .area-card {
        width: 100%;
        margin: 40px auto;
        padding-bottom: 5%;
        padding-left: 0px;
        padding-right: 0px;
    }


    .card-img-container img {
        width: 100%;
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .areatitle h2 {
        font-size: 180%;
    }


    .areatitle h3 {
        font-size: 100%;
        width: 90%;
        margin: 0 auto;
    }

    .area-card h4 {
        font-size: 160%;

    }

    .silver-line {
        width: 60%;
        opacity: 0.5;
    }

    .area-card p {
        width: 70%;
        font-size: 100%;
        margin: 4% auto;
    }

}


@media(max-width:500px) {

    .areatitle h2 {
        font-size: 140%;
    }


    .areatitle h3 {
        font-size: 80%;
        width: 90%;
        margin: 0 auto;
    }

    .area-card h4 {
        font-size: 140%;

    }

    .silver-line {
        width: 60%;
        opacity: 0.8;
    }

    .area-card p {
        width: 70%;
        font-size: 80%;
        margin: 4% auto;
    }

}

#articles {
    background-image: url(../img/sand-moblie.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

#articles .container {
    width: 80%;
    padding: 0;
}

#articles h3 {
    color: #ed9565;
    font-family: "playfair-display";
    text-transform: none;
    font-size: 24px;
}

#articles h2 {
    color: #001b73;
    font-family: "Fjalla One";
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: none;
    font-size: 32px;
    margin-top: -10px;
}

#articles .drk-blueline {
    margin: 0 auto 10px auto;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1.0;
}

#articles .container > p {
    text-align: center;
    margin: 40px auto;
    width: 60%;
}

#articles p {
    text-align: center;
    margin-bottom: 50px;
}

.article {
    width: 30%;
    margin: 60px 1%;
    background-color: rgba(255, 255, 255, 1.00);
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.69);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
}

.article .card-img-container {
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}

.article h4 {
    color: #001b73;
    font-size: 22px;
    margin-top: 30px;
    text-align: center;
}

.article h5 {
    color: #ed9565;
    font-family: "Clear Sans";
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.article p {
    width: 80%;
    margin: 10px auto;
    text-align: left;
}

#articles .btn-drkblue {
    margin: 60px auto;
    font-size: 16px;
    border-radius: 4px;
    padding: 18px 30px;
    margin: 0 auto;
    display: block;

}

#articles .read-more {
    margin-right: 30px;
    padding-bottom: 10%;
    color: #ed9565;
    font-weight: bold;
    transition: all 500ms linear;
}

#articles .read-more:hover {
    text-decoration: none;
    color: #001b73;
}



@media(max-width:1440px) {

    .article .card-img-container {
        width: 100%;
        padding-bottom: 60%;
        overflow: hidden;
        position: relative;
    }

    .article h4 {
        color: #001b73;
        font-size: 140%;
        margin-top: 10px;
        text-align: center;
    }

    .article h5 {
        color: #ed9565;
        font-family: "Clear Sans";
        font-size: 100%;
        text-align: center;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .article p {
        width: 80%;
        font-size: 100%;
        margin: 0 auto;
        margin-bottom: 15px!important;
        text-align: left;
    }

    #articles .read-more {
        padding-bottom: 5%;
        font-size: 80%;
    }

    #articles .btn-drkblue {
        margin: 20px auto;
        font-size: 13px;
        border-radius: 4px;
        padding: 14px 26px;
    }

}


@media(max-width:1200px) {

    #articles .container {
        width: 85%;
    }


}


@media(max-width:990px) {

    #articles .container {
        width: 90%;
    }

    .article {
        width: 80%;
        margin: 60px auto;
        background-color: rgba(255, 255, 255, 1.00);
        margin-bottom: 50px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.69);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.69);
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
    }

    #articles .btn-drkblue {
        margin: 20px auto;
        font-size: 70%;
        border-radius: 4px;
        padding: 10px 22px;
    }

}


@media(max-width:690px) {

    #articles .container {
        width: 90%;
    }

    #articles h3 {
        color: #ed9565;
        font-family: "playfair-display";
        text-transform: none;
        font-size: 140%;
    }

    #articles h2 {
        color: #001b73;
        font-family: "Fjalla One";
        width: 80%;
        margin: 0 auto;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: none;
        font-size: 170%;
        margin-top: -10px;
    }

    #articles .container > p {
        text-align: center;
        margin: 40px auto;
        width: 80%;
        font-size: 90%;
    }


    .article {
        width: 90%;
        margin: 60px auto;
        background-color: rgba(255, 255, 255, 1.00);
        margin-bottom: 50px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.69);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.69);
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
    }

    #articles .btn-drkblue {
        margin: 20px auto;
        font-size: 70%;
        border-radius: 4px;
        padding: 10px 22px;
    }

}

/*
//////////////////////////////CLINICAL EXPERINCE ///////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////
*/

#experience {
    height: auto;
    padding-bottom: 100px;
}

#experience .content {
    width: 75%;
    margin: 70px auto;
    padding: 50px;
}

#experience .content p {
    width: 80%;
    margin: 50px auto;
}

@media(max-width:1280px) {

    #experience .content {
        width: 80%;
        margin: 70px auto;
    }

    #experience .content p {
        font-size: 100%;
    }

}

@media(max-width:990px) {

    #experience .content p {
        width: 90%;
    }

}

@media(max-width:690px) {

    #experience .content {
        margin: 50px auto;
        width: 100%;
    }

}

@media(max-width:600px) {

    #experience {
        margin-top: 0px;
        height: auto;
        padding-bottom: 100px;
    }

    #experience .content {
        width: 100%;
    }

}


/*
//////////////////////////////SPECIALTY AREAS ///////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////
*/

#specialty {
    height: auto;
    padding-bottom: 100px;
}

#specialty .content {
    width: 75%;
    height: auto;
    margin: 70px auto;
    padding: 50px;
}


#specialty h2 {
    color: #ed9565;
    font-size: 24px;
    margin-bottom: 50px;
}

#specialty ul li {
    text-align: center;
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
}

#specialty ul li a {
    color: #001b73;
}

#specialty ul li a:hover {
    color: #ed9565;
    text-decoration: none;
}

@media(max-width:1280px) {

    #specialty .content {
        width: 85%;
    }

    #specialty h2 {
        font-size: 150%;
        margin-bottom: 30px;
    }

    #specialty ul li {
        margin: 30px 0;
        font-size: 110%;
    }

}

@media(max-width:767px) {

    #specialty .content {
        width: 90%;
    }

    #specialty h2 {
        font-size: 130%;
        margin-bottom: 30px;
    }

    #specialty ul li {
        margin: 20px 0;
        font-size: 100%;
    }

}

#workshops {
    height: auto;
    padding-bottom: 100px;
}

.workshop {

    width: 50%;
    margin: 50px auto;
}

.workshop h2 {
    color: #fff;
    font-size: 30px;
    padding: 20px 0;
    background: rgba(0, 77, 169, 1);
    background: -moz-linear-gradient(top, rgba(0, 77, 169, 1) 0%, rgba(0, 22, 102, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 77, 169, 1)), color-stop(100%, rgba(0, 22, 102, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 77, 169, 1) 0%, rgba(0, 22, 102, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 77, 169, 1) 0%, rgba(0, 22, 102, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 77, 169, 1) 0%, rgba(0, 22, 102, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 77, 169, 1) 0%, rgba(0, 22, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004da9', endColorstr='#001666', GradientType=0);
}

.workshop h3 {
    margin: 0 auto;
    margin-top: 30px;
    width: 80%;
    text-align: center;
    font-size: 22px;
}

.workshop h4 {
    color: #ed9565;
    font-size: 20px;
    margin-top: 60px;
}

.workshop ul {
    margin: 30px auto 80px auto;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.50);
    padding: 20px;
    border-radius: 8px;
}

.workshop ul li {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

@media(max-width:1280px) {

    .workshop {
        width: 70%;
        margin: 50px auto;
    }

}


@media(max-width:990px) {

    .workshop {
        width: 80%;
        margin: 50px auto;
    }

    .workshop h2 {
        font-size: 190%;
        padding: 20px 0;
    }


    .workshop h3 {
        font-size: 160%;
    }

    .workshop h4 {
        font-size: 140%;
    }

    .workshop ul {
        margin: 30px auto 80px auto;
        width: 70%;
    }

    .workshop ul li {
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 120%;
    }

}


@media(max-width:767px) {

    .workshop {
        width: 90%;
        margin: 50px auto;
    }

    .workshop h2 {
        font-size: 160%;
        padding: 20px 0;
    }


    .workshop h3 {
        font-size: 140%;
    }

    .workshop h4 {
        font-size: 120%;
    }

    .workshop ul {
        margin: 30px auto 80px auto;
        width: 70%;
    }

    .workshop ul li {
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 100%;
    }

}

@media(max-width:567px) {

    .workshop {
        width: 95%;
        margin: 50px auto;
    }

    .workshop h2 {
        font-size: 160%;
        padding: 20px 0;
    }

    .workshop h3 {
        font-size: 140%;
    }

    .workshop h4 {
        font-size: 120%;
    }

    .workshop ul {
        margin: 30px auto 80px auto;
        width: 70%;
    }

    .workshop ul li {
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 100%;
    }

}


#publications .content {
    padding: 100px 0;
}


#publications .card {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.29);
    padding-left: 0;
    padding-right: 0;

    padding-bottom: 1%;
}

#publications .card-img-container {
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
}

#publications .card-img-container img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}

#publications .card h2 {
    color: #001b73;
    font-size: 20px;
    width: 70%;
    margin: 20px auto 0 auto;
}

#publications .card h3 {
    color: #ed9565;
    font-size: 14px;
    width: 70%;
    margin: 10px auto 0 auto;
}

#publications .author {
    color: #001b73;
}

#publications .silver-line {
    margin: 10px auto;
    display: block;
    width: 70%;
}

#publications .card p {
    width: 80%;
    margin: 20px auto;
}

#publications .btn-gold {
    margin-right: 20px;
    padding: 5px 15px;
    font-weight: bold;
    box-shadow: none;
    border: none;
}

#publications h4 {
    margin-top: 60px;
    padding-left: 48px;
    float: left;
    font-size: 14px;
    color: #9297a9;
}


@media (max-width:1442px) {

    #publications .card {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1%;
    }

    #publications .card h2 {
        font-size: 120%;
    }

    #publications .card h3 {
        font-size: 80%;
    }

    #publications .author {
        font-size: 60%;
    }


    #publications .card p {
        font-size: 90%;
    }


}


@media (max-width:1200px) {

    #publications .card {
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1%;
    }


}


@media (max-width:990px) {

    #publications .content {
        padding: 20px 0;
    }


    #publications .card {
        width: 70%;
        margin: 60px auto;
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 12%;
    }

    #publications .card-img-container {
        width: 100%;
        padding-bottom: 55%;
        overflow: hidden;
        position: relative;
    }


}


@media (max-width:767px) {

    #publications .content {
        padding: 20px 0;
    }


    #publications .card {
        width: 90%;
        margin: 60px auto;
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 16%;
    }

    #publications .card-img-container {
        width: 100%;
        padding-bottom: 55%;
        overflow: hidden;
        position: relative;
    }


    #publications h4 {
        margin-top: 8%;
        padding-left: 58px;
        font-size: 80%;
    }

}


@media (max-width:500px) {

    #publications .content {
        padding: 20px 0;
        width: 90%;
    }


    #publications .card {
        width: 100%;
        margin: 60px auto;
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20%;
    }

    #publications .card-img-container {
        width: 100%;
        padding-bottom: 55%;
        overflow: hidden;
        position: relative;
    }

    #publications h4 {
        margin-top: 8%;
        padding-left: 58px;
        font-size: 80%;
    }


    #publications .btn-gold {
        margin-right: 20px;
        padding: 5px 15px;
        font-weight: bold;
        font-size: 90%;
        box-shadow: none;
        border: none;
    }
}

#media {
    height: auto;
    padding-bottom: 100px;
}

#media .content {
   width: 75%;
    min-height: 600px;
    margin: 70px auto;
    padding: 50px;
}

#media .thumb img{
    width: 90%;
    display: block;
    margin: 0 auto;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.09);
}



#media  h3 {
    color: #ed9565;
    font-size: 18px;
    width: 70%;
    margin: 20px auto 0 auto;
}

#media  p {
    width: 80%;
    margin: 20px auto;
    text-align: center;
}

