@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/***** General CSS *****/


body {
  word-break: break-word;
  font-family: "Raleway", serif;
  overflow-x: hidden;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  /* font-family: "PT Sans", serif; */
}

a {
  text-decoration: none;
  color: #f5b209;
  white-space: initial;
  font-weight: 500;
}

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

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Custom Classes *****/

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", serif;
  font-weight: 500;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}

h2 {
  font-size: 65px;
  line-height: 1.2;
}

h3 {
  font-size: 30px;
  line-height: 1.2;
}

h4 {
  font-size: 25px;
  line-height: 35px;
}

h5 {
  font-size: 26px;
  line-height: 26px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
}

p {
  font-family: "Raleway", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #cd1041;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* Header css Custom  */
.header .header-logo {
  position: relative;
}

.header .header-logo img {
  width: 40%;
  height: 110px;
  object-fit: fill;
  float: left;
}

/*banner css start */

/* Wesite layout settings st */

.container-fluid {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.header {
  background-color: #333;
  color: white;
  padding: 15px;
  text-align: center;
  display: none;
}

.site-layout {
  display: flex;
  flex: 1;
}

aside.sidebar {
    width: 300px;
    padding: 30px 25px 20px 20px;
    box-sizing: border-box;
    position: relative;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/sidebarGb.jpg);
    z-index: 999;
}

aside.sidebar .row {
  margin: 0 auto;
}

/* WebKit Browsers */
aside.sidebar::-webkit-scrollbar {
  width: 10px;
}

aside.sidebar::-webkit-scrollbar-thumb {
  background-color: #4a5d7a5d;
  border-radius: 4px;
}

aside.sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #2a3e5a;
}

aside.sidebar::-webkit-scrollbar-track {
  background-color: #ffffffa6;
  border-radius: 4px;
}

main.main-block {
  /* display: flex; */
  flex: 1;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

main.main-block::-webkit-scrollbar {
  width: 10px;
}

main.main-block::-webkit-scrollbar-thumb {
  background-color: #4a5d7a5d;
  border-radius: 4px;
}

main.main-block::-webkit-scrollbar-thumb:hover {
  background-color: #2a3e5a;
}

main.main-block::-webkit-scrollbar-track {
  background-color: #ffffffa6;
  border-radius: 4px;
}

/* sidebar end */

main .main-block {
  flex: 1;
  padding: 15px;
  box-sizing: border-box;
}

/* Wesite layout settings  end */

aside .col-12.sidebarLobogo {
  margin-bottom: 40px;
  padding: 0px 0px;
}

aside .col-12.sidebarLobogo img {
  width: auto;
  height: 200px;
  object-fit: fill;
  margin: 0 auto;
  display: table;
  margin-left: 15px;
}

aside.sidebar ul#sidebar-menu {
  /*overflow: hidden;*/
  padding: 0;
}

aside.sidebar ul#sidebar-menu li a {
  font-size: 18px;
  line-height: 28px;
  transition: 0.6s;
  display: block;
  padding: 8px 0px;
  border-right: 0;
  border-left: 0px;
  color: #fff;
  position: relative;
  font-family: "Raleway";
  text-transform: uppercase;
  font-weight: 300;
}

aside.sidebar ul#sidebar-menu li a span {
  position: relative;
  z-index: 12;
  color: #fff;
  transition: 0.6s;
}

aside.sidebar ul#sidebar-menu li a:hover {
  color: #ed174b;
}

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

/* Social Ul  start */

.social {
  position: relative;
}

.social ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.social ul li a {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffde00;
  z-index: 12;
  position: relative;
  background-color: #ed174b;
  border-color: #ed174b;
  border-radius: 4px;
  margin: 4px;
  font-size: 16px;
  transition: 0.9s;
}

/* Social Ul end */

.social ul li a:hover {
  transform: translate(0px, -2px);
  opacity: 80%;
}

aside.sidebar .social {
  position: relative;
  left: -16px;
  margin-bottom: 14px;
}

aside.sidebar ul .butnts {
  display: inline-block;
  margin: 8px 0px 18px;
}

.social ul li:first-child a {
  margin-left: 8px;
}

aside.sidebar ul#sidebar-menu li .butnts a {
  padding: 12px 24px;
  line-height: 18px;
  font-size: 14px;
  background: #cd1041;
  color: #ffde00;
  border-color: #ffde00;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: "PT Sans", serif;
}

aside.sidebar ul#sidebar-menu li .butnts a span {
  color: #ffde00;
  font-weight: 600;
  transition: 0.9s;
}

aside.sidebar ul#sidebar-menu li .butnts a:hover span {
  color: #ffffff;
}

aside.sidebar ul#sidebar-menu li .butnts a:hover {
  background: #cc2e58;
  border-color: #ffffff;
}

aside.sidebar .searchForm {
  position: relative;
  padding: 0;
}

aside.sidebar .searchForm form {
  display: flex;
  align-items: center;
  width: 100%;
}

