/**

* Transition-timing-function property@mixin 

*/

/*background RGBA

============================================*/

/****/

/* RIGHT TO LEFT */

/**

 * Web Application Prefix Apply For Making Owner Styles

 */

/**

 *   Blocks Layout Selectors 

 */

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

/** CHECKOUT BY STEP */


@media (min-width: 992px) {

  .center-bottom-header {

    padding-left: 5px;

  }

  .rtl .center-bottom-header {

    padding-right: 5px;

    padding-left: inherit;

  }

}
@media (max-width: 767px){
  .center-bottom-header{
    padding: 0;
  }
}


#leo-top-menu {

  padding: 0;

}



#leo-megamenu .navbar-nav > li {

  padding: 20px 13px 20px 13px;

  position: relative;

}

.rtl #leo-megamenu .navbar-nav > li {

  padding: 20px 13px 20px 13px;

}

@media (max-width: 1196px) and (min-width: 992px) {

  #leo-megamenu .navbar-nav > li {

    padding: 14px 9px 14px 9px;

  }

  .rtl #leo-megamenu .navbar-nav > li {

    padding: 14px 9px 14px 9px;

  }

}

#leo-megamenu .navbar-nav > li:first-child {

  padding-left: 0;

}

.rtl #leo-megamenu .navbar-nav > li:first-child {

  padding-right: 0;

  padding-left: inherit;

}

#leo-megamenu .navbar-nav > li > a {

  padding: 0px;

  text-transform: none;

  font-size: 13px;

  color: #002955;

}

#leo-megamenu .navbar-nav > li > a:before {

  content: "";

  position: absolute;

  width: 1px;

  height: 15px;

  background: #dddddd;

  right: -13px;

  top: 0px;

}

#leo-megamenu .navbar-nav > li:last-child > a:before{
  display: none;
}

.rtl #leo-megamenu .navbar-nav > li > a:before {

  left: -13px;

  right: auto;

}

@media (max-width: 1196px) and (min-width: 992px) {

  #leo-megamenu .navbar-nav > li > a:before {

    right: -11px;

  }

  .rtl #leo-megamenu .navbar-nav > li > a:before {

    left: -11px;

    right: auto;

  }

}



#social_block {

  display: inline-block;

  margin: 5px 25px 5px 0;

}

.rtl #social_block {

  margin: 5px 0 5px 25px;

}

@media (max-width: 1196px) and (min-width: 992px) {

  #social_block {

    margin: 5px 15px 5px 0;

  }

  .rtl #social_block {

    margin: 5px 0 5px 15px;

  }

}

@media (max-width: 991px) {

  #social_block {

    margin: 5px 15px 5px 0;

  }

  .rtl #social_block {

    margin: 5px 0 5px 15px;

  }

}

#social_block .title_block {

  display: none;

}

#social_block ul {

  margin-bottom: 0px;

}

#social_block ul li {

  margin-right: 7px;

  display: flex;

}

.rtl #social_block ul li {

  margin-left: 7px;

  margin-right: inherit;

}

#social_block ul li:hover {

  -webkit-transform: none;

  -moz-transform: none;

  -ms-transform: none;

  -o-transform: none;

}

#social_block ul li:last-child {

  margin: 0;

}

#social_block ul li a {

  width: 30px;

  height: 30px;

  line-height: 30px;

  color: white;

  font-size: 18px;

}

#social_block ul li a:before {

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

}



.blockcart_top {

  display: inline-block;

}



#cart {

  padding-top: 0px;

}

#cart .title-cart {

  width: 45px;
  height: 30px;
  float: left;
  background: url(../../../../img/icon/items-new.png);
  background-position: -38px 0px;

}

.rtl #cart .title-cart {

  float: right;

}

#cart .title-cart .fa {

  display: none;

}

#cart .title-cart .cart-quantity {

  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background: #3e63af;
  color: #fff;
  top: 0px;
  left: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;

}

.rtl #cart .title-cart .cart-quantity {

  right: 11px;

  left: auto;

}

#cart .cart-inner {

  float: left;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  line-height: 33px;
  font-size: 14px;

}

.rtl #cart .cart-inner {

  float: right;

}

#cart .cart-inner h4 {

  font-weight: 600;

  font-size: 14px;

  color: white;

  margin: 8px 0 0;

}



.logo-box {

  margin: 15px 0;

}

