@font-face {
    font-family: 'ifont';
    src: url('../fonts/ifont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: ifont;
	font-size: 14px;
  background: #f6f6f6;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

#msgmodal {
  position: absolute !important;
  z-index: 99999999 !important;
}

@media (min-width: 1025px) {
  .page {
    padding: 0 3.8% 0 3.8%;
  }
}

.page {
  padding-bottom: 30px;
}

#loading {
  text-align:center; 
  background: url('../images/loader.gif') no-repeat center; 
  height: 150px;
  width: 100%;
}

.form-control {
  font-size: 14px;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 160px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

/*-------------------- TOP ------------------------------------*/

.top {
  background: #437efe;
  width: 100%;
  text-align: center;
}

.top2 {
  background: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  height: 47px;
}

.users .dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 0px;
  margin-top: 1px;
}

.dropdown-content a {
  color: black;
  padding: 11px 16px 10px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content hr {
  margin: 0px;
  padding: 0px;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 99999;
}

.users.dropdown-item {
  width: 100px;
}

.user-menu {
  border: 0px;
  background: transparent;
  padding: 12px 0 13px 0;
  color: #666;
  cursor: pointer;
}

.user-menu i {
  margin-left: 2px;
}

.top-text {
  line-height: 49px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

.top-text:hover {
  color: #333;
}

.topbar {
  min-height: 86px;
  background: #FFF;
}

.topbar .logo {
  margin-top: 9px;
}

.topbar .search {
  margin-top: 19px;
}

.topbar .search input {
  border: 2px solid;
}

.topbar .basket {
  font-size: 15px;
  margin-top: 19px;
  line-height: 30px;
  text-indent: 34px;
  position: relative;
  height: 48px;
}

.topbar .basket i {
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: -20px;
}

@media (max-width: 575px) {
  .topbar .basket i {
    right: -15px;
  }
}

/*-------------------- Navigation classic ---------------------*/

.blue-bg {
  background: #3668d4;
  color: #FFF;
  direction: rtl;
  max-height: 49px;
}
.navbar-classic {
    position: relative;
    z-index: 999;
}
.navbar-nav {
  width: 100%;
}
.navbar-classic.navbar-light .navbar-nav .nav-link {
  color: #181825;
  padding: 0px 10px;
}
.navbar-classic .navbar-nav .nav-item {
}
.navbar-classic .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #FFF;
  padding: 12px 10px;
  line-height: 25px;
}
@media (max-width: 1200px) {
  .navbar-classic .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding: 12px 6px;
  } 
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover {
  color: #FFF;
  background: #6299ed;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
  color: #FFF;
  float: left;
}
.navbar-classic.navbar {
  padding: 0px 0px;
}
.navbar-classic .dropdown-toggle::after {
  margin-top: 1px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: -2px;
  content: "\f107";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #bdbebf;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-left: 10px;
  font-size: 13px;
  float: left;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f1f1f6;
  border-radius: 0px;
}
.navbar-brand {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 2px;
  margin-right: initial;
  line-height: inherit;
  white-space: nowrap;
  color:#181825;
  font-size:24px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000000;
  display: none;
  float: right;
  width: auto;
  padding: 12px;
  margin: 0px 0px;
  font-size: 1rem;
  color: #808294;
  text-align: left;
  list-style: none;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 15px;
  clear: both;
  font-weight: 400;
  color: #181825;
  text-align: right;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  line-height: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #3668d4;
  text-decoration: none;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
  color: #4955ef;
}
@media(min-width:992px) {
  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in 
}
  .dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 17px;
  top: 25px;
}
.dropdown-submenu .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-left: 13px;
  margin-right: .1rem;
}
.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
.mega-dropdown {
  position: unset;
}
.mega-dropdown-menu {
  width: 100%;
  position: absolute;
  top: 35px;
  margin: 15px 0px;
}
.mega-dropdown-menu ul {
  list-style: none;
}
.nav-dropitem-arrow {
  position: relative;
  font-size: 12px;
  opacity: 0;
  padding-right: 10px;
}
.nav-dropitem-arrow i {
  position: absolute;
  /* top: -1px;
  */
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #3544ee;
  text-decoration: none;
  border-radius: 4px;
}
.dropdown-item:hover .nav-dropitem-arrow {
  color: #4955ef;
  opacity: 1;
  margin-right: 5px;
}
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
  padding: 10px 10px;
  margin: 5px 0 5px 0;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #eaeaea;
  border: 1px solid #FFF;
  border-radius: .25rem;
  position: relative;
}
/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6;
    color: #3668d4;
    background: #FFF;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link:hover {
    color: #999;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #495bfb;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
  width: 21px;
  height: 3px;
  background-color: #3544ee;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px 
}
.navbar-toggler:focus {
  outline: 0px;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 190%;
  background-color: #3544ee;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% -80%;
  background-color: #3544ee;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background-color: #3544ee;
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background-color: #3544ee;
}


