/**
  * Name: Medicare
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("font-awesome.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("datepicker.css");
@import url("revolution-slider.css");
@import url("simple-line-icons.css");
@import url("material-design-iconic-font.min.css");
@import url("material-icons.css");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700");

/**
  * Reset
  * Repeatable Patterns    
  *	Header 
  *	Page Title
  * Blog
  * Blog v.1
  * Blog Single  
  * Widgets  
  * widget search
  * widget latest posts
  * widget tag
  * flat-socials 
  * Switcher
  * GoTop Button
  * Footer
  * Footer widget  
  * Bottom
  * Parallax
  * Boxed
  * Revolution Slider  
*/


/* Reset
-------------------------------------------------------------- */

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Repeatable Patterns
-------------------------------------------------------------- */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 14px/25px "Droid Serif", sans-serif;
    font-weight: 400;
    background-color: #f5f5f5;
    color: #192039 !important;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #4ac1c0;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.img-left {
    margin: -10px 50px 0 0 !important;
    float: left;
}

.img-right {
    margin: 0 0 0 50px !important;
    float: right;
}

b,
strong {
    font-weight: 900;
}

.padding-left61px {
    padding-left: 61px;
}

.about-wrap.padding-left61px {
    padding-right: 15px;
}

.margin-top93px {
    margin-top: 93px;
}

h1 {
    font: 50px/50px "bg", sans-serif;
}

h2 {
    font: 45px/45px "bg", sans-serif;
}

h3 {
    font: 30px/30px "bg", sans-serif;
}

h4 {
    font: 25px/25px "bg", sans-serif;
}

h5 {
    font: 22px/22px "bg", sans-serif;
}

h6 {
    font: 20px/20px "bg", sans-serif;
}

h1,
h2,
h4,
h5,
h6 {
    color: #192039;
    font-weight: 800;
    margin: 0 0 30px;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 12px;
    font-family: 'bg', sans-serif;
    padding: 7px 21px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    width: 100%;
    font-style: italic;
    font-size: 14px;
    padding-left: 15px;
    border: none;
    color: #192039 !important;
    background-color: rgba(255, 255, 255, 1);
    height: 50px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    height: 166px;
    padding: 15px 30px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #a0a0a0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}


/* bootstrap resetting elements */

.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #a0a0a0;
}

.blog-single .entry p {
    margin-bottom: 25px;
}


/* Header
-------------------------------------------------------------- */

.header-inner {
    max-width: 1920px;
}

.header-inner .logo,
.header-inner .nav-wrap {
    float: left;
}

.header-inner .logo {
    margin-top: 16px;
    padding: 0 198px 0 30px;
    margin-bottom: 17px;
}

.header-inner .language-wrap ul li {
    display: inline-block;
    padding-right: 21px;
    position: relative;
}

.header-inner .language-wrap ul li.current a {
    color: #192039;
}

.header-inner .language-wrap ul li a:hover {
    color: #323F72;
}

.header-inner .language-wrap ul li.current:after {
    position: absolute;
    right: 8px;
    top: 25px;
    content: "/";
    color: #192039;
}

.header-inner .language-wrap ul,
.header-inner .language-wrap .btn-menu-active {
    float: right;
}

.header-inner .language-wrap .btn-menu-active {
    text-align: center;
    padding: 0 25px;
    border-left: 1px solid #e5e5e5;
}

.header-inner .language-wrap .btn-menu-active a {
    line-height: 73px;
}

.header-inner .language-wrap ul li a {
    text-transform: uppercase;
    font-family: 'bg', sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    line-height: 73px;
}


/* Header style2 */

.header.style2 .header-inner .logo {
    padding: 0 208px 0 30px;
}

.header.style2 .btn-menu-active {
    float: left;
    text-align: center;
    padding: 0 25px;
    border-right: 1px solid #e5e5e5;
    height: 73px;
    line-height: 73px;
}

.header.style2 .setting-wrap ul li {
    display: inline-block;
    padding: 0 25px;
    border-left: 1px solid #e5e5e5;
    position: relative;
}

.header.style2 .setting-wrap ul li a i {
    font-size: 22px;
    margin-top: 27px;
}

.header.style2 .setting-wrap ul li a {
    color: #192039;
    line-height: 56px;
    display: inline-block;
}

.header.style2 .setting-wrap ul li a:hover {
    color: #323F72;
}

.header.style2 #mainnav>ul>li>a,
.header.style3 #mainnav>ul>li>a {
    line-height: 30px;
}

.header.style2 #mainnav>ul>li.home>a {
    border: 2px solid #323F72;
    padding: 0 21px 0 19px;
}


/* Header style3 */

.header.style3 .header-inner .logo {
    padding: 0 394px 0 30px;
}

.header.style3 #mainnav>ul>li.home>a {
    border: 2px solid #323F72;
    padding: 0 21px 0 19px;
}

.header.style3 .header-inner .language-wrap .btn-menu-active {
    border-left: 0;
}

.setting-wrap {
    float: right;
}


/* Header Fix */

#header.downscrolled {
    position: fixed;
    top: 0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    top: -60px;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#header.upscrolled {
    opacity: 1;
    top: 0;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    z-index: 999999;
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
    width: 90.4%;
}


/* navigation */

#mainnav ul li {
    position: relative;
}

#mainnav li:hover>ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#mainnav ul li ul li:hover>ul {
    left: 200px;
}

#mainnav ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'bg', sans-serif;
    font-weight: 400;
    color: #192039;
}

#mainnav ul li a:hover {
    color: #323F72;
}

#mainnav ul li ul li a:hover {
    padding-left: 5px;
}

#mainnav>ul>li {
    float: left;
    padding: 19px 28px 20px 6px;
}

#mainnav>ul>li>a {
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height: 34px;
    padding: 0 15px;
}

#mainnav>ul>li.active>a {
    color: #323F72;
}