@media (max-width: 991px) {

  .logo-box {

    text-align: center;

    margin: 40px 0;

  }

}

.logo-box img {

  display: inline-block;

}



@media (min-width: 992px) {

  .contact-top .ApRawHtml {

    position: relative;
    margin-top: -15px;
    min-width: 236px;
    float: right;
    padding: 8px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;

  }

  .rtl .contact-top .ApRawHtml {

    padding: 8px 70px 5px 0;

  }


}

@media (max-width: 991px) {

  .contact-top .ApRawHtml {

    float: right;

    margin-bottom: 15px;

  }

  .rtl .contact-top .ApRawHtml {

    float: left;

  }

}

@media (max-width: 767px) {

  .contact-top .ApRawHtml {

    text-align: center;

  }

}

.contact-top .title_block {

  line-height: normal;

  font-weight: 400;

  font-size: 16px;

  text-transform: none;

  color: #283655;

  margin: 0;
}
.contact-top .title_block span{
  font-weight: 700;
}
@media (max-width: 991px) {

  .contact-top .title_block {

    display: none;

  }

}

.contact-top .phone-contact-top {

  text-transform: none;

  margin: 0;

  color: black;

  line-height: 21px;
}


@media (min-width: 992px) {

  .contact-top .phone-contact-top {

    font-size: 23px;

    font-weight: 500;

    color: #894b9d;

    text-align: right;

    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);

  }

}

@media (max-width: 991px) {

  .contact-top .phone-contact-top {

    display: inline-block;

    margin-left: 3px;

  }

  .rtl .contact-top .phone-contact-top {

    margin-right: 3px;

    margin-left: inherit;

  }

}

.contact-top .email-contact-top {

  font-size: 12px;

  font-weight: 400;

}

@media (min-width: 992px) {

  .contact-top .email-contact-top {

    position: absolute;

    bottom: -15px;

    left: auto;


  }

  .rtl .contact-top .email-contact-top {

    right: 0px;

    left: auto;

  }

  .contact-top .email-contact-top a{

      color: #002955;

  }

}

@media (max-width: 991px) {

  .contact-top .email-contact-top {

    display: inline-block;

  }

  .contact-top .email-contact-top:before {

    content: "\f0e0";

    font-family: "FontAwesome";

    margin-right: 5px;

  }

  .rtl .contact-top .email-contact-top:before {

    margin-left: 5px;

    margin-right: inherit;

  }

}



.group-bottom-header {

  margin: 0;

}


