/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

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

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}



.section.s1{
    background: linear-gradient(90deg, #3e4f86 50%, #a3c3ce 50%);
}
.section.s2{
    background-color: #a3c3ce;
}
.section.s3{
    background-color: #a3c3ce;
}
.section.s4{
    background-color: #a3c3ce;
}

.pp-tableCell {
    display: table-cell;
    vertical-align: top !important;
    width: 100%;
    height: 100%;
}

/* header section start */

.header_bg {
    width: 100%;
    background: #000;
    position: relative;
    z-index: 9;
}
.header_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
    padding-top: 15px;
}

.logo {
    float: left;
}

.menu_main {
    font-size: 16px;
    color: #fff;
    float: left;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menu {
    top: 0px;
    position: relative;
}

.togle_3 {
    float: left;
}

.menu_text {
    float: right;
}

.search_icon {
    width: 100%;
    float: left;
}

.padding_left_40 {
    padding-left: 40px;
}

.shoping_bag {
    float: left;
    padding: 0px 30px 0px 0px;
    margin: 0px;
}

/* header section end */

/* banner section start */

.banner_section {
   width: 100%;
   float: left;
   padding-bottom: 100px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 130px;
    font-family: 'Dosis', sans-serif;
}

.readmore_bt{
    width: 170px;
    float: left;
}

.readmore_bt a{
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #ffffff;
    transition: all; .2s;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}
.readmore_bt a:hover{
    color: #000;
}

.readmore_bt a:hover .border{
background-color: #000;
}

.border {
    border: none !important;
    width: 80px;
    height: 2px;
    background-color: #fff;
    transition: all; .2s
}

/* banner section end */

/* about section start */

.about_section{
    width: 100%;
    float: left;
}

.about_taital{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}

.energy_text{
    width: 100%;
    float: left;
    font-size: 70px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}

.about_text{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fdfdfd;
    margin: 0px;
}

.contact_bt{
    width: 170px;
    float: left;
    margin-top: 40px;
}

.contact_bt a{
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #ffffff;
    transition: all; .2s;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}
.contact_bt a:hover{
    color: #000;
}
.contact_bt a:hover .border{
background-color: #000;
}



/* about section end */

/* product section start */


.product_section{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.product_taital{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}

.product_text{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fdfdfd;
    margin: 0px;
}

.product_section_2{
    width: 100%;
    float: left;
    padding-top: 50px;
}

.price_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    font-family: 'Dosis', sans-serif;
}

#main_slider .carousel-control-next, 
#main_slider .carousel-control-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #000;
    font-size: 30px;
}

#main_slider .carousel-control-next {
    right: -65px;
    top: 135px;
}
#main_slider .carousel-control-prev {
    left: -65px;
    top: 135px;
}


/* product section end */

/* client section start */

.client_section{
    width: 100%;
    float: left;
}

.client_section_2{
    width: 100%;
    float: left;
    padding-top: 30px;
}

.client_box{
    width: 100%;
    background-color: #ffffff;
    padding: 20px 20px 80px 20px;
    position: relative;

}

.client_text {
    width: 100%;
    font-size: 12px;
    margin: 0px;
    text-align: center;
}

.client_img {
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 50px;
}

.client_name{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding-top: 70px;
}
/* client section end */
