@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900&amp;display=swap);

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%
}

body {
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px
}

.h1,
h1 {
    font-size: 2rem;
    font-weight: 700
}

.h2,
h2 {
    font-size: 1.8rem;
    font-weight: 500
}

img {
    max-width: 100%;
    height: auto;
    transition: .5s ease
}

img:hover {
    transform: scale(1.1)
}

.siteWrapper {
    background-color: #fff
}

.container-fluid {
    max-width: 1250px
}

.contentWrapper {
    background-color: #fff;
    position: relative
}

.bg1 {
    background-color: #ff0e9b
}

.bg2 {
    background-color: #8cc152
}

.bg3 {
    background-color: #fcc100
}

.bg4 {
    background-color: #00aeff
}

.bg-fa {
    background-color: #fafafa
}

.bg-ec {
    background-color: #ececec
}

.color1 {
    color: #406db6
}

.color2 {
    color: #1caf4b
}

.color3 {
    color: #f1453d
}

@media(min-width:575px) {
    .g-recaptcha {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        transform-origin: left top;
        -webkit-transform-origin: left top
    }
}

.menuHeader>div.container-fluid {
    position: relative
}

.mainHeader {
    position: relative;
    z-index: 999;
    left: 0;
    right: 0
}

.topHeader {
    position: relative;
    background-color: #6f0e82;
    padding: 5px 0
}

.headConnect {
    justify-content: flex-end;
    align-items: center
}

.hcEmail,
.hcNumber {
    padding: .05rem 1rem
}

.hcNumber span {
    margin-right: 5px;
    color: #fff
}

.headConnect a {
    color: #fff;
    display: block
}

.headConnect a i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: bottom
}

.menuHeader {
    position: relative;
    background-color: #fff;
    padding: 0
}

.navToggle {
    display: none;
    margin-left: auto;
    padding: .5rem 1rem;
    background-color: #ed1d24;
    color: #fff;
    position: relative;
    z-index: 1000;
    cursor: pointer
}

.navToggle:focus {
    color: #fff
}

.headLogo {
    margin-top: -30px
}

.headLogo img {
    max-height: 80px
}

.headMenu {
    justify-content: flex-end
}

.headMenu>ul.nav {
    padding: 10px 0
}

.headMenu li {
    font-size: 15px;
    font-weight: 500
}

.headMenu li.active,
.headMenu li:hover {
    background-color: #3474bc
}

.headMenu li.active>a,
.headMenu li:hover>a {
    color: #fff
}

.headMenu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.headMenu ul.menu {
    display: flex
}

.headMenu a.nav-link {
    color: #555;
    padding: 1rem 1rem
}

.drop {
    display: flex;
    align-items: stretch
}

.drop>a {
    padding-right: 5px !important;
    flex: 1
}

.dropToggle {
    display: inline-block;
    padding: 1rem .5rem
}

.menuBox {
    background: #fff;
    left: 411px;
    right: 0;
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 70%;
    margin-top: -1px;
    display: none;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: -1px 0 5px #ccc
}

.menuBoxInner {
    display: flex;
    border-top: 1px solid #ededde
}

.dropMenu {
    background: #eee;
    max-width: 340px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border-right: 1px solid #ededde
}

.dropMenu .subMenuBox {
    position: absolute;
    left: 340px;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    padding-bottom: 10px
}

.subMenuHead {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px
}

.subMenuHead a {
    color: #ed1d24
}

.dropMenu .subDropMenu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    max-height: 100%;
    overflow: auto
}

.dropMenu>li>a.nav-link {
    padding: .4rem 1rem;
    position: relative
}

.dropMenu>li>a.nav-link:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #3474bc;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.dropMenu .dropToggle {
    padding: .4rem .5rem
}

.subDropMenu>li>a.nav-link {
    padding: .2rem 1rem;
    font-size: 13px;
    position: relative
}

.subDropMenu>li>a.nav-link:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #3474bc;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.subDropMenu .dropToggle {
    padding: .2rem .5rem
}

.dropMenu .dropToggle i {
    transform: rotate(-90deg)
}

.homeHeader .topHeader {
    background-color: transparent;
    padding: 30px 0
}

.homeHeader .headConnect {
    justify-content: flex-start
}

.hcNumber span,
.homeHeader .headConnect a {
    color: #fef200
}

.homeHeader .navToggle,
.homeHeader .navToggle:focus {
    color: #fef200;
    background-color: transparent;
    display: none
}

.homeHeader .headLogo {
    display: none
}

.homeHeader .menuHeader {
    background-color: transparent
}

.homeHeader .headMenu {
    display: none !important
}

.homeHeader .dropMenu {
    background-color: transparent;
    border: none;
    position: static;
    padding-left: 10px
}

.homeHeader .dropMenu .dropMenu {
    position: absolute;
    left: -100%;
    background-color: rgba(0, 0, 0, .8);
    padding-left: 0
}

.homeHeader .dropToggle {
    background-color: rgba(255, 255, 255, .5)
}

.homeHeader ul.menu {
    flex-direction: column;
    margin-top: 100px;
    height: 100%;
    overflow: visible
}

.homeHeader a.nav-link {
    color: #fff;
    text-transform: uppercase
}