#mainnav ul li ul {
    width: 200px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#mainnav ul li ul li {
    padding: 10px 0 10px 15px;
    border-top: 1px solid #323F72;
}

#mainnav ul li ul li:first-child {
    border: none;
}

#mainnav ul li ul li ul {
    left: 215px;
    top: 0;
    margin-left: -30px;
    background-color: #fffcf2;
}

#mainnav ul li ul li ul li {
    border-color: #e5e2d4;
}

#mainnav ul li ul li ul li a {
    color: #323232;
}

#mainnav ul li ul li ul li a:hover {
    color: #f1c40f;
}

.header.style1 #mainnav>ul>li.home>a:before,
.header.style1 #mainnav>ul>li.home>a:after {
    width: 100%;
    height: 2px;
    background-color: #323F72;
    content: "";
    position: absolute;
    left: 0;
    opacity: 1;
}

.header.style1 #mainnav ul li.home a:before {
    top: 0;
}

.header.style1 #mainnav ul li.home a:after {
    bottom: 0;
}

.header.style1 #mainnav>ul>li>a:before,
.header.style1 #mainnav>ul>li>a:after {
    width: 100%;
    height: 2px;
    background-color: #323F72;
    content: "";
    position: absolute;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header.style1 #mainnav ul li a:before {
    top: -100%;
}

.header.style1 #mainnav ul li a:after {
    bottom: -100%;
}

.header.style1 #mainnav ul li a:hover:before {
    top: -1px;
    opacity: 1;
}

.header.style1 #mainnav ul li a:hover:after {
    bottom: -1px;
    opacity: 1;
}


/* Mobile navigation
---------------------------------------- */

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #192039;
    position: absolute;
    z-index: 9999;
    left: 0;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #252525;
    cursor: pointer;
}

#mainnav-mobi ul>li>a {
    text-decoration: none;
    height: 55px;
    line-height: 55px;
    padding: 0 50px;
    color: #fff;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #161625;
}

#mainnav-mobi>ul>li>ul>li,
#mainnav-mobi>ul>li>ul>li>ul>li {
    position: relative;
    border-top: 1px solid #252525;
    background-color: #222;
}

#mainnav-mobi>ul>li>ul>li>a {
    padding-left: 70px !important;
}

#mainnav-mobi>ul>li>ul>li>ul>li a {
    padding-left: 90px !important;
}

#mainnav-mobi ul.sub-menu>li>a {
    display: block;
    text-decoration: none;
    padding: 0 60px;
    border-top-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
    border-top: none;
}

#mainnav-mobi ul.sub-menu>li>a:hover,
#mainnav-mobi>ul>li>ul>li.active>a {
    color: #fff;
}

.btn-menu {
    float: right;
    font-size: 32px;
    color: #323F72;
    text-align: center;
    width: 45px;
    height: 73px;
    text-align: center;
    line-height: 73px;
    cursor: pointer;
    font-family: 'Material Icons';
    display: none;
}

