/*----------------------------------------------------------------------------------

Project     :   Premat - Product Landing Page

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

default css
preloader
header area
home area
home slider
home newsletter
section heading
feature area
about area
video area
why choose area
product area
newsletter area
faq area
testimonial area
contact area
footer area


--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    default css
---------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Exo+2:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0
}

a {
    color: #2c3e50;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 50px;
    
}

h2 {
    font-size: 32px;
    line-height: 32px
}

h3 {
    font-size: 24px;
    
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 16px;
 
   
}

.d-table {
    width: 100%;
    height: 100%
}

.bg-gray {
    background-color: #f9f9f9
}

.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
    0% {
        top: 10px;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 10px;
    }
}

@keyframes animation-jump {
    0% {
        top: 10px;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 10px;
    }
}
/* Hero Section Video */
.hero_section video{
    width: 100%;
    background-color: #000;
}
@media only screen and (min-width: 768px) {
    .hero_section video{
        height: 400px;
    }
}
@media only screen and (min-width: 900px) {
    .hero_section video{
        height: 500px;
    }
}

/* Sectors we serve */
@media only screen and (min-width: 425px) {

    image {
        x: 35%;
        y: 8%;
    }
}
@media only screen and (min-width: 496px) {

    image {
        x: 34%;
        y: 8%;
    }
}

@media only screen and (min-width: 576px) {

    image {
        x: 37%;
        y: 8%;
    }
}

@media only screen and (min-width: 767px) {

    image {
        x: 25%;
        y: 8%;
    }
}

@media only screen and (min-width: 992px) {

    image {
        x: 34%;
        y: 8%;
    }
}

@media only screen and (min-width: 1100px) {

    image {
        x: 28%;
        y: 8%;
    }
}

@media only screen and (min-width: 1400px) {

    image {
        x: 21%;
        y: 8%;
    }
}
/*  */
.one::before, .one::after, .two::before, .two::after{
    content: "";
    position: absolute;
}
.one::before, .two::before{
    width: 2px;
    z-index: -1;
}
.one::after, .two::after{
    width: 32%;
    height: 2px;
}
/* one */
.one::before{
    height: 44px;
    top: 30px;
    left: 50%;
}
.one::after{
    top: 25px;
    left: 34%;
}
/* two */
.two::before{
    height: 45px;
    bottom: -10px;
    left: 50%;
}
.two::after{
    top: 201px;
    left: 34%;
}
.two p{
    position: relative;
    top: 10px;
}
/* Text color */
/* .gradient-text {
    background-image: linear-gradient(#DD2126, #EF4823);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
} */
/* Bg color */
.one::before{
    background: #c77a7a;
}
.one::after{
    background: #c77a7a;
}
.two::before{
    background: #c77a7a;
}
.two::after{
    background: #c77a7a;
}