.hFixed .menuHeader {
    border-bottom: 1px solid #ddd;
    box-shadow: -1px 0 5px #ccc
}

.hFixed {
    position: fixed;
    top: 0;
    width: 100%
}

.hFixed .topHeader {
    display: none
}

.hFixed .headLogo {
    margin-top: 0;
    margin-bottom: -30px
}

.hFixed:not(.no-animation) {
    animation: headslide 1s ease forwards
}

.drop:focus>a,
.drop:hover>.dropToggle,
.drop:hover>a {
    color: #fff
}

li.drop.active>a.nav-link:before,
li.drop:hover>a.nav-link:before {
    background-color: #fff
}

.siteSearch {
    margin-left: 0;
    position: relative
}

.siteSearch .form-control {
    font-size: 13px;
    padding: 2px 7px;
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    background: 0 0
}

.siteSearch .form-control::placeholder {
    color: #fff
}

.siteSearch .form-control:focus {
    outline: 0;
    box-shadow: none
}

.siteSearch .btn {
    padding: 2px 7px;
    line-height: initial;
    border-radius: 0;
    background: #fff;
    color: #ed1d24
}

.homeHeader .siteSearch {
    margin-left: auto
}

.homeHeader .siteSearch .form-control {
    border-color: #fef200;
    color: #fef200
}

.homeHeader .siteSearch .form-control::placeholder {
    color: #fef200
}

#searchList {
    display: none;
    position: absolute;
    z-index: 1001;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0
}

#searchList li a {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #fff;
    padding: 5px;
    text-decoration: none;
    color: #111;
    display: block
}

#searchList li a:hover:not(.header) {
    background-color: #3474bc;
    color: #fff
}

.homeHeader .btn {
    color: #111;
    background-color: #fef200
}

.dropMenu .drop.active>div {
    display: block
}

.dropRelative {
    position: relative
}

.dropMenuBox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none
}

@media (min-width:1024px) {
    .hFixed .headMenu {
        display: block !important
    }

    .dropMenu .drop:hover>div,
    .menu .drop:hover>div {
        display: block
    }
}

@media (max-width:1023px) {
    .drop.active>div {
        display: block
    }
}

@media (max-width:991px) {

    .headMenu li.active,
    .headMenu li:hover {
        background-color: transparent
    }

    .drop:focus>a,
    .drop:hover>a,
    .headMenu li:hover>a {
        background-color: #3474bc
    }

    .drop {
        display: block;
        position: relative
    }

    .drop>a {
        padding-right: 30px !important;
        flex: 1
    }

    .dropToggle {
        display: inline-block;
        padding: .5rem .5rem;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #3474bc
    }

    .dropMenu .dropToggle i {
        transform: none
    }

    .drop.active>a {
        background-color: #3474bc
    }

    .headMenu {
        display: none;
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        width: 320px;
        height: 100vh;
        background: rgba(0, 0, 0, .8);
        color: #fff
    }

    .dropMenu {
        background-color: transparent;
        border: none;
        position: static;
        padding-left: 10px
    }

    .subMenuHead {
        display: none
    }

    .dropMenu .subMenuBox,
    .menuBox {
        position: static;
        background-color: transparent;
        padding-left: 10px;
        box-shadow: none
    }

    .menuBoxInner {
        border-color: rgba(255, 255, 255, .4)
    }

    .dropMenu .subDropMenu {
        display: block
    }

    .headMenu li {
        font-size: 12px;
        font-weight: 400
    }

    .headMenu ul.menu {
        flex-direction: column;
        margin-top: 100px;
        height: auto;
        overflow: auto;
        max-height: calc(100% - 100px)
    }

    .hFixed .headMenu ul.menu {
        margin-top: 50px;
        max-height: calc(100% - 50px)
    }

    .headMenu a.nav-link {
        color: #fff;
        text-transform: uppercase;
        padding: .5rem 1rem
    }

    .headMenu .dropMenu a.nav-link {
        text-transform: capitalize
    }

    .navToggle {
        display: block
    }

    .navToggle:focus,
    .navToggle:hover {
        color: #fff
    }

    .headMenu {
        font-size: 14px
    }

    .headMenu a {
        padding: .5rem .5rem
    }

    .hcEmail,
    .hcNumber {
        padding: .5rem .5rem
    }

    .headLogo img {
        max-height: 60px
    }

    .hFixed .headLogo,
    .headLogo {
        margin-top: 0;
        margin-bottom: -15px
    }

    .dropMenuBox {
        position: static;
        background-color: transparent
    }
}

@media (max-width:480px) {

    .dropMenu .dropMenu,
    .homeHeader .dropMenu .dropMenu {
        position: static;
        left: 0;
        background-color: transparent;
        padding-left: 10px
    }

    .homeHeader .headConnect {
        justify-content: center
    }

    .siteSearch {
        width: 100%;
        margin-bottom: 5px
    }

    .hcEmail,
    .hcNumber {
        padding: .25rem;
        font-size: 11px
    }

    .headConnect a i {
        font-size: 12px;
        vertical-align: middle;
        margin-right: 0
    }
}

.homeVideo {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #111
}

