/*-------------------------------------------------------------------------------------
Theme Name:	Apachia
Theme URI: 	http://www.apachia.eu
Version:	1.0
Author:		Azryah
-------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

00. RESET
01. GENERAL
02. HEADER
03. STICKY HEADER
04. HAMBURGER MENU ICON
05. BUTTON
06. REVOLUTION SLIDER
07. THUMBNAIL OVERLAY
08. CUBE PORTFOLIO
09. BLOG
10. COMMENTS
11. WIDGETS
12. LIGHTSLIDER
13. TILES
14. BASIC GALLERY
15. FACTS
16. TABS
17. ACCORDION / TOGGLE
18. TOOLTIP
19. PARALLAX
20. PROGRESS CIRCLE
21. PROGRESS BAR
22. PRICING & TABLES
23. GO TO TOP
24. SOCIAL ICONS
25. FORMS
26. LIGHTGALLERY
27. FONT ICONS
28. RESPONSIVE

text: #606060
headings: #303030
font-family: 'glacial_indifferenceregular';
font-family: 'glacial_indifferencebold';
font-family: 'glacial_indifferenceitalic';
-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*	00. RESET
/*-----------------------------------------------------------------------------------*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 :focus {
    outline: 0
}

.fit-vids-style {
    display: none
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 255px;
}

iframe {
    border: none
}

.clearfix {
    clear: both;
}

 ::selection {
    background: #eaeaea;
    /* Safari */
    color: #2f2f2f;
}

 ::-moz-selection {
    background: #eaeaea;
    /* Firefox */
    color: #2f2f2f;
}

.lg-outer .lg-item:after,
.tp-loader.spinner,
.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background-color: transparent;
    border-top: 6px solid rgba(30, 30, 30, 0.1);
    border-right: 6px solid rgba(30, 30, 30, 0.1);
    border-bottom: 6px solid rgba(30, 30, 30, 0.1);
    border-left: 6px solid #303030;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: rotation;
    animation-name: rotation;
    border-radius: 100%;
    background: none;
}

.lg-outer .lg-item:after {
    border-top: 6px solid rgba(255, 255, 255, 0.1);
    border-right: 6px solid rgba(255, 255, 255, 0.1);
    border-bottom: 6px solid rgba(255, 255, 255, 0.1);
    border-left: 6px solid #ddd;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}


/*-----------------------------------------------------------------------------------*/


/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/

body {
    overflow-x: hidden;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #606060;
    font-family: 'glacial_indifferenceregular';
    background: #FFF;
    font-size: 16px;
}

body,
li,
address {
    line-height: 20px
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-weight: normal;
    color: inherit;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

p {
    margin: 0 0 20px
}

strong {
    font-family: 'glacial_indifferencebold';
    font-weight: normal;
}

a {
    color: #5ebcc1;
    transition: all 150ms ease-in-out;
}

a.nocolor {
    color: #606060;
}

.post-title a,
.more,
.meta a {
    color: inherit;
}

.post-title a:hover,
.more:hover,
.meta a:hover {
    color: #5ebcc1;
}

a.line {
    transition: border 150ms ease-in-out;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}

a.line:hover {
    border-bottom: 1px solid #5ebcc1;
    transition: border 150ms ease-in-out;
}

a:hover,
a:focus {
    color: #5ebcc1;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #303030;
    font-weight: normal;
    font-family: 'glacial_indifferenceregular';
    text-transform: none;
    letter-spacing: normal;
    margin-top: 0;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}

h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}

.upper {
    font-family: 'glacial_indifferencebold';
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

h4.upper {
    font-size: 13px;
    line-height: 20px;
}

.section-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
}

h3.heading {
    font-weight: 700;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
    padding-bottom: 30px;
    margin-bottom: 15px;
}

section+section {
    margin-top: 50px;
}

h1.post-title {
    font-size: 28px;
    line-height: 34px;
}

.post-title {
    font-size: 22px;
    line-height: 30px;
}

.classic-view h1.post-title,
.classic-view h2.post-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
}

h4.post-title {
    font-size: 18px;
    line-height: 26px;
}

.widget-title {
    font-size: 12px;
    line-height: 20px;
    font-family: 'glacial_indifferencebold';
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.lead {
    font-size: 20px;
    line-height: 30px;
}

#about-page .lead {
    font-size: 16px;
    line-height: 1.7em;
}

.separator {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #e2e2e2;
}

.tbk__symbol {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}

.tbk__symbol span {
    margin-left: 0;
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #cd2122;
    margin-right: 20px;
    margin-left: 0px;
    vertical-align: middle;
}

.tbk__symbol:after {
    content: '';
    display: inline-block;
    width: calc(100% - 120px);
    height: 1px;
    background-color: #ccc;
    vertical-align: middle;
}

.inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.icon {
    font-size: 45px;
    display: block;
    color: #303030;
}

