/*
Theme Name: Servisco
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-face {
    font-family: 'Gilroy';
    src: url('framework/libs/fonts/gilroy/Gilroy-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

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

html {
    font-family: 'Heebo', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Heebo', sans-serif;
    margin: 0;
    color: #444;
    font-size: 15px;
    overflow-x: hidden;
}

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    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.5;
    -webkit-font-smoothing: antialiased;
}
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    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: 'Heebo', sans-serif;
    font-size: 100%;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    appearance: 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;
}

/* ---------------------------------
    Framework Styles 
   --------------------------------- */
.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 {
    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;
}

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

.vc-theme-button{
  display: flex;
}

.vc-theme-button-pseudo{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.vc-theme-button > a,
.vc-theme-button-pseudo,
.wpcf7 input[type="submit"]{
  border: 1px solid transparent;
  line-height: 1;
}

.vc-theme-button.vc-tb-center{
  justify-content: center;
}

.vc-theme-button > a,
.vc-theme-button-pseudo,
#site-header .navbar-nav>li.vc-theme-button>a,
.wpcf7 input[type="submit"]{
    border-radius: 28px;
    padding: 12px 21px;
    font-size: 19px;
    font-weight: 400;
    min-width: 160px;
    text-align: center;
}

#site-header .navbar-nav>li.vc-theme-button{
    display: block;
}

#site-header .navbar-nav>li.vc-theme-button>a{
    margin-top: 3px;
}

.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;
    padding: 0;
}

.vc-theme-title{
    position: relative;
    z-index: 1;
}

.vc-theme-title .vc-tt-title{
    font-size: 57px;
    font-weight: 800;
    font-family: 'Gilroy';
    line-height: 1.1;
}

.vc-theme-title .vc-tt-st-1{
    font-size: 29px;
    z-index: 3;
    position: relative;
    padding-right: 10px;
}

