/* This Website Coded by Webpulse Solution Pvt. Ltd.*/

html{
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #333;
    min-height: 641px;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    top: 0px !important;
}

@media only screen and (max-width: 1170px) {
    .container {
        margin: 0 auto;
        max-width: 1170px;
        width: 100%;
        padding: 0 15px;
    }
}

@font-face {
    font-family: OpenSans-Semibold;
    src: url(../fonts/OpenSans-Semibold.ttf)
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf)
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf)
}

p {
    padding: 0 0 15px 0;
    margin: 0;
    line-height: 30px;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #333;
    text-align: justify;
    font-weight: 400
}

img {
    border: 0
}

li,
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

li,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3 {
    font-family: OpenSans-Bold;
    color: #4B4B4C
}

.pleft {
    padding-left: 0 !important
}

.pright {
    padding-right: 0 !important
}

ol li {
    list-style: decimal;
    color: #333;
    font-size: 13px;
    line-height: 25px;
    text-align: end
}

.tophead {
    /*background: #efc406;*/
    background: rgba(242, 40, 93, 0.7);
    display: -webkit-box;
    position: relative;
    z-index: 1;
}

.top-social {
    color: #fff;
    margin: 0px 0px;
    position: relative;
    z-index: 999;
}

.top-social li {
    display: inline-block;
    font-size: 16px;
}

.top-social li a {
    color: #fff;
    padding: 0 5px;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: OpenSans-Semibold;
}

.top-social li a span {
    color: #f9f433
}

.header {
    width: 100%;
    margin: 0;
    padding: 0
}

.header .logo {
    margin: 5px 0;
    padding: 0;
    transition: all .3s ease;
    height: auto;
}

.nav_menutop>ul {
    margin: 0;
    padding: 0
}

.nav_menutop>ul>li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    margin-left: 0;
    position: relative;
    padding: 0px 0 0px;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 20px;
}

.nav_menutop>ul>li.usern-myaccount {
    font-family: OpenSans-Semibold;
    /*width: 165px;*/
    /*overflow: hidden;*/
    /*line-height: 20px;*/
    letter-spacing: -0.8px;
    font-size: 15px;
    color: #efc406;
    display: inline-block;
}

.nav_menutop>ul>li.usern-myaccount span {
    color: #666;
    margin-right: 5px;
}

.nav_menutop>ul>#search-btn {
    border-radius: 50px;
    border: 1px solid #cccccc;
    max-width: 60%;
    height: 45px;
    line-height: 40px;
    padding-left: 20px;
    display: inline-block;
}

.nav_menutop>ul>#search-btn input {
    border: 0px;
    outline: none;
    box-shadow: none;
    width: 240px;
}

.nav_menutop>ul>#search-btn button {
    background: none;
    float: right;
    border: 0px;
    margin: 0px;
    padding: 11px 20px 11px 12px;
    line-height: 20px;
    color: #000;
    text-align: center;
    outline: none;
    vertical-align: -webkit-baseline-middle;
    color: #666666;
}

.nav_menutop>ul>#deliver-loc {
    width: 38%;
    display: inline-block;
    cursor: pointer;
}

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

.nav_menutop>ul>li:last-child {
    border-right: 0
}

.nav_menutop>ul>li i {
    margin-right: 0;
    color: #535353;
    font-size: 25px;
    text-align: center;
    line-height: 20px;
    margin: 0 5px 0px 0px;
    vertical-align: middle;
}

.nav_menutop>ul>li>a {
    color: #333;
    text-align: center;
    font-family: OpenSans-Semibold;
    font-size: 14px;
    text-decoration: none
}

.nav_menutop>ul>li>a span {
    line-height: 20px;
    margin-left: 10px;
}

.nav_menutop>ul>li>a span.cart-cap-text {
    background: #26b1eb;
    width: 18px;
    height: 18px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: -10px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-family: OpenSans-Semibold;
}

.nav_menutop>ul>li:hover>a {
    color: #333;
    text-decoration: none
}

.nav_menutop>ul>li>ul {
    display: none
}

.nav_menutop>ul>li>ul {
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 9;
    display: inline-block;
    vertical-align: top;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-in;
    transform: translateX(-50px);
    z-index: 99;
    top: 30px;
}

.nav_menutop>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

.nav_menutop>ul>li>ul>li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0;
    width: 100%;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    transition: .5s
}

.nav_menutop>ul>li>ul>li:hover {
    border-bottom: 1px solid #f6f6f6
}

.nav_menutop>ul>li>ul>li:before {
    height: 1px !important;
    background: #0f76b8 !important
}

.nav_menutop>ul>li>ul>li:last-child {
    border-bottom: 0
}

.nav_menutop>ul>li>ul>li:hover {
    padding-left: 0
}

.nav_menutop>ul>li>ul>li a {
    color: #000;
    font-family: OpenSans-Regular
}

.nav_menutop>ul>li>ul>li:hover>a {
    color: #0f76b8
}

.navigation_bar {
    float: left;
    width: 100%;
    position: absolute;
    /*box-shadow: 0 3px 5px rgba(0, 0, 0, .1);*/
    z-index: 9;
    margin-bottom: 0px;
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));*/
}

.navigation_bar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

.navigation_bar.stricky-fixed .logo {
    margin: 10px 0px;
}

.navigation_bar.stricky-fixed .nav_menutop .tcrel {
    /*display: none*/
    position: relative;
}

.navigation_bar.stricky-fixed .nav_menutop>ul>li {
    padding: 5px 10px 5px;
    margin: 0px;
}

.navigation_bar .logo {
    /* position: absolute;
    z-index: 100*/
}



.navigation_bar .logo img {
    width: 140px
}

.navigation_bar.stricky-fixed .logo {
    top: 4px;
    width: 70%;
}

.navigation_bar.stricky-fixed .logo img {
    width: 115px
}

.navigation_bar.stricky-fixed .navigation .menu ul>li>a {
    color: #333
}

.navigation_bar.stricky-fixed .navigation .menu ul {
    margin: 5px 0px 0px;
}

.navigation {
    float: right;
    width: 100%;
    position: relative;
    margin: 0px 0 0px;
    /*background: #f1f3f6;*/
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: #efc406;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    padding: 0px;
    margin: 0px;
}

.navigation .menu {
    display: block;
    margin: 0px 0px;
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
}

.navigation .menu ul>li {
    display: inline-block;
    position: relative
}

.navigation .menu ul>li>a {
    padding: 0px;
    display: block;
    color: #ccc;
    text-transform: capitalize;
    transition: all .3s ease;
    font-size: 16px;
    background: 0 0;
    letter-spacing: -0.5px;
    font-family: OpenSans-Regular;
    text-transform: uppercase;
    margin: 10px;
}

.navigation .menu ul>li>a:active,
.navigation .menu ul>li>a:hover,
.navigation .menu ul>li>a:focus {
    text-decoration: none;
    outline: none
}

