@font-face {
    font-family: "fontello";
    src: url("../font/fontello.eot?9483790");
    src: url("../font/fontello.eot?9483790#iefix") format("embedded-opentype"), url("../font/fontello.woff2?9483790") format("woff2"), url("../font/fontello.woff?9483790") format("woff"),
        url("../font/fontello.ttf?9483790") format("truetype"), url("../font/fontello.svg?9483790#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: arial;
    src: url("../font/CrimesTimesSix.eot?#iefix") format("embedded-opentype"), url("../font/CrimesTimesSix.woff") format("woff"), url("../font/CrimesTimesSix.ttf") format("truetype"),
        url("../font/CrimesTimesSix.svg#CrimesTimesSix") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: arial;
    src: url("../font/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../font/CenturyGothic.woff") format("woff"), url("../font/CenturyGothic.ttf") format("truetype"),
        url("../font/CenturyGothic.svg#CenturyGothic") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Scrollbar CSS */

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::-o-selection {
    background: #000;
    color: #fff;
}

::-ms-selection {
    background: #000;
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #ec1e24;
}

/* Tag CSS */

body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #ed3237;
}
.hr {
    border-bottom: 1px dashed #ccc;
    height: 0;
    margin: 10px 0;
    padding: 0 !important;
}
.clear-float {
    clear: both;
}
.img-l {
    float: left;
    margin: 0 15px 10px 0;
}
.img-r {
    float: right;
    margin: 0 0 10px 15px;
}
ul li,
ol li {
    list-style: none;
    list-style-type: none;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/* Section CSS */

#Header {
    max-width: 1470px;
}

header,
nav,
section,
footer,
#Container,
#Content-Container,
#Slider,
#Slider-S,
#About,
#Services,
#Gallery,
#Banner,
#About,
#Clients,
#Services,
#Testimonials,
#Location,
#Header-Top,
#Contact-Info,
#SingleBanner {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
nav {
    overflow: visible;
}
#Header,
#Content-Main,
#Footer,
#Slider-Intra,
#Mobile-Menu,
#About-Intra,
#Services-Intra,
#Gallery-Intra #Banner-Intra,
#About-Intra,
#Clients-Intra,
#Services-Intra,
#Testimonials-Intra,
#Header-Top-Intra,
#Contact-Info-Intra,
#SingleBanner-Intra {
    max-width: 1350px;
    min-width: 310px;
    margin: 0 auto;
    padding: 0;
}
.table-div {
    width: 100%;
    display: table;
    table-layout: fixed;
        margin-top: 25px;
}
.table-cell {
    display: table-cell;
    vertical-align: top;
}
.Intra-L,
.Intra-R,
.intra-div {
    width: 100%;
    height: 100%;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.Intra-L,
.Intra-R {
    position: absolute;
    z-index: 100;
    padding: 0;
    margin: 0;
    top: 0;
}
.Intra-L {
    left: -100%;
}
.Intra-R {
    right: -100%;
}

.menu-home:before {
    content: "\E812";
    font-family: "fontello";
    position: absolute;
    left: 0;
    right: 0;
    font-size: 17px;
    margin: auto;
    top: -2px;
    text-align: center;
    color: #fff;
}

.menu-home a {
    text-indent: -9999px;
    z-index: 9;
    position: relative;
}

.header-contact {
    text-align: right;
    position: relative;
    color: #fff;
}

.header-contact li {
    font: 400 14px/12px arial;
    display: inline-block;
    color: #a5a0a0;
    padding: 10px 5px 0 5px;
    letter-spacing: 0.7px;
}

.header-contact li a {
    color: #a5a0a0;
}

.footer-contact {
    text-align: left;
    color: #fff;
}

.footer-contact li {
    font: 400 20px/12px arial;
    display: inline-block;
    color: #a5a0a0;
    padding: 0px 15px 0 5px;
    letter-spacing: 0.7px;
}

.footer-contact li a {
    color: #a5a0a0;
}

.sticky-broucher {
    position: fixed;
    right: -172px;
    top: 55%;
    width: 216px;
    z-index: 999;
    -webkit-box-shadow: 6px 6px 24px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 24px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 6px 24px -5px rgba(0, 0, 0, 0.75);
    text-align: center;
    font: 400 17px/30px "Cabin", sans-serif;
    letter-spacing: 1px;
    background: #ed3237;
    transition: 0.7s all ease;
}

.sticky-broucher:before {
    content: "\F1C1";
    position: absolute;
    font-family: "fontello";
    left: 15px;
    top: 10px;
    color: #fff;
}

.sticky-broucher:hover {
    background: #f30309;
    right: 0;
}

.sticky-broucher a {
    display: block;
    color: #fff;
    padding: 10px 10px 10px 35px;
}
/* Slider CSS */

#Slider {
    height: 100vh;
}