@media only screen and (min-width: 425px) {
    .position-bottom.md2, .position-bottom.md3{
        position: relative;
        bottom: 160px;
    }
    .position-bottom.md4{
        position: relative;
        bottom: 80px;
    }
    .position-bottom.md6{
        position: relative;
        bottom: 206px;
    }
}
@media only screen and (min-width: 460px) {
    .position-bottom.md2, .position-bottom.md3{
        position: relative;
        bottom: 160px;
    }
    .position-bottom.md4{
        position: relative;
        bottom: 80px;
    }
    .position-bottom.md6{
        position: relative;
        bottom: 201px;
    }
}
@media only screen and (min-width: 470px) {
    .position-bottom.md2, .position-bottom.md3{
        position: relative;
        bottom: 160px;
    }
    .position-bottom.md4{
        position: relative;
        bottom: 80px;
    }
    .position-bottom.md6{
        position: relative;
        bottom: 195px;
    }
}
@media only screen and (max-width: 550px) {
    
    .position-bottom.md2, .position-bottom.md3{
        position: relative;
        bottom: 160px;
    }
    .position-bottom.md4{
        position: relative;
        bottom: 80px;
    }
    .position-bottom.md6{
        position: relative;
        bottom: 190px;
    }
}
@media only screen and (max-width: 576px) {
    .one::before {
        height: 16px;
        top: 62px;
        left: 50%;
    }
    .one::after {
        top: 61px;
        left: 34%;
    }
    .one p {
        position: relative;
        top: 40px;
    }
    .two::before {
        height: 22px;
        bottom: 21px;
        left: 50%;
    }
    .two::after {
        top: 168px;
        left: 34%;
    }
    .two p {
        position: relative;
        top: -28px;
    }
}
@media only screen and (min-width: 576px) {
    .position-bottom.md1, .position-bottom.md2 {
        position: relative;
        bottom: 56px;
        right: 1px;
    }
    .position-bottom.md3{
        position: relative;
    bottom: 154px;
    right: 3px;
    }
    .position-bottom.md4 {
        position: relative;
        bottom: 100px;
    }
    .position-bottom.md5{
        position: relative;
    bottom: 0px;
    right: 0px;
    }
    .position-bottom.md3.two{
        z-index: -1;
        bottom: 157px;
        right: 2px;
    }
}
@media only screen and (min-width: 768px) {
    .position-bottom.md1, .position-bottom.md2, .position-bottom.md4{
        position: relative;
        bottom: 90px;
        right: 36px;
    }
    .position-bottom.md1.md4{
        bottom: 100px;
        right: 35px;
    }
    .position-bottom.md2.two{
        bottom: 59px;
        right: 33px;
    }
    .position-bottom.md3{
        position: relative;
    bottom: 157px;
    right: 3px;
    }
    .position-bottom.md5{
        position: relative;
    bottom: 0px;
    right: 0px;
    }
    .position-bottom.md3.two{
        z-index: -1;
        bottom: 157px;
        right: 2px;
    }
    .sector p{
        font-size: 15px;
    }
    
}
@media only screen and (min-width: 890px) {
    .position-bottom.md1, .position-bottom.md2, .position-bottom.md4{
        position: relative;
        bottom: 90px;
        right: 36px;
    }
    .position-bottom.md1.md4{
        bottom: 100px;
        right: 43px;
    }
    .position-bottom.md2.two{
        bottom: 59px;
        right: 42px;
    }
    .position-bottom.md3{
        position: relative;
    bottom: 157px;
    right: 3px;
    }
    .position-bottom.md5{
        position: relative;
    bottom: 0px;
    right: 0px;
    }
    .position-bottom.md3.two{
        z-index: -1;
        bottom: 157px;
        right: 5px;
    }
    .sector p{
        font-size: 15px;
    }
    
}
@media only screen and (min-width: 992px) {
    .position-bottom, .position-bottom.md1, .position-bottom.md2, .position-bottom.md3, .position-bottom.md6{
        position: relative;
        bottom: 57px;
        right: 0px;
    }
    .position-bottom.md1, .position-bottom.md4{
        bottom: 0px;
        right: 0px;
    }
    .position-bottom.md1.md4{
        bottom: 0px;
        right: 0px;
    }
    .position-bottom.md2.two{
        bottom: 59px;
        right: 0px;
    }
    .position-bottom.md3{
        position: relative;
    bottom: 157px;
    right: 3px;
    }
    .position-bottom.md5{
        position: relative;
    bottom: 0px;
    right: 0px;
    }
    .position-bottom.md3.two{
        z-index: -1;
        bottom: 58px;
        left: 0px;
    }
}