.navigation .menu ul>li>a i {
    padding-left: 5px;
    font-size: 15px
}

.navigation_bar.stricky-fixed .menu ul>li>a {
    /* padding: 10px 15px;*/
}

.navigation .menu ul>li:last-child>a {
    border: none;
    /*padding-right: 0*/
}

.navigation .menu ul>li.active a,
.navigation .menu ul>li:hover a {
    color: #efc406;
    background: 0 0;
    border-bottom: 1px solid #efc406;
}

.navigation .menu ul>li>ul.cs-dropdown {
    top: 100%;
    left: 0
}

.navigation .menu ul>li>ul.cs-dropdown.align-right {
    right: 0;
    left: auto
}

.navigation .menu ul>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown.align-right {
    right: 100%;
    left: auto
}

.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1
}

.navigation .menu ul>li ul.cs-dropdown {
    position: absolute;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
    background: #fff;
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

/*.navigation .menu ul > li:first-child ul.cs-dropdown {width: 400px}
.navigation .menu ul > li:first-child ul.cs-dropdown li {width: 50%; float: left;}
.navigation .menu ul > li:last-child ul.cs-dropdown{right: 0!important; left: auto!important}*/
.navigation .menu ul>li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    text-align: left;
    width: 100%;
    float: left;
}

.navigation .menu ul>li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul>li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul>li ul.cs-dropdown li:hover>a {
    color: #222222
}

.navigation .menu ul>li ul.cs-dropdown li a {
    color: #333;
    font-size: 15px;
    padding: 8px 15px;
    position: relative;
    display: block;
    transition: all .3s ease;
    text-transform: capitalize;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
    border: 0px;
}

.navigation .menu ul>li ul.cs-dropdown li a:before,
.navigation .menu ul>li ul.cs-dropdown li a:after {
    display: none
}

.navigation .menu ul>li ul.cs-dropdown li a i {
    float: right
}

.navigation .menu ul>li ul.cs-dropdown li a:hover {
    color: #fff;
    background: #efc406
}

.navigation ul .cs-submenu>a>.button,
.navigation ul .cs-submenu>a>button {
    display: none
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.snip-slide-nav {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.snip-slide-nav * {
    box-sizing: border-box;
}

.snip-slide-nav li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0;
    padding: 0;
}

.snip-slide-nav a {
    padding: 0.5em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
}

.snip-slide-nav a:before,
.snip-slide-nav a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip-slide-nav a:before,
.snip-slide-nav .active a:before {
    bottom: 0;
    display: block;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #efc406;
    left: 0px;
}
/*Webpulse Solution Pvt. Ltd.*/
.snip-slide-nav a:after {
    left: 0;
    top: 0;
    padding: 0em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}

.snip-slide-nav a:hover:before,
.snip-slide-nav .current a:before {
    opacity: 1;
    width: 100%;
}

.snip-slide-nav a:hover:after,
.snip-slide-nav .current a:after {
    max-width: 100%;
}


.masthead-video {
    height: 700px;
    overflow: hidden
}

@media(max-width: 768px) {
    .navigation_bar.stricky-fixed .nav_menutop {
        display: none;
    }

    .navigation_bar.stricky-fixed .logo {
        margin: 0px 0px;
    }

    .masked {
        position: relative;
    }

    .top-contact {
        margin: 0px !important;
        text-align: left !important;

    }

    .navigation_bar.stricky-fixed .top-contact {
        display: none !important
    }

    .as-seen-section .as-see-hd,
    .working-with-section .wws-hd {
        font-size: 24px !important
    }

    .working-with-section .wws-hd {
        font-size: 14px !important;
        line-height: normal
    }

    .working-with-section p {
        letter-spacing: -1px !important
    }

    .working-with-section .ww-titles {
        font-size: 14px !important
    }


}

@media (min-width: 992px) {
    .masthead-video.masked {
        height: 700px !important;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .masthead-video.masked .video {
        top: 0px !important;
        width: 100% !important;
        position: relative;
    }
}

/* .video {
    position: relative;
    top: -62px;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
} */


.mobile * {
    background-attachment: scroll !important;
}

.as-seen-section {
    padding: 20px 0 25px !important;
    background: #f7f7f7;
    text-align: center;
    margin-top: -10px;
}

.as-seen-section .as-see-hd {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0px;
    font-family: OpenSans-Bold;
    color: #4B4B4C;

}

.as-seen-section .logo-section {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.working-with-section {
    margin: 20px 0px;
    text-align: center;
    padding: 20px 0;
    background: #fff;
}

.working-with-section .wws-hd {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0px;
    font-family: OpenSans-Bold;
    color: #4B4B4C;
}

.working-with-section .ww-titles {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin: 30px 0px;
    font-family: OpenSans-Bold;
    line-height: normal;
}

.working-with-section p {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0px;
}

.bettry-pro-section {
    background-color: #f7f7f7;
}

.video-section {}

.karacus_video {
    float: left;
    width: 100%;
    margin: 15px 0px 30px;
    padding: 0;
    position: relative
}

.karacus_video img {
    width: 100%;
}

.karacus_video iframe {
    width: 100%;
    height: 320px;
    margin-bottom: 15px;
    padding: 0
}

.karacus_video .video_title {
    color: #1178ba;
    font-size: 22px;
    margin-bottom: 18px;
    font-variant: normal;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    width: 100%;
    text-align: center
}

.vd_button {
    width: 70px;
    height: 50px;
    border: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 10%;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
    padding: 0 0px 0 5px;
    outline: none;
    text-align: center;
    line-height: 50px;
}

.vd_button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 0, 0, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 0, 0, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 0, 0, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 0, 0, 0);
    }
}




.col-pie {
    display: inline-block;
    margin-bottom: 20px;
}

.chart {
    display: inline-block;
    margin: 0 0px;
    position: relative;
    color: #4d606f
}

.chart-content {
    position: absolute;
    top: 30%;
    left: auto;
    right: 40px;
    text-align: center
}

.chart-title {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 7px;
    line-height: normal;
    width: 100px
}

.chart-number {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #323c46
}

.line {
    display: block;
    width: 40px;
    margin: 12px auto;
    border-radius: 3px;
    border-top: 3px solid #ec7550
}

.chart-type {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
}

@media(min-width:992px) {
    .row-padding {
        margin-left: -40px;
        margin-right: -40px
    }
}

@media(max-width:414px) {
    .chart canvas {
        width: 100% !important;
        height: 100% !important;
    }

    .chart-content {
        right: 20px !important;
    }

    .chart-title {
        width: 120px;
    }

    .listing_image_right {
        width: 100% !important;
    }

    .working-with-section .wws-hd {
        margin-bottom: 25px !important
    }

    .working-with-section h3 {
        font-size: 11px !important;
        margin: 3px 0px !important;
    }

    .working-with-section p {
        margin-top: 20px !important;
    }
}