aside.sidebar .searchForm form input {
  background-color: #fff;
  color: #747474;
  font-size: 13px;
  padding: 8px 15px;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  border-radius: 0px;
}

aside.sidebar .searchForm form button {
  background: #000;
  border: none;
  color: #fff;
  height: 43px;
  padding: 0;
  width: 30%;
  transition: 0.9s;
}

aside.sidebar .searchForm form button:hover {
  background: #cd1041;
}

aside.sidebar .searchForm form input::placeholder {
  font-weight: 500;
  font-family: "Raleway";
}

.tooltip-inner {
  background-color: #161616 !important;
  color: #fff !important;
  font-family: "Raleway";
  font-size: 12px;
  font-weight: 3 00;
  border-radius: 5px;
  opacity: 80%;
}

/* Customize the arrow color */
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #161616 !important;
}

/* Banner Start  */

section.h-banner {
  position: relative;
}

section.h-banner .bgImg {
  position: relative;
  height: 750px;
}

section.h-banner .bgImg img.img-fluid.bannerImg {
  width: 100%;
  position: fixed;
  top: 0;
  height: 750px;
}

section.h-banner .textWaper {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.h-banner .textWaper .banertxt {
  display: inline-block;
  width: 90%;
  margin: 0px auto;
}

section.h-banner .textWaper .banertxt h1 {
  font-size: 65px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 4px 14px;
}

section.h-banner .textWaper .banertxt h1 span {
  color: #ffff;
  position: relative;
}

section.h-banner .textWaper .banertxt h1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(237, 23, 75, 0.4);
  left: 0;
  right: 0;
}

section.h-banner .textWaper .banertxt .sm-header {
  position: relative;
  margin: 12px 0 40px;
}

section.h-banner .textWaper .banertxt .sm-header h3 {
  padding: 0 45px;
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 1.2;
  display: inline-block;
  font-family: "Raleway";
}

section.h-banner .textWaper .banertxt .sm-header h3:before {
  position: absolute;
  content: "";
  width: 34%;
  left: 0;
  top: 20px;
  background: #fff;
  height: 2px;
  opacity: 60%;
}

section.h-banner .textWaper .banertxt .sm-header h3:after {
  position: absolute;
  content: "";
  width: 34%;
  right: 0;
  top: 20px;
  background: #fff;
  height: 2px;
  opacity: 60%;
}

.siteBtn {
  display: inline-block;
}

.siteBtn a.p-btn {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ffde00;
  font-family: PT Sans;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.2s;
  color: #ffde00;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
}

section.h-banner .textWaper .banertxt .siteBtn a.p-btn:hover {
  background: #ffffff0f;
}
section.h-banner .textWaper .banertxt .siteBtn a.p-btn {
  color: #fff;
  border: 1px solid #fff;
}
/* Banner End */

/* Records Section start  */
section.records {
  position: relative;
  text-align: center;
}

section.records .headerRec {
  position: relative;
  background-color: #231f20;
  border-width: 2px 0px 2px 0px;
  border-color: #cd1041;
  border-style: solid;
  padding: 30px 0;
}

section.records .headerRec h3 {
  margin: 0px;
  color: #ffde00;
  font-size: 21px;
}

section.records .row {
  margin: 0px auto;
}

section.records .box {
  position: relative;
}

section.records .box a {
  display: inline-block;
  width: 100%;
  transition: 0.9s;
}

section.records .box a img.img-fluid {
  height: 340px;
  width: 100%;
  object-fit: cover;
  display: inline-block;
  position: relative;
  transition: 0.9s;
}

section.records .box a:hover img {
  transform: scale(1.03);
  z-index: 1;
  position: relative;
}

section.records .dividerRow {
  position: relative;
  background-color: #231f20;
  padding: 34px 40px;
}

section.records .dividerRow .colmain {
  text-align: center;
}

section.records .dividerRow .colmain .siteBtn.text-center {
  display: inline-block;
}

section.records .dividerRow .colmain .siteBtn.text-center a.p-btn {
  display: block;
  /* width: 100%; */
}

section.records .dividerRow .colmain .siteBtn.text-center a.p-btn:hover {
  border-color: #cd1041;
  border-width: 1px;
}

section.records .dividerRow .colmain .siteBtn.text-center a.p-btn:hover span {
  color: #cd1041;
}

section.records .dividerRow span.bordersd {
  position: relative;
  width: 88%;
  height: 54%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #cccc;
}

section.records .dividerRow span.bordersd.righter {
  float: right;
}

/* Records Section end  */

/* section 3 start  */

section.sec3 {
  position: relative;
  padding: 80px 60px 40px;
  background: #fff;
}

section.sec3 .sec3-img {
  position: relative;
}

section.sec3 .sec3-img img.img-fluid {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: 100% 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px 4px #1c1c131f;
  transition: 0.9s;
  border-left: 4px solid #ed174b;
  border-top: 4px solid #231f20;
}

section.sec3 .sec3-img .uperTxt {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 56%;
  left: 0;
  padding: 5px 10px;
}

