/*-----------------------------------------------------------------------------------

    Template Name: BunGee - Blog, News & Magazine HTML5 Template
    Description: BunGee - Blog, News & Magazine HTML5 Template
    Author: bangladevs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Theme default css
	  2. Overlay
    3. Header
    4. Hero
    5. News
    6. Breadcrumb
    7. Post details
    8. Portfolio area
    9. Contact area
    10. Footer

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700,800");
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .container {
    max-width: 1250px;
  }
}

/* 1. Theme default css */
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666666;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

button {
  cursor: pointer;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #212428;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #666666;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #1c1c21;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #1c1c21;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #1c1c21;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #1c1c21;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #1c1c21;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.pos-relative {
  position: relative;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #2CA24C;
}

.theme-bg {
  background: #E33E2B;
}

.header-menu-bg {
  background: #ffffff;
}

.header-top-bg {
  background: #3A7CEC;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #1c1c21;
}

.theme-color {
  color: #E33E2B;
}

/*--
    - Custom Row
-----------------------------------------*/
.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-10 > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*.mt-17 {*/
/*  margin-top: 17px;*/
/*}*/

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 10px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 20px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-300 {
  padding-top: 300px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 10px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 20px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.img-100 {
  width: 100%;
}

.btn {
  background: #3A7CEC;
  padding: 15px 50px;
  line-height: 1;
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.btn:hover {
  background: #2CA24C;
  color: #ffffff;
}
.btn-border {
  background: transparent;
  border: 1px solid #1c1c21;
  color: #1c1c21;
}
.btn-border:hover {
  background: #1c1c21;
  color: #ffffff;
  border-color: #1c1c21;
}
.btn-soft {
  border-color: #e9e9e9;
  padding: 14px 30px;
  color: #333333;
  background: transparent;
  font-weight: 600;
}
.btn-soft:hover {
  background: #1c1c21;
  color: #ffffff;
  border-color: #1c1c21;
}

/* Scroll to top button - Disabled */
#scrollUp {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
/* Original styles - commented out
#scrollUp {
  background: #1c1c21;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 60px;
  bottom: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 47px;
}
#scrollUp:hover {
  background: #E33E2B;
}
*/
.mantra{
        margin-left: 71px;
}
@media (max-width: 767px) {
    
    
        .header__logo {
                /*margin-top: 54px;*/
               
        width: 278px !important;
    
    }
      
       
        .mantra {
        position: relative;
             bottom: 44px;
                     left: -26px;

    }
    .logbtnn{
            position: relative;
    bottom: 5px;
    }
    .second {
        width:100% !important;
    }
  /* Scroll to top button - Disabled */
  #scrollUp {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  /* Original mobile styles - commented out
  #scrollUp {
    right: 30px;
    bottom: 20px;
  }
  */
  .mantra{
      color: red;
    font-size: 9px !important;
    text-align: center ;
    font-weight: 600;
  }

  .management-tree .person p.name {
    font-size: 12px !important;
}


  .btt{
    padding: 2px !important;
}

  .mgt-wrapper .mgt-item .mgt-item-children .mgt-item-child {
    padding: 0 0px !important;
    position: relative;
  }

  .management-tree .person p.name {
    background-color: #cdcdcd;
    padding: 0px;
    font-size: 9px;
    font-weight: normal;
    color: #676767;
    margin: 0;
    position: relative;
}
  .management-tree .person img {
    max-width: 37px !important;
  }
  .valued-customer-grid {
    display: contents !important;
    /* max-width: 50% !important; */
  }

  .facetsList {
    width: 60%;
    float: left;
    position: relative;
    margin: 15px 0;
  }
  .lwidth {
    width: 100%;
  }

  .whatsapp-connect {
    position: fixed;
    bottom: 94px !important;
    right: 34px !important;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #24b61d;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    line-height: 50px;
    font-size: 30px;
    z-index: 9999;
  }

  .logbtnn {
    display: flex !important;
    justify-content: center !important;
    margin: 15px 0px !important;
  }

  .valued-customer-grid > div {
    margin: 15px 0px !important;
  }

  .new-brand {
    border: 1px solid #3A7CEC;
    padding: 40px 20px 20px 20px !important;
  }
  .our-brands-grid-row {
    display: block !important;
  }
  .about-grid-row {
    display: block !important;
    margin-bottom: 5rem !important;
  }
  h1 {
    font-size: 22px;
    font-weight: 800;
  }

  .icons-grid-wrapper > div > img {
    width: 50% !important;
    height: 50% !important;
  }
  .icons-grid-wrapper {
    display: block !important;
  }
  .valued-customer-wrapper {
    padding: 86px 10px 40px 10px !important;
  }
  .arrow-icon2 {
    display: none;
  }
  .arrow-icon {
    display: none;
  }
}

.col-20 {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .col-20 {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-20 {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .col-20 {
    width: 100%;
  }
}

.col-40 {
  width: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .col-40 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-40 {
    width: 100%;
  }
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  padding-left: 10px;
}
.section-title h2::before {
  background: #E33E2B;
  height: 25px;
  width: 3px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.section-title-2 h2 {
  background: #E33E2B;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 0;
}

.gallery-active.owl-carousel .owl-nav div {
  background: #ffffff;
  height: 35px;
  left: 20px;
  line-height: 36px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 35px;
}

.gallery-active.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.gallery-active.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.gallery-active.owl-carousel .owl-nav div:hover {
  background: #1c1c21;
  color: #ffffff;
}

.app-text h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .app-text h2 {
    margin-bottom: 20px;
  }
}

.app-store a {
  margin-left: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .app-store a {
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.instagram-item i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
  transform: translateY(-50%);
}

.instagram-item:hover i {
  opacity: 1;
}

.instagram-item a:before {
  position: absolute;
  background: #1c1c21;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
}

.instagram-item:hover a:before {
  opacity: 0.7;
}

/* 13. pagination */
.pagination {
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  padding-bottom: 3px;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 10px;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
}
.pagination ul li a {
  background: #f7f7fd;
  font-size: 14px;
  color: #3b3b3b;
  font-weight: 700;
  display: inline-block;
  padding: 9px 18px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #E33E2B;
}

.page-title-bar h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-bar h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .page-title-bar h1 {
    font-size: 32px;
  }
}

/* 2. Overlay */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff;
}

[data-overlay="dark"]::before {
  background-color: #1c1c21;
}

[data-overlay="dark-gradient"]::before {
  background-image: -moz-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    #0000005e 100%
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.904) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    #0000005e 100%
  );
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* 3. Header */
/* Top Header Bar */
.header__top-bar {
  background: #E33E2B !important;
  background-color: #E33E2B !important;
  color: #ffffff !important;
  padding: 10px 0;
  font-size: 14px;
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0;
  position: relative;
}

.header__top-contact {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header__top-icon {
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.header__top-text {
  color: #ffffff;
  font-weight: 500;
}

.header__top-link {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.header__top-link:hover {
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.9;
}

.header__top-link:hover .header__top-icon {
  transform: scale(1.1);
}

.header__top-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
}

.header__top-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header__top-mantra {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  font-style: italic;
}

@media (max-width: 767px) {
  .header__top-links {
    justify-content: flex-end;
    text-align: right;
  }
  .header__top-contact {
    justify-content: flex-start;
    text-align: left;
  }
  .header__top-center {
    display: none;
  }
}

.header__top-separator {
  color: #ffffff;
  margin: 0 5px;
}

/* Header Logo Styles */
.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 50px;
}

.header__logo a {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  min-height: 50px;
}

.header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 50px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .header__logo a {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .header__logo a {
    max-width: 180px;
  }
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__mobile-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 999;
  transition: all 0.3s ease;
}
.header__mobile-menu-btn:focus {
  outline: none;
}
.header__mobile-menu-btn span {
  width: 25px;
  height: 3px;
  background-color: #3A7CEC;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header__mobile-menu-btn:hover span {
  background-color: #2CA24C;
}
.header__mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
  background-color: #E33E2B;
}
.header__mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}
.header__mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
  background-color: #E33E2B;
}

/* Mobile Menu Container */
.mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 998;
  overflow-y: auto;
  padding-top: 80px;
}
.mobile-menu-wrapper.active {
  display: block;
}
.mobile-menu-content {
  background-color: #ffffff;
  padding: 30px 20px;
  margin: 0 15px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.mobile-menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-content ul li {
  border-bottom: 1px solid #e0e0e0;
}
.mobile-menu-content ul li:last-child {
  border-bottom: none;
}
.mobile-menu-content ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 10px;
  color: #1c1c21;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.mobile-menu-content ul li a i {
  font-size: 18px;
  color: #3A7CEC;
  min-width: 24px;
  text-align: center;
}
.mobile-menu-content ul li a:hover {
  color: #3A7CEC;
  padding-left: 15px;
}
.mobile-menu-content ul li a:hover i {
  color: #2CA24C;
}

/* Mobile Submenu Styles */
.mobile-menu-content ul li .mobile-submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f8f9fa;
  border-top: 1px solid #e0e0e0;
}

.mobile-menu-content ul li .mobile-submenu.active {
  display: block;
}

.mobile-menu-content ul li .mobile-submenu li {
  border-bottom: 1px solid #e0e0e0;
}

.mobile-menu-content ul li .mobile-submenu li:last-child {
  border-bottom: none;
}

.mobile-menu-content ul li .mobile-submenu li a {
  padding-left: 40px;
  font-size: 14px;
  color: #666;
}

.mobile-menu-content ul li .mobile-submenu li a:hover {
  color: #3A7CEC;
  background-color: rgba(58, 124, 236, 0.05);
}

.mobile-menu-toggle-sub {
  position: relative;
}

.mobile-menu-toggle-sub .fa-chevron-down {
  margin-left: auto;
  transition: transform 0.3s ease;
}