#Slider-Intra {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.rslides {
    position: relative;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides:after {
    content: "";
    display: block;
    clear: both;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

#Slider .rslides li {
    height: 100vh;
    background-attachment: fixed;
}
#Slider-S .rslides li {
    height: 300px;
}
#Slider .slider1 {
    background: url(../images/banner1.jpg) center top no-repeat;
    background-size: cover;
}
#Slider .slider2 {
    background: url(../images/banner2.jpg) center top no-repeat;
    background-size: cover;
}
#Slider .slider3 {
    background: url(../images/banner3.jpg) center top no-repeat;
    background-size: cover;
}

#Slider-S .slider1 {
    background: url(../images/banner1.jpg) center top no-repeat;
    background-size: cover;
}
#Slider-S .slider2 {
    background: url(../images/banner2.jpg) center top no-repeat;
    background-size: cover;
}
#Slider-S .slider3 {
    background: url(../images/banner3.jpg) center top no-repeat;
    background-size: cover;
}

.slider-tabs {
    display: none;
    position: absolute;
    bottom: 0;
    right: 4%;
    z-index: 99;
    top: 45%;
    height: 80px;
    padding: 8px;
    border-radius: 60px;
    background-color: rgba(0, 0, 0, 0.8);
}

.slider-tabs ul li {
    width: 12px;
    height: 12px;
    list-style: none;
    margin: 10px 0;
}

.slider-tabs ul li a {
    display: block;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.slider-tabs ul li.sliders_here a {
    background: #fff;
}

.banner-txt {
    position: absolute;
    right: 0;
    width: 480px;

    top: 55%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    padding: 15px;
    right: 10%;
}

.banner-txt .main-txt {
    color: #fff;
    font: 600 44px/60px arial;
}
.banner-txt p {
    color: #fff;
    font: 600 17px/30px arial;
    padding: 10px 0;
}

.animateLogo {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 40vh;
}

#Slider-S .animateLogo,
#Slider-S .scroll-btn,
#Slider-S #changethewords {
    display: none;
}

/* Effect */

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
/* FlipIn */

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

/* Text CSS */

.textMain {
    font: 400 16px/20px arial;
    color: #2d2f2f;
    padding: 10px;
    margin: 0 0 10px 0;
}
.textMain a {
    color: #e94e44;
    text-decoration: none;
    transition: 0.5s all ease;
}
.textMain a:hover {
    color: #000;
    text-decoration: none;
}
.textMain p {
    padding: 5px 0;
}
.textMain p a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.textMain p a:hover {
    color: #000;
    text-decoration: none;
}
.textMain ul {
    padding: 0;
    margin: 10px 0;
}
.textMain ol {
    padding: 0;
    margin: 10px 0 0 30px;
}
.textMain ul li {
    background: url(../images/ticker.png) no-repeat 10px 10px;
    padding: 5px 0 15px 30px;
    list-style: none;
    font-weight: 600;
}
.textMain ol li {
    padding: 5px 0;
    list-style: decimal;
}
.textMain ol ol,
.textMain ul ul {
    margin: 0;
    padding: 5px 0 5px 20px;
}
.textMain ol ul li,
.textMain ul ul li {
    background: 0 0;
    padding: 5px 0;
    list-style: circle;
}
.textMain ol ol li {
    padding: 5px 0;
    list-style-type: lower-alpha;
}
.textMain ul ul ul li {
    list-style: square;
}
.textMain ol ol ol li {
    list-style: lower-roman;
}
#Slider-S h1 {
    font: 700 52px/70px "Bigdey-Demo";
    color: #ffffff;
    padding: 10px 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 9;
    top: 60%;
    transform: translateY(-50%);
}

.textMain h2,
.textMain h3,
.textMain h4 {
    padding: 10px 0;
    text-align: left;
}
.textMain h1 span {
    font: 400 18px/36px arial;
    color: #262730;
    display: block;
    text-transform: uppercase;
}
.textMain h2 {
    font: 400 26px/32px arial;
    color: #2b2b36;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
}
.textMain h2 span {
    display: block;
    font: 400 16px/30px arial;
}
.textMain h2 a {
    color: #022098;
}
.textMain h3,
.textMain p.ph3 {
    font: 400 22px/26px arial;
    color: #e94e44;
}
.textMain h3 a {
    color: #001683;
}
.textMain h4,
.textMain h4 a {
    color: #eb4d44c2;
}
.textMain h4,
.textMain p.ph4 {
    font: 400 16px/22px arial;
}
.textMain h5 {
    font: 400 15px/22px arial;
    color: #52803a;
}
.textMainBold {
    font: 700 16px/20px arial;
    color: #000;
    text-align: left;
}
.textMainBold a {
    color: #e94e44;
}
.PDFtext {
    font: 400 13px Verdana, Arial, Helvetica, sans-serif;
    color: #999;
}
/* Back & Top CSS */

#backtobot,
#backtotop {
    cursor: pointer;
    right: 5px;
    position: fixed;
    z-index: 10000;
    width: 50px;
    height: 50px;
    font: 700 14px/40px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}
#backtotop {
    bottom: 10px;
    background: url(../images/up-arrow-icon.png) left top no-repeat;
}
#backtobot {
    bottom: 10px;
    background: url(../images/down-arrow-icon.png) left top no-repeat;
}
#backtobot a,
#backtotop a {
    display: block;
    text-indent: -9999px;
}
#backtobot:hover,
#backtotop:hover {
    opacity: 0.9;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*  Header */