.btn-menu:before {
    content: "\E5D2";
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-menu.active:before {
    content: "\E5CD";
}

.btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font-family: 'Material Icons';
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

.btn-submenu:before {
    content: "\E5CF";
    color: #fff;
}

.btn-submenu.active:before {
    content: "\E5CE";
}


/* Page Title
-------------------------------------------------------------- */

.page-title {
    background: url(../images/page-title.jpg) no-repeat center top;
    background-size: cover;
}

.page-title-heading h1 {
    font-family: 'bg', sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    padding: 0 0;
    margin-bottom: -5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.breadcrumbs {
    padding-top: 103px;
}

.breadcrumbs ul li {
    position: relative;
    display: inline-block;
    padding-right: 50px;
}

.breadcrumbs ul li:after {
    position: absolute;
    right: 11px;
    top: 10px;
    height: 20px;
    width: 33px;
    background: url(../images/icon/icon-row.png) no-repeat center center;
    content: "";
}

.breadcrumbs ul li:last-child:after {
    background: transparent;
}

.breadcrumbs a {
    padding: 5px 0;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    display: block;
    letter-spacing: 1px;
}

.breadcrumbs a:hover {
    color: #4ac1c0;
}


/* Blog
-------------------------------------------------------------- */

.main-content {
    padding: 80px 0 133px;
}

.entry-post p {
    margin-bottom: 37px;
}

.post-wrap {
    padding-right: 20px;
}

.entry {
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
}

.entry.last {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.entry .feature-post {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 346px;
    height: auto;
    padding-left: 65px;
}

.entry .feature-post .type-post {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #4ac1c0;
    text-align: center;
    content: "";
    z-index: 9;
}

.entry .feature-post .type-post:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent #4ac1c0 transparent #4ac1c0
}

.entry.format-standard .type-post:before,
.entry.format-gallery .type-post:before,
.entry.format-video .type-post:before {
    position: absolute;
    font-family: 'Simple-Line-Icons';
    content: "\e07f";
    font-style: normal;
    color: #fff;
    font-size: 22px;
    left: 24px;
    margin-left: -10px;
    top: 12px;
}

.entry.format-gallery .type-post:before {
    content: "\e07e";
}

.entry.format-video .type-post:before {
    content: "\e061";
}

.entry .feature-post .type-post img,
.entry .feature-post .type-post i {
    color: #fff;
    padding-top: 10px;
    font-size: 20px;
}

.entry .main-post {
    overflow: hidden;
}

.entry .entry-title {
    font-family: 'bg', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    padding-top: 16px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2.3px;
}

.entry .entry-title a {
    color: #192039;
}

.entry .entry-title a:hover {
    color: #4ac1c0;
}

.entry .entry-meta {
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 19px;
    margin-bottom: 1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.entry .entry-meta span {
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    color: #192039;
    padding: 0 34px 0 20px;
    position: relative;
    letter-spacing: 0.9px;
}

.entry .entry-meta span a {
    color: #192039;
}

.entry .entry-meta span a:hover {
    color: #4ac1c0;
}

.entry .entry-meta span:after {
    position: absolute;
    right: 18px;
    bottom: 2px;
    width: 1px;
    height: 13px;
    background-color: #e6d9d9;
    content: "";
}

.entry .entry-meta span:last-child:after {
    width: 0;
    height: 0;
}

.entry .entry-meta span:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Simple-Line-Icons';
    content: "\e075";
    font-style: normal;
}

.entry .entry-meta span.author:before {
    content: "\e005";
}

.entry .entry-meta span.comment:before {
    content: "\e04a";
}

.entry .entry-meta span.vote:before {
    content: "\e08a";
}

.entry .entry-content {
    border-top: 1px dashed #e5e5e5;
    padding-top: 17px;
}

.entry .more-link a {
    z-index: 1;
    position: relative;
    margin-top: 31px;
    display: block;
    width: 150px;
    padding: 6px 0 6px 15px;
    border: 1px solid #2b1e1e;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2b1e1e;
    font-family: 'bg', sans-serif;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
}

.entry .more-link a:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #192039;
    right: 37px;
    top: 0;
    content: "";
}

.entry .more-link a i {
    color: #192039;
    font-size: 17px;
    position: absolute;
    right: 9px;
    top: 8px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.entry .more-link a:hover,
.entry .more-link a:hover i {
    color: #fff;
    z-index: 10px;
}

.entry .more-link a:hover i {
    right: 8px;
}

.entry .more-link a:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.entry .more-link a:hover:before {
    background: #192039;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.entry .more-link a:hover:after {
    background-color: #4b3e3e;
}


/* Blog v.1
-------------------------------------------------------------- */

.blog-posts.v1 .entry .feature-post {
    float: none;
    margin-right: 0;
    width: 100%;
    padding-left: 0;
}

.blog-posts.v1 .entry .feature-post .type-post {
    left: 40px;
    top: 95%;
}

.blog-posts.v1 .entry .main-post {
    padding-left: 130px;
}

.blog-posts.v1 blockquote {
    background: url("../images/blog/bg_testimonials.jpg") no-repeat center center;
}

.blog-posts.v1 blockquote {
    margin-bottom: 59px;
}

.blog-posts.v1 .entry {
    margin-bottom: 61px;
}

.blog-posts.v1 .feature-post {
    margin-bottom: 22px;
}

.blog-posts.v1 .entry.format-video iframe {
    border: 0;
}


/* pagination
-------------------------------------------------------------- */

.blog-pagination {
    margin-top: 1px;
    padding-top: 28px;
    border-top: 1px dashed #e5e5e5;
}

.blog-pagination .flat-pagination li {
    display: inline-block;
}

.blog-pagination .flat-pagination li a {
    display: inline-block;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #e6d9d9;
}

.blog-pagination .flat-pagination li a:hover {
    background-color: #323F72;
    color: #fff;
    border: 1px solid #323F72;
}

.blog-pagination .flat-pagination li a:hover i {
    color: #fff;
}

.blog-pagination .flat-pagination li.prev,
.blog-pagination .flat-pagination li.next {
    float: right;
    margin-left: 5px;
}

.blog-pagination .flat-pagination li.prev i,
.blog-pagination .flat-pagination li.next i {
    color: #192039;
    font-size: 18px;
    font-weight: bold;
}

.blog-pagination .flat-pagination li.active {
    background-color: #4ac1c0;
    border: 1px solid #4ac1c0;
    color: #fff;
    width: 35px;
    text-align: center;
    line-height: 35px;
}

.blog-pagination .flat-pagination li a {
    font-family: 'bg', sans-serif;
    color: #2b1e1e;
}


/* Blog Single
-------------------------------------------------------------- */

.blog-single .entry .feature-post {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 22px;
}

.blog-single .entry .feature-post .type-post {
    left: 40px;
    top: 95%;
}

.blog-single .entry .feature-post:after {
    left: 40px;
    bottom: 0;
}

.blog-single .entry .main-post {
    padding-left: 130px;
}

.blog-single .entry .entry-content .drop-caps {
    float: left;
    font-size: 50px;
    text-transform: uppercase;
    color: #192039;
    margin: 0 14px 0 0;
    line-height: 50px;
}

.blog-single .entry .entry-content {
    border-bottom: 1px dashed #e6d9d9;
    padding-bottom: 30px;
}

blockquote {
    background-color: #323F72;
    position: relative;
    padding: 10px;
    color: #fff;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 32px;
}

.blog-posts.v1 blockquote:after {
    content: "";
    background: url("../images/icon/qoute.png") no-repeat center center;
    width: 32px;
    height: 23px;
    position: absolute;
    left: 49px;
    top: 35px;
    display: inline-block;
}

blockquote .wrap-text {
    border: 1px solid #6bc8f4;
    padding: 48px 50px 31px 38px;
}

blockquote .blockqoute-text {
    margin-bottom: 30px;
}

blockquote .whisper {
    font-family: 'bg', sans-serif;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 14px;
}

blockquote .whisper:before {
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: "";
    left: 0;
    top: 12px;
    position: absolute;
}

.blog-single .entry .wrap-share {
    border-top: 1px dashed #e6d9d9;
    padding-top: 30px;
    overflow: hidden;
    margin-top: 1px;
}

.blog-single .entry .wrap-share ul.flat-socials {
    float: left;
}

.blog-single .entry .wrap-share .nav-links {
    float: right;
}

.blog-single .entry .wrap-share .nav-links span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #192039;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-single .entry .wrap-share .nav-links a:hover span {
    background-color: #323F72;
    color: #fff;
    border: 1px solid #323F72;
}


/* comment post */

.comment-list-wrap {
    position: relative;
    margin-bottom: 90px;
    margin-top: 85px;
}

.comment-post h4.comment-title {
    padding: 10px 0 0;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 3px;
    margin: 0 0 95px;
    font-family: 'bg', sans-serif;
    font-weight: 700;
    color: #192039;
    text-transform: uppercase;
    position: relative;
}

.comment-list-wrap:after,
.comment-post h4.comment-title:before,
.comment-post h4.comment-title:after {
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 1px;
    width: 80px;
    background-color: #2b1e1e;
    content: "";
}

.comment-post h4.comment-title:after {
    width: 60px;
    bottom: -33px;
}

.comment-list-wrap:after {
    width: 40px;
    top: 70px;
}

.comment-post h2.comment-reply-title {
    padding: 20px 0 0;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -1px;
    margin: 0 0 45px;
    font-weight: 800;
    color: #323232;
}

.comment-post .comment {
    overflow: hidden;
    margin-bottom: 28px;
}

.comment-post .comment-avatar {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 20px;
}

.comment-post .comment-detail {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 22px 84px 24px 30px;
    position: relative;
}

.comment-post ol li {
    list-style: none;
}

.comment-post .children {
    margin-left: 82px;
}

.comment-post .comment-meta span {
    display: block;
}

.comment-post .comment-meta .comment-author {
    font-family: 'bg', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 6px;
}

.comment-post .comment-meta .comment-author a {
    color: #192039;
}

.comment-post .comment-meta .comment-author a:hover {
    color: #323F72;
}

.comment-post .comment-meta .comment-date {
    font-size: 12px;
    padding-left: 30px;
    font-style: italic;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.comment-post .comment-meta .comment-date:before {
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 20px;
    background-color: #192039;
    content: "";
}

.comment-post .comment-meta .comment-reply {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #323F72;
    font-size: 0;
}

.comment-post .comment-meta .comment-reply i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -12px;
}

.comment-post .comment-meta .comment-reply:hover {
    background-color: #192039;
}


/* comment form */

.comment-form {
    padding-top: 8px;
}

.comment-respond {
    position: relative;
}

.comment-respond h4.comment-title {
    margin-bottom: 65px;
}

.comment-respond:after {
    position: absolute;
    left: 0;
    top: 70px;
    height: 1px;
    width: 40px;
    background-color: #2b1e1e;
    content: "";
}

#respond #reply-title {
    font-size: 20px;
    font-weight: normal;
    margin: 43px 0 22px 0;
}