.icon-bg {
    background: rgba(30, 30, 30, 0.06);
    color: #303030;
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

.icon-bg i {
    display: table;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

.icon-bg i:before {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.row.gutter60 {
    margin-left: -15px;
    margin-right: -15px
}

.row.gutter60 [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

.light-wrapper {
    background: #FFF;
}

.dark-wrapper {
    background: #f5f6f7;
}

.inverse-wrapper {
    background: #303030;
    color: #dddddd;
    position: relative;
}

.inverse-wrapper a.nocolor {
    color: #dddddd;
}

.inverse-wrapper a:hover {
    -webkit-transition: padding-left 0.40s ease-in-out, color 0.40s ease-in-out;
    -moz-transition: padding-left 0.40s ease-in-out, color 0.40s ease-in-out;
    -o-transition: padding-left 0.40s ease-in-out, color 0.40s ease-in-out;
    color: #f94e6c;
    padding-left: 8px;
    -webkit-transition: padding-left 0.40s ease-in-out, color 0.40s ease-in-out;
    -moz-transition: padding-left 0.40s ease-in-out, color 0.40s ease-in-out;
    -o-transition: padding-left 0.40s ease-in-out, color 0.40s ease-in-out;
}

.inverse-wrapper h1,
.inverse-wrapper h2,
.inverse-wrapper h3,
.inverse-wrapper h4,
.inverse-wrapper h5,
.inverse-wrapper h6,
.inverse-wrapper .icon,
.inverse-wrapper .contact-info i {
    color: #FFF
}

.inverse-wrapper .meta {
    color: #909090;
}

blockquote {
    border-left: 3px solid rgba(30, 30, 30, 0.15);
    padding-top: 0;
    padding-bottom: 0;
}

blockquote p {
    font-size: 19px;
    line-height: 26px;
    color: #808080;
}

blockquote small,
.meta,
.more,
.panel-desc {
    display: block;
    color: #808080;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-style: normal;
}

.text-muted {
    color: #bbb;
}

ul,
ol {
    padding-left: 18px;
}

.unordered-list {
    list-style: none;
    padding: 0;
}


/*.unordered-list > li:before {
    font-size: 15px;
    display: inline-block;
    margin-right: 7px;
    content: "\2022";
}*/

.unordered-list-circle {
    list-style-type: circle;
}

.unordered-list-disc {
    list-style-type: disc;
}

.ordered-list-roman {
    list-style-type: upper-roman;
}

.ordered-list-alpha {
    list-style-type: lower-alpha;
}

hr {
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 60px;
    margin-bottom: 60px;
}

.google-map {
    width: 100%;
}

.google-map.full {
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.google-map.h450 {
    height: 450px;
}

.google-map.h360 {
    height: 360px;
}

.map-info p {
    color: #606060;
    font-family: 'glacial_indifferenceregular';
    font-size: 16px;
    margin: 0;
}

.map-info p+p {
    margin-top: 15px;
}

.alert {
    border-radius: 0
}

.alert-success {
    border-color: #c0d6ae
}

.alert-info {
    border-color: #a3d5df
}

.alert-warning {
    border-color: #eddebf
}

.alert-danger {
    border-color: #ddb8be
}

.close {
    color: #606060;
    font-size: 35px;
    line-height: 0.5;
    opacity: 0.2;
    transition: all 150ms ease-in-out;
    font-weight: normal;
    text-shadow: none;
}

.label {
    font-family: 'glacial_indifferencebold';
    font-size: 11px;
    border-radius: 0;
    font-weight: normal;
}

.dropcap {
    font-family: 'glacial_indifferencebold';
    font-weight: normal;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}

.feature {
    padding: 0 0 0 65px;
    position: relative;
    margin-bottom: 30px;
}

.feature .icon {
    position: absolute;
    left: 0;
}

.numbered {
    counter-reset: stepsNum
}

.numbered .number {
    counter-increment: stepsNum;
}

.numbered .number:before {
    content: counter(stepsNum, decimal)
}

.numbered .number:after {
    content: ".";
    padding-right: 5px;
}


/*-----------------------------------------------------------------------------------*/


/*	02. HEADER
/*-----------------------------------------------------------------------------------*/

.navbar {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: none;
    transition: all 300ms ease-in-out;
    box-shadow: none;
    padding: 20px 0;
    background: rgba(30, 30, 30, 0.85);
    position: fixed;
    min-height: auto;
}

.offset {
    padding-top: 82px;
}

.navbar .navbar-brand {
    padding: 0;
    line-height: 0;
    float: none;
    height: auto;
    position: relative;
    box-shadow: none;
    margin: 0;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
}

.navbar .navbar-collapse {
    border: 0;
    box-shadow: none;
    overflow: hidden;
}

.navbar .navbar-nav {
    margin: 0;
    /*font-size: 0;*/
}

.navbar .navbar-nav>li>a {
    font-size: 13px;
    /*font-family: 'glacial_indifferencebold';*/
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 150ms ease-in-out;
    line-height: 1;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    color: #303030;
}

.navbar .navbar-nav>li>a:focus,
.navbar .nav>li>a:hover,
.navbar .nav>li.active>a {
    background: none;
}

.navbar .navbar-nav>li>a:focus,
.navbar .nav>li>a:hover,
.navbar .nav>li.active>a {
    color: #303030;
    /*font-weight: 600;*/
}

.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 150px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.navbar .dropdown-menu li:first-child {
    border: 0
}

.navbar .dropdown-menu li a {
    background: none;
    border: none;
    text-transform: none;
    padding: 0;
    line-height: 1;
    color: #ccc;
    font-size: 11px;
    font-family: 'glacial_indifferencebold';
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active,
.navbar .nav .open>a,
.navbar .nav .open>a:hover,
.navbar .nav .open>a:focus,
.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-submenu:hover>a,
.navbar .dropdown-submenu:focus>a,
.navbar .dropdown-menu>.active>a,
.navbar .dropdown-menu>.active>a:hover,
.navbar .dropdown-menu>.active>a:focus {
    background: none
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    padding: 0;
    filter: none;
    line-height: 1;
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    color: #fff
}

.navbar .nav>li>.dropdown-menu:after {
    display: none
}

.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-submenu:hover>a,
.navbar .dropdown-submenu:focus>a,
.navbar .dropdown-menu>.active>a,
.navbar .dropdown-menu>.active>a:hover,
.navbar .dropdown-menu>.active>a:focus {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}

.navbar .nav-bars-wrapper {
    display: none
}

.navbar .nav-bars-wrapper .nav-bars-inner {
    pointer-events: none
}

.caret {
    border: 0;
    top: 0;
    vertical-align: -1px;
    position: relative;
    display: none;
    line-height: 0;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
    display: inline-block;
}

.caret:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 15px;
}

.navbar-nav:not(.sm-collapsible) ul .caret:before {
    content: '\f105';
}


/*-----------------------------------------------------------------------------------*/


/*	03. STICKY HEADER
/*-----------------------------------------------------------------------------------*/

.navbar.fixed {
    margin: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0% !important;
    box-shadow: 0px -3px 13px rgba(0, 0, 0, 0.6);
    background: whitesmoke;
}

.navbar.fixed .navbar-brand img {
    height: 50px;
    transition: background 300ms ease-in-out;
}


/*-----------------------------------------------------------------------------------*/


/*	04. HAMBURGER MENU ICON
/*-----------------------------------------------------------------------------------*/

.nav-bars {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 0;
    text-indent: -9999px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    pointer-events: all;
}

.nav-bars:focus {
    outline: none
}

.nav-bars span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #fff;
}

.nav-bars span::before,
.nav-bars span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}

.navbar .nav-bars span,
.navbar .nav-bars span::before,
.navbar .nav-bars span::after {
    background-color: #000;
}

.nav-bars span::before {
    top: -8px
}

.nav-bars span::after {
    bottom: -8px
}

.nav-bars span {
    -webkit-transition: background 0s 300ms ease-in-out;
    transition: background 0s 300ms ease-in-out;
}

.nav-bars span::before,
.nav-bars span::after {
    -webkit-transition-duration: 300ms, 300ms;
    transition-duration: 300ms, 300ms;
    -webkit-transition-delay: 300ms, 0s;
    transition-delay: 300ms, 0s;
}

.nav-bars span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.nav-bars span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.nav-bars.is-active span {
    background: none
}

.nav-bars.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-bars.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-bars.is-active span::before,
.nav-bars.is-active span::after {
    -webkit-transition-delay: 0s, 300ms;
    transition-delay: 0s, 300ms;
}


/*-----------------------------------------------------------------------------------*/


/*	05. BUTTON
/*-----------------------------------------------------------------------------------*/

.btn {
    color: #FFF;
    background: #303030;
    border: 0;
    margin-bottom: 6px;
    margin-right: 6px;
    font-size: 12px;
    font-family: 'glacial_indifferencebold';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    padding: 14px 20px;
    border-radius: 0;
    text-shadow: none;
    transition: all 150ms ease-in-out;
    box-shadow: none;
    display: inline-block;
}

.btn.btn-square {
    padding: 8px 15px 9px;
    letter-spacing: normal;
}

.btn.btn-icon i {
    padding-right: 4px;
}

.pagination .btn.btn-icon i {
    padding: 0;
}

.text-center .btn {
    margin-left: 4px;
    margin-right: 4px;
    background: #c9262c;
}

.text-center .btn:hover {
    background: #c9262c;
}

.btn-submit {
    margin: 0
}

.btn.btn-white {
    background: #fff;
    color: #303030;
}

.btn.btn-blue {
    background: #75bbdb
}

.btn.btn-brown {
    background: #9c7c6f
}

.btn.btn-green {
    background: #5ebcc1
}

.btn.btn-forest {
    background: #80c9a1
}

.btn.btn-lime {
    background: #b8ce74
}

.btn.btn-navy {
    background: #4a7b98
}

.btn.btn-orange {
    background: #e0846f
}

.btn.btn-pink {
    background: #dc7c9d
}

.btn.btn-purple {
    background: #9387aa
}

.btn.btn-red {
    background: #e96161
}

.btn.btn-rose {
    background: #e96d7f
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #0c0c0c;
    color: #fff;
    border: 0;
    transition: all 150ms ease-in-out;
    box-shadow: none;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.active {
    background: #e9e9e9;
    color: #303030;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active,
.btn.btn-blue.active {
    background: #60accf
}

.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown:active,
.btn.btn-brown.active {
    background: #8e6e61
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active,
.btn.btn-green.active {
    background: #4eabb0
}

.btn.btn-forest:hover,
.btn.btn-forest:focus,
.btn.btn-forest:active,
.btn.btn-forest.active {
    background: #76b994
}

.btn.btn-lime:hover,
.btn.btn-lime:focus,
.btn.btn-lime:active,
.btn.btn-lime.active {
    background: #a2b665
}

.btn.btn-navy:hover,
.btn.btn-navy:focus,
.btn.btn-navy:active,
.btn.btn-navy.active {
    background: #3a6985
}

.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active,
.btn.btn-orange.active {
    background: #d77159
}

.btn.btn-pink:hover,
.btn.btn-pink:focus,
.btn.btn-pink:active,
.btn.btn-pink.active {
    background: #c66688
}

.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple:active,
.btn.btn-purple.active {
    background: #7e7198
}

.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active,
.btn.btn-red.active {
    background: #d55757
}

.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose:active,
.btn.btn-rose.active {
    background: #dc5e70
}


/*-----------------------------------------------------------------------------------*/


/*	06. REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/

.rev_slider_wrapper {
    left: 0px;
    width: 100%;
}

.tparrows {
    cursor: pointer;
    background: none;
    width: auto;
    height: auto;
    position: absolute;
    display: block;
    z-index: 1000;
    transition: background 150ms ease-in-out;
}

.tparrows:hover {
    background: none;
}

.tparrows:before {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.6);
    transition: color 150ms ease-in-out;
}

.tparrows:hover:before {
    color: rgba(255, 255, 255, 1);
}

.tp-bullet {
    transition: background 150ms ease-in-out;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.tp-bullet.selected,
.tp-bullet:hover {
    background-color: rgba(255, 255, 255, 1);
}

.tp-caption.light {
    color: #FFF;
}

.tp-dottedoverlay.darkoverlay {
    background: rgba(48, 48, 48, 0.6)
}

.tp-bannertimer {
    background: rgba(255, 255, 255, 0.25)
}


/*-----------------------------------------------------------------------------------*/


/* 	07. THUMBNAIL OVERLAY
/*-----------------------------------------------------------------------------------*/

figure {
    display: block;
    overflow: hidden;
    position: relative;
}

.overlay a .over {
    opacity: 0;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(30, 30, 30, 0.6);
    overflow: hidden;
    transition: all 400ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'glacial_indifferencebold';
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FFF;
}

.overlay a:hover .over {
    opacity: 1
}

.overlay.icon-overlay a .over {
    letter-spacing: normal;
    font-size: 30px;
}

.overlay.icon-overlay.small a .over {
    font-size: 18px;
}

.overlay.icon-overlay a .over span:after {
    font-family: 'FontAwesome';
    content: "\f0c1";
}

.overlay.icon-overlay.instagram a .over span:after {
    content: "\f16d";
}


/*-----------------------------------------------------------------------------------*/


/* 	08. CUBE PORTFOLIO
/*-----------------------------------------------------------------------------------*/

.item-details {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

.item-details li {
    margin-bottom: 15px
}

.item-details li span {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2px;
    display: block;
    color: #303030;
}

.cbp a {
    transition: none
}

.cbp .btn {
    transition: inherit;
}

a.cbp-caption {
    color: #FFF !important;
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
    top: 0;
}

.cbp .post-title a,
.cbp-item a.more,
.cbp-item .meta a {
    transition: all 150ms ease-in-out
}

.cbp-filter-container {
    position: relative;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    margin-bottom: -10px;
}

.cbp-l-filters-button .cbp-filter-item {
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.cbp-filter-item {
    display: inline-block;
    font-size: 12px;
    font-family: 'glacial_indifferencebold';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    padding: 0;
    margin: 0 20px 10px 20px;
    transition: all 200ms ease-in-out;
    color: #909090;
    cursor: pointer;
}

.cbp-filter-item.cbp-filter-item-active,
.cbp-filter-item:hover {
    color: #303030;
}

.cbp-caption-activeWrap {
    background: none;
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
    background: rgba(30, 30, 30, 0.6);
    -webkit-transition: all 0.4s;
    transition: all 400ms ease-in-out;
}

a.cbp-caption p {
    font-family: 'glacial_indifferencebold';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    padding: 15px;
}

.cbp-popup-singlePage .cbp-popup-content {
    max-width: 100%;
    width: 100%;
    margin-top: 80px;
}

.cbp-popup-singlePage {
    background: #fff
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    height: 80px;
    background: rgba(244, 244, 244, 0.8);
    z-index: 3000;
    padding: 19px 0;
}

.cbp-popup-singlePage .cbp-popup-navigation {
    width: 1170px !important;
    margin: 0 auto;
    position: relative;
}

.cbp-popup-wrap {
    z-index: 3000
}

.cbp-popup-navigation .cbp-popup-prev:before {
    content: 'Prev'
}

.cbp-popup-navigation .cbp-popup-next:before {
    content: 'Next'
}

.cbp-popup-navigation .cbp-popup-close:before {
    content: 'Close'
}

.cbp-popup-singlePage .cbp-popup-prev,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-close {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    display: inline-block;
    transition: none;
}

.cbp-popup-singlePage .cbp-popup-prev:before,
.cbp-popup-singlePage .cbp-popup-next:before,
.cbp-popup-singlePage .cbp-popup-close:before {
    color: #FFF;
    background: #303030;
    border: 0;
    margin-bottom: 6px;
    margin-left: 6px;
    font-size: 12px;
    font-family: 'glacial_indifferencebold';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    padding: 14px 20px;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    transition: none;
}

.cbp-popup-singlePage .cbp-popup-close:before {
    margin-left: 0;
}

.cbp-popup-ready .cbp-popup-prev:before,
.cbp-popup-ready .cbp-popup-next:before,
.cbp-popup-ready .cbp-popup-close:before {
    transition: background-color 150ms ease-in-out;
}

.cbp-popup-content .lSSlideOuter .lSPager.lSpg>li a,
.cbp-popup-singlePage a,
.cbp-popup-ready .btn {
    transition: none;
}

.cbp-popup-ready a {
    transition: color 150ms ease-in-out;
}

.cbp-popup-ready .lSSlideOuter .lSPager.lSpg>li a,
.cbp-popup-ready .btn {
    transition: background-color 150ms ease-in-out;
}

.cbp-popup-singlePage .cbp-popup-prev:hover:before,
.cbp-popup-singlePage .cbp-popup-next:hover:before,
.cbp-popup-singlePage .cbp-popup-close:hover:before {
    background: #0c0c0c;
}

.cbp-popup-navigation .cbp-popup-prev {
    float: right;
}

.cbp-popup-navigation .cbp-popup-next {
    float: right;
}

.cbp-popup-navigation .cbp-popup-close {
    float: left;
}

.cbp-popup-singlePage-counter {
    display: none;
}


/*-----------------------------------------------------------------------------------*/


/*	09. BLOG
/*-----------------------------------------------------------------------------------*/

.meta {
    margin-bottom: 5px;
}

.meta span:after {
    content: "/";
    font-size: 10px;
    vertical-align: 2px;
    padding: 0 10px 0 10px;
}

.meta span:last-child:after {
    display: none
}

.meta span.comments i {
    vertical-align: 1px;
    padding-right: 3px;
}

.meta.tags a:before {
    content: "#";
    display: inline;
}

.more:after {
    content: "\e011";
    font-family: "budicon";
    padding-left: 5px;
    vertical-align: -1px;
    font-size: 11px;
    font-weight: normal;
}

.list-view .post figure figcaption .inner {
    padding: 25px 30px;
    background: #ffffff;
}

.list-view .post figure figcaption .inner p {
    margin: 0;
}

.list-view .post,
.classic-view .post,
.grid-view .post {
    margin-bottom: 50px;
}

.grid-view .post {
    text-align: center;
}

.blog hr {
    padding-top: 50px;
    margin-bottom: 50px;
}

.grid-view .blog-content hr {
    border: 0;
    margin: 0;
    padding: 0;
    clear: left;
    display: none;
}

.grid-view .blog-content hr:nth-child(3n) {
    display: block
}

.grid-view .blog-content hr:nth-child(3n) {
    display: none
}

.grid-view .blog-content hr:nth-child(4n) {
    display: block
}

.grid-view .post figure,
.classic-view .post figure {
    margin-bottom: 20px;
}

.grid-view .post-content {
    padding: 20px;
    padding-bottom: 0;
    margin: -50px 30px 0;
    background: #FFF;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.page-navi i {
    vertical-align: -1px;
    font-size: 11px;
    font-weight: normal;
}

.page-navi .prev {
    float: left;
}

.page-navi .next {
    float: right;
}

.page-navi .prev i {
    padding-right: 3px;
}

.page-navi .next i {
    padding-left: 3px;
}

.post-nav-wrapper {
    overflow: hidden;
    display: table;
    width: 100%;
}

.post-nav-wrapper a {
    color: inherit;
}

.post-nav-wrapper a:hover {
    color: #5ebcc1;
}

.post-nav-wrapper .meta {
    position: relative;
    display: inline-block;
    margin: 0;
}

.post-nav-wrapper .post-nav {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    text-align: right;
    box-sizing: border-box;
    padding: 0 35px;
}

.post-nav-wrapper .next {
    text-align: left;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.post-nav-wrapper .prev .meta {
    padding-left: 15px
}

.post-nav-wrapper .next .meta {
    padding-right: 15px
}

.post-nav-wrapper i {
    vertical-align: -1px;
    font-size: 11px;
    font-weight: normal;
}

.about-author {
    position: relative;
    padding: 0 0 0 210px;
}

.about-author .author-image {
    position: absolute;
    top: 0;
    left: 0;
}


/*-----------------------------------------------------------------------------------*/


/*	10. COMMENTS
/*-----------------------------------------------------------------------------------*/

#comments {
    margin: 0;
    position: relative;
}

#comments ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments ol.commentlist li {
    padding: 30px 0 0 0;
    background: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 25px;
}

#comments ol.commentlist li:first-child {
    border: none;
    margin: 0;
}

#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
}

#comments .message p {
    margin: 0
}

#comments .message p+p {
    margin-top: 15px
}

#comments .message-inner {
    margin-left: 100px;
    position: relative;
    overflow: hidden;
}

#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 35px;
    list-style: none;
}

#comments .info h5 {
    margin: 0;
    display: inline;
}

#comments .info {
    margin-bottom: 12px
}

#comments .info h5 a {
    color: inherit;
}

#comments .info h5 a:hover {
    color: #5ebcc1;
}

#comments .info .meta {
    display: block;
    margin: 0;
}

#comments .info .meta .date {
    display: inline
}

.comment-form-wrapper p {
    padding-bottom: 20px
}


/*-----------------------------------------------------------------------------------*/


/* 	11. WIDGETS
/*-----------------------------------------------------------------------------------*/

.sidebox {
    margin-top: 50px;
    display: block;
}

.sidebox:first-child {
    margin-top: 0
}

.sidebox a {
    color: inherit
}

.sidebox a:hover {
    color: #5ebcc1
}

.sidebar {
    padding-left: 35px
}

.widget .post-list {
    padding: 0;
    margin: 0;
}

.widget .post-list p {
    margin: 0;
}

.widget .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.widget .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

