/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&amp;display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

body {
    line-height: 1.7;
    color: #4d4d4d;
    font-weight: 400;
    font-size: .9rem;
    /* font-family: "Sawarabi Gothic", sans-serif !important; */
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

a:hover {
    text-decoration: none
}

.text-black {
    color: #000000
}

.text-y {
    color: #f7bf22
}

tb {
    color: #000000
}

.bg-black {
    background: #000 !important
}

.space {
    height: 290px !important
}

.line-height-sm {
    line-height: 1.3;
    font-weight: 700
}

.line-height-xs {
    line-height: 1
}

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible
}

.btn {
    position: relative;
    top: 0
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000
}

.btn.btn-sm {
    font-size: .9rem
}

.btn:hover {
    -webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important
}

.btn.btn-white.btn-outline-white {
    border-color: #f00;
    background: #f00;
    color: #fff
}

.btn.btn-white.btn-outline-white:hover {
    background: #fff;
    color: #000
}

.bg-black {
    background: #000
}

.form-control {
    height: 47px
}

.form-control:active,
.form-control:focus {
    border-color: #f23a2e
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.site-section {
    padding: 3em 0
}

@media(min-width:768px) {
    .site-section {
        padding: 80px 0 0 0
    }
}

.site-section.site-section-sm {
    padding: 4em 0
}

.site-section-heading {
    font-size: 30px;
    color: #25262a;
    position: relative
}

.site-section-heading:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #f23a2e
}

.site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #f23a2e
}

.site-footer {
    padding: 0 0;
    background: url(../images/bg1.webp) no-repeat center bottom;
    background-color: #000
}

.site-footer h2 {
    padding: 50px 0 20px 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700
}

.site-footer h2:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 1px;
    width: 50px;
    margin: 14px 0 0 302px
}

.site-footer h2:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 1px;
    width: 50px;
    margin: 14px 0 0 -348px
}

.footer-2 {
    width: 100%;
    float: left;
    background: url(../images/f-bg.webp) bottom no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 50px 0 10px 0
}

.site-footer .footer-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

.site-footer a {
    color: #000;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 600;
    font-size: 13px;
    padding: 0 0 0 5px
}

.site-footer ul li {
    margin-bottom: 0;
    border-left: #7b7c7d solid 1px;
    padding: 0 0 0 10px
}

.list-unstyled li:before {
    content: "";
    padding: 0;
    width: 10px;
    height: 1px;
    background-color: #7b7c7d;
    position: absolute;
    margin: 13px 0 0 -11px
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000
}

.bg-image {
    background-size: cover;
    background-repeat: no-rpeeat;
    overflow: hidden;
    background-position: center center
}

.bg-image.center {
    background-position: top center
}

.bg-image.fixed {
    background-position: fixed !important
}

.bg-image.overlay,
.bg-image.overlay-primary,
.bg-image.overlay-info,
.bg-image.overlay-success,
.bg-image.overlay-warning {
    position: relative
}

.bg-image.overlay:before,
.bg-image.overlay-primary:before,
.bg-image.overlay-info:before,
.bg-image.overlay-success:before,
.bg-image.overlay-warning:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4)
}

.bg-image.overlay-primary:before {
    background: rgba(242, 58, 46, 0.9)
}

.bg-image.overlay-info:before {
    background: rgba(23, 162, 184, 0.9)
}

.bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9)
}

.bg-image.overlay-success:before {
    background: rgba(238, 198, 10, 0.9)
}

@media(max-width:767.98px) {

    .display-3,
    .display-2,
    .display-4 {
        font-size: 35px !important
    }
}

@media(max-width:991.98px) {
    .bg-md-height {
        height: 300px
    }
}

@media(max-width:767.98px) {
    .bg-sm-height {
        height: 300px
    }
}

.site-navbar-wrap {
    position: relative;
    z-index: 99;
    width: 100%
}

.site-navbar-wrap a {
    color: #FFFFFF;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 14px
}

.site-navbar-wrap .site-navbar-top {
    font-size: .8rem;
    background-size: cover;
    background-position: center top;
}

.phone-text {
    color: #000;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 700
}

.icon-text {
    font-size: 18px;
    background-color: #fff;
    color: #088cd6;
    padding: 10px;
    border-radius: 50%;
    line-height: 16px;
    border: #088cd6 solid 1px
}

.site-navbar-top,
.site-navbar {
    border-bottom: 1px solid #A2CA71
}

.site-navbar {
    margin-bottom: 0;
    width: 100%;
    /* background-color: #387F39; */
    background-color: #387F39;
    border-bottom: 0;
    height: auto
}

.site-navbar-fixed {
    z-index: 99999;
    position: fixed;
    opacity: .98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    -moz-animation: fadeInDown 800ms;
    -ms-animation: fadeInDown 800ms;
    -o-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden
}

.site-navbar .site-logo {
    font-weight: 200
}

.site-navbar .site-logo a {
    font-weight: 200;
    color: #000
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0
}

.site-navbar .site-navigation .site-menu .active>a {
    color: #000
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    font-size: 15px;
    display: inline-block
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px;
    text-align: center
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #fff;
    font-size: 15px;
    text-decoration: none !important
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #000
}

.site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon'
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 10px 0;
    margin-top: 20px;
    margin-left: 0;
    background: #fff;
    -webkit-transition: .2s 0s;
    -o-transition: .2s 0s;
    transition: .2s 0s;
    width: 842px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -120px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #000 !important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 300px;
    float: left
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 2px 10px;
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.dropdown li a:before {
    content: "\e315";
    font: normal normal normal 14px/1 icomoon;
    padding: 0 5px 0 0
}

.drop-sub {
    width: 250px !important
}

.drop-sub:before {
    left: 70% !important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    color: #1a830080 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    color: #f23a2e
}

.site-navbar .site-navigation .site-menu .has-children a {
    text-transform: uppercase
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #ffeb00
}

.y-hover:hover a{
    color: #ffeb00 !important
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1
}


/* site-navbar-1 */

.site-navbar-1 .site-navigation .site-menu a {
    text-decoration: none !important;
    font-size: 15px;
    display: inline-block
}

.site-navbar-1 .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px;
    text-align: center
}

.site-navbar-1 .site-navigation .site-menu>li>a {
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #000;
    font-size: 15px;
    text-decoration: none !important
}

.site-navbar-1 .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px
}

.site-navbar-1 .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon'
}

.site-navbar-1 .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 10px 0;
    margin-top: 20px;
    margin-left: 0;
    background: #fff;
    -webkit-transition: .2s 0s;
    -o-transition: .2s 0s;
    transition: .2s 0s;
    width: 900px
}

.dropdown li a:before {
    content: "\e315";
    font: normal normal normal 14px/1 icomoon;
    padding: 0 5px 0 0
}

.drop-sub {
    width: 275px!important;
}

.drop-sub:before {
    left: 70% !important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    color: #f7bf22
}


.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.site-mobile-menu .site-nav-wrap a {
    padding: 5px 20px;
    display: block;
    position: relative;
    color: #212529
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #088cd6
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: #f8c82d
}

.site-mobile-menu li a:before {
    content: "\e315";
    font: normal normal normal 14px/1 icomoon;
    padding: 0 5px 0 0
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    color: #000
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 15px;
    font-weight: 700
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 0;
    font-size: 16px;
    padding: 5px 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px
}

.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.site-blocks-cover.overlay {
    position: relative
}

.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0)
}

.site-blocks-cover,
.site-blocks-cover .row {
    min-height: 100%;
    height: 100%
}

.site-blocks-cover.inner-page,
.site-blocks-cover.inner-page .row {
    min-height: 600px;
    height: calc(80vh)
}

.site-blocks-cover .sub-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .2em
}

.site-blocks-cover h2 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem
}

.site-blocks-cover h2 strong {
    font-weight: 900
}

@media(min-width:768px) {
    .site-blocks-cover h2 {
        font-size: 4rem;
        font-weight: 300;
        line-height: 1.2
    }
}

.site-blocks-cover p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5
}