.hvComponents {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.homeVideo video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity
}

.hvContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px
}

.hvComponents:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.hvContent>div.container-fluid,
.hvContent>div.container-fluid>div.d-flex {
    height: 100%;
    position: relative
}

.hvLogo {
    margin: auto;
    color: #fff
}

.hvLogo h1 {
    margin-top: 30px;
    text-shadow: 1px 1px 3px #444
}

.scrollDown {
    margin-top: auto;
    margin-bottom: 30px;
    color: #fff
}

.mouse {
    position: relative;
    margin: 10px auto;
    width: 32px;
    height: 50px;
    border: 2px solid #fef200;
    color: #fef200;
    border-radius: 25px
}

.mouse i {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: mouseScroll;
    transform: translateY(12px)
}

.scrollDown:hover .mouse i {
    animation: none
}

.scrollDown:hover {
    color: #fff
}

.homeCarousel {
    position: relative;
    background-color: #ed1d24;
}

.homeCarouselBlock .slick-custom-arrow-left {
    left: 0;
}

.homeCarouselBlock .slick-custom-arrow-right {
    right: 0;
}

.homeCarouselBlock img {
    position: relative;
    z-index: 10;
    object-fit: cover;
    width: 100%;
}

.homeCarouselBlock img:hover {
    transform: none
}

@media (max-width:767px) {
    .whatsapp {
        bottom: 40px;
    }

    .hvLogo img {
        max-width: 240px
    }

    .hvLogo h1 {
        font-size: 30px
    }
}

.ourProduct {
    padding: 10px 0 50px 0;
    background-color: #fff
}

.title {
    text-align: center
}

.title>h2 {
    color: #ed1d24;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700
}

.title>h2:after,
.title>h2:before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #ed1d24;
    display: inline-block;
    vertical-align: middle
}

.title>h2:before {
    margin-right: 15px
}

.title>h2:after {
    margin-left: 15px
}

.productList>.row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.productList>.row>div {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px
}

.productItem {
    height: 100%;
    box-shadow: 0 0 5px #ccc
}

.productItem>a {
    display: block;
    position: relative
}

.productItem figure {
    background-color: #fff;
    padding-bottom: 60px;
    margin: 0
}

.prdImg {
    padding: 10px;
    background-color: #fff;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.prdImg img {
    transition: .5s ease;
    max-height: 180px
}

.prdImg img:hover {
    transform: scale(1.05)
}

.productItem figcaption {
    background-color: #ff642d;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 60px;
    transition: .7s ease
}

.captionTitle {
    font-size: 16px;
    font-weight: 600;
    line-height: initial
}

.captionText {
    display: none;
    transition: 1s ease;
    margin-top: 10px;
    font-weight: 300
}

.productItem:hover .captionText {
    display: block
}

.productItem:hover figcaption {
    height: 100%
}

@media (max-width:575px) {
    .title>h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .title>h2:after,
    .title>h2:before {
        display: none
    }

    .ourProduct {
        padding: 30px 0
    }

    .prdImg {
        height: auto
    }

    .prdImg img {
        max-height: 100%
    }
}

.ourProduct .enquireBox {
    height: 100%
}

.enquireBox {
    background-color: #ececec;
    padding: 20px 40px
}

.enquireHead {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 400
}

.enquireBody .form-group {
    margin-bottom: 10px
}

.enquireBody .form-group .card {
    margin-top: 10px
}

.enquireBody .form-group .card-body {
    padding: 10px
}

.enquireBody .form-control {
    color: #111;
    font-size: 14px
}

.has-float-label .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #999;
    padding: 15px 0 5px;
    text-transform: uppercase;
    letter-spacing: .5px;
    height: 42px
}

.has-float-label .form-control:focus {
    box-shadow: none;
    outline: 0
}

.has-float-label::placeholder {
    color: #333
}

.has-float-label label::after,
.has-float-label>span::after {
    display: none
}

.has-float-label label,
.has-float-label>span {
    color: #333;
    display: block;
    width: 100%;
    background-color: transparent;
    letter-spacing: .5px
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 14px;
    top: 13px
}

.enquireBody .custom-checkbox {
    color: #333
}

.enquireBody .custom-control-label {
    line-height: 25px
}

.enquireBody .custom-control-label::before {
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: transparent
}

.submitEnquiry .btn {
    width: 100%;
    background-color: #ed1d24;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    line-height: initial;
    transition: .5s ease;
    margin-top: 10px
}

.submitEnquiry .btn:hover {
    background-color: #fca638
}

.gkAbout {
    padding: 60px 0 100px;
    background: url('../images/dhatbg.JPG');
}

.aboutContent {
    text-align: center;
    color: #fff;
    font-weight: 300;
    max-width: 1000px;
    margin: auto;
    letter-spacing: .5px
}

.aboutContent .title>h2 {
    color: #fca638;
    font-weight: 500;
    margin-bottom: 30px
}

.aboutContent .title>h2:after,
.aboutContent .title>h2:before {
    background-color: #fca638
}

.viewBtn {
    background-color: #fca638;
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    padding: 8px 30px;
    display: inline-block;
    margin: 30px auto 0;
    transition: .3s ease;
    text-transform: capitalize
}