.widget .post-list li a:hover {
    color: #5ebcc1
}

.widget .post-list figure {
    float: left;
    width: 70px;
    height: 70px;
}

.widget .post-list .post-content {
    margin-left: 85px;
    margin-bottom: 0;
}

.widget .post-list li .post-title {
    margin-bottom: 2px
}

.widget-title {
    margin-bottom: 15px;
}

.widget .list {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer [class*="col-"] .widget {
    margin-top: 30px
}

footer [class*="col-"] .widget:first-child {
    margin-top: 0
}

.sub-footer {
    background: #2a2a2a;
}

footer .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: table;
}

footer .inner .cell {
    display: table-cell;
    vertical-align: middle;
}

footer p {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 30px 0px;
}

.contact-info i {
    /*margin-right: 5px;*/
    font-size: 21px;
    vertical-align: -2px;
    color: #303030;
}

#contact .contact-info i {
    margin-right: 0px;
}

.contact-info.list-inline li {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-info li i,
.contact-info li p {
    display: inline;
    margin-top: 6px;
}

#contact .contact-info li i,
#contact .contact-info li p {
    display: block;
    color: #000;
}


/*-----------------------------------------------------------------------------------*/


/*	12. LIGHTSLIDER
/*-----------------------------------------------------------------------------------*/

.lightSlider img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lightSlider .item {
    max-width: 100%;
}

.lSAction {
    opacity: 0;
}

.lSSlideWrapper:hover .lSAction {
    opacity: 1;
}

.lSAction>a {
    transition: all 150ms ease-in-out;
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
    background: none;
    color: rgba(255, 255, 255, 0.8);
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 45px;
    margin-top: -25px;
    text-align: center;
    display: table;
    letter-spacing: normal;
}

.lSAction>a:hover {
    color: rgba(255, 255, 255, 1);
}

.lSAction>.lSPrev {
    left: 15px
}

.lSAction>.lSPrev>i {
    padding-right: 2px;
}

.lSAction>.lSNext {
    right: 15px
}

.lSAction>.lSNext>i {
    padding-left: 2px;
}

.lSAction>a.disabled {
    pointer-events: none
}

.lSSlideOuter .lSPager.lSpg>li a {
    background: #d0d0d0;
    border-radius: 100%;
    border: 0;
    opacity: 1;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
    transition: all 150ms ease-in-out;
    letter-spacing: normal;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background: #505050;
}

.testimonials .lSSlideOuter .lSPager.lSpg {
    text-align: left;
    padding-left: 20px;
    margin: 0;
}

.text-carousel-controls {
    font-size: 0;
}

.text-carousel-controls .btn {
    font-size: 18px;
}

.cs-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/*-----------------------------------------------------------------------------------*/


/*	13. TILES
/*-----------------------------------------------------------------------------------*/

.row-offset-0 {
    margin-left: 0;
    margin-right: 0;
}

.row-offset-0>[class*="col-"],
.row-offset-0 .row-same-height>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.tiles .items:after {
    content: '';
    display: block;
    clear: both;
}

.tiles {
    margin: 0 -30px -30px 0;
    overflow: hidden;
}

.tiles .item {
    float: left;
    margin-bottom: 30px;
}

.tiles .item {
    height: auto;
}

.tiles .item figure {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0 30px 0 0;
}

.tiles .item figure img {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.tiles.tiles-s {
    margin: 0 -10px -10px 0;
}

.tiles.tiles-s .item {
    margin-bottom: 10px;
}

.tiles.tiles-s .item figure {
    margin: 0 10px 0 0;
}


/*-----------------------------------------------------------------------------------*/


/*  14. BASIC GALLERY
/*-----------------------------------------------------------------------------------*/

.basic-gallery {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.basic-gallery li {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.basic-gallery li:first-child {
    margin-top: 0
}

.basic-gallery li img {
    display: inline;
    max-width: 100%;
    height: auto;
}


/*-----------------------------------------------------------------------------------*/


/*  15. FACTS
/*-----------------------------------------------------------------------------------*/

.facts .fcounter {
    color: #303030;
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
}

.facts p {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    margin: 0;
    line-height: 25px;
    text-align-last: center;
}


/*-----------------------------------------------------------------------------------*/


/*	16. TABS
/*-----------------------------------------------------------------------------------*/

.nav-tabs {
    border: 0;
    margin-bottom: 5px;
}

.nav-tabs>li {
    margin: 0 5px 10px 0
}

.nav-tabs>li>a {
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    font-family: 'glacial_indifferenceregular';
    padding: 14px 20px;
    border: 0;
    background: rgba(30, 30, 30, 0.1);
    color: #303030;
}

.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #303030;
    border: 0;
    color: #fff;
}

.nav-tabs>li.active>a {
    background: rgba(30, 30, 30, 0.85);
    border: 0;
    color: #fff;
    position: relative;
}


/*-----------------------------------------------------------------------------------*/


/*	17. ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/

.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
    background: none;
    border: 0;
}

.panel-group .panel-heading .panel-title {
    color: #303030;
    font-size: 22px;
    line-height: 1;
    font-family: 'glacial_indifferenceregular';
    border-radius: 0;
    transition: all 150ms ease-in-out;
}

.panel-group .panel-title>a {
    display: block;
    padding: 14px 20px;
    background: rgba(30, 30, 30, 0.1);
    color: #303030;
}

.panel-group .panel-active a,
.panel-group .panel-title>a:hover,
.panel-group .panel-title>a:focus {
    background: #ab1f34;
    border: 0;
    color: #fff;
    position: relative;
}

.panel-group .panel-title>a.collapsed {
    background: #ab1f34;
}

.panel-group .panel-title>a {
    background: #ab1f34;
    color: #ffffff;
    font-weight: 600;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border: 0;
    padding-top: 0px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body ul {
    padding: 0px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body ul li {
    padding: 14px 20px;
    background: #4a4a4a;
}

.panel-body {
    padding: 20px 0
}

.panel-group .panel-title>.tab-title.collapsed:after {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 25px;
    left: auto;
    top: 45%;
    color: white;
    border-top-color: rgba(255, 254, 254, 0.85);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(30, 30, 30, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

.panel-group .panel-title>.tab-title {
    position: relative;
}

.panel-group .panel-title>.tab-title:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 25px;
    left: auto;
    top: 38%;
    color: white;
    border-top-color: rgba(255, 254, 254, 0.85);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(30, 30, 30, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}


/*-----------------------------------------------------------------------------------*/


/*	 18. TOOLTIP
/*-----------------------------------------------------------------------------------*/

.tooltip {
    font: inherit
}

.tooltip-inner {
    color: #fff;
    background-color: rgba(30, 30, 30, 0.9);
    padding: 5px 12px 5px;
    border-radius: 0;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: rgba(30, 30, 30, 0.9)
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgba(30, 30, 30, 0.9)
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgba(30, 30, 30, 0.9)
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgba(30, 30, 30, 0.9)
}


/*-----------------------------------------------------------------------------------*/


/* 	19. PARALLAX
/*-----------------------------------------------------------------------------------*/

.parallax {
    background: url(../style/images/art/parallax.jpg) fixed no-repeat center center;
    background-size: cover;
    position: initial;
    z-index: 1;
    overflow: hidden;
}

.parallax1 {
    background-image: url(../style/images/art/parallax.jpg);
}

.parallax2 {
    background-image: url(../style/images/art/parallax2.jpg);
}

.parallax.mobile {
    background-attachment: scroll
}


/*-----------------------------------------------------------------------------------*/


/*	20. PROGRESS CIRCLE
/*-----------------------------------------------------------------------------------*/

.circle-progress {
    height: auto;
    text-align: center;
}

.circle {
    position: relative;
    width: 60%;
    height: auto;
    margin: 0 auto 20px;
}

.circle i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #FFF
}

.circle-progress h4 {
    display: block;
    text-align: center;
    width: 100%;
}


/*-----------------------------------------------------------------------------------*/


/*	21. PROGRESS BAR
/*-----------------------------------------------------------------------------------*/

.progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.progress-list p {
    margin-bottom: 5px;
}

.progress-list li {
    margin-bottom: 20px;
}

.progress-list li .bar {
    position: relative;
}


/*-----------------------------------------------------------------------------------*/


/* 	22. PRICING & TABLES
/*-----------------------------------------------------------------------------------*/

.panel.pricing {
    text-align: center;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(30, 30, 30, 0.05);
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 0;
}

.panel.pricing .panel-heading {
    padding: 0;
    padding-top: 10px
}

.panel.pricing .panel-title {
    margin: 0;
    padding: 35px 0;
    padding-top: 5px;
    font-size: 22px;
    line-height: 30px;
    color: #303030;
}

.panel.pricing .icon {
    margin-bottom: 10px;
}

.panel.pricing table {
    margin-bottom: 0
}

.pricing .panel-body {
    padding: 35px 0 0 0;
    text-align: center;
    background: rgba(30, 30, 30, 0.05);
    border-top: 0;
}

.panel.pricing .price {
    padding: 20px 0 0;
    margin: 0;
    color: #404040;
    background: none;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.price-value {
    font-size: 50px
}

.price-currency {
    display: inline-block;
    vertical-align: super;
    font-size: 16px;
    padding-right: 3px;
}

.price-duration {
    font-size: 14px;
    display: block;
}

.price-duration:before {
    content: "/";
    padding-right: 5px;
}

.panel-desc {
    display: block;
    margin-top: 10px;
    line-height: 1;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px 0;
    line-height: 1;
    vertical-align: top;
}

.pricing .table>tbody>tr>td {
    border: 0
}

.panel.pricing .table>tbody>tr:nth-child(2n) {
    background: none
}

.panel-footer {
    padding: 25px 0 40px;
    background: none;
    border: 0;
    background: #FFF;
}

.panel.pricing .panel-footer a {
    margin: 0
}

.panel.pricing .panel-title,
.pricing .panel-body {
    border: 0;
    background: none;
}

.pricing .panel-footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: none;
}


/*-----------------------------------------------------------------------------------*/


/*	23. GO TO TOP
/*-----------------------------------------------------------------------------------*/

#scrollUp {
    bottom: 15px;
    right: 15px;
    transition: background 150ms ease-in-out;
    -webkit-backface-visibility: hidden;
}

#scrollUp .btn {
    background: rgba(30, 30, 30, 0.6);
    letter-spacing: normal;
    font-size: 18px;
    padding: 8px 12px 9px 11px;
}

#scrollUp .btn:hover,
#scrollUp .btn:focus,
#scrollUp .btn:active,
#scrollUp .btn.active {
    background: rgba(30, 30, 30, 0.8);
}


/*-----------------------------------------------------------------------------------*/


/*	24. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/

.social {
    padding: 0;
    margin: 0;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 1;
}

.social li {
    display: inline-block;
    margin: 0 20px 10px 0;
}

.pull-right .social li,
.social.pull-right li,
.text-right .social li {
    margin: 0 0 10px 20px
}

.text-center .social li,
.social.text-center li {
    margin: 0 10px 10px 10px
}

.social li a {
    display: table;
    line-height: 1;
}

.social li a i {
    background: none;
    box-shadow: none;
    border: 0;
    height: auto;
    width: auto;
    font-size: 18px;
    transition: all 150ms ease-in-out;
}

.social li a {
    color: #808080
}

.social li a:hover {
    color: #505050;
}

.inverse-wrapper .social li a {
    color: #ddd;
}

.inverse-wrapper .social li a:hover {
    color: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*	25. FORMS
/*-----------------------------------------------------------------------------------*/

select {
    -webkit-appearance: none;
    box-shadow: none;
    width: 100%;
    font-weight: 400;
}

label {
    font-weight: inherit
}

label input,
label textarea {
    margin-top: 5px;
}

.form-field label {
    width: 100%
}

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"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 44px;
    color: #606060;
    background: rgba(30, 30, 30, 0.07);
    border: 0;
    border-radius: 0;
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    transition: all 150ms ease-in-out;
}

.widget input {
    margin-bottom: 0
}

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,
.uneditable-input:focus {
    box-shadow: none;
    border: 0;
    background: rgba(30, 30, 30, 0.08);
}

.inverse-wrapper select,
.inverse-wrapper textarea,
.inverse-wrapper input[type="text"],
.inverse-wrapper input[type="password"],
.inverse-wrapper input[type="datetime"],
.inverse-wrapper input[type="datetime-local"],
.inverse-wrapper input[type="date"],
.inverse-wrapper input[type="month"],
.inverse-wrapper input[type="time"],
.inverse-wrapper input[type="week"],
.inverse-wrapper input[type="number"],
.inverse-wrapper input[type="email"],
.inverse-wrapper input[type="url"],
.inverse-wrapper input[type="search"],
.inverse-wrapper input[type="tel"],
.inverse-wrapper input[type="color"],
.inverse-wrapper .uneditable-input {
    color: #ddd;
    background: rgba(30, 30, 30, 0.35);
}

