/*======================================================================
	Project Name: Designoble
	Creator     : Dulal Hossain
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
}

/*===========@Global Styles ============*/
* {
  margin: 0;
  padding: 0;
  outline: none;
}

img,
fieldset {
  border: 0;
}

figure {
  margin: 0;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  max-width: 100%;
  float: left;
  display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/*===========@Global Styles Vareaable ============*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

figure, .header_area, .header_cntn {
  width: 100%;
  float: left;
  display: block;
}

/*===========@ End Global Styles Vareaable ============*/
.header_area h2,
.h2_exta {
  display: none;
}

.header_area {
	/*border:4px solid #ff1a1a !important;
  padding-top: 8px;
  padding-bottom: 8px;*/
}

.links {
  width: 100%;
  float: left;
  display: block;
}

.link-effect-14 a {
  color: #797878;
  margin: 0 20px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.link-effect-14 a span::before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 2px solid #ff4800;
  border-left: 2px solid #ff4800;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.link-effect-14 a span::after {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid #ff4800;
  border-bottom: 2px solid #ff4800;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.link-effect-14 a::before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-right: 2px solid #ff4800;
  border-top: 2px solid #ff4800;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.link-effect-14 a::after {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 2px solid #ff4800;
  border-bottom: 2px solid #ff4800;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.link-effect-14 a:hover {
  color: #f00 !important;
}

.link-effect-14 a:hover::before {
  opacity: 1;
  right: 5px;
  top: 5px;
}

.link-effect-14 a:hover::after {
  opacity: 1;
  left: 5px;
  bottom: 5px;
}

.link-effect-14 a:hover span::before {
  opacity: 1;
  left: 5px;
  top: 5px;
}

.link-effect-14 a:hover span::after {
  opacity: 1;
  right: 5px;
  bottom: 5px;
}

.header_cntn .active a {
  color: #f00 !important;
}

.header_cntn .active a span::before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  border-top: 2px solid #ff4800;
  border-left: 2px solid #ff4800;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.header_cntn .active a span::after {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-right: 2px solid #ff4800;
  border-bottom: 2px solid #ff4800;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.header_cntn .active a::before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  border-right: 2px solid #ff4800;
  border-top: 2px solid #ff4800;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.header_cntn .active a::after {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  left: 5px;
  bottom: 5px;
  border-left: 2px solid #ff4800;
  border-bottom: 2px solid #ff4800;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.sina-nav-cta-btn a:hover {
  color: #222 !important;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.16);
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px 0;
}

.sina-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.5);
}

.sina-nav {
    width: 100%;
    float: left;
    display: block;
    padding-top: 10px;
}

.sina-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: block;
  float: left;
}

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

.sina-nav ul li a {
  display: block;
  font-family: "Montserrat", sans-serif;
}

.sina-nav .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sina-nav .sina-menu li .fa-icon-left {
  margin-right: 8px;
}

.sina-nav .sina-menu li .fa-icon-right {
  margin-left: 8px;
}

.sina-nav .sina-menu > li > a {
  padding: 9px 14px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 500;
  margin: 0 7px;
  float: left;
}

.sina-nav .sina-menu > li.sina-nav-cta-btn {
  margin-left: 20px;
}

.sina-nav .sina-menu > li.sina-nav-cta-btn a {
  border: 1px solid #282936;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background-color: #282936;
  font-size: 14px;
  letter-spacing: .5px;
}

.sina-nav-cta-btn a::before {
  display: none !important;
}

.sina-nav-cta-btn a:hover {
  color: #fff !important;
  background-color: #ffd04d !important;
  -webkit-box-shadow: 0 2px 20px 2px rgba(255, 72, 0, 0.68);
  box-shadow: 0 2px 20px 2px #ffd04d;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-color: #ffd04d !important;
}

.link-effect-14 .sina-nav-cta-btn a:hover::after {
  opacity: 0;
}

.sina-nav .sina-menu .mega-menu-col-title:before,
.sina-nav .sina-menu .dropdown .dropdown-toggle:before,
.sina-nav .sina-menu .dropdown .dropdown-toggle:after {
  font-family: 'FontAwesome';
}

