:root {
  --primary-color-dark: #8f897e;
  --primary-color-beige: #beb8a7;
  --primary-color-light: #f3f1eb;
  --secondary-color: #303a2b;

  --primary-font: "Libre Baskerville", serif;
  --text-font: "Work Sans", serif;
}
.navbar {
  background: #f3f1eb;
  height: 130px;
}
.navbar.nav-scroll {
  height: 90px;
}
.logo {
  /*margin-top: 10px;*/
}

.logo-img {
  padding: 12px 0;
  width: 150px;
  text-align: center;
}
.nav-scroll .logo-img {
  width: 90px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
}
p {
  font-family: var(--text-font);
}
.height-sm,
.height-sm img {
  height: 300px;
  object-fit: cover;
}

.height-ms,
.height-ms img {
  height: 400px;
  object-fit: cover;
}

.height-md,
.height-md img {
  height: 500px;
  object-fit: cover;
}

.height-ml,
.height-ml img {
  height: 700px;
  object-fit: cover;
}

.height-xl,
.height-xl img {
  height: 900px;
  object-fit: cover;
}

.container.auto-container {
  max-width: 80% !important;
}

.navbar .navbar-nav .active,
.navbar .navbar-nav .nav-link:hover {
  color: #a0c515 !important;
}

.preloader-bg,
#preloader {
  background-color: var(--primary-color-dark);
}

hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border-top: 1px solid var(--primary-color-light);
}

.text-right {
  text-align: right;
}

.bg-dark {
  background-color: var(--primary-color-dark) !important;
}
.bg-light {
  background-color: var(--primary-color-light) !important;
}
.bg-grey {
  background-color: var(--secondary-color) !important;
}
.section-content p span {
  font-style: italic;
  font-weight: 600;
}
.section-title span {
  color: var(--secondary-color);
  font-style: italic;
}
.title-tertiary,
.title-quaternary {
  font-family: var(--primary-font);
}

.bg-grey.main-footer .sub-footer p,
.bg-grey.main-footer p {
  color: var(--primary-color-light) !important;
}

.bg-dark .section-content .title-primary {
  color: var(--primary-color-light) !important;
}

.bg-dark .section-content .title-quaternary,
.bg-dark .section-content .title-secondary {
  color: var(--primary-color-light) !important;
}

.bg-dark .section-content .title-tertiary {
  color: var(--primary-color-light) !important;
}

.bg-dark .section-content p,
.main-footer .fothead h6 {
  color: var(--primary-color-light) !important;
}

.bg-light .section-content .title-primary,
.bg-light .section-content .title-secondary {
  color: var(--primary-color-dark);
}

.bg-light .section-content .title-tertiary,
.bg-light .section-content .title-quaternary,
.bg-light .section-content p {
  color: var(--secondary-color);
}

p {
  line-height: 1.3;
}

.contact__form {
}

.contact__form .btn.btn-primary {
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 3px;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  font-family: var(--text-font);
  text-transform: inherit;
  border-radius: 0;
}
.contact__form .btn.btn-primary:hover {
  background-color: #f4f4f4;
  color: #272727;
  border: 1px solid transparent;
}
/* .progress-wrap::after,
.progress-wrap svg.progress-circle path {
    color: var(--primary-color-beige);
    stroke: var(--primary-color-beige);
} */
input[type="submit"] {
  background-color: var(--secondary-color);
  font-family: var(--text-font);
  text-transform: inherit;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  border-bottom: 1px solid var(--primary-color-dark);
}
b {
  color: var(--secondary-color);
}
.butn-light a {
}
.butn-dark a {
  background-color: var(--primary-color-dark);
}
.butn-dark a,
.butn-light a {
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: inherit;
  font-family: var(--text-font);
}
.section-content p {
  font-size: 14px;
  letter-spacing: 2px;
}

.navbar .navbar-nav .nav-link {
  font-size: 13px;
  font-family: var(--text-font);
  color: var(--secondary-color);
  font-weight: 500;
  letter-spacing: 1px;
}

.sec-img {
  display: block !important;
  position: relative;
}