section.sec3 .sec3-img .uperTxt h5 {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 2px;
  margin: 0px;
}

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

section.sec3 .secwraper .innerIMg {
  border-left: 4px solid #ed174b;
  border-top: 4px solid #231f20;
  position: relative;
  transition: 0.9s;
  float: left;
  margin: 10px 20px 14px 0;
  width: 144px;
  display: inline-block;
  z-index: 12;
}

section.sec3 .secwraper .innerIMg:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 0.35s, transform 0.35s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
}

section.sec3 .secwraper .innerIMg:hover:before {
  opacity: 1;
  transform: scale(1.03);
}

section.sec3 .secwraper .innerIMg img.img-fluid {
  width: 100%;
  display: inline-block;
  position: relative;
}

section.sec3 .coleft {
  padding-right: 20px;
}

section.sec3 .colRight {
  padding-left: 30px;
}

section.sec3 .secwraper .inner-txt {
  position: relative;
}

section.sec3 .secwraper .inner-txt a {
  text-align: justify;
  color: #ed174b;
}

section.sec3 .secwraper {
  position: relative;
  margin-bottom: 30px;
}

section.sec3 .secwraper.wrap_c {
  margin: 0px;
}

section.sec3 .sec3-img img.img-fluid:hover {
  transform: translate(0px, -4px) scale(0.98);
  filter: brightness(0.7);
}

/* section 3 end */

/* section 4 start  */
section.sec4 {
  position: relative;
  text-align: center;
  padding: 60px 0px 0px;
  background: #fff;
}

section.sec4 .headers {
  position: relative;
  margin-bottom: 30px;
}

section.sec4 .headers h5 {
  font-size: 21px;
  color: #000;
}

section.sec4 .secWrapers {
  background: #580e21;
  position: relative;
  padding: 80px 0px 80px;
}

section.sec4 .secWrapers .contentBox {
  position: relative;
}

section.sec4 .secWrapers .contentBox .authorImg {
  position: relative;
}

section.sec4 .secWrapers .contentBox .authorImg img {
  width: 12%;
  margin: 0px auto;
  border-radius: 100px;
  object-fit: cover;
  transition: 0.9s;
}

section.sec4 .secWrapers .contentBox p {
  color: #ffde00;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  font-style: italic;
  width: 90%;
  margin: 0px auto;
}

section.sec4 .secWrapers .contentBox .auth-name {
  position: relative;
  margin: 20px 0px 16px;
}

section.sec4 .secWrapers .contentBox .auth-name h4 {
  color: #fff;
  font-family: "Raleway";
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
}

section.sec4 .authTxt {
  margin-top: 30px;
}

section.sec4 .secWrapers ul.slick-dots {
  position: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

section.sec4 .secWrapers .clientSlider-h {
  margin: 0px;
}

section.sec4 .secWrapers ul.slick-dots li button:before {
  display: none;
}

section.sec4 .slick-dots li button {
  display: none;
}

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

section.sec4 .secWrapers ul.slick-dots {
  gap: 10px;
}
section.sec4 .secWrapers ul.slick-dots li {
  margin: 0px;
  padding: 0px;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  outline: 1px solid #ffff;
  transition: 0.9s;
}

section.sec4 .secWrapers ul.slick-dots li:hover {
  opacity: 1;
}

section.sec5 {
  position: relative;
  overflow: hidden;
  padding: 30px 20px 30px 30px;
  background: #e6e6e6;
}

section.sec5 img.img-fluid {
  position: relative;
  transition: 0.9s;
  width: 230px;
  height: 120px;
  object-fit: contain;
}

section.sec5 .item {
  opacity: 1;
}

section.sec5 img.img-fluid:hover {
  transform: scale(1.098);
}

section.sec5 ul.slick-dots {
  display: none !important;
}

section.sec5 .logosSlider {
  margin: 0px;
}

section.sec4 .secWrapers ul.slick-dots li.slick-active {
  background: #fff;
  opacity: 1 !important;
}

/* section 4  end */

/* Footer css start  */

footer {
  background-color: #fff;
  position: relative;
  padding: 20px 80px 0px;
}

footer .row {
  align-items: center;
}

footer .social-col-ft {
  display: flex;
  justify-content: flex-end;
}

footer .copytxt {
  position: relative;
}

footer .copytxt p {
  margin: 0px;
  color: #000;
}

footer .social-col-ft .social ul li a {
  background-color: #231f20;
  color: #ed174b;
}

/* Footer css end */
li#menu-item-15 > ul {
    position: absolute;
    top: -103px;
    width: 760px;
    background: #fff;
    padding: 53.5px 20px;
    left: 29vh;
    display: none;
}

li#menu-item-15 {
    width: 270px;
    position: relative;
}

li#menu-item-15 > ul li {
    /* width: 49%; */
    /* display: inline-block; */
}

li#menu-item-15 > ul a {
    color: #000 !important;
}

li#menu-item-15 > ul a h4 {
    color: #ed174b;
    font-size: 18px;
    margin-bottom: 0;
}

li#menu-item-138 {
    width: 33%;
    display: inline-block;
}

