/*@font-face {
  font-family: Merriweather-Regular;
  src: url(fonts/Merriweather-Regular.ttf);
}
@font-face {
  font-family: Merriweather-Bold;
  src: url(fonts/Merriweather-Bold.ttf);
}
@font-face {
  font-family: Merriweather-BoldItalic;
  src: url(fonts/Merriweather-BoldItalic.ttf);
}
@font-face {
  font-family: Merriweather-Black;
  src: url(fonts/Merriweather-Black.ttf);
}
@font-face {
  font-family: Merriweather-BlackItalic;
  src: url(fonts/Merriweather-BlackItalic.ttf);
}
@font-face {
  font-family: Merriweather-Light;
  src: url(fonts/Merriweather-Light.ttf);
}*/
body{
  overflow: hidden;
}
p{
  margin-bottom: 5px;
}
.OswL p,
.OswL h2,
.OswL h3,
.OswL h4,
.OswL h5,
.OswL strong,
.OswL em,
.OswL *{
  font-family: Oswald, sans-serif !important;
}
/*
.MerriBold p,
.MerriBold h2,
.MerriBold h3,
.MerriBold h4,
.MerriBold h5{
  font-family: Merriweather-Bold;
}
.MerriRegular p,
.MerriRegular h2,
.MerriRegular h3,
.MerriRegular h4,
.MerriRegular h5,
h1, h2, h3, h4, h5, h6{
  font-family: Merriweather-Regular !important;
}*/
.nopadding_bottom{
  padding-bottom: 0px !important;
}
.imgautowidth img{
  width: auto;
  display: table;
  margin: 0 auto;
}
.imgLeftauto img{
  width: auto;
}
.imgLeftauto .box-image{
  margin-left: 0;
}
#header:after{
  content: "";
  position: absolute;
  background-image: url(../img/navline.png);
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
}
.header-top {
  z-index: 9;
}
.top-bar-nav.nav-right li a{
  color: #fff;
  font-size: 14px;
  opacity: 1;
}
.top-bar-nav.nav-right li a:after{
  background-color: rgb(85 85 85 / 42%);
}
.top-bar-nav.nav-right .header-button a{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  min-height: initial;
  line-height: 30px !important;
  padding: 0;
  border: none;
  padding-left: 36px !important;
  position: relative;
  padding-right: 12px;
  font-family: Oswald, sans-serif;
}
.top-bar-nav.nav-right .header-button-1 .header-button a:before{
    content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background: url(../img/call_top.png) no-repeat;
  background-size: contain;
  top: 2px;
  left: 0px;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dark .social-icons, .nav-dark .social-icons {
  color: #d3a35e;
}
.social-icons.follow-icons a:hover{
  color: #d4a161;
}
#header .stuck .header-top{
  min-height: 35px;
  display: none;
}
.SloganTopbar{
  color: #0f2447;
  font-size: 15px;
}
/*.header-main .nav > li > a{
  padding: 0;
}
.header-main{
  margin-top: -10px;
}*/
/*.header-main .header-inner{
  max-width: 86%;
  width: 86%;
}*/
.header:not(.transparent) .header-nav-main.nav > li > a:hover, .header:not(.transparent) .header-nav-main.nav > li.active > a, .header:not(.transparent) .header-nav-main.nav > li.current > a, .header:not(.transparent) .header-nav-main.nav > li > a.active, .header:not(.transparent) .header-nav-main.nav > li > a.current{
  font-weight: 600;
}
#header .menu-item .nav-dropdown.nav-dropdown-default {
  padding: 0;
  border: none;
  border-top: 2px solid #1782c0;
  background-color: #ffffff;
}
#wrapper .transparent #logo img {
  max-height: 86px;
  background-color: #fff;
  border-radius: 10px;
  padding: 3px 9px;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before{
  border-bottom-color: #1782c0;
}
#header .menu-item-design-default.current-dropdown .nav-dropdown.nav-dropdown-default {
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity .5s, transform .5s;
}
.nav-dropdown-has-arrow li.has-dropdown:after{
  border-color: hsla(0,0%,87%,0) hsla(0,0%,87%,0) #1782c0;
}
.header-main .header-button a{
  color: #ffffff;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 15px;
  font-family: Oswald, sans-serif;
}
#top-bar .header-button a{
  background-color: #bf1e2e;
}
.header-main .header-button-1 .header-button a{
  padding-left: 46px !important;
  padding-right: 16px !important;
}
.header-main .header-button-1 .header-button a:before,
#top-bar .header-button-1 .header-button a:before{
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url('../img/send3white.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 7px;
  left: 12px;
}
.header-main .header-button a span,
#top-bar .header-button a span{
  line-height: 20px;
}
#top-bar .header-button-1 .header-button a:before{
  width: 18px;
  height: 18px;
  top: 6px;
  left: 8px;
}
#top-bar .header-button a span{
  font-size: 14px;
}
.header-main .search-field{
  min-width: 330px;
  height: 36px;
  box-shadow: none;
  background-color: #ddb671;
  border: navajowhite;
  border-radius: 6px;
  color: #000;
}
.header-main .ux-search-submit{
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  border-radius: 6px;
  background-color: rgb(255 255 255 / 0%);
  border: none;
  font-size: 12px;
  width: 33px;
}
.header-main .search-field::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}
.header-main .search-field::placeholder {
  color: #000;
}
.header-main .header-search-form-wrapper{
  margin-left: 80px;
}
.header-main .searchform .button.icon i{
  color: #5a191d;
}
.header-main .sub-menu li{
    width: 100%;
}
.header-bottom .sub-menu li a,
.header-main .sub-menu li a{
  width: 100%;
  display: table;
  margin: 0;
  color: #1676ad;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: normal;
  font-size: 16px;
  font-family: Oswald, sans-serif;
  transition: all .4s;

}
.header-main .sub-menu li a:hover{
  padding-left: 15px;
  transition: all .4s;
}
.header-main .menu-item-design-custom-size .sub-menu{
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
}
.header-main .menu-item-design-custom-size .sub-menu li a{
  border: none;
}
.header-main .menu-item-design-custom-size > .sub-menu > li{
  width: 32%;
  margin-right: 2%;
}
.header-main .menu-item-design-custom-size > .sub-menu > li:nth-child(3n+3){
  margin-right: 0;
}
.header-main li.menu-item .sub-menu li.menu-item-has-children > a:before{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 5px;
  transition: all .3s;
}
.header-main li.menu-item .sub-menu li.menu-item-has-children > a:hover:before{
  transform: translateY(-50%) rotate(135deg);
  transition: all .3s;
}
.nav-column li.active>a, .nav-column li>a:hover, 
.nav-dropdown li.active>a, 
.nav-dropdown>li>a:hover, 
.nav-vertical-fly-out>li>a:hover, 
.nav>li.active>a, .nav>li.current>a, 
.nav>li>a.active, .nav>li>a.current, 
.nav>li>a:hover{
  color: rgb(191 30 46);
}
.nav-divided>li+li>a:after{
    border-left: 1px solid rgb(255 255 255 / 20%);
    left: -1.3em;
}
.hasulDiv ul{
    margin-bottom: 0px;
}
.labelCtForm{
  font-size: 13px;
  color: #363636;
  font-weight: 500;
}
#header .header-wrapper.stuck{
    background-color: #fff;
}
.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg{
    fill: #1254ad;
}
#search-lightbox .search-field{
  height: 50px;
  font-size: 14px;
}
#search-lightbox .ux-search-submit{
  font-size: 14px;
  height: 50px;
  min-width: 55px;
  background-color: #1782c0;
  border-radius: 0px 10px 10px 0px;
}
.header_page_style{
    padding-top: 38px;
    background-color: #1254ad;
}
.rowHeaderStyle .col12HeaderStyle{
    padding-bottom: 10px;
}
.titleh1Style{
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
}
.Wrap_Page_Tax{
    margin-top: 80px;
}
.itemProject > .col-inner{
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
.archive-page-header h1.page-title{
    color: #fff;
}
.archive-page-header{
    padding-top: 75px;
    background-image: url('../img/bgheadChild.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
}
.archive-page-header:after{
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .2;
    top: 0;
}
.archive-page-header > .row{
    position: relative;
    z-index: 333;
}
.header:not(.transparent) .header-nav-main.nav > li > a:hover, .header:not(.transparent) .header-nav-main.nav > li.active > a, .header:not(.transparent) .header-nav-main.nav > li.current > a, .header:not(.transparent) .header-nav-main.nav > li > a.active, .header:not(.transparent) .header-nav-main.nav > li > a.current{
  font-weight: 500;
}
.searchform-wrapper input[type=search]{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header-nav-main li{
  position: relative;
}
.header-nav-main li.menu-item-design-default .sub-menu li .sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #fff;
  display: none;
}
.header-nav-main li.menu-item-design-default .sub-menu li:hover > .sub-menu{
  display: block;
}



.animated_devmd, .header-main .header-button-1 .header-button a:before{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tadamd {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.boxItemMenu ul li{
  list-style-type: none;
  margin-bottom: 15px;
}
.header-main .sub-menu .boxItemMenu ul li a{
  color: #696969;
}
.header-main .sub-menu .boxItemMenu ul li i{
  margin-right: 8px;
  color: #696969;
} 
.titbread_addnew h3,
.shop-page-title h1{
  margin-bottom: 0px;
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.titbread_addnew h3{
  display: none;
}
.titbread_addnew h3:nth-child(1){
  display: block;
}
#breadcrumbs{
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
#breadcrumbs a{
  color: #f26520;
}
.post-type-archive-featured_item .portfolio-archive > .page-title{
  display: none;
}
.tax-featured_item_category .portfolio-archive > .page-title{
  display: none;
}
.ulCatListDV{
  white-space:nowrap;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 6px;
  overflow: auto;
  padding: 10px 0px;
}
.ulCatListDV li{
  display:inline;
  list-style-type: none;
}
.ulCatListDV li:first-child{
  margin-left: 0px !important;
}
.ulCatListDV li a{
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  border: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 6px;
}
.ulCatListDV li a:hover{
  border-color: #f26520;
}

/*Start Css New Version*/
#top-bar p{
  font-size: 14px;
}
#header #logo{
  width: auto;
  margin: 0;
}
#logo img{
  background-color: #fff;
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#top-bar > .container,
.header-main .header-inner{
  position: relative;
}
.label-hot.menu-item > a:after{
  content: "HOT" !important;
  background-color: #dd0a0a;
  font-size: 12px;
  padding: 3px 3px 4px 3px;
}
.shop-page-title .page-title-inner{
  height: 200px;
}
.header-main.nav-size-xlarge > li > a{
  font-size: 17px;
}

@media screen and (min-width: 1100px) {
  .header-main .header-inner:before,
  .header-main .header-inner:after{
    content: "";
    position: absolute;
    width: 200%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    z-index: -1;
  }
  .header-main .header-inner:before{
    left: 100%;
    background-color: #bf1e2e;
    
  }
  .header-main .header-inner:after{
    background-color: #1782c0;
    right: 100%;
  }
  #logo img{
    min-height: 100px !important;
  }
  .header-wrapper.stuck #logo img{
    min-height: 86px !important;
  }
  /*#top-bar > .container .flex-right{
    position: relative;
  }
  #top-bar > .container .flex-right:after{
    content: "";
    position: absolute;
    width: 110px;
    right: -30px;
    background-color: #bf1e2e;
    top: -2px;
    height: 36px;
    z-index: -1;
  }*/
  .header-main .nav > li > a{
    padding: 23px 0px;
  }
  .header-main .nav-size-xlarge > li > a{
    font-size: 17px;
  }
  .header-wrapper.stuck .header-main .nav > li > a{
    padding: 20px 0px;
  }
  .header-main .menu-item-design-custom-size > .sub-menu > li > a{
    font-family: Oswald, sans-serif;
    color: #1782c0;
    text-transform: uppercase;
  }
}