.vc-theme-title .vc-tt-sub-title{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.vc-theme-title.vc-tt-align-right .vc-tt-sub-title:before,
.vc-theme-title.vc-tt-align-center .vc-tt-sub-title:before,
.vc-theme-title.vc-tt-align-left .vc-tt-sub-title:after,
.vc-theme-title.vc-tt-align-center .vc-tt-sub-title:after{
    content: "";
    position: absolute;
    top: 47%;
    height: 1px;
    z-index: 0;
    transform: translateY(-50%);
    right: -40px;
    width: 40px;
}

.vc-theme-title.vc-tt-align-right .vc-tt-sub-title:before,
.vc-theme-title.vc-tt-align-center .vc-tt-sub-title:before{
    left: -40px;
    width: 40px;
}

.vc-theme-title.vc-tt-align-center .vc-tt-sub-title:after{
    width: 40px;
    right: -40px;
}

.vc-theme-title.vc-tt-align-center .vc-tt-sub-title {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.vc-theme-title.vc-tt-align-center .vc-tt-st-1{
    padding-left: 10px;
}

.vc-theme-title.vc-tt-align-center .vc-tt-title{
    text-align: center;
}

.vc-theme-title.vc-tt-light .vc-tt-sub-title,
.vc-theme-title.vc-tt-light .vc-tt-title{
    color: #fff;
}

.vc-theme-title.vc-tt-dark .vc-tt-st-1{
    background-color: #fff;
}

.vc-theme-title.vc-tt-dark .vc-tt-sub-title:before,
.vc-theme-title.vc-tt-dark .vc-tt-sub-title:after {
    background-color: #000;
}

.vc-theme-title.vc-tt-light .vc-tt-sub-title:before,
.vc-theme-title.vc-tt-light .vc-tt-sub-title:after {
    background-color: #fff;
}

.bagels-wysiwyg-content,
.page-template-default:not(.home){
    font-size: 17px;
    font-weight: 300;
}

.bagels-wysiwyg-content ol,
.bagels-wysiwyg-content ul,
.pc-default ol,
.pc-default ul{
    padding-left: 30px;
}

.bagels-wysiwyg-content ul li:not(:last-child),
.bagels-wysiwyg-content ol li:not(:last-child),
.pc-default ul li:not(:last-child),
.pc-default ol li:not(:last-child){
    margin-bottom: 5px;
}

.bagels-wysiwyg-content ul,
.bagels-wysiwyg-content ol,
.pc-default ul,
.pc-default ol{
    margin-top: 10px;
}

.bagels-overlay{
    position: relative;
}

.bagels-overlay:after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bagels-overlay-hover-elem:hover .bagels-overlay:after{
    background-color: rgba(0, 0, 0, 0);
}

.bagels-ff-gilroy-bold{
    font-family: 'Gilroy';
    font-weight: 800;
}

.bagels-ff-gilroy-light{
    font-family: 'Gilroy';
    font-weight: 300;
}

.bagels-pos-relative{
    position: relative;
}

.bagels-pos-absolute,
.bagels-before-pos-absolute:before,
.bagels-after-pos-absolute:after{
    position: absolute;
}

.bagels-before-cont-blank:before,
.bagels-after-cont-blank:after{
    content: "";
}

.bagels-center-y,
.bagels-before-center-y:before{
    top: 50%;
    transform: translateY(-50%);
}

.bagels-center-x,
.bagels-before-center-x:before{
    left: 50%;
    transform: translateX(-50%);
}

.bagels-center-xy,
.bagels-before-center-xy:before{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bagels-sprite{
    background-image: url('assets/theme-images/icon-sprite.png');
    background-size: 390px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.bagels-cover-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bagels-vp-height{ min-height: calc( 100vh - 111px ); }

.bagels-hidden{ display: none; }

.bagels-flex{ display: flex; }

.bagels-inline-flex{ display: inline-flex; }

.bagels-block{ display: block; }

.bagels-inline-block{ display: inline-block; }

.bagels-align-center{ align-items: center; }

.bagels-flex-wrap{ flex-wrap: wrap; }

.bagels-justify-center{ justify-content: center; }

.bagels-flex-dir-col-rev{ flex-direction: column-reverse; }

.bagels-flex-dir-col{ flex-direction: column; }

.bagels-flex-center-xy{
    display: flex;
    align-items: center;
    justify-content: center;
}


.bagel-vid-popup-link .bvpl-text {
    font-size: 20px;
    margin-left: 10px;
    font-weight: 500;
    top: 2px;
}

.bagel-vid-popup-link .bvpl-icon{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: 4px solid;
}

.bagel-vid-popup-link .bvpl-icon i{
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bagels-filter-black-to-blue{
    filter: invert(18%) sepia(39%) saturate(7083%) hue-rotate(208deg) brightness(84%) contrast(98%);
}

.bagels-filter-black-to-white{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(81deg) brightness(111%) contrast(102%);
}


.bagels-no-posts {
    padding: 50px 0;
}

.bagels-no-posts .bnp-icon{
    /* border-radius: 50%; */
    width: 106px;
    height: 111px;
    /* overflow: hidden; */
    margin: auto;
}

.bagels-no-posts .bnp-icon .bagels-sprite{
    width: 100%;
    height: 100%;
    background-size: 970px;
    background-position: -235px -627px;
    filter: invert(78%) sepia(59%) saturate(3%) hue-rotate(314deg) brightness(96%) contrast(90%);
}

.bagels-no-posts .bnp-text {
    text-align: center;
    color: #a2a2a2;
    margin-top: 17px;
}

.bagels-trans-p-2,
.bagels-float-on-hover{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bingo-play-button{
    align-items: center;
    display: inline-flex;
    font-size: 19px;
}

.bingo-play-button.bingo-pb-1{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.bingo-play-button .bingo-pb-text{
    font-weight: 700;
    line-height: 1;
}

.bingo-play-button .bingo-pb-play-icon{
    font-size: 13px;
    width: 40px;
    height: 40px;
    border: 4px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-left: 1px;*/
    /*padding-top: 2px;*/
    padding-left: 3px;
    padding-top: 1px;
}

.bingo-play-button.bingo-pb-1 .bingo-pb-play-icon{
    width: 86px;
    height: 86px;
    border-width: 8px;
    font-size: 43px;
    padding-left: 6px;
    padding-top: 1px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));
}

.bingo-play-button .bingo-pb-play-icon:not(:last-child){
    margin-right: 10px;
}


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

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

.bagels-scrollbar-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*/
.bagels-scrollbar-s1{
    scrollbar-width: thin;          /* "auto" or "thin" */
    scrollbar-height: thin;          /* "auto" or "thin" */
    scrollbar-color: #a4a3a3 #ededed;   /* scroll thumb and track */
    /*padding-right: 10px;*/
    /*padding-bottom: 10px;*/
}

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

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

    .bagels-scrollbar-s1::-webkit-scrollbar-track{
        background-color: #ededed;
    }

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

.dropdown-arrowhead:before,
#menu-header-menu .menu-item-has-children > .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 15px;
    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;
}


@media (max-width: 767px) {
    .bagels-no-posts .bnp-text{
        font-size: 27px;
    }
}


/* Brands list */
   @media(min-width: 992px){
        .trusted-brands .tb-single img{
            filter: grayscale(1);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .trusted-brands .tb-single:hover img{ filter: grayscale(0); }
    }

   @media(max-width: 1199px){
        .trusted-brands .tb-1{ padding: 30px 0; }
   }
/* Brands list */
   
@media (min-width: 992px) {
    .bagels-float-on-hover:hover{
        transform: translateY(-10px) !important;
        transition-duration: .2s !important;
    }
}
   
@media (min-width: 1921px) {
    .bagels-vp-height{
        min-height: calc( 1080px - 111px );
    }
}

@media (max-width: 1199px) {
    .vc-theme-title .vc-tt-sub-title{
        max-width: 90%;
    }
}

@media (max-width: 991px) {
    .bagels-float-on-hover:active{
        transform: translateY(-10px);
    }

    .bagels-vp-height {
        min-height: calc( 100vh - 260px );
    }

    .ph-header-section .ph-hs-b-s-1{
        justify-content: center;
    }

    .trusted-brands .tb-1 {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .bagels-vp-height {
        min-height: calc( 667px - 130px );
    }

    .vc-theme-title .vc-tt-title{
        font-size: 35px;
        line-height: 1.1;
    }
    
    .vc-theme-title .vc-tt-st-1{
        font-size: 19px;
    }
    
    .vc-theme-title.vc-tt-align-center-xs .vc-tt-sub-title:before,
    .vc-theme-title.vc-tt-align-center-xs .vc-tt-sub-title:after{
        content: "";
        position: absolute;
        top: 47%;
        height: 1px;
        z-index: 0;
        transform: translateY(-50%);
        right: -40px;
        width: 40px;
    }

    .vc-theme-title.vc-tt-align-center-xs .vc-tt-sub-title:before{
        left: -40px;
        width: 40px;
    }

    .vc-theme-title.vc-tt-align-center-xs .vc-tt-st-1{
        padding-left: 10px;
    }

    .vc-theme-title.vc-tt-align-center-xs .vc-tt-sub-title{
        display: table;
        margin: auto;
    }
    
    .vc-theme-title.vc-tt-align-center-xs .vc-tt-title{
        text-align: center;
    }
    
    .vc-theme-title .vc-tt-sub-title{
        max-width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc-theme-title .vc-tt-title{ font-size: 45px; }

    .vc-theme-title .vc-tt-st-1 { font-size: 23px; }

    .vc-theme-title.vc-tt-align-center-sm .vc-tt-sub-title:before,
    .vc-theme-title.vc-tt-align-center-sm .vc-tt-sub-title:after{
        content: "";
        position: absolute;
        top: 47%;
        height: 1px;
        z-index: 0;
        transform: translateY(-50%);
        right: -40px;
        width: 40px;
    }

    .vc-theme-title.vc-tt-align-center-sm .vc-tt-sub-title:before{
        left: -40px;
        width: 40px;
    }

    .vc-theme-title.vc-tt-align-center-sm .vc-tt-st-1{
        padding-left: 10px;
    }

    .vc-theme-title.vc-tt-align-center-sm .vc-tt-sub-title{
        display: table;
        margin: auto;
    }
    
    .vc-theme-title.vc-tt-align-center-sm .vc-tt-title{
        text-align: center;
    }
}

@-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); }
}

/* ---------------------------------
    Header
   --------------------------------- */
#site-header > .container{
    height: 100%;
}

.navbar .nav{
    -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 > .container > .flex-parent{
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.header-logo{
    display: block;
    padding: 0;
    height: auto;
}
.header-logo img{
    max-width: 300px;
    max-height: 70px;
}

/* 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 .navbar-nav .dropdown-toggle > i,
#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;
}

#site-header .navbar-nav .dropdown-toggle > i{
    position: relative;
    top: 2px;
    left: -1px;
    font-size: 17px;
}

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

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

@media (min-width: 992px){
    #site-header > .container > .flex-parent{
        position: relative;
    }

    #site-header.sticky > .container > .flex-parent{
        padding-top: 7px;
    }

    #site-header.sticky .header-logo img{
        max-height: 40px;
    }
    
    .navbar>.container .navbar-right:not(:first-child),
    .navbar>.container-fluid .navbar-right:not(:first-child){
        margin-top: 52px;
    }
    
    #site-header.sticky .navbar-right:not(:first-child){
        margin-top: 0px;
    }

    #site-header{
        background-color: #fff;
        border-color: transparent;
        /* height: 80px; */
        /* height: 105px; */
        height: 120px;
        top: -9px;
    }
    #site-header .navbar-collapse{
        flex: 1;
    }
    #site-header .navbar-nav>li>a{
        color: #444;
        padding: 15px 13px;
    }
    
    #site-header .navbar-nav>li>a,
    #site-header .navbar-nav .dropdown-menu>li>a{
        font-size: 17px;
        font-weight: 600;
    }
    #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{
        color: #4d4f50;
        background-color: transparent;
    }
    
    /* Dropdown menu */
    #site-header .dropdown-menu{
        margin-top: 20px;
        border-radius: 5px;
        right: auto;
        left: 0;
        min-width: 240px;
    }

    .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;
    }
    /* 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: 70px;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
    }
    .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 (max-width: 991px){

    #site-header{
        background-color: #fff;
        height: 60px;
        border: none;
    }
    #site-header.sticky{
        background-color: #fff;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
    }
    .header-logo img{
        max-height: 40px;
        max-width: 200px;
    }
    
    /* 
    *
    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;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 15px !important;
        margin-top: 0 !important;
        padding-bottom: 0;
    }
    .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: 'Font Awesome 5 Pro';
        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;
    }
    
    .navbar-header{
        width: 100%;
    }

    .navbar-header .nh-1,
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
        flex-grow: 1;
    }

    .navbar-header,
    .navbar-header .nh-1{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .navbar-header .nh-1{
        justify-content: flex-end;
    }
    
    .header-ham-icon,
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
        float: none;
    }
    
    /* Side Navbar */
    .sidebar-nav .navbar-nav>li>a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>li>a{
        color: #fff; 
        background-color: transparent;
        border-bottom: 1px solid rgba(255,255,255,0.08); 
        word-wrap: break-word;
        white-space: pre-wrap;
    }
    .sidebar-nav .navbar-nav>.active>a,
    .sidebar-nav .navbar-nav>.active>a:focus,
    .sidebar-nav .navbar-nav>.active>a:hover,
    .sidebar-nav .navbar-nav>.open>a:focus,
    .sidebar-nav .navbar-nav>.open>a:hover,
    .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,
    .sidebar-nav .current-menu-parent.dropdown > a{
        border-bottom-color: rgba(255,255,255,0.08);
        /* color: #4d4f50; */
    }

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

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

    .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: 'Font Awesome 5 Pro';
        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;
    }

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

    .sidebar-nav .navbar-nav > li.current_page_item > a,
    .sidebar-nav .navbar-nav > li.active > a,
    .sidebar-nav .dropdown-menu > li > a:active,
    .sidebar-nav .navbar-nav > li.active > a:active,
    .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;
    }

    .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;
    }
    #right-sidebar{
        right: -85%;
        background-color: #fff;
        box-shadow: 7px 0 15px 5px #010101;
    }
    #right-sidebar.open{
        right: 0;
    }
    
    .sidebar-nav ul{
        margin: 10px !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"]::placeholder,
    .blog-sidebar input.fld-search::placeholder{ /* Chrome/Opera/Safari */
        color: #B8B8B8;
    }
    .sidebar-search .search-group input[type="search"]::placeholder,
    .blog-sidebar input.fld-search::placeholder{ /* Chrome/Opera/Safari */
        color: #B8B8B8;
    }
    .sidebar-search .search-group input[type="search"]::-moz-placeholder,
    .blog-sidebar input.fld-search::-moz-placeholder { /* Firefox 19+ */
        color: #B8B8B8;
    }
    .sidebar-search .search-group input[type="search"]:-ms-input-placeholder,
    .blog-sidebar input.fld-search:-ms-input-placeholder { /* IE 10+ */
        color: #B8B8B8;
    }
    .sidebar-search .search-group input[type="search"]:-moz-placeholder,
    .blog-sidebar input.fld-search:-moz-placeholder { /* Firefox 18- */
        color: #B8B8B8;
    }
    .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-ham-icon{
        float: right;
        /* margin-top: 15px; */
        margin-left: 20px;
        width: 35px;
        height: 24px;
        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: 4px;
        width: 100%;
        background: #4d4f50;
        border-radius: 9px;
        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: 10px; }
    .header-ham-icon span:nth-child(4) { top: 20px; }
    .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%;
    }
    
}

