78 @font-face {
    font-family: "Raleway-SemiBold";
    src: url("https://fonts.gstatic.com/s/raleway/v12/STBOO2waD2LpX45SXYjQBVQlYEbsez9cZjKsNMjLOwM.eot?#iefix");
    src: url("https://fonts.gstatic.com/s/raleway/v12/STBOO2waD2LpX45SXYjQBVQlYEbsez9cZjKsNMjLOwM.eot?#iefix") format("eot"), url("https://fonts.gstatic.com/s/raleway/v12/STBOO2waD2LpX45SXYjQBfk_vArhqVIZ0nv9q090hN8.woff2") format("woff2"), url("https://fonts.gstatic.com/s/raleway/v12/STBOO2waD2LpX45SXYjQBRsxEYwM7FgeyaSgU71cLG0.woff") format("woff"), url("https://fonts.gstatic.com/s/raleway/v12/STBOO2waD2LpX45SXYjQBS3USBnSvpkopQaUR-2r7iU.ttf") format("truetype"), url("https://fonts.gstatic.com/l/font?kit=STBOO2waD2LpX45SXYjQBaWUboTb-jS2tyCOQMtm97g&skey=484edb0fdce88a64&v=v12#Raleway") format("svg");
}

@font-face {
    font-family: material-icons-custom;
    src: url("../fonts/material/material-icons-custom.eot");
    src: url("../fonts/material/material-icons-custom.eot#iefix") format("embedded-opentype"), url("../fonts/material/material-icons-custom.ttf") format("truetype"), url("../fonts/material/material-icons-custom.woff") format("woff"), url("../fonts/material/material-icons-custom.svg#material-icons-custom") format("svg");
    font-weight: 400;
    font-style: normal
}

header div#sticky-header {
    background: #000;
}

.navbar .navbar-nav > .nav-item .nav-link {
    color: #fff !important;
}

.navbar .navbar-nav > .nav-item .megamenu .nav-link {
    color: #000 !important;
}

.material-icons-custom {
    direction: ltr;
    display: inline-block;
    font-family: material-icons-custom!important;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.social_fb:before {
    content: "\e900"
}

.social_li:before {
    content: "\e901"
}

.social_tw:before {
    content: "\e902"
}

.social_yt:before {
    content: "\e903"
}

.custom_globe:before {
    content: "\e904"
}

.nova_blog:before {
    content: "\e905"
}

.nova_file:before {
    content: "\e906"
}

.nova_video:before {
    content: "\e907"
}

.header-top-area .top_right a {
    color: #fff;
    font-size: 14px;
    padding-top: 7px;
    display: block;
}

.header-top-area {
    background: rgba(102, 102, 102, .2);
}

.header-top-area .top_right .header-icon {
    margin-top: 0px;
}

.navbar .navbar-nav > .nav-item > .nav-link::after {
    display: none;
}

.navbar .navbar-nav > .nav-item img {
    margin-top: -10px;
}


/* Menu style */

header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    padding: 0;
    background-color: #fff;
    z-index: 9999;
    overflow: visible;
}

.megamenu .category-tit {
    font-family: 'Bree Serif', serif;
}

.submenu ul.nav > li a {
    font-family: 'Bree Serif', serif;
    font-Weight: normal;
}

header .fix-header .header-button a.btn {
    margin-top: 5px;
}

header .fix-header div.logo {
    margin-top: 0px;
}

header .fix-header .navbar .navbar-nav > .nav-item > .nav-link {
    padding: 20px 12px;
}

.navbar .navbar-nav > .nav-item > .nav-link,
.header-icon a {
    color: #fff;
    font-family: 'Bree Serif', serif;
}

.header-top-area .top_right .header-icon a:first-child img {
    width: 22px;
}

.header-top-area .top_right .header-icon a img {
    width: 25px;
    margin-right: 8px;
    margin-top: -1px;
}

div.logo a h5,
.footer-logo a h5 {
    font-family: 'Bree Serif', serif;
    color: #949494;
    font-size: .8em;
}

div.logo a,
.footer-logo a {
    color: #949494;
}

div.logo a h3,
.footer-logo a h3 {
    font-family: "Raleway-SemiBold";
    color: #949494;
    font-size: 32px;
    margin-bottom: 0px;
}

div.logo a h3 span,
.footer-logo a h3 span {
    color: #beaa5a;
    padding-right: 2px;
}