.inverse-wrapper textarea:focus,
.inverse-wrapper input[type="text"]:focus,
.inverse-wrapper input[type="password"]:focus,
.inverse-wrapper input[type="datetime"]:focus,
.inverse-wrapper input[type="datetime-local"]:focus,
.inverse-wrapper input[type="date"]:focus,
.inverse-wrapper input[type="month"]:focus,
.inverse-wrapper input[type="time"]:focus,
.inverse-wrapper input[type="week"]:focus,
.inverse-wrapper input[type="number"]:focus,
.inverse-wrapper input[type="email"]:focus,
.inverse-wrapper input[type="url"]:focus,
.inverse-wrapper input[type="search"]:focus,
.inverse-wrapper input[type="tel"]:focus,
.inverse-wrapper input[type="color"]:focus,
.inverse-wrapper .uneditable-input:focus {
    background: rgba(30, 30, 30, 0.45);
}

textarea {
    height: 100%;
    width: 100%;
    padding: 8px 13px;
    line-height: 24px;
    margin-bottom: 20px;
    min-height: 200px;
    resize: vertical;
    font-weight: inherit;
}

.form-container .form-field {
    position: relative
}

.form-container .form-field i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 13px;
    margin: 1px 0 0 0;
    line-height: 40px;
    color: #a3a3a3;
    height: 38px;
    line-height: 40px;
    border-right: 1px solid #ccc;
    font-weight: normal;
}

.form-container .form-field input,
.form-container .form-field select {
    -moz-appearance: none
}


/*.form-container [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}*/

select {
    color: #ccc;
}

@-moz-document url-prefix() {
    select {
        color: #ccc;
        text-shadow: 0 0 0 transparent;
    }
}

.text-center .vanilla-form .btn {
    margin: 0 auto
}

.vanilla-form label.custom-select {
    position: relative;
    display: block;
}

.vanilla-form label.custom-select span {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: 10px;
    top: 0;
    height: auto;
    width: auto;
    pointer-events: none;
    padding: 9px 0 0 0;
    color: #fff;
}

.vanilla-form label.custom-select span::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 18px;
}

.vanilla-form input.error,
.vanilla-form textarea.error,
.vanilla-form label.custom-select select.error,
.vanilla-form label.custom-select select.error:active,
.vanilla-form label.custom-select select.error:focus {
    border: 1px solid #d9534f;
}

.state-error,
.btn.state-error:hover {
    background-color: #de4747;
    color: #FFF;
}

.vanilla-form .radio-set {
    margin-bottom: 10px
}

.vanilla-form .radio-set label {
    margin-right: 10px
}

.vanilla-form input[type="radio"],
.vanilla-form input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 10px;
}

.vanilla-form input[type="radio"]+span,
.vanilla-form input[type="checkbox"]+span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: -3px;
    position: relative;
}

.vanilla-form input[type="radio"]+span::after,
.vanilla-form input[type="checkbox"]+span::after {
    content: "";
    display: inline-block;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.vanilla-form input[type="radio"]:focus+span,
.vanilla-form input[type="checkbox"]:focus+span,
.vanilla-form input[type="radio"]:active+span,
.vanilla-form input[type="checkbox"]:active+span {
    border-color: #80c9a1
}

.vanilla-form input[type="radio"]:checked+span::after,
.vanilla-form input[type="checkbox"]:checked+span::after {
    opacity: 1
}

.vanilla-form input[type="radio"].error+span,
.vanilla-form input[type="checkbox"].error+span {
    border-color: #de4747
}

.vanilla-form input[type="radio"]+span {
    border-radius: 100%
}

.vanilla-form input[type="radio"]+span::after {
    border-radius: 100%;
    background-color: #80c9a1;
    border-color: #80c9a1;
}

.vanilla-form input[type="radio"]:checked+span,
.vanilla-form input[type="checkbox"]:checked+span {
    border: 1px solid #80c9a1
}

.vanilla-form input[type="radio"]:checked+span::after {
    border: 4px solid #ffffff
}

.vanilla-form input[type="checkbox"]+span::after {
    height: 40%;
    width: 70%;
    background-color: transparent;
    border: 0 solid #80c9a1;
    top: 9px;
    left: 2px;
    -webkit-transform: rotate(-45deg) translate(50%, -75%);
    -moz-transform: rotate(-45deg) translate(50%, -75%);
    -ms-transform: rotate(-45deg) translate(50%, -75%);
    -o-transform: rotate(-45deg) translate(50%, -75%);
    transform: rotate(-45deg) translate(50%, -75%);
}

.vanilla-form input[type="checkbox"]:checked+span::after {
    border-left-width: 0.2em;
    border-bottom-width: 0.2em;
}

.vanilla-form .notification-box {
    display: block;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
}

.vanilla-form .notification-box.show-error {
    background-color: #f2dede;
    border-color: #ddb8be;
    color: #a94442;
    border-radius: 4px
}

.vanilla-form .notification-box.show-success {
    background-color: #5cb85c;
    border: 0;
    color: #FFF;
    border-radius: 4px
}

.searchform {
    position: relative
}

.searchform input {
    margin: 0
}

.searchform:after {
    content: '\f002';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 16px;
    color: #505050;
}

 ::-webkit-input-placeholder {
    color: #606060;
    font-weight: normal;
}

 :-moz-placeholder {
    color: #606060;
    font-weight: normal;
    opacity: 1;
}

 ::-moz-placeholder {
    color: #606060;
    font-weight: normal;
    opacity: 1;
}

 :-ms-input-placeholder {
    color: #606060;
    font-weight: normal;
}


/*-----------------------------------------------------------------------------------*/


/*	26. LIGHTGALLERY
/*-----------------------------------------------------------------------------------*/

.lg-backdrop {
    background: rgba(30, 30, 30, 0.93);
    z-index: 3001;
}

.lg-outer {
    z-index: 3050;
}

.lg-icon {
    transition: all 150ms ease-in-out
}

.lg-outer .lg-thumb-item {
    border-radius: 0
}

.lg-outer .lg-thumb-item,
.lg-outer .lg-thumb-item:hover {
    border-color: transparent
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item.active:hover {
    border-color: #fff
}

.lg-outer .lg-thumb {
    text-align: center
}

.lg-outer .lg-thumb-item {
    float: none;
    display: inline-block;
}

.lg-sub-html {
    z-index: 1060;
    background: rgba(30, 30, 30, 0.6);
}

.lg-sub-html h3 {
    margin-bottom: 5px;
    color: #FFF;
    font-size: 22px;
}

.lg-sub-html p {
    font-size: 16px;
    color: #ddd;
    margin: 0;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 80px
}

.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer {
    background: #272727
}

.lg-outer .lg-toogle-thumb,
#lg-counter,
.lg-toolbar .lg-icon {
    color: rgba(255, 255, 255, 0.8)
}

.lg-toolbar {
    background: none;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background: none;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 0;
    padding: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    margin-top: -52px;
}

.lg-actions .lg-next {
    padding-right: 0;
}

.lg-actions .lg-prev {
    padding-left: 0;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    background: none;
    color: rgba(255, 255, 255, 1);
}

.lg-actions .lg-next:before,
.lg-actions .lg-prev:after {
    font-family: 'FontAwesome';
    font-size: 45px;
    border-radius: 0;
    font-weight: normal;
}

.lg-actions .lg-prev:after {
    content: "\f104";
}

.lg-actions .lg-next:before {
    content: "\f105";
}

.lg-toolbar .lg-icon {
    font-size: 35px;
    padding: 15px 0;
    margin-right: 5px;
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-outer .lg-toogle-thumb {
    border-radius: 0
}

.lg-outer .lg-toogle-thumb {
    z-index: 1061
}

.lg-sub-html {
    padding: 15px 40px
}

.lg-outer .lg-thumb {
    padding: 7px 0
}

.lg-outer .lg-item {
    background: none
}

.lg-outer .lg-item.lg-complete:after {
    display: none
}

#lg-counter {
    font-size: 16px;
}


/*-----------------------------------------------------------------------------------*/


/*	27. FONT ICONS
/*-----------------------------------------------------------------------------------*/

.font-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.font-icons li {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: center;
}

.font-icons i {
    font-size: 36px
}

.retina-icons-code i {
    width: 22px;
    display: inline-block;
}

.budicons-list .font-icons li {
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
}

.budicons-list .retina-icons-code i {
    font-size: 30px;
    line-height: 1;
    margin-top: 5px;
    display: block;
}


/*-----------------------------------------------------------------------------------*/


/*	28. RESPONSIVE
/*-----------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
    .rev_slider_wrapper.fullscreen-container {
        min-height: 100vh;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cbp-popup-singlePage .cbp-popup-navigation {
        width: 970px !important
    }
}

@media (min-width: 992px) {
    .navbar .navbar-collapse {
        float: right;
        position: relative;
        right: 0;
    }
    .navbar .navbar-nav {
        float: right;
        display: inline;
    }
    .navbar .navbar-nav>li {
        margin: 0;
        display: inline-block;
    }
    .navbar .navbar-brand,
    .navbar .navbar-header,
    .navbar .navbar-collapse {
        float: none;
    }
    .navbar .navbar-nav>li>a {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .navbar-header {
        width: 100%;
        height: auto;
    }
    .navbar .navbar-collapse {
        width: 100%;
    }
    .navbar .navbar-header,
    .navbar .navbar-collapse {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
    .navbar .navbar-header {
        width: 30%;
    }
    @media (max-width:1200px) and (min-width:992px) {
        .navbar .navbar-header {
            width: 23%;
        }
        .navbar .navbar-nav>li {
            margin: 0 0 0 22px !important;
        }
    }
    .navbar .navbar-collapse,
    .navbar .cell {
        width: 100%;
        text-align: right;
        padding: 0;
    }
    .navbar .navbar-inner {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .navbar .navbar-nav>li {
        margin: 0 0 0 27px;
    }
    .navbar .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar .dropdown-menu {
        padding-top: 11px;
        padding-bottom: 11px;
        background: #2a2a2a;
        text-align: center;
    }
    .navbar-nav>li>.dropdown-menu {
        border-top: 2px solid #fff;
    }
    .navbar-nav>li>.dropdown-menu:before {
        content: "";
        width: 0;
        display: block;
        position: absolute;
        height: 10px;
        top: -12px;
        left: 50%;
        margin-left: -6px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
    }
    .navbar .dropdown-menu li {
        border: none
    }
    .navbar .dropdown-menu li a {
        padding: 10px 20px
    }
    .navbar .dropdown-menu li a:hover,
    .navbar .dropdown-menu li a.active {
        padding: 10px 20px;
        color: #FFF;
    }
    .navbar-nav ul ul {
        padding-top: 6px !important;
        padding-left: 2px !important;
    }
    .navbar-nav ul ul ul {
        padding-left: 5px !important
    }
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .caret {
        display: inline-block
    }
    .navbar .container {
        width: 100%;
        padding: 0;
    }
    .navbar,
    .navbar.fixed {
        padding: 0;
    }
    .navbar .navbar-header {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        transition: all 300ms ease-in-out;
    }
    .navbar.fixed .navbar-header {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .navbar .navbar-brand,
    .navbar .nav-bars-wrapper {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
    .navbar .dropdown-menu {
        padding-left: 20px
    }
    .navbar .navbar-nav>li {
        margin: 0 40px
    }
    .navbar .navbar-nav>li>a {
        color: #ccc
    }
    .navbar .nav>li.current>a,
    .navbar .nav>li>a:hover {
        color: #fff
    }
    .navbar-nav>li>a,
    .navbar .dropdown-menu li a,
    .navbar .dropdown-menu li a:hover,
    .navbar .dropdown-menu li a.active {
        padding: 10px 0px !important
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 1
    }
    .navbar .navbar-collapse {
        background: #2a2a2a;
        padding: 0;
        z-index: 7;
    }
    .navbar .navbar-nav::-webkit-scrollbar {
        display: none;
    }
    .navbar .navbar-nav {
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: scroll;
    }
    [class*="col-"][class*="pl"] {
        padding-left: 15px
    }
    [class*="col-"][class*="pr"] {
        padding-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid-view .blog-content hr:nth-child(3n) {
        display: none
    }
    .grid-view .blog-content hr:nth-child(4n) {
        display: block
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar .navbar-header {
        width: 750px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cbp-popup-singlePage .cbp-popup-navigation {
        width: 720px !important
    }
    .list-view .post .col-md-5 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 360px),
(max-height: 600px) {
    .cbp-popup-next,
    .cbp-popup-prev,
    .cbp-popup-close {
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 767px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .navbar .navbar-header {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    .cbp-popup-singlePage .cbp-popup-navigation {
        width: 100% !important;
        padding: 0 20px;
    }
    footer [class*="col-"] {
        margin-bottom: 30px
    }
    footer .inner .cell {
        display: block;
        vertical-align: middle;
        text-align: center;
        margin-top: 20px;
    }
    footer .inner .cell:first-child {
        margin-top: 0px;
    }
    /*    [class*="col-"] {
            margin-bottom: 30px
        }*/
    .form-container [class*="col-"] {
        margin-bottom: 0
    }
    .sidebar {
        padding-left: 15px
    }
    .blog .sidebar {
        clear: both;
        padding-top: 60px
    }
    #comments .user {
        display: none
    }
    #comments .message-inner {
        margin-left: 0
    }
    #comments ul.children {
        padding: 0 0 0 25px
    }
}


/*********************************************CUSTOM_CSS*******************************/