/* Pie Chart */
.card {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin-bottom: 1.5rem
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(19, 24, 44, .125);
    border-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(19, 24, 44, .03);
    border-bottom: 1px solid rgba(19, 24, 44, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

card-footer,
.card-header {
    background-color: transparent;
    border-color: rgba(160, 175, 185, .15);
    background-clip: padding-box
}
/* Carousel */
.testimonial {
    margin: 0 15px;
}

.testimonial .description {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #696969;
    padding: 25px 20px;
    border: 2px solid #ff6700;
}

.testimonial .description:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-style: none none solid solid;
    border-width: 0 0 2px 2px;
    border-color: #ff6700;
    position: absolute;
    bottom: -11px;
    left: 6%;
    transform: skewY(-45deg);
}

.testimonial .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px;
    display: inline-block;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-title {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 5px;
}

.testimonial .testimonial-title span {
    color: #ff6700;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial .testimonial-title small {
    display: block;
    font-size: 14px;
}

.owl-theme .owl-controls {
    position: absolute;
    bottom: 10%;
    right: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
    display: initial !important;
    border-radius: 0;
    background: #000 !important;
    padding: 5px !important;
    opacity: 1 !important;
}

.owl-prev:before,
.owl-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff6700;
}

.owl-prev:before {
    content: "\27F5";
    font-size: 20px !important;
    padding: 4px 10px !important;
}
.owl-next:before {
    content: "\2192";
    font-size: 25px !important;
    padding: 2px 9px !important;
}

@media only screen and (max-width: 767px) {
    .testimonial .description {
        font-size: 14px;
    } 

    .testimonial .description:after {
        left: 14%;
    }
}

@media only screen and (max-width: 479px) {
    .owl-theme .owl-controls {
        bottom: 0;
    }

    .testimonial .description:after {
        left: 18%;
    }
}

/*-------------------------------------------------------------------------------------
    preloader
---------------------------------------------------------------------------------------*/
.fot-small-txt {
    color: #fff;
    font-size: 10px;
    margin-bottom: 0px;
}
.preloader {
    background: #ff4d1c;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.navbar-nav .nav-item {
    padding: 0 8px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.navbar-nav .nav-item .nav-link.active {
    color: #ff4d1c
}

#header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 0
}

/*-------------------------------------------------------------------------------------
    home area
---------------------------------------------------------------------------------------*/

#home-area {
    position: relative;
    padding: 100px 0 80px;
        background-color: #ffe1d3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

.pattern-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 700px;
    background-image: url(../images/dot.png);
	z-index:-1;
}

.caption h1 {
    font-weight: 600;
   
}

.caption p {
    font-size: 16px;
    
}

.caption a {
    display: inline-block;
    background-color: #ff4d1c;
    padding: 14px 30px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin: 30px 0 0;
}

.caption a:hover {
    background-color: #e03b0d;
}

.caption-img {
    position: relative;
    z-index: 9;
}

.caption-img img {
    max-width: 350px;
}

/*-------------------------------------------------------------------------------------
    home slider
---------------------------------------------------------------------------------------*/

.slide-single .caption-img img {
    max-width: 300px;
    margin: 0 auto
}

