
/*
Theme Name: Showtech
Theme URI: https://bagel.doweby.com/
Author: DoMedia
Author URI: https://domedia.lk
Description: DoMedia Templates brings your site to life.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ---------------------------------
    Normalize 
   --------------------------------- */

/* Font definition */
    @font-face {
        font-family: 'AmsiPro';
        src: url('framework/libs/fonts/amsipro/AmsiPro-XLight.otf');
        src: url('framework/libs/fonts/amsipro/AmsiPro-XLight.otf') format('opentype');
        font-weight: 100;
        font-style: normal;
    }

    @font-face {
        font-family: 'AmsiPro';
        src: url('framework/libs/fonts/amsipro/AmsiPro-Light.otf');
        src: url('framework/libs/fonts/amsipro/AmsiPro-Light.otf') format('opentype');
        font-weight: 300;
        font-style: normal;
    }

    @font-face {
        font-family: 'AmsiPro';
        src: url('framework/libs/fonts/amsipro/AmsiPro-Regular.otf');
        src: url('framework/libs/fonts/amsipro/AmsiPro-Regular.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'AmsiPro-Italic';
        src: url('framework/libs/fonts/amsipro/AmsiPro-Italic.otf');
        src: url('framework/libs/fonts/amsipro/AmsiPro-Italic.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'AmsiPro';
        src: url('framework/libs/fonts/amsipro/AmsiPro-Bold.otf');
        src: url('framework/libs/fonts/amsipro/AmsiPro-Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
    }

    @font-face {
        font-family: 'AmsiPro';
        src: url('framework/libs/fonts/amsipro/AmsiPro-SemiBold.otf');
        src: url('framework/libs/fonts/amsipro/AmsiPro-SemiBold.otf') format('opentype');
        font-weight: 600;
        font-style: normal;
    }

    @font-face {
        font-family: 'AmsiPro-SemiBoldItalic';
        src: url('framework/libs/fonts/amsipro/AmsiPro-SemiBoldItalic.otf');
        src: url('framework/libs/fonts/amsipro/AmsiPro-SemiBoldItalic.otf') format('opentype');
        font-weight: 600;
        font-style: italic;
    }

    @font-face {
        font-family: 'AmsiPro-Black';
        src: url('framework/libs/fonts/amsipro/AmsiPro-Black.otf');
        src: url('framework/libs/fonts/amsipro/AmsiPro-Black.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'AmsiPro-Ultra';
        src: url('framework/libs/fonts/amsipro/AmsiPro-Ultra.otf');
        src: url('framework/libs/fonts/amsipro/AmsiPro-Ultra.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
    }


    @font-face {
        font-family: 'Lato';
        src: url('framework/libs/fonts/lato/Lato-Light.ttf');
        src: url('framework/libs/fonts/lato/Lato-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
    }


    @font-face {
        font-family: 'Arial';
        src: url('framework/libs/fonts/arial/ARIAL.TTF');
        src: url('framework/libs/fonts/arial/ARIAL.TTF') format('truetype');
        font-weight: 400;
        font-style: normal;
    }
/* Font definition */

html {
    font-family: 'AmsiPro';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #444;
    font-size: 15px;
    overflow-x: hidden;
    font-family: 'AmsiPro';
    /*letter-spacing: 1px;*/
    max-width: 1920px;
    margin: auto;
}

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

pre {
    font-family: "AmsiPro";
    font-size: 1em;
}

a,
button{
    color: #4d4f50;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover,
a:focus {
    outline-width: 0;
    text-decoration: none;
    outline: 0;
    color: #3c3c3c;
    cursor: pointer;
}
p {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

code,
kbd,
samp {
    font-family: "AmsiPro";
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "AmsiPro";
    font-size: 100%;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.h-p-ul-m-0 ul,
.h-p-ul-m-0 p,
.h-p-ul-m-0 h1,
.h-p-ul-m-0 h2,
.h-p-ul-m-0 h3,
.h-p-ul-m-0 h4,
.h-p-ul-m-0 h5,
.h-p-ul-m-0 h6{
    margin: 0;
}

input[type="search"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="url"]{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type="search"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder{
    color: #CECECE;
}

input[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder{
    color: #CECECE;
}

input[type="search"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder{
    color: #CECECE;
}

@media (max-width: 767px){
    body { font-size: 14px; }
}

/* --------------------------------------
    Contact form 7
   -------------------------------------- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea{
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    max-width: 100%;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    font-family: "AmsiPro";
    border: 1px solid #a2a2a2;
    color: #262626;
}
.wpcf7 textarea{
    height: 140px;
    max-height: 140px;
    margin-bottom: 0 !important;
    margin: 0;
    resize: none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color: #CECECE;*/
    opacity: 1; /* Firefox */
}
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*color: #CECECE;*/
}
.wpcf7 input::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder { /* Microsoft Edge */
    /*color: #CECECE;*/
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus{
    outline: 0;
    /*border-color: #494949;*/
}

.theme-contact-form .row {
    margin-left: -5px;
    margin-right: -5px;
}
.theme-contact-form .row > div[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.wpcf7-form-control-wrap{
    position: relative;
    display: block;
    margin-bottom: 10px;
}

div.wpcf7-response-output{
    margin: 0 0 2em;
    color: #444;
    font-size: 14px;
}
.wpcf7 span.wpcf7-not-valid-tip{
    font-size: 13px;
}
.wpcf7 input[type="submit"]{
    background-color: #4d4f50;
    color: #fff;
    padding: 8px 25px;
    display: block;
    width: 100%;
    /*height: 40px;*/
    font-family: "AmsiPro";
    text-decoration: none;
    border: 0;
    border-radius: 3px;
    font-size: 17px;
    /*font-weight: 500;*/
    /*line-height: 1;*/
    transition: all 0.3s ease 0s;
    -webkit-appearance: none;
}
.wpcf7 input[type="submit"]:focus{
    outline: 0;
}
.wpcf7 input[type="submit"]:hover{
    color: #fff;
    background-color: #3c3c3c;
}
div.wpcf7 .ajax-loader{
    background-image: none !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    position: absolute;
    top: 9px;
    right: 15px;
}
div.wpcf7 .ajax-loader:after{
    content: '';
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.wpcf7 form div.wpcf7-response-output,
.wpcf7 form div.wpcf7-validation-errors { 
    margin: 1em 0 0;
    border: 0;
    border-radius: 6px;
    color: #fff;
    padding: 8px 20px 10px;
    text-align: center;
}
div.wpcf7-response-output:before,
div.wpcf7-validation-errors:before{
    display: table;
    content: '';
    clear: both;
}
div.wpcf7-response-output,
div.wpcf7-validation-errors{
    background-color: #f4524d;
}

.pgh-download-guide div.wpcf7-response-output{
    background-color: transparent;
}

.wpcf7 form.sent .wpcf7-response-output{
    background-color: #6dab3c;
}

span.wpcf7-not-valid-tip { display: none; }
.wpcf7 input[aria-invalid="true"],
.wpcf7 select[aria-invalid="true"],
.wpcf7 textarea[aria-invalid="true"]{
    border-color: #f4524d !important;
    border-width: 1px !important;
}

.do-sm-form-style-1 input[type="search"],
.do-sm-form-style-1 input[type="text"],
.do-sm-form-style-1 input[type="email"],
.do-sm-form-style-1 input[type="number"],
.do-sm-form-style-1 input[type="date"],
.do-sm-form-style-1 input[type="tel"],
.do-sm-form-style-1 input[type="url"],
.do-sm-form-style-1.dark-text select{
    width: 100%;
    border-radius: 10px;
    height: 50px;
    outline: 0;
    border: 1px solid #fff;
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
}

.do-sm-form-style-1 textarea{
    border-radius: 10px;
    padding: 10px 15px;
}

.do-sm-fs1-has-ph-icon input[type="search"],
.do-sm-fs1-has-ph-icon input[type="text"],
.do-sm-fs1-has-ph-icon input[type="email"],
.do-sm-fs1-has-ph-icon input[type="number"],
.do-sm-fs1-has-ph-icon input[type="date"],
.do-sm-fs1-has-ph-icon input[type="tel"],
.do-sm-fs1-has-ph-icon input[type="url"]{
    padding-left: 74px;
}

.do-sm-form-style-1 .do-sm-fs1-field-row:not(:last-child){
    margin-bottom: 20px;
}

.do-sm-form-style-1 .wpcf7 .do-sm-fs1-field-row.field-row-last{
    margin-bottom: 0px;
}

.do-sm-form-style-1 input[type="search"]::placeholder,
.do-sm-form-style-1 input[type="text"]::placeholder,
.do-sm-form-style-1 input[type="email"]::placeholder,
.do-sm-form-style-1 input[type="number"]::placeholder,
.do-sm-form-style-1 input[type="date"]::placeholder,
.do-sm-form-style-1 input[type="tel"]::placeholder,
.do-sm-form-style-1 input[type="url"]::placeholder,
.do-sm-form-style-1 textarea::placeholder{
    color: rgba(255, 255, 255, 0.8);
    /*font-weight: 300;*/
}

.do-sm-form-style-1.dark-text input[type="search"],
.do-sm-form-style-1.dark-text input[type="text"],
.do-sm-form-style-1.dark-text input[type="email"],
.do-sm-form-style-1.dark-text input[type="number"],
.do-sm-form-style-1.dark-text input[type="date"],
.do-sm-form-style-1.dark-text input[type="tel"],
.do-sm-form-style-1.dark-text input[type="url"],
.do-sm-form-style-1.dark-text textarea,
.do-sm-form-style-1.dark-text select{
    border-color: #c9c9c9;
    /*color: rgba(0, 0, 0, 0.5);*/
}

.do-sm-form-style-1.dark-text input[type="search"]::placeholder,
.do-sm-form-style-1.dark-text input[type="text"]::placeholder,
.do-sm-form-style-1.dark-text input[type="email"]::placeholder,
.do-sm-form-style-1.dark-text input[type="number"]::placeholder,
.do-sm-form-style-1.dark-text input[type="date"]::placeholder,
.do-sm-form-style-1.dark-text input[type="tel"]::placeholder,
.do-sm-form-style-1.dark-text input[type="url"]::placeholder,
.do-sm-form-style-1.dark-text textarea::placeholder{
    color: #c9c9c9;
    /*color: rgba(0, 0, 0, 0.5);*/
}

.do-sm-form-style-1 input[type="search"]:-ms-input-placeholder,
.do-sm-form-style-1 input[type="text"]:-ms-input-placeholder,
.do-sm-form-style-1 input[type="email"]:-ms-input-placeholder,
.do-sm-form-style-1 input[type="number"]:-ms-input-placeholder,
.do-sm-form-style-1 input[type="date"]:-ms-input-placeholder,
.do-sm-form-style-1 input[type="tel"]:-ms-input-placeholder,
.do-sm-form-style-1 input[type="url"]:-ms-input-placeholder,
.do-sm-form-style-1 textarea-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
    /*font-weight: 300;*/
}

.do-sm-form-style-1.dark-text input[type="search"]:-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="text"]:-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="email"]:-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="number"]:-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="date"]:-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="tel"]:-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="url"]:-ms-input-placeholder,
.do-sm-form-style-1.dark-text textarea:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.do-sm-form-style-1 input[type="search"]::-ms-input-placeholder,
.do-sm-form-style-1 input[type="text"]::-ms-input-placeholder,
.do-sm-form-style-1 input[type="email"]::-ms-input-placeholder,
.do-sm-form-style-1 input[type="number"]::-ms-input-placeholder,
.do-sm-form-style-1 input[type="date"]::-ms-input-placeholder,
.do-sm-form-style-1 input[type="tel"]::-ms-input-placeholder,
.do-sm-form-style-1 input[type="url"]::-ms-input-placeholder,
.do-sm-form-style-1 textarea::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.8);
    /*font-weight: 300;*/
}

.do-sm-form-style-1.dark-text input[type="search"]::-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="text"]::-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="email"]::-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="number"]::-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="date"]::-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="tel"]::-ms-input-placeholder,
.do-sm-form-style-1.dark-text input[type="url"]::-ms-input-placeholder,
.do-sm-form-style-1.dark-text textarea::-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.do-sm-fs1-has-ph-icon{
    position: relative;
}