/*******************************INDEX***************************/

.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 95%;
    left: 0;
    width: max-content;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 400ms ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    padding: 0px;
    list-style: none;
    background: black;
    min-width: 100%;
    max-width: unset;
}

.sub-menu li a {
    text-transform: capitalize;
    text-align: left;
    margin: 0px;
    border-bottom: 1px solid #ececec59;
    padding: 10px 10px;
}

.sub-menu a:nth-child(even):hover {
    background-color: #00aeef;
}

.sub-menu a:hover {
    background: brown;
}

.sub-menu a {
    color: white;
    display: block;
}

.sub-menu .sub-menu {
    display: none;
}

#heder_top {
    padding: 3px 0px;
    background: #4a4a4a;
}

.heder_top_info ul:first-child li {
    padding-left: 0px;
}

.heder_top_info ul li {
    display: inline-block;
    color: #ddd;
    padding: 0px 12px;
}

.heder_top_info ul li {
    display: inline-block;
    color: #ddd;
}

.heder_top_social ul:last-child li {
    padding-right: 0px;
}

.heder_top_social ul li {
    display: inline-block;
    color: #ddd;
    padding: 0px 8px;
}

a {
    text-decoration: none;
    color: #222;
    transition: all 0.4s linear;
}

.heder_top_social ul li .fa {
    color: #ddd;
    transition: all 0.3s linear;
}

.heder_top_social ul:last-child li {
    margin-right: 5px;
}

.heder_top_social ul:last-child li:last-child {
    margin-right: 0px;
}

.heder_top_social ul:last-child li {
    padding-right: 0px;
    font-size: 13px;
    line-height: 15px;
}

#heder_top ul {
    margin: 0px;
}

.heder_top_social ul li:hover a .fa {
    color: #69B6CA !important;
}

nav.navbar {
    background-color: whitesmoke;
    border-color: #e7e7e7;
    position: inherit;
    top: 4.5%;
    width: 100%;
    z-index: 999;
    border-radius: 0px;
    border-style: none;
    margin: 0px;
    padding: 5px 0px;
}

#about-page {
    padding: 50px 0;
    background: #f5f5f5;
    padding-bottom: 0px;
}

#about-page #about {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

#about figure {
    position: relative;
}

#about figure iframe {
    position: absolute;
    top: 0px;
}

.grid {
    overflow: hidden;
    margin: 0;
    padding: 3em 0 0 0;
    width: 100%;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -3px;
    width: 100%;
    height: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.4;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: default;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure .start-shopping {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*---------------*/


/***** Roxy *****/


/*---------------*/

figure.effect-roxy {
    background: rgba(0, 0, 0, 0.81);
}

figure.effect-roxy img {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: center;
}

figure.effect-roxy h2 {
    padding: 5% 0 10px 0;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

figure.effect-roxy p {
    font-style: italic;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
    opacity: 0.1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-roxy img {
    max-width: 120%;
}

.pad0 {
    padding: 0px;
}

figure .view-more {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

figure .view-more {
    background: black;
    color: white;
    font-size: 14px;
    text-indent: 0px;
}

figure.effect-roxy:hover .start-shopping {
    opacity: 1;
    text-indent: 0%;
    font-size: 10px;
    border: 1px solid white;
    color: white;
    background: rgba(200, 38, 43, 0.35);
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 65px;
    float: none;
    display: inline-block;
    clear: both;
    margin: 0 auto;
    top: unset;
}

figure.effect-roxy:hover .view-more button {
    background: #333333;
    color: white;
    padding: 8px 15px;
    margin-top: 15px;
    border: none;
    outline: none;
}

.blog_item {
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}

.blog_img {
    position: relative;
    min-height: 223px;
    background: #fff;
    max-height: 223px;
    overflow: hidden;
}

.blog_date {
    height: 58px;
    width: 59px;
    background: rgba(164, 43, 64, 0.64);
    position: absolute;
    top: 0;
    text-align: center;
}

.blog_date h3 {
    margin: 0px;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    padding-top: 2px;
}

.blog_date p {
    color: #fff;
    margin: 0px;
    font-family: 'Merriweather', serif;
    font-size: 15px;
}

.blog_content {
    padding: 20px 18px 0px 18px;
}

.blog_text h3 {
    line-height: 1.3;
    min-height: 72px;
    margin: 0px;
    color: #222;
    text-transform: capitalize;
    padding: 10px 0px;
    font-size: 20px;
    text-align: left;
}

.blog_text p {
    margin: 0px;
    color: #444;
    padding-bottom: 10px;
    min-height: 125px;
    max-height: 80px;
    overflow: hidden;
}

.blog_info ul:first-child li {
    padding-left: 0px;
}

.blog_info ul li {
    padding: 0px 9px;
}

.blog_info ul li {
    display: inline-block;
    font-family: 'Merriweather', serif;
}

.blog_btn a {
    text-decoration: none;
    transition: all 0.3s linear;
    color: #222;
    text-transform: capitalize;
    font-size: 15px;
}

.blog_btn a .fa {
    transition: all 0.3s linear;
}

.blog_btn a:hover {
    color: rgb(157, 50, 67);
}

.blog_btn a:hover .fa {
    padding-left: 6px;
}

figure.snip1197 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    margin: 40px 1% 40px;
    /*min-width: 400px;*/
    /*max-width: 480px;*/
    max-height: 315px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1197 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip1197 img {
    float: right;
    max-width: 40%;
    vertical-align: middle;
    border-radius: 0 8px 8px 0;
}

figure.snip1197 figcaption {
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    position: absolute;
    background-color: #ffffff;
    border-radius: 8px 0 0 8px;
}

figure.snip1197 blockquote {
    position: relative;
    padding: 25px 50px 25px 50px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
}

figure.snip1197 blockquote:before,
figure.snip1197 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure.snip1197 blockquote:before {
    top: 25px;
    left: 20px;
}

figure.snip1197 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
}

figure.snip1197 .arrow {
    top: 30px;
    left: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
}

figure.snip1197 .author {
    position: absolute;
    top: 100%;
    width: 60%;
    padding: 10px 15px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

figure.snip1197 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
}

figure.snip1197 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}

.pad15 {
    padding: 15px;
}

.testimonial {
    padding: 10px 0 !important;
    /*background: #333333;*/
}

.testimonial__quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: none;
    margin-bottom: 0px;
}

@media (min-width: 43.8125em) {
    .testimonial__text {
        border-radius: 0 50px;
    }
}

.testimonial__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 9.09091em;
    padding: 1.36364em 1.81818em;
    padding-right: 38px;
    font-size: 15px;
    text-align: justify;
    line-height: 1.55;
    color: #888;
    background: white;
    border-radius: 0 30px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
}

.testimonial__meta {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial__quote footer::before {
    content: "";
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0';
}

@media (min-width: 43.8125em) {
    .testimonial__img {
        border-width: 3px;
    }
}

@media (min-width: 43.8125em) {
    .testimonial__img {
        min-width: 7.25em;
        width: 7.25em;
        height: 7.25em;
        margin: 0 1.875em 0 -3.625em;
    }
}

.testimonial__img {
    min-width: 15em;
    width: 15em;
    height: 15em;
    z-index: 4;
    margin-right: 1.25em;
    font-size: 1rem;
    border-radius: 50%;
    background: white;
    border: solid 2px white;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.testimonial__author {
    font-size: 1.375rem;
    line-height: 1.1;
    color: white;
}

.testimonial__position {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 43.75em) {
    .testimonial__quote {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 43.75em) {
    .testimonial__text {
        margin-bottom: 1.36364em;
    }
}

#testimonial .testimonial {
    /*background-image: url(../images/patern.jpg);*/
    background: #a32f44;
    background-size: cover;
    min-height: 175px;
    height: 175px;
}

#testimonial {
    clear: both;
}

#testimonial .testimonial-left .testimonial__text {
    border-radius: 30px 0px;
    padding-left: 38px;
    padding-right: 2.27273em;
}

#testimonial .testimonial-left .testimonial__position {
    float: right;
}

#testimonial .testimonial-left .testimonial__author {
    float: right;
}

#testimonial .testimonial-left .testimonial__img {
    margin-left: 1.25em;
    margin-right: auto;
    margin: 0 -3.625em 0 1.875em;
}

.margbtm-80 {
    margin-bottom: 80px;
}

.heder_top_info ul li {
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 15px;
}

.heder_top_info ul li i {
    margin-right: 8px;
    color: #ddd;
}

.heder_top_info ul li a {
    color: #fff;
}

.learnmore {
    background: #a32f44;
    border: none;
    color: white;
    padding: 15px 15px;
    transition: all 150ms ease-in-out;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    border-radius: 2px;
    color: #fff!important;
    text-shadow: none!important;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.learnmore:hover {
    background: #1f2128;
    border-radius: 5px;
}

.learnmore:hover i {
    color: #a32f44;
}

.learnmore i {
    margin-left: 10px;
    color: white;
    border-radius: 30px;
    font-size: 13px;
}

.learnmore:hover i {
    transition: all 150ms ease-in-out;
    margin-left: 20px;
}

footer .unordered-list li {
    line-height: 1.8;
    font-size: 14px;
}

.margbtm-60 {
    margin-bottom: 60px;
}

#home {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.bg-color {
    background: black;
    width: 70%;
    height: 80%;
    margin: 0 auto;
    text-align: center;
    left: 0px;
    right: 0px;
    vertical-align: middle;
    opacity: 13;
    z-index: 9000000000;
    visibility: visible;
}

.tp-loop-wrap {
    background: black;
    height: auto;
    width: 100%;
    height: 100%;
}


/*******************************INDEX-END***************************/


/*---------------------------------------
    MAIN-SLIDER
-----------------------------------------*/

.start-shopping {
    margin-right: 255px;
    /*border: 1px solid white;*/
    color: white;
    font-size: 14px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    font-weight: 500;
    background: rgba(200, 38, 43, 0.35);
    padding: 10px 25px;
    text-align: center;
    line-height: initial;
    -webkit-transition: .5s all;
}

.continue-shopping {
    border: none;
    color: #8c8c8c;
    font-size: 14px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    padding: 10px 25px;
    text-align: center;
    line-height: initial;
    -webkit-transition: .5s all;
}

.continue-shopping:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    top: -1px;
    position: relative;
    padding-right: 7px;
}

.start-shopping:hover {
    text-decoration: none;
    background: #61b346;
    border: 2px solid #61b346;
    color: white;
    box-shadow: inset 0 3px 5px rgba(90, 90, 90, 0.23);
}

#main-slider .slide-text p {
    font-size: 22px;
    font-weight: 100;
    /*font-family: roboto;*/
    color: white;
    margin-bottom: 35px;
}

#main-slider .slide-text h3 {
    letter-spacing: 2px;
    font-size: 40px;
    /*font-family: roboto-black;*/
    font-weight: 500;
    color: white;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 5px;
    text-transform: uppercase;
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    bottom: 3%;
    left: 0px;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-top: 1px;
    white-space: nowrap;
    text-align: -webkit-center;
    margin: 0 auto;
    z-index: 3;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    /*left: 0;*/
    width: 58%;
    top: 25%;
    /*right: 0;*/
    /*margin: auto;*/
    padding: 10px;
    position: absolute;
    /*text-align: left;*/
    padding: 40px 85px;
    background: rgba(200, 38, 43, 0.46);
}

.right0 {
    right: 0px;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    border: 2px solid #222222;
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 15px 10px;
        top: 0;
    }
    #main-slider .slide-text p {
        font-size: 18px;
    }
    #main-slider .slide-text h3 {
        font-size: 26px;
        margin-bottom: 18px;
    }
    #main-slider .start-shopping {
        margin-right: 0px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line>.carousel-indicators {
        display: none;
    }
}

.navbar .navbar-nav>li>a {
    font-size: 17px;
    text-transform: lowercase;
    font-weight: 400;
    transition: all 400ms;
}

.navbar .navbar-nav>li.active>a {
    font-weight: 600;
}

.slick-initialized .slick-slide {
    display: flex;
}

footer .contact-info li {
    line-height: 30px;
}

#testimonial .control-round .carousel-control {
    top: 35%;
}

#testimonial .bs-slider {
    height: auto !important;
}


/**********************************************************rightside-popup***********************************/

.stylepicker {
    display: none;
    width: 0px;
    min-height: 200px;
    position: fixed;
    top: 40px;
    right: 0px;
    z-index: 99999;
    font-family: "Open Sans", sans-serif;
}

.stylepicker.globe {
    top: 180px;
}

.showAd {
    left: -540px;
}

.hideAd {
    left: 0px;
}

.stylepicker .content form {
    display: flow-root;
}

.stylepicker .content form select,
.stylepicker .content form textarea,
.stylepicker .content form input[type="text"],
.stylepicker .content form input[type="password"],
.stylepicker .content form input[type="datetime"],
.stylepicker .content form input[type="datetime-local"],
.stylepicker .content form input[type="date"],
.stylepicker .content form input[type="month"],
.stylepicker .content form input[type="time"],
.stylepicker .content form input[type="week"],
.stylepicker .content form input[type="number"],
.stylepicker .content form input[type="email"],
.stylepicker .content form input[type="url"],
.stylepicker .content form input[type="search"],
.stylepicker .content form input[type="tel"],
.stylepicker .content form input[type="color"],
.stylepicker .content form .uneditable-input {
    font-size: 13px;
    margin: 0px;
    height: 34px;
    color: rgb(119, 119, 119);
    -webkit-appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(199, 199, 199);
    background: transparent;
}