@media(min-width: 992px) {
    .header-main.menu-style-1 {
        position: relative;
    }
    .navbar {
        position: static;
    }
    .navbar .navbar-nav>.nav-item {
        padding: 0 10px;
    }
    .navbar .navbar-nav>.nav-item>.nav-link {
        padding: 20px 12px;
        font-size: 15px;
        line-height: 14px;
        text-transform: uppercase;
        position: relative;
    }
    .navbar .navbar-nav>.nav-item>.nav-link:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 25px;
        width: 0px;
        height: 0;
        background: none;
        transition: 0.6s height ease-in-out;
        -moz-transition: 0.6s height ease-in-out;
        -webkit-transition: 0.6s height ease-in-out;
        -ms-transition: 0.6s height ease-in-out;
        -o-transition: 0.6s height ease-in-out;
        opacity: 0
    }
    .header-sticky.is-sticky .navbar .navbar-nav > .has-children > .nav-link::after {
        bottom: -11px;
    }
    .navbar .navbar-nav > .has-children > .nav-link::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #cb9d2c;
    }
    .navbar .navbar-nav>.nav-item.active>.nav-link {
        color: #cb9d2c;
    }
    .navbar .navbar-nav>.nav-item>.nav-link:hover:after,
    .menu-style-1 .navbar .navbar-nav>.nav-item.active>.nav-link:after {
        opacity: 1
    }
    .navbar .navbar-nav .nav-item:first-child {
        padding-left: 0;
    }
    .navbar .navbar-nav>.nav-item .submenu {
        z-index: 99;
        background: #fff;
        position: absolute;
        top: 100%;
        max-width: 250px;
        border-top: 0;
        border-bottom: 3px solid #beaa5a;
        padding: 25px 50px 25px 25px;
        text-align: left;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
        visibility: hidden;
        transition: .6s;
        /*-webkit-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
		-moz-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
		box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);*/
    }
    .navbar .navbar-nav>.nav-item .megamenu {
        max-width: 100%;
        margin: 0 auto;
        right: 0;
        left: 0;
        padding: 25px 44px;
    }
    .navbar .navbar-nav>.nav-item:hover .submenu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
    }
    .megamenu .pad-left {
        padding-left: 45px;
    }
    .megamenu .category-tit {
        color: #231f20;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        text-transform: capitalize;
        margin: 0;
        padding: 20px 0;
        display: block;
    }
    .submenu ul.nav>li a {
        padding: 8px 0 !important;
        color: #474243;
        font-size: 16px;
        line-height: 1;
    }
    .submenu ul.nav>li:last-child a {
        padding-bottom: 0 !important;
    }
    .submenu ul.nav>li a:hover {
        color: #beaa5a;
    }
    .submenu>ul.lavel-1 li {
        width: 100%;
    }
    .submenu>ul.lavel-1 li:first-child a {
        padding-top: 0 !important;
    }
    .submenu>ul.lavel-1 li a {
        display: block;
    }
    .submenu ul.nav>li.has-children {
        position: relative;
    }
    .submenu ul.nav>li.has-children>ul.lavel-2 {
        position: absolute;
        top: 0;
        right: -260px;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
        visibility: hidden;
        transition: .6s;
        max-width: 250px;
        padding: 22px 30px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
        -moz-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
        box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    }
    .submenu ul.nav>li.has-children:hover>ul.lavel-2 {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .navbar-toggler .navbar-toggler-icon {
        width: 25px;
        height: 2px;
        background: #404040;
        margin-bottom: 6px;
        display: block;
    }
    .menu-style-3,
    .menu-style-4 {
        background: #fff;
        position: inherit;
    }
    .menu-style-3 .header-main .navbar,
    .menu-style-4 .header-main .navbar {
        width: 100%;
        padding: 0;
    }
    .menu-style-3 .navbar-expand-lg .navbar-collapse,
    .menu-style-4 .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
    .header-sticky.is-sticky.menu-style-3 {
        top: -40px;
    }
}


/*For Teblet & Mobile*/