.do-sm-fs1-has-ph-icon:after{
    font-family: 'Font Awesome 5 Pro';
    left: 35px;
    top: 53%;
    transform: translateY(-50%);
    position: absolute;
    font-weight: 600;
    font-size: 19px;

}

.do-sm-form-style-1.dark-text .do-sm-fs1-has-ph-icon:after{
    color: #b9b9b9;
}

.do-sm-fs1-has-ph-icon.icon-name:after{ content: "\f007"; }

.do-sm-fs1-has-ph-icon.icon-email:after{ content: "\f0e0"; }

.do-sm-fs1-has-ph-icon.icon-url:after{ content: "\f0ac"; }

.do-sm-fs1-has-ph-icon.icon-video:after{ content: "\f8a9"; }

.do-sm-fs1-has-ph-icon.icon-handshake:after{ content: "\f2b5"; }

.do-sm-fs1-has-ph-icon.icon-poker-face:after{ content: "\f11a"; }

.do-sm-fs1-has-ph-icon.icon-rocket:after{ content: "\f135"; }

.do-sm-fs1-has-ph-icon.icon-phone:after{
    content: "\f095";
    transform: translateY(-50%) rotateZ(90deg);
}

.do-sm-fs1-field-group.submit{
    position: relative;
}

.do-sm-fs1-field-group .wpcf7-spinner{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.do-sm-fs1-field-group .do-sm-fs1-field-title{
    margin-bottom: 15px;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item{
    width: 100%;
    margin-bottom: 2px;
    margin-left: 0;
}

.wpcf7-checkbox .wpcf7-list-item:not(:last-child),
.wpcf7-radio .wpcf7-list-item:not(:last-child){
    margin-bottom: 2px;
}

.wpcf7 label{
    margin-bottom: 0px;
}

.wpcf7 input{
    margin-right: 5px;
}

.wpcf7 select{
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}

.do-sm-is-select-tag .wpcf7-form-control-wrap{
    position: relative;
}

.do-sm-is-select-tag .wpcf7-form-control-wrap:after{
    position: absolute;
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    right: 15px;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.wpcf7 .wpcf7-radio label,
.wpcf7 .wpcf7-checkbox label{
    display: flex;
    align-items: flex-start;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7 .wpcf7-radio .wpcf7-list-item-label{
    position: relative;
    top: -3px;
    left: 4px;
}

@media (max-width: 991px){
    .wpcf7-checkbox .wpcf7-list-item:not(:last-child),
    .wpcf7-radio .wpcf7-list-item:not(:last-child){
        margin-bottom: 10px;
    }
} 

@media (max-width: 767px){
    .do-sm-fs1-has-ph-icon:after{
        left: 15px;
    }
} 

/* ---------------------------------
    Framework Styles 
   --------------------------------- */
.vc-theme-button a,
input[type="submit"],
.wpcf7 input[type="submit"]{
    border: 2px solid;
    border-radius: 10px;
    padding: 12px 27px 14px;
    display: inline-block;
    /*text-transform: capitalize;*/
}

.sticky .vc-theme-button a{
    padding: 9px 14px 11px;
}

.vc-theme-button.vc-tb-clear a{
    background-color: transparent;
    border-color: #fff;
}

.vc-theme-button.vc-tb-extra-pb a{
    padding-bottom: 2px;
}

.vc-theme-button.vc-tb-ta-center a{
    text-align: center;
}

.vc-theme-button.vc-tb-alt-size a{
    min-width: 200px;
    padding-top: 13px;
    padding-bottom: 15px;;
}

.vc-theme-button i{ margin-left: 7px; }

.do-sm-title .do-sm-t-h2{
    font-family: "AmsiPro-Ultra";
    font-size: 38px;
    position: relative;
}

.do-sm-title:not(.do-sm-no-underline) .do-sm-t-h2{
    padding-bottom: 21px;
}

.do-sm-title.ta-center .do-sm-t-h2{ text-align: center; }

.do-sm-title:not(.do-sm-no-underline) .do-sm-t-h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    max-width: 105px;
    left: 0;
}

.do-sm-title.ta-center .do-sm-t-h2:after{
    left: 50%;
    transform: translateX(-50%);
}

.do-sm-title .do-sm-t-sub{
    text-transform: uppercase;
    margin-bottom: 5px;
}

.do-sm-title .do-sm-t-sub .do-sm-t-s-img{
    max-width: 19px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}

.do-sm-title.ta-center .do-sm-t-sub{ text-align: center; }

.do-sm-sprites{
    background-image: url(assets/theme-images/icon-sprite.png);
    background-repeat: no-repeat;
}

.do-sm-bubbles{
    position: absolute;
    z-index: 1;
    animation: pgl-dual-ring 160s linear infinite;
}

.s-scene-snapper.do-sm-sprites{
    background-position: -831px -348px;
    background-size: 1600px;
    width: 110px;
    height: 100px;
    position: absolute;
    transform: rotateZ(76deg);
}

.s-camera.do-sm-sprites{
    background-position: -745px -391px;
    background-size: 1780px;
    width: 110px;
    height: 110px;
    position: absolute;
    transform: rotateZ(21deg);
}

.do-sm-pause-icon{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.do-sm-pause-icon span{
    width: 4px;
    height: 15px;
    border-radius: 5px;
    display: inline-block;
}

.do-sm-pause-icon span:first-child{
    margin-right: 6px;
}

.do-sm-play-button{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding-left: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.do-sm-play-button .do-sm-pb-play-icon{
    max-width: 16px;
    height: auto;
    font-size: 16px;
}

.do-sm-sect-light-bg{ background-color: #70A5D3; }

.do-sm-sect-light-bg form:not(.empty-name):not(.empty-email):not(.submitting):not(.tnc-not-agreed) .wpcf7-response-output,
.do-sm-sect-light-bg form.sent .wpcf7-response-output{
    background-color: #e9f4f9;
    color: #000;
}

.pgh-download-guide .do-sm-sect-light-bg form.tnc-not-agreed .wpcf7-response-output,
.pgh-download-guide .do-sm-sect-light-bg form.name-empty .wpcf7-response-output,
.pgh-download-guide .do-sm-sect-light-bg form.email-empty .wpcf7-response-output,
.do-sm-sect-light-bg form.tnc-not-agreed .wpcf7-response-output{
    background-color: #f4524d;
    color: #fff;
}

.do-sm-blue-box,
.do-sm-yellow-box{
    position: absolute;
    border-radius: 40px;
    width: 180px;
    z-index: 1;
}

.do-sm-blue-box{
    background-color: #E9F4F9;
    /*transform: rotate(-28.26deg);*/
    /*transform: rotateZ(0deg);*/
    height: 400px;
}

.do-sm-yellow-box{
    height: 350px;
    /*transform: rotate(-114.32deg);*/
    /*transform: rotate(0deg);*/
    background-color: rgba(255, 191, 0, 0.1);
}

.do-sm-transp-circle,
.do-sm-transp-box{
    position: absolute;
    background-color: rgba(217, 217, 217, 0.1);
    z-index: 1;
}

.do-sm-transp-circle{
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.do-sm-transp-box{
    width: 160px;
    height: 160px;
    border-radius: 20px;
}

.do-sm-fancybox-vid .do-sm-fbv-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 208px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.do-sm-fancybox-vid .do-sm-fbv-link:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.do-sm-fancybox-vid .do-sm-fbv-l-img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.do-sm-fancybox-vid .do-sm-play-button{
    z-index: 3;
    background-color: transparent;
    border: 4px solid #fff;
    width: 50px;
    height: 50px;
}

.do-sm-fancybox-vid .do-sm-pause-icon{
    opacity: 0;
}

.do-sm-star-ratings{ color: #FFD233; }

.do-sm-star-ratings i:not(:last-child) { margin-right: 7px; }

.do-sm-hider{
    visibility: hidden;
    opacity: 0;
}



.do-ls-scollbar-s1::-webkit-scrollbar {
    width: 5px; /* width of the entire scrollbar */
}

.do-ls-scollbar-s1::-webkit-scrollbar-track {
    background-color: #ededed; /* color of the tracking area */
}

.do-ls-scollbar-s1::-webkit-scrollbar-thumb {
    background-color: #a4a3a3;    /* color of the scroll thumb */
    border-radius: 5px;       /* roundness of the scroll thumb */
    border: none;  /* creates padding around scroll thumb */
}

/*Firefox*/
.do-ls-scollbar-s1{
    scrollbar-width: thin;          /* "auto" or "thin" */
    scrollbar-color: #a4a3a3 #ededed;   /* scroll thumb and track */
}

/*Future-Proof */
    /* Works on Firefox */
    .do-ls-scollbar-s1 {
        scrollbar-width: thin;
        scrollbar-color: #a4a3a3 #ededed;
    }

    /* Works on Chrome, Edge, and Safari */
    .do-ls-scollbar-s1::-webkit-scrollbar {
        width: 5px;
    }

    .do-ls-scollbar-s1::-webkit-scrollbar-track {
        background-color: #ededed;
    }

    .do-ls-scollbar-s1::-webkit-scrollbar-thumb {
      background-color: #a4a3a3;
      border-radius: 5px;
      border: none;
    }
/*Future-Proof */

.video-expander{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    right: 5px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
}

.video-expander:focus{
    color: #fff !important;
}

/*.video-expander:focus,*/
.video-expander:active,
.video-expander:hover{
    background-color: rgba(255, 255, 255, 0.7);
    color: #000 !important;
}

.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #fff;
}
.page-loader .pgl-spinner{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-loader .pgl-spinner:after,
.spinner:after{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #3e3e3e;
    border-color: #3e3e3e transparent #3e3e3e transparent;
    animation: pgl-dual-ring 1.2s linear infinite;
}

.spinner:after{
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
}

.spinner{ display: none; }

.loading .spinner{ display: block; }

@-webkit-keyframes pgl-dual-ring {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pgl-dual-ring {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@keyframes pgl-dual-ring {
    0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
}


@-webkit-keyframes pgl-rotate-cw {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pgl-rotate-cw {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@keyframes pgl-rotate-cw {
    0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
}


@-webkit-keyframes pgl-rotate-acw {
    0% { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes pgl-rotate-acw {
    0% { -moz-transform: rotate(360deg); }
    100% { -moz-transform: rotate(0deg); }
}
@keyframes pgl-rotate-acw {
    0% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
}


@-webkit-keyframes pgl-rotate-begin-with-angle-cw {
    0% { -webkit-transform: rotate(66deg); }
    100% { -webkit-transform: rotate(246deg); }
}
@-moz-keyframes pgl-rotate-begin-with-angle-cw {
    0% { -moz-transform: rotate(66deg); }
    100% { -moz-transform: rotate(246deg); }
}
@keyframes pgl-rotate-begin-with-angle-cw {
    0% { -webkit-transform: rotate(66deg); -moz-transform: rotate(66deg); transform: rotate(66deg); }
    100% { -webkit-transform: rotate(246deg); -moz-transform: rotate(246deg); transform: rotate(246deg); }
}


@-webkit-keyframes pgl-rotate-begin-with-angle-acw {
    0% { -webkit-transform: rotate(-28.26deg); }
    100% { -webkit-transform: rotate(-208.26deg); }
}
@-moz-keyframes pgl-rotate-begin-with-angle-acw {
    0% { -moz-transform: rotate(-28.26deg); }
    100% { -moz-transform: rotate(-208.26deg); }
}
@keyframes pgl-rotate-begin-with-angle-acw {
    0% { -webkit-transform: rotate(-28.26deg); -moz-transform: rotate(-28.26deg); transform: rotate(-28.26deg); }
    100% { -webkit-transform: rotate(-208.26deg); -moz-transform: rotate(-208.26deg); transform: rotate(-208.26deg); }
}


@media (min-width: 992px){
    .vc-theme-button.vc-tb-hover-shadow a:hover,
    .pgh-vid-slider .pgh-vs-sc-1:hover{
        box-shadow: 0 3px 8px -1px rgb(0, 0, 0, 0.4);
    }

    .do-sm-fancybox-vid .do-sm-fbv-link:hover:after{
        background-color: rgba(0, 0, 0, 0.1);
    }

    .do-sm-fancybox-vid .do-sm-fbv-link:hover{
        transform: translateY(-7px);
        box-shadow: 0 35px 31px -29px rgba(0, 0, 0, 0.8)
    }

    .do-sm-fancybox-vid .do-sm-fbv-link:hover .do-sm-play-button{
        filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.7));
    }
}

@media (max-width: 1199px){
    .do-sm-fancybox-vid .do-sm-fbv-link{
        height: 170px;
    }
}

@media (max-width: 991px){
    .vc-theme-button.vc-tb-hover-shadow a:active,
    .pgh-vid-slider .pgh-vs-sc-1:active{
        box-shadow: 0 3px 8px -1px rgb(0, 0, 0, 0.4);
    }

    .do-sm-fancybox-vid .do-sm-fbv-link {
        height: 130px;
    }

    .do-sm-fancybox-vid .do-sm-fbv-link:active:after{
        background-color: rgba(0, 0, 0, 0.1);
    }

    .do-sm-fancybox-vid .do-sm-fbv-link:active{
        transform: translateY(-7px);
        box-shadow: 0 35px 31px -29px rgba(0, 0, 0, 0.8)
    }

    .do-sm-fancybox-vid .do-sm-fbv-link:active .do-sm-play-button{
        filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.7));
    }
}

@media (max-width: 767px){
    .do-sm-fs1-has-ph-icon input[type="search"],
    .do-sm-fs1-has-ph-icon input[type="text"],
    .do-sm-fs1-has-ph-icon input[type="email"],
    .do-sm-fs1-has-ph-icon input[type="number"],
    .do-sm-fs1-has-ph-icon input[type="date"],
    .do-sm-fs1-has-ph-icon input[type="tel"],
    .do-sm-fs1-has-ph-icon input[type="url"]{
        padding: 10px 20px 10px 45px;
    }

    .vc-theme-button a{
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .vc-theme-button.vc-tb-mobile-full-w a{
        width: 100%;
    }

    .do-sm-title .do-sm-t-h2{
        font-size: 29px;
        padding-bottom: 12px;
    }

    .do-sm-bubbles{
        max-width: 530px;
        top: 50%;
        transform: translateY(-50%);
    }

    .do-sm-title .do-sm-t-sub{
        margin-bottom: 10px;
    }

    .do-sm-fancybox-vid .do-sm-fbv-link{
        height: 194px;
    }
}

/* ---------------------------------
    Header
   --------------------------------- */
#site-header > .container{
    height: 100%;
}
#site-header > .container > .flex-parent{
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.header-logo{
    display: block;
    padding: 0;
    height: auto;
}
.header-logo img{
    /*max-height: 70px;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sticky .header-logo.has-two-images img.logo-light{
    opacity: 1;
    visibility: visible;
}

.sticky .header-logo.has-two-images img.logo-light,
#site-header:not(.sticky) .header-logo.has-two-images img.logo-dark{
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.sticky .header-logo.has-two-images img.logo-dark{
    opacity: 1;
    visibility: visible;
}

/* Navbar Serach */
.nav-search{
    float: right;
    position: relative;
    padding-left: 15px;
}

.nav-search-field{
    position: absolute;
    display: none;
    width: 260px;
    right: 0;
    top: 100%;
    padding: 8px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    margin-top: 15px;
}
.nav-search-field .input-group .form-control:focus{
    box-shadow: none;
    outline: 0 none;
    border-color: #ccc;
}
.nav-search-field .input-group .input-group-btn .btn-default{
    height: 35px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nav-search-field .input-group .input-group-btn .btn-default:hover{
    background-color: #4d4f50;
    border-color: #4d4f50;
    color: #fff;
    outline: 0;
}
.nav-search-field .input-group .input-group-btn .btn-default:focus{
    outline: 0;
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

#site-header{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
}

@media (min-width: 768px){
    .navbar>.container .navbar-brand,
    .navbar-right,
    .navbar>.container-fluid .navbar-brand{
        margin-left: 0;
        margin-right: 0;
    }

    .header-logo img{
        max-width: 130px;
    }

    .sticky .header-logo img{
        max-width: 110px;
    }
}

@media (min-width: 992px){
    
    #site-header{
        /*background-color: transparent;*/
        border-color: transparent;
        height: 85px;
        padding-top: 5px;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

    #site-header .navbar-collapse{
        flex: 1;
    }

    #site-header .navbar-nav > li{
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    #site-header .navbar-nav > li.vc-theme-button{
        margin-left: 35px;
    }

    #site-header.sticky .navbar-nav > li.vc-theme-button{
        margin-left: 30px;
    }

    #site-header .navbar-nav > li > a i{
        -webkit-transition: transform 0.2s ease-in-out;
        -moz-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        font-size: 17px;
        margin-left: 4px;
        top: 1px;
        position: relative;
    }

    #site-header .navbar-nav > li > a{
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
    }

    #site-header .navbar-nav > li.open > a i{
        transform: rotateZ(180deg);
    }

    #site-header.sticky .navbar-nav > li > a{
        color: #3f3f3f;
    }

    /*#site-header .navbar-nav > li.vc-theme-button > a:hover{
        background-color: #fff;
        border-color: #fff;
    }
*/
    #site-header .navbar-nav > li > a{
        padding: 12px 17px 14px;
    }

    #site-header.sticky .navbar-nav > li > a{
        padding: 9px 14px 11px;
    }

    #site-header.sticky .navbar-nav > li.vc-theme-button a{
        padding-left: 20px;
        padding-right: 20px;
    }

    #site-header.sticky .navbar-nav > li.vc-theme-button.vc-tb-clear a{
        border-color: #3f3f3f;
    }

    #site-header .navbar-nav > li.vc-theme-button.vc-tb-clear.current_page_item a{
        color: #fff;
    }

    #site-header .navbar-nav > li.vc-theme-button a{
        padding-left: 27px;
        padding-right: 27px;
    }

    #site-header .navbar-nav > li:not(.vc-theme-button) > a:after{
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
        height: 1px;
        background-color: #fff;
        width: 80%;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    #site-header .navbar-nav > li.open > a:after,
    #site-header .navbar-nav > li.current-menu-ancestor > a:after,
    #site-header .navbar-nav > li.current_page_item > a:after,
    #site-header .navbar-nav > li.current-menu-item > a:after,
    #site-header .navbar-nav > li > a:hover:after{
        opacity: 1;
        bottom: 5px;
    }

    #site-header .navbar-nav>li>a:hover,
    #site-header .navbar-nav>li>a:focus,
    #site-header .navbar-nav>.active>a,
    #site-header .navbar-nav>.active>a:focus,
    #site-header .navbar-nav>.active>a:hover,
    #site-header .navbar-nav>.open>a,
    #site-header .navbar-nav>.open>a:focus,
    #site-header .navbar-nav>.open>a:hover{
        background-color: transparent;
    }
    
    /* Dropdown menu */
    #site-header .dropdown-menu{
        margin-top: 15px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        min-width: 220px;
    }
    .dropdown-menu>li>a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover,
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu>.active>a:hover{
        background-color: #4d4f50;
        color: #fff;
    }

    #menu-main-menu-desktop .mi-services .dropdown-menu{
        min-width: 350px;
        padding: 0;
        /*overflow: hidden;*/
        /*border-color: transparent;*/
        margin-top: 35px;
    }

    #menu-main-menu-desktop .mi-services .dropdown-menu:before{
        content: "";
        position: absolute;
        right: 20px;
        height: 0;
        width: 0;
        filter: drop-shadow(0px 0px 0px black);
        top: -10px;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 10px solid #fff;
        z-index: 1;
        pointer-events: none;
    }
    
    #menu-main-menu-desktop .dm-i-link{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px;
    }

    #menu-main-menu-desktop .menu-item:not(:last-child) .dm-i-link{
        border-bottom: 1px solid #ebebeb;
    }

    #menu-main-menu-desktop .menu-item:last-child{
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden;
    }

    #menu-main-menu-desktop .menu-item:first-child{
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
    }

    #menu-main-menu-desktop .dm-i-link:active,
    #menu-main-menu-desktop .dm-i-link:focus,
    #menu-main-menu-desktop .dm-i-link:hover,
    #menu-main-menu-desktop .mi-services .dropdown-menu > .active > a{
        background-color: #ebebeb;
    }
    
    #menu-main-menu-desktop .dm-i-text{
        display: flex;
        flex-direction: column;
        width: 80%;
        padding-right: 15px;
        white-space: normal;
        font-weight: 700;
        font-size: 15px;
    }

    #menu-main-menu-desktop .dm-i-icon{
        max-width: 60px;
    }

    #menu-main-menu-desktop .dm-i-sub{
        font-weight: 300;
        font-size: 14px;
    }

    /* Dropdown menu > Dropdown menu 
     .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
    .dropdown-submenu > a:after{
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    
    /* sticky Header */
    #site-header.sticky{
        background-color: #fff;
        height: 65px;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .header-logo,
    .nav-search,
    .navbar-collapse{
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

@media (min-width: 992px) and (max-width: 1365px){
    #site-header .navbar-nav > li a{
        font-size: 13px;
    }

    #site-header .navbar-nav > li > a,
    .vc-theme-button a {
        padding: 10px 15px 12px;
    }

    #site-header .navbar-nav > li.vc-theme-button a{
        padding-left: 21px;
        padding-right: 21px;
    }

    #site-header .navbar-nav > li.vc-theme-button {
        margin-left: 30px;
    }
}