.right-bottom-header{
  min-height: inherit;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: relative;
}
.space-line{
  color: rgba(255, 255, 255, 0.20);
  font-size: 20px;
}
.right-bottom-header .ApRawHtml{
  padding: 0 10px;
}
@media (max-width: 767px){
  .right-bottom-header{
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (min-width: 992px) {

  .rtl .right-bottom-header {

    padding-left: 0;

    padding-right: inherit;

  }

}

.right-bottom-header > a {

  line-height: 46px;

  height: 46px;

  text-align: center;

  font-size: 14px;

  font-weight: 600;

  color: white;

  text-transform: uppercase;

}

@media (max-width: 1199px) and (min-width: 992px){
  .right-bottom-header > a {
    font-size: 18px; 
  }
}


.left-bottom-header {

  padding-left: 0;

}

.rtl .left-bottom-header {

  padding-right: 0;

  padding-left: inherit;

}

@media (max-width: 991px) {

  .left-bottom-header {

    padding-right: 0px;

  }
  .product_img_link{
    display: block;
    text-align: center;
  }
  .product_img_link img{
    display: inline-block;
  }
  .submega-meta{
    text-align: center;
    margin-bottom: 10px;
  }

}

@media (min-width: 992px) {
  .service-nav:last-child::after{
      display: none;
  }
  .service-nav::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #dddddd;
    right: 5px;
    top: 15px;
  }
  .service-nav{
    min-width: 150px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-nav{
    min-width: 100px;
  }
}

.right-header{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}


.service-nav {
  float: left;
  padding: 8px 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}




.rtl .service-nav {

  float: right;

}

.rtl .service-nav {

  padding: 20px 20px 20px 0;

}

.rtl .service-nav {

  margin-left: 17px;

  margin-right: inherit;

}


@media (max-width: 479px) {

  .service-nav {

    width: 100%;

    height: auto;

  }

}

@media (max-width: 479px) {
  .service-nav {
    justify-content: center;
    -webkit-justify-content: center;
  }
}

.service-nav:last-child {

  margin-right: 0px;

}

.rtl .service-nav:last-child {

  margin-left: 0px;

  margin-right: inherit;

}

.service-nav .left-image {

  width: 30px;

  height: 30px;

  float: left;

  text-align: center;

}



.service-nav .left-image img {

  max-width: 100%;

}


.service-nav .right-image {

  overflow: hidden;

  padding: 0 10px;

}

.service-nav .title_block {

  font-size: 10px;

  color: #c1dede;

  text-transform: none;

  margin-top: 0;

  margin-bottom: 0px;

}

@media (max-width: 1196px) and (min-width: 992px) {
  .service-nav{
    padding: 10px 4px;
  }
  .service-nav .title_block{
    font-size: 9px;
  }
  .service-nav .right-image{
    padding: 0 5px;
  }
  .service-nav .left-image{
    width: 25px;
    height: 25px;
  }
  #leo-megamenu .navbar-nav > li > a:before{
    right: -9px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {

  .service-nav .title_block {

    font-size: 12px;

  }

}

.service-nav .title_block span {

  display: block;

  color: #09afd9;

}

.service-nav .image_description {

  color: #b6b6b6;

  font-size: 12.75px;

}
@media (max-width: 1196px) and (min-width: 992px) {
  .service-nav .image_description {
    font-size: 10.75px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {

  .service-nav .image_description {

    font-size: 12px;

  }

}

.service-nav .image_description p {

  margin-bottom: 0px;

}

@media (min-width: 480px){
  .group-top-header{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (max-width: 1199px) and (min-width: 992px){
  .group-top-header{
    display: inline-block;
  }
}
@media (min-width: 992px){
  .contact-top .phone{
    height: 57px;
    border: 2px solid  rgba(0,41,85,0.75);
    background: #f4f9fd;
    border-radius: 40px;
    padding: 3px 25px 3px 8px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.39);
  }
  .contact-top .phone .fa-phone{
    color: #fff;
    width: 37px;
    height: 37px;
    background: #935ca6;
    border-radius: 100%;
    line-height: 20px;
    border: 3px solid #f4f9fd;
    box-shadow: 0px 0px 0px 2px rgba(0,41,85,1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 8px 0px 3px;
  }
  .group-center-header{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}

@media (min-width: 1200px) {
  .right-bottom-header{
    padding-left: 20px;
  }
}
/****KY-24/04/2017****/
.contact-top .phone{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
/**SEVICE**/
  .group-service-product {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    padding: 14px 0;
  }

.service-product {
  border-right: 1px solid #ddd;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 480px){
  .service-product {
    padding: 0 4px 0 0;
    text-align: center;
  }
}
.service-product.service-1{
  max-width: 160px;
}
.service-product.service-2{
  max-width: 125px;
}
.service-product.service-3{
  max-width: 160px;
}
.service-product.service-4{
  border: none;
  max-width: 125px;
}
@media (min-width: 480px) {
  .service-product {
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
}
@media (max-width: 550px) {
  .service-product {
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
  }
}
@media (max-width: 480px){
  .service-product {
    margin-bottom: 15px;
  }
}
.service-product.service-1 .service-icon:before {
  background-position: center 0;
}
.service-product.service-2 .service-icon:before {
  background-position: -6px -40px;
  width: 32px;
}
.service-product.service-3 .service-icon:before {
  background-position: center -76px;
}
.service-product.service-4 .service-icon:before {
  background-position: center -123px;
  width: 32px;
}
@media (min-width: 768px) {
  .service-product.special .service-meta {
  }
}
.service-product .service-icon:before {
  content: '';
  height: 28px;
  width: 37px;
  display: block;
  margin: auto;
  background: url(../../../../img/service2.png) no-repeat;
}

@media (max-width: 767px) {
  .service-product .service-meta {
    margin-top: 7px;
  }
}
.service-product .service-meta span {
  font-size: 13px;
  font-weight: 400;
  color: #002955;
  margin: 0;
  text-transform: none;
}
.service-product .service-meta{
  padding-left: 10px;
}
.service-product .service-meta h3 {
  font-size: 13px;
  font-weight: 400;
  color: #002955;
  margin: 0;
  text-transform: none;
}
.service-product .service-meta b {
  color: black;
  font-size: 14px;
  font-weight: 500;
}