header {
    position: fixed;
    z-index: 9999;
    overflow: visible;
    background-color: #000;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-logo a {
    display: inline-block;
}

.header-logo {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
}

.header-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.logo2 {
    display: none;
}

.search-btn input {
    background: url(../images/search-icon.png) no-repeat 12px center;
    background-size: 12px;
    border: none;
    outline: none;
    font: 400 16px/20px arial;
    padding: 3px 0 3px 38px;
    color: #fff;
    width: 0;
    transition: 0.7s all ease;
    cursor: pointer;
}
.search-btn input:hover,
.search-btn input:active,
.search-btn input:focus {
    width: 150px;
    border-bottom: 1px solid #ed3237;
}

.search-btn input:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

#Header-Top {
    background: #ed3237;
}

/* Vedio Border */

.videoBorder {
    width: 90%;
    position: relative;
    margin: 15px auto;
    border: 4px solid #333;
}

.videoBorder iframe {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* Custome Menu */

.desktop-menu li {
    display: inline-block;
    color: #000;
    font: 700 14px/40px arial;
    position: relative;
    vertical-align: top;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 -2px;
    transition: 0.7s all ease;
}

.desktop-menu .menu > li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    height: 10px;
    width: 2px;
    background: #e13034;
}

.desktop-menu li a {
    color: #fff;
    padding: 0 20px;
    position: relative;
    display: block;
    position: relative;
}

.desktop-menu > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background: #fff;
    width: 0;
    transition: 0.7s all ease;
    bottom: 0;
}

.desktop-menu li:hover a:after {
    width: 75%;
}

.mobile-menu {
    display: none;
}

.copyrights-menu .icon-heart {
    display: inline-block;
    position: relative;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.copyrights-menu .icon-heart:before {
    content: "\E811";
    font-family: "fontello";
    position: absolute;
    color: #f00;
    font-size: 16px;
    top: -1px;
}

.menu ul {
    position: absolute;
    z-index: 9999;
    left: 0px;
    display: none;
}
.menu li:hover > ul {
    display: block;
}
.menu ul li {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font: 400 14px/26px arial;
    text-align: left;
    width: 250px;
}

.menu li li a {
    padding: 10px 10px 10px 28px;
}
.menu ul ul {
    left: 100%;
    z-index: 9999;
    top: 0px;
}
.menu ul li li {
    background: #52803a;
}
.menu ul li:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 90%;
    position: fixed;
    right: 0;
    top: 0;
    background: #131415;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}
/*Side overlay*/

#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}
/*side clode btn*/

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close {
    display: none;
}
.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 0;
    top: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: " ";
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 36px;
    padding: 6px;
    /*margin-right: 1rem;*/
    position: absolute;
    right: 15px;
    top: 20px;
}
.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn > span {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
}
.dark-navbar .sidemenu_btn > span {
    background: #666666;
}
.header-appear .sidemenu_btn > span {
    background: #666666;
}
.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0;
}
.side-menu .inner-wrapper {
    padding: 30px;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 15px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    font: 400 18px/30px arial;
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    color: #fff;
    padding: 2px 0 3px 0 !important;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: -3px;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p {
    font-size: 15px;
    font: 400 14px/30px arial;
    color: #fff;
    letter-spacing: 1px;
}
.modal-content {
    border-radius: 0;
}

/* Scroll */
.scroll-down {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
    width: 100px;
}

.box span {
    width: 20px;
    height: 20px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin: -13px auto;
    animation: animate 2s infinite;
}

.box span:nth-child(2) {
    animation-delay: -0.2s;
}

.box span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: rotate(45deg) translate(10px, 10px);
    }
    100% {
        opacity: 0;
    }
}

/*Sticky Socail */

.sticky-social {
    position: fixed;
    background: #281e60;
    left: 0;
    top: 42%;
    width: 40px;
    z-index: 999;
    background: #292b2d;
    -webkit-box-shadow: 6px 6px 24px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 24px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 6px 24px -5px rgba(0, 0, 0, 0.75);
}

.sticky-social li {
    width: 40px;
    height: 40px;
    list-style: none;
    position: relative;
    transition: 0.7s all ease;
}
.sticky-social li:hover {
    background: #ec1e24;
}

.sticky-social li a {
    display: block;
    height: 100%;
}

.sticky-social li a:before {
    position: absolute;
    font-family: "fontello";
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.facebook-ico a:before {
    content: "\E81B";
}

.twitter-ico a:before {
    content: "\F309";
}

.instagram-ico a:before {
    content: "\F16D";
}

.youtube-ico a:before {
    content: "\F315";
}

.menu-social li {
    width: 40px;
    height: 40px;
    list-style: none;
    position: relative;
    transition: 0.7s all ease;
    display: inline-block;
}

.menu-social li a:before {
    position: absolute;
    font-family: "fontello";
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

/* Subpage */

#Content-Container {
    padding: 0 0 10px 0;
}

/* Back to top */

.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 10px;
    right: 5px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: hand;
    border-radius: 50%;
    background: #2a3132;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    cursor: pointer;
    z-index: 99999;
}