/************************ SUPPORT LINE *************************/

.support-line {
  background: #FFF;
  border: 2px dashed #eee;
  padding: 10px 0;
}

@media (min-width: 1200px) {
  .w1, .w2, .w3 {
    border-left: 1px solid #eee;
  }
}

@media (max-width: 1200px) {
  .support-line div {
    text-align: center !important;
  }
  .w1, .w3 {
    border-left: 1px solid #eee;
  }
  .w1, .w2 {
    margin-bottom: 20px;
  }
}

.support-line img, .pro-support img {
  margin-top: 20px;
}

.support-line h3, .pro-support h3 {
  font-size: 15px;
  font-weight: bold;
  color: #363f4d;
  text-indent: 15px;
  display: inline-block;
}

.support-line p, .pro-support p {
  color: #959597;
  font-size: 13px;
  text-indent: 65px;
  margin-top: -15px;
}


.pro-support {
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #CCC;
  padding: 0px 10px 0 0;
}

/***************** AJAX SEARCH ******************/

.textbox-clr{
  cursor:pointer;
  width:20px; 
  height:42px;
  float:left;
  border:none;
  margin-top:13px; 
  text-align:center;
  position: absolute;
  left: 67px;
  z-index: 9999999;
  }

  #search-layer{
  position:absolute; 
  z-index:9;
  height: 100%;
  left:0px; 
  top:0px;
  }
/***********************************/
#livesearch{
  z-index:9999; 
  background:#0071b4;
  max-height:260px;
  overflow:auto; 
  width:94%;
  box-shadow:0px 2px 4px #444; 
  margin-left:1.2%;
  position: absolute;
  }
/***********************************/
.live-outer{
  width:100%; 
  height:70px;
  border-bottom:1px solid #ccc; 
  background:#fff;
  }
.live-outer:hover{
  background:#F3F3F3;
  }
.live-product-det{
  float:right; 
  width:100%; 
  height:70px;
  }
.live-product-name{ 
  margin-top:4px;
  line-height: 20px;
  font-size: 13px;
  }
.limg {
    width: 50px;
    float: right;
}
.ltext {
    margin-right: 55px;
}
.live-product-name img {
  margin-left: 5px;
  margin-right: 5px;
}
.live-product-price{
  border-right: 1px solid #CCC;
  }
.link-p-colr{
  color:#333;
  }