.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5
}

.site-heading {
    font-weight: 300;
    font-size: 2rem
}

@media(min-width:768px) {
    .site-heading {
        font-size: 3rem
    }
}

.site-heading strong {
    font-weight: 900;
    color: #f7c027
}

.site-block-1 {
    padding-top: 50px
}

@media(min-width:992px) {
    .site-block-1 {
        padding-top: 0;
        position: absolute;
        width: 100%;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.site-block-appointment {
    background: #ece8d9 !important
}

.site-block-appointment form {
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1)
}

.text-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5)
}

.text-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5)
}

.site-block-feature {
    background: rgba(0, 0, 0, 0.5);
    position: relative
}

.site-block-feature .icon {
    font-size: 50px
}

.site-block-feature h3 {
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

.site-block-feature p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1rem
}

.site-block-feature p:last-child {
    margin-bottom: 0
}

.site-block-feature-2 .icon {
    font-size: 50px;
    position: relative;
    line-height: 1
}

.site-block-feature-2 h3 {
    font-size: 1.5rem
}

.site-block-3 .row-items {
    height: calc(50% - 15px);
    margin-bottom: 30px
}

.site-block-3 .row-items.last {
    height: calc(50% - 15px);
    margin-bottom: 0
}

.site-block-3 .feature {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    height: 100%
}

.site-block-3 .feature h3 {
    color: #000;
    font-size: 1.4rem
}

.site-block-3 .feature:hover,
.site-block-3 .feature:active,
.site-block-3 .feature:focus,
.site-block-3 .feature.active {
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1)
}

.site-block-half .image,
.site-block-half .text {
    width: 100%
}

@media(min-width:992px) {

    .site-block-half .image,
    .site-block-half .text {
        width: 50%
    }
}

@media(max-width:991.98px) {
    .site-block-half .image {
        margin-bottom: 50px
    }
}

.site-block-half .text {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:992px) {
    .site-block-half .text {
        padding: 4rem
    }
}

@media(min-width:1200px) {
    .site-block-half .text {
        padding: 60px 60px 60px 0px
    }
}

.site-block-half .text p {
    text-align: justify;
    font-size: 16px
}

.site-block-half .bg-image {
    background-position: center center
}

@media(max-width:991.98px) {
    .site-block-half .bg-image {
        height: 320px
    }

    .site-block-half .bg-image iframe {
        height: 100%
    }
}

.site-block-half.site-block-video .image {
    position: relative;
     /* padding: 130px 0 0 0  */
     margin-top: 60px;
     /* margin-bottom: -80px; */
}

.site-block-half.site-block-video .image .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #f23a2e !important
}

.site-block-half.site-block-video .image .play-button:hover {
    opacity: 1
}

.site-block-half.site-block-video .image .play-button>span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%)
}

.site-block-testimony img {
    max-width: 140px;
    border-radius: 50%
}

.site-block-testimony p {
    font-size: 1.2rem
}

.site-block-testimony.active {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1)
}

.post-entry {
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6
}

.post-entry,
.post-entry .text {
    border-radius: 4px;
    border-top: none !important
}

.post-entry .date {
    color: #a6a6a6;
    font-weight: 400;
    letter-spacing: .1em
}

.post-entry .image {
    overflow: hidden;
    position: relative
}

.post-entry .image img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.post-entry:hover .image img,
.post-entry:active .image img,
.post-entry:focus .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.block-13,
.slide-one-item {
    position: relative;
    z-index: 1
}

.block-13 .owl-nav,
.slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 5px 5px 0 5px;
    font-size: 22px;
    color: #000000;
    /* background-color: #387F39; */
    background-color: #387F39;
    margin: 5px
}

.block-13 .owl-nav .owl-prev.disabled,
.block-13 .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled {
    opacity: .2
}

.block-13 .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px
}

.block-13 .owl-dots {
    text-align: center;
    top: -75px;
    position: relative
}

.block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px
}

.block-13 .owl-dots .owl-dot>span {
    line-height: 0;
    display: inline-block;
    width: 28px;
    height: 4px;
    border: 0;
    float: left;
    background: #ccc;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.block-13 .owl-dots .owl-dot.active>span {
    background: #f23a2e
}

.slide-one-item.home-slider .owl-nav {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    width: 100%
}

.slide-one-item.home-slider .owl-prev {
    left: 10px !important
}

.slide-one-item.home-slider .owl-next {
    right: 10px !important
}

.slide-one-item.home-slider .owl-prev,
.slide-one-item.home-slider .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    line-height: 0;
    text-align: center;
    font-size: 25px
}

@media(min-width:768px) {

    .slide-one-item.home-slider .owl-prev,
    .slide-one-item.home-slider .owl-next {
        font-size: 25px
    }
}

.slide-one-item.home-slider .owl-prev>span,
.slide-one-item.home-slider .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slide-one-item.home-slider .owl-prev:hover,
.slide-one-item.home-slider .owl-prev:focus,
.slide-one-item.home-slider .owl-next:hover,
.slide-one-item.home-slider .owl-next:focus {
    background: black
}

.slide-one-item.home-slider:hover .owl-nav,
.slide-one-item.home-slider:focus .owl-nav,
.slide-one-item.home-slider:active .owl-nav {
    opacity: 10;
    visibility: visible
}

.block-12 {
    position: relative
}

.block-12 figure {
    position: relative
}

.block-12 figure:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0)
}

.block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10
}

.block-12 .text-overlay h2 {
    color: #fff
}

.block-12 .text {
    position: relative;
    top: -100px
}

.block-12 .text .meta {
    text-transform: uppercase;
    padding-left: 40px;
    color: #fff;
    display: block;
    margin-bottom: 20px
}

.block-12 .text .text-inner {
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 10px;
    margin-right: 30px;
    position: relative
}

@media(min-width:576px) {
    .block-12 .text .text-inner {
        padding: 20px
    }
}

@media(min-width:768px) {
    .block-12 .text .text-inner {
        padding: 30px 40px
    }
}

.block-12 .text .text-inner:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    margin-top: -4px;
    background: #f23a2e;
    top: 0
}

.block-12 .text .text-inner .heading {
    font-size: 20px;
    margin: 0;
    padding: 0
}

.block-16 figure {
    position: relative
}

.block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #f23a2e !important
}

.block-16 figure .play-button:hover {
    opacity: 1
}

.block-16 figure .play-button>span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%)
}

.block-25 ul,
.block-25 ul li {
    padding: 0;
    margin: 0
}

.block-25 ul li .date {
    color: rgba(255, 255, 255, 0.25);
    font-size: .8rem;
    display: block
}

.block-25 ul li a .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px
}

.block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.block-25 ul li a .text .heading {
    font-size: .9rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #999
}

.block-25 ul li a .meta {
    color: #f23a2e
}

.block-25 ul li a:hover img {
    opacity: .5
}

.block-25 ul li a:hover .text .heading {
    color: #fff
}

#date-countdown .countdown-block {
    color: rgba(255, 255, 255, 0.4)
}

#date-countdown .label {
    font-size: 40px;
    color: #fff
}

.next-match .image {
    width: 50px;
    border-radius: 50%
}

.player {
    position: relative
}

.player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px
}

.player .team-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #f23a2e;
    border-radius: 50%;
    color: #fff
}

.player .team-number>span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase
}

.player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase
}

.site-block-27 ul,
.site-block-27 ul li {
    padding: 0;
    margin: 0
}

.site-block-27 ul li {
    display: inline-block;
    margin-bottom: 4px
}

.site-block-27 ul li a,
.site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.site-block-27 ul li.active a,
.site-block-27 ul li.active span {
    background: #f23a2e;
    color: #fff;
    border: 1px solid transparent
}

.block-47 .block-47-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    display: block
}

.block-47 .block-47-image img {
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1)
}

.block-47 .block-47-quote {
    padding: 30px;
    font-weight: 300;
    background: #fff;
    border-radius: 7px;
    position: relative;
    -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1)
}