@media(max-width: 767px){
    .header-ham-icon{
        margin-top: 2px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .header-logo img {
        max-height: 50px;
    }

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

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
        position: relative;
        top: 6px;
    }

    #site-header .navbar-nav>li.vc-theme-button>a{
        font-size: 16px;
    }
}

/* ---------------------------------
    Page Header Banner
   --------------------------------- */
.page-header-banner{
    position: relative;
    width: 100%;
    margin-top: 111px;
}

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

.page-header-banner.bagels-overlay:not(.wipe-marks):after{
    background-color: rgba(0, 0, 0, 0.4);
}

.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: 35px;
    padding-bottom: 35px;
    text-align: center;
}
.page-header-banner .phb-heading{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    color: #fff;
}
.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: 1440px ){
    .page-header-banner .phb-content{
        padding-top: 35px;
        padding-bottom: 35px;
    }
} */

@media ( max-width: 991px ){
    .page-header-banner{
        margin-top: 60px;
    }
    .page-header-banner .phb-heading{
        font-size: 40px;
    }
}

@media ( max-width: 767px ){
    .page-header-banner .phb-content{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .page-header-banner .phb-heading{
        font-size: 35px;
    }
}

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

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

@media (max-width: 991px){
    .page-container.pg-home{
        margin-top: 60px;
    }
    
    .page-container {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@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;
    margin-top: 0;
}

/* --------------------------------------
    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: #fff;
    width: 100%;
    /* padding: 25px 15px; */
    padding: 5px 15px;
    border-radius: 3px;
    max-width: 100%;
    font-size: 15px;
    font-weight: normal;
    height: 42px;
    font-family: 'Heebo', sans-serif;
    border: 1px solid #B7B7B7;
    color: #262626;
    border-radius: 8px;
}

.wpcf7 textarea{
    height: 140px;
    max-height: 140px;
    margin-bottom: 0 !important;
    margin: 0;
    resize: none;
    padding-top: 13px;
    padding-bottom: 13px;
}

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

.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; */
    /* padding: 8px 25px; */
    /* border-radius: 3px; */
    /* font-size: 15px; */
    /* font-weight: 500; */
    /* width: 100%; */
    min-width: 190px;
    color: #fff;
    display: block;
    height: 40px;
    font-family: inherit;
    text-decoration: none;
    border: 0;
    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; */
}