@media (max-width: 991px){
    .navbar>.container .navbar-brand{
        width: 100px;
        height: 39px;
    }

    #site-header{
        /*background-color: #fff;*/
        height: 60px;
        border: none;
        /*margin-top: 5px;*/
    }
    #site-header.sticky{
        background-color: #fff;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
    }

    #site-header:not(.sticky) .header-logo.has-two-images img.logo-light,
    #site-header.sticky .header-logo.has-two-images img.logo-dark{
        max-width: 100px;
    }

    /*.sticky .header-logo img{
    }

    #site-header.sticky .header-logo img.logo-dark,
    .header-logo img{
        max-width: 100px;
    }*/
    
    /* 
    *
    Bootstrap navbar collapse override 
    Mobile Menu Open in iPads also
    */
    .navbar-header {
        float: none;
        flex: 1;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
        margin-right: -15px !important;
    }
    .navbar{
        max-height: 350px;
        overflow-y: auto;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0 !important;
        padding-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 17px !important;
    }
    .navbar-nav>li>a,
    .navbar-nav .open .dropdown-menu>li>a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav>.active>a,
    .navbar-nav>.active>a:focus,
    .navbar-nav>.active>a:hover,
    .navbar-nav>.open>a:focus,
    .navbar-nav>.open>a:hover,
    .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-nav .open .dropdown-menu>.active>a:hover,
    .current-menu-parent.dropdown > a{
        background-color: transparent !important;
    }
    .dropdown > a .caret:after{
        font-family: 'FontAwesome';
        content: '\f105';
        position: absolute;
        right: 10px;
        font-size: 25px;
        top: 15px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .dropdown.open > a .caret:after{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    /* Inverse Navbar (Dark theme) */
    .navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff; 
        border-bottom: 1px solid rgba(255,255,255,0.08);  
        word-wrap: break-word;
        white-space: pre-wrap;
    }
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .current-menu-parent.dropdown > a{
        border-color: rgba(255,255,255,0.08);
        color: #4d4f50;
    }   
    .navbar-inverse .dropdown > a .caret{
        color: #222;
    }
    .navbar-inverse .dropdown > a .caret:after{
        color: #fff;
    }
    
    /* Default Navbar (Light theme) */
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #777; 
        border-bottom: 1px solid rgba(0,0,0,0.05);
        word-wrap: break-word;
        white-space: pre-wrap;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .current-menu-parent.dropdown > a{
        border-color: rgba(0,0,0,0.05);
        color: #4d4f50;
    }   
    .navbar-default .dropdown > a .caret{
        color: #fff;
    }
    .navbar-default .dropdown > a .caret:after{
        color: #777;
    }
    
    /* Side Navbar */
    /*.sidebar-nav .navbar-nav > li > a:before{
        content: "";
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
        height: 1px;
        width: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .sidebar-nav .navbar-nav > li > a:active:before,
    .sidebar-nav .navbar-nav > li > a:focus:before{
        width: 100%;
    }*/

    .sidebar-nav .navbar-nav > li > a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a{
        border-left: 2px solid transparent;
    }

    .sidebar-nav .navbar-nav > li.current_page_item:not(.vc-theme-button) > a,
    .sidebar-nav .navbar-nav > li.current_page_item:not(.vc-theme-button) > a,
    .sidebar-nav .navbar-nav > li.active:not(.vc-theme-button) > a,
    .sidebar-nav .navbar-nav > li.active:not(.vc-theme-button) > a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a:focus,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a:hover{
        border-left-color: #fff;
    }

    .sidebar-nav .navbar-nav > li:not(.vc-theme-button) > a:active,
    .sidebar-nav .navbar-nav > li:not(.vc-theme-button) > a:focus-within,
    .sidebar-nav .navbar-nav > li.open:not(.vc-theme-button) > a:hover,
    .sidebar-nav .navbar-nav > li:not(.vc-theme-button) > a:focus,
    .sidebar-nav .current-menu-parent.dropdown > a{
        border-color: #fff !important;
    }

    .sidebar-nav .navbar-nav>li>a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>li>a{
        color: #fff; 
        background-color: transparent;
        word-wrap: break-word;
        white-space: pre-wrap;
        font-weight: 100;
    }

    .sidebar-nav .navbar-nav>li:not(:first-child),
    .sidebar-nav .navbar-nav .open .dropdown-menu>li>a{
        border-top: 1px solid rgba(255,255,255,0.08); 
    }

    .sidebar-nav .navbar-nav > li.menu-item-has-children > a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-nav .current-menu-parent.dropdown > a
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a:focus,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a:hover{
        border-color: rgba(255,255,255,0.08);
        color: #4d4f50;
    }

    .sidebar-nav .navbar-nav>.active>a,
    .sidebar-nav .navbar-nav>.active>a:focus,
    .sidebar-nav .navbar-nav>.active>a:active,
    .sidebar-nav .current-menu-parent.dropdown > a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a:focus,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a:hover{
        color: #fff;
    }
    
    .sidebar-nav .dropdown > a .caret{
        color: #282f37;
    }
    .sidebar-nav .dropdown > a .caret:after{
        color: #fff;
    }
    
    .dropdown-submenu > a{
        position: relative;
    }
    .dropdown-submenu > a:after{
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        right: 17px;
        top: 15px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .dropdown.open > a .fa,
    .dropdown-submenu.open > a:after{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sidebar-nav .navbar-nav>li>a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>li>a{
        padding: 10px 15px 12px;
    }
    .navbar-nav>li.open{
        background-color: #2f3336;
    }
    
    /* End side navbar */
    
    /* End Overrides */
    
    /* Sidebar navigation */
    .sidebar-nav{
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: #282f37;
        z-index: 1032;
        width: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #left-sidebar{
        left: -85%;      
        box-shadow: -7px 0 15px 5px #010101;
    }
    #left-sidebar.open{
        left: 0;
    }

    #left-sidebar .navbar-nav > li.vc-theme-button a{
        border-width: 2px;
        margin-top: 10px;
    }

    #right-sidebar{
        right: -85%;
        background-color: #fff;
        box-shadow: 7px 0 15px 5px #010101;
    }
    #right-sidebar.open{
        right: 0;
    }
    
    .sidebar-nav ul{
        margin: 10px 10px 0 !important;
    }
    
    .sidebar-search{
        margin: 15px 10px 0 10px;
    }
    .sidebar-search .search-group{
        position: relative;
    }
    .sidebar-search .search-group input[type="search"]{
        width: 100%;
        height: 35px;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0 10px 0 35px;
        color: #fff;
        border-radius: 4px;
        border: 1px solid transparent;
        border-top: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.39);
    }
    .sidebar-search .search-group button{
        position: absolute;
        background-color: transparent;
        border: none;
        height: 35px;
        width: 35px;
        color: #fff;
        top: 0;
        left: 0;
    }
    .sidebar-search .search-group input[type="search"]:focus{
        outline-color: #4d4f50;
    }
    .sidebar-search .search-group button:focus{
        outline: 0;
        color: #4d4f50;
    }
    .sidebar-search .search-group input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #CECECE;
    }
    .sidebar-search .search-group input[type="search"]::-moz-placeholder { /* Firefox 19+ */
        color: #CECECE;
    }
    .sidebar-search .search-group input[type="search"]:-ms-input-placeholder { /* IE 10+ */
        color: #CECECE;
    }
    .sidebar-search .search-group input[type="search"]:-moz-placeholder { /* Firefox 18- */
        color: #CECECE;
    }
    .sidebar-overlay{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1031;
        background-color: rgba(0,0,0,0.6);
    }

    /* Mobile menu icon */
    .header-phone,
    .header-ham-icon{
        float: right;
        margin-top: 9px;
    }

    .header-phone{
        margin-right: 25px;
    }

    .header-phone a,
    .header-ham-icon{
        width: 26px;
        height: 21px;
    }

    .header-phone a{
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        margin-top: 1px;
    }

    .header-phone a:hover{
        color: #fff;
    }

    .header-ham-icon{
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .header-ham-icon span{
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .header-ham-icon span:nth-child(1) { top: 0px; }

    .header-ham-icon span:nth-child(2),.header-ham-icon span:nth-child(3) { top: 9px; }

    .header-ham-icon span:nth-child(4) { top: 18px; }

    .header-ham-icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .header-ham-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header-ham-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header-ham-icon.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #site-header.sticky .header-phone a{
        color: #3f3f3f;
    }

    #site-header.sticky .header-ham-icon span{
        background-color: #3f3f3f;
    }
}