.viewBtn:focus,
.viewBtn:hover {
    text-decoration: none;
    background-color: #ed1d24;
    color: #fff
}

.features {
    color: #fff
}

.features .icon {
    line-height: 1.3;
    position: relative;
    width: 120px;
    height: 120px;
    background: #fff;
    margin: 0 auto;
    margin-top: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.gkBestProduct {
    padding: 50px 0;
    background-color: #fff
}

.gkBestProduct>div {
    padding-left: 25px;
    padding-right: 25px
}

.prdSlideItem>div {
    margin: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    transition: .5s ease
}

.productBox a {
    display: block
}

.productBox a:focus,
.productBox a:hover {
    text-decoration: none;
    color: inherit
}

.productBox .prdImg {
    height: 260px
}

.productBox .prdImg img {
    max-height: 240px;
}

.productBox figcaption {
    padding: 10px;
    color: #333
}

.productBox figcaption h4 {
    font-weight: 600
}

.productBox:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 101%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%)
}

.productBox:focus,
.productBox:focus:before,
.productBox:hover,
.productBox:hover:before {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown {
    color: #fff;
    font-size: 16px;
    justify-content: space-between;
    background: 0 0
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown>a.nav-link {
    flex: 1
}

.homeHeader span.dropIcon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown>ul.dropdown-menu li.dropdown-item {
    color: #fff
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown a {
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    width: 100%;
    color: rgba(255, 255, 255, .7)
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown>ul.dropdown-menu li.dropdown-item a {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, .47)
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown {
    text-align: left;
    width: 100%;
    flex: 1
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown:hover>ul.dropdown-menu,
.homeHeader .headMenu ul.nav.navbar-nav li.dropdown:hover>ul.dropdown-menu {
    display: none
}

.homeHeader .headMenu ul.nav.navbar-nav li.dropdown>ul.dropdown-menu.dropdown.show>ul.dropdown-menu.show,
.homeHeader .headMenu ul.nav.navbar-nav li.dropdown>ul.dropdown-menu.show {
    display: block !important;
    position: static !important;
    left: 0 !important;
    text-align: left;
    border-left: 0;
    width: 100%
}

.homeHeader .dropdown-item:focus,
.homeHeader .dropdown-item:hover {
    background: 0 0
}

@media (max-width:992px) {
    .gkAbout {
        padding: 30px 0
    }

    .features .icon {
        margin-top: 20px
    }

    .headMenu ul.nav.navbar-nav li.dropdown {
        color: #fff;
        font-size: 16px;
        justify-content: space-between;
        background: 0 0
    }

    .headMenu ul.nav.navbar-nav li.dropdown>a.nav-link {
        flex: 1
    }

    span.dropIcon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff
    }

    .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown>ul.dropdown-menu li.dropdown-item {
        color: #fff
    }

    .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown a {
        flex: 1;
        border-bottom: 1px solid rgba(255, 255, 255, .04);
        width: 100%;
        color: rgba(255, 255, 255, .7)
    }

    .headMenu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-item.dropdown>ul.dropdown-menu li.dropdown-item a {
        width: 100%;
        display: block;
        color: rgba(255, 255, 255, .47)
    }
}

.slick-custom-arrow {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    color: #333;
    font-size: 40px;
    padding: 5px
}

.slick-custom-arrow:hover {
    cursor: pointer;
    color: #ed1d24
}

.slick-custom-arrow-right {
    right: -25px;
    top: 50%
}

.slick-custom-arrow-left {
    left: -25px;
    top: 50%
}

.slick-dots {
    position: absolute;
    bottom: -15px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: none
}

.slick-dots li:before {
    top: 1px;
    transition: all .5s;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ccc;
    position: absolute
}

.slick-dots li.slick-active:before {
    background-color: #ed1d24
}

.clientContent {
    padding: 30px
}

.clientContent .title {
    text-align: left
}

.clientContent .title>h2:before {
    display: none
}

.testiBox {
    position: relative;
    padding: 30px 0
}

.testiImg {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.testiContent {
    flex: 1
}

.testiBox .quote {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 50px;
    opacity: .15
}

.testiContent .name {
    color: #111;
    font-weight: 500;
    margin-bottom: 0
}

.testiContent .position {
    color: red;
    font-weight: 500;
    font-size: 85%
}

.clientSlideItem>div {
    margin: 10px
}

.clientImg {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.clientImg img {
    height: 100px;
    object-fit: contain
}

.mediaContent {
    padding: 30px
}

.mediaContent h2 {
    margin-bottom: 30px;
    font-weight: 700
}

.newsBox>ul>li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0
}

.newsBox>ul>li:first-child {
    padding-top: 0
}

.newsDate {
    background-color: #406db6;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 80px;
    height: 80px;
    margin-right: 15px
}

.newsDate strong {
    font-size: 48px;
    font-weight: 600;
    line-height: 1
}

.newsDate span {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1
}

.newsContent {
    flex: 1
}

.newsContent p {
    margin-bottom: 0
}

.newsBox .viewBtn {
    margin-top: 0
}

.blogBox>ul>li {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px #eee;
    margin-bottom: 10px
}

.blogImg {
    width: 150px;
    margin-right: 15px
}

.blogContent {
    flex: 1
}

.blogContent .viewBtn {
    margin-top: 0;
    padding: 5px 25px
}

@media (max-width:575px) {
    .mediaContent {
        padding: 15px
    }

    .mediaContent h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .blogBox>ul>li {
        flex-direction: column
    }

    .blogImg {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .gkBestProduct {
        padding: 30px 0
    }

    .gkBestProduct>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prdSlideItem>div {
        margin: 5px;
    }

    .productBox .prdImg {
        height: auto;
    }

    .productBox .prdImg img {
        max-height: 100%;
    }

    .clientContent {
        padding: 15px;
    }

    .clientSlideItem>div {
        margin: 5px;
    }
}

.gkProject {
    padding: 50px 0;
    background-color: #fff
}

.gkProject>div {
    padding-left: 25px;
    padding-right: 25px
}

.projectImg {
    border: 2px solid #ccc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px
}

.enuireImg {
    display: flex;
    align-items: flex-end;
    height: 100%
}

.footEnquire .enquireBox {
    background-color: transparent
}

.footEnquire .enquireHead {
    color: #fff
}

.footEnquire .enquireBody .form-control {
    color: #fff
}

.footEnquire .has-float-label label,
.footEnquire .has-float-label>span {
    color: #fff
}

.footEnquire .has-float-label .form-control {
    border-color: rgba(255, 255, 255, .85)
}

.footEnquire .has-float-label::placeholder {
    color: #fff;
    opacity: .8
}

.footEnquire .submitEnquiry .btn {
    background-color: #fca638
}

.footEnquire .submitEnquiry .btn:focus,
.footEnquire .submitEnquiry .btn:hover {
    background-color: #333
}

@media (max-width:767px) {
    .enuireImg {
        display: none
    }

    .enquireBox {
        padding: 10px
    }

    .enquireHead {
        font-size: 24px
    }

    .gkProject {
        padding: 30px 0
    }
}

.mainFooter {
    background-color: #100e22;
    position: relative
}

.footTop {
    padding-top: 40px
}

.footContent {
    color: #fff
}

.footContent h5 {
    margin-bottom: 20px
}

.footContent>ul>li {
    margin-bottom: 7px
}

.footContent>ul>li>a {
    color: #fff;
    opacity: .7
}

.ftOur>ul {
    column-count: 2;
    column-gap: 15px
}

.ftConnect>ul>li i {
    width: 20px;
    margin-right: 5px
}

.ftConnect>ul>li span {
    flex: 1;
    color: #fff;
    opacity: .7
}

.footSocial>ul>li {
    margin-right: 10px
}

.footSocial>ul>li a i {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #333
}

.footCopyright {
    background-color: #000;
    padding: 20px 0
}

.copyright {
    text-align: center;
    color: #ececec
}

.copyright a,
.copyright span {
    color: #fca638
}

.copyright span.copyright-right,
.copyright-right a {
    color: #000;
}

@media (max-width:575px) {
    .ftQuick>ul {
        column-count: 2;
        column-gap: 15px
    }

    .footEnquire .enquireBox {
        padding: 0
    }

    .gkProject>div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.InnerBanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all .5s ease
}

.InnerBanner:before {
    content: "";
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ibContent {
    text-align: center;
    color: #fff;
    padding: 70px 0 50px;
    position: relative
}

.ibContent .breadcrumb {
    background-color: transparent;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize
}

.ibContent .breadcrumb a {
    color: #fff
}

.ibContent .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: ">"
}

.ibContent .breadcrumb-item.active {
    color: #fca638
}

.innerContentWrapper {
    padding: 30px 0
}

.title2 {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    display: flex;
    align-items: baseline
}

.title2>.h2,
.title2>h2 {
    color: #ed1d24;
    margin-bottom: 0;
    font-weight: 700;
    margin-right: 15px
}

.title2:after {
    content: "";
    height: 3px;
    background-color: #ed1d24;
    flex-grow: 1
}

.productDetail {
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 30px
}

.prdSlider {
    margin-bottom: 20px
}

.prdSlideMain {
    border: 2px solid #ddd
}

.prdMainItem {
    position: relative
}

.prdMainContent {
    padding: 15px 15px;
}

.prdMainContent a:focus {
    outline: 0
}

.prdMainContent .h6 {
    padding: 5px;
    text-align: center;
    margin-bottom: 0
}

.prdMainContent .h6:empty {
    display: none
}

.prdThumbVideo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    background-color: #f5f5f5;
}

.prdThumbVideo i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #ed1d24;
    color: #fff;
}

.prdMainItem iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}

.prdSlideMain .slick-custom-arrow-left,
.prdSlideMain1 .slick-custom-arrow-left {
    left: 0
}

.prdSlideMain .slick-custom-arrow-right,
.prdSlideMain1 .slick-custom-arrow-right {
    right: 0
}

.prdSlideMain .prdMainContent>a {
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.prdMainContent img {
    width: 100%;
    object-fit: contain;
    max-height: 460px
}

.prdSlideThumb,
.prdSlideThumb1 {
    margin: 15px auto 0
}

.prdSlideThumb1 {
    width: calc(100% - 40px)
}

.prdSlideThumb .slick-custom-arrow,
.prdSlideThumb1 .slick-custom-arrow {
    font-size: 24px
}

.prdThumbImg {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border: 1px solid #ccc;
    opacity: .6
}

.slick-current .prdThumbImg {
    border: 3px solid #ed1d24;
    opacity: 1
}

.prdThumbImg img {
    width: 100%;
    object-fit: contain;
    max-height: 100px
}

.prdInnerDesc {
    margin-top: 30px
}

.specification {
    padding: 6px;
    float: right;
    background-color: #ececec;
    text-align: center;
    width: 410px;
    margin: 0 20px 20px 0;
    position: relative;
    z-index: 99
}

.specification .innerSpec {
    background-color: #fff;
    padding: 6px;
    text-align: left;
    margin-bottom: 5px
}

.specification h2 {
    font-size: 20px;
    text-align: left
}

.innerSpec h2 {
    color: #f1453d;
    margin-bottom: 5px;
    font-size: 18px;
}

.innerSpec ul li {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-top: 10px;
}

.innerSpec ul li strong {
    width: 150px;
    margin-right: 5px
}

.innerSpec ul li strong span {
    flex: 1
}

.descContent>ul>li {
    position: relative;
    margin-bottom: 5px
}

.enquiryBtn {
    display: inline-block;
    margin: 10px auto 0;
    background-color: #f1453d;
    color: #fff;
    border-radius: 50px;
    padding: 10px 35px;
    font-weight: 600;
    font-size: 16px;
    transition: .5s ease;
    cursor: pointer
}

.enquiryBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #fca638
}

.specification .enquiryBtn {
    margin-top: 0;
    padding: 5px 20px
}

.productDesc {
    margin-bottom: 20px
}

.title3 {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    display: flex;
    align-items: baseline
}

.title3>h3 {
    color: #555;
    margin-bottom: 0;
    font-weight: 700;
    margin-right: 15px
}

.title3:after {
    content: "";
    height: 3px;
    background-color: #555;
    flex-grow: 1
}

.stickEnquireBox .enquireBox {
    padding: 0;
    transition: 1s ease;
    animation: shake 1s alternate
}

.stickEnquireBox .enquireBox .enquireHead {
    background-color: #3474bc;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 0
}

.stickEnquireBox .enquireBox .enquireBody {
    padding: 30px
}

#enquiryModal .prdSingle .prdSlideMain1 {
    height: calc(100% - 50px);
    overflow: hidden;
}

#enquiryModal .prdSingle .prdSlideThumb1 {
    margin-top: 0;
}

#enquiryModal .prdSingle .prdSlideMain1 div,
#enquiryModal .prdSingle .prdMainContent>a {
    height: 100%;
    padding: 0;
}