li#menu-item-142 {
    width: 33%;
    display: inline-block;
}

li#menu-item-145 {
    width: 33%;
    display: inline-block;
}

li#menu-item-148 {
    width: 33%;
    display: inline-block;
}

li#menu-item-151 {
    width: 33%;
    display: inline-block;
}

li#menu-item-154 {
    width: 33%;
    display: inline-block;
}

li#menu-item-15:hover ul {
    display: block;
}



li#menu-item-157{
     width: 33%;
    display: inline-block;
}
li#menu-item-170 {
     width: 33%;
     display: inline-block;
     position: absolute;
     background: #fff;
     top: 0;
     right: -250px;
     padding: 20px 30px;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {
    aside .col-12.sidebarLobogo img {
  height: 150px;
}
  aside.sidebar ul#sidebar-menu li a {
    font-size: 14px;
    padding: 5px 0px;
  }
  section.h-banner .textWaper .banertxt h1 {
  font-size: 50px;
}
section.h-banner .bgImg {
  height: 450px;
}
section.records .box a img.img-fluid {
  height: 240px;

}
section.records .headerRec {
 padding:20px 0;
}
.siteBtn a.p-btn {
  font-size: 14px;
}
section.sec3 .sec3-img .uperTxt h5 {
  font-size: 15px;
 
}
p {
  font-size: 12px;
  line-height: 22px;
}
section.sec3 .secwraper .inner-txt a {
  font-size: 14px;
  line-height: 20px;
}
section.sec4 {

  padding:20px 0px 0px;
 
}
section.h-banner .textWaper .banertxt .sm-header h3::before {

  width: 27%;
 
}
.post-layout h2 {
  font-size: 16px !important;
}
html .vc_custom_1739999858270 {
  padding-top: 40px !important;
}
.cntct-info li p {

  font-size: 14px !important;
 
}
html .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 15px !important;
}
.cntct-info .icon {
  height: 60px !important;
  width: 60px !important;
  margin-right: 15px !important;

}
.icon_info h5 {
  font-size: 18px !important;
 
}
.innerbanner {

  height: 300px !important;

}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 15px !important;
  margin-bottom: 0 !important;
}
.vc_section.vc_custom_1741642314547 thead, tbody, tfoot, tr, td, th {
  padding:10px !important;
}
.inner-box h4 {
  font-size: 18px !important;
  line-height: normal;
}
.inner-box img {
  height: 170px !important;
  object-fit: cover;
}
html .fusion-layout-column.fusion_builder_column.fusion-builder-column-0.fusion_builder_column_1_1.\31 _1.fusion-flex-column h2 {
  color: black !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 22px !important;
}
.container.cateogry-page {
  padding:20px 20px !important;
}
.post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-content {
  margin-top: 10px;
}
.text-innerban h2 {

  font-size: 40px !important;
 
}
li#menu-item-15 > ul {
  width: 600px;

}
li#menu-item-15 > ul a h4 {
  
  font-size: 15px;
 
}
section.sec5 {
  padding:20px 20px 20px 20px;

}
section.h-banner .textWaper .banertxt .sm-header h3::after {

  width: 26%;
 
}
section.sec4 .secWrapers {
  padding:50px 0px 50px;
}
section.sec4 .secWrapers .contentBox p {
  line-height: 25px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 2px;
}
section.sec5 img.img-fluid {
  width: 180px;
  height: 100px;
}
  .container {
    width: 100% !important;
  }
  
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
aside .col-12.sidebarLobogo img {
  height: 150px;
}
  aside.sidebar ul#sidebar-menu li a {
    font-size: 14px;
    padding: 5px 0px;
  }
  section.h-banner .textWaper .banertxt h1 {
  font-size: 50px;
}
section.h-banner .bgImg {
  height: 450px;
}
section.records .box a img.img-fluid {
  height: 240px;

}
section.records .headerRec {
 padding:20px 0;
}
.siteBtn a.p-btn {
  font-size: 14px;
}
section.sec3 .sec3-img .uperTxt h5 {
  font-size: 15px;
 
}
p {
  font-size: 12px;
  line-height: 22px;
}
section.sec3 .secwraper .inner-txt a {
  font-size: 14px;
  line-height: 20px;
}
section.sec4 {

  padding:20px 0px 0px;
 
}
section.h-banner .textWaper .banertxt .sm-header h3::before {

  width: 27%;
 
}
.post-layout h2 {
  font-size: 16px !important;
}
html .vc_custom_1739999858270 {
  padding-top: 40px !important;
}
.cntct-info li p {

  font-size: 14px !important;
 
}
html .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 15px !important;
}
.cntct-info .icon {
  height: 60px !important;
  width: 60px !important;
  margin-right: 15px !important;

}
.icon_info h5 {
  font-size: 18px !important;
 
}
.innerbanner {

  height: 300px !important;

}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 15px !important;
  margin-bottom: 0 !important;
}
.vc_section.vc_custom_1741642314547 thead, tbody, tfoot, tr, td, th {
  padding:10px !important;
}
.inner-box h4 {
  font-size: 18px !important;
  line-height: normal;
}
.inner-box img {
  height: 170px !important;
  object-fit: cover;
}
html .fusion-layout-column.fusion_builder_column.fusion-builder-column-0.fusion_builder_column_1_1.\31 _1.fusion-flex-column h2 {
  color: black !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 22px !important;
}
.container.cateogry-page {
  padding:20px 20px !important;
}
.post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-content {
  margin-top: 10px;
}
.text-innerban h2 {

  font-size: 40px !important;
 
}
li#menu-item-15 > ul {
  width: 600px;

}
li#menu-item-15 > ul a h4 {
  
  font-size: 15px;
 
}
section.sec5 {
  padding:20px 20px 20px 20px;

}
section.h-banner .textWaper .banertxt .sm-header h3::after {

  width: 26%;
 
}
section.sec4 .secWrapers {
  padding:50px 0px 50px;
}
section.sec4 .secWrapers .contentBox p {
  line-height: 25px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 2px;
}
section.sec5 img.img-fluid {
  width: 180px;
  height: 100px;
}
  .container {
    width: 100% !important;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    aside .col-12.sidebarLobogo img {

  height: 100px;
 
}
.cntct-info .icon i {
  font-size: 20px !important;
}
  html .wpcf7-form.init input {
    height: 40px !important;
  }
.icon_info p {
  margin-bottom: 0 !important;
}
.contact-sec {
  padding:20px 30px 0 !important;
}
html .vc_custom_1739999858270 {
  padding-top: 30px !important;
}
.cntct-info li p {
  font-size: 10px !important;
 
}
.icon_info h5 {
  font-size: 12px !important;
}
  .cntct-info .icon {
    height: 40px !important;
    width: 40px !important;
    margin-right: 10px !important;
  }
.wpcf7-form.init textarea {

  height: 100px !important;
}
.wpb_wrapper h3 {
  font-size: 25px !important;
}
.wpcf7-form.init input {
  height: 45px;
}
.wpcf7-form.init p {
  margin-bottom: 10px !important;
}
.wpb_wrapper p iframe {
  height: 200px !important;
}
.vc_gitem-zone {
 
  height: 110px !important;
  text-align: center !important;
  background-size: cover !important;
}
  aside .col-12.sidebarLobogo img {
    height: 100px;
  }
  .vc_grid-item-mini.vc_clearfix {
  padding:10px !important;
}
aside.sidebar ul#sidebar-menu li a {
  font-size: 15px;
}
  aside.sidebar ul#sidebar-menu li a {
    font-size: 13px;
    padding:2px 0px;
  }