.owl-item.active .slide-single h1 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-single h3 {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-single p {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-single a {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

.owl-item.active .slide-single img {
    -webkit-animation: 1s .8s fadeInUp both;
    animation: 1s .8s fadeInUp both;
}

.home-carousel .owl-nav > div {
    position: absolute;
    left: 20px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    line-height: 68px;
    border-radius: 50%;
    font-size: 30px;
    background-color: rgba(255, 77, 28, 0.5);
    color: #fff;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0
}

.home-carousel .owl-nav .owl-next {
    left: auto;
    right: 20px
}

.home-carousel .owl-nav > div:hover {
    background-color: rgba(255, 77, 28);
}

#home-area:hover .owl-nav > div {
    visibility: visible;
    opacity: 1;
}

.home-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    text-align: center
}

.home-carousel .owl-dot {
    width: 30px;
    height: 8px;
    border-radius: 2px;
    border: 2px solid #ff4d1c;
    display: inline-block;
    margin: 0 4px
}

.home-carousel .owl-dot.active {
    background-color: #ff4d1c;
}

/*-------------------------------------------------------------------------------------
    home newsletter
---------------------------------------------------------------------------------------*/

.home-newsletter {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 50px;
    position: relative;
    z-index: 9;
}

.home-newsletter input {
    background-color: #f5f5f5;
    border: 0;
    height: 60px;
    padding-left: 20px;
    font-size: 15px;
}

.home-newsletter button {
    background-color: #ff6700;
    width: 100%;
    border: 0;
    color: #fff;
    height: 60px;
    border-radius: 3px;
    font-weight: 600
}

.home-newsletter button:hover {
    background-color: #e03b0d;
}

.home-newsletter h2 {
    font-weight: 700;
    font-size: 30px;
}

.home-newsletter form {
    margin-top: 34px;
}

/*-------------------------------------------------------------------------------------
    section heading
---------------------------------------------------------------------------------------*/

.section-heading {
    margin: 0 0 50px;
}

.section-heading h2 {
    font-weight: 600;
	color: #ff6700;
}
.ams .section-heading h2{
font-weight: 700;
    line-height: 60px;
    color: #ffffff;
    font-size: 50px;
}
.ams .section-heading{
    padding: 8% 20%;
}

/*-------------------------------------------------------------------------------------
    feature area
---------------------------------------------------------------------------------------*/

#feature-area {
    padding: 50px 0px;
}

.feature-single h4 {
    font-weight: 700;
}

.feature-single .icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    background-color: rgba(255, 77, 28, 0.1);
    border-radius: 50%;
}

.feature-single i {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    border-radius: 50%;
    margin: 10px 0 0;
    background-color: rgba(255, 77, 28, 0.1);
    color: #ff4d1c
}

/*-------------------------------------------------------------------------------------
    about area
---------------------------------------------------------------------------------------*/

#about-area {
    padding: 120px 0;
}

.about-info {
    padding: 40px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #fff
}

.about-info h2 {
    font-weight: 700;
    margin-bottom: 16px;
}

.about-info ul {
    margin-top: 10px;
}

.about-info ul li {
    display: block;
    padding: 8px 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px
}

.about-info li i {
    color: #0cff84;
}

.about-img {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.about-img img {
    max-width: 350px;
}

/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

#video-area {
    padding: 50px 0;
   
    background-color: #ffe1d3;
}

.video-cont {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}



.video-cont p {
       margin-bottom: 0px;
}

.video-box {
    padding: 100px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.video-box a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 60px;
    padding: 0 15px;
    background-color: #e03b0d;
    color: #fff;
    position: relative;
}

.video-box a:hover {
    background-color: #130f40;
    color: #fff;
}

.video-box a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 70px;
    width: 70px;
    border: 3px solid #e03b0d;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

.video-box a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 70px;
    width: 70px;
    border: 3px solid #e03b0d;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    why choose area
---------------------------------------------------------------------------------------*/

#why-chose-area {
    padding: 110px 0 120px;
    position: relative
}

.circle-bg {
    position: absolute;
    left: -20%;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/circle-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.why-chose-cont {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.why-chose-single {
    padding: 10px 35px;
}

.why-chose-single h4 {
    font-weight: 700;
}

.why-chose-single i {
    display: inline-block;
    font-size: 50px;
    margin: 0 0 16px;
    color: #ff4d1c
}

.product-gallery.owl-carousel {
    background-color: #FFEDE8;
    padding: 20px 20px 100px;
}

.product-gallery.owl-carousel img {
    max-width: 300px;
    margin: 0 auto;
}

.product-gallery.owl-carousel .owl-nav {
    width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0
}

.product-gallery.owl-carousel .owl-nav > div {
    position: absolute;
    left: 0;
    bottom: -65px;
    right: 0;
    text-align: center;
    background-color: #130f40;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px
}

.product-gallery.owl-carousel .owl-nav > div:hover {
    background-color: #ff4d1c;
}

.product-gallery.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0
}

/*-------------------------------------------------------------------------------------
    product area
---------------------------------------------------------------------------------------*/

#product-area {
    padding: 110px 0 120px
}