.mobile-menu-toggle-sub.active .fa-chevron-down {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .header__menu-inline {
    display: none;
  }
}

/* Mobile Footer Bar */
.mobile-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 8px 0;
}

.mobile-footer-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  padding: 0 10px;
}

.mobile-footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #666666;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 8px;
  transition: all 0.3s ease;
  min-width: 50px;
  flex: 1;
}

.mobile-footer-item i {
  font-size: 20px;
  margin-bottom: 4px;
  color: #666666;
  transition: all 0.3s ease;
}

.mobile-footer-item span {
  font-size: 11px;
  line-height: 1.2;
}

.mobile-footer-item:hover,
.mobile-footer-item.active {
  color: #3A7CEC;
  text-decoration: none;
}

.mobile-footer-item:hover i,
.mobile-footer-item.active i {
  color: #3A7CEC;
  transform: scale(1.1);
}

/* Add padding to body on mobile to prevent content from being hidden behind footer */
@media (max-width: 991px) {
  body {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .header__top-bar {
    font-size: 12px;
    padding: 8px 0;
  }
  .header__top-contact {
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 0;
  }
  .header__top-links {
    justify-content: flex-end;
    text-align: right;
  }
  .header__top-link {
    font-size: 12px;
  }
  .header__top-text {
    font-size: 12px;
  }
  .header__top-icon {
    font-size: 12px;
  }
  .header__top-menu ul {
    text-align: center;
  }
  .header__menu-inline {
    display: none;
  }
  .header__search-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .header__middle .logbtnn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}

.header__top-menu ul li {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .header__top-menu ul li {
    margin-right: 7px;
  }
}
.header__top-menu ul li a {
  color: #ffffff;
  font-size: 12px;
  padding: 12px 0;
  display: block;
}
.header__top-menu ul li a:hover {
  color: #E33E2B;
}

.header__social {
  line-height: 1;
}
@media (max-width: 767px) {
  .header__social {
    margin-bottom: 15px;
  }
}
.header__social a {
  color: #ffffff;
  font-size: 12px;
  margin-left: 15px;
}
.frd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__menu-inline {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__menu-inline nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header__search-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.header__cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(58, 124, 236, 0.1);
  color: #3A7CEC;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__cart-link:hover {
  background: #3A7CEC;
  color: #fff;
  text-decoration: none;
}
.header__search-form {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.header__search-input {
  width: 100%;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 25px 0 0 25px;
  padding: 0 20px;
  font-size: 14px;
  color: #1c1c21;
  outline: none;
  transition: all 0.3s ease;
}
.header__search-input:focus {
  border-color: #3A7CEC;
  box-shadow: 0 0 0 2px rgba(58, 124, 236, 0.1);
}
.header__search-input::placeholder {
  color: #999;
  font-size: 14px;
}
.header__search-btn {
  height: 40px;
  width: 50px;
  border: none;
  border-radius: 0 25px 25px 0;
  background-color: #3A7CEC;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  outline: none;
}
.header__search-btn:hover {
  background-color: #2CA24C;
}
.header__search-btn i {
  font-size: 16px;
}
.header__menu ul li,
.header__menu-inline ul li {
  display: inline-block;
  position: relative;
}
.header__menu ul li a,
.header__menu-inline ul li a {
  color: #1c1c21;
  padding: 15px 18px;
  line-height: 1;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__menu-inline ul li a i {
  font-size: 14px;
  color: #3A7CEC;
  transition: color 0.3s ease;
}
.header__menu-inline ul li a:hover {
  color: #3A7CEC;
}
.header__menu-inline ul li a:hover i {
  color: #2CA24C;
}
.header__menu ul li a::before {
  background: #2CA24C;
  height: 6px;
  width: 100%;
  content: "";
  top: -6px;
  left: 0;
  position: absolute;
  border-radius: 3px 8px 0px 0px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
/* .header__menu ul li:hover > a,
.header__menu ul li.active > a {
  background: #E33E2B;
} */
.header__menu ul li:hover > a::before,
.header__menu ul li.active > a::before {
  opacity: 1;
}
/* Customer Portal Menu Styles */
#customer-menu {
  width: 100%;
}

#customer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

#customer-menu > ul > li {
  position: relative;
  display: inline-block;
}

#customer-menu > ul > li > a {
  color: #1c1c21;
  padding: 12px 15px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 5px;
}

#customer-menu > ul > li > a i.fa-chevron-down {
  font-size: 10px;
  margin-left: 3px;
}

#customer-menu > ul > li > a:hover {
  color: #3A7CEC;
  background-color: rgba(58, 124, 236, 0.1);
}

#customer-menu > ul > li > a i:not(.fa-chevron-down) {
  font-size: 14px;
  color: #3A7CEC;
  transition: color 0.3s ease;
}

#customer-menu > ul > li > a:hover i:not(.fa-chevron-down) {
  color: #2CA24C;
}

#customer-menu ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 220px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  z-index: 999;
  margin-top: 5px;
}

#customer-menu > ul > li:hover > ul.submenu {
  display: block;
}

#customer-menu ul.submenu li {
  display: block;
  width: 100%;
}

#customer-menu ul.submenu li a {
  color: #666;
  padding: 12px 20px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

#customer-menu ul.submenu li a:hover {
  color: #3A7CEC;
  background-color: rgba(58, 124, 236, 0.05);
  border-left-color: #3A7CEC;
  padding-left: 25px;
}

/* Customer Portal Logout Button */
.header__logout-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.customer-logout-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #E33E2B 0%, #c92a1a 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(227, 62, 43, 0.3);
}

.customer-logout-btn i {
  font-size: 14px;
}

.customer-logout-btn:hover {
  background: linear-gradient(135deg, #c92a1a 0%, #E33E2B 100%);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(227, 62, 43, 0.4);
}

.customer-logout-btn:active {
  transform: translateY(0);
}

/* Hide Second Menu Bar (Sidebar) in Customer Portal */
nav.kr,
.container-fluid .row .col-md-12.p-0 nav.kr,
#navigation nav.kr {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 991px) {
  #customer-menu {
    display: none;
  }
  .header__logout-link {
    display: none;
  }
}

.header__menu ul li ul.submenu {
  width: 200px;
  position: absolute;
  top: 110%;
  left: 0;
  background: #1c1c21;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.header__menu ul li ul.submenu li {
  display: block;
  border-bottom: 1px solid #333;
}
.header__menu ul li ul.submenu li:last-child {
  border-bottom: 0;
}
.header__menu ul li ul.submenu li a {
  padding: 14px 12px;
  font-size: 13px;
}
.header__menu ul li ul.submenu li a:before {
  display: none;
}
.header__menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header__menu ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.header__menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header__right-icon {
  line-height: 1;
      padding: 10px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__right-icon.f-right {
    float: none;
  }
}
@media (max-width: 767px) {
  .header__right-icon.f-right {
    float: right;
  }
}
.header__right-icon a {
  color: #ffffff;
  font-size: 14px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__right-icon a:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header__right-icon a:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__menu-area {
    padding: 5px 0;
  }
}

.menu__border {
  border-top: 1px solid #eee;
}

.header__menu-white ul li a {
  color: #1c1c21;
}
.header__menu-white ul li a:before {
  display: none;
}

.header__menu-white ul li:hover > a,
.header__menu-white ul li.active > a {
  color: #E33E2B;
  background: transparent;
}

.header__menu-white ul li ul.submenu li a {
  color: #ffffff;
}

.header__menu-white ul li ul.submenu li:hover > a,
.header__menu-white ul li ul.submenu li.active > a {
  color: #E33E2B;
}

.header__menu-white ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}

.header__menu-white ul li:first-child a {
  padding-left: 0;
}

.header__menu-black ul li a {
  color: #1c1c21;
}

.header__menu-black ul li:hover > a,
.header__menu-black ul li.active > a {
  background: #E33E2B;
  color: #ffffff;
}

.header__menu-black ul li:hover > a::before,
.header__menu-black ul li.active > a::before {
  opacity: 1;
}

.header__menu-black ul li ul.submenu li a {
  color: #ffffff;
  background: transparent;
}

.header__menu-black ul li ul.submenu li:hover > a,
.header__menu-black ul li ul.submenu li.active > a {
  color: #E33E2B;
}

.header__menu-black ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}

.header__icon-black {
  line-height: 1;
}
.header__icon-black a {
  color: #1c1c21;
}
.header__icon-black a:hover {
  color: #E33E2B;
}

.header-top-border {
  border-bottom: 1px solid #e9e9e9;
}

.top-menu-black ul li a {
  color: #666;
}

.header-date {
  margin-top: 7px;
}
.header-date span {
  font-size: 13px;
}

@media (max-width: 767px) {
  .header-social-black.f-right {
    float: none;
    text-align: center;
  }
}

.header-social-black a {
  color: #666;
}
.header-social-black a:hover {
  color: #E33E2B;
}

@media (max-width: 767px) {
  .top-form {
    display: none;
  }
}

.top-form form {
  position: relative;
  width: 190px;
}

.top-form input {
  width: 100%;
  height: 42px;
  background: #1c1c21;
  border: 0;
  padding: 0 15px;
}
.top-form input::placeholder {
  color: #ffffff;
  opacity: 0.6;
}

.top-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  border: 0;
  background: no-repeat;
  color: #ddd;
}

/* extra info */
.extra-info {
  background: #222 none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 360px;
  z-index: 999;
  overflow-y: scroll;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .extra-info {
    width: 300px;
    padding: 15px;
  }
}

.extra-info.info-open {
  transform: translateX(0);
}