@media(max-width: 991px) {
    .navbar .navbar-nav > .nav-item img {
        margin-top: -5px;
        display: none;
    }
    .header-left {
        width: 100%;
    }
    .menu-style-1 .navbar-toggler .navbar-toggler-icon {
        display: block;
    }
    .navbar-toggler .navbar-toggler-icon {
        width: 25px;
        height: 2px;
        background: #404040;
        margin-bottom: 6px;
        display: block;
    }
    .navbar #collapsibleNavbar {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        transform: translateX(400px);
        -webkit-transform: translateX(400px);
        height: 100%;
        min-height: 100%;
        padding: 40px;
        padding-top: 80px;
        background-color: #fff;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        z-index: 9999;
        -webkit-backface-visibility: hidden;
        box-sizing: border-box;
        box-shadow: 0px 6px 20px 0px rgba(63, 39, 42, 0.15);
        -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .navbar #collapsibleNavbar.active {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .bg-overlay.show {
        visibility: visible;
        opacity: 1;
    }
    .navbar #collapsibleNavbar .remove {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: #beaa5a;
        overflow: hidden;
        cursor: pointer;
        color: #fff
    }
    .navbar #collapsibleNavbar .remove i {
        color: #fff;
        line-height: 38px;
        font-weight: 600;
        padding-right: 10px;
    }
    .navbar #collapsibleNavbar .remove .icon-add:before {
        width: 40px;
        height: 40px;
        margin: 0;
        transform: rotate(45deg);
        line-height: 40px;
        color: #fff;
        transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
    .navbar #collapsibleNavbar .remove:hover .icon-add:before {
        color: #cb9d2c;
        transform: rotate(135deg);
    }
    .navbar #collapsibleNavbar .search-form-wrap .search-field {
        border-width: 3px;
        line-height: 46px;
    }
    .navbar #collapsibleNavbar .search-form-wrap .submit-form {
        bottom: 3px;
        right: 3px;
    }
    .navbar #collapsibleNavbar .search-form-wrap .submit-form .search-submit {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
    .megamenu img {
        display: none;
    }
    .search-form-wrap {
        border-bottom: 1px solid #a7a9ac;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .navbar #collapsibleNavbar .navbar-nav li a {
        text-align: left;
    }
    .navbar #collapsibleNavbar .navbar-nav .submenu ul {
        flex-flow: column;
    }
    .navbar #collapsibleNavbar .navbar-nav li {
        text-align: left;
    }
    .navbar #collapsibleNavbar .navbar-nav li a {
        display: inline-block;
        text-align: left;
    }
    .navbar #collapsibleNavbar .navbar-nav li.has-children {
        position: relative;
    }
    .megamenu,
    .submenu {
        display: none;
    }
    .navbar-nav .expand .sign {
        position: relative;
        display: inline-block;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
    .navbar-nav .expand .sign:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 12px;
        background: #beaa5a;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .navbar-nav .expand .sign:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 12px;
        background: #beaa5a;
        transform: rotate(90deg);
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .navbar-nav .expand .sign:after,
    .navbar-nav .expand .sign:before {
        transition: 0.3s all ease-in-out;
    }
    .navbar-nav .expand {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
    }
    .navbar #collapsibleNavbar .navbar-nav li a {
        padding: 5px 0;
    }
    .navbar-nav .expand .sign:hover:after,
    .navbar-nav .expand .sign:hover:before {
        background: #231f20;
    }
    .menu-style-1 .navbar .navbar-nav>.nav-item .submenu,
    .menu-style-1 .submenu ul.nav>li.has-children>ul.lavel-2,
    .menu-style-3 .navbar .navbar-nav>.nav-item .submenu,
    .menu-style-3 .submenu ul.nav>li.has-children>ul.lavel-2,
    .menu-style-4 .navbar .navbar-nav>.nav-item .submenu,
    .menu-style-4 .submenu ul.nav>li.has-children>ul.lavel-2 {
        display: none;
    }
    #collapsibleNavbar.collapse:not(.show) {
        display: block;
    }
}


/*Menu Style 2*/

.menu-style-2 .navbar-expand-xl .navbar-toggler {
    display: block !important;
}

.menu-style-2 .navbar #collapsibleNavbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    transform: translateX(400px);
    -webkit-transform: translateX(400px);
    height: 100%;
    min-height: 100%;
    padding: 40px;
    padding-top: 80px;
    background-color: #fff;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    box-shadow: 0px 6px 20px 0px rgba(63, 39, 42, 0.15);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-style-2 .navbar #collapsibleNavbar.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

header .collapse:not(.show) {
    display: block;
}

.menu-style-2 .bg-overlay.show {
    visibility: visible;
    opacity: 1;
}

.menu-style-2 .navbar #collapsibleNavbar .remove {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #000;
    overflow: hidden;
    cursor: pointer;
}

.menu-style-2 .navbar #collapsibleNavbar .remove .icon-add:before {
    width: 40px;
    height: 40px;
    margin: 0;
    transform: rotate(45deg);
    line-height: 40px;
    color: #fff;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.menu-style-2 .navbar #collapsibleNavbar .remove:hover .icon-add:before {
    color: #cb9d2c;
    transform: rotate(135deg);
}

.menu-style-2 .navbar #collapsibleNavbar .search-form-wrap .search-field {
    border-width: 3px;
    line-height: 46px;
}

.menu-style-2 .navbar #collapsibleNavbar .search-form-wrap .submit-form {
    bottom: 3px;
    right: 3px;
}

.menu-style-2 .navbar #collapsibleNavbar .search-form-wrap .submit-form .search-submit {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.menu-style-2 .megamenu img {
    display: none;
}


/*.menu-style-2 .search-form-wrap{border-bottom:1px solid #a7a9ac; padding-bottom:30px; margin-bottom:20px;}*/

