@import url("../fonts/iransans/WebFonts/css/fontiran.css");

body{
  font-family: 'IRANSans',tahoma,arial !important;
  color: #767676;
  background: #fff;
}


a{
  color: #13426b;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1400px){
    .container {
        max-width: 1320px;
    }
}


.top-address{
  font-weight: 500;
  font-size: .85rem;
  margin-top: 10px;
  color: #808080;
  direction: rtl;
}

.top-address i{
  color: #2eaef0;
}

.phone,button{
   display: inline-block;
   direction: ltr;
   cursor: pointer;
   color: grey;
   text-decoration: none;
}

.searchbtn i
{
  top: 3px;
  position: relative;
}

.top-bar {
    padding: 4px 0 4px 0;
    background: #fff;
    border-bottom: 1px solid #da5627;
    line-height: 38px;
    color: #000;
    overflow: hidden;
}

.phone-email {
  margin-right: 20px;
  color: #fff;
  line-height: 2.4rem;
  font-size: .8rem;
  direction: rtl;
}


.phone-email a {
    margin-right: 20px;
    color: #fff;
}

.phone-email i {
  position: relative;
  top: 2px;
  left: 6px;
  margin-right: 5px;
}

.phone-email .exit{
  background: #f1f2f7;
  padding: 0 5px 1px 5px;
  border-radius: 2px;
  top: 1px;
  position: relative;
}

.socials {
  text-align: right;
  margin: 0;
  padding: 0;
}

.socials li {
  background-color: transparent;
  display: inline-block;
  margin-right: 2px;
  text-align: center;
  padding-left: 15px;
  cursor: pointer;
}

.socials a:hover{
   color: #f54a5e;
}

.socials li.facebook:hover {
    background: #4C66A4;
}

.socials li.twitter:hover {
    background: #2C77BA;
}

.socials li.dribbble:hover {
    background: #EA4C89;
}

.socials li.linkedin:hover {
    background: #069;
}

.socials li.rss:hover {
    background: #f60;
}

.socials li a{
  color: #404040;
}

.socials li i{
    top: 5px;
    left: 0px;
    position: relative;
    font-size: 1.7rem;
    color: #2a2829;
}

.signinbtn{
  border-radius: 3px;
  color: #fff;
  padding: 2px 10px 1px 10px;
}

.signinbtn:hover{
  background: #fff;
  color:#000;
  -webkit-transition: background-color 700ms linear;
  -ms-transition: background-color 700ms linear;
  transition: background-color 700ms linear;
  border: 1px solid #000;
}

.searchbar{
  margin-bottom: auto;
  margin-top: 0;
  height: 39px;
  }

  .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
  }

  .searchbar:hover > .search_input{
    line-height: 2rem;
    padding: 0px 10px;
    width: 150px;
    caret-color: red;
    transition: width 0.4s linear;
    direction: rtl;
    font-size: .8rem;
    background: #ccc;

  }

  .searchbar:hover > .search_icon{
  background: white;
  color: #e74c3c;
  text-decoration: none;
  }

  .search_icon{
    height: 32px;
    width: 32px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border: navajowhite;
    color: white;
    margin-top: 4px;
    font-size: .9rem;
  }

.wsmenu html,
.wsmenu body,
.wsmenu iframe,
.wsmenu h1,
.wsmenu h2,
.wsmenu h3,
.wsmenu h4,
.wsmenu h5,
.wsmenu h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: .8rem;
  line-height: 18px;
  font-family: 'IRANSans',tahoma,arial !important;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
  clear: both;
}

.wsmenu img,
object,
embed,
video {
  border: 0 none;
  max-width: 100%;
}

.wsmenu a:focus {
  outline: none;
}

.wsmenu:before,
.wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}
/* ================== Desktop Main Menu CSS ================== */
/* Top Fixed Effects */
.wsmainwp.wsfixed {
  position: fixed;
  background-color: #e95420;
  -webkit-transition: height .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, opacity .3s ease;
  transition: height .4s ease, opacity .3s ease;
  border-bottom: none;
  top: 0;
  width: 100%;
  max-width: none;
  z-index: 100;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.wsmainwp.wsfixed .wsmenu {
  max-width: 1320px;
  float: none;
  margin: 0 auto;
}

/* Top Fixed Effects */

.wsmainfull {
  width: 100%;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.30)!important;
  position: relative;
  z-index: 2;
}



.header{
   position: relative;
   z-index: -2;
   min-height: 300px;
}

.wrap-header{
  position: relative;
}


.big-text-header {
  position: absolute;
  top: 100px;
  right: 5px;
  color: #7a7a7a;
  padding: 30px 30px 15px;
  border-radius: 4px;
  z-index: 10;
  direction: rtl;
  text-align: right;
}
.big-text-header h1
{
  font-size: 2rem;
  margin-bottom: 1rem;
}

.big-text-header span
{
  color: #2eaef0;
}

.big-text-header P
{
  font-size: .85rem;
  margin-bottom: 1rem;
  line-height: 1.8rem;
  font-weight: 700;
}


.header-text {
    line-height: 1.7rem;
    text-align: right;
}

.header-text h1{
    font-size: 1.5rem;
    font-weight: 700;
}

.header-text p{
    font-size: 15px;
}

.header-text small{
    font-size: 15px;
}


.nav-rss{
    font-size: 28px;
    position: relative;
    top: 13px;
    color: #fff;
    transition: color .5s;
}

.nav-rss:hover{

    color: #000;
}



.wsmainwp {
  margin: 0 auto;
  max-width: 1320px;
  padding-right: 15px;
  padding-left: 15px;
}

.desktoplogo {
  width: 100%;
  padding: 22px 0px 22px 0px;
  margin: 0 auto;
  border-bottom: solid 1px;
  text-align: center;
  background: #f5f5f5;
}

.wsmenu {
  color: #fff;
  font-size: 14px;
  padding: 0;
  width: 100%;
  float: right;
  display: block;
  position: relative;
  z-index: 1;
}

