@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff'),
        url('../fonts/Georgia.ttf') format('truetype'),
        url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMediumRegular.eot');
    src: url('../fonts/GothamMediumRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamMediumRegular.woff2') format('woff2'),
        url('../fonts/GothamMediumRegular.woff') format('woff'),
        url('../fonts/GothamMediumRegular.ttf') format('truetype'),
        url('../fonts/GothamMediumRegular.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TrajanProBold';
    src: url('../fonts/TrajanProBold.eot');
    src: url('../fonts/TrajanProBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TrajanProBold.woff2') format('woff2'),
        url('../fonts/TrajanProBold.woff') format('woff'),
        url('../fonts/TrajanProBold.ttf') format('truetype'),
        url('../fonts/TrajanProBold.svg#TrajanProBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/GothamBookRegular.eot');
    src: url('../fonts/GothamBookRegular.woff2') format('woff2'),
        url('../fonts/GothamBookRegular.woff') format('woff'),
        url('../fonts/GothamBookRegular.ttf') format('truetype'),
        url('../fonts/GothamBookRegular.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
    font-family: 'Gotham',sans-serif;
    font-family: 'Gotham-Book',sans-serif;
    font-family: 'ProximaNova',sans-serif;
    font-family: 'TrajanProBold', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
*/
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
    border: 0;
    outline: none;
}
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
html body {
    font-family: 'ProximaNova';
    margin: 0;
}
*::-moz-selection {
    color: #fff;
    background: #000;
}
*::-webkit-selection {
    color: #fff;
    background: #000;
}
*::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
*:-moz-placeholder {
    color: #000;
    opacity: 1;
}
*::-moz-placeholder {
    color: #000;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
a,
a:hover,
a:active,
a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
ul,
ol {
    margin: 0;
    padding: 0;
    line-height: 1;
}
li {
    position: relative;
}
body a {
    color: #000;
}
body a:hover {
    color: #7c8fb8;
}
body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}
body .clearfix {
    height: auto;
}
* {
    outline: none !important;
    text-decoration: none;
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}
div input,
div select,
div textarea,
div button {
    font-family: 'ProximaNova', 'sans-serif;';
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    line-height: 1;
    font-family: 'ProximaNova', 'sans-serif;';
    margin: 0 0 15px;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
p {
    margin: 0 0 15px;
    padding: 0;
    text-align: justify;
    font-family: 'ProximaNova', 'sans-serif;';
    line-height: 180%;
    font-size: 18px;
}
p:empty {
    display: none;
    line-height: 0;
}
p:last-child {
    margin: 0;
}
p strong {
    font-weight: bold;
}
.hidden {
    display: none !important;
}
.container:after {
    content: "";
    display: block;
    clear: both;
}
body .container,
body .grve-container,
.wpb_column.vc_column_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}
body .container .container {
    width: 100%;
    max-width: 100%;
    padding-left:0;
    padding-right:0;
}
html.no-scroll {
    overflow: hidden;
}
html.no-scroll body {
    overflow: hidden;
    height: 100%;
}
.section-gapping {
    padding: 60px 0;
}
/************sticky*************/
.sticky header#masthead {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
    -webkit-animation-name: stickySlideDown;
    -moz-animation-name: stickySlideDown;
    -ms-animation-name: stickySlideDown;
    -o-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -ms-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
	    padding-bottom: 3px;
}
body.sticky .main-navigation {
    padding-top: 0;
}
.sticky .main-navigation {
    margin-top: 14px;
    float: none;
    display: block;
    text-align: center;
    -webkit-transform: 0.5s all;
    -moz-transform: 0.5s all;
    -ms-transform: 0.5s all;
    -o-transform: 0.5s all;
    transform: 0.5s all;
}
.sticky .site-logo {
    display: none;
    margin-top: -270px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.sticky .site-logo .custom-logo-link {
    max-width: 220px;
}
.sticky .main-navigation .main-menu>li>a {
    color: #000;
}
/***********header************/
.responsive-menu {
    display: none !important;
}
.close-menu {
    display: none;
}
header#masthead {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 15px 0;
    margin-top: 0;
    /* background-color: rgba(0,0,0,.5); */
}
body .main-navigation {
    display: block;
    padding-top: 19px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.site-branding {
    max-width: 1386px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
}
.site-branding::after {
    content: "";
    display: block;
    clear: both;
}
/*.slider-section, .slider-image-wrap li:first-child {
    height: 700px;
}*/
.site-logo {
    right: auto;
    /* height: 65px; */
    position: static;
    width: auto;
    float: left;
    margin-top: 45px;
}
.site-branding .site-title {
    display: none;
}
.site-logo .custom-logo-link {
    width: 100%;
    height: 100%;
    border-radius: 0;
    max-width: 254px;
    box-shadow: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main-navigation {
    float: right;
    position: relative;
    z-index: 200;
    margin-top: 0 !important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.main-navigation .main-menu>li {
    float: left;
    position: relative;
    /* border-right: 1px solid rgba(255, 255, 255, .5); */
    margin-right: 36px;
    /* padding-right: 10px; */
    line-height: 0 !important;
}
.main-navigation .main-menu>li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.main-navigation .main-menu>li>a,
.footer-menu ul>li>a {
    font-weight: 300;
    color: #fff;
    margin-right: 0;
    font-family: ''ProximaNova'', 'sans-serif;';
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    cursor: pointer;
    font-family: 'Gotham', 'sans-serif;';
    position: relative;
    /* text-shadow: 0px 0px; */
}
.footer-menu ul > li > a:hover {
    color: #82A9EC !important;
}
.main-navigation .main-menu>li>a {
    padding-bottom: 15px;
}
.current_page_item>a ,
.current-menu-item > a ,
.current_page_parent > a  {
    font-family: 'Gotham' !important, 'sans-serif;';
    font-weight: 500 !important;
    color: #333333 !important;
}
.main-navigation .main-menu>li>a:hover,
.main-navigation .main-menu>li>a:hover+svg,
.footer-menu ul>li>a:hover {
    color: #82A9EC;
    cursor: pointer;
}
.main-navigation .main-menu>li>a::after {
    content: " ";
    background-color: #82A9EC;
    width: auto;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: -12px;
    right: -12px;
    text-align: center;
    margin: auto;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
/*.main-navigation .main-menu > li > a:hover::after {
    bottom: 0;
}*/
.main-navigation .main-menu>li>a:hover:after,
.current_page_item>a:after,
.current_page_parent>a:after,
.current-menu-item>a:after  {
    opacity: 1 !important;
}
.main-navigation .main-menu>li>a:hover,
.current_page_item>a:hover {
    font-family: 'Gotham', 'sans-serif;';
    color: #333333 !important;
}
@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media all and (-ms-high-contrast:none){
    /*media all*/
    .main-navigation .main-menu > li > a::after {
        bottom: -1px;
    }

    /**::-ms-backdrop, .foo { color: red } /* IE11 */
}

/***********slider**********/
.slider-image-wrap li:first-child>img {
    /*-webkit-object-fit: fill !important;
    -moz-object-fit: fill !important;
    -ms-object-fit: fill !important;
    -o-object-fit: fill !important;
    object-fit: fill !important;*/
    -webkit-object-position: bottom;
    -moz-object-position: bottom;
    -ms-object-position: bottom;
    -o-object-position: bottom;
    object-position: bottom;
}
/*html .slider-section, html .slider-image-wrap li:first-child{
    height: 900px;
    overflow: hidden;
}*/
#home {
    position: relative;
    overflow:hidden;
}
.all-slider::after {
    border-color: #000;
    border-top-color: transparent;
}
.navigation-baner {
    display: none;
}
.previous,
.next {
    position: absolute;
    font-size: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
    /*width: 45px;
    height: 45px;*/
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .2);
    border-radius: 50%;
}
.previous {
    left: 40px;
}
.next {
    right: 40px;
}
.previous #prev-slider,
.next #next-slider {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    font-family: fontawesome, 'sans-serif;';
    line-height: 47px;
    text-align: center;
    color: rgba(0, 0, 0, .5);
}
.previous #prev-slider::before {
    content: "\f0d9";
    font-size: 32px;
    margin-right: 4px;
}
.next #next-slider::before {
    content: "\f0da";
    font-size: 32px;
    margin-left: 4px;
}
.previous #prev-slider:hover,
.next #next-slider:hover {
    background-color: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, .9);
}
h1:not(.site-title)::before,
h2::before {
    display: none;
}
.main-baner-content.leftside-img .left {
    background: transparent;
    border: 0;
    box-shadow: none;
    width: 595px;
    text-align: left;
}
.main-baner-content.leftside-img .left>h1 {
    font-family: Gotham, 'sans-serif;';
    color: #263057;
    font-weight: 300;
    font-size: 65px;
    line-height: 120%;
    margin: 0;
}
.main-baner-content .left span {
    color: #263057;
    display: block;
    font-family: Gotham, 'sans-serif;';
    font-size: 95px;
    font-weight: bold;
    margin-top: 0;
    line-height: 1;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.slider .slider-section .banner-center-img {
    position: absolute;
    top: auto;
    bottom: -175px;
    left: 0;
    right: 0;
    margin: auto;
    height: 510px;
    width: 127px;
}
.slider-section,
.slider-image-wrap li:first-child {
    height: 745px;
}
.slider .slider-section .banner-center-img::before {
    position: absolute;
    content: "";
    height: 572px;
    width: 572px;
    background: rgba(255, 255, 255, 0.30);
    left: -220px;
    right: 0;
    top: auto;
    bottom: 18px;
    margin: auto;
    border-radius: 100%;
    border: 90px solid rgba(23, 33, 75, 0.06);
}
/**************product-section**********/
.home .breadcrumb_section {
    display: none;
}
.entry .entry-header {
    display: none;
}
.entry-content {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.vc_row.wpb_row.vc_row-fluid.section1 {
    max-width: 100% !important;
    margin: 0;
}
.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.product-info {
    position: relative;
}
.product-info::after {
    content: "";
    display: block;
    clear: both;
}
.main-title {
    position: relative;
}
.main-title>h2.title {
    position: relative;
    font-family: 'Gotham', sans-serif;
    font-size: 45px;
    color: #17204B;
    line-height: 120%;
    letter-spacing: 1px;
    font-weight: 100;
    text-align: center;
    margin-top: -12px;
    padding-bottom: 27px;
    margin-bottom: 27px !important;
}
.main-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 51px;
    background-color: #82A9EC;
    margin: auto;
    right: 0;
    top: auto;
}
.main-title>p {
    font-family: 'Gotham', sans-serif;
    ;
    font-size: 156px;
    color: #2A3C84;
    line-height: 120%;
    display: block;
    text-align: center;
    opacity: 0.07;
}
/************about-us****************/
/*****************footer**************/
footer.site-footer {
    position: relative;
    /*z-index: 0;*/
    background-image: url("../images/footer-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1068px;
    /*margin-top: -147px;*/
    margin-top: -60px;
    overflow: hidden;
}
/*footer.site-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-image: url("../images/footer-banner2.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1234px;
    z-index: 0;
    bottom: 0;
}*/
footer.site-footer > .container.footer-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1273px;
    display: block;
}
.copy-social {
    position: relative;
    padding: 17px 0;
    display: flex;
    align-items: center;
}
.copy-social::after {
    content: "";
    display: block;
    clear: both;
}
.copy-right {
    color: #fff;
    font-family: 'Gotham',sans-serif;
    font-size: 17px;
    line-height: 100%;
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    margin: auto;
}
.copy-social > .social {
    margin-left: auto;
}
/*.footer-contact > li {
    float: left;
    margin-right: 0;
    position: relative;
}*/
.copy-right>a {
    color: #fff;
}
.footer-contact > li > a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255,255,255,0.30);
    text-align: center;
    border-radius: 50%;
    font-family: fontawesome, 'sans-serif;';
    color: #7C8FB8;
    -webkit-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
}
.footer-contact>li>a::before {
    content: "\f09a";
}
.footer-contact>li.twitter>a::before {
    content: "\f099";
}
.footer-contact>li>a>i {
    display: none;
}
.footer-contact > li.instagram > a::before {
    height: 40px;
    width: 100%;
    background: url("../images/sprite.png") no-repeat;
    background-position: 11px -163px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s all;
       -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
         -o-transition: 0.5s all;
            transition: 0.5s all;
}
/*.footer-contact>li.instagram>a:hover::before {
    background: url("../images/sprite-hover.png") no-repeat;
    background-position: 11px 11px;
}*/
.footer-contact>li>a:hover {
    background-color: #7c8fb8;
    color: #fff;
}
.footer-info>.footer-menu {
    text-align: center;
    margin: 0;
    position: relative;
    /* background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.01) 100%); */
    /* background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.01) 100%); */
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.01) 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#03000000', GradientType=1); */
    padding: 0;
    margin-bottom: 40px;
}
/*.footer-info>.footer-menu::before,
.footer-info>.footer-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff', GradientType=1);
    bottom: auto;
}*/
.footer-info>.footer-menu::after {
    bottom: 0;
    top: auto;
}
.footer-menu ul>li {
    display: inline-block !important;
    padding-right: 0;
    border-right: 1px solid rgba(255, 255, 255, .5);
    line-height: 0;
    margin-right: 38px !important;
}
.footer-navigation .footer-menu {
    display: block;
    padding-left: 0;
    font-size: 0;
}
.footer-menu ul>li:last-child {
    border-right: 0;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.footer-info>.footer-logo {
    text-align: center;
    margin-bottom: 60px;
}
.footer-navigation .footer-menu li a {
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
}
footer .current_page_item > a,
footer .current_page_parent > a {
    color: #82A9EC !important;
}
footer .contact-info {
    padding: 46px 0 47px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
footer .contact-info::before, footer .contact-info::after {
    position: absolute;
    content: "";
    height: 1px;
    width: auto;
    background: rgba(255,255,255,0.20);
    top: 0;
    left: -3000px;
    right: -3000px;
    bottom: 0;
}
footer .contact-info::after {
    top: auto;
    bottom: 0;
}

footer .contact-info > div {
    width: 33.33%;
    padding: 0 15px 0 68px;
    position: relative;
    display: inline-block;
    vertical-align: top !important;
}

footer .contact-info > div::before {
    position: absolute;
    content: "";
    height: 55px;
    width: 55px;
    border: 5px solid #fff;
    border-radius: 80px;
    left: 0;
    right: auto;
    top: 0;
    /* bottom: 0; */
    margin: auto;
    background: url("../images/sprite.png") no-repeat;
    color: #bbb;
    text-align: center;
    line-height: 48px;
}
footer .contact-info > div.address{
	position:relative;
}
footer .contact-info > div::after, footer .contact-info > div.address::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 1px;
    border-right: 1px dotted #999;
    left: auto;
    right: 0;
    top: 8px;
    /* bottom: 0; */
    margin: auto;
}
footer .contact-info > div.phone::before {
    background-position: 9px 9px;
}
footer .contact-info > div.envelop::before {
    left: auto;
    right: calc(100% - 55px);
    background-position: 11px -42px;
    margin: 0;
}
footer .contact-info > div.address::before {
    background-position: 14px -102px;
}
footer .contact-info > div.envelop {
    text-align: left;
}
footer .contact-info > div.envelop * {
    text-align: left;
    display: block;
}
footer .contact-info > div.envelop a {
    display: inline-block;
    vertical-align: top;
}
footer .contact-info a, footer .contact-info p, footer .contact-info span, footer .contact-info div {
    color: #fff;
    font-family: 'Gotham-Book',sans-serif;
    font-size: 17px;
    line-height: 130%;
    text-decoration: none;
}
footer .contact-info a:hover {
    color: #aaa;
}
footer .contact-info > div > span {
    font-family: 'Gotham',sans-serif;
    font-size: 19px;
    line-height: 120%;
    text-align: left;
    text-transform: none;
    display: block;
    margin-bottom: 10px;
}
footer .contact-info > div.address {
    /* padding-left: 122px; */
    margin-left: 52px;
}
/* footer .contact-info > div.address::after { */
    /* display: none; */
/* } */
footer .contact-info > div.phone {
    width: 40.9%;
}
footer .contact-info > div.envelop {
    width: 57.5%;
    margin-left: 50px;
}
footer .contact-info > div.address {
    width: 67.9%;
    padding-right: 52px;
}

/**********pop-up************/
.contact-info > div.envelop > a.pop-up {
    text-decoration: underline;
    font-size: 17px;
    color: #82A9EC;
    font-family: 'Gotham-Book',sans-serif;
    line-height: 130%;
    margin-top: 6px;
}
.contact-info > div.envelop > a.pop-up:hover {
    color: #aaa;
}
.hide {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    /*opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;*/
}
.hide:target {
    opacity: 1;
    pointer-events: auto;
}
/*.pop-up-wrap {
    /* width: 50%; 
    margin: auto;
    background-color: #fff;
    position: fixed;
    padding: 30px 40px 10px;/*50*
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 800px;
    max-width: 90%;
    display: block;
}*/
/*.pop-up-wrap {
    width: 50%; 
    margin: auto; 
    background-color: #fff; 
    position: fixed; 
    padding: 30px 40px 10px; 
    top: 50%; 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    transform: translateY(-50%); 
    left: 0; 
    right: 0; 
    width: 800px;
    max-width: 90%;
    /* display: block; 
    position: relative;
    margin: auto;
}*/
.pop-up-wrap {
    background-color: #fff;
    position: relative;
    left: 0;
    right: 0;
    width: 800px;
    max-width: 90%;
    display: block;
}
.pop-up-wrap .wpcf7 {
    padding: 30px 40px 10px;
    max-height: 91vh;
    overflow: auto;
}
.show {
    display: flex;
    align-items: center;
    justify-content: center;
    /*opacity: 1;
    visibility: visible;*/
}
.row-wrap {
    width: 100%;
    position: relative;
}
.row-wrap::after {
    content: "";
    display: block;
    clear: both;
}
.half-row.form-row {
    position: relative;
    margin-bottom: 20px;
    width: 49%;
    margin-right: 2%;
    float: left;
}
.form-row>label>span {
    color: red;
}
.half-row.form-row:last-child {
    margin-right: 0;
}
.form-row > label {
    color: #666;
    position: absolute;
    top: 23px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    pointer-events: none;
    width: auto;
    left: 14px;
    font-family: 'Gotham-Book',sans-serif;
    z-index: 99;
    padding: 4px 0 0;
}
.form-row.input_focus > label, .form-row.value_focus > label {
    top: 0;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1px 7px 2px !important;
    background-color: #fff;
    line-height: 1;
    padding: 4px 0 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    font-family: 'Gotham-Book',sans-serif;
    color: #666;
    font-size: 16px;
}
.form-row > span > input {
    width: 100%;
    padding: 0 14px 0;
    line-height: 50px;
    height: 50px;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-family: 'Gotham-Book',sans-serif;
}
span.message>textarea {
    padding: 10px 20px;
    border: 1px solid #bbb;
    border-radius: 4px;
    resize: none;
    font-family: 'Gotham-Book',sans-serif;
}
.text-area>label {
    top: 18%;
}
.wpcf7-form-control-wrap.email span.wpcf7-not-valid-tip {
    position: relative;
    line-height: 120%;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: -8px;
}
.form-row.smart-cap .wpcf7-not-valid-tip{
    position: relative;
    line-height: 120%;
    font-size: 14px;
    margin-top: 2px;
}

.close-icon {
    color: #fff;
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: #7c8fb8;
    top: -13px;
    right: -13px;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
    line-height: 42px;
    border: 1px solid #7c8fb8;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.close-icon:hover {
    background-color: #fff;
    color: #7c8fb8;
}
.wpcf7-form-control-wrap.message {
    display: block;
}
.half-row.form-row>span {
    display: block;
}
.row-wrap>h2.page-title {
    color: #000;
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
    font-family: 'ProximaNova', 'sans-serif;';
    font-weight: 600;
    margin-top: 10px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 1px solid red;
    color: red;
    font-size: 15px;
    position: absolute;
    z-index: 999;
    margin: -12px 0 0 !important;
    padding: 5px 15px 2px;
    text-align: center;
    width: 100%;
    left: 0;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid green;
    color: green !important;
    font-size: 15px;
    padding: 5px 10px 3px;
    margin: -12px 0 0;
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 15px;
    font-weight: normal;
    display: block;
    text-align: left;
    /*position: absolute;*/
    position: relative;
    line-height: 1;
    margin-top: 4px;
}
.wpcf7-form-control.wpcf7-submit.button {
    background-color: #82a9ec;
    padding: 0px 30px 0px;
    border: 1px solid #82a9ec;
    font-size: 20px;
    font-family: 'Gotham',sans-serif;
    border-radius: 65px;
    line-height: 48px;
    font-weight: 500;
}
.wpcf7-form-control.wpcf7-submit.button:hover {
    background-color: #fff;
    color: #7c8fb8;
}
.pop-up-wrap div.wpcf7-validation-errors,
.pop-up-wrap div.wpcf7-mail-sent-ok{
    position: relative;
    display: block;
}

.pop-up-wrap p {
    position: relative;
}
span.ajax-loader {
    background-image: url("../images/loader.gif") !important;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}
.pop-up-wrap form {
    position: relative;
    margin-bottom: 10px;
}
/*.pop-up-wrap .wpcf7 {
    overflow: auto;
}*/
.pop-up-wrap .main-title > h2.title {
    font-size: 30px;
    padding-bottom: 17px;
    margin-bottom: 36px !important;
}


/********404**************/
body.error404 {
    padding-top: 95px;
}
.breadcrumb {
    display: none;
}
body:not(.home) {
    padding-top: 95px;
}
body:not(.home) #main {
    padding: 0px;
    float: left;
    width: 100%;
    z-index: 999;
    position: relative;
}
.error404 #primary {
    text-align: center;
    padding: 0 15px;
}
.error404 #primary small {
    font-size: 120px;
    line-height: 120%;
    color: #7e8bb8;
    font-weight: 600;
    text-shadow: 2px 2px 5px #ccc;
}
.error404 #primary h2 {
    font-size: 24px;
    font-weight: normal;
}
.error404 #primary .grve-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.error404 .main-navigation .main-menu > li > a {
    color: #7e8bb8;
}
.error404 #grve-content-area {
    padding-top: 150px;
}
.btn.vc_btn3.grve-btn {
    background: #333a63;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-family: proxima nova, 'sans-serif;';
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    padding: 0 30px;
    vertical-align: top;
}
.btn.vc_btn3.grve-btn:hover {
    background-color: #7e8bb8;
}
/* 16-08-2019 */
.main-baner-content>h1 {
    font-size: 60px;
    font-weight: 500;
    color: #2D273E;
    font-family: 'Gotham', 'sans-serif;';
    line-height: 120%;
    position: relative;
    z-index: 9;
}
.main-baner-content.leftside-img {
    display: block;
    float: left;
    padding-right: 20px;
    max-width: 431px;
    width: 130%;
    text-align: left;
}
.slider-image-wrap>li:last-child {
    top: 67.8%;
    transform: translateY(-59%);
    -moz-transform: translateY(-59%);
    -webkit-transform: translateY(-59%);
    -ms-transform: translateY(-59%);
    -o-transform: translateY(-59%);
    left: 0;
    /* right: 0; */
    max-width: 1390px;
    display: block;
}
/*.main-baner-content > h1 strong {
    font-family: 'Gotham', sans-serif;
    letter-spacing: 7.8px;
    font-size: 30px;
    line-height: 120%;
    background: #82A9EC;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px 7px 26px;
    border-radius: 8px;
    text-align: center;
}*/
.main-baner-content > h1 strong {
    font-family: 'Gotham', sans-serif;
    letter-spacing: 7.8px;
    font-size: 30px;
    line-height: 45px;
    background: #82A9EC;
    color: #fff;
    font-weight: 400;
    padding: 0 20px 0 26px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
}
.main-navigation .main-menu>li:last-child::after,
.footer-menu ul>li:last-child::after {
    display: none;
}
.main-navigation .main-menu>li,
.footer-menu ul>li {
    border-right: none;
}
.main-navigation ul.main-menu>li.lvlogo a,
.footer-menu ul>li.lvlogo>a {
    font-size: 0px !important;
    display: block;
}
.main-navigation ul.main-menu>li.lvlogo a:before,
.footer-menu ul>li.lvlogo>a:before {
    content: "";
    background: url(../images/lv-logo.jpg) no-repeat 0 0 transparent;
    height: 16px;
    width: 27px;
    display: inline-block;
    vertical-align: middle;
}
.footer-menu ul>li.lvlogo>a::before {
    margin-top: -8px;
}
span#cn-notice-text {
    font-family: ''ProximaNova'', 'sans-serif;';
    font-size: 16px;
    line-height: 100%;
    padding-top: 8px;
    display: inline-block;
    vertical-align: middle;
}
#cookie-notice .cn-button {
    margin-left: 10px;
    background: #2A3C84;
    border-radius: 0;
    border: none;
    font-family: ''ProximaNova'', 'sans-serif;';
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 39px;
    padding: 0 20px;
    letter-spacing: 1px;
    float: none;
    box-shadow: none;
}
#cookie-notice .cn-button:hover {
    color: #2A3C84;
    background: #fff;
}
/**************18-2-2020-*************/
.main-baner-content>h1 span {
    font-size: 30px;
    /* display: block; */
    padding: 3px 15px;
    background-color: #82A9EC;
    display: inline-block;
    color: #FFFFFF;
    border-radius: 3px;
    line-height: 120%;
    letter-spacing: 4px;
}
.slider-section,
.slider-image-wrap li:first-child {
    height: 750px !important;
}
/*producrt section*/
/*.product-section .product-list-wrap > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}*/
.product-section .product-list-wrap>.wpb_wrapper {
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin: 0 -50px;
}
.product-section .product-list-wrap .product-info {
    display: flex;
    align-items: center;
    padding: 85px 0;
}
.product-section .product-list-wrap .product-info:nth-child(2n) {
    flex-direction: row-reverse;
}
.product-section .product-list-wrap .product-info>div {
    width: 50%;
    padding: 0 50px;
}
.product-section .product-list-wrap .products-desc span b {
    font-family: 'ProximaNova', sans-serif;
    font-size: 30px;
    color: #171F4B;
    line-height: 120%;
    padding: 0 0 23px 0;
    margin: 0 0 17px 0 !important;
    display: block;
    position: relative;
}
.product-section .product-list-wrap .products-desc span b::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 42px;
    background: #82A9EC;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}