.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.social-icon-right {
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ddd;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.social-icon-right > a {
  color: #ffffff;
  display: inline-block;
  margin-right: 12px;
}

.social-icon-right > a:hover {
  color: #E33E2B;
}

.side-menu {
  border-bottom: 1px solid #444;
  padding-bottom: 12px;
}

.side-menu ul li {
  margin-bottom: 15px;
}

.side-menu ul li a {
  color: #ddd;
  font-size: 14px;
}

.side-menu ul li:hover a {
  color: #3A7CEC;
}

#search-modal {
  background-color: rgba(23, 26, 33, 0.95);
}

#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  outline: 0;
}

#search-modal .modal-dialog .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

#search-modal .modal-dialog .modal-content form {
  width: 555px;
  position: relative;
}
@media (max-width: 767px) {
  #search-modal .modal-dialog .modal-content form {
    width: 300px;
  }
}

#search-modal .modal-dialog .modal-content form input {
  width: 100%;
  font-size: 36px;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  background: 0 0;
  color: #fff;
  padding-bottom: 12px;
  padding-right: 40px;
}

#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
  font-size: 35px;
  color: #666;
}
@media (max-width: 767px) {
  #search-modal .modal-dialog .modal-content form input::-moz-placeholder {
    font-size: 25px;
  }
}

#search-modal .modal-dialog .modal-content form input::placeholder {
  font-size: 35px;
  color: #666;
}
@media (max-width: 767px) {
  #search-modal .modal-dialog .modal-content form input::placeholder {
    font-size: 25px;
  }
}

#search-modal .modal-dialog .modal-content form button {
  position: absolute;
  right: 0;
  margin-bottom: 3px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background: 0 0;
  border: none;
  cursor: pointer;
  top: 11px;
}

.white__header .mean-container a.meanmenu-reveal {
  border: 1px solid #1c1c21;
  color: #1c1c21;
}
.white__header .mean-container a.meanmenu-reveal span {
  background: #1c1c21;
}

.header__top-search {
  padding-right: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__top-search {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .header__top-search {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.header__top-search form {
  position: relative;
}
.header__top-search form input {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 15px;
  background-color: #cc2121;
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.header__top-search form input::placeholder,
.header__top-search form input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
}
.header__top-search form input::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
.header__top-search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border: 0;
  background: no-repeat;
  color: #ffffff;
  font-size: 12px;
}

.header-red ul li a {
  padding: 30px 18px;
}
.header-red ul li a:before {
  display: none;
}

.header-red ul li:hover > a,
.header-red ul li.active > a {
  background: transparent;
  opacity: 0.8;
}

.header-red ul li ul.submenu li a {
  color: #ffffff;
}

.header-red ul li ul.submenu li:hover > a,
.header-red ul li ul.submenu li.active > a {
  color: #E33E2B;
}

.header-red ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}

.header-red ul li:first-child a {
  padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-red-icon {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .header-red-icon {
    margin-top: 18px;
  }
}

/*
  Docs at http://http://simpleweatherjs.com

  Look inspired by http://www.degreees.com/
  Used for demo purposes.

  Weather icon font from http://fonts.artill.de/collection/artill-weather-icons

  DO NOT hotlink the assets/font included in this demo. If you wish to use the same font icon then download it to your local assets at the link above. If you use the links below odds are at some point they will be removed and your version will break.
*/
@font-face {
  font-family: "weather";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff")
      format("woff"),
    url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf")
      format("truetype"),
    url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

#weather {
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
}

#weather i {
  color: #444;
  font-family: weather;
  font-size: 70px;
  font-weight: normal;
  font-style: normal;
  line-height: 0;
  text-transform: none;
}

.icon-0:before {
  content: ":";
}

.icon-1:before {
  content: "p";
}

.icon-2:before {
  content: "S";
}

.icon-3:before {
  content: "Q";
}

.icon-4:before {
  content: "S";
}

.icon-5:before {
  content: "W";
}

.icon-6:before {
  content: "W";
}

.icon-7:before {
  content: "W";
}

.icon-8:before {
  content: "W";
}

.icon-9:before {
  content: "I";
}

.icon-10:before {
  content: "W";
}

.icon-11:before {
  content: "I";
}

.icon-12:before {
  content: "I";
}

.icon-13:before {
  content: "I";
}

.icon-14:before {
  content: "I";
}

.icon-15:before {
  content: "W";
}

.icon-16:before {
  content: "I";
}

.icon-17:before {
  content: "W";
}

.icon-18:before {
  content: "U";
}

.icon-19:before {
  content: "Z";
}

.icon-20:before {
  content: "Z";
}

.icon-21:before {
  content: "Z";
}

.icon-22:before {
  content: "Z";
}

.icon-23:before {
  content: "Z";
}

.icon-24:before {
  content: "E";
}

.icon-25:before {
  content: "E";
}

.icon-26:before {
  content: "3";
}

.icon-27:before {
  content: "a";
}

.icon-28:before {
  content: "A";
}

.icon-29:before {
  content: "a";
}

.icon-30:before {
  content: "A";
}

.icon-31:before {
  content: "6";
}

.icon-32:before {
  content: "1";
}

.icon-33:before {
  content: "6";
}

.icon-34:before {
  content: "1";
}

.icon-35:before {
  content: "W";
}

.icon-36:before {
  content: "1";
}

.icon-37:before {
  content: "S";
}

.icon-38:before {
  content: "S";
}

.icon-39:before {
  content: "S";
}

.icon-40:before {
  content: "M";
}

.icon-41:before {
  content: "W";
}

.icon-42:before {
  content: "I";
}

.icon-43:before {
  content: "W";
}

.icon-44:before {
  content: "a";
}

.icon-45:before {
  content: "S";
}

.icon-46:before {
  content: "U";
}

.icon-47:before {
  content: "S";
}

#weather h2 {
  margin: 0;
  color: #444;
  font-size: 35px;
  font-weight: 600;
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  font-size: 14px;
}

#weather .currently {
  margin: 0 20px;
}

.black-icon.mean-container a.meanmenu-reveal {
  border: 1px solid #222;
  color: #222;
}

.black-icon.mean-container a.meanmenu-reveal span {
  background: #222;
}

/* 4. Hero */
.hero__thumb img {
  width: 100%;
}

.hero__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 28px;
}
.hero__text h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero__text h3 {
    font-size: 18px;
  }
}
.hero__text h3 a {
  color: #ffffff;
}
.hero__text h3 a:hover {
  color: #E33E2B;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero__text h3.pr-100 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero__text h3.pr-100 {
    padding-right: 0;
  }
}
.hero__text-small h3 {
  font-size: 16px;
}