.comment-form .name-container,
.comment-form .phone-container {
    width: 48.27%;
    float: left;
    margin-right: 3.44%;
    margin-bottom: 20px;
}

.comment-form fieldset {
    position: relative;
}

.comment-form .email-container,
.comment-form .website-container {
    float: right;
    width: 48.27%;
}

.comment-form .message {
    width: 100%;
}

.comment-form .tb-my-input {
    background-color: transparent;
    width: 100%;
    border-color: transparent transparent #192039 transparent;
    padding-left: 0;
    position: relative;
}

.comment-form fieldset:hover:before {
    background-color: #323F72;
}

.comment-form fieldset:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #192039;
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment-form fieldset.message:before {
    bottom: 6px;
}

#comment-message {
    background-color: transparent;
    height: 165px;
    border-color: transparent transparent #192039 transparent;
    padding-left: 0;
}

#comment-message:focus {
    border-color: transparent transparent #323F72 transparent;
}

textarea,
input[type="text"],
input[type="email"] {
    color: #192039;
}

.comment-form textarea:-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.comment-form input:-moz-placeholder,
.comment-form input::-moz-placeholder {
    color: #192039;
    opacity: 1;
}

.comment-form input:-ms-input-placeholder {
    color: #192039;
}

.comment-form textarea::-webkit-input-placeholder,
.comment-form input::-webkit-input-placeholder {
    color: #192039;
    opacity: 1;
}

.comment-form .form-submit {
    width: 180px;
    height: 40px;
    margin: 50px auto 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-form .form-submit:hover {
    background-color: #192039;
    color: #fff;
}

.comment-form .form-submit:hover #comment-reply {
    color: #fff;
}

.comment-form .form-submit:before {
    position: absolute;
    right: 40px;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #192039;
}

.comment-form .form-submit:after {
    position: absolute;
    right: 15px;
    top: 8px;
    content: "\e01e";
    font-family: "Simple-Line-Icons";
    width: 16px;
    height: 16px;
}

.comment-form .form-submit #comment-reply {
    text-transform: uppercase;
    color: #192039;
    font-family: 'bg', sans-serif;
    font-weight: 700;
    border: 1px solid #192039;
    width: 180px;
    height: 40px;
    letter-spacing: 2px;
    position: relative;
    text-align: left;
}

.comment-form input[type="submit"] {
    padding: 7px 18px;
}

.comment-form .form-submit #comment-reply:after {
    position: absolute;
    right: 50px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #192039;
    content: "";
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus {
    border-color: transparent transparent #323F72 transparent;
}

textarea:hover,
input[type="text"]:hover,
input[type="email"]:hover {
    border-color: transparent transparent #323F72 transparent;
}


/* Widgets
-------------------------------------------------------------- */

.sidebar .widget {
    margin-bottom: 56px;
    position: relative;
}

.sidebar .widget .textwidget p {
    padding: 21px 0 24px 0;
}

.widget .widget-title {
    font-family: 'bg', sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #192039;
    margin-bottom: 57px;
    font-weight: 700;
    letter-spacing: 2.3px;
    position: relative;
    text-transform: uppercase;
}

.sidebar .widget.widget-categories .widget-title,
.sidebar .widget.widget-archive .widget-title {
    margin-bottom: 38px;
}

.sidebar .widget:after,
.sidebar .widget .widget-title:after,
.sidebar .widget .widget-title:before {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 1px;
    width: 80px;
    background-color: #2b1e1e;
    content: "";
}

.sidebar .widget .widget-title:before {
    position: absolute;
    bottom: -23px;
    width: 60px;
}

.sidebar .widget:after {
    top: 41px;
    width: 40px;
}