.product-section .product-list-wrap .products-desc p {
    font-family: 'Gotham', sans-serif;
    font-size: 17px;
    color: #171F4B;
    line-height: 180%;
}
.product-section .product-list-wrap .products-desc p br {
    display: none;
}
.product-section .product-list-wrap .product-info:first-child {
    padding-top: 25px;
}
html .entry .entry-content>*,
html .entry .entry-summary>* {
    margin: 0;
    max-width: 100%;
}
.product-section .product-list-wrap .product-info:last-child {
    padding-bottom: 0;
}
.product-section .product-list-wrap .product-info:last-child .products-desc {
    width: 70%;
}
.product-section .product-list-wrap .product-info:last-child .left-imag {
    width: 40%;
}
.product-section .product-list-wrap .product-info:last-child .left-imag img {
    margin: 0;
}

.vc_column-inner {
    padding: 0 !important;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin: 0;
}
/*producrt section*/
/*about us section*/
#aboutus {
    padding-bottom: 344px;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutus .about-inner-row {
    position: relative;
    max-width: 981px;
    background: #fff;
    box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    padding: 82px 85px 97px 111px;
    /* overflow: hidden; */
    /*z-index: 9;*/
    display: flex;
    margin: 0 0 0 auto;
}
.aboutus .about-inner-row .page-title.abt span {
    font-family: 'Gotham', sans-serif;
    font-size: 32px;
    color: #17214B;
    line-height: 120%;
    margin-bottom: ;
    display: block;
}
.aboutus .abt-imag {
    position: absolute;
    top: 28px;
    bottom: auto;
    left: -83px;
    right: auto;
    width: 357px;
    height: 100%;
}
.aboutus .about-content-right .wpb_wrapper p {
    font-family: 'Gotham', sans-serif;
    font-size: 17px;
    color: #171F4B;
    line-height: 160%;
    font-weight: 500;
    text-shadow: ;
    margin-bottom: 14px;
}
.aboutus .about-content-right .wpb_wrapper p span {
    display: block;
}
.aboutus .about-content-right .wpb_wrapper p:last-child {
    margin-bottom: 0;
}
.aboutus .about-content-right {
    padding: 0;
}
.aboutus .about-inner-row .about-left-content {
    width: 23%;
    padding: 0;
}
.aboutus .about-content-right {
    padding: 0 0 0 93px;
    width: 77%;
}
.aboutus .about-content-right .wpb_wrapper p:last-child span {
    font-weight: 300 !important;
}
/*about us section*/
/*why us section*/
#whyus {
    background: #f4f5f7;
    padding-bottom: 130px;
}
#whyus .whyus-image {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: ;
    width: 323px;/*353*/
    margin: 55px auto 0;
    padding: 0 100px;
}
#whyus .water-listing {
    display: flex;
    flex-wrap: wrap;
    margin-top: 53px;
}
#whyus .water-listing li {
    max-width: 34.9%;
    display: block;
    position: relative;
    margin-right: auto;
    padding-bottom: 36px;
    margin-bottom: 46px;
    border-bottom: 1px dashed #17214B;
}
#whyus .water-listing li p {
    padding-right: 0;
}
#whyus .water-listing li:nth-child(2n+2) {
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}
#whyus .water-listing li:nth-child(2n+2) p {
    padding-left: 0;
    padding-right: 0;
}
#whyus .water-listing li .label {
    display: block;
    font-family: 'ProximaNova', sans-serif;
    font-size: 22px;
    line-height: 120%;
    color: #17214B;
    font-weight: 600;
    margin: 0 0 6px 0;
}
#whyus .water-listing li br {
    display: none;
}
#whyus .water-listing li .label-text,
#whyus .water-listing li p {
    font-family: 'Gotham-Book', sans-serif;
    font-size: 17px;
    color: #17214B;
    line-height: 180%;
    text-align: justify;
}
#whyus .water-listing li:nth-last-child(-n+2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
/*why us section*/
/*minral section*/
.mineral .main-title>h2.title {
    margin-bottom: 33px !important;
}
.mineral-wrap .table-parent {
    max-width: 960px;
    display: block;
    margin: 0 auto 28px auto;
    overflow: auto;
    border: 1px solid #D2D9F2;
    border-radius: 11px;
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #82a9ec;
}
.mineral-wrap tr,
.mineral-wrap td {
    border-color: #D2D9F2;
}
.mineral-wrap tr:first-child,
.mineral-wrap td:first-child {
    border-left: 0;
}
.mineral-wrap tr:last-child,
.mineral-wrap td:last-child {
    border-right: 0;
}
.mineral-wrap tr,
.mineral-wrap td {
    border-top: 0;
    border-bottom: 0;
}
.mineral-wrap tr:last-child td {
    border-bottom: 0;
}
.mineral-wrap tr {
    background: #eef2f8;
}
.mineral-wrap tr:nth-child(2n) {
    background: #fff;
}
table {
    font-family: 'ProximaNova', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 120%;
}
.mineral-wrap td {
    padding: 17px 40px 11px;
    width: 322px;
}
.table-title-wrap h3 {
    display: block;
    background: #82a9ec;
    color: #fff;
    font-family: 'ProximaNova', sans-serif;
    font-size: 22px;
    padding: 16px 40px 8px;
    line-height: 120%;
    font-weight: normal;
}
/*minral section*/
#myBtn {
    height: 40px;
    width: 40px;
    background: #82a9ec;
    position: fixed;
    z-index: 9;
    top: auto;
    right: 30px;
    left: auto;
    bottom: 85px;
    border-radius: 100%;
    font-family: fontawesome;
    font-size: 29px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    z-index: 99;
}
#myBtn::before {
    content: "\f106";
}
#myBtn:hover {
    background: #3d3d3d;
    cursor: pointer;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/*---24-02-2020----*/