.cov-img {
  background-size: cover;
  background-position: center;
}

.title-primary {
  font-size: 7rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.title-secondary {
  font-size: 70px;
  text-transform: uppercase;
}

.title-tertiary {
  font-size: 50px;
  line-height: 1;
  text-transform: inherit;
  margin-bottom: 0;
  text-align: left;
}
.title-tertiary span {
  font-style: italic;
  color: inherit;
}
.title-quaternary {
  text-transform: none;
  font-size: 40px;
  letter-spacing: 0;
}
.title-sm {
  font-size: 24px;
  letter-spacing: 0;
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100% !important;
}
.mt--70 {
  margin-top: -70px;
  z-index: -1;
}
.box-prodotto-home,
.box-prodotto-cat {
  background-color: #fff;
  text-align: center;
  padding: 30px 30px 60px 30px;
  /*border-radius: 190px;*/
  border-radius: 50px;
  margin: 0 10px;
}
.box-prodotto-home .title-sm {
  font-family: var(--primary-font);
  text-transform: uppercase;
  color: var(--secondary-color);
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-prodotto-home .contLogo {
  width: auto;
  height: 100px;
}
.box-prodotto-home .contLogo > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.box-prodotto-home .img-prd {
  height: 300px;
  object-fit: contain;
  margin: 15px 0;
}
.box-prodotto-home .icon-img {
  height: 85px;
  object-fit: contain;
}
.box-prodotto-cat .img-prd {
  height: 500px;
  object-fit: contain;
}
.box-prodotto-cat .icon-img {
  height: 85px;
  object-fit: contain;
}
.bg-dark .slick-next.slick-arrow,
.bg-dark .slick-prev.slick-arrow {
  border: solid 1px #fff;
}
.bg-light .slick-next.slick-arrow,
.bg-light .slick-prev.slick-arrow {
  border: solid 1px var(--secondary-color);
}
.bg-light .slick-prev:before,
.bg-light .slick-next:before {
  color: var(--secondary-color);
}
.slick-next.slick-arrow {
  transform: rotate(90deg) !important;

  border-radius: 100%;
  width: 50px;
  height: 50px;
  right: -60px;
}
.slick-prev.slick-arrow {
  transform: rotate(-90deg) !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  left: -60px;
}
.slick-next:before {
  font-family: "themify";
  content: "\e648";
}
.slick-prev:before {
  font-family: "themify";
  content: "\e648";
}
.bg-dark .slick-prev:hover,
.bg-dark .slick-prev:focus,
.bg-dark .slick-next:hover,
.bg-dark .slick-next:focus {
  background: #f3f1eb4f;
}
.bg-light .slick-prev:hover,
.bg-light .slick-prev:focus,
.bg-light .slick-next:hover,
.bg-light .slick-next:focus {
  background: #303a2b3d;
}
.content-lines-inner {
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid var(--secondary-color);
  border-right: 1px solid var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
}

.content-lines {
  position: absolute;
  left: 70%;
  right: 70%;
  height: 100%;
  border-left: 1px solid var(--secondary-color);
  border-right: 1px solid var(--secondary-color);
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.main-footer {
  padding: 0;
  border-top: none;
}
.main-footer .sub-footer {
  margin-top: 0;
}
.main-footer .abot .social-icon a {
  color: var(--primary-color-light);
}
.center span {
  color: white;
  font-family: sans-serif;
  animation: animate 9s ease infinite alternate;
}

.center span:nth-child(1) {
  animation-delay: 1s;
}

.center span:nth-child(2) {
  animation-delay: 1.5s;
}

.center span:nth-child(3) {
  animation-delay: 2s;
}

.center span:nth-child(4) {
  animation-delay: 2.5s;
}
.center span:nth-child(5) {
  animation-delay: 3s;
}

@keyframes animate {
  from {
    font-size: 1em;
  }

  to {
    font-size: 4em;
  }
}

.parallaxElement {
  position: relative;
  height: 100vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.captionParallax {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000;
}

.parallaxElement:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(31 31 31 / 25%);
}

.owl-carousel.owl-prodotti .owl-item img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.scrolling_text {
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  padding: 150px 0;
}

.text span {
  margin: 0 40px;
}

@keyframes animate_text {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.text {
  font-family: "Oswald", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  text-transform: lowercase;
  color: var(--secondary-color);
  animation: animate_text 40s linear infinite;
  opacity: 0.7;
}

.bauen-blog .item .con h5,
.bauen-blog .item .con h5 a {
  color: var(--primary-color-dark);
}

.header .caption h1 {
  font-family: var(--primary-font);
  letter-spacing: 2px;
  text-transform: inherit;
}
.header .caption span {
  font-style: italic;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: var(--secondary-color);
}
.side_menu,
.side_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side_menu > li {
  font-size: 18px;
  font-weight: bold;
  padding: 0 !important;
}
button,
input,
optgroup,
select,
textarea {
  font-family: var(--text-font);
  /* width: 100%; */
}
.blog-sidebar .widget {
  padding: 0;
}
.sidebar .sidebar-widget .widget-inner {
  position: relative;
  display: block;
  padding: 45px 30px;
  background: #e5e3db;
  border-radius: 10px;
}
.sidebar .services ul li:before {
  border-radius: 10px;
}
.blog-sidebar .widget {
  background: transparent;
}
.blog-sidebar .widget {
  margin-bottom: 10px;
}
.sidebar-title h4 {
  font-family: var(--primary-font);
  letter-spacing: 0;
}
.widget.search {
  background: #e5e3db;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.banner-header {
  height: 25vh;
  z-index: -2;
}
[data-overlay-light]:before {
  background: transparent;
}
.banner-img:after {
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
  content: "";
  background: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 100%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to top,
    rgb(243 241 235) 0%,
    rgb(243 241 235 / 80%) 100%,
    rgb(243 241 235 / 50%) 100%
  );
  object-fit: cover;
}
.section-title {
  letter-spacing: 1px;
}
.sottomenu-cat a::after {
  display: none;
}
.menu-categorie .active a::after {
  transform: rotate(90deg);
}
.sidebar .services .sottomenu-cat li:before {
  background-color: var(--secondary-color);
  border-radius: 0;
}

.searchCont {
  margin-left: 15px;
}
.searchCont .searchBox {
  display: flex;
  flex-direction: row;
  width: 170px;
}
.searchCont .btnSearch {
  width: 40px;
  line-height: 45px;
  height: 45px;
  text-align: center;
}
.searchCont .inputSearch {
  width: 130px;
  height: 45px;
  margin-bottom: 0;
}

.menuDropDown {
  display: none;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 16px;
  color: #555;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 14px;
  line-height: normal;
}
.side_menu {
  /*background-color: #EFCBBF;*/
  display: block;
  font-family: sans-serif;
  margin-bottom: 0 !important;
}

.side_menu,
.side_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.side_menu ul {
  /*background-color: rgba(0, 0, 0, 0.2);*/
}

.side_menu > li {
  font-size: 18px;
  font-weight: bold;
  padding: 0 !important;
}
.side_menu > li.active {
}
.side_menu > li li {
  padding: 0 0 0 10px !important;
}
.side_menu a {
  /*font-family: 'futura-pt', 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
  font-family: "Didact Gothic", sans-serif;
  display: block;
  position: relative;
  padding: 10px 20px 10px 10px;
  /*				color: #000;*/
  text-decoration: none;

  /*line-height: 48px;*/
  font-size: 16px;
  color: #777;
  font-weight: 300;
  border-radius: 10px;
}

.side_menu > li > a {
  color: #8f897e;
}

.side_menu a:hover {
  color: #667e0a;
  text-decoration: none;
}

.has_child > a:after {
  content: "+";
  /*font-family: "FontAwesome";*/
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
}
.has_child.opened > a {
  color: #fff;
  background: #b19777;
}
.has_child.opened > a:after {
  content: "-";
}

.side_menu ul {
  display: none;
}

li.opened > ul {
  display: block;
}

.submenu {
  font-size: 90%;
}

.submenu > li > a {
  padding-left: 20px;
}

.submenu a {
  color: #adcf66 !important;
}

.side_menu .submenu li > a:hover,
.side_menu .submenu li > a:active,
.side_menu .submenu li > a:hover:active {
  background-color: rgb(153, 196, 60);
  color: #fff !important;
}

.micromenu {
  font-size: 85%;
  font-weight: normal;
}

.micromenu > li > a {
  padding-left: 30px;
}

.nanomenu {
  font-size: 80%;
}

.nanomenu > li > a {
  padding-left: 40px;
}

.side_menu li.active > a,
.side_menu li.active > a:hover,
.side_menu li.active > a:active,
.side_menu li.active > a:hover:active {
  color: #99c43c !important;
  /*background-color: #fff !important;*/
  text-decoration: underline;
  font-weight: bold;
}
.submenu li.active > a:hover {
  color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .menuDropDown {
    display: block;
  }
  .side_menu {
    display: none;
  }
}

.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
  opacity: 0;
}
.clearboth {
  clear: both !important;
}
.contDesc > div,
.contDesc div {
  width: 100% !important;
  padding: 0 !important;
}
.contLogo {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.contLogo > img {
  width: 100%;
}
.box-scelta-categoria {
  padding: 40px;
  border-radius: 10px;
  background: #e5e3db;
}
.pb-300 {
  padding-bottom: 300px;
}
.progress-wrap {
  bottom: 50px;
}
@media only screen and (max-device-width: 1366px) {
  /* .parallaxElement {
        background-attachment: scroll;
    } */
}

@media only screen and (max-width: 1024px) {
  .nav-scroll .logo-wrapper {
    padding: 0 10px;
  }
  .logo-wrapper {
    float: left;
    padding: 2px 0 26px 15px;
  }
  .title-sm {
    font-size: 20px;
    letter-spacing: 0;
  }
  .box-prodotto-home .img-prd {
    height: 210px;
    object-fit: contain;
  }
  .container.auto-container {
    max-width: none !important;
  }

  .title-primary {
    font-size: 5rem;
  }

  .title-tertiary {
    font-size: 45px;
  }

  .mt--90 {
    margin-top: -60px;
    z-index: -1;
  }

  .height-md,
  .height-md img {
    height: 300px;
  }

  .height-ml,
  .height-ml img {
    height: 400px;
  }

  .height-xl,
  .height-xl img {
    margin-top: 20px;
    height: 600px;
  }

  .marginResp.pl-100.pr-100.mt-100 {
    margin-top: 0 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .title-resp {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .parallaxElement {
    height: 650px;
    background-position: right;
  }

  .title-quaternary {
    text-transform: none;
    font-size: 35px;
  }

  .text {
    font-size: 5rem;
  }

  .scrolling_text {
    padding: 50px 0;
  }

  .owl-carousel.owl-prodotti .owl-item img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .section-produzione .slick-slider,
  .section-prodotti .slick-slider {
    padding: 0 30px;
  }
  .slick-prev.slick-arrow {
    left: -30px;
  }
  .slick-next.slick-arrow {
    right: -30px;
  }
  .banner-header {
    height: 30vh;
    z-index: -2;
  }
}

@media only screen and (max-width: 991px) {
  .navbar {
    height: auto;
  }
  .logo-wrapper {
    padding: 0px;
  }
  .logo-wrapper .logo {
    margin-top: 0px;
    padding: 15px;
    width: 120px;
  }
  .logo-wrapper .logo .logo-img {
    width: 100%;
  }
  .searchCont {
    margin-left: 0px;
  }
  .searchCont .searchBox {
    display: flex;
    flex-direction: row;
    width: 300px;
  }
  .searchCont .btnSearch {
    width: 40px;
    line-height: 45px;
    height: 45px;
    text-align: center;
  }
  .searchCont .inputSearch {
    width: 260px;
    height: 45px;
    margin-bottom: 0;
  }
	
	
}

@media only screen and (min-width: 768px) {
  /*.menuDropDown {
    display: none;
  }*/
}

@media only screen and (max-width: 768px) {
  .text-white-resp {
    color: #fff !important;
  }
  .resp-text {
    background-color: #ffffffd6;
    padding: 15px;
    border-radius: 20px;
  }
  .menu-categorie {
    display: none;
  }
  .blog-sidebar .widget {
    padding: 0;
  }
  .menuDropDown {
    width: 100%;
  }
  .box-prodotto-home {
    padding: 30px 10px 60px 10px;
  }
  .services2 .title-box h3 {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .title-quaternary {
    text-transform: none;
    font-size: 25px;
  }
}

@media only screen and (max-width: 500px) {
  .banner-header {
    height: 10vh;
    z-index: -2;
  }
  .slick-prev.slick-arrow {
    width: 30px;
    height: 30px;
    left: 5px;
  }
  .slick-next.slick-arrow {
    width: 30px;
    height: 30px;
    right: 5px;
  }
  .section-produzione .slick-slider,
  .section-prodotti .slick-slider {
    padding: 0 50px;
  }
  .section-prodotti .title-tertiary,
  .section-prodotti .butn-light {
    text-align: center;
  }
  .title-secondary {
    font-size: 40px;
  }

  .title-tertiary {
    font-size: 32px;
  }

  .searchCont .searchBox {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .searchCont .btnSearch {
    width: 40px;
    line-height: 45px;
    height: 45px;
    text-align: center;
  }
  .searchCont .inputSearch {
    width: calc(100% - 45px);
    height: 45px;
    margin-bottom: 0;
  }
}


.mypage-alo-phone-2 {
        position: fixed;
        left: 30px;
        visibility: visible;
        background-color: transparent;
        width: 110px;
        height: 110px;
        cursor: pointer;
        bottom: -5px !important;
    }



    .mypage-alo-ph-circle-fill-2 {
        width: 60px;
        height: 60px;
        top: 28px;
        left: 28px;
        position: absolute;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-color: #38bd4b;
        opacity: .75 !important;
    }
    .mypage-alo-ph-img-circle-2 {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        /*background: rgba(30,30,30,.1) url(../images/wa1.png) no-repeat center center;*/
        background-color: rgba(30,30,30,.1);
        background-size: auto auto;
        background-color: rgba(30,30,30,.1);
        background-size: auto auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #27b43e;
        background-size: 70%;
      }
.mypage-alo-ph-img-circle-2 img{
	width: 26px;
	height: 26px;
	margin-top: -6px;
}

.credits_link {
  color: #38b5e6 !important;
  font-weight: 700;
  font-family: sans-serif;
}

.credits_link:hover {
  color: #fff !important;
}

.credits_link:before {
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
}

.credits_link:hover:before {
  transform: rotateZ(360deg) rotateY(360deg);
}
.nav-breadcrumb{
	display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .nav-breadcrumb{
    font-size: 11px;
  }

  .sub-footer{
    padding-bottom: 60px !important;
  }
}

.nav-breadcrumb li,
.nav-breadcrumb a:hover,
.nav-breadcrumb .active{
	color: #a0c515
}
.nav-breadcrumb li a{
	color: #777
}
.breadcrumb-item+.breadcrumb-item::before{
	content: '/';
}

@media screen and (max-width: 1440px) {
	
	.box-prodotto-home .title-sm {
    	font-size: 15px;
	}
	
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {

  #navbar.navbar-collapse{
    position: absolute;
    top: 100%;
    width: 100%;
  }

	.mypage-alo-phone-2 {
    position: relative;
/*		bottom: 35px !important;*/
	}
	#clion_cookieBar.clion_cookieBar__tray.theme_clionDark{
		left: 20px !important;
	}
}
@media screen and (max-width: 767px) {

  .pb-300{
    padding-bottom: 40px !important;
  }

  .sec-img{
    margin-bottom: 15px;
  }

}
@media screen and (max-width: 425px) {

}
@media screen and (max-width: 320px) {

}
@media screen and (min-width: 320px) and (max-width: 990px) {
  

}