.sina-nav .menu-item-has-mega-menu.dropdown {
  position: static;
}

.sina-nav .extension-nav {
  display: none;
  float: right;
  margin-left: 20px;
}

.sina-nav .extension-nav > ul {
  float: left;
}

.sina-nav .extension-nav > ul > li {
  float: left;
}

.sina-nav .extension-nav > ul > li > a {
  display: block;
  padding: 20px 12px;
  position: relative;
  font-size: 30px;
  color: #fff;
  width: 45px;
  height: 46px;
  background: #eb2227 !important;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  line-height: 31px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sina-nav .extension-nav > ul > li > a:hover {
  background: #f00 !important;
}

.sina-nav .extension-nav > ul > li > a i {
  font-size: 14px;
}

.sina-nav.navbar-fixed.navbar-freez.wp-topbar,
.sina-nav.mobile-sidebar.wp-topbar .navbar-collapse,
.sina-nav.wp-topbar .widget-bar {
  top: 32px;
}

.sina-nav .widget-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -300px;
  width: 300px;
  padding: 20px;
  height: 100%;
  z-index: 99999;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #222;
}

.sina-nav .widget-bar.on {
  right: 0;
}

.sina-nav .widget-bar .widget {
  margin-bottom: 30px;
}

.sina-nav .widget-bar .widget .link li a {
  color: #ccc;
  font-size: 14px;
}

.sina-nav .widget-bar .widget .link li a:focus,
.sina-nav .widget-bar .widget .link li a:hover {
  color: #fcfcfc;
}

.sina-nav .widget-bar .widget .title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ccc;
  font-weight: 700;
}

.sina-nav .widget-bar .close-widget-bar {
  float: right;
  font-size: 16px;
  color: #ccc;
}

@media (max-width: 1025px) {
  .sina-nav .navbar-collapse.collapse {
    display: block;
  }
  .sina-nav .sina-menu > li {
    float: left;
  }
}

@media (max-width: 768px) {
  .sina-nav .extension-nav {
    display: block;
  }
}

#panel {
  display: none;
}

.design_support_full_box {
  width: 100%;
  float: left;
  display: block;
}

.header_cntn img {
  width: 86% !important;
  margin-left: -40px !important;
}

.slider_area {
  width: 100%;
  float: left;
  display: block;
  padding: 22px 0;
  border-top: 2px solid #2222;
  border-bottom: 1px solid #2222;
}

.slider_area .owl-dots {
  position: absolute;
  bottom: -47px;
  right: -15px;
  background: #fff;
  padding: 2px 20px;
}

.slider_area h3 {
  float: left;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
  color: #222;
  line-height: 28px;
}

.slider_area .owl-prev, .slider_area .owl-next {
  display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #222 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #f00 !important;
}

.slider_area img {
  height: 200px !important;
  border: 1px solid #ff1a1a !important;
}

.shabox_body {
  width: 100%;
  float: left;
  display: block;
  padding: 15px 0;
  margin-bottom: -23px !important;
}

.shabox_body_cntn {
  width: 100%;
  float: left;
  display: block;
  -webkit-box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin-bottom: 0px;
  margin-top: 1px;
  padding: 8px !important;
  
}

.shabox_body_cntn_dhaliwood {
  width: 100%;
  float: left;
  display: block;
  -webkit-box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin-bottom: 20px;
  margin-top: -14px;
  
}

.card_infos {
  width: 100%;
  float: left;
  display: block;
  padding: 6px;
}

.card_infos h2 {
  font-size: 21px;
  font-weight: 800;
}

.card_infos p {
  font-size: 14px;
  color: #97969c;
}

.read_more_btn {
  position: absolute;
  top: 0;
  right: 9px;
  top: 14px;
  background: #fff;
  font-size: 13px;
  padding: 4px 18px;
  border-radius: 22px;
  color: #eb2227 !important;
  font-weight: 600;
}


/*# sourceMappingURL=style.css.map */