#enquiryModal .prdSingle .prdSlideMain1 img {
    max-height: 400px;
}

#enquiryModal .prdSingle .prdSlideMain1 div div.h6 {
    text-align: left;
    background: #f1453d;
    width: calc (100% - 45px);
    position: absolute;
    bottom: 5px;
    height: auto;
    left: 5px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}

.modalImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width:992px) {
    .stickEnquireBox {
        display: none
    }

    .productItem {
        height: auto
    }

    .mediaBox.bg-ec {
        background-color: #fafafa
    }

    .mediaBox.bg-fa {
        background-color: #ececec
    }
}

@media (max-width:575px) {
    .prdSlideMain .prdMainContent>a {
        height: auto
    }

    .ibContent .h1 {
        font-size: 30px
    }

    .productDetail {
        padding: 0;
        box-shadow: none
    }

    .title2,
    .title3 {
        margin-bottom: 15px
    }

    .title2>.h2,
    .title3>h3 {
        margin-right: 0
    }

    .title2:after,
    .title3:after {
        display: none
    }

    .specification {
        float: none;
        width: 100%
    }

    .ibContent .breadcrumb {
        font-size: 13px
    }
}

.whatsapp {
    position: fixed;
    z-index: 99;
    bottom: 150px;
    right: 34px;
    text-decoration: none;
    cursor: pointer;
    transition: .5s;
  }