.wpcf7 .wpcf7-form.submitting input[type="submit"]{
    pointer-events: none;
}

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{
    position: relative;
}

.wpcf7 form div.wpcf7-response-output,
.wpcf7 form div.wpcf7-validation-errors { 
    margin: 15px 0 0;
    border: 0;
    border-radius: 6px;
    color: #fff;
    padding: 10px 14px;
}

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;
}
.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;
}

.field-select .wpcf7-form-control-wrap{
    position: relative;
}

.field-select .wpcf7-form-control-wrap:after {
    position: absolute;
    right: 10px;
    top: 37%;
    transform: translateX(-50%);
    font-size: 11px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    line-height: 1;
    pointer-events: none;
    color: #B8B8B8;
}

.theme-contact-form > .wpcf7-spinner{ display: none;}

.has-spinner .wpcf7-spinner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}

.has-spinner p{
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    .fancybox-container .wpcf7 form div.wpcf7-response-output,
    .fancybox-container .wpcf7 form div.wpcf7-validation-errors{
        position: absolute;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .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{
        height: 42px;
        font-size: 15px;
    }
    
    .wpcf7 textarea{
        height: 140px;
    }
    
    .has-spinner p,
    .wpcf7 input[type="submit"]{
        min-width: 100%;
    }

    .wpcf7 form div.wpcf7-response-output,
    .wpcf7 form div.wpcf7-validation-errors{
        text-align: center;
    }
}

@-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;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #034daf;
}