.material-scrolltop:hover {
    background-color: #000;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}

.material-scrolltop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    border-radius: 100%;
    background: #2a3132;
}

.material-scrolltop:active::before {
    width: 120%;
    padding-top: 120%;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.material-scrolltop.reveal {
    width: 56px;
    height: 56px;
}

.material-scrolltop span {
    display: block;
    font-size: 27px;
    color: #fff;
}

.material-scrolltop,
.material-scrolltop::before {
    background-image: url(../images/top-arrow.svg);
    background-position: center 50%;
    background-repeat: no-repeat;
}

/* About */

#About {
    /*height: 100vh;*/
    border-bottom: 1px solid #ebebeb;
}

#About-Intra {
    padding: 60px 0;
}

#About-Intra h1 {
    font: 600 42px/60px arial;
    color: #000;
    text-align: left;
    word-spacing: 2px;
    padding: 0 0 20px 10px;
    /*letter-spacing: 3px;*/
}

#About-Intra h1 span {
    color: #ed3237;
}

.about-l p {
    font: 600 16px/24px arial;
    color: rgb(72, 68, 68);
    letter-spacing: 0.6px;
    margin: 20px 0 20px 0;
}

.about-l .links li {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    background: #ec1e24;
    text-align: center;
    font: normal 17px/30px arial;
    letter-spacing: 0.5px;
    word-spacing: 4px;
    border-radius: 5px;
    transition: 0.5s all ease;
    position: relative;
    padding: 0 15px 0 35px;
}

.about-l .rm-btn {
    color: #ec1e24;
}

.about-l .links li a {
    display: block;
    color: #fff;
    padding: 5px;
}

.links li:before {
    position: absolute;
    font-family: "fontello";
    left: 15px;
    top: 5px;
    color: #fff;
}

.links .pdf-link:before {
    content: "\F1C1";
}

.about-l p span {
    color: #ed3237;
    font: normal 21px/30px arial;
}

.read-more {
    display: block;
    background: #ec1e24;
    color: #fff;
    width: 110px;
    text-align: center;
    padding: 5px;
    font: normal 17px/30px arial;
    letter-spacing: 2px;
    word-spacing: 4px;
    border-radius: 5px;
    transition: 0.5s all ease;
    position: relative;
}

.read-more:hover {
    padding: 5px 5px 5px 32px;
}

.read-more:before {
    content: "\E81F";
    position: absolute;
    font-family: "fontello";
    color: #fff;
    left: 20px;
    top: 6px;
    transition: 0.5s all ease;
    opacity: 0;
}

.read-more:hover:before {
    opacity: 1;
}

.about-r {
    text-align: center;
    vertical-align: middle;
}

#Services {
    /*height: 100vh;*/
    padding: 100px 0;
    background: url(../images/check3.jpg);
    background-size: cover;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 62% 0%;
    }
    50% {
        background-position: 39% 100%;
    }
    100% {
        background-position: 62% 0%;
    }
}
@-moz-keyframes AnimationName {
    0% {
        background-position: 62% 0%;
    }
    50% {
        background-position: 39% 100%;
    }
    100% {
        background-position: 62% 0%;
    }
}
@keyframes AnimationName {
    0% {
        background-position: 62% 0%;
    }
    50% {
        background-position: 39% 100%;
    }
    100% {
        background-position: 62% 0%;
    }
}

.services h2 {
    font: normal 28px/32px arial;
    color: #fff;
    text-align: center;
    /*word-spacing: 10px;
    letter-spacing: 3px;*/
    padding: 20px 0;
}

.grid-1 {
    background: url(../images/grid-1.jpg) no-repeat center center;
}

.grid-2 {
    background: url(../images/grid-2.jpg) no-repeat center center;
}

.grid-3 {
    background: url(../images/grid-3.jpg) no-repeat center center;
}

.grid-4 {
    background: url(../images/grid-4.jpg) no-repeat center center;
}

.grid-5 {
    background: url(../images/grid-5.jpg) no-repeat center center;
}

.grid-6 {
    background: url(../images/grid-6.jpg) no-repeat center center;
}

.puzzle-grid span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font: normal 22px/30px arial;
    top: 55%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    padding: 15px;
    color: #fff;
    letter-spacing: 3px;
}

.product-lists {
    text-align: center;
}

.product-lists li {
    width: 200px;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    margin: 15px 34px;
    position: relative;
    background: #ffffff3d;
}

.product-lists li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 75px;
    margin: auto;
    background: #fff;
}

.product-lists li a {
    display: block;
    height: 100%;
}

.services-txt p {
    font: 300 17px/30px arial;
    color: #312d2d;
    letter-spacing: 0.2px;
    margin: 0 0 30px 0;
}

.product-lists li .title {
    font: normal 16px/20px arial;
    /*letter-spacing: 2px;*/
    color: #fff;
    position: absolute;
    bottom: 20px;
    font-weight: 600;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.product-lists li img {
    position: absolute;
    bottom: 75px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transition: 0.7s all ease;
    height: 140px;
}

.product-lists li:hover img {
    transform: scale(1.05);
}

.product-lists li.grid-5-col img {
    bottom: 50px;
}

#Clients {
    padding: 50px 0;
}