.product-grid4,.product-grid4 .product-image4{position:relative}
.product-grid4{text-align:center;border-radius:5px;overflow:hidden;z-index:1;transition:all .3s ease 0s}
.product-grid4:hover{box-shadow:0 0 10px rgba(0,0,0,.2)}
.product-grid4 .product-image4 a{display:block;}
.product-grid4 .product-image4 img{width:100%;height:auto; padding: 8px;}
.product-grid4 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid4:hover .pic-1{opacity:0}
.product-grid4 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s}
.product-grid4:hover .pic-2{opacity:1}
.product-grid4 .product-discount-label,.product-grid4 .product-new-label{color:#fff;background-color:#dc3545;font-size:14px;font-weight:800;text-transform:uppercase;line-height:45px;height:45px;width:45px;border-radius:50%;position:absolute;left:10px;top:15px;transition:all .3s}
.product-grid4 .product-discount-label{left:auto;right:10px;background-color:#d7292a}
.product-grid4:hover .product-new-label{opacity:0}
.product-grid4 .product-content{padding:8px}
.product-grid4 .product-content input{width: 40%;border: 1px solid #CCC; border-radius: 4px; height: 30px;text-align: center; float: right; margin-bottom: 8px;}
.product-grid4 .product-content select{width: 55%;border: 1px solid #CCC; border-radius: 4px; height: 30px;text-align: center;margin-right: 5%;}
.product-grid4 .title{font-size:14px;font-weight:400;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s}
.product-grid4 .title a{color:#222}
.product-grid4 .title a:hover{color:#16a085;text-decoration: none;}
.product-grid4 .price{color:#16a085;font-size:17px;font-weight:700;margin:0 2px 5px 0;display:block}
.product-grid4 .price span{color:#909090;font-size:13px;font-weight:400;letter-spacing:0;text-decoration:line-through;text-align:left;vertical-align:middle;display:inline-block}
.product-grid4 .add-to-cart{cursor:pointer;border:1px solid #CCC;width:100%;display:block;padding:4px 5px;color:#888;font-weight:600;font-size:14px;border-radius:4px;transition:all .3s}
.product-grid4:hover .add-to-cart{border:1px solid transparent;background:#3668d4;color:#fff}
.product-grid4 .add-to-cart:hover{background-color:#28a745;box-shadow:0 0 10px rgba(0,0,0,.5);text-decoration: none;}
@media only screen and (max-width:990px){.product-grid4{margin-bottom:30px}
}
.product-btn {
  padding: 0px 8px 8px 8px;
}
.rang {
  padding: 10px 20px 15px 20px;
  margin-bottom: 15px;

}

.rang h3 {
  font-size: 15px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.modal-header {
  padding-top: 13px;
  padding-bottom: 10px;
}

.modal-body {
  padding-bottom: 0px;
}

.modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-title {
  font-size: 18px;
}


/*********************** ZOOM ************************/


/* CSS for the loading div */

.sp-loading {
  text-align: center;
  min-width: 100%;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}

.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  border-radius: 3px;
  position: relative;
  float: right;
  width: 100%;
}

@media (min-width: 992px) {
  .sp-wrap {

  }
}

/* Thumbnails */

.sp-thumbs {
  text-align: left;
  display: inline-block;
}
.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: .3;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.sp-thumbs a:hover {
  opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
  opacity: 1!important;
  position: relative;
}

/* Image currently being viewed */

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}
.sp-large a img {
  max-width: 100%;
  height: auto;
}
.sp-large a {
  display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}
/* Lightbox */

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 9999999;
  display: none;
  cursor: pointer;
}
.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}
#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}
#sp-prev {
  left: 10px;
}
#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}
#sp-next {
  right: 10px;
}
#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}
#sp-prev:hover, #sp-next:hover {
  background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}



/******************** PRO TABLE **********************************/

.mtable {
  width: 100%;
  border: 1px solid #CCC;
  margin-top: 15px;
  font-size: 13px;
  background: #eee;
  transition-duration: 0.5s;
}
.mtable:hover {
  border: 1px solid #3668d4;
  transition-duration: 0.5s;
}
.mtable tr:hover {
  background: #FFF;
}
.mtable tr:first-child td {
  padding-top: 8px;
}
.mtable tr:last-child td {
  padding-bottom: 8px;
}
.mtable td {
  padding: 3px;
}
.mtable td:first-child, .mtable td:last-child {
  width: 48%;
}
.mtable td:first-child {
  text-align: left;
}


/******************************************/


.oprice {
  text-decoration: line-through;
  font-size: 17px;
  font-weight: bold;
  color: red;
}

.darsad {
  font-size: 17px;
  font-weight: bold;
  color: #28a745;
}

.takh {
  font-size: 17px;
  font-weight: bold;
  color: #28a745;
}


/********************** PRODUCTS TABS ****************************/


.project-tab {
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

/************************* FOOTER ************************/

.subscribe-area {
  background: #363f4d;
}
.subscribe-text h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.subscribe-text h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}
.subscribe-form {
}
.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 65%;
    text-indent: 15px;
}
 
.subscribe2-wrapper .subscribe-form button {
    background: #ffff;
    border: none;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 0;
    width: 25%;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.subscribe2-wrapper .subscribe-form button:hover {
    background: #EAEAEA;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

.sub-icon {
  width: 20%;
  float: right;
  text-align: center;
}
.sub-icon i {
  font-size: 45px;
  color: #FFF;
}
.sub-text {
  width: 79%;
  float: right;
}

.pro-tags h2  {
  font-size: 15px;
  font-weight: bold;
  display: inline;
}


.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 3% auto 15px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

.card {
  border-radius: 0px;
}
.card:hover {
  border-color: #0062cc;
}
.card-header, .card-body {
  padding-top: 10px;
  padding-bottom: 7px;
}


.ppanel {
  line-height: 56px;
}

.conta {
  line-height: 48px;
  text-align: left;
}

@media (max-width:992px) {
    .conta {
        text-align: right;
    }
}

.contact ul li {
  list-style: none;
  line-height: 35px;
  font-size: 14px;
}

.contact li i {
  margin-left: 15px;
  font-size: 16px;
}

.card-header button {
  font-size: 13px !important;
  width: 100%;
}

.single {
padding: 20px 15px;
background: #fcfcfc;
border: 1px solid #ccc;
 }
.single h3.side-title {
margin: 0;
margin-bottom: 10px;
padding: 0;
font-size: 20px;
color: #333;
text-transform: uppercase; }
.single h3.side-title:after {
content: '';
width: 60px;
height: 1px;
background: #ff173c;
display: block;
margin-top: 6px; }

.single ul {
margin-bottom: 0; }
.single li a {
color: #666;
font-size: 14px;
text-transform: uppercase;
border-bottom: 1px solid #f0f0f0;
line-height: 40px;
display: block;
text-decoration: none; }
.single li a:hover {
color: #ff173c; }
.single li:last-child a {
border-bottom: 0; }



.page-content p {
  line-height: 30px;
  text-align: justify;
}

.ftitle {
  font-weight: bold;
}

.page-content h2 {
  font-size: 18px;
}

.flogo h2, .flogo h1 {
  font-size: 15px;
  font-weight: bold;
  color: #2980b9;
}

.flogo .social img {
  width: 40px;
  margin: 0 8px;
}

.footer ul li {
  list-style-image: url('../images/farrow.png');
  line-height: 30px;
}

.footer .nemad img {
  width: 45%;
}

.copyr {
  text-align: right;
  color: #666;
}
.youpage {
  text-align: left;
  color: #666;
}

@media (max-width: 1024px) {
  .copyr, .youpage {
    text-align: center;
    font-size: 13px;
  }

  .flogo .social img {
    width: 35px;
    margin: 0 5px;
  }
}

@media (max-width: 768px) {
  .footer .nemad img {
    width: 30%;
  }
}

.feau {
  border: 1px solid #ddd;
  background: #FFF;
  padding: 15px;
  border-radius: 5px;
}


.slick-prev, .slick-next {
  width: 34px;
  height: 34px;
  line-height: 38px;
  padding: 0px;
  font-size: 18px;
  border-radius: 20px;
}

.slick-prev {
  position: absolute;
  left: 15px;
  top: -60px;
  padding-right: 3px;
}

.slick-next {
  position: absolute;
  left: 55px;
  top: -60px;
  padding-left: 1px;
}

.cate {
        display:none;
    }
@media (max-width:992px) {
    .cate {
        display:block;
        position: absolute;
        top: 13px;
        right: 60px;
    }
}