.footer-cta-banner .cta-1 {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
}

.footer-cta-banner .cta-heading:not(:last-child){
    margin-bottom: 15px;
}

.footer-cta-banner .cta-descr:not(:last-child){
    margin-bottom: 13px;
}

.footer-cta-banner .cta-h-1 {
    font-weight: 600;
    line-height: 1;
    font-family: 'Gilroy';
}

.footer-cta-banner .cta-d-1 {
    line-height: 1.3;
    font-weight: 300;
}

@media(min-width: 992px){
    .footer-cta-banner .cta-2 {
        max-width: 515px;
    }
    
    .footer-cta-banner{
        min-height: 355px;
    }
    
    .footer-cta-banner .cta-h-1 {
        font-size: 41px;
    }
    
    .footer-cta-banner .cta-d-1 {
        font-size: 16px;
    }

    .footer-cta-banner .cta-banner-overlay{
        display: none;
    }
}

@media(min-width: 1200px){
    .footer-cta-banner .cta-2 {
        max-width: 570px;
    }

    .footer-cta-banner{
        min-height: 590px;
    }
    
    .footer-cta-banner .cta-h-1 {
        font-size: 58px;
    }

    .footer-cta-banner .cta-d-1 {
        font-size: 25px;
    }
}

@media(max-width: 1365px){
    .footer-cta-banner.has-form .cta-banner-img{
        display: none;
    }

    .footer-cta-banner.has-form .cta-banner-overlay{
        display: block;
    }

    .footer-cta-banner.has-form .cta-2{
        margin: auto;
    }
}

@media(max-width: 1199px){
    .footer-cta-banner .cta-banner{
        /* display: none; */
    }

    .footer-cta-banner{
        /* min-width: 480px; */
    }
}

@media(max-width: 991px){
    /* .footer-cta-banner .cta-banner-img{
        display: none;
    } */

    .footer-cta-banner .cta-h-1{ font-size: 39px;}

    .footer-cta-banner .cta-d-1{ font-size: 22px;}
}

@media(max-width: 767px){
    .footer-cta-banner .cta-title{ font-size: 25px;}
    
    .footer-cta-banner .cta-h-1 {
        font-size: 34px;
    }

    .footer-cta-banner .cta-d-1 {
        font-size: 18px;
    }

    .footer-cta-banner .cta-1 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    
    .footer-cta-banner .vc-theme-title .vc-tt-title{
        font-size: 34px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .footer-cta-banner .bagels-contact-form{
        max-width: 550px;
        margin: auto;
    }
}

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

/*
Footer Widget Area
*/
#footer-widget-area{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}
.footer-logo{
    max-width: 250px;
    max-height: 80px;
    margin-bottom: 15px;
}
.footer-widget-box .widget-title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-widget-box .widget-para{
    text-align: justify;
}
.footer-widget-box .widget-para-link{
    color: #4d4f50;
}

.footer-widget-box a{
    word-wrap: break-word;
}

.footer-widget-box .widget-nav-list,
.footer-widget-box .widget-post-list,
.footer-widget-box .widget-contact-list,
.footer-widget-box .widget-social-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#footer-widget-area .fwb-contact-info{
    display: flex;
    justify-content: center;
}

#footer-widget-area .fwb-contact-info:not(:first-child) {
    margin-top: 25px;
}

#footer-widget-area .fwb-contact-info .fwb-ci-1{
    width: 100%;
}

#footer-widget-area .fwb-menu:not(:first-child) {
    margin-top: 30px;
}

#footer-widget-area .fwb-ci-title{
    text-align: center;
    font-size: 50px;
    font-family: 'Gilroy';
    font-weight: 800;
    padding: 0 20px;
    background-color: #fff;
    display: table;
    margin: 0 auto -20px;
    z-index: 1;
    position: relative;
}

#footer-widget-area .fwb-ci-descr{
    text-align: center;
    font-size: 19px;
    font-weight: 300;
}