.product-wrap {
    background-color: #f9f9f9;
    padding: 50px 20px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.product-single {
    border: 2px solid #e6f0fa;
    padding: 30px 0 40px;
    background-color: rgba(255, 77, 28, 0.1);
    height: 100%
}

.product-single img {
    max-width: 150px;
    margin: 0 auto 30px;
}

.product-single h3 {
    font-weight: 700;
    margin: 20px 0 0
}

.product-single sup {
    opacity: 0.5;
    margin-left: 5px
}

.product-single h4 {
    font-weight: 700;
}

.product-single li {
    font-size: 14px;
    padding: 4px 0;
}

.product-cont li i {
    color: #0cff84;
}

.product-single a {
    display: inline-block;
    padding: 10px 15px;
    color: #341f97;
    font-size: 14px;
    margin: 25px 0 0;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #341f97
}

.product-single a:hover {
    background-color: #ff4d1c;
    border-color: #ff4d1c;
    color: #fff
}

.product-single a i {
    padding-right: 4px
}

.more-prod-btn a {
    display: inline-block;
    background-color: #ff4d1c;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    margin: 50px 0 0;
    font-weight: 600;
}

.more-prod-btn a:hover {
    background-color: #e03b0d;
}

/*-------------------------------------------------------------------------------------
    newsletter area
---------------------------------------------------------------------------------------*/

#newsletter-area {
    padding: 110px 0 120px;
    background-image: url(../images/banner-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newsletter-box {
   padding: 50px 25px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 30px;
}

.newsletter-form {
    position: relative
}

.newsletter-form input {
    width: 100%;
    float: left;
    color: #7e7e7e;
    border: 0;
    height: 65px;
    padding-left: 15px;
    border-radius: 30px;
    border: 3px solid #e0e3f7
}

.newsletter-form button {
    background-color: #ff4d1c;
    border: 0;
    border-radius: 4px;
    color: #fff;
    height: 52px;
    position: absolute;
    right: 22px;
    top: 23px;
    border-radius: 4px 30px 30px 4px;
    padding: 0 40px;
    font-weight: 600
}

.newsletter-form button:hover {
    background-color: #e03b0d;
}

/*-------------------------------------------------------------------------------------
    faq area
---------------------------------------------------------------------------------------*/

#faq-area {
    padding: 35px 0;
}

.card-header {
    padding: 0;
    border: 0;
    background-color: #f9f9f9;
}

.card {
    margin-bottom: 10px;
    border: 1px solid #e6f0fa;
}

.card-header a {
    padding: 15px 20px;
    display: block;
    font-weight: 600;
    color: #000;
    position: relative
}

.card-body {
    color: #777;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
}

.card-header a:hover {
    background-color: #ff6700;
    color: #fff;
    border-radius: 2px;
}

.card-header.active a:after {
    content: '\ef9a';
    color: #ff4d1c;
}

.card-header a:after {
    content: '\efc2';
    font-family: 'IcoFont';
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 16px;
    color: #ff4d1c
}

.card-header.active a:hover:after,
.card-header a:hover:after {
    color: #fff
}

/*-------------------------------------------------------------------------------------
    testimonial area
---------------------------------------------------------------------------------------*/

.testi-area {
    padding: 110px 0 160px
}

.testi-single {
    border-radius: 10px;
    padding: 20px 30px 30px;
    background-color: #fff;
    border: 1px solid #e6f0fa;
}

.testi-single img {
    max-width: 80px;
    border-radius: 50%;
    margin: 0 auto
}

.client-comment p i {
    color: #f9aa1f;
    font-size: 16px;
}

.testi-single .client-info {
    margin: 30px 0 0;
    overflow: hidden;
}

.client-details h4 {
    color: #ff4d1c;
    font-weight: 600;
    margin: 15px 0 0
}

.client-details {
    margin: 8px 0 0;
}

.client-comment span {
    color: #6d70a6;
    font-size: 40px;
    display: inline-block;
}

.testi-carousel.owl-carousel .owl-nav {
    width: 200px;
    margin: 40px auto 0;
    position: relative
}

.testi-carousel.owl-carousel .owl-nav > div {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 4px;
    margin-left: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid rgba(229, 240, 255, 0.5);
    background-color: #fff;
    color: #040da8;
}

.testi-carousel.owl-carousel .owl-nav .owl-next {
    left: 60px;
}

.testi-carousel.owl-carousel .owl-nav > div:hover {
    background-color: #092EED;
    color: #fff
}

/*-------------------------------------------------------------------------------------
    contact area
---------------------------------------------------------------------------------------*/

#contact-area {
    padding: 110px 0 105px;
    background-image: url(../images/shape-1.png);
    background-position: right;
    background-repeat: no-repeat
}