.home #content 
{
    overflow: hidden;
}


/*safari hack css*/
@media not all and (min-resolution:.001dpcm) { @media
{
    .main-navigation .main-menu > li > a::after {
        bottom: -3px;
    }
    .main-navigation .main-menu > li > a:hover::after {
        bottom: -2px;
    }
    .main-baner-content > h1 strong{
        line-height: 40px;
        padding:4px 20px 1px 26px ;
    }
}}
/*safari hack css*/
.form-row.smart-cap {
    margin-top: 20px;
}
.form-row.smart-cap.error-cap div > iframe {
    border: 1px solid red;
}
.mobile-view , .about-mobile-view {
    display: none;
}
html footer .follow.us:before , html footer .follow.us:after{
   content:none;
}
.error404 .site-footer {
    margin-top: 0;
}
.error404 #site-navigation {
    padding-top: 19px;
}

/*------blog page------*/
body.blog ,
body.archive ,
body.single-post,
body.search  {
    padding: 0 !important;
}
.inner-banner .banner-content-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
body .inner-banner .banner-content-wrap .container{
	max-width: 1360px;
}
.banner-section.inner-banner {
    position: relative;
}
.inner-banner.banner-section img {
    display: block;
    width: 100%;
}
.inner-banner.banner-section h1 {
	margin: 0 0 56px;
}
.banner-center-img {
    position: absolute;
    left: 70px;
    right: 0;
    margin: auto;
    height: 411px;
    width: 103px;
    bottom: -20px;
}
.inner-banner .banner-center-img::before {
	position: absolute;
	content: "";
	height: 462px;
	width: 462px;
	background: rgba(255, 255, 255, 0.30);
	top: auto;
	bottom: 18px;
	margin: auto;
	border-radius: 100%;
	border: 74px solid rgba(23, 33, 75, 0.06);
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.section-title h3 {
	text-align: center;
	font-family: 'Gotham',sans-serif;
	font-weight: 500;
	color: #171F4B;
	font-size: 45px;
	margin: 0 0 38px;
}
h3 .page-description {
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.section-title h3::after {
    content: "";
    display: block;
    width: 51px;
    height: 3px;
    background:#82A9EC;
    margin: 32px auto 0;
}
.news-sidebar {
    float: right;
    width: 31.7%;
}
.news-list-left {
    float: left;
    width: 68.3%;
    padding-right: 30px;
}
.news-list-wrap::after {
    content: "";
    display: block;
    clear: both;
}
.news-sidebar .widget-content {
	box-shadow: 0 0 40px 7px rgba(0,0,0,0.1);
	padding: 0px 20px;
	margin-bottom: 35px;
	border-radius: 5px;
}
.news-sidebar .widget-content:last-child {
    margin-bottom: 0;
}
.news-sidebar .widget-content .sidebar-title {
	background: #82A9EC;
	line-height: 60px;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 0 32px;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 -20px;
}
.news-sidebar .wrap-titles > p {
    text-align: center;
    font-size: 0;
    margin: 14px 0 0;
}
.news-sidebar .wrap-titles > p > a {
	background: #2d273e;
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Gotham-Book';
	font-weight: 400;
	line-height: 35px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	padding: 0 15px;
	margin: 4px 5px 7px;
	position: relative; 
	cursor: pointer;	
}
.news-sidebar .wrap-titles > p > a.active ,
.news-sidebar .wrap-titles > p > a:hover {
	background: #82a9ec;
}
.news-sidebar .wrap-titles > p > a::after {
	border-top: 7px solid #82a9ec;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: block;
	margin: 0 auto;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	opacity: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.news-sidebar .wrap-titles > p > a.active::after {
	opacity: 1;
}
.news-sidebar .widget-content ul > li a {
	color: #171F4B;
	/*display: block;*/
	line-height: 140%;
	/*white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;*/
}
.news-sidebar .widget-content ul > li a:hover ,
.news-sidebar .widget-content ul > li a.active {
	color:#80a7e9;
}
.news-sidebar .widget-content ul > li {
	font-size: 17px;
	color: #171F4B;
	border-bottom: 1px dashed #17214B;
	padding: 15px 22px 15px 37px;
	display: block;
	line-height: 100%;
	font-family: 'Gotham-Book',sans-serif;
	position: relative;
}
.news-sidebar .widget-content ul > li:last-child{
	border-color:rgba(0,0,0,0);
}
.news-sidebar .widget-content ul > li::before {
	content: "";
	position: absolute;
	left: 12px;
	top: 23px;
	border: 2px solid #82A9EC;
	height: 8px;
	width: 8px;
	border-radius: 50px;
	margin: auto;
}
.news-sidebar .widget-content .sidebar_search {
	margin: 0 -20px;
	position: relative;
}
.serach-btn-wrap .search-submit {
    background:	#2D273E;
    padding: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    -moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	margin: 0 !important;
}
.serach-btn-wrap .search-submit:hover {
    background: #82a9ec;	
}
.serach-btn-wrap::before {
    content: "\f002";
}
.serach-btn-wrap::before {
    content: "\f002";
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 60px;
    pointer-events: none;
}
.sidebar_search .search-field {
	width: 100%;
	height: 60px;
	border: 1px solid transparent;
	padding: 0 70px 0 20px;
	border-radius: 5px;
}
.sidebar_search .search-field.error {
    border-color: red;
}
.serach-btn-wrap {
	position: absolute;
	right: 0;
	width: 60px;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	font-family: fontawesome;
	color: #fff;
	font-size: 28px;
	border-radius: 0 5px 5px 0;
    overflow: hidden;
}
#error-search-field {
	position: absolute;
	left: 0;
	top: 100%;
}
.search-wrap {
	position: relative;
}
.search-wrap label {
	display: none;
}
.news-img-wrap img {
	margin: 0 auto;
	display: block;
	border-radius: 7px;
	align-self: center;
	-moz-align-self: center;
	-webkit-align-self: center;
	-ms-align-self: center;
	-o-align-self: center;
}
.news-img-wrap {
	box-shadow: 0 0 40px 7px rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	min-height: 250px;
	border: 10px solid #fff;
	border-radius: 10px;
	position: relative;
	margin: 0 0 32px;
	background: #f4f4f4;
}
.news-date {
	position: absolute;
	background: #82A9EC;
	padding: 2px 8px;
	font-size: 18px;
	color: #fff;
	font-family: 'Gotham-Book',sans-serif;
	line-height: 100%;
	border-radius: 5px;
	min-width: 85px;
	text-align: center;
	left: 10px;
	top: 10px;
}
.news-date > span:last-child {
	display: block;
	font-size: 20px;
	text-align: center;
	border-top: 1px solid #ACC7F2;
	margin: 0 -4px;
}
.news-date > span:last-child::before {
	display: block;
	height: 1px;
	background: #6193E7;
	content: "";
}
.news-date > span {
	line-height: 29px;
}
.news-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
	color: #171F4B;
	margin: 0 0 20px;
}
.news-title > a {
	color: inherit;
	line-height: inherit;
	display: inline-block;
	vertical-align: top;
}
.news-title > a:hover {
	color: #82a9ec;
}
.news-title::after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	background: #82A9EC;
	margin: 22px 0 0;
}
.news-desc p ,
.news-desc {
	color: #171F4B;
	font-size: 17px;
	font-family: 'Gotham-Book',sans-serif;
	line-height: 160%;
	font-weight: 400;
}
.news-desc ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	height: 5px;
	width: 5px;
	display: block;
	background: #82a9ec;
	border-radius: 5px;
}
.news-desc ul,
.news-desc ol {
	margin: 15px 0;
}
.news-desc h1,
.news-desc h2,
.news-desc h3,
.news-desc h4,
.news-desc h5,
.news-desc h6{
	font-family: 'Gotham',sans-serif;
	font-weight:500;
	line-height:120%;
	margin:15px 0;
}
.news-desc h1{
	font-size: 28px;
}
.news-desc h2{
	font-size: 24px;
}
.news-desc h3{
	font-size: 22px;
}
.news-desc h4{
	font-size: 20px;
}
.news-desc h5{
	font-size: 18px;
}
.news-desc h6{
	font-size: 16px;
}
.news-desc ul:last-child,
.news-desc ol:last-child {
    margin-bottom: 0;
}
.news-desc ol {
	counter-reset: count;
}
.news-desc ul > li {
	padding-left: 15px;
}
.news-desc ol > li {
	counter-increment: count;
	padding-left: 24px;
}
.news-desc ol > li::before {
	content: counter(count,lower-alpha)".";
	position: absolute;
	left: 0;
	top: 0;
	color: #82a9ec;
}
.list-box {
	border-bottom: 1px dashed #17214B;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.list-box:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news-ad-com .admin-name {
	margin: 0 16px 0 0;
	padding: 0px 16px 0 0;
	position: relative;
}
.news-ad-com .admin-name ,
.smart-blog-cat{
	display: inline-block;
	font-size: 16px;
	color: #171F4B;
	font-family: 'Gotham',sans-serif;
	font-weight: 600;
	line-height: 160%;
	vertical-align: top;
}
.news-ad-com .admin-name::after {
	width: 2px;
	content: "";
	background: #171F4B;
	height: 15px;
	position: absolute;
	right: 0;
	top: 2px;
	bottom: 0;
	margin: auto;
}
.smart-blog-cat a{
	color:inherit;
}
.smart-blog-cat a:hover{
	color:#82A9EC;
}
.wrap-all-enjoy {
	padding: 0 30px;
}
.blog-parent-wrap .blog-read {
	background: #2D273E;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	line-height: 40px;
	width: 155px;
	text-align: center;
	font-family: 'Gotham-Book',sans-serif;
	border-radius: 5px;
}
.blog-parent-wrap .blog-read:hover {
	background: #82A9EC;
}
.blog-parent-wrap,
.smart-addtoany  {
	display: inline-block;
	vertical-align: top;
}
.blog-parent-wrap {
	margin-right: 25px;
}
.smart-addtoany .addtoany_shortcode > div {
	display: block;
}
.smart-addtoany .addtoany_shortcode > div > a {
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #2D273E;
	font-family: 'Gotham',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.smart-addtoany .addtoany_shortcode > div > a:hover {
	color: #82A9EC;
}
.smart-addtoany .addtoany_shortcode > div > a::before {
	content: "\f1e0";
	font-family: fontawesome;
	font-size: 21px;
	margin: 0px 10px 0 0;
	font-size: 400;
	vertical-align: top;
}
.news-bottom-wrap {
	font-size: 0;
}
.latest-news-wrap {
	z-index: 1;
	position: relative;
}
.news-desc {
	margin: 0 0 32px;
}
.page-numbers > li > * {
	min-width: 40px;
	padding: 0 8px;
	line-height: 38px;
	border: 1px solid #D6D6D6;
	display: block;
	color: #2D273E;
	font-family: 'Gotham',sans-serif;
	text-align: center;
}
.page-numbers > li > * {
	min-width: 40px;
	padding: 0 8px;
	line-height: 38px;
	border: 1px solid #D6D6D6;
	display: block;
	color: #2D273E;
	font-family: 'Gotham',sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	border-radius: 7px;
	background: #fff;
	position: static;
	box-shadow: none;
}
.page-numbers > li > .prev, .page-numbers > li > .next {
	background: #2d273e;
	color: #fff;
	padding: 0 15px;
	border-color: #2d273e;
	font-weight: 500;
	min-width: 100px;
}
.page-numbers > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}
.page-numbers > li > a:hover,
.page-numbers > li > .page-numbers.current,
.page-numbers > li > .prev:hover,
.page-numbers > li > .next:hover{
	color: #fff;
	background: #82a9ec;
	border-color:#82a9ec;
}
ul.page-numbers {
	font-size: 0;
	text-align: center;
	margin: 50px 0 0;
}
.single-post #primary {
	position: relative;
	z-index: 1;
	padding-top: 100px;
}
.comment-box form {
	float: none;
	width: 100%;
}
.comment-form-author, .comment-form-phone {
	float: left;
	width: 48.5%;
	margin: 0 0 15px;
	clear: both;
}
.comment-form-email, .comment-form-url {
	float: right;
	width: 48.5%;
	margin: 0 0 15px;
}
.comment-form-comment {
	clear: both;
	width: 100%;
	margin: 0 0 15px;
}
.comment-box {
	padding: 0 30px;
}
.comment-box input:not([type="submit"]), 
.comment-box textarea {
	width: 100%;
	border: 1px solid #D6D6D6;
	border-radius: 7px !important;
	resize: none;
	padding: 0 20px;
	height: 44px;
	font-size: 16px;
	color: #171F4B;
}
.comment-box textarea {
	height: 114px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment-box #submit {
	background: #2d273e;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Gotham',sans-serif;
	font-weight: 500;
	height: 40px;
	padding: 0 15px;
	min-width: 115px;
	border-radius: 5px;
}
.comment-box #submit:hover {
	background: #82A9EC;
}
form .comm {
	margin: 0;
}
.validation.custom-error {
	border: 1px solid red;
	line-height: 130%;
	padding: 4px 5px;
	font-size: 17px;
	text-align: center;
	background: #fff;
	color: red;
	margin:15px 0 0;
	font-family: 'Gotham-Book',sans-serif;
}
.validation.custom-success {
	border: 1px solid green;
	line-height: 130%;
	padding: 4px 5px;
	font-size: 17px;
	text-align: center;
	background: #fff;
	color: green;
	margin:15px 0 0;
	font-family: 'Gotham-Book',sans-serif;
}
#emailcustome,
p > div.error,
#error-search-field{
	line-height: 100%;
	color: red;
	font-size: 13px;
	font-family: 'Gotham-Book',sans-serif;
	margin: 2px 0 -5px;
}
#reply-title,
.comments-title {
	font-size: 28px;
	color: #171F4B;
	font-family: 'Gotham',sans-serif;
	font-weight: 500;
	line-height: 100%;
	margin: 0px 0 30px;
}
#reply-title::after,
.comments-title::after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	background: #82A9EC;
	margin: 22px 0 0;
}
.smart-tag {
	font-size: 0;
	margin: 0 -6px;
	padding: 10px 0 20px;
}
.smart-tag-name {
	display: inline-block;
	margin: 4px 6px;
	vertical-align: top;
}
.smart-tag-name > a {
	line-height: 100%;
	font-size: 16px;
	font-family: 'Gotham-Book',sans-serif;
	color: #2d273e;
	background: transparent;
	padding: 5px 10px;
	border-radius: 5px;
	display: block;
	border: 1px solid #D6D6D6;
}
.smart-tag-name > a:hover,
.smart-tag-name > a.active {
	color: #fff;
	background: #2d273e;
	border-color: #2d273e;
}
.comment-box #comments {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.list-box.single-content {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.comment-box .comment-list li {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #2d273e;
}
.comment-box #comments.comments-container {
	border-top: 1px dashed #2d273e;
	padding-top: 30px;
	margin-top: 30px;
}
.comment-box .comment-list li .children {
	padding-left: 30px;
	border-top: 1px solid #2d273e;
	margin-top: 20px;
	padding-top: 20px;
}
.comment-box .comment-list li:last-child {
	margin: 0;
	padding: 0 ;
	border-bottom: 0;
}
.comment-box .comment-list li article {
	margin: 0;
	padding: 0;
}
.comment-box .comment-list li .comment-reply-link {
	background: #2d273e;
	padding: 0 15px;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	line-height: 40px;
	font-family: 'Gotham-Book',sans-serif;
	min-width: 115px;
	text-align: center;
	vertical-align: top;
}
.comment-box .comment-list li .comment-reply-link:hover {
	background: #82A9EC;
}
.comment-box .comment-list li article .post-author-badge {
	display: none;
}
.comment-box .comment-list li article .comment-author {
	font-size: 17px;
	color: #82A9EC;
	font-weight: 500;
	font-family: 'Gotham',sans-serif;
	line-height: 130%;
}
.comment-box .comment-list li article .comment-author a {
	color: #82A9EC;
    pointer-events: none;
}
.comment-box .comment-list li article .comment-author a:hover {
	color: #171F4B;
}
.comment-box .comment-list li article .fn {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: normal;
	font-family: inherit;
}
.comment-box .comment-metadata a {
	font-size: 17px;
	color: #171F4B;
	font-family: 'Gotham',sans-serif;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	line-height: 100%;
	margin: 8px 0 0;
    pointer-events: none;
}
.comment-box .comment-content p {
	font-size: 17px;
	color: #171F4B;
	font-family: 'Gotham-Book',sans-serif;
	line-height: 160%;
}
.comment-box .comment .comment-content {
	margin: 13px 0 35px;
	padding: 0;
}
#cancel-comment-reply-link {
	float: right;
	background: #2d273e;
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
	font-family: 'Gotham-Book',sans-serif;
	border-radius: 5px;
	margin: -42px 0 10px;
	display: block;
}
#cancel-comment-reply-link:hover {
	background: #82a9ec;
    color: #fff;
}
.comment-respond#respond{
	border-top: 1px dashed #000;
	padding-top: 26px;
	margin:26px 0 0;
}
.comment .comment-respond#respond {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.comment-box input:not([type="submit"]).error,
.comment-box textarea.error {
	border-color: red;
}
.no-results header.page-header {
    margin: 0 0 30px;
}
.no-results header.page-header h1.page-title {
    text-align: center;
    font-family: 'Gotham',sans-serif;
    display: block;
    color: #2d273e;
    font-size: 40px;
    margin: 0;
    line-height: 100%;
}
.no-results header.page-header h1.page-title:after {
    content: "";
    display: block;
    width: 51px;
    height: 3px;
    background: #82A9EC;
    margin: 30px auto 0;
}
.no-results.not-found .page-content {
    margin: 0 auto;
    display: block;
    max-width: 475px;
}
.no-results p {
    text-align: center;
    font-family: 'Gotham-Book',sans-serif;
    line-height: 150%;
    font-size: 17px;
}
.no-results .sidebar_search .search-field {
    border-color: #ddd;
}
.no-results .sidebar_search .search-field.error {
    border-color: red;
}
.search-form {
    position: relative;
}
.news-list-left.full-width {
    width: 100%;
    padding: 0;
}
.smart-await .comment-reply {
    display: none;
}