html .container {
    width: 100% !important;
  }
  footer .copytxt p {
  font-size: 12px;
  line-height: 20px;
}
  section.h-banner .textWaper .banertxt h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
section.h-banner .bgImg {
  height: 350px;
}
section.h-banner .textWaper .banertxt .sm-header h3 {

  font-size: 22px;
  
}
.category #primary {
  column-count: 2 !important;
}
.siteBtn a.p-btn {
  padding:12px 15px;
  font-size: 12px;
}
.fusion-text.fusion-text-1 table tr td span {
  font-size: 10px;
}
.container.cateogry-page {
  padding:
20px 20px !important;
}
.fusion-text.fusion-text-1 table tr td {

  padding:0px !important;
}
.post-content a {
  font-size: 13px !important;
}
.innerbanner {
  height: 200px !important;

}
.text-innerban h2 {
  font-size: 20px !important;
  
}
.post-layout h2 {
  font-size: 14px !important;
}
.post-content {
  margin-top: 10px;
}
.text-innerban h2 {
  font-size: 20px;
  
}
.vc_section.vc_custom_1741642314547 {
  margin:20px 0 !important;
}
.vc_section.vc_custom_1741642314547 thead, tbody, tfoot, tr, td, th {

  padding:5px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 15px !important;
}
.wpb_wrapper a {
  font-size: 14px !important;
}
.inner-box h4 {
  font-size: 10px !important;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {

  margin-bottom: 0 !important;
}
.inner-box img {
  height: 70px !important;
}
.post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vc_column_container > .vc_column-inner {

  padding-left: 0 !important;
  padding-right: 0 !important;
 
}
.innerbanner {
  background-color: black;
  width: 100%;
  height: 180px;

}
li#menu-item-15 > ul {
  
  width: 600px;

}
section.h-banner .textWaper .banertxt .sm-header {
  position: relative;
  margin:
5px 0 20px;
}
 section.h-banner .textWaper .banertxt .sm-header h3::before {
  width: 16%;
  left: 0;
  top: 12px;
  height: 2px;
}
section.h-banner .textWaper .banertxt .sm-header h3::after {
  width: 16%;
  right: 0;
  top: 12px;
}
section.records .headerRec h3 {
  font-size: 16px;
}
section.records .headerRec {

  padding:15px 0;
}
section.records .box a img.img-fluid {
  height: 120px;
  
}
.siteBtn a.p-btn {

  padding:5px 10px;
  line-height: 21px;
  font-size: 10px;
 
}
section.sec3 {
  padding:20px 20px 20px;

}
section.sec3 .colRight {
  padding-left: 0;
}
section.sec3 .sec3-img img.img-fluid {
  width: 100%;
  height: 140px;
}
section.sec3 .sec3-img .uperTxt h5 {

  font-size: 10px;

}
  
  p {
  font-size: 12px;
  line-height: 20px;
}
section.sec3 .secwraper .inner-txt a {
  font-size: 14px;
  line-height: 20px;
}
section.sec4 {
  padding:20px 0px 0px;

}
section.sec5 {
  padding:
0px 0px 0px 0px;
 
}
.social ul li a {
  width: 30px;
  height: 30px;

}
section.sec4 .secWrapers {
  padding:
40px 0px 40px;
}
section.sec4 .secWrapers .contentBox p {
  line-height: 20px;
  font-size: 14px;
}
section.sec4 .authTxt {
  margin-top: 20px;
}
section.sec4 .secWrapers .contentBox .auth-name {
  margin:
10px 0px 5px;
}
aside.sidebar {
  width: 220px !important;
  padding:
20px 15px 10px 0px !important;
 
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    
        .slicknav_menu {
    display: none;
  }
    
    aside .col-12.sidebarLobogo img {

  height: 100px !important;

}
 section.h-banner .bgImg img.img-fluid.bannerImg {
    object-fit: cover !important;
    left: 0 !important;
    height: 100% !important;
  }
  aside.sidebar .social {

  left: 0;
  right: 0;
  margin:
0 auto;
}
aside .col-12.sidebarLobogo {
  margin-bottom: 20px;
}
 aside.sidebar {
    width: 100%;
    height: 100vh;
  }
.site-layout {
    display: block !important;
    text-align: center !important;
  }
  aside .col-12.sidebarLobogo img {
    height: 100px !important;
    text-align: end;
    margin:
0 auto;
  }
aside.sidebar ul#sidebar-menu li a {
  font-size: 12px;
  line-height: 28px;
  padding:2px 0px;

}
li#menu-item-15 {
  width: 100%;
}
.social ul li a {
  width: 30px;
  height: 30px;
  font-size: 14px;

}
.social ul {

  justify-content: center;
}
section.h-banner .textWaper .banertxt h1 {
  font-size: 25px;
}
section.h-banner .bgImg {
  height: 350px !important;
}
html .container {
    width: 100% !important;
  }