/* ---------------------------------
    Page Header Banner
   --------------------------------- */
.page-header-banner{
    position: relative;
    width: 100%;
    /*margin-top: 80px;*/
    display: flex;
    min-height: 370px;
    align-items: center;
}

.do-sm-pull-content-up .page-header-banner{
    min-height: 560px;
}

.page-header-banner .container{
    z-index: 3;
}

.page-header-banner:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.page-header-banner .phb-img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 1;
}

.page-header-banner .phb-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-header-banner .phb-content{
    position: relative;
    /*padding-top: 70px;*/
    /*padding-bottom: 70px;*/
    text-align: center;
    /*padding: 0 100px;*/
    padding: 100px;
}

.page-header-banner .phb-descr{
    margin-top: 20px;
}

.page-header-banner .phb-heading{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 300;
}
.page-header-banner .phb-bg:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
}

@media ( min-width: 768px ){
    .do-sm-pull-content-up{
        display: flex;
        flex-direction: column;
    }
}

@media ( max-width: 991px ){
    .page-header-banner{ min-height: 280px; }

    .page-header-banner .phb-heading{ font-size: 40px; }
}

@media ( max-width: 767px ){
    .page-header-banner .phb-content{ padding: 100px 0; }

    .page-header-banner .phb-heading{ font-size: 35px; }

    .page-header-banner{ min-height: 210px; }
}