.widget ul li {
    position: relative;
    border-bottom: 1px dashed #e6d9d9;
    padding: 12px 0 12px 18px;
}

.widget ul li:before {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 21px;
    width: 10px;
    height: 10px;
    border: 1px solid #4ac1c0;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.widget ul li:after {
    position: absolute;
    left: 3px;
    top: 23px;
    font-size: 21px;
    width: 4px;
    height: 4px;
    border: 1px solid #4ac1c0;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.widget ul>li>a {
    color: #192039;
    font-style: italic;
}

.widget ul li a:hover {
    color: #4ac1c0;
}


/* widget search */

.widget.widget-search #searchform {
    width: 100%;
    position: relative;
    margin: 0;
}

.widget.widget-search #searchform #s {
    height: 40px;
    line-height: 20px;
    width: 100%;
    padding: 0 10px 0 22px;
    border: 1px solid #e6d9d9;
}

.widget.widget-search #searchform #s:focus {
    border: 1px solid #4ac1c0;
}

.widget.widget-search #searchform #searchsubmit {
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #2b1e1e;
    background: none;
    padding: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent transparent transparent #e6d9d9;
}

.widget.widget-search #searchform #searchsubmit:hover {
    color: #4ac1c0;
}

#searchform input:-moz-placeholder,
#searchform input::-moz-placeholder {
    color: #192039;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 12px;
    font-style: italic;
}

#searchform input:-ms-input-placeholder {
    color: #192039;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 12px;
    font-style: italic;
}

#searchform input::-webkit-input-placeholder {
    color: #192039;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 12px;
    font-style: italic;
}


/* widget latest posts */

.widget.widget-popular-news .widget-title {
    margin-bottom: 46px;
}

.widget.widget-popular-news ul li {
    padding: 8px 0 17px 0;
    overflow: hidden;
}

.widget.widget-popular-news ul li:before,
.widget.widget-popular-news ul li:after {
    content: "";
    width: 0;
    height: 0;
    border: 0;
}

.widget.widget-popular-news ul li .thumb {
    float: left;
    width: 70px;
    margin-right: 21px;
    margin-top: 9px;
    overflow: hidden;
}

.widget.widget-popular-news ul li .text {
    overflow: hidden;
}

.widget.widget-popular-news ul li .text p {
    margin-bottom: 0;
    position: relative;
    padding: 13px 0 3px 30px;
    color: #192039;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1.1px;
}

.widget.widget-popular-news ul li .text p:before {
    position: absolute;
    left: 0;
    top: 24px;
    width: 20px;
    height: 2px;
    background-color: #192039;
    content: "";
}

.widget.widget-popular-news ul li .text h6 {
    margin-bottom: 8px;
    font-weight: 700;
    font-family: 'bg', sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.widget.widget-popular-news ul li .text h6 a {
    color: #192039;
}

.widget.widget-popular-news ul li .text h6 a:hover {
    color: #4ac1c0;
}

.widget.widget-popular-news ul li:first-child {
    padding: 0 0 20px 0;
}

.widget.widget-popular-news li:last-child {
    border: none;
    padding: 13px 0 0 0;
}


/* widget tag */

.widget.widget-tags .tag-list a {
    display: inline-block;
    text-align: center;
    margin: 0 6px 10px 0;
    padding: 2px 12px 0 14px;
    border: 1px solid #e5e5e5;
    color: #192039;
    font-size: 12px;
}

.widget.widget-tags .tag-list a.active {
    background: #4ac1c0;
    border: 1px solid #4ac1c0;
    color: #fff;
}

.widget.widget-tags .tag-list a:hover {
    color: #fff;
    background: #4ac1c0;
    border: 1px solid #4ac1c0;
}


/* flat-socials 
-------------------------------------------------------------- */

.flat-socials li {
    position: static;
    display: inline-block;
    margin-right: 3px;
    background-color: #4e5b98;
    text-align: center;
}

.flat-socials li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}

.flat-socials li a:hover {
    background-color: #4ac1c0;
    color: #fff;
}

.widget ul.flat-socials li:before,
.widget ul.flat-socials li:after {
    content: "";
    width: 0;
    height: 0;
    border: 0;
}

.flat-socials li a i {
    color: #fff;
}

.widget ul.flat-socials li {
    position: static;
    border-bottom: none;
    padding: 0 0 0;
}

.flat-socials li.twitter {
    background-color: #0da1e0;
}

.flat-socials li.dribbble {
    background-color: #ed4582;
}

.flat-socials li.camera {
    background-color: #32557e;
}

.flat-socials li.pinterest {
    background-color: #ce1312;
}


/* Switcher
-------------------------------------------------------------- */

.switcher-container {
    position: fixed;
    right: -290px;
    top: 150px;
    width: 290px;
    background-color: #192039;
    z-index: 99999999;
}

.switcher-container h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'bg', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    height: 50px;
    line-height: 45px;
    padding-left: 50px;
    padding-right: 85px;
    margin: 0;
    font-weight: 400;
}

.switcher-container h2 a {
    background-color: #323F72;
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    outline: 0;
    color: #fff;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
    text-decoration: none;
}

.switcher-container h2 i {
    margin-top: 12px;
    font-size: 25px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.switcher-container h3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    font-family: 'bg', sans-serif;
    font-weight: 400;
}

.switcher-container .selector-box {
    color: #fff;
    overflow: hidden;
}

.switcher-container .layout-switcher {
    margin: 0 0 10px 0;
    overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
    float: left;
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 10px 20px;
    margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
    margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
    color: #fff;
    cursor: pointer;
}