.slide-height {
  min-height: 730px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slide-height {
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slide-height {
    min-height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-height {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .slide-height {
    min-height: 150px;
  }
  .portfolio-menu {
    display: grid;
  }
  .adsSect h1 span {
    display: block;
    font-size: 40px !important;
  }
  .op-product-2 h2 {
    text-align: center;
    font-size: 30px !important;
    font-weight: 800;
    color: #E33E2B;
  }
  .tab-content p {
    font-size: 14px;
    color: #fff;
    padding: 0px 12px !important;
  }
  .expertHead::after {
    content: "";
    width: 20% !important;
  }
  .expertHead::before {
    content: "";
    width: 20% !important;
  }
  .ex {
    width: 100%;
  }
}

.slider__text h3 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}
.slider__text h3:hover {
  color: #E33E2B;
}
@media (max-width: 767px) {
  .slider__text h3 {
    font-size: 32px;
  }
}

.slider-meta li {
  color: #aeaeae;
}

.slider-arrow button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background: none;
  border: 0;
  width: 60px;
  font-size: 25px;
  padding: 0;
  color: #ffffff;
  z-index: 9;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  border: 2px solid #ffffff;
}

.slider-arrow button.slick-next {
  left: auto;
  right: 30px;
}

.slider-arrow:hover button {
  opacity: 1;
  visibility: visible;
}

.slider-arrow button:hover {
  background: #E33E2B;
  color: #ffffff;
  border-color: #E33E2B;
}

.slider-active-stage .single-slider:before {
  display: none;
}

.slider-active-stage .single-slider.slick-center:before {
  display: block;
}

.slider-active-stage .slider {
  display: none;
}

.slider-active-stage .slick-center .slider {
  display: block;
}

/* 5. News */
.breaking__meta ul li {
  display: inline-block;
  margin-right: 25px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .breaking__meta ul li {
    margin-right: 15px;
  }
}
.breaking__meta ul li i {
  margin-right: 7px;
  color: #E33E2B;
}

.breaking__wrapper {
  position: relative;
  border: 1px solid #ddd;
}
.breaking__wrapper .breaking__title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #E33E2B;
  padding: 15px 35px;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 9;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breaking__wrapper .breaking__title {
    display: block;
    position: static;
  }
}
@media (max-width: 767px) {
  .breaking__wrapper .breaking__title {
    display: block;
    position: static;
  }
}
.breaking__wrapper .breaking__ticker-active {
  padding: 10px 25px 12px 205px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breaking__wrapper .breaking__ticker-active {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .breaking__wrapper .breaking__ticker-active {
    padding-left: 15px;
  }
}
.breaking__wrapper .breaking__ticker-active li a {
  line-height: 1;
  font-size: 14px;
}
.breaking__wrapper .breaking__ticker-active .owl-nav div {
  color: #1c1c21;
  position: absolute;
  right: 10px;
  top: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breaking__wrapper .breaking__ticker-active .owl-nav div {
    top: -36px;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .breaking__wrapper .breaking__ticker-active .owl-nav div {
    top: -36px;
    color: #ffffff;
  }
}
.breaking__wrapper .breaking__ticker-active .owl-nav div.owl-prev {
  right: 30px;
}

.post-cat {
  display: inline-block;
}
.post-cat a {
  background: #E33E2B;
  padding: 4px 15px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
}
.post-cat a.color1 {
  background: #f2709c;
}
.post-cat a.color2 {
  background: #d39d38;
}
.post-cat a.color3 {
  background: #e100ff;
}
.post-cat a.color4 {
  background: #348ac7;
}
.post-cat a.color5 {
  background: #8dc26f;
}
.post-cat a.color6 {
  background: #5b86e5;
}
.post-cat a.color8 {
  background: #4135bf;
}
.post-cat a.color9 {
  background: #45a247;
}
.post-cat a.color10 {
  background: #8e44ad;
}
.post-cat a.color11 {
  background: #c779d0;
}
.post-cat a.color11 {
  background: #f2994a;
}
.post-cat a.color12 {
  background: #6190e8;
}
.post-cat a.color13 {
  background: #43c6ac;
}
.post-cat.r-0 a {
  border-radius: 0;
  padding: 4px 14px;
}

.post-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.sm-cat {
  line-height: 1;
}
.sm-cat a {
  font-size: 12px;
  text-transform: capitalize;
}

.postbox__thumb {
  position: relative;
}
.postbox__thumb a img {
  width: 100%;
}
@media (max-width: 767px) {
  .postbox__thumb a img {
    width: 100%;
  }
}

.postbox__text-meta ul {
  line-height: 1;
}
.postbox__text-meta ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.postbox__text-meta ul li i {
  margin-right: 4px;
}

.postbox__text h4 {
  font-size: 14px;
  font-weight: 500;
}
.postbox__text h4.title-30 {
  font-size: 30px;
}
.postbox__text h4.title-24 {
  font-size: 24px;
}
.postbox__text h4.title-22 {
  font-size: 22px;
}
.postbox__text h4.title-20 {
  font-size: 20px;
}
.postbox__text h4.title-18 {
  font-size: 18px;
}
.postbox__text h4.title-16 {
  font-size: 16px;
}
.postbox__text h4.title-13 {
  font-size: 13px;
}
.postbox__text h4.font-600 {
  font-weight: 600;
}
.postbox__text h4 a {
  color: #212428;
}
.postbox__text h4 a:hover {
  color: #E33E2B;
}

.post__small {
  overflow: hidden;
}
.post__small-text {
  line-height: 1;
}
.post__small-text h4 {
  font-weight: 600;
  margin-top: 6px;
}
.post__small-text h4:hover {
  color: #E33E2B;
}
.post__small-text h4.title-13 {
  font-size: 13px;
}
.post__small-text h4.title-14 {
  font-size: 14px;
}
.post__small-text h4.title-16 {
  font-size: 16px;
  font-weight: 500;
}
.post__small-text-meta ul li {
  font-size: 11px;
}
.post__small-text-meta ul li i {
  color: #E33E2B;
  margin-right: 4px;
}

.side-post h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 18px;
}

.side-post .post__small-thumb img {
  width: 90px;
}

.side-post .post__small-text .sm-cat {
  color: #ddd;
}

.side-post .post__small-text h4 {
  color: #ddd;
}
.side-post .post__small-text h4:hover {
  color: #E33E2B;
}

.side-post .post__small-text .post__small-text-meta ul li {
  color: #ddd;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.video-play a {
  background: #E33E2B;
  height: 35px;
  width: 35px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  line-height: 35px;
  font-size: 12px;
}

.post__features {
  position: relative;
}
.post__features:after {
  position: absolute;
  content: "";
  border: 1px dashed #ffffff;
  top: 0;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.post__features-thumb img {
  width: 100%;
}
.post__features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 9;
}
.post__features-content h4 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}
.post__features-content h4.title-24 {
  font-size: 24px;
  font-weight: 600;
}
.post__features-content h4 a:hover {
  opacity: 0.5;
}
.post__features-author span {
  font-size: 12px;
  color: #ffffff;
}

.meta-top {
  margin-bottom: 5px;
}
.meta-top span {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}

.red-meta ul li span {
  color: #ffffff;
}

.red-meta ul li i {
  color: #E33E2B;
}

.content-pad {
  padding: 30px;
}

.border {
  border: 1px solid #e9e9e9;
}

.title-theme h2 {
  background: #E33E2B;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1;
  margin: 0;
}

.news-tabs li a {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.news-tabs li a.active,
.news-tabs li a:hover {
  color: #E33E2B;
}

.blog-no-border:after {
  display: none;
}

.border-dashed {
  border: 1px dashed #e9e9e9;
  padding: 30px;
}

.pos-static {
  position: static;
}

.post-content-sm {
  padding: 15px;
}
.post-content-sm h4 {
  font-size: 13px;
  margin: 0;
}

.post-sm-gallery .owl-nav div {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: #444;
  transition: 0.3s;
}
.post-sm-gallery .owl-nav div:hover {
  background: #E33E2B;
  color: #ffffff;
}
.post-sm-gallery .owl-nav div.owl-next {
  left: auto;
  right: 30px;
}

.category-wrapper {
  padding: 50px;
  padding-top: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-wrapper {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .category-wrapper {
    padding: 25px;
    padding-top: 100px;
  }
}
.category-wrapper h1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 150px;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-wrapper h1 {
    padding-right: 80px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-wrapper h1 {
    padding-right: 0px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .category-wrapper h1 {
    padding-right: 0px;
    font-size: 20px;
  }
}

.cat-heading h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #E33E2B;
  margin: 0;
}

.cat-gallery a i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
  font-size: 16px;
  text-align: center;
  border: 2px solid red;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: auto;
  color: #E33E2B;
  border-radius: 50%;
  line-height: 46px;
  background: #ffffff;
}

.cat-gallery .owl-nav div {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: #444;
  transition: 0.3s;
}
.cat-gallery .owl-nav div:hover {
  background: #E33E2B;
  color: #ffffff;
}
.cat-gallery .owl-nav div.owl-next {
  left: auto;
  right: 30px;
}

.read-more {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}
.read-more:hover {
  color: #E33E2B;
}

/* 6. Breadcrumb */
.breadcrumb {
  background: #f7f7fd;
  border-radius: 0;
  padding: 50px 0;
  margin: 0;
}
.breadcrumb li {
  font-size: 14px;
  color: #999;
}
.breadcrumb li a {
  font-size: 14px;
  color: #666;
}
.breadcrumb li a:hover {
  color: #E33E2B;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  font-size: 13px;
}

/* 7. Post details */
.widget-border {
  border: 1px solid #e9e9e9;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget-border {
    padding: 15px;
  }
}

.widget-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e9e9e9;
}

.widget-subscribe input {
  width: 100%;
  height: 48px;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding: 0 12px;
}

.tagcloud a {
  color: #666;
  border: 1px solid #e9e9e9;
  font-size: 13px;
  padding: 10px 15px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 9px;
  margin-right: 7px;
}
.tagcloud a:hover {
  background: #1c1c21;
  border-color: #1c1c21;
  color: #ffffff;
}

.widget ul li {
  margin-bottom: 10px;
}
.widget ul li:last-child {
  margin: 0;
}
.widget ul li::before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 700;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.widget ul li a {
  font-size: 14px;
}
.widget ul li a span {
  float: right;
  color: #666;
}
.widget ul li a:hover {
  color: #E33E2B;
}

.post__small-text-meta li:before {
  display: none;
}

.details-title {
  font-size: 32px;
  font-weight: 600;
}

.share-post-link a {
  height: 45px;
  width: 45px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.share-post-link a.facebook {
  background: #1f3d7c;
}
.share-post-link a.twitter {
  background: #008de4;
}
.share-post-link a.instagram {
  background: #f4513d;
}
.share-post-link a.dribbble {
  background: #1f3d7c;
}
.share-post-link a.pinterest {
  background: #990011;
}
.share-post-link a.google-plus {
  background: #df3520;
}
.share-post-link a:hover {
  opacity: 0.7;
}

blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 700;
  font-size: 40px;
  top: 0;
  color: #eeeeee;
  z-index: -1;
  left: 0;
}

blockquote {
  margin: 25px 0 25px 0px;
  padding-left: 30px;
  position: relative;
  border-left: 6px solid #eeeeee;
}
blockquote p {
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #1c1c21;
}
blockquote footer {
  color: #666;
  font-weight: 500;
  position: relative;
  padding-left: 27px;
}
blockquote footer::before {
  content: "";
  height: 2px;
  width: 17px;
  top: 12px;
  left: 0;
  display: block;
  position: absolute;
  background: #888;
}

.content__tags > span {
  font-size: 14px;
  margin-right: 5px;
  font-weight: 600;
}

.content__tags-list a {
  border: 1px solid #e9e9e9;
  color: #444;
  display: inline-block;
  font-size: 12px;
  padding: 8px 15px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 5px;
}
.content__tags-list a:hover {
  border-color: #1c1c21;
  background: #1c1c21;
  color: #ffffff;
}

.media-left {
  width: 150px;
}
.media-left a {
  display: inline-block;
}

.author-meta {
  padding: 30px;
  border: 1px solid #eee;
}
.author-meta .media-body {
  padding-left: 18px;
}
@media (max-width: 767px) {
  .author-meta .media-body {
    padding-left: 0px;
    padding-top: 10px;
  }
}
.author-meta .media-body span a {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 3px;
}
.author-meta .media-body span a:hover {
  color: #E33E2B;
}
.author-meta .media-body p {
  margin-bottom: 10px;
}
.author-meta .social a {
  color: #666;
  font-size: 14px;
  margin-right: 15px;
}
.author-meta .social a:hover {
  color: #E33E2B;
}

.s-content__nav a {
  font-size: 20px;
  line-height: 1.5;
  color: #1c1c21;
  font-weight: 600;
}
.s-content__nav a:hover {
  color: #E33E2B;
}

.s-content__nav span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #7e7e7e;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* blog comments */
.comments-avatar {
  float: left;
  width: 103px;
}