.logo-wrap h1{
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.mainlogo img {
    max-height: 86px;
    width: auto;
    margin-top: 0;
    filter: grayscale(0);
    transition: filter 0.5s;
}

.mainlogo img:hover {
    filter: grayscale(70%);
}

.wsmenu>.wsmenu-list {
  text-align: right;
  margin: 0 0;
  display: table;
  padding: 0;
  direction: rtl;
  float: right;
}

.wsmenu>.wsmenu-list>li {
  text-align: center;
  display: table-cell;
  padding: 0;
  margin: 0;
}

.wsmenu>.wsmenu-list>li>a {
    display: block;
    line-height: 2.6rem;
    text-decoration: none;
    position: relative;
    border-bottom: solid 4px transparent;
    direction: rtl;
    font-size: .97rem;
    font-weight: 700;
    min-width: 105px;
    padding-top: 10px;
    padding-bottom: 5px;
    transition: color .15s linear,border .2s, background .5s; /* For modern browsers */
}

.wsmenu>.wsmenu-list>li:last-child>a {
  border-left: 0px;
}

.wsmenu>.wsmenu-list>li a.menuhomeicon {
  padding-left: 29px;
  padding-right: 29px;
}

.wsmenu>.wsmenu-list>li.carticon a {
  padding: 11px 23px 11px 15px;
  text-align: center;
}

.wsmenu>.wsmenu-list>li.carticon a i {
  font-size: 16px;
}

.wsmenu>.wsmenu-list>li.carticon em.roundpoint {
  position: absolute;
  top: 22px;
  width: 16px;
  height: 16px;
  background-color: #DA4B38;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
  font-style: normal;
  line-height: 16px;
  color: #fff;
  left: 18px;
}

.wsmenu>.wsmenu-list>li.carticon>a>.mobiletext {
  display: none;
}

.wsmenu>.wsmenu-list>li>a i {
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  margin-left: 12px;
  vertical-align: top;
}

.wsmenu>.wsmenu-list>li>a.menuhomeicon i {
  vertical-align: top;
  margin-left: 10px;
  margin-right: 0;
  font-size: 14px;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: left;
  left: 17px;
  height: 0;
  margin: 0 14px 0 0;
  position: absolute;
  text-align: left;
  top: 24px;
  width: 0;
}

/* Desktop Search Bar */
.wsmenu>.wsmenu-list>li.rightmenu {
  float: left;
}

.wsmenu>.wsmenu-list>li.rightmenu a {
  padding: 0px 20px 0px 30px;
  border-left: none;
}

.wsmenu>.wsmenu-list>li.rightmenu a i {
  font-size: 15px;
}

.wsmenu>.wsmenu-list>li.rightmenu {
  float: left;
}

.wsmenu>.wsmenu-list>li.rightmenu:before,
.wsmenu-list>li.rightmenu:after {
  content: "";
  display: table;
}

.wsmenu>.wsmenu-list>li.rightmenu:after {
  clear: both;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch {
  float: left;
  width: 220px;
  height: 39px;
  position: relative;
  margin: 16px 0px 0px 0px;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input {
  width: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 39px;
  z-index: 2;
  outline: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #333;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus {
  color: #fff;
  width: 240px;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus~.btnstyle i {
  color: #fff;
  opacity: 1;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus~.searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle {
  top: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  z-index: 1000;
  background-color: transparent;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle i {
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0.30;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle:hover i {
  opacity: 0.35;
}

.wsmenu>.wsmenu-list>li.rightmenu {
  zoom: 1;
}

/* ================== Desktop Drop Down Menu CSS ================== */
.wsmenu>.wsmenu-list>li>ul.sub-menu {
    position: absolute;
    top: 60px;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    min-width: 190px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  background-image: none;
  color: #666666;
  border-left: 0 none;
  text-align: right;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: .8rem;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
  margin-left: 9px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
  min-width: 220px;
  position: absolute;
  right: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: solid 1px #eeeeee;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
  background-image: none;
  color: #666666;
  border-left: 0 none;
  text-align: right;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
  margin-left: 9px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  min-width: 220px;
  position: absolute;
  right: 100%;
  top: 0;
  margin: 0px;
  list-style: none;
  padding: 0px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
  background-image: none;
  color: #666666;
  border-left: 0 none;
  text-align: right;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-left: 0px solid;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
  margin-left: 9px;
}

/* ================== Desktop Mega Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu {
  width: 100%;
  right: 0px;
  position: absolute;
  top: 86px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: right;
  padding: 14px 5px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: .83rem;
  color: #424242;
  margin: 0px 0px 7px 0px;
  text-align: right;
  height: 39px;
  font-weight: 700;
}


.wsmenu>.wsmenu-list>li>.wsmegamenu .wsmwnutxt {
  width: 100%;
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  color: #424242;
  margin-top: 10px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: right;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  line-height: 17px;
  border-left: none;
  text-align: right;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #666666;
  border-left: 0 none;
  display: block;
  background-color: #fff;
  color: #424242;
  font-size: .8rem;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
  margin-left: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover {
  background: transparent;
  text-decoration: none;
  color:#2eaef0;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li i {
  font-size: 11px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
  margin-left: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .mrgtop {
  margin-top: 15px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}

/*= Desktop Half Menu CSS =*/
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 40%;
  right: auto;
  left: auto;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
  width: 35%;
  right: auto;
  left: 0;
}

/*= Desktop HTML Form Menu CSS =*/
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form {
  width: 100%;
  display: block;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="submit"] {
  width: 25%;
  display: block;
  height: 32px;
  float: left;
  border: none;
  margin-left: 15px;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="button"] {
  width: 25%;
  display: block;
  height: 32px;
  float: left;
  border: none;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}



.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text {
  padding: 0px 0px;
  font-size: 14px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul {
  padding: 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li a {
  color: #656565;
}

/* ================== Desktop Extra CSS ================== */
.wsmobileheader {
  display: none;
}

.overlapblackbg {
  opacity: 0;
  visibility: hidden;
}

.wsmenu .wsmenu-click {
  display: none;
}

.wsmenu .wsmenu-click02 {
  display: none;
}


/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {

  /* ================== Mobile Base CSS ================== */
  html {
    overflow: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  body.wsactive {
    overflow: hidden;
  }

  /* ================== Mobile Main Menu CSS ================== */
  .desktoplogo {
    display: none;
    height:82px;
  }

  .wsmainfull {
    height: 0;

  }

  .wsmenu>.wsmenu-list>li.mlang{
    display: flex;
    justify-content: center;
    text-align: center;
    background: #eaeaea;
    margin: 0px 0 -3px 0;
    border-top: 1px solid #d8d8d8;
  }

  .wsactive .wsmenu>.wsmenu-list>li>a.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsactive .wsmenu>.wsmenu-list>li:hover>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenucontainer {
    background-attachment: local;
    background-position: 33% 0%;
  }

  .wsmenu {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    right: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    visibility: hidden;
    position: fixed;
    margin: 0px;
  }

  .wsmenu>.wsmenu-list {
    height: auto;
    min-height: 100%;
    width: 240px;
    background: #fff;
    padding-bottom: 0;
    margin-right: -240px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsmenu>.wsmenu-list>li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
    clear: left;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    .wsmenu>.wsmenu-list>li:last-child {
      padding-bottom: 110px;
    }
  }

  .wsmenu>.wsmenu-list>li>a {
    padding: 12px 17px 12px 32px;
    font-size: 14px;
    text-align: right;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.13);
    position: static;

  }

  .wsmenu>.wsmenu-list>li>a.menuhomeicon i {
    vertical-align: top;
    margin-left: 9px;
    font-size: 14px;
  }

  .wsmenu>.wsmenu-list>li.carticon>a>.mobiletext {
    display: inline-block;
  }

  .wsmenu>.wsmenu-list>li.carticon a {
    text-align: right;
    padding: 12px 17px 12px 32px;
  }

  .wsmenu>.wsmenu-list>li.carticon a i {
    font-size: 14px;
  }

  .wsmenu>.wsmenu-list>li.carticon em.roundpoint {
    top: 9px;
    right: 23px;
    left: auto;
    background-color: #424242;
  }

  .wsmenu>.wsmenu-list>li a.menuhomeicon {
    padding-right: 17px;
    padding-left: 32px;
  }

  .wsmenu>.wsmenu-list>li>a>i {
    font-size: 14px;
    color: #bfbfbf;
  }

  .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    display: none;
  }

  .wsmenu>.wsmenu-list>li:hover>a {
    background-color: rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }

  .wsmenu>.wsmenu-list>li>a>.hometext {
    display: inline-block;
  }

  /* ================== Mobile Slide Down Links CSS ================== */
  .wsmenu>.wsmenu-list>li>ul.sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border: none;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    line-height: 20px;
    font-size: .8rem;
    padding: 10px 16px 10px 0;
    color: #383838;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li span+a {
    padding-left: 30px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu li:hover>a {
    background-color: #e7e7e7;
    color: #666666;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    width: 100%;
    position: static;
    right: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    line-height: 20px;
    font-size: 13px;
    padding: 10px 26px 10px 0;
    color: #383838;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li span+a {
    padding-left: 30px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
    color: #000;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
    color: #000;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    width: 100%;
    position: static;
    right: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    margin: 0px 0px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    line-height: 20px;
    font-size: 13px;
    padding: 10px 34px 10px 0;
    color: #383838;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li span+a {
    padding-left: 30px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
    color: #000;
  }

  /* ================== Mobile Mega Menus CSS  ================== */
  .wsmenu>.wsmenu-list>li>.wsmegamenu {
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 10px 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 100%;
    margin: 0px;
    padding: 5px 0px 10px 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .title {
    color: #666666;
    font-size: 15px;
    padding: 10px 0 10px 8px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu>ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu>ul>li>a {
    padding: 9px 14px;
    line-height: normal;
    font-size: 13px;
    background-color: #e7e7e7;
    color: #666666;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu>ul>li>a:hover {
    background-color: #000000;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
    line-height: 26px;
    color: #666666;
    margin: 0px;
    font-size: 15px;
    padding: 7px 0px;
    background-color: transparent;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
    width: 100%;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form {
    padding: 5px 0px 62px 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
    margin: 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="button"] {
    width: 46%;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="submit"] {
    width: 46%;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form textarea {
    min-height: 100px;
  }

  /* ================== Mobile Header CSS ================== */
  .wsmobileheader {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    z-index: 10002;
    height: 54px;
    background-color: #eaecf0;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);

  }

  .wsactive .wsmobileheader {
    margin-right: 240px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsmobileheader .smllogo {
    display: inline-block;
    margin-top: 12px;
  }

  /* Mobile Search Bar*/
  .wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch {
    width: 86%;
    margin: 7% 7%;
    padding: 0px;
  }

  .wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input {
    border-radius: 50px
  }

  .wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus {
    width: 100%;
  }

  .callusbtn {
    color: #848080;
    font-size: 18px;
    position: absolute;
    left: 5px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
    padding: 13px 14px;
  }

  .callusbtn i {
    vertical-align: top;
    margin-top: 4px;
  }

  .callusbtn:hover i {
    color: #a9a9a9;
  }

  /* Mobile Toggle Menu icon (X ICON) */
  .wsanimated-arrow {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .wsanimated-arrow {
    cursor: pointer;
    padding: 12px 0px 16px 10px;
    margin: 1px 15px 0 0;
    font-size: 24px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #848080;
    position: absolute;
    display: block;
    content: '';
  }

  .wsanimated-arrow span:before {
    top: -7px;
    width: 23px;
  }

  .wsanimated-arrow span:after {
    bottom: -7px;
    width: 17px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    transition: all 500ms ease-in-out;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 23px;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: 7px;
  }

  .wsactive .wsanimated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* ================== Mobile Overlay/Drawer CSS ================== */
  .overlapblackbg {
    left: 0;
    width: calc(100% - 240px);
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .wsactive .wsmenu .overlapblackbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
  }

  .wsmenucontainer {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenucontainer {
    margin-right: 240px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 1000;
    top: 0;
  }

  .wsactive .wsmenu>.wsmenu-list {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-right: 0;
  }

  /* ================== Mobile Sub Menu Expander Arrows  ================== */
  .wsmenu>.wsmenu-list>li>.wsmenu-click {
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }

  .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
    transform: rotate(-45deg);
    margin-top: 23px;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    display: block;
    height: 8px;
    width: 8px;
    float: left;
    transform: rotate(-225deg);
    margin: 18px 0 0px 18px;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgb(255 255 255 / 40%);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02 {
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i {
    display: block;
    height: 8px;
    width: 8px;
    float: left;
    transform: rotate(-225deg);
    margin: 14px 0 0px 18px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i.wsmenu-rotate {
    transform: rotate(-45deg);
    margin-top: 19px;
  }

  /*End Media Query*/
}

/* Extra @Media Query*/

@media (min-width: 992px)
{
  .wsmenu>.wsmenu-list>li.mlang{
    display: none;
  }

}
@media only screen and (min-width: 992px) and (max-width:1162px) {


  .desktoplogo {
    margin-right: 12px;
  }

  .wsmenu>.wsmenu-list>li>a>.wsarrow {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .wsmenu>.wsmenu-list>li a.menuhomeicon {
    padding-left: 22px;
    padding-right: 22px;
  }
}


/* Desktop Main Menu Color */

.wsmainfull {
  background-color: #e95420;
}

.wsactive .wsmenu>.wsmenu-list {
  background-color: #af2222;
  position: absolute;
  right: 0;
  top: 54px;
}

.desktoplogo {
  border-bottom-color: #dfdfdf;
}

/* Mobile Header */

.wsmobileheader {
  background-color: #fff;
}

.wsactive .wsmenu>.wsmenu-list>li>a>i {
  color: #676767;
}

.wsactive .wsmenu>.wsmenu-list>li>a.active {
  color: #676767;
}

.wsactive .wsmenu>.wsmenu-list>li>a {
  color: #f3eded;
}

.wsactive .wsmenu>.wsmenu-list>li.mlang>a {
    text-align: center;
}

.wsactive .wsmenu>.wsmenu-list>li>a.active i {
  color: #676767;
}

.wsactive .wsmenu>.wsmenu-list>li:hover>a>i {
  color: #676767;
}

.wsactive .wsmenu>.wsmenu-list>li>a:hover i {
  color: #676767;
}

.wsactive .wsactive .wsmenu>.wsmenu-list>li:hover>a {
  color: #676767;
}

.wsactive .wsmenu>.wsmenu-list>li:hover>a {
  color: #676767;
}

.wsactive .wsmenu>.wsmenu-list>li.mlang:hover>a {
    background:transparent;
    color: #f3eded;
}

.wsactive .wsmenu>.wsmenu-list>li.mlang>a:hover {
    color: #000;
}

.wsmenu>.wsmenu-list>li>a {
  color: #fff;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  border-top-color: #fff;
}

.wsmenu>.wsmenu-list>li>a:hover .wsarrow:after {
  border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li>a.active .wsarrow:after {
  border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li:hover>a .wsarrow:after {
  border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li>a>i {
  color: #676767;
}
.wsmenu>.wsmenu-list>li>a>i.fa-angle-down {
    color: #fff;
    position: relative;
    right: 4px;
}

.wsmenu>.wsmenu-list>li>a.active i {
  color: #676767;
}

.wsmenu>.wsmenu-list>li:hover>a>i {
  color: #333;
}

.wsmenu>.wsmenu-list>li>a:hover i {
  color: #ccc;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="submit"] {
  background-color: #d7412e;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="button"] {
  background-color: #d7412e;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>a.active,.wsmenu>.wsmenu-list>li:hover>a {
    color: #fff;
    /* border-bottom-color: #2d2d2d; */
    background-color: #000;
    overflow: hidden;

}


.wsmenu>.wsmenu-list>li:hover>a:after,.wsmenu>.wsmenu-list>li>a.active:after {
    bottom: -4px;
    content: '';
    left: 50%;
    display: block;
    height: 7px;
    margin: 0 0 0 -2.5px;
    /* background: #2d2d2d; */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 7px;
    transition: color .15s; /* For modern browsers */
}

.progress-head{
    height: .6rem;
}

.progress-head .progress-bar{
    background-color: #e95420;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
  background-color: #d7412e;
  color: #fff;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
  background-color: #d7412e;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
  background-color: #d7412e;
  color: #fff;
}




.wide-deck{
  background: #fff;
  position: relative;
  padding-top:13px;
  padding-bottom: 30px;
  border-radius: 3px;
}

.small-deck{
  max-width: 800px !important;
  border: solid 1px #eeeeee;
  margin-top:30px;
  margin-bottom: 30px;
}


.card{
  border: 1px solid #e4e4e4;
}
.light-blue{
  background: #d3ebff;
  border: 1px solid #cae7ff;
}

.light-green{
  background: #d4ffd3;
  border: 1px solid #c1fdbf;
}


.light-yellow{
  background: #feffb0;
  border: 1px solid #f6f7a3;
}

.card-text {
    direction: rtl;
    text-align: justify;
    font-size: .8rem;
    line-height: 1.6rem;
}

.card-info
{
  position: absolute;
  bottom: 6px;
  text-align: right;
  direction: rtl;
  right: 12px;
  font-size: .9rem;
}

.card-info a{
   color: #6c757d;
}

.card-title {
    margin-bottom: .75rem;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.6rem;
    direction: rtl;
    text-align: justify;
}

.card-title a{
  color: #767676;
}

.card-title a:hover{
  color: #000;
}

/* footer */

ol,ul{
  direction:rtl;
  text-align: right;
  font-size: .9rem;
  line-height: 1.6rem;
  color: #7d7c7c;
}
footer{
    border-top: 1px solid #1d1d1d;
    background: #222222;
    padding-top: 25px;
    margin-bottom: 40px;
}


footer ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 18px;
    direction: rtl;
}

footer li {
    display: inline-block;
    margin: 0px 15px;
    line-height: 2;
}

footer a {
    color: #b1aca1;
    font-weight: 500;
    font-size: .85rem;
    text-decoration: none;
}

footer a:hover {
  color: #2eaef0;
  text-decoration: none;
}

footer .boxes {
    position: relative;
    display: flex;
    font-size: 14px;
    line-height: 1.5;
}

footer .box {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 1em;
    padding: 1em;
    width: 100%;
    border-radius: .5rem;
    line-height: 1.5;
    direction: rtl;
    text-align: right;
    box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15)!important;
}

footer .box img {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    width: 36px;
    border-radius: 7.5%;
}

footer .box .title {
    display: block;
    margin-left: 46px;
    max-width: calc(100% - 36px);
}

footer .box .text {
    display: block;
    margin-left: 46px;
    max-width: calc(100% - 36px);
}


footer .footer-main {
    text-align: center;
    color: #b7b7b7;
    font-size: .75rem;
}

.footer-social .footer-social-link:hover {
    text-decoration: none;
}

a.text-white:hover, a.text-white:focus {
    color: #d9d9d9!important;
}

.footer-social .footer-social-link {
    font-size: 1.5rem;
    margin-right: 20px;
    margin-left: 10px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-github {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-github:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #2d4373;
}

.btn-twitter:hover {
    color: #fff;
    background-color: #0d8ddc;
    border-color: #0c85d0;
}

.btn-login {
    border-radius: 1px;
    height: 45px;
    padding: 6px 0 16px 0;
    margin: 4px 0 0 15px;
    background: #e95420;
    line-height: 30px;
    color: #000;
    direction: rtl;
    min-width: 113px;
    font-weight: bold !important;
    font-size: 15px !important;
}

.btn-login i{
  margin-left: 5px;
}

.mailchimp {
  background-color: #2eaef0;
  background-size: cover;
  background-image: url(/images/overlay.svg),linear-gradient(45deg,#343a40 0%,#7a7a7a 100%);
  color: #fff;
  padding: 3rem 0;
}

.mailchimp h3{
font-size: 1.3rem;
}

.mailchimp p{
  font-size: .82rem;
  margin-top: 1rem;
  line-height: 1.6rem;
}

.mailchimp a.btn{
  min-width: 170px;
  direction: rtl;
  text-align: right;
}


.outersec {
    width: 100%;
    padding: 15px 0;
    height: 100%;
}

.outersec>.left-col,
.outersec>.right-col {
    height: 100%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.outersec>.left-col>.inner,
.outersec>.right-col>.inner {
    width: 100%;
    overflow: auto;
}
.outersec>.right-col>.inner {
    height: 100%;
}

.outersec>.right-col {
    width: 250px;
    border-left: 1px solid #444;
    padding: 0 15px;
    position: fixed;
    right: 0;
}

.outersec>.right-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.outersec>.right-col ul>li>a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    width: 100%;
    background-color: #efefef;
    margin-bottom: 10px;
    color: #333;
}

.outersec>.right-col ul>li.active a,
.outersec>.right-col ul>li>a:hover {
    background-color: #333;
    color: #fff;
}

.outersec>.right-col ul>li:last-child>a {
    margin-bottom: 0;
}

.outersec>.left-col {
    width: calc(100% - 250px);
    padding: 0 15px;
}

.outersec>.left-col .heading {
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #000;
    background-color: gray;
    color: #fff;
}

.outersec>.left-col .heading.active {
    background-color: #333;
}

.footer-copy{
    text-align: center;
    color: #b1aca1;
    font-size: .75rem;
}


ul.index {
    margin: 0px;
    padding: 0px;
    min-width: 190px;
    direction: rtl;
    text-align: right;
}

ul.index li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

ul.index li>a {
  display: block;
  padding: 5px 18px 5px 39px;
  line-height: 1.6rem;
  text-decoration: none;
  position: relative;
  direction: rtl;
  font-size: .86rem;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
}

ul.index li>a i{
    position: absolute;
    right: 7px;
    top: 12px;
}


.profile{
  margin: 0 auto;
  padding: 30px 0 10px 0;
  text-align: center;
}
.profile img{
    border-radius: 50%!important;
    max-width: 150px;
}

.profile h1{
  font-size: 1rem;
  margin: 13px 0 7px 0;
  font-weight: 700;
}

.profile p{
      font-size: .8rem;
      margin-bottom: 30px;
}




.row:before {
  display: table;
  content: " ";
}

.grid-calendar {
  min-width: 320px;
}
.grid-calendar .row {
  margin: 0;
  direction: rtl;
}
.grid-calendar .calendar-week .grid-cell {
  background-color: #f6f6f6;
  border: 1px solid #fff;
}
.grid-calendar .calendar-week-header .grid-cell > div > div {
  padding-bottom: 10px;
  height: auto;
}
.grid-calendar .grid-cell {
  display: inline-block;
  float: left;
  min-height: 1px;
  padding: 0;
  position: relative;
  width: 14.2857142857%;
}
.grid-calendar .calendar-hover:hover,.grid-calendar .calendar-select {
  border: 3px solid #f55044 !important;
}
.grid-calendar .grid-cell.previous-month {
  color: #a6a6a6;
  cursor: not-allowed;
  background-color: #e1e1e1;
}
.grid-calendar .grid-cell.next-month {
  background-color: #e1e1e1;
  color: #a6a6a6;
  cursor: not-allowed;
}
.grid-calendar .grid-cell.today {
  background-color: #64ffbb;
}
.grid-calendar .grid-cell > div {
  display: flex;
  justify-content: center;
  width: 100%;
}
.grid-calendar .grid-cell > div > div {
  height: 0;
  padding: 50% 0;
}

.grid-calendar .grid-cell span {
  position: relative;
  font-size: .8rem;
  top: -10px;
}

.add-visit h3{
    color: #007bff;
    font-size: .9rem;
    direction: rtl;
    text-align: right;
    margin: 33px 6px 15px 0;
}

.page-header{
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  direction: rtl;
  padding: 17px 0px 10px 0;
  line-height: 1.9rem;
}

.page-description{
  direction: rtl;
  text-align: right;
  font-size: .85rem;
}

.btn{
  font-weight: 500;
  font-size: .85rem;
}

.date{
  font-size: .95rem;
  font-weight: 900;
  color: #333;
  padding: 16px 11px 0 9px;
  border-radius: 4px;
}


.dir-rtl{
  direction: rtl;
}


.dir-ltr{
  direction: ltr;
}

.modal-header {
    direction: rtl;
    padding: 10px 11px 5px 2px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: .85rem;
    font-weight: 500;
}

.modal-header .close {
    margin: 0rem auto 0rem .6rem;
    padding: 0;
}
.table-custom{
  direction: rtl;
  text-align: right;
  font-size: .9em;
  margin-top: 32px;
}

.table-custom th {
    border: 1px solid #dee2e65c !important;
}

.tabs {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-right: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}



.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

.form-row{
  direction: rtl;
  text-align: right;
}

label {
    margin-bottom: .2rem;
    margin-right: .2rem;
    font-size: .85rem;
}

.form-control {
  font-size: .79rem;
}

.modal .tab-contents{
  border-bottom: 0;
  padding: .5em 1em 1em;
}

.visit-modal{
  direction: rtl;
  text-align: right;
  margin: 20px;
  position: relative;
}

.visit-modal i{
  position: absolute;
  top: 4px;
  right: 0px;
}
.visit-modal ul{
  margin-right: 0;
  padding-right: 25px;
}
.visit-modal li {
    list-style-type: none;
    list-style-type: none;
    font-size: .75rem;
    line-height: 1.5rem;
    font-weight: 700;
}




/* ::-webkit-scrollbar {
	width: 2px;
}


::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 5px;
}
 */
 .chat-list-box {
     display: inline-block;
     width: 100%;
     background: #fff;
     box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
 }

.flat-icon li{
	display: inline-block;
    padding: 0px 8px;
    vertical-align: middle;
    position: relative;
    top: 7px;
}

.flat-icon a img {
    width: 22px;
    border-radius: unset !important;
}

ul.list-inline.text-left.d-inline-block.float-left {
    margin-bottom: 0;
}

.chat-list-box ul li img {
    border-radius: 50px;
}

.message-box{
	display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

.msg-box li{
	display:inline-block;
	padding-right: 10px;
}

.msg-box img{
	border-radius:50px;
}

.msg-box li span{
	padding-right:8px;
	color:#545454;
	font-weight:550;
}

.head-box {
    display: flow-root;
    padding: 10px;
    background: #007bff;
}
.head-box ul li a{
    color:#fff;
}
.chat-person-list{
	padding:14px;
}
.chat-person-list ul li img{
	width:30px;
	border-radius:50px;
}

.chat-person-list ul li span {
    padding-right: 20px;
}

.chat-person-list ul li {
    line-height: 55px;
}

span.chat-time {
    float: right;
    font-size: 12px;
}

.head-box-1{
	display: flow-root;
    padding: 10px;
    background: #007bff;
}
.head-box-1 ul li i{
    color:#fff;
    cursor:pointer;
}
.head-box-1 ul li span{
    color:#fff;
    position:relative;
    top:-10px;
}
.msg_history {
    padding: 10px;
    height:280px;
    overflow: overlay;
}
.incoming_msg_img {
    display: inline-block;
    width: 6%;
}
.timee{
    position: absolute;
    right: 115px;
    top: 30px;
    color: #fff;}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}
.received_withd_msg {
    width: 57%;
}
.received_withd_msg p {
       background: rgba(0,123,255,.5) none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 22px;
    width: 100%;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}
.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}
.incoming_msg_img img {
    width: 100%;
    border-radius: 50px;
    float: right;
}
.outgoing_msg {
    overflow: hidden;
    margin: 10px 0 10px;
}
.sent_msg {
    float: left;
    width: 46%;
}
.sent_msg p {
  background: #ddd;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #333;
    padding: 5px 22px 5px 10px;
    width: 100%;
	border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}
.chat-person-list ul li a {
    color: #545454;
    text-decoration: none;
}
.attachement {
    background: #777;
    position: absolute;
    width: 220px;
    left: 30%;
    top: 42px;
    display: none;
}
.attachement ul li {
    display: -webkit-inline-box;
    margin: 0px 19px 15px 20px;
}
.attachement ul li a{
	color:#fff;
}

.setting-drop{
	display: none;
    position: absolute;
    width: 130px;
    height: 148px;
    left: 0;
    top: 42px;
    background: #ffffff;
    color: #545454;
    box-shadow: 1px 1px 15px 1px #0000001f;
}

.send-message {
    padding: 15px;
    background: #007bff;
    height: auto;
}
.send-message textarea:focus {
    box-shadow: none;
    outline: none;
	border-color:#ddd;
}
.send-message ul li {
    display: -webkit-inline-box;
    padding-right: 15px;
}
.send-message ul li i{color:#0056b3;}
.send-message ul li a{color:#0056b3;}
.send-message ul {
    position: absolute;
    left: 45px;
    top: 88%;
    border-right: 1px solid #9c9a9a;
}
.send-message .form-control {
    border-radius: 50px;
}




.red {
  color:red;

}


.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  stroke-width: 1;
}

.services-icon {
  margin-bottom: 20px;
  font-size: 30px;
}
.bgc2, .vLine, .hLine {
    background-color: #0F52BA;
}

.quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.services-icon {
    font-size: 60px;
    margin-left: 2rem;
}



.btn-style-one {
  position: relative;
  padding: 14px 30px;
  line-height: 1em;
  background: #221f1f;
  margin-top: 20px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid transparent !important;
}


.card-shop{
  border-radius: 10px;
}
.card-shop:hover img{
  opacity: .5;
}

.card-img-shop{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.splash-deck{
    background: #0264d6;
    background: -moz-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#0264d6), color-stop(100%,#1c2b5a));
    background: -webkit-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%);
    background: -o-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%);
    background: -ms-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%);
    background: radial-gradient(ellipse at center, #0264d6 1%,#1c2b5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0264d6', endColorstr='#1c2b5a',GradientType=1 );
    height: calc(80vh);
    width: 100%;
}

.middle-form {
  width: 300px;
  margin: 0 auto;
}

.flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: block; */
  width: 300px;
  margin: 0 auto;
}

.registration input{
  border-radius: 3px 0px 0px 3px;
  color: #000;
  margin-bottom: 1em;
  padding: 0px 0px 0px 15px;
  width: 200px;
  height: 50px;
  background-color: #fff!important;
  border: navajowhite;
  font-size: .8rem;
}

.registration span.fa {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    color: #000;
    display: block;
    float: right;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.small-link{
  text-align: center;
  display: block;
  font-size: .75rem;
  margin-top: 15px;
  color: #1da1f2;
  direction: rtl;
}

.small-link:hover {
  color:#ccc;
}

.splash-header{
  color:#ccc;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

textarea:focus, input:focus{
    outline: none;
}

.alert-wrap{
  position: relative;
}
.alert{
  margin-bottom: 0;
  text-align: right;
}

.alert-dismissible .close {
    top: -9px;
    left: 0;
}

.alert strong {
    float: right;
    margin-top: 2px;
}

.alert span {
  display: inline-block;
  direction: rtl;
  margin-right: 10px;
  font-size: .85rem;
}

.breadcrumbs{
  direction: rtl;
  text-align: right;
  font-size: .75rem;
  position: relative;
  padding: 12px 0 10px 0;
  border-bottom: 1px solid #e5e5e5;

}

.splash-deck .breadcrumbs{
  border-bottom:none;
  padding: 10px 0 0 0;
}

.breadcrumbs a{
  color: #adadad;
}

.breadcrumbs a:hover{
  color: #000;
}

.breadcrumbs i{
  color: #adadad;
  margin: 0 10px 0 10px;
  top: 1px;
  position: relative;
  font-size: .6rem;
}

.swal2-container .swal2-popup .swal2-title {
  direction: rtl;
  font-size: 1rem;
  line-height: 1.7rem;
}

.swal2-container .swal2-popup #swal2-content {
  direction: rtl;
  font-weight: 500;
  font-size: .8rem;
  padding-top: 10px;
}

.swal2-container .swal2-popup .swal2-footer {
  direction: rtl;
  text-align: right;
  font-size: .75rem;
  font-weight: 500;
  padding: 20px 0 0 0;
}

.swal2-container .swal2-popup .fa-smile {
  position: relative;
  right: 5px;
  font-size: 20px;
  color: #a4db86;
}

.swal2-container .swal2-actions button{
font-size: .9rem !important;
direction: rtl;
min-width: 100px;
}



.icard {
    background: #FFF;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 3px solid #6cc6f4;
    padding: 0px;
    margin-bottom: 2em;
    margin-top: 1rem;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.icard-header-blue {
    background-color: rgba(46, 174, 240, 0.7);
    color: #FFFFFF;
    border-bottom: 3px solid #71bde4;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.icard-heading {
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 14px 18px 12px 0;
    border-bottom: 1px #2196F3;
    color: #fff;
    direction: rtl;
    text-align: right;
    font-weight: 700;
    font-family: 'IRANSans',tahoma,arial !important;
}

.icard-body {
    margin: 1em;
    direction: rtl;
    text-align: right;
    font-size: .8rem;
    line-height: 1.6rem;
    text-align: center;
}

.card-p{
  margin-bottom: 0;
}

.icard-button{
  direction: rtl;
  padding: 0px 10px 10px 10px;
}

.icard-button button,.icard-button a{
  background-color: transparent;
  border-color: transparent;
  color: #767676;
}

.icard-button button:hover,.icard-button a:hover{
  color: #71bde4;
  box-shadow: none;
}

.icard-button button:focus{
  box-shadow: none;
}

.icard-button i{
  position: relative;
  top: 2px;
  margin-left: 3px;
}


.dropdown {
    direction: rtl;
}

.dropdown-toggle::after {
    margin-right: .3em;
    vertical-align: 0;
}

.dropdown-menu.show {
    direction: rtl;
    text-align: right;
}
.dropdown-header {
    padding: 7px 9px 0 0;
    font-size: .875rem;
    color: #000000;
    font-weight: 900;
}

.dropdown-item {
    padding: 8px 9px 0 0;
    font-size: .8rem;
    line-height: 1.8rem;
}

.text-blue{
      color: #6cc6f4!important
}

.login-text
{
  position: relative;
  top: -2px;
}

.login-text:hover
{
  color: #2eaef0;
}

.bottom-pad {
    margin-bottom: 60px;
}


h3.title {
  overflow: hidden;
      line-height: 28px;
      font-weight: 900;
      direction: rtl;
      text-align: right;
      position: relative;
      font-size: 1.2rem;
      margin-bottom: 1rem;
}

h3.title:after {
    background: url(/images/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-right: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}

.portfolio-pad {
    margin-bottom: 30px;
}

.portfolio-item {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}

a.portfolio-item-link {
    line-height: 0;
    padding: 0;
    margin: 0;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
    background: rgba(50,50,50,0.75);
}

.fullscreen {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
    opacity: 0;
    -webkit-transition: .4s all;
}

.fullscreen i {
    color: #fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 11;
    background: rgba(0,0,0,0.6);
    padding: 16px 18px;
    font-size: 16px;
    border-radius: 100px;
}

.portfolio-item img {
    display: block;
    width: 100%;
    -webkit-transition: .4s all;
}

.portfolio-item-title {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #fff;
}

.portfolio-item-title h4 {
  font-weight: 600;
  font-size: 14px;
  color: #777;
  overflow: hidden;
  height: 1.5rem;
  line-height: 1.5rem;
}

.portfolio-item-title p {
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
  color: #b3b3b3;
}

.portfolio-item:hover h4 {
  color: #000;
}

.portfolio-item:hover .fullscreen {
  opacity: 1;
  top: 40%;
}

.portfolio-item:hover img{
  -webkit-filter: brightness(50%);
}

.carousel-control-next,.carousel-control-prev
{
  z-index: 1;
}

.slogan {
    min-height: 100px;
    background: #fff;
    width: 100%;
}

.slogan-content {
  padding: 24px 0 0 0;
  direction: rtl;
}

.slogan-title {
  display: inline-block;
  margin: 12px 0;
  font-size: 1rem;
  font-weight: 500;
}

.slogan-title strong {
    color: #2eaef0;
    position: relative;
    font-size: 1.4rem;
}

.get-started {
  padding-top: 0px;
  vertical-align: middle;
}

.btn-special {
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  outline: none;
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}






.btn-color, .subscribe-btn {
    background: #2eaef0;
    cursor: pointer;
}

div.content-box.big{
    border-style: solid;
    border-width: 1px 1px 3px;
    background: #fff;
    border-color: transparent;
    border-bottom-color: #2eaef0;
    padding: 0 20px 30px;
    border-radius: 5px;

}

div.content-box.big .ch-info-wrap {
    margin: -52px auto 35px;
    position: relative;
    left: auto;
    top: auto;
}

.ch-info-wrap {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 10px;
    left: 10px;
}

.ch-info {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
}

.ch-info-front {
    background: #2eaef0;
}

.ch-info-wrap i {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 100px;
    position: relative;
}

.ch-info .ch-info-back {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    box-shadow: inset 0 0 3px rgba(0,0, 0, 0.2);
    -moz-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    opacity: 0;
}

.content-box-info h3{
  color: #777777;
      margin: 0 0 5px;
      text-align: center;
      font-size: 1rem;
      margin-bottom: 15px;
      font-weight: 700;
}

.content-box-info p{
  text-align: justify;
  font-weight: 400;
  font-size: .8rem;
  line-height: 1.6rem;
  height: 75px;
  overflow: hidden;
}

.content-box-info a{
  color: #2eaef0 !important;
  text-align: center;
  font-size: .8rem;
  display: block;
  direction: rtl;
  font-weight: 500;
}

.content-box:hover .ch-info-front{
  background: #28a745;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


/********************* Shopping Demo-6 **********************/
.product-grid6,.product-grid6 .product-image6{overflow:hidden}
.product-grid6{font-family:'Open Sans',sans-serif;text-align:center;position:relative;transition:all .5s ease 0s;margin-bottom: 30px;}
.product-grid6:hover{box-shadow:0 0 10px rgba(0,0,0,.3);background: #fff;}
.product-grid6 .product-image6 a{display:block}
.product-grid6 .product-image6 img{width:100%;height:auto;transition:all .5s ease 0s}
.product-grid6:hover .product-image6 img{transform:scale(1.1)}
.product-grid6 .product-content{padding:12px 12px 15px;transition:all .5s ease 0s;background: #fff}
.product-grid6:hover .product-content{opacity:0}
.product-grid6 .cart-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 10px;
    /* line-height: 2rem; */
    transition: all .3s ease 0s;
    overflow: hidden;
    height: 24px;
}
.product-grid6 .cart-title a{color:#000}
.product-grid6 .cart-title a:hover{color:#2e86de}
.product-grid6 .cart-price {
    font-size: 1rem;
    font-weight: 600;
    color: #2eaef0;
    direction: rtl;
}
.product-grid6 .cart-price span {
    color: #b7b7b7;
    font-size: .85rem;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 7px;
    display: inline-block;
}
.product-grid6 .social{background-color:#fff;width:100%;padding:0;margin:0;list-style:none;opacity:0;transform:translateX(-50%);position:absolute;bottom:-50%;left:50%;z-index:1;transition:all .5s ease 0s}
.product-grid6:hover .social{opacity:1;bottom:20px}
.product-grid6 .social li{display:inline-block}
.product-grid6 .social li a{color:#909090;font-size:16px;line-height:45px;text-align:center;height:45px;width:45px;margin:0 7px;border:1px solid #909090;border-radius:50px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid6 .social li a:hover{color:#fff;background-color:#2e86de;width:80px}
.product-grid6 .social li a:after,.product-grid6 .social li a:before{content:attr(data-tip);color:#fff;background-color:#2e86de;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;border-radius:5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid6 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid6 .social li a:hover:after,.product-grid6 .social li a:hover:before{opacity:1}
@media only screen and (max-width:990px){.product-grid6{margin-bottom:30px}
}


.product-grid6 .product-discount-label {
    display: block;
    padding: 4px 15px 4px 30px;
    color: #fff;
    background-color: #0081c2;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-clip-path: polygon(34% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(34% 0,100% 0,100% 100%,0 100%);
}

.product-grid6 .product-discount-label-2 {
  display: block;
  padding: 5px 10px 8px 10px;
  color: #fff;
  background-color: #c2000045;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: .8rem;
}

.widget-search {
    position: relative;
}

.widget-search input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #999999;
    font-size: 13px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 50px;
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    padding-right: 15px;
}

.widget-search button {
    background: transparent none repeat scroll 0 0;
    color: #999;
    font-size: 17px;
    height: 100%;
    position: absolute;
    top: 4px;
    left: 0;
    transition: all 0.3s ease 0s;
    width: 50px;
    border: navajowhite;
}

.shop-option {
    padding: 10px 10px;
    background: #fff;
}

.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.showing span {
  color: #999999;
  display: block;
  font-size: .8rem;
  margin-top: 7px;
}

.short-by > span {
    margin-right: 10px;
}

.short-by select {
    border: 1px solid #eeeeee;
    color: #999999;
    font-size: 13px;
    height: 30px;
    padding-left: 40px;
}

.short-by option {
  background: #ffffff none repeat scroll 0 0;
  border: 0 solid #626262;
  font-size: .75rem;
  line-height: 1.5rem;
  padding-left: 10px;
}

#m-title div{

}

#m-title a{
  display: inline-block;
  margin: 3px 0px 0 15px;
  direction: rtl;
  text-align: right;
  direction: rtl;
  overflow: hidden;
  height: 1.1rem;
  font-size: .9rem;
}

#m-title i{
  position: relative;
  top: 2px;
}

#myGallery .close{
  position: relative;
  top: 3px;
  left: 3px;
}

button:focus {
  outline: none;
}

.wrap-product{
  padding: 15px 15px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  background: #fff;
  margin: 10px 0 10px 0px;
  margin: 0 auto;
}

.wrap-product h1{
  direction: rtl;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.3rem;
  margin: 10px 5px 10px 5px;
}


.wrap-project ul.index li>a{
  font-size: .95rem;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  transition: all 200ms linear;
}

.wrap-project ul.index li>a:hover{
    background: #e7e7e7;
    color: #13426b;
    padding: 10px 12px 10px 12px !important;
}
.wrap-project ul.index li i {
  top: 3px;
  right: 3px;
  color: #f4364c;
  position: relative;
}

.wrap-about p{
  font-size: .95em;
  letter-spacing: 1px;
  color: #404040;
  line-height: 1.75em;
  padding-bottom: 10px;
  text-align: justify;
  direction: rtl;
}

.wrap-about h3.title,.wrap-project h3.title{
  margin-bottom: 0;
}

.wrap-about h3.title:after ,.wrap-project h3.title:after {
    background: none;
}

.item-card{
  background: #f3f3f3;

}

.item-card img {
    border-radius: 15px;
    transition: 2s all;
}

.item-card h4{
    padding: 15px 5px 15px;
    font-weight: 700;
    font-size: 1.1rem;
    direction: rtl;
    text-align: right;
    line-height: 2.1rem;
    background: #000000a1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    width: 100%;
    bottom: -8px;
    text-align: center;
    transition: 2s all;
}

.item-card a{
    color:#fff;
}

.item-card:hover h4{
background: transparent;
bottom: 33%;

}

.item-card:hover img{
    filter: brightness(50%);
}
.item-card .more{
  font-weight: 700;
  font-size: .9rem;
  direction: rtl;
  position: relative;
  bottom: 10px;
  left: 0;
}

.item-card .more i{
  top: 3px;
  right: 3px;
  color: #f4364c;
  position: relative;
}

.highlight-content{
    background: #f3f3f3;
    padding: 30px 0 20px 0;

}

.carousel-wrap{
  margin-bottom: -15px;
}

.mainer{
    background: #f3f3f3;
}

.item-news{
  border: none;
  padding: 0;
}


.item-news img{
   width: 100%;
}

.price {
    direction: rtl;
    text-align: center;
}

.price div{

  padding: 10px 10px 5px 10px;
  border-top: 1px solid #e5e5e5;
  padding-top: 24px;
  margin-top: 10px;

}

.price span{
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}

.price del{
  font-size: .9rem;
  color: #c1c1c1;
  margin-right: 10px;
}


.wrap-product p{
   direction: rtl;
   text-align: justify;
   font-size: .88rem;
   line-height: 1.7rem;
   margin-left: 10px;
}

.product-list{
  text-align: right;
  line-height: 2rem;
  font-size: .8rem;
}

.product-list a{

}

.wrap-gallery{
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.product-gallery {
  position: sticky;
  top: 102px;

}

@media only screen and (max-width: 800px) {
  .wrap-gallery{
      position: relative;
  }

  .product-gallery {
    position: relative;
    top: auto;
  }
}

#sync1 .item,.owl-gallery .item{
    background: #0c83e7;
    padding: 0;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: #C9C9C9;
    padding: 0;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    background: #0c83e7;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme,.owl-gallery.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev,
.owl-gallery.owl-theme .owl-next,
.owl-gallery.owl-theme .owl-prev  {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev,.owl-gallery.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next,.owl-gallery.owl-theme .owl-next {
    right: 10px;
}

.owl-carousel.owl-media .owl-nav button.owl-next,
.owl-carousel.owl-media .owl-nav button.owl-prev{
    top: 30%;
    bottom: unset;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 3.5rem;
    background-color: rgb(0 0 0 / 39%);
    padding: 5px;
    transition: 5s all;
    right: 30px;
    position: absolute;
    border-radius: 50%;
}

.owl-carousel.owl-media .owl-nav button.owl-prev{
    left: 30px;

}

.owl-carousel.owl-media .owl-nav button span{
    position: relative;
    top: -14px;
    left: 1px;
    color: #ffffff59;
}

.magnify-lens {
    /* Magnifying lens */
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    cursor: none;
    display: none;
    z-index: 99;
}


.entry-share span, .entry-share .share-links {
  display: inline-block;
  vertical-align: middle;
  font-size: .85rem;
  margin-left: 6px;
}

.entry-share .social-button {
    margin-right: 0;
    margin-left: 0;
}


.social-button {
    display: inline-block;
    margin-top: 5px;
    margin-right: 18px;
    margin-bottom: 5px;
    transition: color .3s;
    color: #606975;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

.social-button.shape-circle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-right: 0;
    border: 1px solid #e1e7ec;
    line-height: 35px;
    text-align: center;
}

.social-button i{
  font-size: 1.1rem;
  margin: 9px 0px 0 0;
}

.sb-facebook:hover, .sb-facebook:focus {
    color: #3b5998 !important;
}

.sb-twitter:hover, .sb-twitter:focus {
    color: #55acee !important;
}

.sb-instagram:hover, .sb-instagram:focus {
    color: #dd4b39 !important;
}

.sp-buttons .btn.btn-wishlist {
  width: 36px;
  padding: 7px 0 5px 0;
}

.sp-buttons .btn.btn-wishlist>i {
    font-size: 1.2em;
}

.btn>i {
    display: inline-block;
    margin-top: 2px;
    vertical-align: middle;
}

#qty_input{
  background: #fff;
  font-size: 1.4rem;
  position: relative;
  padding-top: 10px;
}

#minus-btn,#plus-btn{
  border-radius: 0;
}

.tags{
  direction: rtl;
  text-align: right;
  font-size: .85rem;
}

.wrap-post{
  direction: rtl;
  text-align: justify;
  font-size: .9rem;
  line-height: 1.8rem;
}

.wrap-post h3{
  direction: rtl;
  text-align: right;
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin: 20px 0 8px 0;
}

.wrap-post img{
  border-radius: 5px;
  width: auto;
  max-width: 100% !important;
}

.single-post-meta {
    display: table;
    width: 100%;
    padding-bottom: 9px;
}

.single-post-meta .column {
    display: table-cell;
    vertical-align: top;
}

.single-post-meta .meta-link {
    display: inline-block;
    margin-left: 10px;
    color: #606975;
    font-size: 13px;
}

.single-post-meta .meta-link>span {
    margin-left: 4px;
    color: #9da9b9;
}

.single-post-meta .meta-link>a {
    transition: color .25s;
    color: #606975;
    text-decoration: none;
}

.single-post-meta .column:last-child {
    text-align: right;
}

.single-post-meta .column:last-child .meta-link {
    margin-left: 0;
    margin-right: 10px;
}

.single-post-meta .meta-link>a>i {
    display: inline-block;
    margin-top: 0px;
    margin-right: 6px;
    color: #9da9b9 !important;
    font-size: 1.1em;
    vertical-align: middle;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	  overflow: hidden;
	  text-align: center;
	  z-index: 99999999;
    background-color: #e95420;
	  color: #eeeeee;
	  width: 50px;
	  height: 48px;
	  line-height: 48px;
	  right: 30px;
	  bottom: 55px;
	  padding-top: 1px;
	  border-top-left-radius: 10px;
	  border-top-right-radius: 10px;
	  border-bottom-right-radius: 10px;
	  border-bottom-left-radius: 10px;
	  -webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -ms-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}



.nav-tabs {
    direction: rtl;
}

.nav {
    padding-right: 0;
    padding-left: auto;
}

.nav-tabs .nav-item {
    margin-bottom: -4px;
}

.nav-link{
  font-size: .9rem;
  font-weight: 500;
  border-radius: 0;
  color: #495057;
}

.nav-link i{
  position: relative;
  margin-left: 6px;
  top: 2px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-radius: 0;
}

.list-group-item:first-child{
  border-radius: 0;
}

.no-data{
  text-align: center;
  width: 100%;
  margin: 20px 0 0;
  font-size: .85rem;
  color: red;
  background: #fff;
  padding: 50px;
}


.pagination {
    justify-content: center!important;
    padding-right: 0;
    padding-left: auto;
}

.page-item:first-child .page-link {
    margin-right: 0;
    margin-left: auto;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.invalid-feedback {
    direction: rtl;
    text-align: right;
}

.list-group i
{
  line-height: 2.5rem;
}
.list-group .status{

}

.list-group .title{

}


.card-header{
    direction: rtl;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    height: 43px;
}

.card-header span.info{
  display: inline-block;
  padding: .25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.lightgreen{
  background: #c5ffc5;
}

.s-header {
    direction: rtl;
    line-height: 2rem;
    text-align: right;
    font-size: .9rem;
}

.wizard{
  text-align: center;
  direction: rtl;
}
.wizard a {
  margin-top: 6px;
  padding: 10px 0 10px 5px;
  margin: 0;
  background: #f8F8F8;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 32.9%;
  color: #8b888f !important;
  font-size: .85rem;

}

.wizard a:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-right: 10px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}

.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-right: 10px solid #F8F8F8;
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    z-index: 2;
}

.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;

}

.wizard a:first-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.wizard a:last-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.wizard .label {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}

.wizard a:first-child .badge {
    margin-right: 0;
}

.wizard .current {
    background: #1abc9c;
    color: #fff !important;
}

.wizard .current:after {
    border-right-color: #1abc9c;
}
.wizard .done {
    background: #63687C;
    color: #fff;
}

.wizard .done:after {
    border-right-color: #63687C;
}


  .address-wrap .category {
    background: #ffffff;
    padding: 5px 5px 1px 5px;
  }

  section.similar {
    padding-bottom: 30px;
  }

  .category .card {
      margin-top: 30px;
      background-color: #f4f4f4;
      border-radius: .4rem;
      border: none;
  }

  .category .card a.card-img-link{
     overflow: hidden;
     border-top-left-radius: .6rem;
     border-top-right-radius: .6rem;
  }

  .category img.card-img-top {
      width: 100%;
      border-top-left-radius: .6rem;
      border-top-right-radius: .6rem;
  	  -webkit-transition: 0.4s ease;
  	  transition: 0.4s ease;
      min-height: 255px;
  }



  .category a:hover img.card-img-top  {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  	overflow: hidden;
  }


  .category .card-body {
      padding: 0;
      border-top: 1px solid #e4e4e5;
  }

  .address-wrap .category .card-body {
      border: none;
  }

  .category .card div.titlecard {
      padding: 10px 10px 0 5px;
      max-height: 74px;
      overflow: hidden;
      direction: rtl;
      text-align: right;
      position: absolute;
      right: 0;
  }

  .category .card h5.card-title {
      margin-bottom: .5rem;
      font-size: 14px;
      font-weight: 500;
  }

  .category .card h5.card-title .fa-check {
    color: #28cf43;
    padding-left: 7px;
  }

  .category .card h5.card-title a{
  	color: #212529;
  }
  .category .card div.titlecard span.price {
      font-size: 13px;
      font-weight: 500;
  }

  .category .card .btncard {
      width: 74px;
      height: 74px;
      position: relative;
      border-right: 1px solid #e4e4e5;
      cursor: pointer;
  		transition: background-color 2s;
  		border-bottom-left-radius: 6px;
      background: #f4f4f4;
  }



  .category .card .btncard i {
      position: absolute;
      left: 15px;
      font-size: 33px;
      top: 18px;
  }


  .btncard button,.btncard a {
      position: absolute;
      bottom: -2px;
      width: 73px;
      font-size: 11px;
      color: #212529;
      font-weight: 300;
      left: 0;
  }


  .category .card .btncard:hover
  {
    color: #0c8426
  }

  .category .card .btncard:hover button
  {
      color:#0c8426;
  		text-decoration: none;
  }

  div.category em.roundpoint {
    left: 3px;
    top: 5px;
    background-color: #dc371fb8;
    border-radius: 50%;
    z-index: 1;
    min-width: 21px;
    text-align: center;
    position: absolute;
    color: #fff;
    font-style: normal;
}

.category .card-body {
    padding: 0;
}

div.category button.card-edit, div.category button.card-remove {
    position: absolute;
    left: 70px;
    top: 0;
    font-size: 1rem;
    color: #fe7b8f;
}

.category .card div.titlecard span.price {
    font-size: 13px;
    font-weight: 500;
}

.wstmenutag {
    font-size: .75rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 4px 0 5px;
}

.category .card div.titlecard {
    padding: 17px 10px 0 5px;
    max-height: 74px;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    position: absolute;
    right: 0;
}

.price_item, .sum_price {
    direction: rtl;
    font-size: .9rem;
    padding: 14px 13px 11px 11px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c5c5c5;
    font-weight: 700;
    margin-top: 10px;
}

.sum_label {
    color: #9c9c9c;
    padding-left: 6px;
}

.addresses {
    direction: rtl;
    font-size: .76rem;
    line-height: 1.8rem;
}

.address-wrap .card-body {
    text-align: right;
    font-size: .8rem;
}

.address-wrap div.category .card {
    margin: 5px;
    border: 1px solid #e3e3d8;
}

.addresses span {
    margin-right: 12px;
    display: inline-block;
}

.addresses span i {
    color: #4fc3f7;
    margin-left: 3px;
}


/* webkit solution */
::-webkit-input-placeholder { text-align:right!important; }
/* mozilla solution */
input:-moz-placeholder { text-align:right!important; }


.invoice-container .invoice-status-top {
    position: relative;
    left: -15px;
    top: -5px;
    margin: 0;

}

.invoice-container p {
    font-size: 13px;
    margin: 0;
}

.invoice-container .invoice-status-top .paid {
    background-color: #11c15b;
}

.invoice-container .invoice-status-top span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    padding: 9px 10px 5px 25px;
    position: relative;
    font-weight: bolder;
}

.invoice-container .invoice-status-top .paid:before {
    color: #11c15b;
}

.invoice-container .invoice-status-top span:before {
    border: 20px solid;
    border-right: 16px solid transparent;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 0;
}

.invoice-container {
    max-width: 100%;
    padding: 0;
    width: 100%;
    font-size: .8rem;
}

.invoice-container.top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.personal {
    padding: 15px;
    margin-bottom: 25px;
}

.personal-title {
    color: #333;
    font-size: 17px;
    font-weight: 700;
}

.personal-title, .personal-details {
    text-align: center;
}

.personal-details p {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    padding-top: 10px;
}

.invoice-container p {
    font-size: 13px;
    margin: 0;
}

.invoice-info {
  background-color: rgba(238,238,238,.8);
  border-right: 3px solid #00bcd4;
  border-radius: 3px;
  color: #757575;
  font-size: 13px;
  padding: 20px 0;
}

.invoice-container .table-responsive {
  border: none;
 }

.invoice-container .table.invoice-items {
  margin-top: 30px;
}

.invoice-container .table.invoice-items tr:nth-child(odd) td {
  background-color: rgba(238,238,238,.3);
}

.invoice-container .table.invoice-items td:first-child {
    border-left: 1px solid #ddd;
    padding-right: 35px!important;
}

.invoice-container .table.invoice-items td {
    border: none;
    color: #757575;
    font-size: 15px;
    padding: 15px!important;
}

.invoice-container .table .text-right {
    text-align: right;
}

.invoice-container .table.invoice-items .total-row td {
    background-color: #f0fae0!important;
    color: #79b830;
    font-weight: bold;
}

.invoice-btns a {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  border-radius: 3px;
  color: #989898;
  padding: 8px 17px;
  transition: all .25s ease-in-out;
  font-size: .8rem;
}

.invoice-btns a:hover {
    background-color: #d2d2d2;
    border-color: #d2d2d2;
    border-radius: 3px;
    color: #757575;
    padding: 6px 15px;
}


.comment{
  color: #888888;

}

.makeComment {
    text-align: center;
    padding-bottom: 10px;
    float: left;
}

/* Bounce To Left */

.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
  color: white !important;
}

.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.comment .btn-sm, .comment .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.comment .btn-default {
    color: #636b6f;
    background-color: #fff;
    border-color: #ccc;
}

.commenBox {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    margin-bottom: 20px;
}

.comment_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl;
    text-align: right;
}

.commenter span {
    display: inline-block;
    font-size: .8rem;

}

.comment_head .admin {
    color: #3db720;
    padding-right: 5px;
}

.comment_head .name {
    font-weight: 500;
    margin-right: 5px;
}

.comment_content {
    padding: 0 20px 20px;
    line-height: 1.9;
    font-size: .85rem;
    direction: rtl;
    text-align: right;
}

.comment_content h5{
	font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}

.comment_childs {
    margin-bottom: 30px;
}

.comment_childs .comment_section {
    background: #f5f4f4;
    margin: auto 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.seperator{
    padding: 0 5px 0 5px;
    color: #878b90;
  }
  .modal.animate {opacity:0}
  .modal.animate.show {opacity:1}
  .modal.animate .modal-dialog{-webkit-transform:translate(0,0);-ms-transform: translate(0,0);transform:translate(0,0)}
  .modal.animate .a-zoom{-webkit-animation:zoomOut .5s;animation:zoomOut .5s}
  .modal.animate.show .a-zoom{-webkit-animation:zoomIn .5s;animation:zoomIn .5s}
  .modal-spec .modal-content {
      border-radius: 2px;
  }
  .modal-spec .modal-header {
    padding: 10px 20px 5px 10px;
    background: #585858;
    color: #fff;
    border-bottom: 2px solid rgba(0,0,0,.1);
    border-radius: 0;
    direction: rtl;
    text-align: right;
  }


  .modal-spec .modal-title {
      margin: 0;
      line-height: 1.6;
      padding: 0;
      font-size: 14px;
      font-weight: 500;

  }

  .modal-spec .modal-footer {
    font-size: .8rem;
  }

  .modal-spec .waiting{
    direction: rtl;
    color: #1abc9c;
    display: none;
  }



  .modal-spec .waiting span{
    font-size: .75rem;
    padding-right: 5px;
  }

  .modal-header .close {
      padding: 13px 0px 0 15px;
      margin: -1rem auto -1rem -1rem;
  }

  .modal-content p {
    color: #888;
    direction: rtl;
    font-size: .8rem;
  }

  .input-quantity{
    max-width: 200px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }


  .tablo{
    margin: 40px auto 0 auto;
  }

  .slide-title{
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15%;

  }

  .slide-title h1,.slide-title h2{
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  }

  .slide-title p{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  }


  .tablo img{

  }

  .tablo p {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15%;
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  }

  .tablo .bannershadow{
    background: url(/images/shadow.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 890px;
    height: 60px;
    bottom: -60px;
    margin: 0 auto;
  }


  #custom-search-input {
      margin:0;
      margin-top: 0;
      padding: 0;
  }

  #custom-search-input .search-query {
    width: 100%;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    border-color: #9d9d9d;
    padding: 17px 0 17px 15px;
    padding: 12px 20px 13px;
    height: 50px;
    min-width: 500px;
    direction: rtl;
    font-size: 13px;
  }

  #custom-search-input button {
    border: 0;
    background: none;
    padding: 3px 10px;
    margin-top: 4px;
    position: absolute;
    left: 5px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #717171;
    cursor: pointer;
    z-index: 2;
  }

  .search-query:focus{
      z-index: 0;
  }

@media (min-width: 768px){
  .personal.bordered {
      border-left: 1px solid #ddd;
  }

  .invoice-details {
    margin: 20px 40px;
  }

  .invoice-btns p {
    text-align: left;
  }
}

@media (max-width: 768px){
  .slide-title h1, .slide-title h2{
    font-size: 1.1rem;
   }

   .slide-title {
      top: 28%;
    }

    .carousel-indicators{
      display: none;
    }

    .entry-share{
      text-align: center;
      width: 100%;
    }

    .entry-share span{
      display: none;
     }

     .makeComment {
        float: none;
      }
}

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


  .alert-dismissible{
    padding-right: 0;
    overflow: hidden;
  }

  .alert-dismissible .close {
    top: -9px;
    left: -25px;
  }

.message-box {
    display: none;
	position:relative;
	top:-100%;
}

.wsmenu>.wsmenu-list>li:hover>a:after, .wsmenu>.wsmenu-list>li>a.active:after {
background: none;
}


.slogan-title {
  padding: 0 10px 0 10px;
  font-size: .9rem;
  line-height: 1.6rem;
  text-align: center;
}

footer {
    padding-top: 0;
}

.get-started{
  text-align: center;
  padding-bottom: 20px;

  }

  .owl-nav{
    display: none;
  }

  .top-bar{
    display: none;
  }

  .wrap-product{
    padding: 10px 0 0 0;
    border-radius: 0px;
    border-top: 1px solid #dfe0e5;
    border-bottom: 1px solid #dfe0e5;
    margin: 15px 0px 15px 0;
  }

   .product-container{
     padding-right: 5px;
     padding-left: 5px;
   }

   .commenBox {
     padding: 0;
   }

   .comment_head{
     padding: 10px 5px 10px 5px;
   }

   .comment_head .name-admin{
     display: none;
   }


}



.flag img{
    width: 30px;
    height: 100%;
}


.menu-login {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 18px;
    border-radius: 6px;
    direction: rtl;
}

.menu-login i.fa-icon{
    position: relative;
    top: -1px;
    left: -3px;
    color: #fff !important;
    font-size: 20px !important;
}


.menu-login a
{
    padding-right: 10px;
}

.thead-orange{
    background: #e95420;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}

.thead-white{
    background: #fdfdfd;
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
}


.content-headline {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    margin: 40px 0 40px 0;
}

.content-headline:before {
    content: "";
    height: 1px;
    background-color: #cb2027;
    width: 100%;
    display: block;
    position: absolute;
    top: 15px;
}

.content-headline h2 {
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
}

.highlight-content .content-headline h2 {
    background-color: #f3f3f3;
}


.content-headline h3 {
    font-size: 14px;
    color: #aaa;
    display: block;
    margin-top: 11px;
}


.card {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 10px;
  /* box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2); */
  box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
  transition: all 0.2s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
  top:0;
  will-change: transform;

}
.card:hover {

  transform: translateY(-4px);
  box-shadow:0 30px 70px rgba(0,0,0,.2);
  overflow: hidden;
}

.card:hover .card-img .overlay {
  background-color: rgba(25, 29, 38, 0.85);
  transition: opacity 0.2s ease;
  opacity: 1;
}
.card-img {
  position: relative;
  height: 224px;
  width: 100%;
  background-color: #fff;
  transition: opacity 0.2s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
.card-img .overlay .overlay-content {
  line-height: 224px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.card-img .overlay .overlay-content a {
  color: #fff;
  padding: 0 2rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
}
.card-img .overlay .overlay-content a:hover {
    background: #e95420;
    border-color: #d04b1d;
}
.card-content {
    width: 100%;
    min-height: 104px;
    background-color: #fff;
    border-top: 1px solid #E9E9EB;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 1rem 1rem;
    transition: all 0.2s ease;
    margin-bottom: 22px;
}
.card-content a {
    text-decoration: none;
    color: #202927;
    display: block;
    height: 78px;
}
.card-content h2, .card-content a h2 {
    font-size: 1rem;
    font-weight: 500;
    text-align: right;
    direction: rtl;
    line-height: 1.7rem;
}

.card-content h2 i, .card-content a h2 i{
    position: relative;
    padding-left: 5px;
    top: 4px;
    color: red;
    font-size: 19px;
    line-height: 10px;
}

.card-content p, .card-content a p {
    font-size: 0.8rem;
    font-weight: 400;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    color: rgba(32, 41, 28, 0.8);
    direction: rtl;
    text-align: right;
    line-height: 24px;
}

.top-info{
    position: relative;
    top: 22px;
    font-size: 13px;
    color: #ccc;
}


.a-cat{
    color: #ccc;
}

.space{
    margin: 0 10px 0 10px;
}


@media screen and (max-width: 576px) {
  .content-headline h2{

    font-size: 20px;

  }

  .parallax p {
    font-size: 1.2rem !important;
    line-height: 2.2rem;
  }

  .wrap-project ul.index li>a {
    padding: 10px 0 10px 0;
    line-height: 2rem;
  }

  .top-info {
    position: static;
    text-align: center;
    display: block;
    width: 100%;
}

.breadcrumbs {
    padding: 19px 0 7px 0;
}

.table-custom {
    margin-top: 0px;
}

.content-headline {
    margin: 30px 0 30px 0;
}






.mb-md-2{
    margin-bottom: .5rem!important
}

.no-data{
    padding: 5px;
}

.wrap-post .col-12{
    padding: 0!important;
}

}



.file-item{
    display: block;
    padding: 20px 20px 15px 20px;
    border: 1px dashed #ccc;
    margin-top: 5px;
    direction: rtl;
    text-align: right;
    transition: color .15s linear,border .2s, background .5s;
    border-radius: 5px;
}

.file-item:hover{
    background:#e95420;
    color:#fff;
 }


.file-wrap span{
    display: inline-block;
    margin-right: 30px;
}


.headline-muted{
    color: #b7b7b7;
}

.headline-muted:hover{
    color: #13426b;
}

.text-wrap{
    width: 100%;
    margin: 20px 0 0;
    font-size: .85rem;
    background: #fff;
    padding: 50px;
    text-align: justify !important;
    direction: rtl;
    line-height: 35px;
}





#main-carousel {
    text-shadow: 1px 2px 3px #0000001f;
  }

  #main-carousel h5 {
      opacity: 0;
      font-size: 1.3rem;
      font-family: inherit;
      font-weight: 700;
      animation: leftToRight 1s ease-in-out .5s;
      transition: opacity .5s;
  }

  #main-carousel h2 {
      opacity: 0;
      font-size: 2rem;
      font-weight: 900;
      font-family: inherit;
      letter-spacing: 2px;
      animation: topToBottom 1s linear .3s;
      line-height: 4rem;
      margin: 15px 0;
      transition: opacity .5s;
  }

  #main-carousel .active h2,#main-carousel .active h5 {
      opacity: 1;
  }

  #main-carousel .carousel-caption {

    left: 15%;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    text-shadow: -1px 0 #00000094, 0 1px #00000094, 1px 0 #00000094, 0 -1px #00000094;
  }

  #main-carousel .carousel-control-next,
  #main-carousel .carousel-control-prev {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    width: 4%;
    font-size: 3.5rem;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
    transition: 1s all;
  }

  #main-carousel .carousel-control-next {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  #main-carousel .carousel-control-prev {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  #main-carousel .carousel-control-next i,
  #main-carousel .carousel-control-prev i{
    color:#00000059;
  }


  #main-carousel .carousel-control-next:hover,
  #main-carousel .carousel-control-prev:hover{
      background-color:#e95420;
      width: 6%;
  }


  #main-carousel .btn-info {
      background: transparent;
      text-transform: uppercase;
      border: 0;
      font-family: inherit;
      font-size: 1.2rem;
      position: relative;
      padding: 20px 0 0;
      margin: 20px 0 0;
  }

  #main-carousel .btn-info::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 5px;
    background-color: #fff;
  }

  #main-carousel img
  {
      filter: brightness(70%);
      width: 100%;
  }

  .btn-more {
    font-size: 1.6rem;
    color: #000;
  }

  .btn-more span {
    border-bottom: 1px dotted #000;
  }


  @keyframes leftToRight {
    0% {
      opacity: 0;
      transform: translateX(-80px);
    }
    80% {
      transform: translateX(0);
      opacity: .7;
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }


  @keyframes topToBottom {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    80% {
      transform: translateY(10px);
      opacity: .7;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media screen and (max-width: 576px) {
      #main-carousel img
      {
      width: auto;
      }


      #main-carousel .carousel-caption {
      right: 25px;
      left:10px;
      top: 175px;
      overflow: hidden;
      }

      #main-carousel h5 {
      font-size: 1.2rem;
      line-height: 1.8rem;
      }

      #main-carousel h2 {
      font-size: 1.4rem;
      line-height: 2.4rem;
      }

      .content-headline h3 {
      line-height: 30px;
      }

  }