#Clients-Intra p {
    font: 400 17px/30px "Open Sans", sans-serif;
    color: #000000;
    text-align: center;
    margin: 0 0 40px 0;
}

.customer-logos .slick-prev,
.customer-logos .slick-next {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 46px;
    z-index: 999;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    outline: none;
}

.slick-prev {
    left: 0;
    background: url(../images/arrow-left-1.png) no-repeat center center #fff;
}

.slick-next {
    right: 0;
    background: url(../images/arrow-right-1.png) no-repeat center center #fff;
}

.customer-logos li {
    opacity: 0.3;
    transition: 0.7s all ease;
    outline: none;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.customer-logos li img {
    outline: none;
}

.customer-logos li:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

/* Footer */

footer {
    padding: 50px 0 20px 0;
    background: #212121;
    border-top: 1px solid #ebebeb;
}

footer .table-cell {
    padding: 30px;
}

.footer-l .logo {
    width: 150px;
    margin: 0 0 15px 0;
}

.footer-l p {
    font: 400 14px/24px arial;
    color: #fff;
    letter-spacing: 0.2px;
    margin: 0 0 30px 0;
}

.footer-head {
    font: 400 30px/40px arial;
    color: #fff;
    padding: 10px 0 40px 0;
    letter-spacing: 0.2px;
}

.footer-r li {
    font: 400 14px/24px arial;
}

.footer-r li a {
    color: #fff;
}

.footer-t li {
    font: 400 14px/24px arial;
}

.footer-t li a {
    color: #fff;
}

#Footer .copyrights {
    text-align: center;
    padding: 10px 0;
    font: 400 13px/26px arial;
    letter-spacing: 0.4px;
    color: #fff;
    width: 90%;
    margin: auto;
}

#Footer .copyrights a {
    color: #d2c9c9;
}

/* Testimonials */

#Testimonials {
    padding: 50px 0;
    background: url(../images/testimonials-background.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#Testimonials h3 {
    font: normal 28px/32px arial;
    color: #fff;
    text-align: center;
    word-spacing: 10px;
    padding: 10px 0 70px 0;
    letter-spacing: 6px;
}

.testimonial-vcams {
    position: relative;
}

.testimonial-vcams .testimonial_nav {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    width: 15px;
    height: 28px;
}

.testimonial-vcams .testimonial_nav.prev {
    background: url(../images/arrow-left-w.png) no-repeat center center;
}

.testimonial-vcams .testimonial_nav.next {
    background: url(../images/arrow-right-w.png) no-repeat center center;
}

.testimonial-vcams .testimonial_nav span {
    display: none;
}

.testimonial-list {
    width: 80%;
    margin: auto;
}

.testimonial-list .testimonial-l {
    width: 200px;
    text-align: center;
}

.testimonial-list .user-title {
    color: #fff;
    font: normal 24px/30px arial;
    padding: 0 0 25px 0;
    letter-spacing: 1px;
}

.testimonial-list .user-title span {
    color: #fff;
    display: block;
    font: normal 18px/30px arial;
    letter-spacing: 1px;
}

.testimonial-list .testimonial-r p {
    color: #fff;
    font: normal 18px/26px arial;
}

/* Contact */

#Contact-Info {
    padding: 50px 0;
}

.contact-info-left {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    width: 450px;
}

.contact-info-left li {
    margin: 10px 0 30px 0;
    text-align: left;
    position: relative;
}

.contact-info-left li:before {
    position: absolute;
    left: 10px;
    top: 20px;
    font-family: "fontello";
    color: #ed3237;
}

.contact-info-left .call-ico:before {
    content: "\E806";
    left: 6px;
    top: 7px;
    font-size: 32px;
}

.contact-info-left .email-ico:before {
    content: "\F1D8";
    left: 4px;
    top: 13px;
    font-size: 23px;
}

.contact-info-left .direction-ico:before {
    content: "\E805";
    left: 6px;
    top: 7px;
    font-size: 29px;
}

.contact-info-left li p {
    font: 500 14px/14px arial;
    letter-spacing: 2px;
    color: #000;
    padding: 0 0 0 40px;
}

.contact-info-left li span {
    display: block;
    font: 600 16px/26px arial;
    letter-spacing: 0.5px;
    margin: 5px 0 0;
    padding: 0 0 0 0px;
}

.contact-info-left li a {
    color: #000;
}

.contact-info-left .textHeading {
    font: 700 32px/40px arial;
    text-align: left;
    padding: 0 0 30px 0;
}

.contact-form {
    margin: 20px auto;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    font: 15px/1.55 arial;
    color: #666;
    padding: 30px 30px 10px 30px;
    text-align: center;
    max-width: 640px;
}

.inline-input {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 10px;
    position: relative;
}