.contact-form input {
    height: 55px;
    border: 0;
    padding-left: 20px;
    border-bottom: 1px solid #e6f0fa;
    border-radius: 0;
}

.contact-form textarea {
    border: 0;
    border-bottom: 1px solid #e6f0fa;
    padding: 20px 0 0 20px;
    border-radius: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

.contact-form button {
    background-color: #ff4d1c;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600
}

.contact-form button:hover {
    background-color: #e03b0d;
}

.contact-img {
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-img img {
    max-width: 350px;
}

.help-block.with-errors li {
    color: #ff0000;
    margin: 4px 0 0;
}

.messages {
    margin: 15px 0 0
}

.messages button {
    color: #000;
    padding: 0;
    background-color: transparent
}

.messages button:hover {
    background-color: transparent
}

/*-------------------------------------------------------------------------------------
    footer area
---------------------------------------------------------------------------------------*/

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    display: block;
    border: 1px solid #e03b0d;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    color: #e03b0d;
    font-size: 14px;
    margin-right: 4px;
}
#footer {
    background-color: #2b2e5be8;
}

.footer-social li span {
    padding-right: 10px;
    font-weight: 600;
}

.copyright-text p a {
    color: #ff4d1c;
}

.copyright-text a:hover {
    color: #e03b0d;
}

/*-------------------------------------------------------------------------------------
    demo area
---------------------------------------------------------------------------------------*/

.demo-header {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.demo-header h2 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    line-height: 50px
}

.demo-body {
    padding: 100px 0 40px;
}

.demo-img {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)
}

.demo-sing-cont h5 {
    font-weight: 700;
    margin: 24px 0 0;
    color: #ff4d1c
}

.demo-sing-cont a {
    display: inline-block;
    padding: 8px 26px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
}

.demo-sing-cont a:hover {
    background-size: 200% auto
}

.demo-single {
    margin: 0 0 60px;
}

.demo-header-cont a {
    display: inline-block;
    padding: 10px 33px;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    margin: 30px 10px 0 0;
    background-color: #ff4d1c
}

.demo-header-cont a:hover {
    background-color: #e03b0d
}