@media(min-width:768px) {
    .block-47 .block-47-quote {
        margin-left: 40px;
        font-size: 1.2rem
    }
}

.block-47 .block-47-quote:before {
    content: "";
    border: 1px solid red;
    z-index: 2;
    position: absolute;
    left: -15px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent
}

.block-47 .block-47-quote .block-47-quote-author {
    font-size: 14px;
    color: #666
}

.site-block-check {
    padding: 0;
    margin: 0 0 30px 0
}

.site-block-check li {
    padding: 0;
    margin: 0
}

.site-block-check li {
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
}

.site-block-check li:before {
    position: absolute;
    color: #28a745;
    left: 0;
    top: -.3rem;
    font-family: 'icomoon';
    font-size: 1.1rem;
    content: "e5ca"
}

.half-sm .text,
.half-sm .text h2,
.half-sm .text small {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.half-sm .text a small {
    border-bottom: 2px solid transparent
}

.half-sm:hover .text,
.half-sm:focus .text {
    background: #088cd6 !important;
    color: #fff
}

.half-sm:hover .text h2,
.half-sm:focus .text h2 {
    color: #fff !important
}

.half-sm:hover .text a small,
.half-sm:focus .text a small {
    color: #fff !important
}

.half-sm:hover p {
    color: #fff !important
}

.block-37 {
    border-radius: 4px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 200px
}

.block-37 .image {
    height: 100%;
    background-color: black;
    background-position: center;
    background-size: cover;
    position: relative;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease
}

.block-37 .image:before {
    content: "";
    visibility: hidden;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    top: 0;
    left: 0;
    background-color: #f23a2e
}

.block-37 .image .block-37-overlay {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 10px
}

.block-37 .image .block-37-overlay .icon {
    font-size: 30px;
    color: #fff
}

.block-37:hover .block-37-overlay,
.block-37:focus .block-37-overlay {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.block-37:hover .image,
.block-37:focus .image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.block-37:hover .image:before,
.block-37:focus .image:before {
    opacity: .7;
    visibility: visible
}

.icon-space {
    flex: 25%;
    max-width: 28%
}

.text-1 {
    margin: auto
}

.h-space {
    padding: 10px 0 10px 0
}

.h-space h2 {
    font-size: 32px;
    padding: 0 0 2px 0
}

.f-text {
    max-width: 20%;
    flex: 20%
}

.a-text {
    max-width: 30%;
    flex: 30%
}

.cont-text {
    max-width: 50%;
    flex: 50%;
    display: inline-table
}

.cont-text iframe {
    border: #7b7c7d solid 1px;
    margin: 10px 0 0 0;
    padding: 5px;
    background-color: #fbfbfb
}

.cont-text strong {
    border: #7b7c7d solid 1px;
    background-color: #fff;
    padding: 5px 20px 5px 20px;
    float: left;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 400;
    /* font-family: 'Poppins', sans-serif */
}

.a-text p {
    text-align: left;
    font-size: 15px
}

.bottom-f {
    background-color: #292828;
    border-top: #4c4a4a solid 1px;
    padding: 10px 0 10px 0
}

.bottom-f p {
    text-align: center;
    font-size: 15px;
    margin: 0;
    color: #ccc
}

.appoitment-area {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.appoitment-area .images-overlay {
    background: rgba(255, 255, 255, 0.9)
}

.faq-sec {
    padding-right: 50px;
    padding-top: 50px
}

.faq-single {
    margin-bottom: 30px
}

.media:first-child {
    margin-top: 0
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.faq-single .icon {
    width: 50px;
    height: 50px;
    background: #387F39;
    /* background: #387F39; */
    border-radius: 100%;
    margin-right: 20px
}

.faq-single .icon span i {
    padding: 0;
    font-size: 32px;
    color: #000 !important;
    display: block;
    line-height: 38px;
    text-align: center
}

.media,
.media-body {
    overflow: inherit
}

.faq-single .media-body h2 {
    font-size: 20px;
    /* margin-bottom: 10px; */
    margin-bottom: 5px;
    text-transform: capitalize;
    /* font-family: 'Poppins', sans-serif; */
    color: #000000;
    font-weight: 700
}
.alignment-l
{
    text-align: left;
    /* margin-left: 100px; */
    margin: 0 10px 0 100px;
}
.height-between-line
{
    line-height: 1.4;
    font-size:14px;
}

.size{
    font-size:14px;
}

.appointment-form {
    position: relative;
    z-index: 1;
    padding: 100px 0 100px 40px;
    top: 0;
    right: 0
}

.appointment-form::before {
    /* background-color: #387F39; */
    background-color: #387F39;
    content: "";
    height: 120%;
    left: -35px;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -9;
    opacity: .92
}

.appointment-form h2,
.company-openingtime h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
    padding: 0 0 20px 0;
    font-weight: 700
}

.appointment-form fieldset {
    margin-left: -15px
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.appoitment-area .appointment-form .sngl-field {
    margin-bottom: 30px;
    margin-top: 0;
    float: left;
    width: 100%
}

.appoitment-area .appointment-form .sngl-field input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #000000;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    background: 0
}

.appoitment-area .appointment-form .filed-submitbtn input[type="submit"] {
    margin: 10px 0 0 0;
    background: #ffffff;
    border: 0;
    padding: 12px 40px;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    font-family: Tahoma;
    transition: all .4s ease 0s;
    cursor: pointer
}

.form-text {
    float: left
}

.captcha-1 {
    margin: 0 20px 0 0;
    border: 1px solid #fff;
    float: left;
    background-color: #fff
}

.captcha-col img {
    padding: 10px;
    width: auto
}

.captcha-col-1 {
    width: 184px;
    float: left;
    margin: 0
}

.appoitment-area::-webkit-input-placeholder {
    color: #000000
}

.appoitment-area:-ms-input-placeholder {
    color: #000000
}

.logo {
    clear: both
}

.phone {
    clear: both
}

.socail-col {
    width: 182px;
    float: right;
    margin: 0 0 0 20px
}

.socail-col i {
    font-size: 15px;
    background-color: #088cd6;
    width: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff
}

.t-bg {
    background-color: #25a8e0 !important
}

.link-bg {
    background-color: #117bb8 !important
}

.insta-bg {
    background-color: #fd059f !important
}

.you-bg {
    background-color: #bb2025 !important
}

.testi-icon {
    clear: both
}

.space-h {
    height: 47px
}

.icon {
    float: left;
    padding: 10px;
    align-content: center;
}

.whatsapp-fixed {
    bottom: 70px;
    right: 10px;
    position: fixed;
    z-index: 9999
}

.whatsapp-fixed span i {
    background-color: #28c70b;
    width: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%
}

.call-fixed {
    bottom: 0;
    right: 10px;
    position: fixed;
    z-index: 9999;
    display: none
}

.call-fixed span i {
    background-color: #28c70b;
    width: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%
}

.sub-banner {
    width: 100%;
    height: auto;
    margin: 0;
    background: url(../images/sub-banner.webp) center top;
    padding: 80px 0 80px 0
}

.sub-banner h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.sub-head {
    margin: auto;
    width: 50%;
    text-align: center
}

.sub-banner a {
    color: #ffeb00;
    padding: 0;
    font-style: italic
}

.sub-head h1 {
    color: #e2e2e2;
    font-size: 15px;
    display: inline;
    padding: 0 0 0 5px
}

.sub-text {
    text-align: justify;
    font-size: 16px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 5px
}

.banner-sub {
    position: relative;
    width: 100%;
    padding: 120px 0px 105px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.banner-sub:before {
    position: absolute;
    content: '';
    /* background: #000000; */
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.6
}

.banner-sub img {
    width: 100%
}

.banner-sub h2 {
    /* font-size: 45px; */
    color: #ffffff;
    text-align: center;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    font-weight: bold
}

.right-top {
    width: 42%;
    float: right;
    padding: 15px 0 25px 0px
}

.call {
    /* font-family: Tahoma;
    font-size: 15px; */
    font-weight: bold;
    float: right;
    margin: 0 0 0 0px;
    width: 39%
}

.call i {
    background-color: #387F39;
    /* background-color: #387F39; */
    color: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    margin: 5px 10px 0 0px;
    float: left
}

.call span {
    font-size: 14px;
    font-weight: normal;
    display: table
}

.email {
    /* font-family: Tahoma;
    font-size: 15px; */
    font-weight: bold;
    width: 50%;
    float: right
}

.email span {
    font-size: 14px;
    font-weight: normal;
    display: table
}

.email i {
    /* background-color: #387F39; */
    background-color: #387F39;
    color: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    margin: 5px 10px 0 0px;
    float: left
}

.sub-page {
    text-align: justify;
    font-size: 14px;
    font-weight: 300
}

.sub-page heading {
    font-size: 25px;
    font-weight: bold;
    color: #f7bf22;
    padding: 0 0 20px 0px;
    display: inline-block
}

.sub-page h-t {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding: 0 0 20px 0px;
    display: inline-block
}

.sub-page iframe {
    float: right;
    margin: 0 0 0 20px;
    width: 390px
}

.sub-page img {
    margin: 0 0 0 20px
}

.sub-page i {
    padding: 0 10px 0 0px;
    color: #f7bf22
}

.sub-page cl {
    height: 50px;
    display: block;
    clear: both
}

.bg-1 h5 {
    font-weight: bold;
    text-align: center;
    display: table;
    margin: auto;
    font-size: 25px;
    color: #000000
}

.bg-1 h5 a {
    display: block;
    background-color: #f8c82d;
    color: #000000;
    padding: 10px;
    width: 42%;
    margin: 10px auto;
    border-radius: 25px;
    border: #bdb9b9 solid 1px
}

.page-s img {
    border-radius: 15px;
    float: left;
    margin: 0
}

.sub-text he {
    text-align: center;
    color: #f7bf22;
    font-size: 35px;
    padding: 0 10px 0 10px;
    display: block;
    margin: 0 0 20px 0px;
    font-weight: 600;
    text-transform: uppercase
}

.sub-text he small {
    color: #000000;
    margin: -10px 0 0 0px
}

.sub-text he span {
    display: block;
    font-size: 14px
}

.sub-text text {
    font-size: 18px;
    border-left: #088cd6 solid 2px;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #088cd6;
    padding: 0 0 0 10px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase
}

.sub-text2 {
    width: 45%;
    float: left;
    margin: 0 50px 20px 0px;
    background-color: #ededed;
    padding: 20px;
    border-radius: 5px;
    height: 495px
}

.sub-text2 img {
    width: 100%
}

.sub-text2 text {
    font-size: 18px;
    border-left: #088cd6 solid 2px;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #088cd6;
    padding: 0 0 0 10px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase
}

.sub-text span1 {
    font-size: 20px;
    text-transform: uppercase
}

.sub-text .img-1 {
    float: right;
    border: #d0cece solid 1px;
    border-radius: 5px;
    margin: 0px 0 0 20px
}

.sub-text .img-01 {
    float: left;
    border: #d0cece solid 1px;
    border-radius: 5px;
    margin: 0px 10px 40px 0px;
    width: 28%
}

.sub-text .img-2 {
    border: #d0cece solid 1px;
    border-radius: 5px;
    margin: 20px 0 20px 0px
}

.sub-text .img-02 {
    border: #d0cece solid 1px;
    border-radius: 5px;
    margin: 20px 0 20px 0px;
    width: 48%
}

.sub-text .iframe {
    border: #d0cece solid 1px;
    border-radius: 5px;
    margin: 0 0 0 20px;
    height: 235px;
    float: right;
    width: 50%
}

.sub-text v-col {
    width: 60%;
    float: left;
    margin: 0 20px 0 0px
}

.cl {
    clear: both
}

.justify-content-center text {
    font-size: 18px;
    border-left: #088cd600 solid 2px;
    margin: 30px 0 20px 0px;
    font-weight: 700;
    color: #000000;
    padding: 0 0 0 0px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase
}

.sub-page point {
    display: block
}

.sub-page point pl {
    width: 32%;
    float: left
}

.sub-text strong {
    padding: 0 10px 0 0px
}

space {
    height: 40px;
    display: block
}

.justify-content-center b {
    /* font-family: Tahoma; */
    font-size: 14px;
    font-weight: bold
}

.sub-text i {
    color: #088cd6;
    font-weight: 700;
    padding: 0 10px 0 0
}

.head-l {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #0d8ed6;
    color: #ffffff;
    padding: 7px 20px 5px 20px;
    border-radius: 5px
}

.post-entry p {
    text-align: center
}

.post-entry h2 {
    text-align: center;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 700
}

.read-more {
    text-align: center;
    display: table;
    background-color: #088cd6;
    color: #fff;
    margin: 10px auto;
    padding: 8px 20px 8px 20px;
    border-radius: 25px
}

.read-more:hover {
    color: #FF0
}

.left-box {
    width: 69%;
    float: left;
    margin: 0 60px 60px 0
}

.left-box i {
    color: #088cd6;
    font-weight: 700;
    padding: 0 10px 0 0
}

.left-box h2 {
    font-size: 32px;
    text-align: left
}

.right-box {
    width: 25%;
    float: right;
    margin: 0;
    background-color: #f9f9f9;
    display: inline-table
}

.right-box h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    background-color: #088cd6;
    font-weight: 700;
    padding: 10px 0 10px 20px
}

.right-box ul {
    padding: 0;
    margin: 0
}

.right-box ul li {
    overflow: hidden;
    padding: 0;
    margin: 0
}

.right-box li a {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    float: left;
    font-weight: normal;
    padding: 4px 0 4px 20px;
    border-bottom: #088cd6 solid 1px
}

.right-box li a:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0 5px 0 0;
    color: #088cd6
}

.read-01 {
    background-color: #088cd6;
    color: #fff !important;
    padding: 8px 0 8px 20px !important;
    margin: 1px 0 0 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700
}

.pro-col {
    width: 47%;
    float: left;
    margin: 40px 20px 0 0
}

.pro-col img {
    width: 100%;
    border: #d3d8da solid 1px;
    padding: 10px
}

.pro-col-2 {
    width: 31%;
    float: left;
    margin: 40px 20px 0 0
}

.pro-col-1 {
    width: 30%;
    float: left;
    margin: 40px 20px 0 0
}

.pro-col-1 img {
    width: 100%;
    border: #d3d8da solid 1px;
    padding: 10px
}

.col-text {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    color: #000;
    font-size: 16px
}

.text-col {
    width: 32%;
    float: left;
    background-color: #efefef;
    border: #c7bdbd solid 1px;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 2px
}

.text-col:hover {
    background-color: #088cd6;
    color: #fff;
    border: #1f6a94 solid 1px
}

.space-text {
    height: 50px
}

.clearfix {
    clear: both
}

.contact-text {
    width: 45%;
    float: left;
    color: #000;
    font-size: 16px;
    background-color: #efefef;
    margin: 5px;
    border: #c7bdbd solid 1px;
    padding: 20px;
    line-height: 30px
}

.contact-text strong {
    font-weight: bold !important
}

.map-box {
    width: 100%
}

.enq-space {
    margin: 0
}

.icon-top {
    padding: 0 0 20px 0 !important;
    /* background-color: #387F39; */
    background-color: #387F39;
    border-top: #e0e2e408 solid 1px
}

.full-box {
    width: 100%;
    height: auto;
    float: left;
    border-top: #fff solid 1px
}

.full-box1 {
    width: 100%;
    height: auto;
    padding: 30px 0 0 0;
    background-color: #f1d68a;
    float: left;
    border-top: #fff solid 1px
}

.full-bg {
    background-color: #f5f5f5
}

.bg2 {
    background-color: #f5f5f5 !important
}

.left-pro {
    width: 40%;
    height: auto;
    float: left;
    margin: 0
}

.left-pro img {
    width: 100%
}

.right-pro {
    width: 60%;
    height: auto;
    float: left;
    margin: 0;
    padding: 42px 0px 70px 0px
}

.right-pro h2 {
    font-weight: 700;
    color: #000;
    font-size: 50px;
    padding: 40px 0 20px 0
}

.right-pro p {
    text-align: justify
}

.right-pro p i {
    padding: 5px 10px 0 0;
    float: left;
    font-weight: 700;
    color: #000
}

.right-pro p span {
    width: 38%;
    float: left
}

.l-c p img {
    width: 38%;
    float: right;
    border-radius: 5px;
    margin: 0 0 0 20px
}

.l-c h2 {
    font-weight: 700;
    color: #000;
    font-size: 50px;
    padding: 0 0 20px 0
}

.l-c p {
    text-align: justify;
    color: #000;
    line-height: 30px
}

.l-c p i {
    padding: 0 10px 0 0;
    font-weight: 700;
    color: #000
}

.r-c img {
    width: 38%;
    float: left;
    border-radius: 5px;
    margin: 0 20px 20px 0
}

.right-pro a {
    font-size: 14px;
    border: #fff solid 1px;
    font-weight: 700;
    background-color: #000000;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    float: left
}

.hy-text {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    border: #fff0 solid 1px !important;
    border: none !important;
    font-weight: 400 !important;
    background-color: #088cd600 !important;
    color: #000 !important;
    border-radius: 0 !important;
    padding: 0 0 0 0 !important;
    float: left !important
}

.l-c {
    float: left;
    width: 100%
}

.r-c {
    float: right;
    width: 100%
}

.text-pro {
    width: 58%;
    float: right
}

.v-col {
    width: 60%;
    float: left
}

.marq-text {
    color: #fff;
    font-size: 17px;
    z-index: 99999;
    position: absolute;
    background-color: #088cd6;
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    padding: 8px 5px 10px 0
}

.location-box {
    width: 100%;
    height: 50px;
    background-color: #edf4f9;
    border-top: #b1d7f3 solid 1px;
    display: none
}

.location-text {
    font-family: Tahoma;
    width: 222px;
    float: left;
    font-size: 15px;
    line-height: 50px;
    padding: 0 10px 0 10px;
    background-color: #b1d7f3;
    color: #000;
    text-align: center;
    font-weight: 700
}

.location-col {
    width: 80%;
    float: right
}

.footer_text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 50px;
    text-decoration: none;
    margin: 0;
    padding: 0
}

.footer_text:before {
    content: "";
    font: normal normal normal 14px/1 icomoon;
    padding: 0 .5px .5px;
    background: #c7c7c7;
    margin: 0 10px 0 10px
}

.pro-bg {
    background-color: #ffd400
}

.pro-bg1 {
    background-color: #088cd6
}

.pro-bg1 h2 {
    color: #FFF
}

.pro-bg1 p {
    color: #FFF
}

.pro-bg1 .text-black {
    color: #FFF
}

.d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #f1d68a
}