.advantage-section {
    margin: 30px 0px;
    background-color: #f7f7f7;
}

.advantage-section .as-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin: 20px 0px 50px;
    font-family: OpenSans-Bold;
    color: #4B4B4C;
}

#brand-logo-sec.masthead-video.masked {
    height: 220px !important;
    width: 100%;
    display: block;
    background: #fff;
}

#brand-logo-sec.masthead-video.masked .video {
    height: 220px !important;
    left: 50% !important;
    padding-top: 0;
}

#brand-logo-sec.masthead-video.masked .opener {
    padding: 0 !important;
}

.masthead-video.masked .opener.rel-1 .lead.col-lg-6 {
    display: none;
}

.about-us-section {
    background-color: #f7f7f7;
    /* padding: 45px 0px; */
    /* margin-top: -14px; */
}

.about-us-section h1 {
    position: relative;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    color: #4B4B4C;
}

.about-hd-text {
    font-size: 30px;
    letter-spacing: -1px;
    color: #efc406 !important;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #b27f06;
    text-align: center;
    line-height: 50px;
    margin: 10px 0 24px;
    position: relative;
}

.about-hd-text:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    left: 0px;
}

.about-hd-text:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    top: 100%;
    right: 0px;
}

.about-us-section p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.52;
    color: #909090;
}

/* .about-us-section h4{
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #4B4B4C;
    margin: 20px 0 0;
} */
.about-us-section ul {
    list-style: none;
    padding-left: 0;
}

.about-us-section ul li {
    margin: 0px 0px 0px;
    color: #909090;
    font-size: 15px;
}

.about-us-section ul li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #efc406;
    font-size: 18px;
    font-weight: 900;
    padding-right: 5px;
}

.about_area h1 {
    font-size: 26px;
    letter-spacing: 0px;
    color: #efc406;
    /*text-transform: uppercase;*/
    text-shadow: 1px 1px 0 #b27f06;
    text-align: center;
    line-height: 50px;
    margin: 10px 0 24px;
    position: relative;
}

.about_area h1:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    left: 0px;
}

.about_area h1:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    top: 100%;
    right: 0px;
}

.pd-lr-50 {
    padding: 0px 50px;
}

.our-production-works {
    padding: 30px 0px;
}


.our-production-works .opw-hd {
    position: relative;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    color: #4B4B4C;
    text-transform: uppercase;
}

.any-question {
    background: #efc406;
    padding: 70px 0;
    clear: both;
}

.any-question h4 {
    color: #000;
    font-size: 32px;
    margin: 0px;
    padding: 0px;
}

.any-question p {
    color: #000;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: normal;
}

.any-question .enquire-now-btn {
    position: relative;
    display: inline-block;
    background: #efc406;
    border: 2px solid #efc406;
    padding: 15px 42px 15px;
    height: 50px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    letter-spacing: .05em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    border: 2px solid #000;
    color: #000;
    line-height: normal;
    text-transform: uppercase
}

.any-question .enquire-now-btn:hover {
    background-color: #000 !important;
    color: #efc406 !important;
}

.w100 {
    width: 100%
}


footer {
    background: #fff;
    clear: both;
    display: block;
    width: 100%;
    float: left;
    text-align: center
}

footer h5 {
    position: relative;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    color: #4B4B4C;
}

footer .contact-foot {
    text-align: center;
}

footer .contact-foot i {
    color: #efc406;
}

footer .contact-foot h5 {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

footer .contact-foot p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.52;
    color: #909090;
}

.bdr-lr {
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
}

.foot-social-links {
    margin-bottom: 10px;
}

.foot-social-links li {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
}

.foot-social-links .fa-facebook {
    background: #666666;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 30px;
    padding-top: 5px;
    border-radius: 30px;
}

.foot-social-links .fa-twitter {
    background: #666666;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding-top: 5px;
    border-radius: 30px;
}

.foot-social-links .fa-instagram {
    background: #666666;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding-top: 5px;
    border-radius: 30px;
}

.footerlinks {
    width: 100%;
    float: left;
    display: block;
    margin: 20px 0px;
}

.copyright {
    text-align: center;
    margin: 10px 0px 0px;
}

.copyright p {
    padding: 10px 0;
    color: #909090;
    font-size: 14px;
    text-align: center
}

.copyright p a {
    color: #909090;
    text-decoration: none;
}

.copyright p a:hover {
    color: #efc406
}

.foot-links {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
}

.foot-links li {
    display: inline-block;

}

.foot-links li a {
    padding: 0px 15px;
    border-right: 1px solid #dddddd;
}

.foot-links li:last-child a {
    border: 0px;
}

.foot-links li a:hover {
    color: #efc406
}

.breadcrumb-bg {
    width: 100%;
    height: 300px;
    /*background-attachment: fixed !important;*/
    /*background-size: cover !important;*/
    margin: 0 auto;
    position: relative;
    /* z-index: 0; */
    overflow: hidden;
    background-position: top left !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

.breadcrumb-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
    height: 100%;
}

.breadcrumb-text {
    position: relative;
    float: left;
    background: linear-gradient(0deg, rgba(245,185,0,1) 0%, rgba(202,153,0,1) 100%);
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin-top: 50px;
    color: white;
}

.breadcrumb-text h1 {
    color: #fff;
    margin-bottom: 50px;
    margin: 0px;
    font-size: 30px;
    font-family: 'OpenSans-Bold';
}

/* .breadcrumb-text h1 a{
    color:#fff;
    font-size: 25px; border:0px;
} */
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb-text ul li {
    color: #efc406
}

.breadcrumb-text ul li a {
    color: #ccc
}

.bread-bg {
    padding: 15px 0 15px;
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
}

.bread-bg .breadcrumb {
    padding: 0px;
    margin: 0px;
    text-align: left
}

.breadcrumb .active a,
.breadcrumb a:hover {
    color: #efc406;
}

.back-to-top {
    position: fixed;
    z-index: 8030;
    bottom: 10px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #000;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: #e1e0de;
}

.back-to-top:hover {
    background: #efc406;
    color: #fff;
}

.contact-area {
    width: 100%;
    float: left;
}

.contact-area h1 {
    font-size: 30px;
    letter-spacing: -1px;
    color: #efc406;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #b27f06;
    text-align: center;
    line-height: 50px;
    margin: 10px 0 24px;
    position: relative;
}

.contact-area h1:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    left: 0px;
}

.contact-area h1:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    top: 100%;
    right: 0px;
}

.contact-area .section-title .title-text {
    font-size: 30px;
    position: relative;
    padding: 0px 0px 30px;
    margin: 0px;
}

.contact-area .section-title .title-text:after {
    height: 4px;
    width: 100px;
    content: "";
    background: #efc406;
    position: absolute;
    top: 45px;
    left: 46%;
}