.avatar-name {
  margin-bottom: 2px;
  overflow: hidden;
}
.avatar-name h5 {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.avatar-name span {
  color: #646464;
  font-size: 12px;
}

.comments-box {
  margin-bottom: 50px;
}

.comments-reply {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .comments-reply {
    padding-left: 0px;
  }
}

.comments-text {
  overflow: hidden;
  padding-left: 20px;
}
.comments-text p {
  color: #646464;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.comments-text a {
  color: #444;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.comments-text a:hover {
  color: #E33E2B;
}

.post-comments-form input {
  border: 1px solid #e6e6e6;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
}

.post-comments-form textarea {
  border: 1px solid #e6e6e6;
  height: 130px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}

/* 8. Portfolio area */
.portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-thumb img {
  width: 100%;
  transition: 0.3s;
}
.portfolio-thumb::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.portfolio-thumb a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background: red;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  z-index: 9;
  transform: translateY(-50%);
}

.portfolio-wrapper:hover .portfolio-thumb::before {
  opacity: 0.85;
  visibility: visible;
}

.portfolio-wrapper:hover .portfolio-thumb img {
  transform: scale(1.2) rotate(7deg);
}

.portfolio-wrapper:hover .portfolio-thumb a {
  opacity: 1;
}

.portfolio-wrapper {
  position: relative;
}

.portfolio-menu > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #3b3f42;
  cursor: pointer;
  font-weight: 600;
  margin: 0 3px;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.portfolio-menu > button:hover,
.portfolio-menu > button.active {
  background: #E33E2B;
  color: #ffffff;
}

.portfolio-menu > button:focus {
  outline: 0 none;
}

/* 9. Contact area */
.contact-form h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

.contact-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor #cccccf;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  font-size: 13px;
  height: 50px;
  margin-bottom: 30px;
  width: 100%;
  border: 0;
  border: 1px solid #ddd;
  padding: 0 15px;
}

.contact-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor #cccccf;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 125px;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
}

.contact-info span {
  color: #646464;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}

.contact-info h2 {
  color: #414149;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-meta-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-meta-info P {
  margin-bottom: 0;
}

#contact-map {
  height: 500px;
}

/* 10. Footer */
.footer-bg {
  background: #3A7CEC url('../../documents/footerback.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.subscribe-title h2 {
  color: #e5e5e5;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 25px;
  padding-top: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-title h2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .subscribe-title h2 {
    text-align: left;
  }
}

.subscribe-form form {
  position: relative;
}
.subscribe-form form input {
  width: 100%;
  background: no-repeat;
  border: 0;
  height: 35px;
  border-bottom: 1px solid #363636;
  color: #ffffff;
}
.subscribe-form form input::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
.subscribe-form form button {
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat;
  border: 0;
  height: 35px;
  cursor: pointer;
  text-transform: capitalize;
  color: #ddd;
  font-size: 14px;
}
.subscribe-form form button:hover {
  color: #E33E2B;
}

.subscribe-form form input::-moz-placeholder {
  color: #808080;
}

.subscribe-separator {
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
}

.footer-widget p {
  color: #fff;
  margin-bottom: 25px;
}

.footer-social a {
  height: 35px;
  width: 35px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 25px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-social a.facebook {
  background: #1f3d7c;
}
.footer-social a.twitter {
  background: #008de4;
}
.footer-social a.instagram {
  background: #c643d3;
}
.footer-social a.dribbble {
  background: #1f3d7c;
}
.footer-social a.pinterest {
  background: #990011;
}
.footer-social a.google-plus {
  background: #df3520;
}
.footer-social a:hover {
  opacity: 0.7;
}

.footer-widget h3 {
  color: #ffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-widget ul li {
  margin-bottom: 5px;
}
.footer-widget ul li:last-child {
  margin: 0;
}
.footer-widget ul li a {
  color: #fff;
  font-size: 13px;
}
.footer-widget ul li a i {
  margin-right: 5px;
}
.footer-widget ul li a:hover {
  color: #ffffff;
}

.copyright-area {
  border-top: 1px solid #363636;
}

.copyright p {
  margin: 0;
  color: #fff;
}
.lobtn a{
  color: white !important;
}
/* .header__logo{
    margin: 15px 0px;
  } */
.lobtn {
  /*border: 1px solid #3A7CEC;*/
  /*background: white;*/
  /*color: black;*/
  /*margin: 0px 10px;*/
  /*border-radius: 10px;*/
  /*background: #3A7CEC;*/
  /*padding: 15px 50px;*/
  /*line-height: 1;*/
  /*border-radius: 0;*/
  /*color: #ffffff;*/
  /*font-weight: 700;*/
  /*text-transform: uppercase;*/
  /*font-size: 14px;*/
  
     border: 1px solid #2CA24C;
    padding: 4px 20px;
    display: inline-block;
    zoom: 1;
    transition: 0.3s;
    border-radius: 10px;
    color: black;
    font-weight: 700;
    font-size: 15px;
    margin: 0px 2px;

}

.lobtn:hover{
        box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    color: #0e0e0f !important;
}
.logbtnn {
  display: flex;
  justify-content: right;
  margin: 45px 0px;
}
.diu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sri {
  font-size: 16px;
  color: white;
  font-weight: 600;
  margin: 8px 0px;
}

.about-us-wrapper {
  background-image: url(../img/section-second.png);
  height: auto;
  background-size: cover;
  padding: 40px 10px 40px 10px;
  position: relative;
  top: 0;
}
.about-grid-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
  margin-bottom: 5rem;
}
.about-us-headline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about-us-headline > img {
  width: 120px;
}
.about-us-headline > p {
  margin-bottom: 0rem;
  font-family: "Roboto_Medium";
  font-size: 22px;
  color: #2b2b2b;
  white-space: nowrap;
  font-weight: 800;
}

#title {
  background: url(../img/h1-text-background.jpg);
  background-size: contain;
  color: #fff;
  -webkit-text-fill-color: transparent;
  padding: 0;
}
.para-about-us {
  margin-top: 1rem;
}
.para-about-us > p {
  text-align: justify;
  color: #000;
}
.para-about-us > .button-class-mx1 {
  border: none;
  margin-right: 0.5rem;
  padding: 8px;
  background-color: #3A7CEC;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  color: white;
  font-family: "Roboto_Bold";
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 1rem;
}
.para-about-us > .button-class-mx2 {
  border: none;
  margin-right: 1rem;
  padding: 8px;
  background-color: #000000;
  color: white;
  border-radius: 30px;
  font-family: "Roboto_Bold";
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.new-icons-grid-wrapper {
  max-width: fit-content;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px 20px 20px 20px;
  position: relative;
  background-color: white;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  margin-bottom: -125px;
}
.new-icons-grid-wrapper > p {
  font-size: 16px;
  font-family: "Roboto_Medium";
  color: #3A7CEC;
  text-align: center;
  letter-spacing: 0.3px;
}
.icons-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem;
}
.icons-grid-wrapper > div:nth-child(1) {
  position: relative;
  top: 0%;
}

.icons-grid-wrapper > div {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 20px 0px 20px;
}
.icons-grid-wrapper > div > img {
  width: 100px;
  height: 100px;
}
.arrow-icon {
  position: absolute;
  top: 0px;
  right: -95px;
}
.icons-grid-wrapper > div > p {
  font-family: "Roboto_Bold";
  font-size: 16px;
  color: #3A7CEC;
  margin-bottom: 0rem;
  margin-top: 0.5rem;
  text-align: center;
  height: 50px;
}
.new-icons-grid-wrapper > p {
  font-size: 16px;
  font-family: "Roboto_Medium";
  color: #3A7CEC;
  text-align: center;
  letter-spacing: 0.3px;
}
.arrow-icon {
  position: absolute;
  top: 0px;
  right: -95px;
}
.tab-module-wrapper {
  background-color: #3A7CECa6;
  padding: 50px 0px 50px 0px;
  z-index: 9;
  position: relative;
}
.tab-module-wrapper > .container > p {
  text-align: center;
  font-family: "Roboto_Medium";
  color: white;
  letter-spacing: 0.3px;
}
.tab-grid-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 4rem;
  max-width: fit-content;
  margin: 2rem auto 0rem auto;
}
.tab-grid-row > div {
  text-align: center;
}
.tab-grid-row > div > div {
  cursor: pointer;
}
.tab-grid-row > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  height: auto;
  max-width: fit-content;
  margin: auto;
  padding: 10px 10px 10px 10px;
}
.newly-change-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin-top: 1rem;
}
.newly-change-tab > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newly-change-tab > div {
  height: auto;
}
.newly-change-tab-col > h3 {
  color: white;
  font-family: "Roboto_Bold";
  letter-spacing: 0.3px;
  margin-bottom: 1rem;
}
.newly-change-tab > div > p {
  font-size: 16px;
  color: white;
  font-family: "Roboto_Regular";
  letter-spacing: 0.3px;
}
.tab-module-wrapper > .container > p {
  text-align: center;
  font-family: "Roboto_Medium";
  color: white;
  letter-spacing: 0.3px;
  font-size: 22px;
  font-weight: 900;
}
.tab-grid-row > div > p {
  color: white;
  font-family: "Roboto_Medium";
  margin-top: 0.5rem;
  white-space: nowrap;
}
.arrow-icon2 {
  position: absolute;
  top: 63px;
  right: 23%;
}
.view-products {
  text-align: center;
}
.view-products > button,
.button-class-mx1 {
  background-color: #000000;
  color: white;
  margin-top: 10px;
  padding: 6px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;

  font-family: "Roboto_Medium";
  border: none;
}
.wrapper {
  padding: 40px 10px 40px 10px;
}
@media screen and (max-width: 1440px) {
  .valued-customer-grid {
    max-width: 80%;
  }
}
.valued-customer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  max-width: 70%;
  margin: 0rem auto 2rem auto;
}