.about-space {
    margin: 90px 0 0 0;
    position: relative
}

.skew-section {
    left: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    width: 100%;
    height: 77px;
    z-index: 7;
    -ms-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    /* background: #387F39; */
    background: #387F39;
    bottom: -66px
}

.skew-section1 {
    left: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 7;
    -ms-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background: #f1d68a;
    bottom: 688px
}

.skew-sections {
    left: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 7;
    -ms-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background: #f1d68a;
    margin: -70px 0 0 0px
}

.skew-sections1 {
    left: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 7;
    -ms-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background: #f1d68a;
    margin: -70px 0 0 0px
}

.space-h {
    height: 100px;
    width: 100%
}

.testi-line {
    border-top: #eaeaea solid 1px;
    border-bottom: #eaeaea solid 1px;
    padding: 55px 0 40px 0
}

.blog-post {
    width: 450px;
    height: auto;
    float: left;
    margin: 50px 0 50px 0
}

.blog-post a {
    width: 450px;
    height: auto;
    float: left
}

.our-blog {
    width: 100%;
    height: auto;
    float: left;
    border: #CCC solid 1px;
    border-radius: 5px;
    overflow: hidden;
    padding: 22px 0 20px 0
}

.blog-post h2 {
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 25px 0
}

.our-blog iframe {
    width: 100%;
    height: 840px;
    border: 0;
    position: relative;
    margin: -490px 0 0 0;
    z-index: -1
}