.contact-form .form-control {
    height: 50px;
    padding: 10px 20px;
    font-size: 14px;
    color: #0e314c;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: none
}

.contact-form .form-control:focus {
    outline: 0;
    background: #ffffff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #efc406;
}

.contact-form .btn-primary {
    background: #efc406;
    color: #333;
    border: 0px;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 35px;
    margin: 25px 0px;
}

.contact-form .btn-primary:hover {
    background: #252525;
    color: #fff;
}

.contact-form textarea.form-control {
    height: 200px;
}

.contact-form label {
    margin: 0px;
    font-size: 15px
}

.map450 {
    width: 100%;
    height: 580px;
    padding: 15px;
    border: 1px solid #ccc !important;
    margin: 30px 0px 0px;
}

.products-area {
    margin-bottom: 50px;
}

.products-area h2{
    font-size: 25px;
    letter-spacing: -1px;
    color: #efc406;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #b27f06;
    text-align: center;
    line-height: 50px;
    margin: 10px 0 24px;
    position: relative;
    margin-bottom: 50px;
}

.products-area h2:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    left: 0px;
}

.products-area h2:after{
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    top: 100%;
    right: 0px;
}


.products-area h4.heading2 {
    background: #b27f06;
    background: -moz-linear-gradient(left, #b27f06 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #b27f06 0%, #ffffff 100%);
    background: linear-gradient(to right, #b27f06 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b27f06', endColorstr='#ffffff', GradientType=1);
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 20px;
}

.products-area .show-results {
    font-family: 'OpenSans-Bold'
}

.products-area .product-box {
    margin: 15px 0px;
    border: 1px solid #ccc;
    padding: 0px 15px 15px;
    transition: 0.3s
}

.products-area .product-box:hover {
    box-shadow: 0px 0px 10px #999;
    border: 1px solid transparent;
}

.products-area .product-name {
    font-family: "OpenSans-Bold";
    margin-top: 15px;
    text-align: left;
}

.listing_image_right {
    float: right;
    width: 300px;
    border: 1px solid #ccc;
    margin-left: 15px;
}

.listing_image_right .viewmore {
    background: #dfdcde;
    color: #515151;
    padding: 5px 25px;
    font-family: OpenSans-Bold;
    font-size: 15px;
    outline: none;
    display: block;
    text-transform: uppercase;
    transition: 0.3s;
    text-decoration: none;
}

.listing_image_right:hover .viewmore {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b27f06+0,d0b168+100 */
    background: #b27f06;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b27f06 0%, #d0b168 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b27f06 0%, #d0b168 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b27f06 0%, #d0b168 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b27f06', endColorstr='#d0b168', GradientType=1);
    /* IE6-9 */
    color: #fff;
    padding: 5px 25px;
    font-family: OpenSans-Bold;
    font-size: 15px;
    outline: none;
    display: block;
    text-transform: uppercase
}

.listing_image_right img {
    width: 100%;
}

.short-by-tab {
    margin: 10px 0px;
    color: #fff;
}

.short-by-tab select {
    color: #222;
    border: 1px solid #ccc;
    outline: none;
    margin-left: 5px;
    padding: 5px 25px;
}

.details-img-custom {
    width: 100%;
    margin: auto;
    position: relative;
}

.single-product-image {
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.h250 {
    height: 250px;
    box-shadow: 0px 0px 10px #ccc;
}

.single-product-image img {
    position: absolute;
    /*padding: 8px;*/
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    /*    height: 100%;*/
}

.blur-img {
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
}

.blur-img img {
    width: 100%;
    height: 100%;
    padding: 0px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.main-img {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.readmore {
    background: #dfdcde;
    color: #515151;
    padding: 10px 25px;
    border-radius: 25px;
    font-family: OpenSans-Bold;
    font-size: 15px;
    outline: none;
}

.products-area .product-box:hover .readmore {
    background: #efc406;
    color: #333
}


/* Blog page */
.blog_wrapper_inner {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #ebebeb;
}

.blog_wrapper_inner .single_blog {
    overflow: hidden;
    border-right: 0;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.blog_wrapper_inner .single_blog figure {
    padding: 0;
    margin: 0;
}

.blog_wrapper_inner .blog_thumb {
    float: left;
    width: 100%;
}

.blog_wrapper_inner .blog_content {
    width: 100%;
    float: left;
    text-align: left;
    padding: 15px 0px;
}

.blog_wrapper_inner .blog_thumb iframe {
    height: 325px;
    width: 100%;
}

.blog_wrapper_inner .blog_content h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0;
}

.blog_wrapper_inner .blog_content h4 a {
    color: #4B4B4C;
    font-family: 'OpenSans-Bold'
}

.blog_wrapper_inner .blog_content h4 a:hover {
    color: #efc406;
}

.blog_wrapper_inner .blog_meta {
    margin-bottom: 17px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
}

.blog_wrapper_inner .blog_meta span {
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
}

.blog_wrapper_inner .blog_meta span.author {
    margin-right: 4px;
}

.blog_wrapper_inner .blog_meta span.author a {
    margin-right: 5px;
    display: inline-block;
}

.blog_wrapper_inner .blog_meta span a {
    display: inline-block;
}

.blog_wrapper_inner .blog_desc {}

.blog_wrapper_inner .blog_desc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.blog_wrapper_inner .btn_more a {
    background: #dfdcde;
    color: #515151;
    padding: 10px 25px;
    border-radius: 25px;
    font-family: OpenSans-Bold;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
}

.blog_wrapper_inner .btn_more a:hover {
    background: #efc406;
    color: #333
}

.post ul li {
    padding: 5px 0;
}

.category_list ul li .pro-media {
    float: left;
    padding: 0 15px 0 0;
    width: 110px;
}

.category_list ul li .pro-media a img {
    height: 50px
}

.pro-detail-info {
    margin-left: 110px;
}

.pro-detail-info a {
    line-height: 20px;
    padding: 0 !important;
    padding: 0 10px 0px 0px !important;
}

.post ul li a:hover,
.post ul li a:focus {
    background: transparent !important;
    color: #222 !important;
}

.blog_details {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ebebeb;
}

.blog_details .single_blog {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
}

.post_header {
    margin-bottom: 28px;
}

.post_header h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 7px;
}

.blog_details .blog_meta {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
    margin-bottom: 0;
}

.blog_wrapper .blog_meta span {
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
}

.blog_wrapper .blog_meta span.author {
    margin-right: 4px;
}

.blog_wrapper .blog_meta span a {
    color: #efc406;
    display: inline-block;
}

.blog_wrapper .blog_meta span.author a {
    margin-right: 5px;

}

.blog_details .blog_thumb {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.blog_details .blog_content {
    width: 100%;
    padding-top: 22px;
}

.blog_details .post_content>p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 15px;
}

.blog_details .post_content blockquote {
    margin: 25px 0 25px 40px;
    font-style: italic;
    padding: 30px 45px;
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    border-left: 4px solid #efc406;
}

.blog_details .post_content blockquote p {
    font-size: 16px;
}

.entry_content {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
}

.entry_content .post_meta {
    margin-bottom: 0;
}

.entry_content .post_meta span {
    font-weight: 500;
    display: inline-block;
    font-size: 13px;
}

.related_posts {
    border-top: 1px solid #ebebeb;
    padding: 57px 0 50px;
}

.related_posts h3 {
    font-size: 14px;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.related_thumb {
    margin-bottom: 15px;
}

.related_thumb img {
    width: 100%;
}

.related_content h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.related_content h4 a {
    color: #222222;
}

.related_content .blog_meta {
    border-bottom: 0;
    padding-bottom: 0;
}

.related_content .blog_meta span {
    font-size: 12px;
    line-height: 22px;
}

.comments_box {
    margin-bottom: 58px;
}

.comments_box h3 {
    font-size: 14px;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.comment_list {
    overflow: hidden;
    margin-bottom: 30px;
}

.comment_list .comment_thumb {
    display: inline-block;
    float: left;
}

.comment_list .comment_content {
    margin-left: 70px;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 15px;
}

.comment_list .comment_content p {
    margin-bottom: 0;
    font-size: 14px;
}

.comment_list.list_two {
    padding-left: 50px;
}

.comments_form h3 {
    font-size: 14px;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.comments_form p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 12px;
}

.comments_form form label {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.comments_form form textarea {
    width: 100%;
    height: 200px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    resize: none;
    padding: 10px;
}

.comments_form form input {
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 0 20px;
}

.comments_form form button {
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    border: 0;
    line-height: 36px;
    background: #222222;
    font-weight: 500;
}

.comments_form form button:hover {
    background: #efc406;
    color: #fff;
}


.left_title {
    background: #666666;
    padding: 7px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: 600;
}

.category_list ul {
    margin: 0 0 20px;
    padding: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.category_list ul li {
    text-transform: capitalize;
    display: block;
    color: #888;
    font-size: 14px;
    line-height: 34px;
    position: relative;
    border-bottom: 1px solid #eee
}

.category_list ul li a {
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    font-family: 'OpenSans-Bold';
}

.category_list ul li a:hover,
.category_list ul li a:focus {
    background: #888888;
    color: #fff;
    outline: 0;
}

.blog_details .social_sharing {
    display: flex;
    align-items: center;
}

.blog_details .social_sharing p {
    font-size: 13px;
    text-transform: capitalize;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 13px;
    font-weight: 500;
    padding: 0px;
}

.blog_details .social_sharing ul li {
    display: inline-block;
}

.blog_details .social_sharing ul li a {
    background: #e6e6e6;
    border-radius: 100%;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    text-align: center;
    width: 26px;
}

.blog_details .social_sharing ul li:first-child a {
    padding-left: 0;
    border-left: 0;
}


/*----photo gallery-------*/
.photo-gallery h1 {
    font-size: 30px;
    letter-spacing: -1px;
    color: #efc406 !important;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #b27f06;
    text-align: center;
    line-height: 50px;
    margin: 10px 0 24px;
    position: relative;
}

.photo-gallery h1:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    left: 0px;
}

.photo-gallery h1:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    top: 100%;
    right: 0px;
}

.f-box2 {
    width: auto;
    height: auto;
    margin: 10px;
    font-size: 41px;
    color: #000;
    text-align: center;
    transition: .4s
}

.f-box2 img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
}

.photo_row {
    margin-left: -10px;
    margin-right: -10px
}

.gallery_item .hover_effect {
    height: 250px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px
}

.gallery_item_info h4 {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: 'OpenSans-Bold';
    min-height: 40px;
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%
}

.hover_effect {
    display: block;
    position: relative;
    background: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.hover_effect:after {
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.hover_effect img {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.hover_effect:hover img {
    /*-webkit-transform:scale(1.1);transform:scale(1.1);*/
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4
}

.hover_effect:hover {
    background: #1dc1f8
}

.hover_effect:hover {
    background: #333
}

.hover_effect:after {
    content: "\f0c1"
}

.hover_effect:after {
    content: "\f00e"
}

.view_full_btn {
    padding: 10px 35px;
    background: #333;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #333;
    margin-top: 20px
}

.view_full_btn:hover,
.view_full_btn:focus {
    background: transparent;
    color: #333;
    border-color: #333
}

.white-bg {
    background: #fff;
}

/*------------detail tabs------------*/
.detail-panel h1 {
    margin-top: 0px;
}

.modals-hd {
    background: #efefef;
    display: block;
    padding: 5px 15px;
    font-family: 'OpenSans-Bold';
    border-left: 5px solid #ccc;
    margin-bottom: 10px;
}

.detail-tabs .nav-tabs>li.active>a,
.detail-tabs .nav-tabs>li.active>a:focus,
.detail-tabs .nav-tabs>li.active>a:hover {
    border-bottom: 2px solid #efc406;
    color: #efc406;
    border-radius: 0px;
    padding: 0px 15px 10px;
}

.detail-tabs .nav-tabs>li.active>a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #efc406;
    bottom: -15px;
    left: 58%;
    margin-left: 0px;
    border: 7px solid #efc406;
    border-color: #efc406 #efc406 transparent transparent;
    transform-origin: 0 0;
    transform: rotate(135deg);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
}

.detail-tabs .nav-tabs>li>a {
    color: #000;
    border: 0px;
    border-radius: 0px;
    padding: 0px 15px 10px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}

.detail-tabs .tab-content {
    /*border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd;*/
    padding: 20px 0px;
}

.detail-tabs {
    margin-bottom: 30px;
    margin-top: 0px;
}

.detail-tabs table {
    width: 100%;
}

.detail-tabs table tr td {
    border: 1px solid #ccc;
    padding: 5px 15px;
    line-height: 30px;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #333;
    text-align: justify;
    font-weight: 400;
}

.detail-tabs table tr td:first-child {
    width: 30%;
}

.discription-listing {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.discription-listing li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px 1%;
    margin: 0px;
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
}

.discription-listing li {
    width: 50%;
    background: #f5f5f5;
    font-family: 'OpenSans-Bold';
    font-size: 14px;
}

.discription-listing li:nth-child(2n) {
    background: #fff;
    width: 50%;
    font-family: 'OpenSans-Regular'
}

@media (max-width:480px) {

    .discription-listing li,
    .discription-listing li:nth-child(2n) {
        width: 100%;
    }

    .nav-tabs>li {
        display: block;
        float: none
    }

    .blog_details .blog_thumb img {
        width: 100%;
    }

    .blog_details .post_content blockquote {
        margin: 0px 0px 10px;
        padding: 15px;
    }

    .entry_content {
        display: block
    }

    .entry_content .post_meta {
        line-height: normal
    }

    .blog_details .social_sharing {
        margin-top: 10px;
    }

    .any-question h3,
    .any-question p {
        margin-bottom: 15px;
    }

    .any-question h3 {
        font-size: 30px;
    }

    #brand-logo-sec.masthead-video.masked .video {
        height: 188px !important;
        left: 0% !important;
        padding-top: 0px !important;
    }
}

.note {
    font-family: 'OpenSans-semiBold';
    line-height: normal;
    font-size: 15px;
}

.content-are {
    border-top: 1px solid #ccc;
    padding: 10px 0px 0px;
}

.cb {
    clear: both
}

.cb10 {
    clear: both;
    height: 10px
}

.cb20 {
    clear: both;
    height: 20px
}

.cb30 {
    clear: both;
    height: 30px
}

.cb40 {
    clear: both;
    height: 40px
}

.cb50 {
    clear: both;
    height: 50px
}

/*-----our gallery---------*/
/* Gallery Page */
.our-gallery {
    margin: 0px 0px 50px;
}

.our-gallery h1 {
    font-size: 30px;
    letter-spacing: -1px;
    color: #efc406;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #b27f06;
    text-align: center;
    line-height: 50px;
    margin: 10px 0 24px;
    position: relative;
    margin-bottom: 50px;
}

.our-gallery h1:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    left: 0px;
}

.our-gallery h1:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #efc406;
    width: 50%;
    top: 100%;
    right: 0px;
}

.gallery_category {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    clear: both
}

.gallery_category:before {
    position: absolute;
    content: "";
    right: 20px;
    bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.90);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4);
    opacity: 0;
    top: 20px;
    left: 20px;
    z-index: 1;
    transition: all .4s ease
}

.gallery_category:before {
    opacity: 1
}

.gallery_category .gallery_image {
    transform: scale(1.5) translateY(0);
    transition: all .4s ease-in-out
}

.gallery_category:hover .gallery_image {
    transform: scale(1.5) translateY(-12px)
}

.gallery_category .gallery_image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 285px;
}

.gallery_category .gallery_image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.gallery_category .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%
}