.whatsapp i {
    z-index: 1049;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #01e675;
    transition: .5s;
}

.whatsapp i:before {
    font-size: 3rem;
}

.enquiry {
    position: fixed;
    z-index: 99;
    bottom: 50px;
    left: 0;
    text-decoration: none;
    cursor: pointer;
    transition: .5s
}

.enquiry strong {
    display: inline-block;
    background: #830167;
    color: #fff;
    padding: 5px 40px 5px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: initial;
    text-transform: uppercase;
    width: 150px
}

.enquiry i {
    border: 3px solid #fff;
    z-index: 1049;
    position: absolute;
    right: -25px;
    top: -5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #830167;
    transition: .5s
}

.enquiry:focus,
.enquiry:hover {
    transform: translateY(-10px)
}

#enquiryModal .close {
    position: absolute;
    z-index: 999;
    right: -15px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 28px;
    background-color: #111;
    color: #fff;
    opacity: .9
}

#enquiryModal .prdSlider {
    margin-bottom: 0;
    height: 100%;
}

#enquiryModal .prdMainContent>a {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

span.magnify {
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background: #fff;
    bottom: 0;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 35px
}

#enquiryModal .prdMainContent img {
    max-height: 300px
}

#enquiryModal .prdThumbImg {
    height: 70px
}