/* ---------------------------------
    Page Layout
   --------------------------------- */
.body-wrap {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}
.page-container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-container.pg-home{
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px){
    .do-sm-pull-content-up .page-container{
        z-index: 2;
        margin-top: -190px;
    }
}

@media (min-width: 1921px){
    body { background-color: #fafafa; }
}

@media (max-width: 767px){
    .page-container{
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

/*-----------------------------------
            Breadcumb
 ------------------------------------ */
.breadcumb-container{
    background-color: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}


/* ---------------------------------
    404 Page
   --------------------------------- */
.page-404{
    text-align: center;
}
.page-404 .error-404{
    font-size: 100px;
}

@-moz-keyframes spin{
    100%{
        -moz-transform:rotate(360deg)
    }
}
@-webkit-keyframes spin{
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@keyframes spin{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

/* Popup Form */
#popup-quote{
    display: none;
    padding: 25px;
}

@media (min-width: 768px){
    #popup-quote{
        min-width: 500px;
        width: 500px;
    }
}

@media(max-width: 991px){
    /*.wpcf7 input,
    .wpcf7 textarea,
    .wpcf7 select{
        -webkit-appearance: none;
        -moz-appearance: none;
    }*/
}

/* ---------------------------------
    Footer CTA Banner
   --------------------------------- */
.footer-cta-banner{
    position: relative;
}
.footer-cta-banner img{
    position: absolute;
    width: 100%;
    height: 100%;
/*    object-position: 50% 0;*/
    object-fit: cover;
}
.footer-cta-banner > .container{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}
.footer-cta-banner .cta-title{
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}
.footer-cta-banner .cta-caller-area .vc-theme-button,
.footer-cta-banner .cta-caller-area .cta-or{
    display: inline-block;
    margin-bottom: 10px;
}
.footer-cta-banner .cta-caller-area .cta-or{
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
@media(max-width: 767px){
    .footer-cta-banner .cta-title{ font-size: 25px;}
}

/* ---------------------------------
    Footer 
   --------------------------------- */

/* 
Footer Contact Strip
*/
.footer-cta-strip{
    background-color: #4d4f50;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-cta-strip .strip-text{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.footer-cta-strip .vc-theme-button a{
    border: 1px solid #fff;
}

/*
Footer Widget Area
*/

#footer-widget-area .fwa-logo-section,
#footer-widget-area .fwa-w-b-c-single,
#footer-widget-area .fwa-w-b-c-s-icon,
#footer-widget-area .fwa-w-b-socials a,
#footer-widget-area .fwa-w-b-socials,
#footer-widget-area .fwa-w-b-socials li,
#footer-widget-area .fwa-widgets,
#footer-widget-area .fwa-w-b-c-f-mail-subs-form{
    display: flex;
}

#footer-widget-area .fwa-w-b-socials a,
#footer-widget-area .fwa-logo-section,
#footer-widget-area .fwa-w-b-c-f-mail-subs-form{
    align-items: center;
}

#footer-widget-area .fwa-w-b-c-s-icon{
    align-items: baseline;
}

#footer-widget-area .fa-phone{ transform: rotateZ(90deg); }

#footer-widget-area{
    background-color: rgb(235, 235, 235);
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-logo{
    max-width: 250px;
    max-height: 80px;
    margin-bottom: 15px;
}

#footer-widget-area .fwa-ls-img a{
    max-width: 130px;
    width: 130px;
    display: inline-block;
}