.news-box {
    width: 628px;
    height: auto;
    float: right;
    margin: 50px 0 50px 60px;
    border-radius: 5px
}

.news-box h2 {
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 25px 0
}

.news-col {
    width: 100%;
    height: 400px;
    float: right;
    border: #f7bf22 solid 10px;
    overflow: hidden;
    padding: 0 0 20px 0;
    border-radius: 5px
}

.project-col {
    width: 282px;
    float: left;
    margin: 0 0 20px 2px
}

.project-col span {
    padding: 5px 0 5px 0;
    background-color: #387F39;
    /* background-color: #387F39; */
    /* font-size: 18px; */
    /* font-weight: 700; */
    text-align: center;
    display: block;
    color: #000000;
    /* font-family: 'League Spartan', sans-serif */
}

.project-col img {
    margin: 0;
    padding: 8px;
    width: 100%;
    border: #000000 solid 1px
}

.clients-col {
    width: 124px;
    float: left;
    margin: 0 0 20px 2px
}

.clients-col img {
    margin: 0;
    padding: 10px;
    height: 98px;
    width: 100%;
    border-radius: 5px;
    border: #d1d2d3 solid 1px
}

.client-l {
    clear: both
}

.client-l img {
    height: 85px;
    width: 120px;
    border: #c9c8c8 solid 1px;
    float: left;
    margin: 2px;
    padding: 8px;
    border-radius: 5px
}

.client-h {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    border: #088cd6 solid 1px;
    border-radius: 25px;
    float: left;
    margin: 22px 0 12px 0;
    padding: 10px 20px 10px 20px;
    background-color: #f1f0f0
}

@media(max-width:768px) {
    .call-fixed {
        display: block;
        bottom: 128px
    }

    .logo {
        flex: 100%
    }

    .logo img {
        max-width: 60%
    }

    .phone {
        flex: 100%;
        max-width: 100%;
        margin: 20px 0 10px 0;
        text-align: center
    }

    .site-blocks-cover h2 {
        font-size: 30px
    }

    .site-blocks-cover,
    .site-blocks-cover .row {
        min-height: 365px;
        height: 365px;
        background-position: 0 !important
    }

    .icon-space {
        flex: 48%;
        max-width: 48%
    }

    .icon-space h2 {
        font-size: 30px
    }

    .space {
        height: 100% !important
    }

    .block-13 .owl-dots .owl-dot>span {
        display: none
    }

    .appointment-form {
        padding: 50px 0 50px 10px
    }

    .appointment-form img {
        width: 100%
    }

    .header-icon {
        clear: both;
        display: block !important
    }

    .header-icon i {
        color: #FFFFFF;
        font-family: 'League Spartan', sans-serif;
        font-size: 26px;
        font-style: inherit
    }

    .icon-menu:before {
        font-size: 38px
    }

    .f-text {
        max-width: 100%;
        flex: 100%;
        margin: 0 0 0 0 !important
    }

    .space-h {
        height: 22px;
        display: none
    }

    .pt-3,
    .py-3 {
        padding-top: 5px !important
    }

    .pb-3,
    .py-3 {
        padding-bottom: 5px !important;
        border-radius: 20px !important
    }

    .h-space h2 {
        font-size: 25px
    }

    .bottom-f a {
        display: contents
    }

    .mr-auto,
    .mx-auto {
        padding: 0 !important
    }

    .site-navbar-wrap a {
        margin: 0 10px 0 10px !important
    }

    .sub-banner h2 {
        font-size: 18px
    }

    .left-box {
        width: 100%;
        margin: 0 20px 60px 20px
    }

    .pro-col {
        width: 100%;
        margin: 40px 0 0 0
    }

    .right-box {
        width: 100%;
        margin: 0 20px 0 20px
    }

    .sub-text {
        padding: 28px 20px 0 20px
    }

    .faq-sec {
        padding-right: 0;
        padding-top: 0
    }

    .map-box {
        margin: 0 0 50px 0
    }

    .enq-space {
        margin: 50px 0 0 0
    }

    .text-col {
        width: 68%
    }

    .col-text {
        width: 100%;
        margin: 0 20px 20px 20px
    }

    .contact-text {
        width: 100%;
        margin: 0 0 10px 0px;
        text-align: left
    }

    .left-pro {
        width: 100%
    }

    .right-pro {
        width: 100%;
        padding: 20px
    }

    .socail-col {
        display: none
    }

    .sub-head {
        width: 90%
    }

    .location-box {
        display: none
    }

    #mask {
        overflow: hidden;
        height: 100%
    }

    #slider {
        height: 145px
    }

    .sub-text .img-1 {
        width: 100%;
        margin: 0 0 20px 20px;
        padding: 2px
    }

    .a-text {
        max-width: 100%
    }

    .cont-text {
        max-width: 100%
    }

    .cont-text strong {
        float: left;
        margin: 0 5px 0 0
    }

    .site-footer h2 {
        font-size: 20px
    }

    .site-footer h2:before {
        margin: 14px 0 0 220px
    }

    .site-footer h2:after {
        margin: 14px 0 0 -264px
    }
}