.switcher-container .color-box {
    height: auto;
    overflow: hidden;
    margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
    background-color: #323232;
    padding: 21px 0 30px 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sw-even {
    background-color: #192039;
    padding: 21px 0 25px 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sw-even a {
    font-family: 'bg', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 26px 10px 27px;
    margin-right: 10px;
    letter-spacing: 1.8px;
}

.sw-even a:hover {
    background-color: #323F72;
    border: 1px solid #323F72;
    color: #fff !important;
}

.sw-light {
    background-color: #fff;
    color: #000 !important;
}

.sw-odd a {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: inline-block;
    line-height: 30px;
    width: 100%;
    position: relative;
    padding-left: 47px;
}

.sw-odd .ws-colors a:before {
    background: none;
}

.sw-odd .ws-colors a {
    width: auto;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #323F72;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 30px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
}

.sw-odd #color2 {
    background-color: #cb4437;
}

.sw-odd #color3 {
    background-color: #a0ce4e;
}

.sw-even h3 {
    margin-bottom: 6px;
}


/* GoTop Button
-------------------------------------------------------------- */

.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 15px;
    width: 50px;
    cursor: pointer;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.go-top.style1 {
    opacity: 1;
    visibility: visible;
    position: absolute !important;
    left: 50%;
    top: -12px;
    margin-left: -25px;
    background-color: rgba(255, 255, 255, 0.2);
}

.go-top.show {
    right: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    font-size: 24px;
    color: #192039;
    padding-bottom: 3px;
}

.go-top.style1 i {
    color: #fff;
}

.go-top:hover {
    background-color: #192039;
}

.go-top:hover i {
    color: #fff;
}


/* Footer
-------------------------------------------------------------- */

footer {
    background-color: #191919;
    padding: 115px 0 78px;
    color: #858585;
    position: relative;
}


/* Footer widget
-------------------------------------------------------------- */

.footer-widgets .widget {
    border: 1px solid #282828;
    padding: 66px 30px 72px 40px;
}

.footer-widgets .widget.widget_text .textwidget {
    line-height: 28px;
}

.footer-widgets .widget .widget-title {
    font-family: 'bg', sans-serif;
    font-size: 17px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 30px;
    padding-top: 9px;
}

.footer-widgets .widget .widget-title:before {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 19px;
    content: "";
}

.footer-widgets .widget.widget_text .textwidget img {
    margin-bottom: 17px;
}


/* Bottom
-------------------------------------------------------------- */

.bottom {
    background-color: #323F72;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    margin-top: 40px
}

.bottom .copyright a {
    color: #fff;
}

.bottom .copyright a:hover {
    color: #323F72;
}


/* Parallax
-------------------------------------------------------------- */

.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
}

.parallax1 {
    background-image: url(../images/parallax/bg-parallax1.jpg);
}

.parallax2 {
    background-image: url(../images/parallax/bg-parallax2.jpg);
}

.parallax3 {
    background-image: url(../images/parallax/bg-parallax3.jpg);
}


/* Boxed
-------------------------------------------------------------- */

.home-boxed .boxed {
    width: 90.4%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}


/* Revolution Slider
-------------------------------------------------------------- */

.tp-banner-container {
    max-height: 500px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
    height: 35px;
    padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    border-color: #192039;
    border-style: solid;
    border-width: 2px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 16px !important;
    height: 30px !important;
    display: inline-block;
    margin-right: 7px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
}

.tp-bullets.simplebullets .bullet:before {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 3px;
    width: 2px;
    height: 6px;
    background: #192039;
    content: "";
}

.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(32, 32, 32, 1) !important;
    width: 16px !important;
    height: 30px !important;
    border: 0 !important;
}

.header_s .top-header {
    background-color: #323F72;
    padding-top: 8px;
    padding-bottom: 8px;
}


/*----------
	Theme Name: Doctor
	Start Date : 
	End Date : 
	Last change: 
	Version: 1.0
	Assigned to:
	Primary use:
----------*/


/* [Layout] */


/*----------

	## Global
	
		- Padding/Margin
		- Section Padding
		- Fonts Settings	
		
	## Site Header	
	
		- Navigation Menu
			-- Nav Main
			-- Nav Header
			-- Nav Toggle
			-- Nav Switch
			-- Nav Items
			-- Nav Dropdown

	
	## Widgets
	- 1
	- 2
	
	## Responsive
	- Min Width : 992px & Max Width 1200px
	
	- Min Width : 992px
	
		## Navigation Menu
		- Nav Main
		- Nav Header
		- Nav Toggle
		- Nav Switch
		- Nav Items
		- Nav Dropdown
	
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
----------*/


/* ## Global ******************************************* */

body {
    font-family: 'bg', sans-serif;
    font-size: 18px;
    color: #000;
    overflow-x: hidden;
    /* height: 8000px; */
}

img {
    max-width: 100%;
    height: auto;
}

a {
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    word-wrap: break-word;
}


/* - Padding/Margin */