#enquiryModal .prdThumbImg img {
    max-height: 70px
}

#enquiryModal .modalImg {
    overflow: hidden;
    height: 100%
}

#enquiryModal .modalImg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

#enquiryModal .enquireBox {
    padding: 0;
    transition: 1s ease;
    width: 100%
}

#enquiryModal .enquireBox .enquireHead {
    background-color: #3474bc;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 0
}

#enquiryModal .enquireBox .enquireBody {
    padding: 34px 30px
}

.title4 {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    align-items: baseline
}

.title4>h4,
.title4>.h4 {
    color: #ed1d24;
    margin-bottom: 0;
    font-weight: 700;
    margin-right: 15px
}

#enquiryModal .title4>h4 {
    padding-left: 5px
}

.title4:after {
    content: "";
    height: 3px;
    background-color: #ed1d24;
    flex-grow: 1
}

#enquiryModal .title4:after {
    display: none
}

.modalLogo2 {
    text-align: center;
    margin-bottom: 10px
}

.modalLogo2 img {
    max-width: 110px
}

.mfp-bg {
    z-index: 99990
}

.mfp-wrap {
    z-index: 99991
}

.mfp-figure figure {
    color: #fff
}

img.mfp-img:hover {
    transform: none
}

.whowe p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400
}

.contactContent {
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

.contactIcon i {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 41px;
    border: 2px solid #000;
    border-radius: 100%;
    text-align: center;
    display: block;
    margin: 0 auto
}

.contactText a,
.contactText p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 0;
    margin: 0
}

.contactText p span {
    margin-right: 5px
}

.contactIcon {
    margin-bottom: 15px
}

.newsList.mediaBox .mediaContent {
    padding: 0
}

.imgGallery ul {
    padding: 0;
    list-style: none;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap
}

.imgGallery ul li {
    text-align: center;
    width: calc(100% / 3);
    padding: 10px
}

.imgGallery ul li a {
    display: block;
    box-shadow: 0 0 3px rgba(237, 29, 36, .6);
    position: relative;
    height: 100%
}

.imgGallery ul li a figure {
    margin: 0
}

.imgGallery ul li a figure .prdImg {
    padding: 0
}

.imgGallery ul li a figure img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.imgGallery ul li a figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.imgGallery ul li a .imgTitle {
    text-align: center;
    background: #ed1d24;
    transition: all ease .4s;
    padding: 5px;
    color: #fff
}

.imgGallery ul li a .imgTitle:empty {
    display: none
}

.faqQa ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.faqQa ul {
    padding: 0
}

.faqQa ul li .faqTitle {
    display: flex;
    font-weight: 500;
    font-size: 15px;
    color: #3474bc
}

.faqQa ul li .faqTitle .faqLabel {
    padding-right: 4px;
    font-weight: 700
}

.faqQa ul li .faqContent {
    display: flex;
    color: #000;
    font-weight: 500;
    padding: 10px 0;
    line-height: 30px;
    letter-spacing: 0;
    font-size: 15px
}

.faqQa ul li .faqContent .faqLabel {
    padding-right: 4px;
    font-weight: 700
}

.news-item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px
}

.news-list .news-thumb {
    display: block;
    width: 100%
}

.news-list .news-thumb img {
    max-width: 100%
}

.news-list .news-content {
    width: 100%
}

.news-list .news-metas {
    color: grey;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase
}

.news-list .news-metas a {
    color: inherit
}

.news-list .news-metas a:hover {
    color: #803881
}

.news-list .news-title {
    margin: 0;
    font-size: 1.4rem
}

.news-list .news-link-btn {
    display: inline-block;
    background-color: #3474bc;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    height: 35px;
    padding: 0 30px;
    border-radius: 17px;
    margin-top: 1px
}

.news-list .news-title a {
    color: #3474bc;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px
}

.news-content p {
    color: #000;
    font-weight: 400
}

.news-thumb:hover img {
    transform: none;
    width: 100%
}

.news-content p.news-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.given-comment {
    width: 100%;
    clear: both;
    margin-top: 28px
}

.given-comment .given-comment-title {
    font-size: 2rem;
    margin: 0;
    color: #111;
    width: 100%
}

.given-comment .comments {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.given-comment .child-comments .comment {
    border-bottom: 0;
    padding-left: 100px
}

.given-comment .comment {
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 10px
}

.given-comment .comment-wrap {
    width: 100%;
    padding: 20px 0
}

.mainComment {
    display: flex
}

.given-comment .commenter-thumb {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    overflow: hidden;
    margin-right: 30px
}

.given-comment .commenter-thumb img {
    max-width: 100%
}

.given-comment .comment-body {
    width: calc(100% - 110px)
}

.given-comment .comment-title {
    margin: 0;
    font-size: 16px
}

.given-comment .comment-title .commenter-name {
    font-size: 1.4rem;
    color: #111
}

.given-comment .comment-title .comment-date {
    font-size: 1.4rem;
    color: #505050
}

.given-comment .comment-content {
    color: #000;
    font-weight: 400;
    padding-top: 10px
}

.given-comment .comment-reply {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    text-align: center;
    background-color: #3474bc;
    display: inline-block;
    margin-top: 0
}

.commenting-wrap {
    width: 100%;
    clear: both;
    margin-top: 20px
}

.commenting-wrap .comment-form-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px
}