.menu-style-2 .navbar #collapsibleNavbar .navbar-nav li a {
    text-align: left;
}

.menu-style-2 .navbar #collapsibleNavbar .navbar-nav .submenu ul {
    flex-flow: column;
}

.menu-style-2 .navbar #collapsibleNavbar .navbar-nav li {
    text-align: left;
    padding: 5px 0;
}

.menu-style-2 .navbar #collapsibleNavbar .navbar-nav li a {
    display: inline-block;
    text-align: left;
}

.menu-style-2 .navbar #collapsibleNavbar .navbar-nav li.has-children {
    position: relative;
}

.menu-style-2 .megamenu,
.submenu {
    display: none;
}

.menu-style-2 .navbar-nav .expand .sign {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.menu-style-2 .navbar-nav .expand .sign:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 12px;
    background: #cb9d2c;
    bottom: 0;
    right: 0;
    margin: auto;
}

.menu-style-2 .navbar-nav .expand .sign:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 12px;
    background: #cb9d2c;
    transform: rotate(90deg);
    right: 0;
    bottom: 0;
    margin: auto;
}

.menu-style-2 .navbar-nav .expand .sign:after,
.navbar-nav .expand .sign:before {
    transition: 0.3s all ease-in-out;
}

.menu-style-2 .navbar-nav .expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
}

.menu-style-2 .navbar #collapsibleNavbar .navbar-nav li a {
    padding: 5px 0;
}

.menu-style-2 .navbar-nav .expand .sign:hover:after,
.navbar-nav .expand .sign:hover:before {
    background: #231f20;
}

.navbar.navbar-expand-xl {
    padding: 0;
}

.menu-style-2 .navbar-collapse {
    align-items: flex-start;
}

.menu-style-2 .navbar-expand-xl .navbar-nav {
    flex-direction: column;
    width: 100%;
}

.menu-style-2 .navbar .navbar-nav>.nav-item {
    padding: 0;
}

.menu-style-2 .megamenu,
.submenu {
    display: block;
}

.menu-style-2 .navbar .navbar-nav>.nav-item .submenu {
    position: inherit;
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    padding: 0;
    box-shadow: none;
    border: none;
    max-width: 100%;
    transition: 0s;
}

.menu-style-2 .megamenu .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.menu-style-2 .megamenu .row .col-12.col-lg-3.col-md-12 {
    max-width: 100%;
    padding: 0;
}

.menu-style-2 .submenu ul.nav>li.has-children>ul.lavel-2 {
    position: inherit;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    padding: 0;
    right: 0;
    box-shadow: none;
    transition: 0s;
}

.menu-style-2 .navbar .navbar-nav>.nav-item>.nav-link::after {
    display: none;
}

.menu-style-2 .navbar .navbar-nav>.nav-item .submenu,
.menu-style-2 .submenu ul.nav>li.has-children>ul.lavel-2 {
    display: none;
}

.menu-style-2 .navbar .navbar-nav>.nav-item>.nav-link {
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 !important;
}

.menu-style-2 .submenu ul.nav>li a {
    padding: 0 !important;
}

.navbar-nav .expand.minus .sign:before {
    transform: rotate(0deg);
}

.menu-style-2 .megamenu .category-tit {
    font-size: 14px;
    line-height: 14px;
    padding: 20px 0 0;
}

header.menu-style-2 .account-droapdown .navbar-nav>.nav-item>.nav-link,
header.menu-style-3 .account-droapdown .navbar-nav>.nav-item>.nav-link,
header.menu-style-4 .account-droapdown .navbar-nav>.nav-item>.nav-link {
    padding: 0 0 18px 0 !important;
    text-transform: capitalize;
}

header.menu-style-2 .account-droapdown .navbar-nav>.nav-item:last-child>.nav-link,
header.menu-style-3 .account-droapdown .navbar-nav>.nav-item:last-child>.nav-link,
header.menu-style-4 .account-droapdown .navbar-nav>.nav-item:last-child>.nav-link {
    padding-bottom: 0 !important;
}

header.menu-style-3 .account-droapdown .navbar-nav,
header.menu-style-4 .account-droapdown .navbar-nav {
    flex-direction: column;
}

header.menu-style-3 .account-droapdown .navbar-nav .nav-item .nav-link:after,
header.menu-style-4 .account-droapdown .navbar-nav .nav-item .nav-link:after {
    display: none;
}

header.menu-style-3 .account-droapdown .navbar-nav .nav-item,
header.menu-style-4 .account-droapdown .navbar-nav .nav-item {
    padding: 0;
}

.submenu > ul.lavel-1 li a {
    display: block;
    font-size: 20px;
    font-family: 'Bree Serif', serif;
}