.no-padding {
    padding: 0;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.no-top-padding {
    padding-top: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.no-margin {
    margin: 0;
}

.no-left-margin {
    margin-left: 0;
}

.no-right-margin {
    margin-right: 0;
}

.no-top-margin {
    padding-top: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}


/* - Section Padding */

.section-padding {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-10 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-20 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-30 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-40 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-50 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.padding-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-70 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.padding-80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-90 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.vertical_middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.nav_absolute {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}


/* - OW pull-left/pull-right */

.ow-pull-left {
    float: left;
}

.ow-pull-right {
    float: right;
}


/* - Fonts Settings */


/* - Lato Heavy */

@font-face {
    font-family: 'Lato-Heavy';
    src: url('fonts/Lato-Heavy-webfont.eot');
    src: url('fonts/Lato-Heavy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Lato-Heavy-webfont.woff2') format('woff2'), url('fonts/Lato-Heavy-webfont.woff') format('woff'), url('fonts/Lato-Heavy-webfont.ttf') format('truetype'), url('fonts/Lato-Heavy-webfont.svg#Lato-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bg';
    src: url(../fonts/Brandon_reg.otf);
}

@font-face {
    font-family: 'bg-light-italic';
    src: url(../fonts/Brandon_light_it.otf);
}

.light,
.italic,
.l-blue {
    font-family: 'bg-light-italic';
    color: #1CA7BE;
}

.main-container {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}


/* ## Site Header ******************************************* */


/* - Search */

.search-box {
    background-color: #303030;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 260px;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 101;
}

.search-box.active {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
}

.search-box form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.search-box form input {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #ccc;
    font-size: 14px;
    font-style: italic;
    height: auto;
}

.search-box form input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    border-color: #fff;
}

.search-box span {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.search-box span i {
    font-size: 15px;
    color: #f97b25;
    float: right;
    margin: 5px;
}


/* - SlidePanel */

#slidepanel {
    display: block;
}

#closeit,
#toggle,
#slideit {
    display: none;
}


/* - Navigation Menu */

.ownavigation {
    background-color: #f1f1f1;
    border: none;
    border-radius: 0;
    min-height: 1px;
    margin-bottom: 0;
    /* position: relative; */
}


/* - Nav Main */


/* - Nav Header */

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}


/* - Nav Items */

.ownavigation .navbar-nav li a {
    color: #222;
    font-family: 'bg', sans-serif;
    background-color: transparent;
    word-wrap: break-word;
    white-space: normal;
}

.ownavigation .navbar-nav>.active>a,
.ownavigation .navbar-nav>.active>a:focus,
.ownavigation .navbar-nav>.active>a:hover,
.ownavigation .navbar-nav>li:hover>a,
.ownavigation .navbar-nav>li a:hover,
.ownavigation .navbar-nav>li a:focus {
    background-color: transparent;
}


/* - Mega Dropdown Menu */

.ownavigation .mega-dropdown .mega-menu .dropdown-box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.ownavigation .mega-dropdown .mega-menu .dropdown-box ul li:last-child {
    padding-bottom: 0;
}

.ownavigation .mega-dropdown .mega-menu .dropdown-box ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
}

.ownavigation .mega-dropdown .mega-menu .dropdown-box ul li a:focus,
.ownavigation .mega-dropdown .mega-menu .dropdown-box ul li a:hover {
    color: #333;
}

.tab {
    float: left;
    background-color: #f1f1f1;
    width: 33.33%;
    height: 100%;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: #1CA7BE;
    color: #fff;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border: 2px solid #fff;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: rgba(50, 63, 114, 0.8);
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #1CA7BE;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    height: 100%;
    font-size: 14px;
    color: #192039;
}

.force-display .item-one {
    font-size: 54px !important;
    line-height: 25px !important;
    left: 120px !important;
    top: 150px !important;
}

.item-two {
    left: 120px !important;
    top: 220px !important;
    font-size: 54px !important;
    line-height: 25px !important;
}

.item-three {
    font-size: 18px !important;
    left: 120px !important;
    top: 300px !important;
    line-height: 25px !important;
}


/* ## Responsive ************************************************************************************** */


/*----------------------------------------------------

	* Responsive
	
------------------------------------------------------*/


/* - min-width: 1200 */

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .hidden-lg {
        display: none;
    }
    .hidden-sm {
        display: block !important;
    }
}


/* - min-width: 992 */

@media (min-width: 992px) {
    .desktop-hide {
        display: none;
    }
    /* ## Navigation Menu */
    .nav_trans {
        background: transparent;
    }
    /* - Nav Switch */
    .ownavigation .ddl-switch {
        display: none !important;
    }
    /* - Nav Items */
    .ownavigation .navbar-nav>li {
        margin: 0 10px;
    }
    .ownavigation .navbar-nav>li:first-child {
        margin-left: 0;
    }
    .ownavigation .navbar-nav>li>a {
        margin-bottom: 45px;
        margin-top: 45px;
        padding: 5px 10px;
        position: relative;
        color: #192039;
    }
    .ownavigation .navbar-nav>.active>a,
    .ownavigation .navbar-nav>.active>a:focus,
    .ownavigation .navbar-nav>.active>a:hover,
    .ownavigation .navbar-nav>li:hover>a,
    .ownavigation .navbar-nav>li a:hover {
        background-color: transparent;
        color: #323F72;
    }
    /* - Nav Dropdown */
    .ownavigation .navbar-collapse>ul>li>.dropdown-menu {
        top: 100%;
        left: 0;
    }
    .ownavigation ul li>.dropdown-menu {
        background-color: #323F72;
        border: none;
        left: 100%;
        border-radius: 0;
        opacity: 0;
        top: 0;
        display: block;
        padding: 0;
        min-width: 218px;
        max-width: 218px;
        visibility: hidden\0/;
        transition: all 0.17s ease-in-out;
        -moz-transition: all 0.17s ease-in-out;
        -webkit-transition: all 0.17s ease-in-out;
        -o-transition: all 0.17s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
        -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
        -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    }
    .ownavigation .navbar-nav li .dropdown-menu>li>a {
        color: #fff;
        padding: 8px 15px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }
    .ownavigation .navbar-nav li .dropdown-menu>li>a:hover {
        color: #333;
    }
    .ownavigation .navbar-nav li.dropdown:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        -mos-transition: -mos-transform 0.4s, opacity 0.1s;
        -o-transition: -o-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    }
    .ownavigation ul>li>.dropdown-menu {
        left: 0;
    }
    .ownavigation .navbar-collapse>ul>li:last-child>.dropdown-menu,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2)>.dropdown-menu {
        right: 0;
    }
    .ownavigation ul>li>.dropdown-menu,
    .ownavigation ul>li .dropdown-menu ul,
    .ownavigation ul>li .dropdown-menu ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
        right: auto;
    }
    .ownavigation ul>li .dropdown-menu ul,
    .ownavigation ul>li .dropdown-menu ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
        left: 100%;
    }
    .ownavigation ul>li .dropdown-menu ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
        right: 100%;
    }
    .ownavigation ul>li .dropdown-menu ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child>.dropdown-menu,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2)>.dropdown-menu,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
        left: auto;
    }
    /* - Mega Dropdown Menu */
    .ownavigation .navbar-nav>li>.dropdown-menu.mega-menu li:first-child,
    .ownavigation .mega-dropdown .dropdown-menu.mega-menu>li {
        padding-bottom: 0;
        padding-top: 0;
    }
    .ownavigation .mega-dropdown .mega-menu li {
        float: left;
        width: 50%;
        padding: 8px 0;
        box-sizing: border-box;
    }
    .ownavigation .mega-dropdown {
        display: block;
    }
    .ownavigation .mega-dropdown:hover {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    .ownavigation .mega-dropdown .mega-menu {
        background-color: #323F72;
        border-radius: 0;
        box-shadow: none;
        padding: 15px;
        opacity: 0;
        position: absolute;
        max-width: 100%;
        min-width: 440px;
        right: 0;
    }
}