.valued-customer-grid > div {
  border: 1px solid #F1B500;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 0;
}
.valued-bg {
  margin: 20px 20px 20px 20px;
  background-color: #eff1fe;
  padding: 30px 20px 30px 20px;
}
.valued-bg > h3 {
  font-family: "Roboto_Bold";
  font-size: 26px;
  color: #3A7CEC;
  letter-spacing: 0.3px;
  margin-bottom: 1rem;
}
.valued-bg > p:nth-child(2) {
  font-family: "Roboto_Regular";
  font-size: 16px;
  letter-spacing: 0.3px;
}
.valued-bg > p:nth-child(3) {
  font-family: "Roboto_Medium";
  font-size: 16px;
  text-align: right;
  color: #3A7CEC;
}
.button-valued-customer {
  position: absolute;
  bottom: -25px;
}
.button-valued-customer > div {
  border: 1px solid #F1B500;
  padding: 6px 8px;
}
.button-valued-customer > div > button {
  border: none;
  font-family: "Roboto_Bold";
  color: white;
  padding: 8px 25px;
  font-size: 16px;
  background-color: #F1B500;
}
.valued-customer-grid > div {
  border: 1px solid #3A7CEC;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 0;
}

.valued-bg-1 {
  margin: 20px 20px 20px 20px;
}
.button-valued-customer {
  position: absolute;
  bottom: -25px;
}
.button-valued-customer > div {
  border: 1px solid #3A7CEC;
  padding: 6px 8px;
}
.button-valued-customer > div > button {
  border: none;
  font-family: "Roboto_Bold";
  color: white;
  padding: 8px 25px;
  font-size: 16px;
  background-color: #3A7CEC;
}
.valued-customer-wrapper {
  padding: 40px 10px 40px 10px;
}
.valued-bg {
  margin: 20px 20px 20px 20px;
  background-color: #eff1fe;
  padding: 30px 20px 30px 20px;
}
.valued-bg > h3 {
  font-family: "Roboto_Bold";
  font-size: 26px;
  color: #3A7CEC;
  letter-spacing: 0.3px;
  margin-bottom: 1rem;
}
.new-brand {
  position: relative;
  top: 0;
}
.new-brand {
  border: 1px solid #3A7CEC;
  padding: 20px 20px 20px 20px;
  max-width: fit-content;
  margin: 1rem auto 2rem auto;
}
.brands {
  margin: auto;
  display: flex;
  width: fit-content;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  border: 1px solid #3A7CEC;
  padding: 6px 8px;
}
.brands > button {
  border: none;
  font-family: "Roboto_Bold";
  color: white;
  padding: 8px 25px;
  font-size: 16px;
  background-color: #3A7CEC;
}
.our-brands-grid-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
}
.our-brands-grid-row > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.leftt {
  border-left: 2px solid white;
  padding: 0px 22px;
}
.lifest {
  background-color: #41362d;
  padding: 50px 0px 50px 0px;
  z-index: 9;
  position: relative;
}
.lifepara {
  text-align: center;
  font-family: "Roboto_Medium";
  color: white;
  letter-spacing: 0.3px;
  font-size: 20px;
}
.mii {
  text-align: center;
  color: white;
  font-family: math;
  margin: 40px 0px;
}
.pers img {
  margin: auto;
  display: block;
  border: 1px solid white;
  padding: 10px;
}
.pers p {
  text-align: center;
  color: white;
  font-weight: 700;
}
.nutri {
  color: white;
  font-weight: 700;
  font-size: 30px;
}
.nutrip {
  color: white;
}
.prodes {
  position: relative;
  min-height: 318px;
  float: left;
  padding: 15px;
  margin: 0 15px 15px 0;
  background-color: #fff;
  text-align: center;
  box-shadow: 4px 5px 11px 0px rgba(0 0 0 / 15%);
}
.prodes img {
  width: 100%;
  height: 245px;
  display: block;
}
.productName {
  font-size: 16px;
  color: #E33E2B;
  font-weight: 600;
  margin: 0;
}
.productBtn {
  background: #3A7CEC;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-top: 13px;
  border: none;
  color: white;
}
.banner {
  height: 396px;
  background: #f9f1e2;
  padding: 25px 70px;
}
body {
  overflow-x: hidden;
}
.agro {
  background: #3A7CEC !important;
  color: white !important;
}
.food {
  border: 1px solid #3A7CEC !important;
}
.food:hover {
  background: #3A7CEC !important;
  color: white !important;
}
.cardd {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 25px;
  padding: 15px 10px;
}
.card-title {
  margin-bottom: 0rem;
}
.card-title > a {
  text-decoration: none;
}
.card-title > a > p {
  font-family: "Roboto_Regular";
  font-size: 18px;
  padding: 50px 10px;
  margin-bottom: 0rem;
  color: #3A7CEC;
  text-align: center;
}
.poimg {
  height: 50px;
  width: 50px;
}
.contact-form {
  box-shadow: 3px 10px 10px 3px;
  padding: 40px 70px;
}

/* ========================================== */

.back {
  position: absolute;
}

.pagee {
  background-color: #3A7CEC !important;
  height: 300px;
}
.paraaa p {
  font-weight: 600;
}
.paraaa {
  height: auto;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  top: -140px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px;
}

.heading h2 {
  text-align: center;
  color: white;
  padding-top: 50px;
  font-family: sans-serif;
}

.second {
  border: none;
  background-color: white;
  color: rgb(8, 7, 7);
  width: 940px;
}
.verify {
  margin: 0 auto;
  background: #fff;
  position: relative;
  top: -180px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px;
}
.dir {
  font-weight: 700;
  text-align: center;
  font-family: math;
}
.miabt {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.miabt button {
  margin: 20px 8px;
}
.ind {
  background-color: white;
  color: black;
}
.life {
  background-color: orange;
  color: black;
}
.fuel {
  text-align: center;
  color: white;
  font-weight: 800;
  font-family: math;
  font-size: 40px;
}
.splitter {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  margin: 20px 0;
}
.splitter::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #ffffff;
  display: block;
  float: left;
  position: absolute;
  top: -5px;
}
.abtbann {
  position: relative;
  top: -100px;
  display: flex;
  justify-content: center;
}
.miii {
  text-align: center;
}
.welcome {
  color: #3A7CEC;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.testimonial {
  background: linear-gradient(163deg, #3A7CEC, #2CA24C);
  padding: 30px 0px;
}
.brand {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 48px;
}
.splitterAbout {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  margin: 4px 0;
  left: -10%;
}
.splitterAbout::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #fff;
  display: block;
  float: left;
  position: absolute;
  top: -5px;
  right: 0;
}
#ContentPlaceHolder1_DrivenDS {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 48px;
  margin-left: 50px;
}
.lifee {
  font-weight: 700;
  color: white;
}
.fh5co-aboutMi4 h3 {
  font-size: 46px;
  color: #3A7CEC;
  font-weight: bold;
}
.fh5co-aboutMi4 p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding-left: 25px;
  border-left: 5px solid #3A7CEC;
}
.fh5co-aboutMi4 {
  background-color: #F1B500;
  padding: 6em 0;
}
.fh5co-aboutMi3 {
  background-image: url(../img/no5.png);
  background-repeat: no-repeat;
  background-position: 50px 50px;
}
.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}
.fh5co-aboutMi3 h3 {
  width: 70%;
  font-size: 46px;
  float: right;
  color: #E33E2B;
  font-weight: bold;
}
.facetsIcon.facets01 {
  background: url(../img/1.jpeg) no-repeat top left;
  background-size: contain;
}
.facetsIcon.facets02 {
  background: url(../img/2.jpeg) no-repeat top left;
  background-size: contain;
}
.facetsIcon {
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 15px;
}
/*.fh5co-aboutMi4 {*/
/*background: linear-gradient(163deg, #0053e1, #09188c);*/

/*}*/
.aboutIsBg h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-align: right;
  line-height: 70px;
  padding-right: 50px;
}
.aboutIsafbf::after {
  content: "";
  width: 1px;
  height: 78%;
  border-radius: 100px;
  background-color: #ffffff;
  display: block;
  float: left;
  position: absolute;
  top: 26px;
  right: 5px;
  z-index: 0;
}
.create h1 {
  font-size: 39px;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.aboutIsafbf::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #ffffff;
  display: block;
  float: left;
  position: absolute;
  top: 18px;
  right: 1px;
}
.pro {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 48px;
  text-align: right;
  padding-right: 20px;
}
.splitterAboutIs {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  margin: 4px 0;
  left: -10px;
}
.splitterAboutIs::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #fff;
  display: block;
  float: left;
  position: absolute;
  top: -5px;
  right: 0;
}
.novel {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 50px;
  margin-left: 50px;
  text-align: right;
  padding-right: 20px;
}
.productt {
  background-color: #3A7CECa6;
  padding: 6em 0;
}
.sourcingImg {
  width: 350px;
  float: right;
  padding-right: 20px;
}
.sourcingImg img {
  width: 100%;
}
.with {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 30px;
}

.splitterAboutIss::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #3A7CEC;
  display: block;
  float: left;
  position: absolute;
  top: -5px;
  left: 0;
}
.splitterAboutIss {
  width: 100%;
  height: 1px;
  background-color: #3A7CEC;
  position: absolute;
  margin: 4px 0;
  left: -10px;
}

.proo {
  color: #3A7CEC;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 48px;
  text-align: right;
  padding-right: 20px;
}
.fontt {
  font-weight: 700;
}
#ContentPlaceHolder1_WithanExpTeam {
  color: white;
}
.ul-list-none li {
  color: red;
}
.ul-list-none li span {
  color: gray;
}
.list-style-disc {
  padding-left: 40px;
}


/* ------------------------------------------------------------------- */


.action-button{
  width: 100px;
background: #673AB7;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 0px 10px 5px;
float: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}