.commenting-wrap p {
    margin-bottom: 7px;
    width: 100%
}

.comment-form {
    width: 100%
}

.comment-form:-moz-placeholder,
.comment-form:-ms-input-placeholder,
.comment-form::-moz-placeholder,
.comment-form::-webkit-input-placeholder {
    color: #505050;
    opacity: 1
}

.comment-form input,
.comment-form textarea {
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px
}

.comment-form [type=submit] {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-color: #3474bc;
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px
}

.single-thumb:hover img {
    transform: scale(1)
}

.single-thumb img {
    margin-bottom: 10px
}

.news-entry {
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0
}

.siteMap ul {
    border-left: 1px solid #666;
    margin: 0 0 0 15px;
    padding: 0
}

.siteMap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px
}

.siteMap li ul {
    border-left: 1px solid #666;
    padding: 0;
    float: none
}

.siteMap li a {
    color: #333;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 5px;
    display: block
}

.siteMap li a:hover {
    color: #ed1d24
}

.given-comment .child-comments .comment .comment-wrap {
    padding-bottom: 0
}

.projectItem .projectName {
    text-align: center;
    border: 0
}

.projectItem .projectName .h4 {
    margin: 0;
    font-size: 20px;
    padding: 10px
}

.title1 {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    align-items: baseline
}

.title1>h1 {
    color: #ed1d24;
    margin-bottom: 0;
    margin-right: 15px
}

.title1:after {
    content: "";
    height: 3px;
    background-color: #ed1d24;
    flex-grow: 1
}

.playGroList>div {
    margin-bottom: 30px
}

.playGroItem {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 5px #ddd
}

.playGroItem a:focus,
.playGroItem a:hover {
    color: inherit;
    text-decoration: none
}

.pgImg {
    height: 180px;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pgImg img {
    max-height: 160px;
}

.playGroItem .h6 {
    background-color: #ed1d24;
    color: #fff;
    padding: 10px;
    margin: 0
}

.searchResult ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.searchResult p:last-of-type {
    margin-bottom: 0;
}

.ftConnect>ul>li i.fa.fa-mobile {
    font-size: 20px;
}

@media (max-width:1023px) {
    .modalLtNone {
        display: none
    }

    .siteMap ul li ul {
        column-count: 1
    }
}

@media (max-width:480px) {
    .imgGallery ul li {
        width: calc(100% / 2)
    }

    .imgGallery ul li a figure .prdImg {
        height: 130px
    }

    .enquiry {
        width: 100%;
        bottom: 0;
        display: none
    }

    .enquiry strong {
        display: block;
        width: auto;
        text-align: center;
        padding: 12px 30px 12px 30px
    }

    .enquiry i {
        display: none
    }

    #enquiryModal .modal-dialog {
        margin: 1rem
    }

    .h1,
    h1 {
        font-size: 1.6rem
    }

    .h2,
    h2 {
        font-size: 1.5rem
    }

    .prdSlideThumb .slick-custom-arrow,
    .prdSlideThumb1 .slick-custom-arrow,
    .slick-custom-arrow {
        display: none !important
    }

    #enquiryModal .enquireBox .enquireBody {
        padding: 15px 15px
    }

    .prdMainContent {
        padding: 5px 5px
    }

    .pgImg {
        height: auto;
    }

    .pgImg img {
        max-height: 100%;
    }
}

@keyframes headslide {
    0% {
        transform: translate3d(0, -100px, 0);
        -webkit-transform: translate3d(0, -100px, 0);
        opacity: 0
    }

    100% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(25px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes mouseScroll {
    0% {
        -moz-transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(25px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}
.specify-image{
    width: 500px;
    float: left;
    margin-left: 25px;
  }
  .head {
    font-size: 26px;
    font-weight: 600;
  }






  @media only screen and (max-width: 600px) {
    .specify-image {
        width: 350px;
        float: left;
        
      }
  }














  #button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: 0px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
  /* Styles for the content section */
  
  .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  }
  .content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
  }
  .content h3 {
    font-style: italic;
    color: #96a2a7;
  }
  
 
#social-media-sidebar {
    position: fixed;
    top: 36vh;
    left: 0;
    z-index: 999;
}

.ul {
    display: block;
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}

.side-social {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.7);
    transition: 0.2s;
}

.side-social:hover {
    width: 60px;
    transition: 0.2s;
}

.facebook {
    background: #3b5998;
    border-radius: 0 30% 0 0;
}

.twitter {
    background: #55acee;
}

.youtube {
    background: #bb0000;
}

.instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.phone {
    background: #00154e;
}

.google-plus {
    background: #dd4b39;
    border-radius: 0 0 30% 0;
}