/* - min-width: 768 */

@media (min-width: 768px) {
    .padding-left61px {
        padding-left: 0px;
    }
}


/* - max-width: 1200px */

@media (max-width: 1200px) {}


/* - Min Width : 992px & Max Width 1200px */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ownavigation .navbar-nav>li {
        margin-left: 9px;
        margin-right: 9px;
    }
}


/* - max-width: 991 */

@media (max-width: 991px) {
    /* - SlidePanel */
    #slidepanel {
        display: none;
        border-bottom: 1px solid #fff;
    }
    #slideit,
    #toggle {
        display: block;
        position: relative;
        z-index: 1;
    }
    #loginpanel {
        position: absolute;
        right: 110px;
        text-align: center;
        top: 14px;
    }
    #slideit,
    #closeit {
        color: #323F72;
        font-size: 25px;
        position: relative;
        right: -50px;
        top: 3px;
    }
    #slideit:hover,
    #closeit:hover {
        color: #4c4c4c;
    }
    .mobile-hide {
        display: none;
    }
    /* ## Navigation Menu */
    /* - Nav Main */
    .ownavigation {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* - Nav Header */
    .ownavigation .navbar-header .navbar-brand {
        padding-left: 0;
        margin-left: 0;
    }
    /* - Nav Items */
    .ownavigation .navbar-nav {
        border-top: 1px solid #4c4c4c;
        width: 100%;
        margin: 0;
        padding-top: 15px;
    }
    .ownavigation .navbar-nav>li {
        min-height: 0;
        float: none;
        clear: both;
    }
    .ownavigation .navbar-nav>li>a {
        padding: 8px 0;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }
    .ownavigation .navbar-nav>li.active a {
        color: #323F72;
    }
    .ownavigation .navbar-nav>li.active>a:hover,
    .ownavigation .navbar-nav li a:hover {
        color: #323F72;
    }
    /* - Nav Toggle */
    .ownavigation .navbar-header {
        float: none;
    }
    .ownavigation .navbar-toggle {
        display: block;
        background-color: #323F72;
        border-radius: 0;
        margin: 40px 0 40px;
        padding: 6px 5px;
    }
    .ownavigation .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .ownavigation .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .ownavigation .navbar-collapse.collapse {
        display: none !important;
    }
    .ownavigation .collapse.in {
        display: block !important;
        overflow-Y: auto !important;
    }
    /* - Nav Switch */
    .ownavigation .ddl-switch {
        background-color: #323F72;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        padding: 2px 6px;
        position: absolute;
        right: 0;
        top: 7px;
        z-index: 100;
    }
    .ownavigation .ddl-active>.ddl-switch:before {
        content: "\f106";
    }
    /* - Nav Dropdown */
    .ownavigation .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        margin-top: 0;
        padding-left: 10px;
        padding-top: 0;
        position: relative;
        width: 100%;
        box-shadow: none;
        float: left;
    }
    .ownavigation .dropdown-menu li {
        display: inline-block;
        width: 100%;
    }
    .ownavigation .navbar-nav>li:last-of-type {
        margin-bottom: 15px;
    }
    .ownavigation .navbar-nav li .dropdown-menu>li>a {
        color: #232323;
        padding-left: 0;
        padding-right: 0;
        padding-top: 6px;
        padding-bottom: 6px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }
    .ownavigation .navbar-nav li .dropdown-menu>li>a:hover {
        color: #323F72;
    }
    /* - Mega Dropdown */
    .ownavigation .mega-dropdown .mega-menu .dropdown-box ul li a {
        padding: 5px 0;
    }
    .ownavigation .mega-dropdown .mega-menu .dropdown-box ul li a {
        color: #232323;
    }
    .ownavigation .mega-dropdown .mega-menu .dropdown-box ul li a:hover {
        color: #323F72;
    }
}


/* - max-width: 767 */

@media (max-width: 767px) {
    /* - Nav Toggle */
    .ownavigation .navbar-toggle {
        right: 0;
    }
    #slideit,
    #closeit {
        right: -65px;
    }
    .padding-left61px {
        padding-left: 0px;
    }
    .appointment-form .wrap-left {
        width: 100%;
        padding-right: 0px;
    }
    .appointment-form .wrap-right {
        width: 100%;
        float: left;
        padding-left: 0px;
    }
    .title-box .main-title {
        font-size: 25px;
        letter-spacing: 2.5px;
        margin-bottom: 50px;
    }
    .flip-card {
        margin-bottom: 10px;
    }
    .flat-row.row-about {
        padding: 10px 0;
    }
    .flat-row.row-services-box {
        padding: 10px 0;
    }
    .flat-row {
        padding-bottom: 0px;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-lg {
        display: block;
    }
    .tp-simpleresponsive .caption,
    .tp-simpleresponsive .tp-caption {
        font-size: 14px !important;
        line-height: 1.5rem !important;
    }
    .tp-caption.flat-subtitle-slider3 {
        font-size: 40px !important;
    }
}