#footer-widget-area .fwa-widgets{ margin-top: 45px; }

#footer-widget-area .fwa-w-b-title{
    font-family: 'AmsiPro-Ultra';
    font-size: 38px;
}

#footer-widget-area .fwa-w-box-1 .fwa-w-b-content,
#footer-widget-area .fwa-w-b-social{
    margin-top: 25px;
}

#footer-widget-area .fwa-w-b-c-single:not(:last-child){ margin-bottom: 19px; }

#footer-widget-area .fwa-w-b-c-s-icon{
    margin-right: 20px;
    font-size: 22px;
    padding-top: 1px;
}

#footer-widget-area .fwa-w-b-c-s-t-bottom{
    margin-top: 10px;
}

#footer-widget-area .fwa-w-b-c-s-t-bottom i{
    margin-right: 7px;
}

#footer-menu .nav > li > a{
    padding: 0;
    display: inline-block;
}

#footer-menu .nav > li:not(:last-child){ margin-bottom: 19px; }

#footer-widget-area .fwa-w-b-socials{ padding-left: 0; }

#footer-widget-area .fwa-w-b-socials li:not(:last-child){ margin-right: 15px; }

#footer-widget-area .fwa-w-b-socials li{ list-style: none; }

#footer-widget-area .fwa-w-b-socials a{ font-size: 23px; }