.num-col {
    width: 25%;
    float: left;
    padding: 0 25px 0 0
}

.num-col i {
    font-size: 48px;
    color: #fff;
    float: left;
    line-height: 100px;
    padding: 0 10px 0 0
}

.counter {
    display: table-cell;
    margin: 1.5%;
    font-size: 50px;
    padding: 30px 0 0 0;
    width: 128px;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    color: #fff;
}

.num-col span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.tab {
    overflow: hidden;
    border: 1px solid #d8b507;
    background-color: #ffffff
}

.tab button {
    background-color: inherit;
    float: left;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 14px 16px;
    transition: .3s;
    font-size: 18px;
    font-family: 'League Spartan', sans-serif;
    font-weight: normal;
    border-right: #d8b507 solid 1px
}

.tab button:hover {
    background-color: #000;
    color: #fff
}

.tab button.active {
    background-color: #000000;
    color: #fff
}

.tabcontent {
    display: none;
    margin: 5px 0 60px 0
}

.mb-5 h1 {
    font-size: 17px;
    color: #000;
    text-align: center
}

.site-h {
    z-index: 99;
    position: relative;
    font-size: 35px
}

.small-t {
    font-size: 17px;
    display: block
}

.pro-c {
    width: 40%;
    float: left;
    margin: 80px 0 0 0px;
    z-index: 9;
    position: relative
}

.pro-c img {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    height: 456px
}

.pro-right-t {
    width: 56%;
    float: right;
    margin: 0 0 0 0px
}

.pro-right-t h2 {
    font-size: 40px;
    z-index: 9;
    position: relative
}

.left-pr {
    float: left
}

.left-pr1 {
    float: right
}

.small-pro {
    width: 32%;
    float: left;
    margin: 1px;
    z-index: 1;
    position: relative;
    text-align: center;
    height: auto;
    background-color: #FFFFFF
}

.small-pro h2 {
    font-size: 15px;
    padding: 10px 0 0 0px
}

.small-pro a {
    background-color: #FFFFFF;
    padding: 1px;
    border-radius: 2px
}

.small-pro img {
    width: 100%;
    height: 140px
}

.enq-fixed {
    bottom: 150px;
    right: 0;
    position: fixed;
    z-index: 9999;
    background-color: #f7bf22;
    border: #fff solid 2px;
    width: 50px;
    height: auto;
    padding: 0 0 12px 0;
    margin: 0 0 20px 0
}

.enq-fixed a {
    writing-mode: vertical-lr;
    writing-mode: bt-lr;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 16px 0 0 5px;
    text-transform: uppercase;
    text-decoration: none
}

@media(max-width:768px) {
    .num-col {
        width: 50%;
        padding: 10px
    }

    .num-col span {
        display: flex
    }

    .counter {
        font-size: 30px
    }

    .icon-top {
        padding: 0 0 10px 0 !important
    }

    .tab button {
        width: 100%;
        border-bottom: #d8b507 solid 1px;
        border-right: 0;
        margin: 0 0 1px 0px !important
    }

    .demo {
        width: 49%
    }

    .imghvr-slide-right figcaption p {
        display: none
    }

    .tabcontent {
        margin: 5px 0 0 0
    }

    .blog-post {
        width: 90%;
        float: none;
        margin: auto
    }

    .our-blog {
        width: 100%
    }

    .our-blog iframe {
        width: 100%;
        height: 940px
    }

    .blog-post a {
        width: 100%
    }

    .testi-line {
        border-bottom: #eaeaea solid 1px;
        margin: 0 0 50px 0
    }

    .news-box {
        width: 90%;
        margin: 40px auto
    }

    .site-blocks-cover,
    .site-blocks-cover .row {
        min-height: 100%;
        height: 100%
    }

    .text-pro {
        width: 100%;
        float: right
    }

    .right-pro p span {
        width: 100%;
        float: left
    }

    .r-c img {
        width: 100%
    }

    .l-c p img {
        width: 100%;
        margin: 0 0 20px 20px
    }

    .sub-text .iframe {
        border: #d0cece solid 1px;
        border-radius: 5px;
        margin: 0 0 20px 0px;
        float: right;
        width: 100%
    }
}

.project-box {
    width: 275px;
    float: left;
    margin: 0 10px 10px 0
}

.project-box img {
    width: 100%
}

.project-box span {
    text-align: center;
    text-transform: capitalize;
    font-family: Tahoma;
    font-size: 14px;
    display: block;
    font-weight: 700;
    background-color: #f5c24d;
    padding: 6px 0 10px 0;
    color: #000;
    background-color: #f5c24d
}

.project-read {
    text-align: center;
    margin: auto;
    display: block;
    width: 150px;
    padding: 10px 0 10px 0;
    background-color: #000;
    color: #fff;
    border-radius: 25px
}

.res-banner {
    width: 100%;
    display: none
}

.sector-col {
    display: block
}

.bg-1 {
    background: url(../images/line.webp);
    background-color: #f9f9f9;
    width: 100%;
    padding: 80px 0 80px 0px;
    border-top: #efefef solid 1px
}

.bg-1 h2 {
    /* color: #f7bf22; */
    color:#000;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    /* padding: 0 0 40px 0px; */
}

.bg-1 h2 small {
    color: #000;
}

.bg-1 h3 {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    width: 100%;
    padding: 0 0 0 0px;
    float: left
}

.text-space {
    clear: both
}

.text-space a {
    font-size: 20px;
    color: #000000 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    border: 1px solid #a7a4a4;
    font-weight: 700 !important;
    background-color: #ffe43438;
    border-radius: 5px;
    margin: 0 0 8px 0px
}

.text-space a:before {
    display: none
}

.text-space a::after {
    top: 6px !important
}

.text-space a.active::after {
    font-family: 'icomoon';
    content: '\f068';
    color: #f7bf22 !important;
    border: 1px solid #ff535300
}

.text2-s {
    clear: both
}

.text2-s a {
    font-size: 20px;
    color: #FFFFFF !important;
    border-bottom: 1px solid #e8e8e8 !important;
    border: 1px solid #a7a4a4;
    font-weight: 700 !important;
    background-color: #ffe43438;
    border-radius: 5px;
    margin: 0 0 8px 0px
}

.text2-s a:before {
    display: none
}

.text2-s a::after {
    top: 6px !important
}

.text2-s a.active::after {
    font-family: 'icomoon';
    content: '\f068';
    color: #f7bf22 !important;
    border: 1px solid #ff535300
}

.header-icon {
    display: none
}

.text-p {
    font-size: 18px !important;
    padding: 20px;
    background-color: #FFFFFF;
    display: flow-root
}