.stylepicker .content .form-submit {
    margin-top: 39px;
    width: 100%;
    padding: 11px 20px;
}

.stylepicker .content {
    opacity: 0;
    width: 540px;
    right: 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(85, 85, 85);
    position: relative;
    box-shadow: rgba(50, 50, 50, 0.2) 0px 0px 8px 2px;
    transition: ease-in 200ms;
    padding: 10px;
}

.stylepicker.globe .content .handler {
    background-color: #00aeef;
}

.fa-smileemoji {
    background-image: url(../images/download.png);
    background-size: 32px 36px;
    background-repeat: no-repeat;
    background-position: center 14px;
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    width: 100%;
    height: 100%;
}

.stylepicker .content .handler {
    position: absolute;
    line-height: 40px;
    color: #FFF;
    left: -30px;
    /* letter-spacing: 1px; */
    top: 50px;
    width: 30px;
    height: 135px;
    background-color: rgb(0, 0, 0);
    font-size: 17px;
    text-align: center;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    box-shadow: rgba(50, 50, 50, 0.2) 6px 0px 11px;
}

.stylepicker .content .handler i {
    color: #fff;
    transform: rotate(90deg);
    margin-right: -4px;
}

.fa-chevron-right::before {
    content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬ï¿½";
}

.stylepicker .content h5 {
    background-color: rgb(74, 74, 74);
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
    font-family: "Open Sans", sans-serif;
    padding: 10px;
}

.stylepicker .content .options {
    padding: 25px 15px;
}

.stylepicker .content label {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    margin: 10px 0px;
    font-weight: 600;
}

.stylepicker #style-picker select {
    cursor: pointer;
}

#style-picker p {
    font-size: 14px;
    padding: 15px 20px;
    font-style: italic;
    line-height: 1.8;
    text-align: justify;
}

.stylepicker .content select {
    width: 100%;
    font-size: 11px;
    color: rgb(119, 119, 119);
    text-transform: uppercase;
    -webkit-appearance: none;
    text-indent: 0.01px;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(199, 199, 199);
    border-image: initial;
    background: url(../images/arrow.png) 100% 50% no-repeat;
}

.stylepicker .content .checkboxes {
    margin-top: 10px;
}

.view-more1 {
    border: 2px solid #30323a;
    color: black;
    font-size: 14px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    font-weight: 500;
    background: transparent;
    padding: 10px 25px;
    text-align: center;
    line-height: initial;
    -webkit-transition: .5s all;
}

.view-more1:hover {
    border: 2px solid #222222;
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.faculties figure {
    /*max-height: 300px;*/
}

figure.effect-roxy .start-shopping {
    margin-top: 15px;
    margin-right: 0px;
    opacity: 0;
    text-indent: 0%;
    font-size: 10px;
    border: 1px solid #222222;
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 65px;
    float: none;
    display: inline-block;
    clear: both;
    margin: 0 auto;
    top: unset;
}

figure.effect-roxy .start-shopping:hover {
    border: 1px solid #222222;
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 65px;
    float: none;
    display: inline-block;
    clear: both;
    margin: 0 auto;
    top: unset;
}

.padtopbtm15 {
    padding-top: 15px;
    padding-bottom: 15px;
}


/**************************************/


/****************************************************ABOUT***********************************************/


/*.banner{
    height: 350px;
    overflow: hidden;
}*/

.banner {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #4a4a4a;
}

.bg-overlay {
    background: rgba(130, 36, 227, 0.3);
    background: -moz-linear-gradient(left, rgba(130, 36, 227, 0.3) 0%, rgba(51, 158, 221, 0.4) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(130, 36, 227, 0.3)), color-stop(100%, rgba(51, 158, 221, 0.4)));
    background: -webkit-linear-gradient(left, rgba(130, 36, 227, 0.3) 0%, rgba(51, 158, 221, 0.4) 100%);
    background: -o-linear-gradient(left, rgba(130, 36, 227, 0.3) 0%, rgba(51, 158, 221, 0.4) 100%);
    background: -ms-linear-gradient(left, rgba(130, 36, 227, 0.3) 0%, rgba(51, 158, 221, 0.4) 100%);
    background: linear-gradient(to right, rgba(130, 36, 227, 0.3) 0%, rgba(51, 158, 221, 0.4) 100%);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.kl-bottommask--mask6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
}

.kl-bottommask {
    z-index: 1;
}