footer {
padding:20px 0px 0px;
  text-align: center;
}
section.sec3 .secwraper {
 
  margin-top: 20px;
}
section.sec4 .secWrapers .contentBox .auth-name {

  margin:10px 0px 0px !important;
}
.siteBtn a.p-btn {

  padding:5px 30px !important;
  line-height: 20px !important;
  font-size: 14px !important;
}
 section.sec3 .sec3-img .uperTxt h5 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  section.sec3 .sec3-img img.img-fluid {
    width: 100%;
    height: 220px;
  }
section.records .box a img.img-fluid {
  height: 200px;
 
}
section.sec3 .secwraper .inner-txt a {

  font-size: 12px;
 
}
section.h-banner .textWaper .banertxt .sm-header h3::after {

  width: 8%;
  right: 0;
  top: 12px;
  height: 2px;
  opacity: 60%;
}
section.h-banner .textWaper .banertxt .sm-header h3::before {
  
  width: 9%;
  left: 0;
  top: 12px;
  height: 2px;
 ;
}
section.h-banner .textWaper .banertxt .sm-header {
  margin:
0px 0 15px;
}
section.h-banner .textWaper .banertxt .sm-header h3 {
  padding:0 15px;

  font-size: 18px;
  
}
section.records .headerRec {
 
  padding:
20px 0;
}
section.records .headerRec h3 {

  font-size: 13px;
}
section.sec4 {
  padding:10px 0px 0px !important;

}
section.sec5 img.img-fluid {
  width: 230px;
  height: 80px;
  object-fit: contain;
}
  section.sec3 .secwraper .innerIMg {
    margin:
10px 20px 14px 0;
    width: 25%;
    display: inline-block;
    z-index: 12;
    margin:
0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    display: flex;
  }