.inline-input input {
    width: 100%;
    padding: 10px;
    outline: none;
    font: normal 15px/16px arial;
    letter-spacing: 0.5px;
    border: 2px solid #dadada;
    -ms-transition: border-color 0.6s;
    -moz-transition: border-color 0.6s;
    -webkit-transition: border-color 0.6s;
}

.inline-input select {
    width: 100%;
    padding: 9px;
    outline: none;
    font: normal 15px/16px arial;
    letter-spacing: 0.5px;
    border: 2px solid #dadada;
    -ms-transition: border-color 0.6s;
    -moz-transition: border-color 0.6s;
    -webkit-transition: border-color 0.6s;
}

.inline-input .product_image {
    padding: 7px;
}

.block-area {
    margin: 10px auto 0 auto;
    width: 94%;
}

.block-area textarea {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 2px solid #dadada;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    outline: none;
    resize: none;
    font: normal 15px/16px arial;
    -ms-transition: border-color 0.6s;
    -moz-transition: border-color 0.6s;
    -webkit-transition: border-color 0.6s;
}

.inline-input input:focus,
.inline-input input:hover,
.block-area textarea:focus,
.block-area textarea:hover {
    border: 2px solid #000;
}

.submit-reset {
    display: inline-block;
    width: 90%;
    margin: 20px 0;
    position: relative;
}

.submit-reset input {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    margin: 10px;
    background: #191410;
    border: none;
    color: #fff;
    cursor: pointer;
    border: 2px solid #191410;
    opacity: 0.7;
    transition: 0.7s all ease;
}

.submit-reset input:hover {
    opacity: 1;
}

.contact-form label.error {
    display: block;
    text-align: left;
    font: normal 15px/16px arial;
    padding: 8px 0 0 0;
    letter-spacing: 0.5px;
    color: #fb1a0a;
}

/* Maps */

.loc-details {
    font: 400 16px/24px "Open Sans", sans-serif;
}

/* Product Page */

#SingleBanner {
    height: 480px;
}

.lens-banner {
    background: url(../images/lens-banner.jpg) no-repeat center center;
    background-size: cover;
}

.camera-banner {
    background: url(../images/camera-banner.jpg) no-repeat center center;
    background-size: cover;
}

#SingleBanner-Intra {
    height: 100%;
    position: relative;
}

.heading-position {
    position: absolute;
    top: 50%;
    padding: 0 20px;
}

#SingleBanner-Intra h1 {
    color: #151515;
    font: 700 25px/40px arial;
    padding: 0 0 10px 0;
}

.navigation {
    font: 400 16px/20px arial;
    color: #000;
}

.navigation a {
    color: #000;
}

.navigation a:hover {
    text-decoration: none;
}

.products-page {
    background: rgba(237, 236, 234, 0.3);
}

.textMain .product-list {
    text-align: center;
}

.textMain .product-list form {
    margin: 0;
}

.textMain .product-list li {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    padding: 0;
    margin: 10px 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.7s all ease;
    background: #fff;
}

.textMain .product-list li .product-img {
    position: relative;
    overflow: hidden;
}

.textMain .product-list li .product-img a {
    display: inline-block;
    height: 260px;
}

.textMain .product-list li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    transition: 0.7s all ease;
    width: 230px;
}

.textMain .product-list li:hover img {
    transform: scale(1.1);
}

.textMain .product-list li p {
    background: #ffffff;
    font: 700 18px/24px arial;
    letter-spacing: 1px;
    margin: auto;
    color: #000;
    padding: 5px 10px;
}

.textMain .product-list li p.product-name {
    min-height: 60px;
}

.textMain .product-list li p.product-price {
    font: 700 16px/24px arial;
    margin: 0 0 10px 0;
}

.textMain .product-list li span {
    position: relative;
    opacity: 0.8;
    transition: 0.7s all ease;
}

.textMain .product-list li span a {
    color: #fff;
    background: #ec1e24;
    display: inline-block;
    padding: 8px 0;
    width: 141px;
    vertical-align: middle;
}

.view-cart .btnAddAction {
    display: inline-block;
    border: none;
    background: #000;
    color: #fff;
    width: 115px;
    padding: 10px 0;
    letter-spacing: 1px;
    vertical-align: middle;
    cursor: pointer;
}

.product-add-text {
    padding: 10px;
    background: yellowgreen;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font: 400 32px/40px arial;
}

/* Sidebar */

#Sidebar {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    padding: 30px 10px;
}

#Sidebar .sidebar-heading {
    color: #000;
    font: 600 17px/25px arial;
    position: relative;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    background: url(../images/cart.png) no-repeat left center;
    padding: 10px 0 10px 70px;
}

#Sidebar .sidebar-heading:after {
    content: "";
    display: inline-block;
    background: #ff214f;
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    width: 24%;
}

#category-products {
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

#category-products li {
    font: 400 15px/25px arial;
    position: relative;
    margin: 0 0 8px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    color: #000;
    transition: 0.7s all ease;
}

#category-products .delete-icon {
    position: absolute;
    right: 0;
    top: 3px;
}