#footer-widget-area .fwb-ci-descr:not(:last-child){
    margin-bottom: 20px;
}

#footer-widget-area .contact-info-bar{
    border: 1px solid;
    border-radius: 65px;
    /* padding: 28px 30px; */
    padding: 33px 30px 28px;
}

#footer-widget-area .contact-info-bar .cib-1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    justify-content: center;
}

#footer-widget-area .fwb-ci-title ~ .contact-info-bar .cib-1 {
    padding-top: 36px;
}

#footer-widget-area .contact-group .cg-text,
#footer-widget-area .contact-group .cg-text a {
    font-size: 23px;
    font-weight: 300;
}

#footer-widget-area .cib-has-whatsapp .contact-group .cg-text,
#footer-widget-area .cib-has-whatsapp .contact-group .cg-text a{
    font-size: 19px;
}

.footer-widget-box .widget-nav-list{
    margin-bottom: -5px;
}

.footer-widget-box .widget-nav-list li{
    margin-bottom: 5px;
}

.footer-widget-box .widget-nav-list li:not(:last-child){
    margin-right: 35px;
}

.footer-widget-box .widget-nav-list li a {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
}

.footer-widget-box .widget-nav-list a,
.footer-widget-box .widget-nav-list a:hover,
.footer-widget-box .widget-nav-list a:focus,
.footer-widget-box .widget-nav-list .open>a,
.footer-widget-box .widget-nav-list .open>a:focus,
.footer-widget-box .widget-nav-list .open>a:hover {
    background-color: transparent;
}

/* Footer Widget Nav List */

.footer-widget-box .widget-nav-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-widget-box .widget-nav-list li.active a{
    color: #4d4f50;
}



/* Footer Widget Post List */
.footer-widget-box .widget-post-list li{
   padding-bottom: 10px;
   border-bottom: 1px dashed rgba(255,255,255,0.15);
}
.footer-widget-box .widget-post-list li:last-child{
   padding-bottom: 0;
   border-bottom: none;
}
.footer-widget-box .widget-post-list li .post-date{
    color: rgba(255,255,255,0.7);
    margin-top: 5px;
    font-size: 13px;
}

/* Footer Widget Contact List */
.footer-widget-box .widget-contact-list li{
    margin-bottom: 20px;
}
.footer-widget-box .widget-contact-list li .list-icon{
    width: 30px;
    float: left;
    margin-top: 4px;
}
.footer-widget-box .widget-contact-list li .list-content{
    margin-left: 30px;
}
.footer-widget-box .widget-contact-list li .list-icon .fa{
    font-size: 18px;
}
.footer-widget-box .widget-contact-list li .list-content p{
    margin-bottom: 0;
}
.footer-widget-box .widget-contact-list li:after{
    content: '';
    display: table;
    clear: both;
}

/* Footer Widget Social List */
.footer-widget-box .widget-social-list{
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-widget-box .widget-social-list li{
    display: inline-block;
}
.footer-widget-box .widget-social-list li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    margin-bottom: 5px;
    background-color: transparent;
}
.footer-widget-box .widget-social-list li a:hover{
    border-color: #3c3c3c;
}

#footer-widget-area .contact-info-bar .cg-heading{
    font-size: 18px;
}

#footer-widget-area .contact-info-bar .cib-has-whatsapp .cg-heading{
    font-size: 20px;
}

#footer-widget-area .contact-info-bar .cib-has-whatsapp .cg-whatsapp .cg-heading{
    font-size: 23px;
}

#footer-widget-area .contact-info-bar .cg-h-icon{
    width: 50px;
    height: 50px;
    border-width: 2px;
    margin-right: 19px;
}

#footer-widget-area .contact-info-bar .cib-has-whatsapp .cg-h-icon{
    margin-right: 10px;
}

#footer-widget-area .contact-info-bar .cib-has-whatsapp .cg-h-icon{
    width: 40px;
    height: 40px;
}

/*
Footer Bottom
*/
#footer-bottom{
    color: #414141;
    font-size: 17px;
    padding-top: 0;
    padding-bottom: 15px;
}
#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;
}

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

#footer-bottom .fb-sc-link{
    font-weight: 600;
}

#footer-bottom .fb-sc-link:focus,
#footer-bottom .fb-sc-link:active,
#footer-bottom .fb-sc-link:hover{
    color: #70706c;
}

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

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

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

#footer-bottom .fb-sc-l-name{
    position: relative;
    top: 1px;
}

/*
Scroll Top
*/
#scroll-top{
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    cursor: default;
    z-index: 999;
    cursor: pointer;
}
#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;
    }

    #footer-bottom .fb-site-creater,
    #footer-bottom .copyright-note{
        padding-top: 15px;
    }

    #footer-bottom .fb-site-creater{
        margin-left: 10px;
    }
    
    #footer-bottom .fb-site-creater:before{
        content: "|";
        position: relative;
        top: -1px;
        left: -5px;
    }

    #scroll-top{
        width: 35px;
        height: 35px;
        bottom: 90px;
        right: 6%;
    }
}