.kl-bottommask--mask6 .svgmask {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner img {
    width: 100%;
    /*height: 100%;*/
}

.ph-content-v-center {
    display: table-cell;
    position: absolute;
    vertical-align: middle;
    top: 45%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.breadcrumbs {
    margin: 0 0 10px;
    padding: 7px 15px 5px;
    list-style: none;
    background: rgba(0, 0, 0, 0.8);
    float: left;
    border-radius: 2px;
}

.breadcrumbs li:first-child {
    padding-left: 0;
    background: none;
    margin-left: 0;
}

.breadcrumbs li {
    float: left;
    color: #eee;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.breadcrumbs li a {
    color: #fff;
}

.breadcrumbs li:after,
.breadcrumbs2 li:after {
    border: 4px solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    display: inline-block;
    border-left-color: #008dc2;
    margin: 0 5px 0 10px;
}

.breadcrumbs li.last:after,
.breadcrumbs2 li.last:after {
    display: none;
}

.subheader-titles {
    text-align: right;
    margin-top: -7px;
}

.subheader-maintitle {
    color: #fff;
    line-height: 1.3;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
    font-family: 'glacial_indifferenceregular';
    text-transform: none;
    letter-spacing: normal;
}

.subheader-subtitle {
    color: #fff;
    display: inline-block;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.facts {
    display: inline-block;
}

.facts .box {
    margin: 0px;
    margin-bottom: 70px;
    position: relative;
    display: table-cell;
    text-align: center;
    /*padding: 0px;*/
}

.facts .box .icon-holder {
    /*position: absolute;*/
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

.facts .box i {
    color: #121212;
    font-size: 60px;
    opacity: .8;
    line-height: 60px;
    margin: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    display: table;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

.facts .box i:before {
    display: table-cell;
    vertical-align: middle;
}

.facts .box-line {
    border-bottom-color: #d6d6d6;
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #d6d6d6;
    margin: 0;
    margin-bottom: 25px;
}

.facts .box i {
    width: 60px;
}

.facts .box-line::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 3px;
    display: block;
    left: 50%;
    border-radius: 3px;
    top: -1px;
    box-shadow: 0px 5px 0 -1px #fff, 0px 10px 0 -1px #fff, 0px 15px 0 -1px #fff, 0px 20px 0 -1px #fff;
    background-color: #121212;
    box-shadow: 0px 5px 0 -1px #121212, 0px 10px 0 -1px #121212, 0px 15px 0 -1px #121212, 0px 20px 0 -1px #121212;
}

.hg_section--relative {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.p-0 {
    padding: 0;
}

.media-container {
    position: relative;
}

.h-400 {
    height: 400px !important;
}

.kl-bg-source:not(:empty),
.kl-bg-source__overlay,
.kl-bg-source__bgimage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.kl-bg-source__overlay {
    pointer-events: none;
}

.kl-bg-source__overlay-gloss {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -43%;
    background-color: #FFF;
    width: 100%;
    -webkit-transform: skewX(-55deg);
    -ms-transform: skewX(-55deg);
    transform: skewX(-55deg);
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: .08;
}

.media-container__link--btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.media-container__link--btn:hover .media-container__text {
    color: #c9262b;
    transition: all 400ms;
}

.borderanim2-svg {
    width: 400px;
}

.borderanim2-svg {
    position: relative;
}

svg:not(:root) {
    overflow: hidden;
}

.borderanim2-svg__shape {
    stroke-dasharray: 100 1000;
    stroke-dashoffset: -620;
    stroke: #cd2122;
}

.borderanim2-svg__shape {
    stroke-width: 8px;
    fill: transparent;
    stroke: #FFF;
    -webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.borderanim2-svg .media-container__text {
    line-height: 70px;
}

.media-container__link--style-borderanim2 .media-container__text {
    text-align: center;
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 19px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.kl-bottommask--mask3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
}

.kl-bottommask {
    z-index: 1;
}

.kl-bottommask--mask3 .svgmask {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -15px;
}

.kl-bottommask--mask3 .glyphicon {
    position: absolute;
    bottom: 5px;
    left: 50%;
    display: block;
    width: 30px;
    text-align: center;
    font-size: 22px;
    opacity: 0.2;
    height: 15px;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 1px;
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.borderanim2-svg__shape {
    stroke-dasharray: 100 1000;
    stroke-dashoffset: -620;
    stroke: #cd2122;
}

.borderanim2-svg__shape {
    stroke-width: 8px;
    fill: transparent;
    /*stroke: #FFF;*/
    -webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.style2:hover .borderanim2-svg__shape {
    stroke-dasharray: 940;
}

.media-container:hover .borderanim2-svg__shape {
    stroke-width: 3px;
    stroke-dashoffset: 0;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 0%;
    /* left: 50%; */
    max-width: 70%;
    /* max-height: 395px; */
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    /* overflow: hidden; */
    background: #FFF;
    z-index: 4;
    overflow: visible;
    margin: 0 auto;
    text-align: center;
    left: 0px;
    right: 0px;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "ÃƒÆ’Ã¢â‚¬â€�";
}

#fade:hover~#boxclose {
    display: none;
}

.left_sidebar ul {
    list-style: none;
    padding: 0px;
}

.left_sidebar ul li:before {
    content: "";
    padding-left: 15px;
}

.left_sidebar ul li.active {
    color: #c9262b;
}

.left_sidebar ul li.active:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 0px;
    margin-right: 10px;
}

.left_sidebar ul li {
    line-height: 32px;
}

.left_sidebar-fixed {
    position: fixed;
    top: 100px;
    /*width: 25%;*/
}

.main-content {
    float: right;
}

.display-none {
    display: none;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.logolist {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logolist li {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
}

a {
    color: #000;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.logolist li img {
    opacity: .8;
}

.logolist li:hover img {
    opacity: 1;
}

img {
    max-width: 100%;
    height: auto;
}

.marg0 {
    margin: 0px;
}

.margtop-0 {
    margin-top: 0px !important;
}

.bg-white {
    background: #fff;
}


/********************************our_team********************************/

.topnav li.drop .pPanel,
#totop,
.playVideo span,
.theHoverBorder,
.hoverBorder h6,
.partners_carousel li a,
.hoverBorder:hover img,
.feature_box.style3 .box,
.services_box .icon,
.gobox,
.hover-box,
.circlehover span,
.process_box,
#sidebar ul.menu li a,
.zn_sidebar ul.menu li a,
[id*='sidebar-widget-'] ul.menu li a,
.timeline_box,
.timeline_box:hover .date,
.services_box.style2 .box,
.team_member,
.ptcarousel .controls>a,
.shop-features .shop-feature,
.timeline_box:before,
.support_panel {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.team_member {
    background: #fff;
    padding: 0 0 5px;
    position: relative;
    margin-bottom: 30px;
    min-height: 326px;
}

a.grayHover {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #000;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    margin-bottom: 10px;
}

a.grayHover img {
    position: relative;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    float: none;
}

.team_member>h4 {
    font-size: 14px;
    line-height: 1.1;
}

.team_member>h4,
.team_member>h6 {
    padding: 0 20px;
}

.team_member>h6 {
    font-size: 12px;
}

.team_member>h4,
.team_member>h6 {
    padding: 0 20px;
}

.team_member .details {
    width: 100%;
}

.team_member .details {
    padding: 0 20px 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 11px;
}

.team_member .details .social-icons {
    padding: 0;
    margin-left: -4px;
    margin-right: -4px;
}

.social-icons {
    margin-left: 10px;
    margin-bottom: 0;
    z-index: 1;
}

.team_member .details .social-icons li:first-child {
    margin-left: 0;
}

.team_member .details .social-icons li {
    margin: 0 4px;
}

.team_member .details .social-icons li:last-child {
    margin-right: 0;
}

.social-icons.sc--colored .icon-facebook {
    background-color: #3b579d;
}

.social-icons li a {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.social-icons li a:before {
    line-height: 30px;
}

.icon-facebook:before {
    content: "\f09a";
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.team_member .details .social-icons li {
    margin: 0 4px;
}

.social-icons.sc--colored .icon-twitter {
    background-color: #5ea9dd;
}

.icon-twitter:before {
    content: "\f099";
}

.social-icons.sc--colored .icon-google {
    background-color: #df4b38;
}

.icon-google:before {
    content: "\f0d5";
}

.social-icons.sc--colored .icon-linkedin {
    background-color: #007ab5;
}

.icon-linkedin:before {
    content: "\f0e1";
}

.team_member:hover {
    z-index: 2;
}

.team_member:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.team_member:hover .details {
    opacity: 1;
    visibility: visible;
}

.social-icons li {
    display: inline-block;
    margin: 5px;
    margin-left: 10px;
    margin-right: 0;
    vertical-align: top;
}

.margtop-45 {
    margin-top: 45px !important;
}

.accreditations {
    position: sticky;
}

.about-facts {
    position: absolute;
    left: 0px;
    right: 0px;
    color: white;
    margin: 0 auto;
    bottom: 100px;
    width: 1100px;
    text-align: center;
}


/********************************our_team-end********************************/


/********************************LOCATION********************************/

.ih-item.circle {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #8080803d;
}

.ih-item a {
    color: #333;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item.circle.effect10 .img {
    z-index: 11;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
    border-radius: 50%;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle.effect10 .info {
    background: rgba(118, 3, 186, 1);
    background: -moz-linear-gradient(left, rgb(201, 69, 124) 0%, rgb(206, 53, 58) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(118, 3, 186, 1)), color-stop(100%, rgba(143, 21, 21, 1)));
    background: -webkit-linear-gradient(left, rgb(201, 69, 124) 0%, rgb(206, 53, 58) 100%);
    background: -o-linear-gradient(left, rgb(201, 69, 124) 0%, rgb(206, 53, 58) 100%);
    background: -ms-linear-gradient(left, rgb(201, 69, 124) 0%, rgb(206, 53, 58) 100%);
    background: linear-gradient(to right, rgb(201, 69, 124) 0%, rgb(206, 53, 58) 100%);
    /*background: #333333;*/
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 80px 30px 0;
    padding: 25px 0 0 0;
    height: 78px;
    font-weight: bolder;
}

.ih-item.circle.effect10 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect10.bottom_to_top .info p {
    margin: 0 30px;
    padding: 5px;
}

.ih-item.circle.effect10 .info p {
    color: #efefef;
    font-style: italic;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px !important;
}

.ih-item a:hover {
    text-decoration: none;
}

.ih-item.circle.effect10.bottom_to_top a:hover .img {
    -webkit-transform: translateY(-50px) scale(0.5);
    -moz-transform: translateY(-50px) scale(0.5);
    -ms-transform: translateY(-50px) scale(0.5);
    -o-transform: translateY(-50px) scale(0.5);
    transform: translateY(-50px) scale(0.5);
    visibility: hidden;
}

.ih-item.circle.effect10 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item .country-name {
    background: gray;
    color: white;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    left: 0px;
    right: 0px;
    position: absolute;
    bottom: 35px;
    z-index: 35;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect10 a:hover .country-name {
    visibility: hidden;
    -webkit-transform: translateY(50px) scale(0.5);
    -moz-transform: translateY(50px) scale(0.5);
    -ms-transform: translateY(50px) scale(0.5);
    -o-transform: translateY(50px) scale(0.5);
    transform: translateY(50px) scale(0.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.location-box {
    margin-bottom: 35px;
}


/********************************LOCATION-end********************************/


/****************************************************ABOUT-END***********************************************/


/****************************************************CONTACT***********************************************/

#contact .banner:hover .bg-overlay {
    opacity: 0;
    transition: ease-out 300ms;
}


/****************************************************CONTACT-END***********************************************/


/****************************************************Service-page***********************************************/

#service .lead {
    font-size: 16px;
    line-height: 1.7em;
}

.listing ul {
    margin-left: 15px;
}

.listing ul li {
    margin-bottom: 15px;
}

.margtop-50 {
    margin-top: 50px;
}

.view-course {
    animation: button-off 0.5s;
    background-color: rgba(200, 38, 43, 0.35);
    color: #FFF;
    border-radius: 3px;
    clear: both;
    margin-top: 15px;
    font-size: 13px;
    width: 142px;
    opacity: 0;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    max-width: 20em;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 12px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    height: fit-content !important;
    position: absolute;
    top: 80px !important;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 1px solid white;
}

figure.isotope-image-gallery-1:hover .view-course {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    border: none;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2 !important;
}

.view-course:hover,
.view-course:focus {
    color: white;
}

.course-contents p {
    font-size: 16px;
    line-height: 1.7em;
}

.course-contents ul {
    margin-left: 15px;
}

.course-contents ul li {
    margin-bottom: 15px;
}


/****************************************************Service-page-END***********************************************/


/****************************************************Freeresources-page***********************************************/

.tutorial-video {
    /*margin-bottom: 30px;*/
    display: inline-block;
}


/****************************************************Freeresources-page-END***********************************************/

.abt-content p {
    line-height: 22px;
}

.y-apchia {
    font-size: 49px;
    opacity: 0.94 !important;
    letter-spacing: -.053em;
    padding-bottom: 5px;
}

.course-gal-h2 {
    padding: 5% 0 10px 0 !important;
    color: white !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
    letter-spacing: 2px !important;
}

.circle i img {
    width: 45%;
}

.listing-box .row {
    display: flex;
    flex-wrap: wrap;
}

.listing-box ul li {
    margin-bottom: 20px;
    cursor: default;
}

.listing-box {
    color: rgb(0, 0, 0);
    background-image: url(../images/courses/home-middle-univer.jpg);
    position: relative;
    box-sizing: border-box;
    padding-left: 104.5px;
    padding-right: 104.5px;
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}

.listing-box .univer-services-thumbnail {
    margin-bottom: 60px;
}

.listing-box .univer-thumbnail-image {
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: left;
    background-size: contain;
}

.listing-box .univer-services-data .univer-header-title>a {
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: inherit;
    line-height: 1.2;
    -webkit-transition: all 0.1s linear 0s;
    -khtml-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}

.listing-box .univer-services-data .univer-header-title>a:before {
    background-image: url(../images/courses/man-talking-by-mic-on-a-presentation.svg);
    content: "";
    display: inline-block;
    height: 45px;
    width: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: left;
    background-size: contain;
    position: absolute;
    float: left;
    left: 0px;
    top: -15px;
}

.listing-box .univer-services-data .univer-header-title>a.schedule:before {
    background-image: url(../images/courses/calendar.svg) !important;
}

.listing-box .univer-services:hover .univer-header-title {
    color: #c9262b;
}

element.style {}

.listing-box .univer-services-data .univer-data-footer>.listing-box .univer-services-data .univer-data-footer>span {
    width: 23px;
    position: relative;
    height: 8px;
    font-size: 0;
    display: inline-block;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding: 10px 0;
}

.listing-box .univer-services-data .univer-data-footer>span:before {
    content: "";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    left: 0;
    background-color: #c9262b;
    width: 100%;
    height: 2px;
}


/*.listing-box .univer-services-data .univer-data-footer > span:after{
    content: "";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    right: -5px;
    border: 4px solid transparent;
    border-left: 5px solid #c9262b;
}*/

.listing-box .univer-data-footer {
    position: relative;
    width: 20%;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    margin-top: 25px;
}

.listing-box .univer-services:hover .univer-data-footer {
    width: 60%;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.listing-box .univer-services {
    color: #000000;
    background: #ffffff7d;
    padding: 19px;
    height: 100%;
}

.grid {
    padding-top: 0px;
}

.univer-data-content {
    min-height: 260px;
    cursor: default;
}

.cloud {
    position: absolute;
    width: 100%;
}

.form-control {
    border: 1px solid #dcdfe0;
}

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"],
.uneditable-input {
    border: 1px solid #dcdfe0;
    background: transparent;
}

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,
.uneditable-input:focus {
    border: 1px solid #dcdfe0;
    background: transparent;
}

.career-submit {
    /* padding: 12px 15px 12px 30px !important; */
    color: white;
    background: transparent;
    border: 1px solid #ca272d;
    margin-left: 5px;
    transition: all 0.5s ease;
}

.career-submit:after {
    content: "\f197";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px;
    -webkit-font-smoothing: antialiased;
    /* display: none; */
    transition: all 0.5s ease;
}

.career-submit:hover {
    border: 1px solid #c9262c;
    color: #c9262c;
    background: transparent !important;
}

.career-submit:hover:after {
    padding-left: 15px;
    color: #c9262b;
}

.career-form .form-control {
    border: 1px solid #9a9c9c !important;
}

.free-resorces .classic-view {
    margin-top: 30px;
}

.course-desc-listing ul {
    list-style: none;
}

.course-desc-listing ul li:before {
    content: "\2713";
    position: absolute;
    margin-left: -1.3em;
    font-weight: bold;
}

.blog-posts figure {
    min-height: 240px !important;
}


}
@font-face {
    font-family: Myriad Pro;
    src: url(../fonts/Myriad-Pro.OTF);
}
.navbar .navbar-nav>li>a {
    font-family: Myriad Pro;
}
.navbar .navbar-nav>li>a:focus,
.navbar .nav>li>a:hover,
.navbar .nav>li.active>a {
    color: #a33044;
}
.apachia-broucher {
    display: inline-block;
    padding: 0 55px;
}
.apachia-broucher .box {
    margin: 0px 10px;
    border: 1px solid #e0dbdb;
    margin-bottom: 45px;
}
.apachia-broucher h4 {
    background: #2d2d2d;
    color: white;
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 20px;
}
.apachia-broucher h3 {
    text-align: center;
    margin-bottom: 40px;
    background: #a42f46;
    padding: 5px 0;
    color: white;
}
.apachia-broucher .univer-data-content {
    padding: 0 15px;
    min-height: 225px;
}
.apachia-broucher .univer-data-content ul li {
    list-style: none;
}
.listing-box .apachia-broucher ul li {
    margin-bottom: 15px;
}

/*
.listing-box .apachia-broucher .univer-services-data .univer-header-title > a{
    padding-left: 10px;
}
.listing-box .apachia-broucher .univer-services-data .univer-header-title > a:before{
    background: none;
}*/

/*.apachia-broucher .univer-data-content ul li:before {
        content: "\2713";
        position: absolute;
        margin-left: -1.3em;
        font-weight: bold;
}*/
.listing-box .apachia-broucher .univer-services .univer-data-footer {
    margin-top: 45px;
}
.listing-box .apachia-broucher .univer-services .univer-header-title>a.diploma:before {
    background-image: url(../images/icons/diploma.png);
}
.listing-box .apachia-broucher .univer-services .univer-header-title>a.graduate:before {
    background-image: url(../images/icons/graduation.png);
}
.listing-box .apachia-broucher .univer-services .univer-header-title>a.post-graduate:before {
    background-image: url(../images/icons/post-graduation.png);
}
.listing-box .apachia-broucher .univer-services {
    padding: 0px;
    margin-top: 10px;
}
.apachia-broucher .programe {
    /* border: 1px solid #e1dbdb; */
    
    padding: 0px;
    /* border-top: 0px; */
    
    margin-bottom: 50px;
}
.box-apachia {
    background: none !important;
}
.footer-contact {
    margin: 15px 0px !important;
}
.footer-followus {
    margin-top: 31px;
    border-top: 1px solid #545454;
    display: block;
    padding-top: 18px;
}
.footer-followus p {
    float: left;
    margin-right: 0px;
}
.footer-followus ul {
    float: left;
    list-style: none;
}
.footer-followus li {
    float: left;
    margin-right: 10px;
}
.footer-followus li a {
    color: #fff;
    display: block;
}
.contact-followus {
    margin-top: 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding-top: 15px;
    text-align: center;
    display: block;
}
.contact-followus p {
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 15px;
}
.contact-followus ul {
    float: left;
    list-style: none;
}
.contact-followus li {
    float: left;
    margin-right: 10px;
}
.contact-followus li a {
    color: #c9252b;
    display: block;
}
.followus-box {
    width: 127px;
    margin: 0px auto;
}
.career-image img {
    opacity: .3;
}

/*in-testomonials*/
.in-testomonials {
    margin: 70px 0px 80px 0px;
    text-align: center;
}
.in-testomonials .text-box {
    margin-bottom: 30px;
    border-bottom: 1px dotted #d4d4d4;
    padding-bottom: 30px;
}
.in-testomonials .text-box .img-box {
    width: 112px;
    height: 112px;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: 30px;
}
.in-testomonials .text-box .img-box img {
    border-radius: 50%;
}
.in-testomonials .text-box .cont h2 {
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    color: #7d7d7d;
    background: url(../images/icon/line4.png) 0px bottom no-repeat;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
}
.in-testomonials .text-box .cont p {
    color: #a1a1a1;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 28px;
}
.computer-listbox li {
    width: 50%;
    float: left;
}
#contact .banner {
    height: auto;
}
.fright {
    float: right;
}
.section-careers .banner {
    height: 300px !important;
}
#video_background_video_0 video {
    top: -240px !important;
    width: 100% !important;
}
.banner .map-image {
    height: 400px;
    background-size: cover;
    background-position: center;
}
.little-hearts-img {
    height: 400px;
    background-size: cover;
    background-position: unset;
    background-repeat: no-repeat;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */

/*   This is the background overlay   */
.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    z-index: 101;
    display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 400px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -180px;
    background-color: #a32f44;
    background-image: url(https://www.apachia.com/extra-images/popupbg.jpg);
    background-blend-mode: color-burn;
    z-index: 102;
    padding: 10px 20px;
}

/*   This is the closing button  */
#btnClose {
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #BCBCBC;
}

/*   This is the closing button hover state  */
#btnClose:hover {
    color: #c90c12;
}

/*   This is the description headline and paragraph for the form   */
#delayedPopup>div.formDescription {
    float: left;
    display: block;
    width: 44%;
    padding: 1% 3%;
    font-size: 18px;
    color: #666;
    clear: left;
}

/*   This is the styling for the form's headline   */
#delayedPopup>div.formDescription h2 {
    color: #444444;
    font-size: 36px;
    line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
    float: left;
    width: 47%;
    padding: 1%;
    display: block;
    font-size: 16px;
    color: #666;
    margin-left: 1%;
}

/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
    width: 95%;
    height: 30px;
    font-size: 18px;
    padding: 3px;
    margin-bottom: 5px;
}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
    border: solid 2px #40c348;
    box-shadow: 0 1px 3px #AAAAAA;
}

/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
    border: solid 2px #40c348;
    box-shadow: none;
}

/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
    width: 100%!important;
    height: 40px!important;
    margin: 10px auto 0 auto;
    background: #5D9E62;
    border: none;
    color: #fff;
}

/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
    background: #40c348;
    color: #fff;
    box-shadow: none!important;
    cursor: pointer;
}
.popup-contact {
    width: 90%;
    margin: 4px;
    font-size: 18px;
    color: black;
    background-color: #fffffff0;
    border: none;
}
.submit-popup {
    border-color: black;
    border-style: solid;
    border-width: 4px;
    font-size: 28px;
    margin-top: 14px;
    width: 90%;
    background: #fff200;
    padding: 7px;
}
input#name {
    width: 90%;
    margin: 4px;
    font-size: 18px;
    color: black;
    background-color: #fffffff0;
    border: none;
}
input#tel {
    width: 90%;
    margin: 4px;
    font-size: 18px;
    color: black;
    background-color: #fffffff0;
    border: none;
}
input#email {
    width: 90%;
    margin: 4px;
    font-size: 18px;
    color: black;
    background-color: #fffffff0;
    border: none;
}
@media only screen and (min-width: 992px) {
    .mobile_link_sub {
        display: none !important;
    }
}
@media only screen and (max-width: 992px) {
    .sub-menu-parent {
        position: relative;
    }
    
    .sub-menu-parent .sub-menu .sub-menu {
        background: rgb(82, 82, 82);
    }
    
    .desk_link_sub {
        font-size: 0px;
        position: absolute !important;
        right: 0px;
        top: 0px;
        background: rgb(62, 62, 62) url(../images/icons/dropdown.svg) no-repeat center !important;
        width: 40px;
        bottom: auto;
    }
}
#study_abroad #about .light-wrapper .img_sec .img_box {
    height: 325px;
    width: 100%;
    /* background-position: center !important; */
    
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
@media only screen and (max-width: 992px) {
    #study_abroad #about .light-wrapper .img_sec .img_box {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 576px) {
    #study_abroad #about .light-wrapper .img_sec .img_box {
        height: 280px;
    }
}
#study_abroad .dark-wrapper .grid figure.effect-roxy {
    height: 455px;
}
#study_abroad #why-choose {
    padding-bottom: 60px;
}
#study_abroad .dark-wrapper .grid .courses-div .effect-roxy h2 {
    padding: 20% 0 10px 0 !important;
    letter-spacing: 1px;
    word-spacing: normal;
}
#study_abroad .dark-wrapper .grid .effect-roxy figcaption {
    padding: 50px 30px !important;
}
#study_abroad .dark-wrapper .grid .effect-roxy p {
    font-style: normal;
    height: 200px;
    overflow-y: scroll;
}
#study_abroad .dark-wrapper .grid .effect-roxy p::-webkit-scrollbar {
    width: 5px;
}
#study_abroad .country_sec {
    min-height: 382px;
    padding: 55px 0 70px;
    width: 100%;
    background-repeat: no-repeat !important;
    position: relative;
    background-position: center !important;
}
@media only screen and (max-width: 576px) {
    #study_abroad .country_sec {
        padding: 30px 0;
    }
}
#study_abroad .country_sec::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(223, 223, 223, .80);
}
#study_abroad .country_sec .all_sec {
    position: relative;
    z-index: 20
}
#study_abroad .country_sec .all_sec .flag_sec {
    margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
    #study_abroad .country_sec .all_sec .flag_sec .flag_box {
        margin-bottom: 25px;
    }
}
#study_abroad .country_sec .all_sec .flag_sec .flag_box {
    padding: 30px 15px;
    background: #fff;
    text-align: center;
    display: block;
}
#study_abroad .country_sec .all_sec .flag_sec .flag_box .fst_col {
    max-width: 100px;
    margin: auto;
}
#study_abroad .country_sec .all_sec .flag_sec .flag_box .title {
    padding: 15px 0;
    font-size: 24px;
    color: #303030;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
