
@media (min-width: 768px)
.page-header {
    padding-top: 150px;
    padding-bottom: 150px;
}
.page-header {
    background-color: #020202;
    position: relative;
    padding-top: 109px;
    /* padding-bottom: 92px; */
    height: 273px;
}

.page-header .thm-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.page-header__bg {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: revert;
    top: 0;
    left: 0;
    background-position: center;
    right: 0;
    bottom: 0;
    background-color: #000000;
    /* mix-blend-mode: inherit; */
    opacity: 80%;
}

.page-header .thm-breadcrumb li {
    color: #fff;
    font-weight: ;
    font-size: 14px;
    letter-spacing: .1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header .thm-breadcrumb li:not(:last-child)::after {
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}

.page-header .thm-breadcrumb li a {
    background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 77%/0px 1px no-repeat;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 77%/0px 1px no-repeat;
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.page-header__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    font-family: "WorkSans-Light", sans-serif;
    opacity: 0.9;
}


section.product_section {
    padding-bottom: 50px;
    padding-top: 80px;
}


.blog-card-one__image {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.img_product_size {
    padding: 0px;
}

.blog-card-one__image > img {
  max-width: 100%;
}

.blog-card-one__image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: hsl(0deg 0% 0% / 60%); */
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.blog-card-one__image > a::after, .blog-card-one__image > a::before {
  /* content: ''; */
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-card-one__image > a::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-one:hover .blog-card-one__image > a {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.blog-card-one__content2 {
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    background-color: #fff;
    padding: 20px 20px;
    /* padding-bottom: 20px; */
    /* text-align: center; */
    border-top: 2px solid #222222;
    margin-bottom: 30px;
}
.button-position-set {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.blog-card-one__content {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
  background-color: #003071;
  padding: 11px 20px;
  /* padding-bottom: 20px; */
  text-align: center;
  border-top: 7px solid #1e5aaa;
}

.blog-card-one__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-card-one__date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-card-one__date i {
  color: var(--cretech-secondary, #9c2ede);
  margin-right: 5px;
}

.blog-card-one__category {
  text-transform: uppercase;
  background-color: var(--cretech-primary, #6a2dec);
  font-size: 10px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0 19px;
  margin-left: 27px;
}

.blog-card-one__category:hover {
  color: #fff;
  background-color: var(--cretech-black, #12062c);
}

.blog-card-one__title {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 11px;
  margin-bottom: 15px;
}

.blog-card-one__title a {
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-card-one__title a:hover {
  color: #fff;
  /* background-size: 100% 2px; */
}

.blog-card-one__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-card-one__more i {
  color: #1f1f20;
  letter-spacing: -0.04em;
  margin-left: 7px;
}

.blog-card-one__more:hover {
  color: #025394;
}

.blog-card-one--home-two .blog-card-one__image > img {
  width: 100%;
}

.blog-card-one--home-two .blog-card-one__content {
  padding: 30px;
  position: relative;
}

.blog-card-one--home-two .blog-card-one__date {
  line-height: 1;
}

.blog-card-one--home-two .blog-card-one__title {
  margin-bottom: 5px;
  margin-top: 11px;
}

.blog-card-one--home-two .blog-card-one__category {
  position: absolute;
  top: -15px;
  right: 20px;
}

.blog-card-two {
  background-color: var(--cretech-black, #12062c);
  width: 100%;
  min-height: 370px;
  position: relative;
}



.about-five__box__title2 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 100;
    line-height: 2.2em;
    margin-top: 0px;
}

.about-five__box__title2 a {
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-five__box__title2 a:hover {
  color: #ffffff;
  background-size: 100% 2px;
}


.thm-btn {
  border: none;
  outline: none;
  background-color: #007db8;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 9px 21px;
  overflow: hidden;
  -webkit-transition: all .35s;
  transition: all .35s;
  position: relative;
}

.thm-btn span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.thm-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.thm-btn:before, .thm-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  /* background-image: linear-gradient(55deg, #007db8 0%, #007db8 100%); */
  -webkit-transition: all .35s;
  transition: all .35s;
}

.thm-btn:before {
  opacity: 1;
}

.thm-btn:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.thm-btn:hover:before, .thm-btn:hover:after {
  top: 0;
}

.thm-btn--light {
  background-color: #0096d6;
  color: #ffffff;
}

.thm-btn--light:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.thm-btn--dark {
  background-color: var(--cretech-black, #12062c);
  color: #fff;
}

.thm-btn--dark:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.auto-container{
 margin-left:50px; 
  margin-right:50px;
}

img.cat_icon {
    max-width: 50px;
    height: auto;
    margin-right: 10px;
}

.blog-card-one {
    margin-bottom: 30px;
}


.iocn-info {
    position: absolute;
    left: 0px;
    width: 18px;
    height: auto;
    vertical-align: text-bottom;
}

span.product-text {
    color: #000000;
    font-size: 13px;
    font-family: 'WorkSans-Regular', sans-serif;
}

.product_and_svg_container {
    position: relative;
    padding-left: 28px;
}


button.buy_btn {
    margin-top: 12px;
    padding: 9px;
    border-radius: 5px;
    background-color: #ebebeb;
}

button.buy_btn a:hover {
    color: #000;
}

a.logo.logo-dark {
    max-width: 243px;
}

.header-style-5 .axil-header-top {
    background-color: #1d59a9;
    padding: 6px 0;
}

.axil-mainmenu {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}


.services-list li:hover {
    background-color: #007db8;
}
.services-list li:hover a {
    color: #fff;
}


@media only screen and (max-width: 991px){
.page-header{
	padding-top: 17px;
	padding-bottom: 25px;
}

.page-header__title{
	font-size: 24px;
}
.page-header .thm-breadcrumb li{
	margin:0;
}

.axil-breadcrumb li {
	font-size: 12px !important;
}
a.axil-btn i, button.axil-btn i{
	margin-right:3px;
}

.inner-column{
margin-top:20px;	
}

}

.widget-title1 {
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: linear-gradient(to right,#193982,#204f86);
    padding: 14px 14px;
    /* border-radius: 8px; */
    border-radius: 11px 11px 0 0;
    color: white;
    text-align: center;
    font-weight: 500;
    /* background-image: url(../images/bgpr.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center bottom; */
}

.widget-title2 {
  margin-top: -1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background: #193982;
  padding: 7px 11px;
  /* border-radius: 8px; */
  border-radius: 0px 0px 10px 10px;
  color: white;
  text-align: center;
  font-weight: 500;
}

ul.list {
    list-style: outside none none;
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
li.active {
    margin: 0px;
}

.services-list li.active::after {
    /* border-color: transparent #193d85 transparent transparent; */
}
.services-list li.active::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 23px;
    bottom: 0;
    content: "";
    height: 30px;
    right: 469px;
    position: absolute;
    top: 61px;
    width: 23px;
    display: none;
}

.border-theme-colored {
  border-color: #2E375F !important;
}
.services-list li.active::after {
  /* border-color: transparent #007db8 transparent transparent; */
}
.services-list li.active {
   background: linear-gradient(to right,#193982,#12a3e0);
  border-right: 6px solid #d4111f !important;
}

.services-list li {
    background-color: #eeeeee;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px 10px 20px;
    color: #fff;
}

.services-list li.active {
    background: linear-gradient(to right,#007db8,#007db8);
    border-right: 6px solid #007db8 !important;
}


li.active a {
    color: #fff;
}