@media(min-width: 992px){
    #footer-widget-area .contact-info-bar .contact-group{
        width: calc( ( ( 51% / 2 ) - ( 72px / 3 ) ) );
    }

    #footer-widget-area .contact-info-bar .contact-group {
        width: calc( ( ( 51% / 2 ) - ( 81px / 4 ) ) );
    }

    #footer-widget-area .contact-info-bar .contact-group.cg-address{
        width: calc( 49% - ( 72px / 3 ) );
    }
}

@media(max-width: 1199px){
    #footer-widget-area .contact-group .cg-text,
    #footer-widget-area .contact-group .cg-text a{
        font-size: 17px;
        font-weight: 400;
    }

    #footer-widget-area .contact-info-bar .cib-1{
        padding: 24px 15px;
    }

    #footer-widget-area .fwb-ci-descr{
        padding-left: 15px;
        padding-right: 15px;
    }

    #footer-widget-area .fwb-ci-title ~ .contact-info-bar .cib-1 {
        padding-top: 32px;
    }

    #footer-widget-area .contact-info-bar .cg-h-icon{
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }

    #footer-widget-area .contact-info-bar .cg-heading {
        font-size: 21px;
    }

    #footer-widget-area .fwb-ci-title{
        font-size: 46px;
        padding: 0 15px;
    }
}
    
@media(max-width: 991px){
    .footer-widget-box .widget-nav-list li a{
        font-size: 19px;
    }
}
@media(max-width: 767px){
    #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 .fwb-menu {
        display: none;
    }

    #footer-bottom{
        font-size: 13px;
        padding-top: 15px;
    }

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

    #footer-bottom .fb-site-creater:not(:first-child){ margin-top: 10px; }

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

    #footer-bottom .fb-sc-l-img{
        max-width: 18px;
    }

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

    #footer-widget-area .contact-info-bar .cib-1{
        flex-direction: column;
        align-items: flex-start;
        border-radius: 23px;
        padding: 35px 20px;
        padding-left: 0;
        padding-right: 0;
    }

    #footer-widget-area .fwb-ci-descr{
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #footer-widget-area .contact-info-bar .fwb-ci-descr {
    }

    #footer-widget-area .fwb-ci-title ~ .contact-info-bar .cib-1 {
        padding-top: 38px;
    }

    #footer-widget-area .contact-info-bar .contact-group{
        justify-content: flex-start;
        margin-right: 0;
    }

    #footer-widget-area .contact-info-bar .contact-group:not(:last-child){
        margin-bottom: 20px;
    }

    #footer-widget-area .fwb-ci-title{
        /* margin: 0 10px -22px; */
        font-size: 38px;
        padding: 0 10px;
    }

    #footer-widget-area .contact-info-bar .cg-h-icon {
        width: 40px;
        height: 40px;
        margin-right: 13px;
        border-width: 1px;
    }

    #footer-widget-area .contact-info-bar .cg-heading {
        font-size: 20px;
    }

    #footer-widget-area .contact-group .cg-text,
    #footer-widget-area .contact-group .cg-text a{
        font-size: 18px;
    }
}

@media(min-width: 992px) and (max-width: 1199px){
    #footer-widget-area .contact-info-bar .cib-has-whatsapp .cg-whatsapp{
        display: none;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    #footer-widget-area .contact-info-bar .cib-1{
        flex-wrap: wrap;
        justify-content: flex-start;
        border-radius: 25px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    #footer-widget-area .fwb-ci-title ~ .contact-info-bar .cib-1 {
        padding-top: 45px;
    }
    
    #footer-widget-area .contact-info-bar .contact-group{
        /* flex-direction: column; */
        width: calc( 50% - 20px );
        margin-bottom: 30px;
    }

    #footer-widget-area .contact-group .cg-text,
    #footer-widget-area .contact-group .cg-text a{
        text-align: left;
    }

    #footer-widget-area .contact-info-bar .contact-group.cg-address{
        margin-bottom: 0;
    }

    #footer-widget-area .contact-info-bar .cib-has-whatsapp .contact-group{
        width: calc( 50% - 30px );
    }

    #footer-widget-area .contact-info-bar .cib-has-whatsapp .contact-group:not(:last-child) {
        margin-right: auto;
    }

    #footer-widget-area .contact-info-bar .cib-has-whatsapp .contact-group:nth-child(odd) {
        margin-right: 30px;
    }
}
/* ---------------------------------
    Custom Pagination 
   --------------------------------- */

.pagination-wrapper{
    /* margin-bottom: 20px; */
    display: flex;
    width: 100%;
    justify-content: center;
}

.pagination{
    margin: 40px 0 0;
}

.pagination > li {
    display: inline-block;
}

.pagination > li:not(:last-child) {
    margin-right: 11px;
}

.pagination li:first-child{
    display: none;
}

.pagination > li > a,
.pagination > li > span{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrapper:before{
    display: table;
    content: '';
    clear: both;
}
.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: table;
    margin: 30px auto 0;
}

.owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
    *display:inline;
    outline: none !important;
}
.owl-dots .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    background:transparent;
    border: 2px solid #4d4f50;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    border-radius:100%;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
    background:#4d4f50;
    border-color: #4d4f50;
} */