section.sec3 {

  padding:
10px 10px 0px;

}
section.sec4 .headers h5 {
  font-size: 16px;
}
section.sec4 .secWrapers {
  padding:
30px 0px 30px;
}
p {
  font-size: 11px;
  line-height: 18px;
}
section.sec4 .authTxt {
  margin-top: 10px;
}
section.sec5 {
  padding:10px 10px 10px 10px;
}
footer .social-col-ft {
  justify-content: center;
  margin-top: 10px;
}
section.sec4 .secWrapers .contentBox p {

  line-height: 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;

}
html.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 15px !important;
}
html .icon_info h5 {
  font-size: 15px !important;
}
.vc_gitem-zone {

  height: auto !important;
  
}
html .vc_custom_1741286181134 {
  padding-bottom: 10px !important;
}
.icon_info {
  text-align: center;
  margin-top: 10px;
}
.cntct-info li p {

  font-size: 13px !important;
 
}
.wpb_wrapper h3 {
  text-align: center;
  font-size: 25px !important;
  margin-bottom: 25px !important;
}
.cntct-info .icon {
  height: 50px !important;
  width: 50px !important;
  margin:0 auto !important;
}
html .vc_custom_1739999858270 {
  padding-top: 20px !important;
}
.cntct-info li {
  display: block !important;
  align-items: center;
  margin-bottom: 15px !important;
}
.wpb_wrapper p iframe {
  height: 250px !important;
}
.vc_grid-item-mini.vc_clearfix {
  padding:0 !important;
}
.contact-sec {
  padding:
20px 10px 0 !important;
}
html .vc_gitem_row .vc_gitem-col {
  
  text-align: center !important;
}
.vc_gitem-zone-mini p {
  text-align: center !important;
}
.vc_btn3-container.vc_btn3-left {
  text-align: center !important;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 22px !important;
  text-align: center !important;
}
.fusion-layout-column.fusion_builder_column.fusion-builder-column-0.fusion_builder_column_1_1.\31 _1.fusion-flex-column h3 {
 
  font-size: 12px !important;
}
.vc_btn3.vc_btn3-size-md {
  font-size: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
html.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 16px !important;
}
.fusion-column-wrapper strong {
  font-size: 14px !important;
  line-height: 20px !important;
}
html.js_active.vc_desktop.vc_transform.vc_transform {
  overflow:inherit !important;
}
.vc_column_container > .vc_column-inner {
 
  padding:
0 !important;
}
.vc_section.vc_custom_1741642314547 thead, tbody, tfoot, tr, td, th {

  padding:
3px !important;
}
.inner-box img {
  height: auto !important;
  object-fit: cover;
}
main.main-block {

  height: 100% !important;
  overflow-y: inherit !important;
  overflow-x: inherit !important;
}
.inner-box {
  margin-top: 10px !important;
}
html .inner-box h4 {
  font-size: 16px !important;

}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 8px !important;
}
.inner-box img {
  height: 130px;

}
.innerbanner {
  
  height: 205px !important;

}
.text-innerban h2 {

  font-size: 20px !important;
  
}
.fusion-text.fusion-text-1 table tr td span {
  font-size: 5px;
}
.fusion-text.fusion-text-1 table tr td {

  padding:0 !important;
}
.fusion-text.fusion-text-1 table tr td span {
  font-size: 8px !important;
}
.fusion-flex-container .fusion-row .fusion-flex-column {
 
  margin:
0 !important;
}
.innerbanner {


  height: 300px !important;

}
.text-innerban h2 {

  font-size: 18px !important;
  
}
.post-image a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.post-content {
  margin-top: 10px;
}
.post-layout h2 {
  font-size: 15px;
}
.text-innerban h2 {

  font-size: 18px !important;
 
}
.innerbanner {

  height: 230px !important;
 
}
.category #primary {
  column-count: 1 !important;
}
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    

         .slicknav_menu {
    display: none;
  }
    
    aside .col-12.sidebarLobogo img {

  height: 100px !important;

}
 section.h-banner .bgImg img.img-fluid.bannerImg {
    object-fit: cover !important;
    left: 0 !important;
    height: 100% !important;
  }
  aside.sidebar .social {

  left: 0;
  right: 0;
  margin:
0 auto;
}
aside .col-12.sidebarLobogo {
  margin-bottom: 20px;
}
 aside.sidebar {
    width: 100%;
    height: 100vh;
  }
.site-layout {
    display: block !important;
    text-align: center !important;
  }
  aside .col-12.sidebarLobogo img {
    height: 100px !important;
    text-align: end;
    margin:
0 auto;
  }
aside.sidebar ul#sidebar-menu li a {
  font-size: 12px;
  line-height: 28px;
  padding:2px 0px;

}
li#menu-item-15 {
  width: 100%;
}
.social ul li a {
  width: 30px;
  height: 30px;
  font-size: 14px;

}
.social ul {

  justify-content: center;
}
section.h-banner .textWaper .banertxt h1 {
  font-size: 25px;
}
section.h-banner .bgImg {
  height: 350px !important;
}
html .container {
    width: 100% !important;
  }
footer {
padding:20px 0px 0px;
  text-align: center;
}
section.sec3 .secwraper {
 
  margin-top: 20px;
}
section.sec4 .secWrapers .contentBox .auth-name {

  margin:10px 0px 0px !important;
}
.siteBtn a.p-btn {

  padding:5px 30px !important;
  line-height: 20px !important;
  font-size: 14px !important;
}
 section.sec3 .sec3-img .uperTxt h5 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  section.sec3 .sec3-img img.img-fluid {
    width: 100%;
    height: 220px;
  }