.navbar .navbar-nav > .nav-item .submenu::after {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 75px solid black;
    position: absolute;
    top: 30px;
}

.navbar .navbar-nav > .nav-item > .nav-link {
    letter-spacing: .4px;
}

.menu-style-1 .navbar .navbar-brand img {
    width: 250px;
    padding: 5px 15px;
}


/* popup form */

.quick-open-container {
    position: fixed;
    bottom: 70%;
    z-index: 9999;
    right: -204px;
}

.quick-open,
.quick-close {
    background-color: #BEAA5A;
    z-index: 9999;
    cursor: pointer;
    background-repeat: no-repeat;
    float: left;
}

.quick-open {
    width: 75px;
    height: 65px;
}

.quick-close {
    width: 204px;
    height: 65px;
    display: none;
}

.quick-open {
    display: block;
    right: 0 !important;
}

.quick-container-mobile {
    width: 204px;
    display: block;
    background-color: #ffffff;
    padding: 20px 14px 0 14px;
    z-index: 9999;
    float: left;
}

.quick-container-mobile .wpcf7-response-output {
    font-size: 10px;
    line-height: 12px;
    margin: 0.5em 0.5em 1em;
    padding: 0.2em 1em;
}

.quick-container-mobile form {
    float: left;
    width: 100%;
}

.quick-container-mobile input[type="text"],
.quick-container-mobile input[type="tel"],
.quick-container-mobile input[type="email"],
.quick-container-mobile textarea {
    color: #777777;
    width: 100%;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
    margin-bottom: 10px;
}

.quick-container-mobile textarea {
    height: 81px;
}

.quick-container-mobile input[type="submit"] {
    border: 0;
    padding: 10px 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background-color: #000000;
}

.quick-container-mobile span {
    color: #777777;
    font-size: 8px;
    float: left;
}

.quick-container-mobile span.wpcf7-list-item.first.last {
    width: 86px;
    margin-left: 0;
}

.quick-container-mobile span.wpcf7-list-item.first.last input[type="checkbox"] {
    margin-top: 3px;
}

.quick-container-mobile span.wpcf7-list-item.first.last .wpcf7-list-item-label {
    font-family: sans-serif !important;
    font-size: 10px;
    line-height: 20px;
    width: 66px;
    letter-spacing: 0;
}

.quick-container-mobile .pop-terms {
    font-family: sans-serif !important;
    font-size: 10px;
    color: #777777;
    text-decoration: underline;
    bottom: 8px;
    position: absolute;
    right: 5px;
    letter-spacing: 0;
}

.quick-container-mobile span.wpcf7-not-valid-tip {
    color: #f00;
}

.quick-container-mobile span.wpcf7-list-item-label {
    line-height: 20px;
    float: right;
}

.quick-container-mobile {
    position: relative;
}

.pop-check-container {
    width: 100%;
    position: relative;
    float: left;
}

.arr-left,
.arr-right {
    float: left;
}

.arr-left {
    margin: 26px 5px 26px 10px;
}

.arr-right {
    margin: 26px 0 26px 0;
}

.telephone-box {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-family: 'Bree Serif', serif;
    border: 1px solid #fff;
    float: left;
}

.quick-open .telephone-box {
    margin: 10px 0 10px;
    padding: 10px 14px;
}

.quick-close .telephone-box {
    width: 80%;
    margin: 10px;
    padding: 10px;
}

.quick-close .telephone-box img {
    margin: 0 0.5em 0 0;
}

.telephone-box-container {
    width: 100%;
    float: left;
}

.slider-content {
    background: -moz-linear-gradient(-45deg, transparent 1.8rem, rgba(255, 255, 255, 0.7) 1.8rem);
    background: -webkit-linear-gradient(-45deg, transparent 1.8rem, rgba(255, 255, 255, 0.7) 1.8rem);
    background: linear-gradient(-45deg, transparent 1.8rem, rgba(255, 255, 255, 0.7) 1.8rem);
    padding: 25px;
    border-radius: 5px;
}

.slider-content h1 {
    font-size: 40px;
    color: #beaa5a;
    margin-bottom: 15px;
    line-height: 1.2;
    font-family: 'Bree Serif', serif;
    letter-spacing: .5px;
}

.slider-2-content h1 {
    margin-top: 3px;
}

.slider-content p {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Bree Serif', serif;
}

.slider-2-content span {
    font-family: 'Bree Serif', serif;
}

.slider-button a {
    padding: 11px 20px 12px 20px;
    text-transform: capitalize;
}

.slider-area .slider-active button.slick-arrow:hover {
    background-color: transparent;
}

.slider-area .slider-active button.slick-arrow {
    background-color: transparent
}

.slider-active button.slick-arrow {
    transition: .25s ease-in;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
}

.slider-area .slider-active button.slick-arrow svg {
    width: 35px
}