.bg-2 {
    background: url(../images/bg2.webp) fixed;
    background-color: #f9f9f9;
    width: 100%;
    padding: 80px 0 80px 0px;
    border-top: #efefef solid 1px
}

.bg-2 h2 {
    color: #f7bf22;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    padding: 0 0 40px 0px
}

.bg-2 text {
    color: #cdcdcd;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 25px;
    padding: 0 0 0px 0px
}

.bg-2 h5 {
    color: #f7bf22;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    padding: 0 0 40px 0px
}

.bg-2 .pro-col-2 {
    width: 31%;
    float: left;
    margin: 40px 20px 0 0;
    padding: 10px;
    background-color: #ffffff
}

.bg-2 .pro-col-2 img {
    width: 100%
}

.bg-2 .pro-col-2 strong {
    text-align: center;
    display: block
}

.bg-text {
    color: #FFFFFF;
    float: left;
    width: 100%
}

.table-col table,
tr,
td {
    padding: 10px;
    border: #dcdcdc solid 1px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif
}

.space-01 {
    height: 100px
}

.space-02 {
    height: 50px;
    float: left;
    display: inline;
    width: 100%
}

.res-m {
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    float: right;
    color: #000000;
    margin: 5px 0 0 0px;
    display: none
}

@media(max-width:768px) {
    .sector-col {
        display: none
    }

    .res-banner {
        display: block
    }

    .project-box {
        width: 49%;
        float: left;
        margin: 0 2px 10px 0
    }

    .project-box span {
        font-size: 10px
    }

    #content-slider {
        width: 100%;
        height: auto;
        margin: 0 auto 0
    }

    .right-pro h2 {
        font-size: 22px
    }

    .demo1 {
        padding: 0 20px 0 20px
    }

    .project-col {
        width: 48%
    }

    .project-col span {
        font-size: 16px
    }

    .certificate-col {
        width: 20%
    }

    .certificate-l img {
        width: 20%
    }

    .foot-col {
        width: 90% !important;
        margin: 0 20px 0 20px !important
    }

    .site-text {
        width: 100% !important
    }

    .bottom-f p {
        font-size: 14px
    }

    .sitemap {
        overflow: auto
    }

    .sub-text .img-2 {
        width: 100%
    }

    .sub-text v-col {
        width: 100%
    }

    .head-l {
        margin: 0 20px 0 20px;
        text-align: center
    }

    .pro-col-2 {
        width: 100%;
        text-align: center
    }

    .text-01 h2 {
        font-size: 30px
    }

    .t-icon {
        width: 50%
    }

    .col-pro {
        width: 90%;
        margin: 0 auto 10px auto
    }

    .col-pro img {
        width: 100%
    }

    .col-pro p {
        width: 100%
    }

    .col-pro h2 {
        width: 100%;
        text-align: center
    }

    .col-pro p {
        text-align: center
    }

    .site-block-half.site-block-video .image {
        width: 90%;
        margin: auto;
        padding: 20px 0 50px 0px
    }

    .col-02 {
        width: 90%;
        margin: 0 auto 20px auto;
        border-radius: 5px;
        text-align: center
    }

    .col-t {
        width: 100%;
        padding: 40px 0 0 0px
    }

    .col-icon {
        float: none;
        margin: auto
    }

    .space01 {
        display: none
    }

    .t-box {
        width: 100%;
        margin: 0 10px 20px 0px
    }

    .t-box h2 {
        font-size: 20px
    }

    .t-box span {
        font-size: 16px
    }

    .sub-page {
        width: 90%;
        margin: auto;
        font-size: 16px
    }

    .banner-sub h2 {
        font-size: 25px
    }

    .banner-sub {
        padding: 80px 0px 80px 0px
    }

    .display-4 small {
        color: #000000;
        font-size: 25px
    }

    .sub-page iframe {
        margin: 0 0 20px 0px;
        width: 100%;
        font-size: 22px
    }

    .sub-page img {
        margin: 0 0 20px 0px;
        width: 100%
    }

    .text-space {
        padding: 20px 20px 0 20px !important
    }

    .bg-1 h3 {
        padding: 0 20px 0 20px;
        float: left;
        font-size: 20px
    }

    .bg-2 {
        padding: 80px 20px 80px 20px
    }

    .bg-2 .pro-col-2 {
        width: 100%;
        margin: 0px 0 10px 0px
    }

    .table-col table,
    tr,
    td {
        font-size: 15px
    }

    table {
        margin: 0 20px 0 20px
    }

    .text-p {
        width: 100% !important
    }

    .space-2 {
        height: 80px
    }

    .sub-text2 {
        width: 100%;
        height: auto
    }

    .right-top {
        width: 100%;
        display: none
    }

    .call {
        width: 100%;
        text-align: center;
        margin: auto;
        display: none
    }

    .call i {
        float: none;
        display: initial;
        position: absolute;
        margin: 8px 0 0 -120px
    }

    .call span {
        font-size: 16px;
        display: block;
        text-align: center
    }

    .email {
        width: 100%;
        float: right;
        text-align: center;
        margin: 15px 0 0 0px;
        display: none
    }

    .email i {
        float: none;
        display: initial;
        position: absolute;
        margin: 8px 0 0 -120px
    }

    .email span {
        font-size: 14px;
        font-weight: normal;
        display: block;
        text-align: center
    }

    .site-navbar-wrap .site-navbar-top {
        background-size: 100%;
        background-repeat: round;
        background: none;
        background-color: #000000;
        border-bottom: 1px solid #ffffff5e
    }

    .bg-1 h2 {
        font-size: 28px
    }
}

.p-col {
    width: 33.33%;
    float: left;
    margin: 0 0 0 0px;
    padding: 5px
}

.h-s {
    font-size: 50px
}

.s-2 {
    padding: 0px 0 0 0
}

.t-2 {
    color: #fff !important
}

.foot-col {
    width: 265px;
    float: left;
    margin: 0 20px 0 0
}

.site-footer .accordion a::after {
    color: #ffffff !important;
    right: 0 !important
}

.call-a {
    width: auto;
    margin: auto;
    text-align: center
}

.call-a a {
    font-family: inherit;
    background-color: #f8c82d;
    color: #000000;
    padding: 10px 32px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 25px;
    text-transform: uppercase;
    border: #bdb9b9 solid 1px
}

.call-a p {
    /* font-family: 'Poppins', sans-serif; */
    color: #000000;
    padding: 10px 0 0 0px;
    font-size: 28px;
    font-weight: bold
}

.c-call {
    color: #FFFFFF !important
}

.accordion {
    float: left;
    width: 100%;
    padding: 0 0 50px 0
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #cfd5dc;
    font-weight: 400;
    border-bottom: 1px solid #3e3c3c
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #f7bf22
}

.accordion a:hover::after {
    border: 1px solid #ff535300
}

.accordion a.active {
    color: #fff;
    border-bottom: 1px solid #3e3c3c
}

.accordion a:before {
    content: "\e315";
    font: normal normal normal 14px/1 icomoon;
    padding: 0;
    float: left;
    position: absolute;
    left: -5px;
    top: 10px
}

.accordion a::after {
    font-family: 'icomoon';
    content: '\f067';
    position: absolute;
    float: right;
    right: 1rem;
    top: 0;
    font-size: 12px;
    color: #000000;
    padding: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ff535300;
    text-align: center
}

.accordion a.active::after {
    font-family: 'icomoon';
    content: '\f068';
    color: #fff;
    border: 1px solid #ff535300
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all .2s ease .15s;
    -o-transition: all .2s ease .15s;
    transition: all .2s ease .15s
}

.accordion .content p {
    font-size: 1rem;
    font-weight: 300
}

.accordion .content.active {
    opacity: 1;
    padding: 0;
    max-height: 100%;
    -webkit-transition: all .35s ease .15s;
    -o-transition: all .35s ease .15s;
    transition: all .35s ease .15s
}

.foot-nav {
    float: left;
    color: #e0e0e0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important
}

.foot-nav::after {
    display: none !important
}

.sitemap {
    clear: both;
    border-left: #bbb solid 1px;
    float: left
}