.field {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px;
}

.user-dashboard h1 {
  color: #0e1a35;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  padding: 21px 0;
}

.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

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

.navi .submenu {
  display: none;
  position: absolute;
  background: #000000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
}

.navi li:hover>.submenu {
  display: block;
}

.navi .submenu li {
  display: block;
}

/* ============================= */


body {
  background: none !important;
}

.vox {
  background-color: #630b26;
}

.kr li {
  cursor: pointer;
  display: block;
  line-height: 60px;
  padding-left: 1px;
  white-space: nowrap;
}

/*.mainmenu li:hover .submenu {*/
/*  display: block;*/
/*  max-height: 250px;*/
/*}*/

.navi a {
  /*border-bottom: 1px solid #0d172e;*/
  /*border-top: 1px solid #0d172e;*/
  color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;
  padding: 1px 1px 0px 32px;
}

.navi i {
  margin-right: 15px;
  color: #fff;
}

.submenu {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
}

#menu:checked~.kr {
  width: 200px;
}

/*Main CSS*/
/*Login Signup Page*/
a:focus,
a:hover,
a {
  outline: none;
  text-decoration: none;
}

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

.header-top i {
  font-size: 18px;
}

.bg-image {
  background: url(../images/background-login.jpg) no-repeat 0 0 / cover;
  position: relative;
  width: 100%;
  height: 100vh;
  display: table;
}

.login-header {
  display: inline-block;
  width: 100%;
  background: #0e1a35;
}

.login-signup {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.login-logo img {
  cursor: pointer;
  max-width: 171px;
  padding: 23px 15px 22px;
  width: 100%;
}

.login-header .navbar-right {
  margin-right: 0px;
}

.login-header .nav-tabs>li.active>a,
.login-header .nav-tabs>li.active>a:focus,
.login-header .nav-tabs>li.active>a:hover {
  background-color: transparent;
  border: none;
  color: #fff;
}

.login-header .nav-tabs>li>a {
  border: medium none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  padding: 15px 30px;
  color: #fff;
}

.login-header .nav-tabs {
  border-bottom: none;
}

.login-header .nav-tabs>li {
  margin-bottom: 0px;
}

.login-header .nav>li>a:focus,
.login-header .nav>li>a:hover {
  background: none;
  text-decoration: none;
}

.login-header .nav-tabs>li.active {
  border-bottom: 6px solid #3A7CEC;
}

.login-inner h1 {
  color: #8492af;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.login-inner h1 span {
  color: #3A7CEC;
}

.login-form {
  text-align: center;
}

.login-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #d4d9e3;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  font-size: 13px;
  font-weight: 300;
  width: 100%;
  color: #8492af;
  padding: 15px 50px;
  font-size: 17px;
  max-width: 550px;
}

.login-form label {
  margin-bottom: 30px;
  width: 100%;
}

.user input {
  background: rgba(0, 0, 0, 0) url("../images/user.png") no-repeat scroll 7px 12px;
}

.pass input {
  background: rgba(0, 0, 0, 0) url("../images/password.png") no-repeat scroll 7px 12px;
}

.mail input {
  background: rgba(0, 0, 0, 0) url("../images/mail.png") no-repeat scroll 4px 12px;
}

.login-signup .tab-content {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: inline-block;
  margin-top: -8px;
  width: 100%;
}

.form-btn {
  background: #3A7CEC none repeat scroll 0 0;
  border: medium none;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 400;
  max-width: 250px;
  padding: 10px 0;
  position: relative;
  width: 100%;
  margin: 40px 0;
  box-shadow: 0 2px 8px #d2d2d2;
  -moz-box-shadow: 0 2px 8px #d2d2d2;
  -webkit-box-shadow: 0 2px 8px #d2d2d2;
}

.form-btn::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 9px;
}

.form-details {
  padding: 35px 0;
}

.tab-content .tab-pane {
  padding: 70px 0;
}

/*Login Signup Page*/
/*Home Page*/
.home {
  background: #f6f7fa;
}

/*#navigation {*/
/*    background: #0e1a35;*/
/*}*/

#navigation {
  padding: 0;
}

.display-table {
  display: table;
  padding: 0;
  height: 100%;
  width: 100%;
}

.display-table-row {
  display: table-row;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  float: none;
  height: 100%;
}

.v-align {
  vertical-align: top;
}

.logo img {
  max-width: 180px;
  padding: 16px 0 17px;
  width: 100%;
}

.header-top {
  margin: 0;
  padding-top: 2px;
}

.header-top img {
  border-radius: 50%;
  max-width: 48px !important;
  width: 100%;
}

.add-project {
  background: #3A7CEC none repeat scroll 0 0;
  border-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 27px 10px 45px;
  position: relative;
  top: 10px;
}

.header-rightside .nav>li>a:focus,
.header-rightside .nav>li>a:hover {
  background: none;
  text-decoration: none;
}

.add-project::before {
  background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 0 0;
  content: "";
  ;
  height: 12px;
  left: 17px;
  position: absolute;
  top: 12px;
  width: 12px;
}

.add-project:hover {
  color: #ffffff;
}

.header-top i {
  color: #0e1a35;
}

.icon-info {
  position: relative;
}

.navi i {
  font-size: 20px;
}

.label.label-primary {
  border-radius: 50%;
  font-size: 9px;
  left: 8px;
  position: absolute;
  top: -9px;
}

.icon-info .label {
  border: 2px solid #ffffff;
  font-weight: 500;
  padding: 3px 5px;
  text-align: center;
}

.header-top li {
  display: inline-block;
  text-align: center;
}

.header-top .dropdown-toggle {
  color: #0e1a35;
}

.header-top .dropdown-menu {
  border: medium none;
  left: -85px;
  padding: 17px;
}

.view {
  background: #3A7CEC none repeat scroll 0 0;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 15px;
}

.navbar-content>span {
  font-size: 13px;
  font-weight: 700;
}

.img-responsive {
  width: 100%;
}

#navigation {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search input {
  border: none;
  font-size: 15px;
  padding: 15px 9px;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll 99% 12px;
  color: #8492af;
}

.header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
  display: inline-block !important;
  line-height: 23px;
  /*padding: 15px;*/
  transition: all 0.5s ease 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.logo {
  text-align: center;
}

.navi a {
    /*border-bottom: 1px solid #0d172e;*/
    /*border-top: 1px solid #0d172e;*/
    color: #ffffff;
    display: block;
    font-size: 16px !important;
    font-weight: 500;
    overflow: hidden;
    padding: 1px 1px 0px 20px !important;
}

.navi a {
  /*border-bottom: 1px solid #0d172e;*/
  /*border-top: 1px solid #0d172e;*/
  color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;

  padding: 1px 1px 0px 32px;
}

.navi i {
  margin-right: 15px;
  color: #fff;
}

/*.navi .active a {*/
/*  background: #122143;*/
/*  border-left: 5px solid #3A7CEC;*/
/*  padding-left: 15px;*/
/*}*/

/*.navi a:hover {*/
/*  background: #122143 none repeat scroll 0 0;*/
/*  border-left: 5px solid #3A7CEC;*/
/*  display: block;*/
/*  padding-left: 15px;*/
/*}*/

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}

.navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #0e1a35;
}

.circle-logo {
  margin: 0 auto;
  max-width: 30px !important;
  text-align: center;
}

.hidden-xs {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*.user-dashboard {*/
/*  padding: 0 20px;*/
/*}*/

.user-dashboard h1 {
  color: #0e1a35;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  padding: 21px 0;
}

.sales {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #d4d9e3;
  display: inline-block;
  padding: 15px;
  width: 100%;
}

.sales button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dadee7;
  border-radius: 100px;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-right: 32px;
  color: #0e1a35;
}

.sales button::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 11px;
}

.sales .btn-group {
  float: right;
}

.sales h2 {
  color: #8492af;
  float: left;
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  padding: 9px 0 0;
}

.btn.btn-secondary.btn-lg.dropdown-toggle>span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.sales .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 8px;
  width: 100%;
  color: #0e1a35;
}

.sales .btn-group.open .dropdown-toggle,
.btn.active,
.btn:active {
  box-shadow: none;
}

.sales .dropdown-menu>a {
  color: #0e1a35;
  display: inline-block;
  font-weight: 800;
  padding: 9px 0;
  text-align: center;
  width: 100%;
}

#my-cool-chart svg {
  width: 100%;
}

.sales .dropdown-menu>a:hover {
  color: #3A7CEC;
}

.shield-buttons {
  display: none;
}

.close,
.close:focus,
.close:hover {
  color: #fff;
  ;
  opacity: 1;
  text-shadow: none;
}

.modal-body input {
  border: 1px solid #d4d9e3;
  font-size: 14px;
  font-weight: 300;
  margin: 5px 0;
  padding: 14px 10px;
  width: 100%;
  color: #8492af;
}

.modal-body textarea {
  border: 1px solid #d4d9e3;
  font-size: 14px;
  font-weight: 300;
  height: 200px;
  margin-top: 5px;
  padding: 9px 10px;
  width: 100%;
  color: #8492af;
}

.modal-header.login-header h4 {
  color: #ffffff;
}

.modal-footer .add-project {
  background: #3A7CEC none repeat scroll 0 0;
  border: medium none;
  border-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;
}

.modal-footer .add-project::before {
  display: none;
}

.modal-footer {
  border: 0 none;
  padding: 10px 15px 26px;
  text-align: right;
}

.cancel {
  background: #0E1A35;
  border: medium none;
  border-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;

}

/* .kr {
  background: #630b26;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  padding-top: 60px;
  position: Relative;
  transition: width ease .6s;
  width: 62px;
  z-index: 1;
} */

.modal {
  top: 20%;
}

.modal-header .close {
  margin-top: 2px;
}