.gallery_category:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0
}

.gallery_category:hover:after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

.gallery_category:after {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.gallery_category .caption h3 {
    color: #fff;
    margin-bottom: 10px;
    transform: translateY(20px);
    transition: all .5s ease-in-out;
    opacity: 0
}

.gallery_category .caption p {
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: all .5s ease-in-out
}

/*.gallery_category:hover .caption h3,.gallery_category:hover .caption p{opacity:1;transform:translateY(0px)}*/
.gallery_category .caption h3,
.gallery_category .caption p {
    opacity: 1;
    transform: translateY(0px)
}

.gallery_category:hover .caption h3 {
    color: #efc406;
}

.gallery_category .link-wrap {
    position: absolute;
    top: calc(50% - 30px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10
}

.gallery_category .link-wrap i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all .5s ease-in-out
}

/*.gallery_category .link-wrap a:first-child{transform:translateY(-30px);margin-right:5px}
.gallery_category .link-wrap a:last-child{transform:translateY(-60px)}*/
/*.gallery_category:hover .link-wrap a{opacity:1;transform:translateY(0px)}*/
.gallery_category .link-wrap i {
    opacity: 1;
    transform: translateY(0px)
}

.gallery_category .link-wrap i:hover {
    background-color: rgba(255, 255, 255, 0.4)
}



.modal-content {
    border-radius: 0
}

.modal-header {
    padding: 15px;
    background: #b27f06;
    background: -moz-linear-gradient(left, #b27f06 0%, #d0b168 100%);
    background: -webkit-linear-gradient(left, #b27f06 0%, #d0b168 100%);
    background: linear-gradient(to right, #b27f06 0%, #d0b168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b27f06', endColorstr='#d0b168', GradientType=1);
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-family: "OpenSans-Bold";
}

.close {
    float: right;
    font-size: 23px;
    font-weight: 600;
    line-height: 2;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 99;
    outline: none;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: .9
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center
}

.modal-body input,
.modal-body select,
.modal-body input[type="number"] {
    width: 100%;
    padding: 5px 12px;
    border-radius: 0;
    line-height: 40px;
    height: 40px;
}

.modal-body h4 {
    font-size: 20px;
    font-family: "OpenSans-Bold";
    margin-bottom: 18px;
}

.modal-body textarea {
    width: 100%;
    height: 120px;
    padding: 5px 12px;
    border-radius: 0
}

.modal-body select {
    width: 100%
}

.pac-container {
    z-index: 100000
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}


.enquiry_now_btn,
.modal_btn {
    /* float: left; */
    background: #b27f06;
    background: -moz-linear-gradient(left, #b27f06 0%, #d0b168 100%);
    background: -webkit-linear-gradient(left, #b27f06 0%, #d0b168 100%);
    background: linear-gradient(to right, #b27f06 0%, #d0b168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b27f06', endColorstr='#d0b168', GradientType=1);
    color: #fff;
    padding: 5px 25px;
    font-family: OpenSans-Bold;
    font-size: 15px;
    outline: none;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    transition: 0.3s;
    border: none;
}

.enquiry_now_btn:hover,
.modal_btn:hover,
.enquiry_now_btn:focus,
.modal_btn:focus {
    background: #dfdcde;
    color: #515151;
    text-decoration: none
}

.fancybox-caption-wrap {
    text-align: center;
    position: relative
}

.fancybox-caption {
    border-top: 1px solid transparent !important;
    padding: 0px !important
}

.wps_right {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px
}

.market_area h3 {
    float: left;
    display: block
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    display: inline-block;
    float: left
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px 0;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd
}

.market-list li a:hover {
    background: #b27f06;
    color: #fff !important
}
/*Webpulse Solution Pvt. Ltd.*/
/*.left_sidebar{float:left;width:100%;margin:0 0 25px;padding:0}
.left_sidebar .left_title{float:left;width:100%;padding:8px 10px;margin:0;line-height:30px;background:#efc406;font-size:24px;color:#fff;font-weight:600}
.left_sidebar form{float:left;width:100%;background:#fff;padding:10px 10px 10px}
.left_image{float:left;width:340px;margin:0 15px 15px 0;text-align:center}
.left_image.left_centered{width:100%;position:relative;padding:0;min-height:260px;overflow:hidden;border:1px solid #eee}
.left_image .left_centered .image{width:100%;text-align:center;overflow:hidden;position:relative;height:260px;transition:transform .5s ease}
.left_image .left_centered .image img{position:absolute;max-width:100%;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;max-height:100%}
.left_image:hover .left_centered .image{transform:scale(1.1)}*/

.left_sidebar {
    box-shadow: 0px 0px 10px #ccc;
}

.quick_form {
    padding: 10px;
}

.top-contact {
    margin: 30px 0px 0;
    color: #ccc;
    text-align: right;
}

.top-contact a {
    color: #ccc;
    font-family: 'OpenSans-Bold';
}

.top-contact a:hover {
    color: #efc406;
}

.navigation_bar.stricky-fixed .top-contact {
    margin: 15px 0px 0px;
    color: #333;
}

.navigation_bar.stricky-fixed .top-contact a {
    color: #333;
    font-family: 'OpenSans-Bold';
}

video {
    width: 100%;
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 25px;
    bottom: 85px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    text-decoration: none;
}

.whatapp_btn i {
    font-size: 30px;
}

.whatapp_btn:hover,
.whatapp_btn:focus {
    background: #01e675;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

#whatsapp .modal-dialog {
    margin-top: 15%;
}

@media(max-width:768px) {
    .as-seen-section .logo-section {
        height: 50px;
    }

    .as-seen-section .logo-section img {
        width: 100%;
    }

    .masthead-video {
        height: auto;
    }

    .video {
        top: 0;
    }
}

.leftimg {
    width: 500px;
    float: left;
}

.leftimg-mb40 {
    margin-bottom: 40px
}

.leftimg-mb55 {
    margin-bottom: 55px
}

@media(max-width:414px) {
    .leftimg {
        width: 100%;
        margin-bottom: 0px !important;
        margin-top: 30px
    }

}

.aboutUs {
    top: 0px;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background: white;
}

.aboutVideo {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    height: 223px;
    margin-top: 100px !important;
    overflow: hidden;
    padding: 0;
    position: relative;
    background: #fff;
}

.aboutVideo video {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%) scale(1.5);
}

@media(max-width:480px) {
    .aboutVideo video {
        transform: translate(-50%, -50%) scale(1.3);
    }
}

.our-impotance {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0;
}

.our-impotance h3 {
    position: relative;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    color: #4B4B4C;
    text-transform: uppercase;
    text-align: center
}

.our-impotance p {
    color: #333;
    text-align: center
}

.our-impotance ul {
    display: block;
    text-align: center;
    padding: 0;
}

.our-impotance ul li {
    float: left;
    display: block;
    margin-bottom: 64px;
    border-right: 1px #ccc solid;
    position: relative;
}

.our-impotance ul li .inner {
    display: block;
    padding: 30px;
    float: left;
    width: 100%;
}

.our-impotance ul li .inner img {
    width: 80px;
}

.our-impotance ul li:nth-child(3n) {
    border-right: none;
}

.our-impotance ul li:nth-child(n+4):after {
    display: none;
}

.our-impotance ul li:nth-child(n+4) {
    margin-bottom: 0px;
}

.our-impotance ul li:after {
    width: 80%;
    height: 1px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    display: block;
    position: absolute;
    bottom: -35px;
    content: "";
    background: #ccc;
}

.equal-hight {
    height: 170px;
}

.our-impotance ul li h3 {
    display: block;
    padding: 10px 0 5px 0;
    font-size: 18px;
    color: #000;
    text-transform: inherit;
    line-height: 24px;
    margin-bottom: 0px;
}

.our-impotance ul li h3 span {
    display: block;
}

.our-impotance ul li p {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-align: center
}

.webpulse-home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f0f0f0;
}

.webpulse-home_blog .aboutTitle {
    position: relative;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    color: #4B4B4C;
    text-transform: uppercase;
    text-align: center;
    margin: -27px 1px 11px 0px;
}

.blog-2 {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.blog-2 .bp {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%, 0 100%);
    width: 100%;
}

.blog-2 .blog-photo {
    position: relative;
}

.blog-2 .blog-photo img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top center;
}

.blog-2:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
}

.date-box span {
    font-size: 19px;
    display: block;
    line-height: 22px;
    color: #fff;
}

.blog-2 .date-box {
    position: absolute;
    top: 15px;
    font-size: 13px;
    color: #fff;
    width: 60px;
    height: 73px;
    text-align: center;
    padding-top: 10px;
    right: 19px;
    border-radius: 5px 5px 0 5px;
    background: #efc406;
}

.blog-2 .date-box:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 10px solid transparent;
    bottom: -10px;
    right: 0;
    border-right: 10px solid #efc406;
}

.blog-2 .detail {
    padding: 30px 20px 30px;
}

.blog-2 p {
    font-size: 15px;
    text-align: left;
    line-height: 20px;
}

.blog-2 h4 {
    text-align: left;
    margin: 0;
    padding: 0;
    min-height: 75px;
    display: flex;
    align-items: center;
}

.blog-2 h4 a {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.blog-2:hover h4 a {
    color: #efc406;
}

.blog-2 .read_more_btn {
    padding: 8px 25px;
    margin-bottom: 10px;
}

.blog-2:hover .read_more_btn {
    background: #efc406;
    color: #fff;
    border-color: #efc406;
}

.moreBtn {
    padding: 10px 30px;
    background: transparent;
    color: #0a2c3f;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #0a2c3f;
}

.moreBtn:hover,
.moreBtn:focus {
    background: #efc406;
    color: #0a2c3f;
    border-color: #efc406;
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #efc406;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog_b {
    margin-bottom: 20px;
    position: relative;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #efc406;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_news:last-child {
    margin-bottom: 0;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 154px;
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_news .title_h4 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
    text-align: left;
}

.right_news .title_h4 a {
    color: #333;
}

.right_news:hover .title_h4 a {
    color: #efc406;
}


/* New Blog Details Page */

.blog_details {
    float: left;
    width: 100%;
    background: #fff;
}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li:last-child {
    display: none;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    margin-bottom: 15px;
}

.blog_details_img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto 15px;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 550px;
    margin: 0 auto;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid #efc406;
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.fb-comments {
    width: 100%;
}

.why_us {
    margin: 0;
    padding: 60px 0 10px;
    background: #f5f5f5;
    font-family: OpenSans-Bold;
}

.why_us .why_us_bx {
    box-shadow: 0 0.3rem 1rem 1px rgba(0, 0, 0, .15);
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    border-bottom: 5px solid #e4a100;
    transition: 0.4s;
    margin-bottom: 25px;
    height: calc(100% - 25px);
    background: #fff;
    transition: 0.4s;
}

.why_us .why_us_bx:hover {
    transform: translateY(-10px);
}

.why_us .why_us_bx .why_ic {
    max-width: 70px;
    margin-bottom: 10px;
    transition: 0.7s;
    transition: 0.6s;
}

.why_us .why_us_bx:hover .why_ic {
    transform: rotateY(360deg);
}

.why_us .why_us_bx .why_ic img {
    max-width: 100%;
}

.why_us .why_us_bx .tit-bx {
    position: relative;
    z-index: 1;
}

.why_us .why_us_bx .tit {
    padding: 12px 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.why_us .why_us_bx .count {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 65px;
    color: #e4a100;
    font-weight: bold;
    z-index: -1;
    opacity: 0.15;
}

.why_us .why_us_bx p {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    text-align: start;
}

.head-box {
    margin-bottom: 40px;
}

.head-box .col-bx .sub {
    color: #e4a100;
    font-size: 14px;
    position: relative;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 12px;
    padding-left: 20px;
}

.head-box .col-bx .head {
    font-size: 30px;
}

.head-box .col-bx p {
    margin: 0;
    padding: 0;
    line-height: 24px;
    color: #808080;
    padding-top: 10px;
}

.head-box .col-bx .sub::before {
    content: "//";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(00%, -50%);
    color: #e4a100;
    font-weight: bold;
    font-size: 14px;
}

.advantage_sec {
    margin: 0;
    padding: 60px 0 40px;
    background: url(../images/advan-bg.jpg);
    font-family: OpenSans-Bold;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.advantage_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 36, 0.6);
    z-index: -1;
}

.advantage_sec .head-box {
    margin-bottom: 40px;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 30px;
}

.advantage_sec .head-box .col-bx .sub::before {
    color: #fff;
    left: -21px;
}

.advantage_sec .head-box .col-bx .sub::after {
    content: '\005C' '\005C';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.blog-sec .head-box .col-bx .sub::after {
    content: '\005C' '\005C';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    color: #e4a100;
    font-weight: bold;
    font-size: 14px;
}


.blog-sec .head-box .col-bx .sub::before {
    left: -21px;
}

.blog-sec .head-box {
    text-align: center;
}

.blog-sec .head-box .col-bx .sub {
    display: inline-block;
    padding: 0;
}

.advantage_sec .head-box .col-bx .sub {
    color: #fff;
    display: inline-block;
    padding: 0;
}

.advantage_sec .head-box .col-bx .sub {
    color: #fff;
    display: inline-block;
    padding: 0;
}

.advantage_sec .head-box .col-bx p {
    text-align: center;
    color: white;
}

.advantage_sec .head-box .col-bx .head {
    margin-bottom: 15px;
    color: #fff;
}

.advantage_sec .ad-bx {
    margin-bottom: 25px;
    text-align: center;
    transition: 0.4s;
}

.advantage_sec .ad-bx:hover {
    transform: translateY(-8px);
}

.advantage_sec .ad-bx .img-bx {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 7px solid #e4a100;
}

.advantage_sec .ad-bx .img-bx .count {
    position: absolute;
    right: 3px;
    bottom: 0;
    background: #e4a100;
    color: white;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantage_sec .ad-bx .img-bx img {
    max-width: 100%;
    display: block;
    transition: 0.6s;
}

.advantage_sec .ad-bx:hover .img-bx img {
    transform: rotateX(360deg);
}

.advantage_sec .ad-bx .tit {
    font-size: 20px;
    color: white;
    text-transform: capitalize;
}


.our-production-works .img-bx {
    position: relative;
    margin-top: 30px;
}

.our-production-works .img-bx img {
    display: block;
}

.our-production-works .img-bx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    transition: 0.4s;
}

.our-production-works .img-bx:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.our-production-works .img-bx .link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 100%;
    height: 0px;
    width: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e4a100;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    transition: 0.4s;
    z-index: 2;
}

.our-production-works .tit {
    text-align: center;
    padding: 10px;
    background: #333;
    color: white;
    font-weight: bold;
    transition: 0.4s;
}

.our-production-works .img-bx:hover~.tit {
    text-align: center;
    padding: 10px;
    background: #c88d00;
    color: white;
    font-weight: bold;
}

.our-production-works .tit:hover {
    text-align: center;
    padding: 10px;
    background: #c88d00;
    color: white;
    font-weight: bold;
}

.our-production-works .img-bx:hover .link {
    height: 35px;
    width: 35px;
}

.blog-sec {
    margin: 0;
    padding: 60px 0 40px;
    font-family: OpenSans-Bold;
}

.pauseVideo2,
.pauseVideo {
    background: #D78C02;
    width: 80px;
    height: 30px;
    color: #333;
    position: absolute;
    bottom: -4px;
    left: -1px;
    cursor: pointer;
    z-index: 999;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .16);
}

.pauseVideo svg,
.pauseVideo2 svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.breadcrumb-bg .container {
    position: relative;

}

.mt20 {
    margin-top: 20px;
}


.kvdcontainer {
    width: 550px;
    height: auto;
    margin: 60px auto 0px;
    text-align: center;
}

.koverlay {
    position: absolute;
    /*top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);*/
    top: 40%;
    left: 0%;
    right: 0;
    width: 100%;
    text-align: center;
}
.playVidDiv{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pauseVidDiv{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    width: 100%;
    text-align: center;
    display: none;
    height: 100%;
    align-items: center;
    justify-content: center;
}
video#kvideo {
    width: 100%;
}
.playVid,.pauseVid{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    outline: none;
    background:rgba(0, 0, 0, .3);
    border: 0;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.playVid svg,.pauseVid svg{
color: #fff;
width: 30px;
height: 30px;
}
.video-container {
    position: relative;
}

.kvdcontainer video {
    width: 550px;
    height: auto;
    margin: 0px auto 0px;
    text-align: center;
}

.video-control {
    position: absolute;
    left: 1em;
    bottom: 1em;
    min-width: 7.5em;
    padding: 0.5em 1em;
    text-align: left;
    border-radius: 9in;
    background: #FFFB;
}

.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
    display: none;
}

.video-control-symbol {
    font: 1.75em/0 Apple Color Emoji;
    vertical-align: -0.15em;
}



.video-parent-class {
    margin: 0 auto;
}

.pause-play-img {
    position: absolute;
    /*top: 50%;*/
    z-index: 2;
    /*margin-top: -50px;*/
    left: 50%;
    /* display: none; */
    opacity: 1;
    width: 50px;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}


.video-parent-class {
    position: relative;
}


@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#my_video{
    width: 100%;
    max-width: 100%;
    height: auto;
}

._v_head .container {
    width: 725px;
    max-width: 100%;
}

._v_head{
    padding-top: 50px;
    margin-bottom: -55px;
    overflow: hidden;
}

.heading2{
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 1px;
    font-weight: 600;
    background: linear-gradient(0deg, rgba(245,185,0,1) 0%, rgba(202,153,0,1) 100%);
    color: #fff;

}
.header .col-lg-6.col-md-6.col-sm-6.col-xs-12.dn-fxds.text-center-pc {
  display: block;
  align-content: center;
}
.breadcrumb-bg:before {
    background: rgb(0 0 0 / 52%);
    z-index: 0;
}
/* This Website Coded by Webpulse Solution Pvt. Ltd.*/