#footer-widget-area .fwa-w-b-socials .fa-linkedin-in{ font-size: 25px; }

#footer-widget-area .fwa-w-b-socials .fa-instagram{ font-size: 27px; }

#footer-widget-area .fwa-w-b-socials .fa-youtube{
    font-size: 30px;
    padding-top: 1px;
}

#footer-widget-area .fwa-w-b-c-f-mail-subs-form{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}

#footer-widget-area .fwa-w-b-c-f-mail-subs-form:focus-within,
#footer-widget-area .fwa-w-b-c-f-mail-subs-form:hover:focus-within{
    box-shadow: 0 3px 9px -2px rgb(0, 0, 0, 0.3);
}

#fwa-w-b-c-f-fld-email,
#fwa-w-b-c-f-b-submit{
    height: 55px;
    outline: 0;
    border: 0;
    width: 100%;
    /*border: 1px solid transparent;*/
}

#footer-widget-area .fwa-w-b-c-f-button{
    width: 20%;
    max-width: 70px;
}

#fwa-w-b-c-f-b-submit{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-right: 0px;*/
}

#footer-widget-area .fwa-w-b-c-form-msg{
    display: none;
    margin-top: 15px;
}

#fwa-w-b-c-f-b-submit.loading span{
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

#footer-widget-area .fwa-w-b-c-f-input{
    width: 80%;
    max-width: 335px;
}

#fwa-w-b-c-f-fld-email{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    padding: 10px 10px 10px 30px;
    /*border-left: 0px;*/
}

/*
Footer Bottom
*/
#footer-bottom{
    background-color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}
#footer-bottom .developer-note a{
    color: rgba(255,255,255,0.7);
    font-size: 12px;
}
#footer-bottom .developer-note img{
    width: 25px;
    height: 25px;
    opacity: 0.8;
    margin-right: 7px;
}
#footer-bottom .copyright-note{
    margin-bottom: 0;
    font-family: 'Lato';
}

#footer-bottom .fb-1,
#footer-bottom .fb-site-creater,
#footer-bottom .fb-sc-link{
    display: flex;
    align-items: center;
}

#footer-bottom .fb-site-creater{
    font-weight: 600;
}

#footer-bottom .fb-1{
    justify-content: center;
    line-height: 1;
}

#footer-bottom .fb-sc-text{
    margin-right: 10px;
}

#footer-bottom .fb-sc-l-img{
    max-width: 23px;
    margin-right: 5px;
}

/*
Scroll Top
*/
#scroll-top{
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    cursor: default;
    z-index: 999;
}
#scroll-top img{
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#scroll-top:hover img{
    opacity: 1;
}

@media(min-width: 768px){
    
    .footer-cta-strip > .container > .row{
        display: flex;
        align-items: center;
    }
    .footer-cta-strip .strip-text{
        margin-bottom: 0;
        font-size: 20px;
    } 
    
    #footer-bottom .developer-note{
        text-align: right;
    }
    #footer-bottom > .container > .row{
        display: flex;
        align-items: center;
    }
    #scroll-top{
        width: 35px;
        height: 35px;
        bottom: 90px;
        right: 6%;
    }

    #footer-widget-area .fwa-ls-d-p{
        position: relative;
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 3px;
    }

    #footer-widget-area .fwa-ls-d-p:before{
        position: absolute;
        left: 0;
        height: 20px;
        top: 50%;
        width: 2px;
        transform: translateY(-50%);
    }

    #footer-widget-area .fwa-ls-img + .fwa-ls-descr .fwa-ls-d-p{
        padding-left: 20px;
    }

    #footer-widget-area .fwa-ls-img + .fwa-ls-descr .fwa-ls-d-p:before{
        content: "";
    }

    #footer-widget-area .fwa-ls-img + .fwa-ls-descr{
        margin-left: 20px;
    }

    #footer-bottom .copyright-note{
        margin-right: 15px;
    }
}

@media(min-width: 992px){

    #footer-widget-area .fwa-w-map{ width: 36%; }

    #footer-widget-area .fwa-w-contact,
    #footer-widget-area .fwa-w-form-n-social{
        width: calc( ( 100% - 36% ) / 2 );
    }

    #footer-widget-area .fwa-w-box:not(:first-child){ padding-left: 15px; }

    #footer-widget-area .fwa-w-box:not(:last-child){ padding-right: 15px; }

    #footer-widget-area .fwa-w-b-content{ margin-top: 55px; }

    #footer-widget-area .fwa-w-b-c-f-mail-subs-form:hover{ box-shadow: 0 3px 9px -2px rgb(0, 0, 0, 0.1); }
}

@media(max-width: 1199px){
    #footer-widget-area .fwa-w-b-title{
        font-size: 33px;
    }

    #footer-widget-area .fwa-w-b-content{ margin-top: 40px; }
}