.site-head {
    font-weight: 700;
    float: left;
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #088cd6;
    padding: 10px 0 0 10px;
    font-size: 18px
}

.site-head:before {
    content: "";
    padding: 0;
    width: 10px;
    height: 1px;
    background-color: #bbb;
    position: absolute;
    margin: 13px 0 0 -11px
}

.site-nav {
    font-weight: 700;
    float: left;
    display: block;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    padding: 10px 0 10px 10px
}

.site-nav:before {
    content: "";
    padding: 0;
    width: 10px;
    height: 1px;
    background-color: #bbb;
    position: absolute;
    margin: 13px 0 0 -11px
}

.site-text {
    color: #000;
    width: 40%;
    float: left;
    border-left: #bbb solid 1px;
    padding: 0 0 0 10px;
    margin: 0 0 0 50px
}

.site-text:before {
    content: "";
    padding: 0;
    width: 10px;
    height: 1px;
    background-color: #bbb;
    position: absolute;
    margin: 13px 0 0 -11px
}

.appointment-form .tp-widget-empty-horizontal {
    float: left !important
}

.appointment-form .tp-widget-empty-horizontal__title {
    color: #FFFFFF !important
}

.zcwf_lblLeft .zcwf_col_fld input[type=text],
.zcwf_lblLeft .zcwf_col_fld textarea {
    color: #000000 !important;
    width: 100% !important
}

.zcwf_lblLeft .zcwf_col_fld {
    width: 100% !important
}

.zcwf_title {
    display: none !important
}

.faq {
    width: 100%;
    border: 1px solid #2220;
    display: none
}

.faqitem {
    border-bottom: #ffffff solid 1px
}

.faqitem .header {
    padding: 15px;
    background: #000000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'League Spartan', sans-serif
}

.faqitem .header h4 {
    margin: 0;
    color: #ffffff
}

.faqitem .header .fa.fa-minus {
    display: none
}

.faqitem.jquery-accordion-active .fa.fa-minus {
    display: block
}

.faqitem.jquery-accordion-active .fa.fa-plus {
    display: none
}

.faqitem .content {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 16px;
    color: #000000;
    display: none;
    padding: 16px;
    text-align: justify
}

.faq center {
    margin: auto
}

.faqitem .content h2 {
    font-size: 35px;
    color: #000000;
    text-transform: uppercase;
    padding: 0 0 60px 0px
}

.faqitem .content h5 {
    font-size: 25px;
    text-align: left
}

.i-c {
    padding: 0 5px 0 0px;
    color: #f8c31b
}

.faqitem .content span {
    font-size: 17px;
    font-weight: 600
}

.faqitem .content strong {
    font-weight: 500
}

.faqitem .content line {
    background-color: #CCCCCC;
    width: 100%;
    height: 1px;
    float: left;
    margin: 0 0 50px 0px
}

.vi-m {
    width: 100%;
    margin: 0 0 10px 0px;
    float: left;
    padding: 20px;
    border: #CCCCCC solid 1px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%)
}

.vi-m h6 {
    font-size: 20px
}

.vi-m img {
    text-align: center
}

.cl-d {
    display: none !important
}

.about-c {
    float: left
}

.about-c h4 {
    float: left;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 20px;
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    margin: 1px
}

.ab-c-t {
    width: 100%;
    float: left
}

.d-f {
    display: none !important
}

.r-f {
    display: block !important
}

@media (max-width:768px) {
    .d-f {
        display: block !important
    }

    .r-f {
        display: none !important
    }

    .call-a p {
        font-size: 16px;
        font-weight: bold
    }

    .footer-2 {
        background: url(../images/f-bg.webp) no-repeat;
        background-size: cover;
        background-repeat: round
    }

    .site-navbar {
        height: 42px;
        display: none
    }

    .res-m {
        float: left;
        display: block
    }

    .pb-3,
    .py-3 {
        float: right
    }

    .h-menu {
        float: right;
        right: 0;
        position: absolute
    }

    .call-a a {
        font-size: 15px
    }

    .bg-1 h5 a {
        display: inherit;
        width: auto;
        margin: 10px auto;
        padding: 12px 20px;
        font-size: 16px
    }

    .sub-page heading {
        font-size: 20px;
        text-align: left
    }

    .home-bg {
        background-color: #FFFFFF !important
    }

    .skew-section1 {
        display: none
    }

    .skew-section1 {
        display: none
    }

    .skew-section {
        display: none
    }

    .about-space {
        padding: 70px 0 40px 0px
    }

    .pro-c {
        display: none
    }

    .pro-right-t {
        width: 100%
    }

    .small-pro {
        width: 49%;
        height: 200px;
        display: none
    }

    .small-pro h2 {
        font-size: 15px !important
    }

    .pro-right-t h2 {
        font-size: 28px
    }
}

.tab {
    overflow: hidden;
    border: 1px solid #c3bdba00;
    background-color: #ffffff;
    padding: 0;
    width: auto
}

.tab button {
    background-color: #000000;
    float: left;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 14px 16px;
    transition: .3s;
    font-size: 18px;
    font-family: 'League Spartan', sans-serif;
    margin: 2px;
    color: #ffffff
}

.tab small {
    font-size: 12px;
    display: block
}

.tab t-s {
    display: contents
}

.tab button:hover {
    background-color: #000;
    color: #fff
}

.tab button.active {
    background-color: #000000;
    color: #fff
}

.tabcontent1 {
    display: none;
    margin: 5px 0 60px 0;
    background-color: #ffffff;
    padding: 20px;
    color: #000000;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 14px;
    line-height: 20px;
    text-align: justify
}

.tabcontent1 h5 {
    font-size: 25px
}

.tabcontent1 span {
    font-size: 14px;
    font-weight: 600
}

.tabcontent1 strong {
    font-weight: 500
}

.tabcontent1 line {
    background-color: #CCCCCC;
    width: 100%;
    height: 1px;
    float: left;
    margin: 0 0 50px 0px
}

.tabcontent1 h2 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    padding: 0 0 60px 0px
}

.about-c h4 {
    float: left;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 20px;
    /* font-family: 'League Spartan', sans-serif; */
    font-size: 18px;
    margin: 1px
}

.mb-5 h1 {
    font-size: 17px;
    color: #000;
    text-align: center
}

.enq-fixed {
    bottom: 150px;
    left: -2px;
    position: fixed;
    z-index: 9999;
    /* background-color: #387F39; */
    background-color: #387F39;
    border: #fff solid 2px;
    width: 50px;
    height: auto;
    padding: 0 0 12px 0;
    margin: 0 0 20px 0
}

.enq-fixed a {
    writing-mode: vertical-lr;
    writing-mode: bt-lr;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 16px 0 0 5px;
    text-transform: uppercase;
    text-decoration: none
}

.num-col span {
    display: flex
}

.counter {
    font-size: 30px
}

.icon-top {
    padding: 0 0 10px 0 !important
}

.imghvr-slide-right figcaption p {
    display: none
}

.tabcontent1 {
    margin: 5px 0 0 0
}

.tab-pro {
    width: 24%;
    float: left;
    border: #bfbebe solid 1px;
    margin: 0 10px 10px 0px
}

.tab-pro h2 {
    text-align: center;
    padding: 10px 0 10px 0px;
    font-size: 16px
}

.tab-pro img {
    width: 100%
}

.tab-r {
    display: block
}

@media(max-width:768px) {
    .faq {
        display: block
    }

    .tab-r {
        display: none
    }

    .faqitem .content strong {
        float: left;
        text-align: left
    }

    .faqitem .content img {
        width: 100%
    }

    .tab-pro {
        width: 100%
    }

    .tab-pro h2 {
        font-size: 16px !important;
        padding: 10px 0 10px 0px !important
    }

    .faqitem .content line {
        margin: 40px 0 50px 0px
    }

    .zsiq_theme1.zsiq_floatmain {
        display: block !important
    }

    .sub-page point {
        padding: 0 0 0 0px;
        display: block
    }
}