/*Extra */
#header img{
	transition: 0.3s;
}
#header.sticky img{
	    width: 75%;
}
.blog-inner {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 10px 35px 2px rgb(61 61 61 / 12%);
}
.blog-image {
    position: relative;
}
.blog-inner img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	max-width: 100%;
    height: auto;
}
.blog-inner-content {
    padding: 15px;
}
.blog-inner h3  {
    font-size: 22px;
    
}
.blog-date {
    padding: 3px 12px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    box-shadow: 0 8px 25px rgb(250 98 98 / 55%);
    display: inline-block;
    background-color: #fa6262;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.blog-date strong {
    display: block;
}
.blog-inner .comment-blog {
    margin-bottom: 10px;
}
.blog-inner .comment-blog {
    margin-bottom: 10px;
}
.blog-inner .comment-blog ul li {
    display: inline-block;
    margin-right: 15px;
}
.blog-inner .comment-blog ul li a {
    color: rgba(7, 50, 79, 0.54);
    font-size: 14px;
}
.blog-inner .comment-blog ul li a i {
    padding-right: 5px;
    color: #fa6262;
}
.pad-t100{
	padding-top:100px;
}
.pad-b100{
	padding-bottom:100px;
}
.pad-t50{
	padding-top:50px;
}
.pad-b50{
	padding-bottom:50px;
}
.quiz-accord .right{
	border: 1px solid #f9f9f9;
}
.popup-1 .modal-body {
    
    padding: 0rem; 
}
.halfcoverd-close.close {
    font-size: 18px !important;
    color: #fff;
    font-weight: 900;
}
.halfcoverd-close.close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 35px;
    height: 35px;
    background-color: #ff6700;
    border-color: #ff6700;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px #777;
    margin: 0px;
    padding: 0;
    opacity: 1 !important;
	    z-index: 99;
}
div .input-error {
    color: #d03e3e;
    font-size: 12px;
	text-align: left;
}
.other-service li {
    display: inline-block;
    padding: 20px 10px;
    text-align: center;
}
.other-service li:not(:first-child) {
    width: 16%;
    font-size: 12px;
    box-shadow: 5px 0px 10px -5px #ffffff75;
    transition: 0.5s ease;
}
.other-service li:hover{ box-shadow: 0px 0px 0px 0px transparent;}
.other-service li a:hover {
    color: #ff6700;
}
.other-service li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.other-service li a i{margin-right: 10px;
    color: #ff6700;}

.blog-inner {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 10px 35px 2px rgb(61 61 61 / 12%);
}
.product {
    position: relative;
    
    height: 240px;
    
    overflow: hidden
}

.product .imgbox img {
    display: block;
    
}

.specifies {
	    border-radius: 10px;
    position: absolute;
    width: 100%;
    bottom: -218px;
        background-color: #2b2e5b;
    padding: 10px;
    box-sizing: border-box;
    transition: .5s;
	    height: 260px;

   
}

.product:hover .specifies {
    bottom: -20px
} 

.specifies h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    width: 100%;
}
.specifies p {
    color: rgb(255, 255, 255);
	
}
.product a{
	color: rgb(255, 255, 255);
	transition: .5s;
	font-size:14px;
	text-align:right;
	display:block;
}
.product a:hover{
	color: #ff6700;
}
.product span{
	margin-left:5px;
	transition: .5s;
}
.product a:hover span{
	margin-left:15px;
	color: #ff6700;
}

.list-table p{
	margin-bottom:0px;
}
.benef-table .table td, .benef-table .table th {
   padding: .15rem;
    vertical-align: top;
    border-top: 0px;
}
.benef-table .table td i {
        font-size: 18px;
   
    padding: 5px 10px 0px;
    color: #ff6700;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
   display:none;
   background-color: #f9f9f9;
  
    
    transition: all 500ms ease-out;
    border-top: 1px solid;
	
    
}
.cookiealert p{
	font-size: 12px;
    margin: 0px;
}

.cookiealert a {
    text-decoration: underline;
	font-size: 12px;
}

.cookiealert .acceptcookies {
    background: rgb(255, 103, 0);
    color: rgb(255, 255, 255);
	border-color:rgb(255, 103, 0);
}


.bg-video {
  position: relative;
  background-color: black;
  height: 90vh;
  width: 100%;
  overflow: hidden;
}
.bg-video video {
	
  transform: translateX(30%) translateY(19%);
}
#desktop_video{
	height:450px;
	width:800px;
}

 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 
  opacity: 0.5;
 
}

.bg-video h1 {
	color: #FFF;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px !important;
    margin-top: 20px;
    margin-bottom: 20px;
	text-shadow:3px 3px 5px #2d305e;
}
.sm-bg-video {
  position: relative;
  background-color: black;
  height: 100%;
 
  width: 100%;
  overflow: hidden;
}
/* .sm-bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  
  width: auto;
  
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

 .sm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 
  opacity: 0.5;
  z-index: 1;
} */
/* .sm-video-container {
 
  position: relative;
  overflow: hidden;
}
  */ 