.enquiry-btn {
    display: block;
    width: 130px;
    margin: 20px auto 0 auto;
    background: #ed3237;
    text-align: center;
    color: #fff;
    padding: 10px;
    font: 400 16px/24px arial;
    border-radius: 6px;
    transition: 0.7s all ease;
}

.enquiry-btn:hover {
    background: #000;
}

.total {
    font: 400 16px/30px arial;
    margin: 30px 0 0 0;
    letter-spacing: 1px;
}

.no-records {
    font: 400 16px/30px arial;
    letter-spacing: 1px;
}

/* Single Product Style */

.single-product {
    padding: 90px 0 0 0;
}

.single-product h1 {
    color: #151515;
    font: 700 32px/40px arial;
    padding: 0 0 10px 0;
}

.single-product-list {
    padding: 30px 0;
}

.textMain .products-list {
    width: 360px;
}
.textMain .products-list ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}
.textMain .products-list li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
    padding: 0;
    border: 1px solid #eee;
}
.textMain .products-list img {
    display: block;
    height: auto;
    max-width: 100%;
}

.product-des-main {
}

#toggle2 {
    display: none;
}

.textMain .product-des-main {
    text-align: center;
}

.textMain .product-des-main p.overview-blk {
    padding: 10px;
    display: block;
    vertical-align: top;
    width: 190px;
    font: 400 15px/24px "Montserrat", sans-serif;
    letter-spacing: 1px;
    background: none;
    color: #fff;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to right top, #ed3237, #e3292d, #d92023, #ce1518, #c4060c);
    margin: 0 auto 30px auto;
}

.textMain .overview-intra {
    text-align: left;
}

.textMain .product-des-main p.overview-blk:after {
    position: absolute;
    content: "";
    border-top: 10px solid #c4060c;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    bottom: -20px;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    border-color: #e94e44;
    transition: 0.7s all ease;
}

.card-grid {
    background: #fff;
    width: 340px;
    margin: 10px auto;
    padding: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.card-grid .textHeading {
    color: #000;
    text-align: center;
    font: 700 18px/40px arial;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blockquote-text {
    text-align: center;
    background: #ed3237;
    color: #fff;
    padding: 10px !important;
    width: 90%;
    margin: auto;
}

.capitalize-txt {
    text-transform: capitalize;
}

/* Cart */

.cart-sticky {
    position: fixed;
    background: #281e60;
    left: 0;
    top: 42%;
    width: 40px;
    z-index: 999;
    background: #292b2d;
    -webkit-box-shadow: 6px 6px 24px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 24px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 6px 24px -5px rgba(0, 0, 0, 0.75);
}

.table-cell.about-l.abt2 {
    padding: 40px 0 0 40px;
}

.cart-sticky a {
    font: 400 15px/24px "Montserrat", sans-serif;
    display: block;
    width: 40px;
    height: 40px;
    list-style: none;
    position: relative;
    transition: 0.7s all ease;
    background: url(../images/cart-icon.png) no-repeat 85% center;
    background-size: 20px;
    color: #fff;
    text-align: center;
}

.cart-sticky a span {
    position: absolute;
    left: 5px;
    top: 9px;
}

.contact-grid-l {
    display: table-cell;
    vertical-align: top;
    width: 320px;
    text-align: left;
}

.contact-grid-r {
    display: table-cell;
    vertical-align: middle;
}

.textMain p.contactInfo {
    text-align: center;
    width: 80%;
    margin: auto;
    font: 700 22px/30px arial;
}

.contact-grid {
    padding: 50px 0;
}

.contact-grid .contactHeading {
    color: #222;
    letter-spacing: 2px;
    text-transform: uppercase;
    font: 800 16px/20px arial;
    padding: 10px 0 10px 30px;
}

.contact-icons {
    position: relative;
}

.contact-icons:before {
    position: absolute;
    font-family: "fontello";
    color: #ed3237;
    font-size: 19px;
    left: 0;
}

.address-ico:before {
    content: "\E809";
}

.contact-ico:before {
    content: "\E80E";
}

.connect-ico:before {
    content: "\E808";
}

.hours-ico:before {
    content: "\E801";
}

.client-heading {
    font: normal 28px/32px arial;
    color: #000;
    text-align: center;
    padding: 20px 0;
}

/* Media Query */

@media screen and (max-width: 1050px) {
    .product-icon {
        width: 26%;
    }
    .textMain .products-list {
        width: auto;
    }
}

@media screen and (max-width: 860px) {
    .single-product-list .table-cell {
        display: block;
    }
    .product-icon {
        width: auto;
    }
    .textMain .products-list img {
        margin: auto;
    }
    header {
        position: relative;
    }
    .single-product {
        padding: 20px 10px;
    }
    .contact-grid-l {
        display: block;
    }
    .contact-grid-r {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .mobile-menu {
        display: inherit;
    }
    .desktop-menu {
        display: none;
    }
    #SingleBanner {
        height: 400px;
    }
    #SingleBanner-Intra h1 {
        color: #151515;
        font: 700 22px/40px arial;
        padding: 0 0 10px 0;
    }
    #Content {
        display: block;
    }
    #Sidebar {
        display: block;
        margin: auto;
    }
    .textMain {
        margin: 0 0 0 0;
    }
    header {
        padding: 10px;
    }
    .header-contact {
        padding: 0 50px 0 0;
    }
    .header-contact li {
        padding: 10px;
    }
    .about-l {
        display: block;
    }
    .about-r {
        display: block;
    }
    #About-Intra {
        padding: 30px 20px;
    }
    .contact-info-left {
        display: block;
        width: auto;
    }
    .contact-info-right {
        display: block;
        width: auto;
    }
    .footer-l {
        display: block;
    }
    .footer-m {
        display: block;
    }
    .footer-r {
        display: block;
    }
    .inline-input,
    .block-area {
        display: block;
        vertical-align: top;
        width: auto;
        margin: 10px;
        position: relative;
    }
    .camera-banner {
        background: url(../images/camera-banner.jpg) no-repeat center center;
        background-size: cover;
    }
    .heading-position {
        position: absolute;
        top: 17%;
        padding: 0 20px;
    }
    .footerMenu.visible-xs {
    display: block !important;
}
.enquiry_new {
    background-color: #ec1e24;
    text-align: center;
    cursor: pointer;
    width: 50%;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    position: fixed;
    top: 93%;
    z-index: 99999;
    display: block;
}
.enquiry_new1 {
    background-color: #ec1e24;
    text-align: center;
    cursor: pointer;
    width: 50%;
    height: 65px;
    border-left: 1px solid #222222;
    line-height: 65px;
    font-size: 20px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    position: fixed;
    left: 50%;
    top: 93%;
    z-index: 99999;
}
.float {
    display :none !important;
}
.white{
    color: #ffffff !important;
}
.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 65px !important;
    right: 5px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: hand;
    border-radius: 50%;
    background: #2a3132;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    cursor: pointer;
    z-index: 99999;
}
.btn-call-pulse {
    display: none !important;
}
}