header .fix-header {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22)
}

.slider-area .slider-active button.slick-next svg {
    margin-top: -75px;
}

.about-area .about-count {
    float: left;
    width: 50%;
    margin-top: 15px;
}

.about-area .about-count h5 {
    margin-bottom: 0px;
}

.about-area .about-count h5 p:last-child {
    margin-bottom: 0px;
    margin-top: 8px;
}

.about-area .about-count h5 p {
    font-size: 30px;
    margin-bottom: 8px;
    color: #beaa5a
}

.about-area .about-count p.lc {
    margin-top: 3px;
}

.about-area .about-count img {
    width: 38px;
}

.about-text a {
    margin-top: 25px;
    padding: 9px 30px 10px 30px;
    text-transform: capitalize;
}

.about-content p {
    font-family: 'Bree Serif', serif;
    color: #000;
    font-size: 18px;
}

.about-content {
    text-align: center;
}

.about-content img {
    width: 80px;
    margin-bottom: 25px;
}

.services-wrapper .services-img img {
    width: 60px;
    margin-bottom: 12px;
}

.slick-prev svg,
.slick-next svg {
    width: 35px
}

.what_we .owl-nav .owl-next {
    right: -5em;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.what_we .owl-nav .owl-prev {
    left: -5em;
}

.what_we .owl-nav .owl-prev,
.what_we .owl-nav .owl-next {
    position: absolute;
    top: 35%;
}

.what_we .owl-nav .owl-prev svg,
.what_we .owl-nav .owl-next svg {
    width: 35px;
}

.team-text p {
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    color: #000;
    margin-bottom: 13px;
}

.team-icon a {
    color: #cbcbcb;
    font-size: 18px;
    transition: 0.3s;
    margin-right: 15px;
    color: #000;
}

.our-services-icon img {
    width: 45px !important;
}

.about-us-icon img {
    width: 35px;
}

.about-us-wrapper .section-title h1 {
    font-size: 30px;
}

.faq-wrapper .section-title p {
    margin-top: 21px;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-family: 'Bree Serif', serif;
    font-Weight: normal;
    text-align: justify;
}

#service-box .section-title {
    width: 50%;
    border: 1px solid #c6c4c4;
    border-bottom: 0;
    padding: 10px 10px;
    background: #fbfbfb;
    margin-bottom: -1px
}

#service-box .row:last-child {
    background: #fbfbfb;
    border: 1px solid #c6c4c4;
    padding-top: 25px
}

#service-box .row {
    margin: 0;
}

#service-box .row .col-xl-12.col-lg-12 {
    padding: 0px;
}

#solution-box .section-title {
    width: 50%;
    border: 1px solid #c6c4c4;
    border-bottom: 0;
    padding: 10px 10px;
    background: #fbfbfb;
    margin-bottom: -1px;
}

#solution-box .row:last-child {
    background: #fbfbfb;
    border: 1px solid #c6c4c4;
    padding-top: 25px;
}

#solution-box .row .col-xl-12.col-lg-12 {
    padding: 0px;
}

.megamenu.submenu .nav-item {
    margin-bottom: 30px
}

.megamenu.submenu .nav-item a {
    font-size: 20px;
    font-family: 'Bree Serif', serif;
}

.megamenu.submenu .nav-item a img {
    width: 30px;
}

.services-area {
    padding: 50px 0;
}

.cta-area {
    padding: 50px 0;
}

.about-area.igt-about {
    padding: 0px !important;
}

.team-area {
    padding: 50px 0;
}

.services-text p {
    height: 75px;
    font-family: 'Bree Serif', serif;
    font-Weight: normal;
}


/* map */

div.map-area {
    padding: 50px 0;
}

.exPopoverContainer {
    width: 145px;
    height: 35px;
    position: relative;
    color: #ccc;
    bottom: 42px!important;
    left: -17px;
}

.borderRadius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.popBg {
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
}

.popBody {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 4px;
}

.popBody h1 {
    padding-bottom: 5px;
    margin: 0px;
    font-size: 18px;
}

.popHeadLine {
    clear: both;
    width: 100%;
    height: 1px;
    background-color: #383737;
    margin: auto;
}

.popContentLeft {
    width: 160px;
    float: left;
    text-align: justify;
    margin-top: -1px;
    font-size: 21px;
    padding-left: 15px;
    color: #fff;
    margin-left: 5px;
}

.popContentRight {
    width: 100px;
    float: right;
    margin-top: 10px;
    text-align: center;
}

.arrow-down {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #000;
    opacity: 0.8;
}

img#map-marker {
    width: 40px !important;
}

div.blog-area {
    background: transparent
}