.search input:focus {
  border-bottom: 1px solid #BDC4D4;
  line-height: 22px;
  transition: 0.1s all;
}

.modal-header.login-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/*Main CSS*/
@media only screen and (max-device-width: 767px) {
  .login-logo img {
      margin: 0 auto;
  }

  .login-details .nav-tabs>li {
      text-align: center;
      width: 50%;
  }

  .login-signup .login-inner h1 {
      font-size: 26px;
      margin-bottom: 0;
      margin-top: 10px;
  }

  .login-inner .login-form input {
      font-size: 15px;
      max-width: 100%;
      padding: 15px 45px;
  }

  .login-inner .form-details {
      padding: 25px;
  }

  .login-inner .login-form label {
      margin-bottom: 20px;
      width: 100%;
  }

  .login-inner .form-btn {
      margin: 0;
      max-width: 180px;
  }

  .tab-content .tab-pane {
      padding: 20px 0;
  }

  #navigation .navi a {
      font-size: 14px;
      padding: 20px;
      text-align: center;
  }

  #navigation .navi i {
      margin-right: 0px;
  }

  #navigation .navi a:hover,
  #navigation .navi .active a {
      background: #122143 none repeat scroll 0 0;
      border-left: none;
      display: block;
      padding-left: 20px;
  }

  header .header-top img {
      max-width: 38px !important;
  }

  .v-align header {
      padding: 12px 15px;
  }

  header .header-top li {
      padding-left: 13px;
      padding-right: 6px;
  }

  .navbar-default .navbar-toggle {
      border-color: rgba(0, 0, 0, 0);
  }

  .navbar-header .navbar-toggle {
      float: left;
      margin: 0;
      padding: 0;
      top: 12px;
  }

  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
      outline: medium none;
  }

  .user-dashboard .sales h2 {
      color: #8492af;
      float: left;
      font-size: 14px;
      font-weight: 600;
      margin: 0;
      padding: 13px 0 0;
  }

  .user-dashboard .btn.btn-secondary.btn-lg.dropdown-toggle>span {
      font-size: 11px;
  }

  .user-dashboard .sales button {
      font-size: 11px;
      padding-right: 23px;
  }

  .user-dashboard .sales h2 {
      font-size: 12px;
  }

  .gutter {
      padding: 0;
  }
}

@media only screen and (max-device-width: 992px) {
  header .header-top li {
      padding-left: 20px !important;
      padding-right: 0;
  }

  header .logo img {
      max-width: 125px !important;
  }

}

@media only screen and (min-device-width: 767px) and (max-device-width: 998px) {
  .user-dashboard .header-top {
      padding-top: 5px;
  }

  .user-dashboard .header-rightside {
      display: inline-block;
      float: left;
      width: 100%;
  }

  .user-dashboard .header-rightside .header-top img {
      max-width: 41px !important;
  }

  .user-dashboard .sales button {
      font-size: 10px;
  }

  .user-dashboard .btn.btn-secondary.btn-lg.dropdown-toggle>span {
      font-size: 12px;
  }

  .user-dashboard .sales h2 {
      font-size: 15px;
  }
}

@media only screen and (min-device-width:998px) and (max-device-width: 1350px) {
  #navigation .logo img {
      max-width: 130px;
      padding: 16px 0 17px;
      width: 100%;
  }
}
.mgt-container{
  overflow-x: hidden !important;
}
.ina{
  color: #3A7CEC;
  font-size: 24px;
}
label{
  color: #3A7CEC !important;
}
.diss{
  display: flex;
  justify-content: space-between;
}
.logout{
  color: #2a6496;
  font-size: 18px;
}

.pull-right{
  display: flex;
 }
 /* header {
  display: flex !important;
  justify-content: center !important;
  align-items: baseline !important;
} */

.headd {
  display: flex !important;
  justify-content: center !important;
  align-items: baseline !important;
}

.mainmenu{
    display: flex;
    justify-content: center;
}
.logout{
  background: red;
    color: white !important;
    padding: 5px;
    border-radius: 11px;
    font-size: 20px !important;
  
}










    
  .header-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem; /* text-xs */
    color: #6b7280; /* gray-500 */
    margin-bottom: 0.25rem; /* mb-1 */
    user-select: none;
  }

  .divider {
    border-top: 1px solid #d1d5db; /* border-gray-300 */
    margin-bottom: 1rem; /* mb-4 */
  }


  .main-flex {
    display: flex;
    flex-direction: column;
margin: 20px 0px;  }

  @media (min-width: 768px) {
    .main-flex {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
    }
  }

  /* Left side */
  .left-flex {
    display: flex;
    gap: 1.5rem; /* gap-6 */
    flex: 1 1 0%;
  }

  .photo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .photo-container img {
    border-radius: 50%; /* 0.375rem rounded-md */
    /*width: 100px;*/
    /*height: 80px;*/
    object-fit: cover;
    width: 82%;
  }

  .upload-link {
    font-size: 0.75rem; /* text-xs */
    color: #2563eb; /* blue-700 */
    margin-top: 0.25rem; /* mt-1 */
    text-decoration: none;
  }

  .upload-link:hover {
    text-decoration: underline;
  }

  .user-info {
    font-size: 0.75rem; /* text-xs */
    color: #d6a3b8; /* pink-400 */
    line-height: 1.25rem; /* leading-tight */
  }

 .name {
      margin-bottom: 10px;
   color: #f1b6d7;
    font-weight: 800;
        font-size: 20px;
  }

  .user-info-grid {
  display: grid;
  line-height: 25px;
    grid-template-columns: 210px 1fr;
    row-gap: 1.25rem;
    color: #374151;
    font-size: 20px;
  }

  .user-info-grid .label {
    font-weight: 400; /* font-normal */
  }

  .user-info-grid .value {
    font-weight: 300; /* font-light */
    font-size: 16px;
  }

  /* Right side */
  .right-side {
    display: flex;
    flex-direction: column;
    gap: 0.75rem; /* gap-3 */
    color: #d6a3b8; /* pink-400 */
    font-size: 20px; /* text-xs */
    width: 100%;
    max-width: 20rem; /* max-w-xs */
        margin-top: 22px;
  }

  .right-side .title {
    font-weight: 600; /* font-semibold */
    margin-bottom: 0.25rem; /* mb-1 */
        color: red;
  }

  .doc-status {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* gap-2 */
       background-color: #3A7CEC;
    border-radius: 0.375rem; /* rounded */
    padding-left: 0.5rem; /* px-2 */
    padding-right: 0.5rem;
    padding-top: 0.25rem; /* py-1 */
    padding-bottom: 0.25rem;
    width: max-content;
  }

  /*.doc-status i {*/
  /*  font-size: 0.875rem; */
  /*}*/

  .doc-status .icon-pink {
       color: #4eb122;
  }

  .doc-status .text-pink {
    font-weight: 600; 
        color: #ffffff;
  }

  .doc-status .icon-green {
    color: #15803d; /* green-600 */
  }

  .doc-status .icon-red {
    color: #b91c1c; /* red-600 */
  }

  /* QUICK LINKS vertical tab */
  .quick-links {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #4c1d95; 
    color: white;
    font-size: 0.75rem; 
    font-weight: 600; 
    padding: 0.25rem 0.5rem; 
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    cursor: pointer;
    user-select: none;
   
  }
  .labell{
              font-size: 16px;

    white-space: nowrap;
    color: red;
    /*line-height: 25px;*/
  }
.mainmenu{
    background: #3A7CEC;
}
.navi i {
    margin-right: 15px;
    color: #fff;
}
 .mainmenu li:hover .submenu {
        display: block;
        width: 20%;
            height: auto;
    }
    /*.kr{*/
    /*    margin-top: -13px !important;*/
    /*}*/
    .name{
        margin-top: 60px;
    }
    .legal{
        margin: 80px 0px !important;
    }
    
    
    a:hover{
            text-decoration: none !important;
    }
    .mis{
            font-size: 40px;
    font-weight: 800;
    color: #2CA24C;
    margin: 30px 0px;
    }
    
    @media screen and (max-width: 767px) {
        .user-info-grid .value {
                font-size: 12px;
        }
        .left-flex {
            display:block;
        }
        .photo-container img {
                width: 198px;
                border-radius: 50%;
                margin-bottom: 31px;
                height: 259px;

        }
         .headdTITLE{
        color: #090bdd;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px !important;
    margin-left: auto !important;
    text-align: center !important;
    }
    }
    .bank{
            box-shadow: 0px 0px 6px gray;
    padding: 20px;
    margin: 30px 0px;
    border-radius: 20px 0px 20px 0px;
        text-align: center;
            height: 400px;
    }
    .bank img{
           width: 60%;
    margin: auto;
    display: block;
    }
    .dsi{
        text-align: justify;
    margin: auto;
    display: inline-block;
    }
    .bankhead{
            margin: 20px auto;
    font-size: 36px;
    font-weight: 600;
    font-family: math;
    }
    .bankhead:after{
         
    content: '';
    display: block;
    width: 200px;
    height: 4px;
    background: #ff5e5e;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 3px;
    }
    
    
    .left-flex{
    width: 100% !important;
    }
    
    .parabank{
            font-size: 14px !important;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
    margin-bottom: 15px;
    white-space: nowrap !important;
    }
    .headd{
        color: #090bdd;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: auto;
    text-align: center;
    }
    .sidis{
           display: flex;
    justify-content: center;
    align-items: anchor-center;
    margin-top: -121px;
    }
    .header__logo {
        width: 122px;
    margin: 11px;
    }
    .userprofile label{
        float : left !important;
    }
    .bank-axi{
        margin-top: 67px !important;
    margin-bottom: 47px !important;
    height: 69px;
    object-fit: cover;
    }
    .kyc-update-head{
        color: #3A7CEC !important;
    }