section.records .box a img.img-fluid {
  height: 200px;
 
}
section.sec3 .secwraper .inner-txt a {

  font-size: 12px;
 
}
section.h-banner .textWaper .banertxt .sm-header h3::after {

  width: 8%;
  right: 0;
  top: 12px;
  height: 2px;
  opacity: 60%;
}
section.h-banner .textWaper .banertxt .sm-header h3::before {
  
  width: 9%;
  left: 0;
  top: 12px;
  height: 2px;
 ;
}
section.h-banner .textWaper .banertxt .sm-header {
  margin:
0px 0 15px;
}
section.h-banner .textWaper .banertxt .sm-header h3 {
  padding:0 15px;

  font-size: 18px;
  
}
section.records .headerRec {
 
  padding:
20px 0;
}
section.records .headerRec h3 {

  font-size: 13px;
}
section.sec4 {
  padding:10px 0px 0px !important;

}
section.sec5 img.img-fluid {
  width: 230px;
  height: 80px;
  object-fit: contain;
}
  section.sec3 .secwraper .innerIMg {
    margin:
10px 20px 14px 0;
    width: 25%;
    display: inline-block;
    z-index: 12;
    margin:
0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    display: flex;
  }
section.sec3 {

  padding:
10px 10px 0px;

}
section.sec4 .headers h5 {
  font-size: 16px;
}
section.sec4 .secWrapers {
  padding:
30px 0px 30px;
}
p {
  font-size: 11px;
  line-height: 18px;
}
section.sec4 .authTxt {
  margin-top: 10px;
}
section.sec5 {
  padding:10px 10px 10px 10px;
}
footer .social-col-ft {
  justify-content: center;
  margin-top: 10px;
}
section.sec4 .secWrapers .contentBox p {

  line-height: 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;

}
html.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 15px !important;
}
html .icon_info h5 {
  font-size: 15px !important;
}
.vc_gitem-zone {

  height: auto !important;
  
}
html .vc_custom_1741286181134 {
  padding-bottom: 10px !important;
}
.icon_info {
  text-align: center;
  margin-top: 10px;
}
.cntct-info li p {

  font-size: 13px !important;
 
}
.wpb_wrapper h3 {
  text-align: center;
  font-size: 25px !important;
  margin-bottom: 25px !important;
}
.cntct-info .icon {
  height: 50px !important;
  width: 50px !important;
  margin:0 auto !important;
}
html .vc_custom_1739999858270 {
  padding-top: 20px !important;
}
.cntct-info li {
  display: block !important;
  align-items: center;
  margin-bottom: 15px !important;
}
.wpb_wrapper p iframe {
  height: 250px !important;
}
.vc_grid-item-mini.vc_clearfix {
  padding:0 !important;
}
.contact-sec {
  padding:
20px 10px 0 !important;
}
html .vc_gitem_row .vc_gitem-col {
  
  text-align: center !important;
}
.vc_gitem-zone-mini p {
  text-align: center !important;
}
.vc_btn3-container.vc_btn3-left {
  text-align: center !important;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 22px !important;
  text-align: center !important;
}
.fusion-layout-column.fusion_builder_column.fusion-builder-column-0.fusion_builder_column_1_1.\31 _1.fusion-flex-column h3 {
 
  font-size: 12px !important;
}
.vc_btn3.vc_btn3-size-md {
  font-size: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
html.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-size: 16px !important;
}
.fusion-column-wrapper strong {
  font-size: 14px !important;
  line-height: 20px !important;
}
html.js_active.vc_desktop.vc_transform.vc_transform {
  overflow:inherit !important;
}
.vc_column_container > .vc_column-inner {
 
  padding:
0 !important;
}
.vc_section.vc_custom_1741642314547 thead, tbody, tfoot, tr, td, th {

  padding:
3px !important;
}
.inner-box img {
  height: auto !important;
  object-fit: cover;
}
main.main-block {

  height: 100% !important;
  overflow-y: inherit !important;
  overflow-x: inherit !important;
}
.inner-box {
  margin-top: 10px !important;
}
html .inner-box h4 {
  font-size: 16px !important;

}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 8px !important;
}
.inner-box img {
  height: 130px;

}
.innerbanner {
  
  height: 205px !important;

}
.text-innerban h2 {

  font-size: 20px !important;
  
}
.fusion-text.fusion-text-1 table tr td span {
  font-size: 5px;
}
.fusion-text.fusion-text-1 table tr td {

  padding:0 !important;
}
.fusion-text.fusion-text-1 table tr td span {
  font-size: 8px !important;
}
.fusion-flex-container .fusion-row .fusion-flex-column {
 
  margin:
0 !important;
}
.innerbanner {


  height: 300px !important;

}
.text-innerban h2 {

  font-size: 18px !important;
  
}
.post-image a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.post-content {
  margin-top: 10px;
}
.post-layout h2 {
  font-size: 15px;
}
.text-innerban h2 {

  font-size: 18px !important;
 
}
.innerbanner {

  height: 230px !important;
 
}
.category #primary {
  column-count: 1 !important;
}









    
    
    
    
    
}


/*Media Query End*/