@media only screen and (min-width:600px) and (max-width:991px) {
    #service-box .col-xl-6,
    #solution-box .col-xl-6 {
        width: 50%;
    }
    .about-us-content h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width:991px) {
    .megamenu.submenu .nav-item {
        margin-bottom: 0px !important;
        margin-left: 12px;
    }
    .navbar #collapsibleNavbar .navbar-nav li a {
        padding: 5px 0;
        font-size: 20px;
        font-family: 'Bree Serif', serif;
    }
    .megamenu.submenu .nav-item a img {
        width: 25px !important;
        display: inline-block;
    }
    .navbar .navbar-nav > .nav-item img {
        margin-top: 0px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .what_we .owl-nav .owl-prev svg,
    .what_we .owl-nav .owl-next svg {
        display: none;
    }
    .slider-content p {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .our-services-text p {
        margin-bottom: 0;
        height: auto;
        font-size: 16px;
        line-height: 21px;
    }
    .section-title > span {
        color: #beaa5a;
        font-size: 21px;
        text-transform: uppercase;
        font-family: 'Bree Serif', serif;
        padding: 0;
    }
    .services-text p {
        padding: 0;
        height: auto !important;
    }
    .about-us-content h4 {
        font-size: 13px;
    }
    .newsletter-area {
        padding: 30px 15px;
    }
    div.logo a h3,
    .footer-logo a h3 {
        font-size: 23px !important;
    }
    div.logo a h5,
    .footer-logo a h5 {
        font-size: .57em !important;
    }
    .header-top-area .top_right .header-icon a span {
        display: none;
    }
    .header-icon a {
        font-size: 12px;
    }
    .header-lang {
        margin-left: 0px;
    }
    .navbar {
        float: right;
    }
    .navbar-toggler {
        margin-top: -60px;
    }
}

@media only screen and (max-width:767px) {
    .mission-section .mv-box p {
        text-align: center;
        margin-bottom: 12px;
        color: #000;
        line-height: 1.2;
        font-size: 15px;
    }
    .mission-section .mv-box {
        margin-bottom: 20px;
    }
    .quick-open-container {
        position: fixed;
        bottom: 50% !important;
    }
    .slider-content p {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .our-services-text p {
        margin-bottom: 0;
        height: auto;
        font-size: 16px;
        line-height: 21px;
    }
    .section-title > span {
        color: #beaa5a;
        font-size: 21px;
        text-transform: uppercase;
        font-family: 'Bree Serif', serif;
        padding: 0;
    }
    .services-text p {
        padding: 0;
        height: auto !important;
    }
    .about-us-content h4 {
        font-size: 11px;
        margin-top: 3px;
    }
    .about-us-icon img {
        width: 28px;
    }
    .about-us-icon {
        margin-right: 4px;
    }
    .newsletter-area {
        padding: 30px 15px;
    }
    div.logo a h3,
    .footer-logo a h3 {
        font-size: 23px !important;
    }
    div.logo a h5,
    .footer-logo a h5 {
        font-size: .57em !important;
    }
    .header-top-area .top_right .header-icon a span {
        display: none;
    }
    .header-top-area .top_right a {
        color: #fff;
        font-size: 12px;
        padding-top: 5px;
        display: block;
        text-align: center;
    }
    .navbar .navbar-nav > .nav-item .nav-link {
        color: #000 !important
    }
    .header-icon a {
        font-size: 12px;
    }
    .header-lang {
        margin-left: 0px;
    }
    .navbar {
        float: right;
    }
    .navbar-toggler {
        margin-top: -50px;
    }
    #solution-box {
        margin-top: 35px
    }
    #solution-box .row {
        margin: 0;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    div.logo a h3,
    .footer-logo a h3 {
        font-size: 25px;
        margin-bottom: 0px;
    }
    div.logo a h5,
    .footer-logo a h5 {
        color: #949494;
        font-size: .64em;
    }
    .header-button {
        margin-top: 14px;
        margin-left: 0px;
    }
    div.logo a img {
        margin-top: 12px;
    }
    header .fix-header div.logo a img {
        margin-top: 0px;
    }
    .header-top-area .top_right a {
        color: #fff;
        font-size: 12px;
        padding-top: 12px;
        display: block;
    }
    header .header-button a.btn {
        margin-top: unset;
    }
    header .fix-header .header-button a.btn {
        margin-top: unset;
    }
    header .fix-header .navbar .navbar-nav > .nav-item > .nav-link {
        padding: 20px 12px !important;
    }
    .navbar .navbar-nav > .nav-item > .nav-link {
        padding: 20px 12px !important;
        font-size: 14px !important;
    }
    .our-services-text p {
        margin-bottom: 0;
        height: 100px;
        font-size: 14px;
        line-height: 18px;
        color: #000;
    }
    .about-us-wrapper {
        margin-left: 0;
        padding: 0px;
    }
    .gbf-about .section-title span {
        margin-bottom: 10px;
    }
    .gbf-about .section-title h5 {
        font-size: 18px;
    }
    .faq-wrapper .section-title p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .about-text > span {
        font-size: 25px;
    }
    .about-us-content h4 {
        font-size: 14px;
        margin-top: 2px;
    }
    .our-services-icon {
        margin-right: 15px;
    }
    .our-services-text h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .what_we .owl-nav {
        display: none;
    }
    .cta-text h1 {
        font-size: 30px;
    }
    .services-wrapper h4 {
        font-size: 20px;
        line-height: 1;
    }
    .services-wrapper .services-img img {
        width: 45px;
        margin-bottom: 12px;
    }
    .services-wrapper {
        height: 275px;
    }
    .services-text p {
        line-height: 20px;
    }
    .services-text a {
        margin-top: 10px;
    }
    .about-us-wrapper .section-title h1 {
        font-size: 26px;
    }
    .about-us-content h4 {
        font-size: 14px;
    }
    .about-us-text li {
        margin-bottom: 18px;
    }
    .footer-news-text h5 {
        font-size: 15px;
        line-height: 16px;
    }
    .services-text p {
        height: auto !important
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    div.logo a h3,
    .footer-logo a h3 {
        font-size: 25px;
        margin-bottom: 0px;
    }
    div.logo a h5,
    .footer-logo a h5 {
        color: #949494;
        font-size: .64em;
    }
    .header-button {
        margin-top: 6px;
        margin-left: 0px;
    }
    header .fix-header .navbar .navbar-nav > .nav-item > .nav-link {
        padding: 25px 0px !important;
    }
    .navbar .navbar-nav > .nav-item > .nav-link {
        padding: 20px 0px !important;
        font-size: 12px !important;
    }
    .our-services-text p {
        margin-bottom: 0;
        height: 120px;
        font-size: 14px;
        line-height: 20px;
        color: #000;
    }
    .what_we .owl-nav {
        display: none;
    }
    .cta-text h1 {
        font-size: 30px;
    }
    .services-wrapper h4 {
        font-size: 20px;
        line-height: 1;
    }
    .services-wrapper .services-img img {
        width: 45px;
        margin-bottom: 12px;
    }
    .services-wrapper {
        height: 300px;
    }
    .services-text p {
        line-height: 20px;
    }
    .services-text a {
        margin-top: 10px;
    }
    .about-us-wrapper .section-title h1 {
        font-size: 26px;
    }
    .about-us-content h4 {
        font-size: 14px;
        margin-top: 2px;
    }
    .about-us-text li {
        margin-bottom: 18px;
    }
    .footer-news-text h5 {
        font-size: 15px;
        line-height: 16px;
    }
    .services-text p {
        height: auto !important
    }
    .header-top-area .top_right a {
        color: #fff;
        font-size: 11px;
        padding-top: 7px;
        display: block;
    }
    .header-icon {
        margin-top: 0;
        background: #000;
        padding: 10px 5px 10px 16px;
    }
}

@media only screen and (max-width:1299px) {
    .ig-container {
        max-width: 100%;
    }
}

@media only screen and (min-width:1300px) and (max-width:1399px) {
    .ig-container {
        max-width: 1280px;
    }
    .navbar .navbar-nav > .nav-item > .nav-link {
        font-size: 14px !important;
    }
    header .fix-header .navbar .navbar-nav > .nav-item > .nav-link {
        padding: 25px 8px;
    }
    .igt-about {
        padding: 0px !important;
    }
    .about-area {
        padding: 60px 0 0 0;
    }
    .about-text p {
        margin-bottom: 0;
        font-size: 16px;
        color: #000;
        margin-top: 16px;
        text-align: justify;
        font-family: 'Bree Serif', serif;
        line-height: 25px;
    }
    .about-content p {
        font-size: 16px;
        line-height: 25px;
    }
    .services-area {
        padding: 65px 0;
    }
    .cta-area {
        padding: 60px 0;
    }
    .cta-text h1 {
        font-size: 33px;
    }
    .team-area {
        padding: 65px 0;
    }
    .quick-open-container {
        bottom: 30%;
    }
    .what_we .owl-nav .owl-prev svg,
    .what_we .owl-nav .owl-next svg {
        width: 20px !important;
    }
    .what_we .owl-nav .owl-next {
        right: -1.5em !important;
    }
    .what_we .owl-nav .owl-prev {
        left: -1.5em !important;
    }
}

@media only screen and (min-width:1400px) {
    .ig-container {
        max-width: 1400px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1800px) {
    .service-title-section img {
        width: 35px;
        display: block;
        margin: 0 auto;
    }
}