#study_abroad .country_sec .all_sec .flag_sec .flag_box .scnd_col .view_more {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 13px;
    border: solid 1px #cfcfcf;
    width: fit-content;
    margin: auto;
    transition: .5s ease-in-out;
}
#study_abroad .country_sec .all_sec .flag_sec .flag_box:hover .scnd_col .view_more {
    color: #954d5a;
}
#crs_details {
    padding: 70px 0 110px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
#crs_details .cntnt_box {
    background: rgba(255, 255, 255, .70);
    padding: 90px 40px 80px;
}
@media only screen and (max-width: 992px) {
    #crs_details .cntnt_box {
        padding: 60px 15px;
    }
}
#crs_details .cntnt_box .fst_box .head {
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: normal;
}
@media only screen and (max-width: 768px) {
    #crs_details .cntnt_box .fst_box .head {
        font-size: 26px;
    }
}
@media only screen and (max-width: 480px) {
    #crs_details .cntnt_box .fst_box .head {
        font-size: 24px;
    }
}
#crs_details .cntnt_box .fst_box p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
}
@media only screen and (min-width: 1200px) {
    #crs_details .cntnt_box .fst_box .ft_bx p {
        padding-right: 40px;
    }
}
#crs_details .cntnt_box .scnd_box {
    margin-bottom: 85px;
}
#crs_details .cntnt_box .scnd_box .sec_title {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    margin-top: 5px;
    position: relative;
    margin-bottom: 70px;
    line-height: normal;
}
@media only screen and (max-width: 768px) {
    #crs_details .cntnt_box .scnd_box .sec_title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 480px) {
    #crs_details .cntnt_box .scnd_box .sec_title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 992px) {
    #crs_details .cntnt_box .scnd_box .sec_title {
        padding-bottom: 10px;
        width: fit-content;
    }
    
    #crs_details .cntnt_box .scnd_box .sec_title::after {
        top: auto !important;
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    #crs_details .cntnt_box .scnd_box .sec_title {
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 768px) {
    #crs_details .cntnt_box .scnd_box .sec_title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 480px) {
    #crs_details .cntnt_box .scnd_box .sec_title {
        font-size: 24px;
    }
}
#crs_details .cntnt_box .scnd_box .sec_title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    right: 45px;
    width: 60%;
    background: #c9252b;
}
#crs_details .cntnt_box .scnd_box .head {
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
}
@media only screen and (max-width: 768px) {
    #crs_details .cntnt_box .scnd_box .head {
        font-size: 26px;
    }
}
@media only screen and (max-width: 480px) {
    #crs_details .cntnt_box .scnd_box .head {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) {
    #crs_details .cntnt_box.georgia-cntnt_box .scnd_box .head {
        font-size: 27px;
    }
}
#crs_details .cntnt_box .scnd_box ul {
    list-style: circle;
}
#crs_details .cntnt_box .scnd_box ul li {
    font-size: 16px;
    color: #000000;
    line-height: normal;
    margin-bottom: 20px;
}
#crs_details .cntnt_box .thrd_box .head {
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: normal;
}
@media only screen and (max-width: 768px) {
    #crs_details .cntnt_box .thrd_box .head {
        font-size: 26px;
    }
}
@media only screen and (max-width: 480px) {
    #crs_details .cntnt_box .thrd_box .head {
        font-size: 24px;
    }
}
#crs_details .cntnt_box .thrd_box p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
}
@media only screen and (min-width: 992px) {
    .navbar .navbar-nav>li>.desk_d {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .navbar .navbar-nav>li>.mob_d {
        font-size: 0;
        z-index: 999;
        height: 36px;
    }
}
@media only screen and (min-width: 576px) {
    #study_abroad .parallax1 .numbered {
        display: flex;
        justify-content: center;
    }
}
svg {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.studyGeorgia #crs_details {
    margin-top: 0 !important;
}
.Certification .OverviewSec {
    padding: 35px 0 25px;
}
@media only screen and (min-width: 576px) {
    .Certification .OverviewSec {
        padding: 65px 0 50px;
    }
}
.Certification .OverviewSec p {
    font-size: 16px;
    line-height: 1.7em;
}
.Certification .OverviewSec ul {
    margin-left: 15px;
}
.Certification .OverviewSec ul li {
    margin-bottom: 15px;
}
.Certification .KeyFeaturesSec {
    padding: 70px 0 65px;
    background: rgb(245, 245, 245);
}
@media only screen and (min-width: 576px) {
    .Certification .KeyFeaturesSec {
        padding: 70px 0 100px;
    }
}
.Certification .KeyFeaturesSec .section-title {
    text-align: center;
    margin-bottom: 45px;
}
.Certification .KeyFeaturesSec .Grid {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px;
}
.Certification .KeyFeaturesSec .itm {
    width: calc(100% / 2);
    padding: 15px 7px;
}
@media only screen and (min-width: 576px) {
    .Certification .KeyFeaturesSec .itm {
        padding: 30px 15px;
        width: calc(100% / 3);
    }
}
@media only screen and (min-width: 1200px) {
    .Certification .KeyFeaturesSec .itm {
        width: calc(100% / 4);
    }
}
.Certification .KeyFeaturesSec .Box {
    text-align: center;
}
.Certification .KeyFeaturesSec .Box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgb(163, 47, 68);
    margin: auto;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
    .Certification .KeyFeaturesSec .Box .icon {
        margin-bottom: 30px;
    }
}
.Certification .KeyFeaturesSec .Box img,
.Certification .KeyFeaturesSec .Box svg {
    width: 45px;
    fill: #fff;
}
@media only screen and (min-width: 576px) {
    .Certification .KeyFeaturesSec .Box img,
    .Certification .KeyFeaturesSec .Box svg {
        width: 60px;
    }
}
.Certification .KeyFeaturesSec .Box .box-line {
    border-bottom-color: #d6d6d6;
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #d6d6d6;
    margin: 0;
    margin-bottom: 25px;
}
.Certification .KeyFeaturesSec .Box .box-line::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 3px;
    display: block;
    left: 50%;
    border-radius: 3px;
    top: -1px;
    box-shadow: 0px 5px 0 -1px #fff, 0px 10px 0 -1px #fff, 0px 15px 0 -1px #fff, 0px 20px 0 -1px #fff;
    background-color: #121212;
    box-shadow: 0px 5px 0 -1px #121212, 0px 10px 0 -1px #121212, 0px 15px 0 -1px #121212, 0px 20px 0 -1px #121212;
}
.Certification .KeyFeaturesSec .Box .Txt {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    line-height: 25px;
    text-align-last: center;
}
@media only screen and (max-width: 576px) {
    .Certification .listing-box {
        padding: 25px 0 70px;
    }
}
#service .pdfSec {
    background: rgb(40, 31, 34);
    padding: 30px 0;
    margin-top: 25px;
}
#service .pdfSec .pdf {
    display: block;
}


#faq{
    padding:40px 0;
}

#faq .section-title{
    margin-bottom:25px;
    text-align:center;
}

#faq #accordion .card{
    margin-bottom: 10px;
}

#faq #accordion .card-header{
    background-color: #303030;
}

#faq #accordion .card-body{
    padding: 15px 25px 20px;
}
/*#faq #accordion{*/
/*    margin-top:15px;*/
/*}*/

#faq #accordion .card-header .btn-link{
    margin-bottom:0;
    width: 100%;
    text-align:start;
    text-decoration:none;
    font-weight:600;
    white-space:inherit;
    line-height:18px;
    position:relative;
    padding: 14px 40px 14px 20px;
    background-color: #fff;
    color: #606060;
    border: 1px solid #e5e5e5;
    font-size:18px;
    text-transform: inherit;
    margin-right:0;
    letter-spacing:0;
    font-family: 'glacial_indifferencebold';
    font-weight: normal;
}
#faq #accordion .card-header .btn-link::after{
    position:absolute;
    content:"+";
    width:15px;
    height:15px;
    top:10px;
    right:15px;
    color:#000;
    font-size:26px;
}

#faq #accordion .card-header .btn-link[aria-expanded="true"]::after{
    content:"-";
}



#faq #accordion .card-header .btn-link:focus{
    outline:none;
    outline-offset:none;
}

@media only screen and (max-width:575px){
    #faq #accordion .card-header .btn-link::after{
        top:20px;
    }
}
    
@media only screen and (max-width:468px){
    #faq #accordion .card-header .btn-link{
        font-size:16px;
    }
    #faq #accordion .card-body{
        font-size: 13px;
    }
    #faq .section-title{
        margin-bottom:15px;
    }
}    
   