/* 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;
}

/* .bagels-owl-dots-style-1 .owl-dots .owl-dot{

} */

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

/* ---------------------------------
    Contact us page template 
   --------------------------------- */
.pg-temp-contact{
    padding-bottom: 0;
}

.contact-group{
    position: relative;
}

.contact-group:not(:last-child){
    margin-bottom: 20px;
}

.contact-group .cg-heading{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
}
.cg-heading .cg-h-icon{
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    text-align: center;
}

.cg-heading .cg-h-icon i.fa-phone{
    transform: rotateZ(90deg);
}

.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-bottom: 15px;
}

.contact-group .cg-socials li:not(:last-child){
    margin-right: 20px;
}

.contact-group .cg-socials li a{
    display: inline-block;
    font-size: 20px;
}

#main-navbar .contact-info-bar{
    /* float: right; */
    position: absolute;
    right: 0;
    top: 9px;
}

#site-header.sticky #main-navbar .contact-info-bar{
    top: -100%;
}

.contact-info-bar .cib-1,
.contact-info-bar .contact-group {
    display: flex;
    align-items: center;
}

.contact-info-bar .cg-heading,
.contact-info-bar .contact-group {
    margin-bottom: 0;
}

.contact-info-bar .contact-group:not(:last-child){
    margin-right: 36px;
}

.contact-info-bar .cib-has-whatsapp .contact-group:not(:last-child) {
    margin-right: 27px;
}

.contact-info-bar .cg-h-icon,
.contact-info-bar.style-1 .cg-socials a,
.pg-temp-contact .contact-info-bar .cg-s-icon{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50%;
}

.contact-info-bar .cg-socials li{
    margin-bottom: 0;
}

.contact-info-bar.style-1{
    padding: 10px 0 10px 18px;
}

.contact-info-bar.style-1 .cg-socials li:not(:last-child){
    margin-right: 7px;
}

.contact-info-bar.style-1:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 60vw;
    border-bottom-left-radius: 24px;
    z-index: -1;
}

.contact-info-bar.style-1 .cg-h-icon {
    border-color: #fff;
    font-size: 11px;
    margin-right: 7px;
}

.contact-info-bar.style-1 .cg-socials a{
    margin-bottom: 0;
    font-size: 11px;
}

.contact-info-bar.style-1 .cg-text a,
.contact-info-bar.style-1 .cg-socials a,
.contact-info-bar.style-1 .cg-h-icon,
.contact-info-bar.style-1 .cg-heading {
    color: #fff;
}

.contact-info-bar.style-1 .cg-text a:hover,
.contact-info-bar.style-1 .cg-socials a:hover{
    color: #d5d5d5;
}

.contact-info-bar.style-1 .cg-text a{
    font-weight: 500;
    font-size: 16px;
}

.contact-info-bar .cg-h-text{ display: none; }

.pg-temp-contact .contact-info-bar .contact-group:not(:last-child) {
    margin-bottom: 15px;
}

.pg-temp-contact .contact-info-bar .cg-h-icon,
.pg-temp-contact .contact-info-bar.style-1 .cg-socials a,
.pg-temp-contact .contact-info-bar .cg-s-icon{
    width: 38px;
    height: 38px;
}

.pg-temp-contact .contact-group .cg-text,
.pg-temp-contact .contact-group .cg-heading{
    font-size: 17px;
}

.pg-temp-contact .contact-group.cg-whatsapp .cg-heading{
    font-size: 21px;
}

.pg-temp-contact .contact-group .cg-text{
    margin-left: 7px;
    font-weight: 500;
}

.pg-temp-contact .contact-group .cg-socials li:not(:last-child) {
    margin-right: 15px;
}

.pg-temp-contact .contact-group .cg-socials li a{
    font-size: 19px;
}

/* .pg-temp-contact .ptc-form {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.21);
    padding: 25px;
    background-color: #fff;
    border-radius: 20px;
} */

.pg-temp-contact .pg-tc-map:not(:first-child){
    margin-top: 50px;
}

.pg-temp-contact .pg-tc-map iframe {
    width: 100%;
}

.pg-temp-contact .pg-tc-content:not(:last-child) {
    margin-bottom: 40px;
}

@media( min-width: 992px ){
    .pg-temp-contact .contact-info-bar{
        margin-left: 10px;
    }
}

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

    .contact-info-bar .contact-group:not(:last-child) {
        margin-right: 20px;
    }

    .contact-info-bar.style-2 .cg-h-icon{
        width: 30px;
        height: 30px;
    }

    .contact-info-bar.style-2 .contact-group .cg-text a{
        font-weight: 600;
    }

    .pg-temp-contact .pg-tc-row{
        display: block;
    }

    .pg-temp-contact .ptc-form,
    .pg-temp-contact .contact-info-bar{
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media( max-width: 767px ){
    #site-header .contact-info-bar .cg-h-icon{
        margin-right: 0;
        width: 35px;
        height: 35px;
    }

    #site-header .contact-info-bar .cg-heading{
        font-size: 17px;
    }

    .owl-dots{
        margin-top: 20px;
    }

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