@media(max-width: 991px){
    .footer-widget-box{
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px dashed rgba(255,255,255,0.5);
    }

    #footer-widget-area .fwa-widgets{
        flex-wrap: wrap;
        margin-bottom: -20px;
    }

    #footer-widget-area .fwa-w-b-c-f-mail-subs-form:active{ box-shadow: 0 3px 9px -2px rgb(0, 0, 0, 0.1); }

    #footer-widget-area .fwa-w-box{
        width: 50%;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    #footer-widget-area .fwa-w-b-content { margin-top: 25px; }

    #footer-widget-area .fwa-w-b-socials a{
        width: 35px;
        justify-content: center;
    }

    #footer-widget-area .fwa-w-b-socials li:not(:last-child){ margin-right: 27px; }
}
@media(max-width: 767px){
    #footer-widget-area{ padding: 30px 0; }

    #footer-widget-area > .container > .row > .col-xs-12:last-child .footer-widget-box{
        border-bottom: none; 
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #footer-widget-area .fwa-widgets{ margin-bottom: -40px; }

    .fwa-logo-section{ position: relative; }

    .fwa-logo-section:after{
        content: "";
        bottom: -25px;
        height: 1px;
        position: absolute;
        width: 100%;
    }

    #footer-widget-area .fwa-w-b-title{ font-size: 32px; }

    #footer-widget-area .fwa-w-box{
        width: 100%;
        padding: 0;
        margin-bottom: 70px;
    }

    #menu-footer-widgets-menu{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #footer-menu .nav > li:not(:last-child){
        padding-right: 10px;
        margin-right: 10px;
    }

    #footer-menu .nav > li:not(:last-child):after{
        position: absolute;
        content: "|";
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #footer-widget-area .fwa-w-box-1 .fwa-w-b-content,
    #footer-widget-area .fwa-w-b-social{
        margin-top: 20px;
    }

    #footer-widget-area .fwa-w-b-socials li:not(:last-child){ margin-right: 13px; }

    #fwa-w-b-c-f-b-submit{ font-size: 16px; }

    #footer-bottom .fb-1{
        flex-direction: column-reverse;
        text-align: center;
    }

    #footer-bottom .copyright-note{
        margin-top: 10px;
        line-height: 1;
    }

    #footer-bottom .fb-site-creater{ justify-content: center; }
}

@media (min-width: 768px) and (max-width: 991px){
    #footer-widget-area .fwa-w-box:nth-child(2n+1){ padding-left: 0; }

    #footer-widget-area .fwa-w-box:nth-child(2n){ padding-right: 0; }
}

/* ---------------------------------
    Custom Pagination 
   --------------------------------- */

.pagination-wrapper{
    /*margin-bottom: 20px;*/
}
.pagination-wrapper:before{
    display: table;
    content: '';
    clear: both;
}

.pagination-wrapper .pagination{
    margin-bottom: 20px;
}

.pagination-wrapper span,
.pagination-wrapper a {
    display: inline-block;
    padding: 2px 10px;
}
.pagination-wrapper a.page-numbers,
.pagination-wrapper .current{
    background-color: #ebebeb;
    color: #4d4f50;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}
.pagination-wrapper a.prev,
.pagination-wrapper a.next{
    width: auto;
}
.pagination-wrapper a.page-numbers:hover {
    background-color: #4d4f50;
    color: #fff;
}
.pagination-wrapper span.page-num {
    margin-right: 10px;
    padding: 0 15px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 50px;
    font-size: 14px;
}
.pagination-wrapper span.dots {
    padding: 0;
    color: gainsboro;
}
.pagination-wrapper .current {
    background-color: #4d4f50;
    color: #fff !important;;
}

/* ---------------------------------
    Helpers 
   --------------------------------- */
.section-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.txt-center{
    text-align: center;
}

.flex-parent{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Owl Carousel Pagination dots */
.owl-dots{
    display: flex;
    justify-content: center;
}

.owl-dots .owl-dot{
    display:flex;
    align-items: center;
    justify-content: center;
    zoom:1;
    *display:inline;
    width: 18px;
    height: 18px;
}
.owl-dots .owl-dot span{
    min-width:10px;
    min-height:10px;
    /*margin:5px;*/
    background: #fff;
    border: 1px solid #fff;
    display:block;
    -webkit-transition: all 0.09s ease-in-out;
    -moz-transition: all 0.09s ease-in-out;
    transition: all 0.09s ease-in-out;
    border-radius:100%;
}

.owl-dots .owl-dot:hover span{
    /*width: 12px;*/
    /*height: 12px;*/
    transform: scale(1.1);
}

.owl-dots .owl-dot.active span{
    /*width: 14px;*/
    /*height: 14px;*/
    transform: scale(1.4);
}

/* Owl Carousel Navigation Text */
.owl-nav > button{
    position: absolute;
    top: 45%;
    transform: translate(-50%);
    background-color: rgba(255,255,255,0.8);
    padding: 6px 7px;
    outline: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    padding: 6px 7px !important;
    /*background-color: rgba(255,255,255,0.8);*/
}
.owl-nav > button.owl-prev{
    left: 13px;
}
.owl-nav > button.owl-next{
    right: -13px;
}

.owl-carousel.owl-nav-style-1 .owl-nav button,
.owl-carousel.owl-nav-style-2 .owl-nav button{
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 25px;
}

.owl-carousel.owl-nav-style-1 .owl-nav button.owl-prev{
    left: -87px;
}

.owl-carousel.owl-nav-style-1 .owl-nav button.owl-next{
    right: -145px;
}

.owl-carousel.owl-nav-style-2 .owl-nav button{
    background-color: #3F3F3F;
    color: #fff;
}

@media (min-width: 992px){
    .owl-carousel.owl-nav-style-1 .owl-nav button.owl-next:hover{
        right: -150px;
        box-shadow: -5px 0 6px 1px rgb(0, 0, 0, 0.15);
    }

    .owl-carousel.owl-nav-style-1 .owl-nav button.owl-next:active{
        right: -145px;
        box-shadow: -1px 0 6px 1px rgb(0, 0, 0, 0.15);
    }

    .owl-carousel.owl-nav-style-1 .owl-nav button.owl-prev:hover{
        left: -92px;
        box-shadow: 5px 0 6px 1px rgb(0, 0, 0, 0.15);
    }

    .owl-carousel.owl-nav-style-1 .owl-nav button.owl-prev:active{
        left: -87px;
        box-shadow: 1px 0 6px 1px rgb(0, 0, 0, 0.15);
    }
}

@media (max-width: 991px){
    .owl-carousel.owl-nav-style-1 .owl-nav button.owl-next:active{
        right: -150px;
        box-shadow: -5px 0 6px 1px rgb(0, 0, 0, 0.15);
    }

    .owl-carousel.owl-nav-style-1 .owl-nav button.owl-prev:active{
        left: -92px;
        box-shadow: 5px 0 6px 1px rgb(0, 0, 0, 0.15);
    }
}

@media (max-width: 767px){
    .owl-dots .owl-dot{
        width: 14px;
        height: 14px;
    }

    .owl-dots .owl-dot span{
        min-width: 8px;
        min-height: 8px;
    }
}

.mb-10{ margin-bottom: 10px;}

/* ---------------------------------
    Contact us page template 
   --------------------------------- */
.pg-tc-contact-info{
    margin-top: 70px;
}

.contact-group{
    position: relative;
    margin-bottom: 20px;
}

.pg-temp-contact .fa-clock{
    position: relative;
    top: -1px;
}

.pg-temp-contact .contact-group:not(.contact-group-socials){
    display: flex;
}

.contact-group .cg-heading{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
}

.pg-temp-contact .contact-group .cg-heading{
    margin-right: 10px;
}

.pg-temp-contact .contact-group-socials .cg-heading{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cg-heading .cg-h-icon{
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    text-align: center;
}

.pg-temp-contact .cg-heading .cg-h-icon{
    font-size: 19px;
}

.contact-group .cg-text{
    margin-bottom: 0;
    line-height: 1.3;
}
.contact-group .cg-text a{
    color: #444;
}
.contact-group .cg-socials{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.contact-group .cg-socials li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.contact-group .cg-socials li a{
    display: inline-block;
    font-size: 20px;
}

@media( min-width: 768px ){
    .pg-temp-contact .pg-tc-ci-1{
        width: 50%;
        min-width: 530px;
        margin: auto;
    }
}

@media( max-width: 991px ){
    .pg-temp-contact .ptc-form{
        margin-bottom: 35px;
    }
}