@media screen and (max-width: 480px) {
    #Testimonials {
        min-height: 580px;
    }
}

@media screen and (max-width: 480px) {
    .testimonial-list .testimonial-l {
        display: block;
        margin: 0 auto 30px auto;
    }
    .testimonial-list .testimonial-r {
        display: block;
    }
}
.banner-txt {
    position: absolute;
    text-align: center;
    margin: auto;
    right: 10px;
    top: 80%;
    width: 100%;
}
@media screen and (max-width: 576px) {
    .no-pad {
        padding: 0px !important;
    }
    #conten {
        padding: 0 0px !important;
    }
}

#abt-title {
    text-align: center !important;
}
a img {
    margin-bottom: -4px;
}
.accordion__header {
    padding: 1em;
    background-color: #dcdcdc;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.accordion__header > * {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.accordion__header.is-active {
    color: #fff;
}
.accordion__toggle {
    margin-left: 10px;
    height: 3px;
    background-color: #222;
    width: 13px;
    display: block;
    position: relative;
    flex-shrink: 1;
    border-radius: 2px;
}
.accordion__toggle::before {
    content: "";
    width: 3px;
    height: 13px;
    display: block;
    background-color: #222;
    position: absolute;
    top: -5px;
    left: 5px;
    border-radius: 2px;
}
.is-active .accordion__toggle {
    background-color: #fff;
}
.is-active .accordion__toggle::before {
    display: none;
}
.accordion__body {
    display: none;
    padding: 1em;
    border: 1px solid #ccc;
    border-top: 0;
}
.accordion__body.is-active {
    display: block;
}
.bold-text {
    font-size: 18px !important;
    font-weight: 700;
    margin: 10px 0px 10px !important;
}
.accordian-text {
    font-size: 16px !important;
    margin: 10px 0px 10px !important;
}
.footerMenu.visible-xs {
    display: none;
}
.float{
	position:fixed;
	width:70px;
	height:70px;
	bottom:75px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	box-shadow: 2px 2px 3px #000;
	z-index:1000;
	animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.float:hover {
    color : #222222 !important;
}
.my-float-sm:hover {
    color : #ffffff !important;
}
ol{
	position:fixed;
	right:40px;
	bottom:130px;
	z-index:9;
}

ol li{
	list-style:none;
    vertical-align: baseline !important;
    top: 50%;
}

ol li a{
	background-color:#25d366;
    font-size: 16px !important;
    letter-spacing: 0.1em;
    font-weight: 500;
	color:#000;
	font-family: el messiri, sans-serif;
	padding: 14px;
	border-radius:4px;
	text-align:center;
	width:240px;
	height:50px !important;
	display:block;
}

ol:hover{
	visibility:visible!important;
	opacity:1!important;
}


.my-float{
	font-size:36px !important;
	margin-top:18px !important;
}
.my-float-sm{
	font-size:12px;
}

a#menu-share + ol{
  visibility: hidden;
}

a#menu-share:hover + ol{
  visibility: visible;
  animation: scale-in 0.5s;
} 
.btn-call-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}
.btn-call-pulse {
    background: red;
    color: white;
    position: fixed;
    bottom: 180px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    z-index:1000;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.btn-call-pulse:hover {
    color : #222222 !important;
}