.sm-video-container video {
  object-fit: cover; 
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}





.bg-video h1 {
	color: #FFF;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px !important;
    margin-top: 20px;
    margin-bottom: 20px;
	text-shadow:3px 3px 5px #2d305e;
}

.red-border {
	    border-bottom: 1px solid red !important;
}
.with-cust-errors, .with-cust-errors-suc{
	color: red;
    font-size: 12px;
	margin-left: 15px;
}


.arrow {
  text-align: center;
  
     
}
.arrow a{
  
      text-shadow: 3px 3px 5px #2d305e;
	  color:#fff;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.h-90{
	    height: 90%!important;
}
.pad-b35 {
    padding-bottom: 35px;
}
.pad-t35 {
    padding-top: 35px;
}
#feedback {
	    color: #fff;
    text-align: center;
    display: block;
      z-index: 99;
	position: fixed;
	right: 0;
	top: 50%;
	padding:10px;
	background:#ff6700;
	
	
}
#feedback span{
	display: block;
 font-size: 22px;
	margin:0px;
	
	text-align: center;
	color: #fff;
	
	text-decoration: none;
}
#feedback p {
	display: block;
 font-size: 14px;
	margin:0px;
	
	text-align: center;
	color: #fff;
	
	text-decoration: none;
}
#feedback a:hover {
	background:none;
}
#mob-feedback {
	    color: #fff;
    text-align: center;
    
      z-index: 99;
	position: fixed;
	
	top: 50%;
	padding:10px;
	background:#ff6700;
	    transform: rotate( -90deg);
		    right: -14%;
			display:none;
	
	
}
#mob-feedback span{
	display:inline;
 font-size: 22px;
	margin:0px;
	
	text-align: center;
	color: #fff;
	padding-right: 10px;
	text-decoration: none;
}
#mob-feedback p {
	display: block;
 font-size: 14px;
	margin:0px;
	
	text-align: center;
	color: #fff;
	
	text-decoration: none;
}
#mob-feedback a:hover {
	background:none;
}
#faq-area p{
	font-size: 16px;
	
	font-family: "Exo 2", sans-serif;
	
	color: #000;
}
.text-w{
	color:#fff;
}
.text-b{
	color:#000;
}
.newblog .main-title{
	font-size: 28px;
	    font-weight: 500;
	margin-top:20px;
   
    
}
.newblog .sub-title{
	font-size: 20px;
	    height: 225px;

}
.newblog .more{
	position: absolute;
    
    
   
   bottom: 30px;
    left: 20px;
   font-weight:600;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog2-block{
	
	width:100%;
	height:auto;
}
.blog2-block:hover .more{
	
    left: 30px;
  
}
.blogBottom-text {
    
    bottom: 0;
	left: 0px;
    padding: 0 25px 25px;
    position: absolute;
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
   
}
.blogBottom-text::before {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%) no-repeat scroll 0 0;
    content: "";
    height: 228px;
    left: 0;
    position: absolute;
    
    width: 100%;
    z-index: -1;
    bottom: 0px;
}
.blogBottom-text h3{
	font-size: 28px;
	    font-weight: 500;

   
    color: rgb(255, 255, 255);
}
.blogBottom-text h5{
	font-size: 20px;
	

   
    color: rgb(255, 255, 255);
}
.blogBottom-text p{
	color: rgb(255, 255, 255);
}
.mobside-btn a{
top:200px;
position:fixed;
right:-90px;
z-index: 1000;
transform: rotate(-90deg);
background-color: red;
padding:10px 20px 35px;
height: 0px;
background-color: #000;
color:#fff;
}
.mobside-btn a:hover{
text-decoration: none;
color:#fff;
}


#benf_video {
	height:350px;
	width:100%;
}
.img-thumbnail{
	background-color:#000
}