/*--------------------------------------------------------------------------------------------------*/
#cookie-notice {
    display: none !important;
}


.sidebar_search .search-wrap label {
    display: block;
    color: #171F4B;
    font-size: 18px;
    position: absolute;
    top: 18px;
    left: 20px;
    line-height: 100%;
    font-family: 'Gotham';
    font-weight: 300;
    border: 1px solid transparent;
    padding: 1px 2px 2px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background:#fff;
    pointer-events: none;
}
.sidebar_search .search-wrap.input_focus label {
    display: block;
    font-size: 14px;
    top: -9px;
    left: 12px;
    border-color:#ddd;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sidebar_search .search-wrap label .screen-reader-text {
    clip: unset;
    height: auto;
    width: auto;
    position: relative !important;
    margin: 0px;
    overflow: visible;
    clip-path: inherit;
    display: block;
}
.sidebar_search .search-wrap label em, .comment-box form > p > label em {
    font-style: normal;
    color: red;
}
.sidebar_search .search-wrap input[type="search"]:focus{
    border-color: transparent;
}

.comment-box form > p {
    position: relative;
}
.comment-box form > p > label {
    display: block;
    color: #171F4B;
    font-size: 16px;
    position: absolute;
    top: 11px;
    left: 16px;
    line-height: 100%;
    font-family: 'Gotham',sans-serif;
    font-weight: 300;
    border: 1px solid transparent;
    padding: 1px 2px 2px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #fff;
    pointer-events: none;
    text-shadow: 0 0;
}
.comment-box form > p.input_focus > label {
    display: block;
    font-size: 14px;
    top: -9px;
    left: 12px;
    border-color:#ddd;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}



.home-blog-slider  ul.news-list {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
}
.home-blog-slider .wpb_wrapper{
    margin: 0 -12px;
    width: auto;
}
.home-blog-slider .news-list > li.post {
    flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    -o-flex: 0 0 33.33%;
    max-width: 33.33%;

   /* padding: 0 12px;
    overflow: hidden;*/
}
.home-blog-slider .news-list > li.post .main-news {
    padding: 0 12px 22px;
    overflow: hidden;
}
.home-blog-slider .smart-news-img {
    display: block;
    position: relative;
    height: 267px;
}
.home-blog-slider .smart-news-img img {
    border-radius: 10px 10px 0 0;
}
.home-blog-slider .home-date {
    position: absolute;
    background: #82A9EC;
    padding: 3px 0px;
    font-size: 18px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 500;
    line-height: 100%;
    border-radius: 7px;
    min-width: 85px;
    text-align: center;
    left: 20px;
    top: 20px;
}
.home-blog-slider .home-date > span {
    line-height: 29px;
}
.home-blog-slider .home-date > span:last-child {
    display: block;
    font-size: 20px;
    text-align: center;
    border-top: 1px solid #ACC7F2;
    margin: 0 0px;
}
.smart-news-title {
    display: block;
    margin-bottom: 18px;
}
.smart-news-title .news-title > a {
    text-decoration: none;
    display: initial;
}
.smart-news-title .news-title:after{
    display: none;
}
.wrap-all-content {
    box-shadow: 0 6px 22px rgba(0,0,0,0.10);
    margin-left: 20px;
    margin-top: -44px;
    background: #fff;
    z-index: 9;
    position: relative;
    border-radius: 10px 0 0px 10px;
    padding: 20px 20px 10px;
}
.smart-news-disc > p {
    color: #171F4B;
    line-height: 160%;
    font-size: 17px;
}
.news-read-more > a {
    font-size: 17px;
    color: #82A9EC;
    font-family: ProximaNova;
    font-weight: 600;
}
.view-more-btn p {
    text-align: center;
    margin-top: 15px;
}
.enjoy-section .view-more-btn a {
    font-size: 16px;
    background: #2D273E;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    padding: 0 28px;
    font-family: 'Gotham';
    font-weight: 500;
}
.enjoy-section .view-more-btn a:hover{
    background: #82A9EC;
}
.main-navigation .main-menu > li:last-child > a{
    height: 45px;
    padding: 0 43px 0 15px;
    background: rgba(243,163,26,1);
    background: -moz-linear-gradient(left, rgba(243,163,26,1) 0%, rgba(216,0,36,1) 55%, rgba(165,45,183,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,163,26,1)), color-stop(55%, rgba(216,0,36,1)), color-stop(100%, rgba(165,45,183,1)));
    background: -webkit-linear-gradient(left, rgba(243,163,26,1) 0%, rgba(216,0,36,1) 55%, rgba(165,45,183,1) 100%);
    background: -o-linear-gradient(left, rgba(243,163,26,1) 0%, rgba(216,0,36,1) 55%, rgba(165,45,183,1) 100%);
    background: -ms-linear-gradient(left, rgba(243,163,26,1) 0%, rgba(216,0,36,1) 55%, rgba(165,45,183,1) 100%);
    background: linear-gradient(to right, rgba(243,163,26,1) 0%, rgba(216,0,36,1) 55%, rgba(165,45,183,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a31a', endColorstr='#a52db7', GradientType=1 );
    display: inline-block;
    line-height: 45px;
    border-radius: 4px;
     border-radius: 8px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Gotham-Book';
    letter-spacing: 1px;
}
.main-navigation .main-menu>li:last-child{
	    margin-top: -14px;
	
}
.main-navigation .main-menu > li:last-child > a:after{
	content:none;
}
.main-navigation .main-menu > li:last-child >a:before {
    content: "\f16d";
    font-family: fontawesome;
    font-size: 22px;
    right: 10px;
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
        top: 12px;
}
.main-navigation .main-menu > li:last-child > a:hover{
background: rgba(165,45,183,1);
background: -moz-linear-gradient(left, rgba(165,45,183,1) 0%, rgba(165,45,183,1) 11%, rgba(216,0,36,1) 41%, rgba(243,163,26,1) 82%, rgba(243,163,26,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(165,45,183,1)), color-stop(11%, rgba(165,45,183,1)), color-stop(41%, rgba(216,0,36,1)), color-stop(82%, rgba(243,163,26,1)), color-stop(100%, rgba(243,163,26,1)));
background: -webkit-linear-gradient(left, rgba(165,45,183,1) 0%, rgba(165,45,183,1) 11%, rgba(216,0,36,1) 41%, rgba(243,163,26,1) 82%, rgba(243,163,26,1) 100%);
background: -o-linear-gradient(left, rgba(165,45,183,1) 0%, rgba(165,45,183,1) 11%, rgba(216,0,36,1) 41%, rgba(243,163,26,1) 82%, rgba(243,163,26,1) 100%);
background: -ms-linear-gradient(left, rgba(165,45,183,1) 0%, rgba(165,45,183,1) 11%, rgba(216,0,36,1) 41%, rgba(243,163,26,1) 82%, rgba(243,163,26,1) 100%);
background: linear-gradient(to right, rgba(165,45,183,1) 0%, rgba(165,45,183,1) 11%, rgba(216,0,36,1) 41%, rgba(243,163,26,1) 82%, rgba(243,163,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a52db7', endColorstr='#f3a31a', GradientType=1 );
color:fff;

}

.footer-navigation .footer-menu li:last-child>a {
    position: relative;
    padding-right: 40px;
}
.footer-navigation .footer-menu li:last-child>a:after {
    content: "\f16d";
    font-family: fontawesome;
    font-size: 22px;
    right: 10px;
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-weight: normal;
    top: -2px;
}
.sticky .main-navigation .main-menu > li:last-child > a{
	    height: 35px;
		    line-height: 35px;
}
.sticky .main-navigation .main-menu > li:last-child >a:before {
    top: 6px;
}
.sticky .main-navigation .main-menu>li:last-child {
    margin-top: -9px;
}



/* .a2a_overlay { */
    /* display: none !important; */
/* } */
/* html.share-pop .a2a_overlay , html.share-pop .a2a_full { */
    /* display: block !important; */
/* } */
/* .a2a_full { */
    /* display: none !important; */
/* } */
/* .smart-close { */
    /* position: absolute !important; */
    /* top: 0; */
    /* right: 0; */
    /* background: #000; */
    /* height: 45px !important; */
    /* width: 45px !important; */
    /* color: #fff; */
    /* text-align: center; */
    /* line-height: 45px; */
    /* font-size: 23px; */
    /* text-indent: 4px; */
    /* -moz-transition: all .5s ease; */
    /* -webkit-transition: all .5s ease; */
    /* -ms-transition: all .5s ease; */
    /* -o-transition: all .5s ease; */
    /* transition: all .5s ease; */
    /* cursor: pointer; */
    /* z-index: 99; */
/* } */






.enjoy-section{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f5f7+0,ffffff+100 */
background: #f4f5f7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f4f5f7 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f5f7), color-stop(100%,#ffffff)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top,  #f4f5f7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top,  #f4f5f7 0%,#ffffff 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top,  #f4f5f7 0%,#ffffff 100%); /* IE10 preview */
background: linear-gradient(to bottom,  #f4f5f7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

/*
    font-family: 'Gotham',sans-serif;
    font-family: 'Gotham-Book',sans-serif;
    font-family: 'ProximaNova',sans-serif;
    font-family: 'TrajanProBold', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
*/
