﻿
@font-face { font-family: 'IRANSans'; src: url(../fonts/IRANSansWeb_Medium.eot); src: local('b IRANSansWeb_Medium'), url('../fonts/IRANSansWeb_Medium.eot?#') format('eot'), url('../fonts/IRANSansWeb_Medium.woff') format('woff'), url('../fonts/IRANSansWeb_Medium.ttf') format('truetype'); font-weight: normal; font-style: normal; }

/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* { margin: 0px; padding: 0px; box-sizing: border-box; }

html { height: 100%; font-family: IRANSans, sans-serif; font-weight: normal; /*font-weight: 400;*/ }
body { background-color: #FFFFFF; height: 100%; font-family: IRANSans, sans-serif; font-weight: normal !important; padding-right: 0px !important; font-size: 11pt; color:#000}

.dir-rtl { direction: rtl !important; }
.dir-ltr { direction: ltr !important; }

.clearBoth { clear: both; content: "."; display: block; visibility: hidden; }
/* ------------------------------------ */
a { font-family: IRANSans; color: #000/*#353535*/; margin: 0px; /*transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s;*/ }

    a:focus { outline: none !important;}

    a:hover { text-decoration: none; color: #0076A3; }

/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 { margin: 0px; }

p { font-family: IRANSans; font-size: 15px; line-height: 1.7; /*color: #888888; */margin: 0px; }

ul, li { margin: 0px; list-style-type: none; }


/* ------------------------------------ */
/*input { outline: none; border: none !important; }*/

textarea { outline: none; }

/* textarea:focus, input:focus {
  border-color: transparent !important;
} */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; }
input:focus::-moz-placeholder { color: transparent; }
input:focus:-ms-input-placeholder { color: transparent; }

textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; }
textarea:focus::-moz-placeholder { color: transparent; }
textarea:focus:-ms-input-placeholder { color: transparent; }

/* ------------------------------------ */
button { outline: none !important; border: none; background: transparent; }

    button:hover { cursor: pointer; }

iframe { border: none !important; }


/* ------------------------------------ */
.container { max-width: 1200px; /*padding-right:0; padding-left:0;*/ }

.slick-slide { outline: none !important; }


/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/
.animsition-loading-1 { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

[data-loader='ball-scale'] { width: 50px; height: 50px; -webkit-animation: ball-scale infinite linear .75s; -moz-animation: ball-scale infinite linear .75s; -o-animation: ball-scale infinite linear .75s; animation: ball-scale infinite linear .75s; border-radius: 100%; background-color: #e65540; }

@-webkit-keyframes ball-scale {
    0% { -webkit-transform: scale(.1); -ms-transform: scale(.1); -o-transform: scale(.1); transform: scale(.1); opacity: 1; }

    100% { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0; }
}

@-moz-keyframes ball-scale {
    0% { -webkit-transform: scale(.1); -ms-transform: scale(.1); -o-transform: scale(.1); transform: scale(.1); opacity: 1; }

    100% { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0; }
}

@-o-keyframes ball-scale {
    0% { -webkit-transform: scale(.1); -ms-transform: scale(.1); -o-transform: scale(.1); transform: scale(.1); opacity: 1; }

    100% { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0; }
}

@keyframes ball-scale {
    0% { -webkit-transform: scale(.1); -ms-transform: scale(.1); -o-transform: scale(.1); transform: scale(.1); opacity: 1; }

    100% { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0; }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top { display: none; position: fixed; width: 40px; height: 40px; bottom: 40px; right: 40px; background-color: red; opacity: 1.0; justify-content: center; align-items: center; z-index: 1000; border-radius: 4px; transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; }

.symbol-btn-back-to-top { font-size: 22px; color: white; line-height: 1em; }

.btn-back-to-top:hover { opacity: 1; cursor: pointer; }

@media (max-width: 576px) {
    .btn-back-to-top { bottom: 15px; right: 15px; }
}

/*[ Header ]
///////////////////////////////////////////////////////////
*/
.header1 { /*height: 125px;*/ -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
/*.scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: orange;
}*/
/*.fixed-header { height: 110px;}*/


/*[ Header Desktop ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.container-menu-header { width: 100%; top: 0; /*left: 0;*/ position: fixed; z-index: 1000/*1100*/; /*box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);*/ }

/*[ Top bar ]
===========================================================*/
.topbar { height: 100px; background-color: #b7b7b7; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; }

/* ------------------------------------ */

.topbar-social { position: absolute; height: 100%; top: 0; left: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; /*align-items: center;*/ padding-left: 20px /*40px*/; }
.topbar-social-item { font-size: 18px; color: #fff; padding: 10px; width:38px; height:38px; vertical-align: middle; text-align:center; background-color:#000000; border-radius:5px;}
.topbar-social-item a {color:#fff}
.topbar-social a:hover { color: #bd2130; }

/* ------------------------------------ */
.topbar-email,
.topbar-child1 { font-family: IRANSans; font-size: 13px; color: #888888; line-height: 1.7; }

/* ------------------------------------ */
.topbar-child2 { position: absolute; height: 100%; top: 0; right: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; flex-wrap: wrap; padding-right: 38px; }


/*[ Menu ]
===========================================================*/
.wrap_header { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; width: 100%; padding-right: 38px; padding-left: 38px; height: 65px; /*background-color: #000000;justify-content: center;*/ text-align: right; direction: rtl; align-items: center; position: relative; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.wrap_header_box {box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1); }

.fixed-header .wrap_header { height: 65px; }


/*[ Logo ]
-----------------------------------------------------------*/
.logo { display: block; position: absolute; right: 40px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
    .logo img { max-height: 90px; /*width:100px;*/ }


/*[ Menu ]
-----------------------------------------------------------*/
.main_menu { padding-right: 65px; list-style-type: none; margin: 0px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }

    .main_menu > li { display: block; position: relative; padding-top: 20px; padding-bottom: 20px; padding-left: 8px; padding-right: 8px; }

        .main_menu > li > a { font-family: IRANSans; /*font-size: 13px;*/ color: #fff; padding: 0; border-bottom: 1px solid transparent; }

li.sale-noti > a { color: #e65540; }

.main_menu > li:hover > a {
    text-decoration: none;
    /*border-bottom: 2px solid #e65540;*/
}

.main_menu li { position: relative; }

.main_menu > li:hover > .sub_menu { visibility: visible; opacity: 1;}

.sub_menu { list-style-type: none; position: absolute; z-index: 100; top: 0; right: 100%; min-width: 200px; background-color: #fff /*222222*/; opacity: 0; visibility: hidden; padding-top: 10px; padding-bottom: 10px; box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);/*transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s;*/ }

.main_menu > li > .sub_menu { top: 98% /*100%*/; right: 0; position: absolute;}

.sub_menu li:hover > .sub_menu { visibility: visible; opacity: 1; }

/*.sub_menu li { transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; }*/

.sub_menu li, .sub_menu a { padding: 10px; font-family: IRANSans; /*font-size: 13px;*/ color: #000; }

.sub_menu > li:hover > a { color: #a6d24c /*e65540*/; text-decoration: none; }

/* ------------------------------------ */
.header-icons { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; position: absolute; right: 52px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); direction: rtl; font-size: 10pt; }

    .header-icons img { margin-left: 10px; }
.header-wrapicon1,
.header-wrapicon2 { /*height: 25px;*/ /*position: relative;*/ }

    .header-wrapicon1 img,
    .header-wrapicon2 img { height: 100%; }

.header-icon1:hover,
.header-icon2:hover { cursor: pointer; }

.header-icons-noti { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 16px; height: 16px; border-radius: 50%; background-color: #111111; color: white; font-family: IRANSans; font-size: 12px; position: absolute; top: 0; right: -10px; }

.linedivide1 { display: block; height: 20px; width: 1px; background-color: #e5e5e5; margin-left: 10px; margin-right: 10px; margin-top: 5px; }

/*
-----------------------------------------------------------
*/

.show-header-dropdown { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

/*[ Header Mobile ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap_header_mobile { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; min-height: 80px; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; background-color: white; display: none; }

/*[ Logo mobile ]
-----------------------------------------------------------*/
.logo-mobile { display: block; }
    .logo-mobile img { max-height: 50px; /*width:100px*/ }

/*[ btn show menu ]
-----------------------------------------------------------*/
.btn-show-menu { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; height: 100%; justify-content: center; align-items: center; }
.hamburger { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); margin-top: 5px; }


/*[ Header icon mobile ]
-----------------------------------------------------------*/
.header-icons-mobile { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; /*margin-right: 15px;*/ }
.linedivide2 { display: block; height: 20px; width: 1px; margin-left: 10px; margin-right: 10px; margin-top: 5px; }


/*[ Menu mobile ]
-----------------------------------------------------------*/
.wrap-side-menu { width: 100%; background-color: white; display: none;/* border-top: 1px solid #ececec;*/ position:relative; z-index:100}

.side-menu { width: 100%; }

    .side-menu li { list-style-type: none; }

    .side-menu .main-menu { margin-bottom: 0; padding-left:0;}

.item-menu-mobile { background-color: #000; text-align: right; padding-right: 10px; }

.side-menu .main-menu > li > a { padding-left: 20px; font-family: IRANSans; font-size: 15px; color: white; line-height: 2.86; }
.side-menu .main-menu > li { color: white; position: relative; }


.side-menu .main-menu .arrow-main-menu { font-size: 14px; position: absolute; left: 20px; top: 5px; padding: 10px; -webkit-transition: all 0.4s !important; -o-transition: all 0.4s !important; -moz-transition: all 0.4s !important; transition: all 0.4s !important; }

    .side-menu .main-menu .arrow-main-menu:hover { cursor: pointer; }

.turn-arrow { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.side-menu .sub-menu a { padding-left: 20px; font-family: IRANSans; font-size: 13px; color: #fff; line-height: 2.5; }

.side-menu .sub-menu > li { padding-right: 12px; }

.side-menu .sub-menu a:hover { text-decoration: none; padding-left: 20px; color: #e65540 !important; }

.side-menu .sub-menu { background-color: #161616; display: none; }

@media (min-width: 992px) {
    .wrap-side-menu { display: none; }
}

.mobile_logo { width: 50px; }
.mobile_menu_bar { width: 50px; }
.mobile_bar_icon { width: calc(100% - 140px); }
.mobile_bar_icon_item { right: 50px; }
/* ------------------------------------ */
.item-topbar-mobile { border-bottom: 1px solid #ececec; }

.topbar-child2-mobile { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; flex-wrap: wrap; }

.topbar-social-moblie { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; }


/*[ Header2 ]
///////////////////////////////////////////////////////////
*/
.topbar2 { background-color: #fff; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; }

/* ------------------------------------ */
.logo2 { display: block; }
    .logo2 img { max-height: 27px; }

.fixed-header2 { z-index: 1300; position: fixed; height: 65px; left: 0; top: -70px; visibility: hidden; box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); }
    .fixed-header2 .header-cart { top: 160%; }

.show-fixed-header2 { visibility: visible; top: 0px; }


/*[ Page sidebar ]
-----------------------------------------------------------
*/
.logo-bar { padding-right: 38px; direction: rtl; height: 100px; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

@media (max-width: 992px) {
    .wrap_header_mobile { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex !important; }
    .wrap_header { display: none; }

    .container-menu-header { display: none; }

    .top-bar { display: none; }
    .logo-bar { display: none; }
    header { height: auto !important; }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1 { position: relative; }

.item-slick1 { height: 570px; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.arrow-slick1 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; font-size: 18px; color: white; position: absolute; background-color: black; opacity: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); border-radius: 50%; z-index: 200; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }

.wrap-slick1:hover .arrow-slick1 { opacity: 0.5; }

.arrow-slick1:hover { background-color: #e65540; }

.next-slick1 { right: 50px; left: auto; }

.prev-slick1 { left: 50px; right: auto; }

@media (max-width: 576px) {
    .next-slick1 { right: 15px; }
    .prev-slick1 { left: 15px; }
}

/*[ Caption ]
-----------------------------------------------------------
*/

@media (max-width: 768px) {
    .item-slick1 { height: 470px; }
}

@media (max-width: 576px) {
    .item-slick1 { height: 370px; }
}

/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/
.wrap-slick2 { position: relative; /*margin-right: -15px; margin-left: -15px;*/ }
/* ------------------------------------ */
.arrow-slick2 { position: absolute; z-index: 100; top: calc((100% /*- 70px*/) / 2); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 39px; color: #cccccc; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .arrow-slick2:hover { color: #666666; }

/*.next-slick2 { right: -30px; }

.prev-slick2 { left: -30px; }*/
.next-slick2 { right: -15px; cursor: pointer; }
.prev-slick2 { left: -15px; cursor: pointer; }


@media (max-width: 1280px) {
    .next-slick2 { right: 0px; }
    .prev-slick2 { left: 0px; }
}


/*[ slick5 ]
-----------------------------------------------------------
*/
.wrap-slick5 { position: relative; /*margin-right: -15px; margin-left: -15px;*/ }
/* ------------------------------------ */
.arrow-slick5 { position: absolute; z-index: 100; top: -25px; /*calc((100% - 70px) / 2);*/ -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 20px /*39px*/; color: #cccccc; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; border: 1px solid #cccccc; padding-right: 5px; padding-left: 5px; }
    .arrow-slick5:hover { color: #666666; }

.next-slick5 { left: 35px; /*right: -30px;*/ }

.prev-slick5 { left: 15px; /*-30px;*/ }

.slick5-img { /*max-width:60%;*/ max-height: 77px; }

@media (min-width:768px) and (max-width:950px) {
    .slick5-img { max-height: 50px; }
}

/*[ slick6 ]
-----------------------------------------------------------
*/
.wrap-slick6 { position: relative; /*margin-right: -15px; margin-left: -15px;*/ }
/* ------------------------------------ */
.arrow-slick6 { position: absolute; z-index: 100; top: calc((100% /*- 70px*/) / 2); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 39px; color: #cccccc; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .arrow-slick6:hover { color: #666666; }

.next-slick6 { right: -15px; cursor: pointer; }
.prev-slick6 { left: -15px; cursor: pointer; }


@media (max-width: 1280px) {
    .next-slick6 { right: 0px; }
    .prev-slick6 { left: 0px; }
}

@media (max-width: 1610px) {
    .rs1-slick6 .next-slick6 { right: 0px; }
    .rs1-slick6 .prev-slick6 { left: 0px; }
}

/*[ slick7 ]
-----------------------------------------------------------
*/
.wrap-slick7 { position: relative; /*margin-right: -15px; margin-left: -15px;*/ }
/* ------------------------------------ */
.arrow-slick7 { position: absolute; z-index: 100; top: calc((100% /*- 70px*/) / 2); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 39px; color: #cccccc; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .arrow-slick7:hover { color: #666666; }
.next-slick7 { right: -15px; cursor: pointer; }
.prev-slick7 { left: -15px; cursor: pointer; }
.img-slick7 { height: 140px; }


@media (max-width: 1280px) {
    .next-slick7 { right: 0px; }
    .prev-slick7 { left: 0px; }
}

.w-10 { width: 10%; }
.w-18 { width: 18%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-110-p{width:110px;}

/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
/* ------------------------------------ */
.block2-overlay { position: absolute; width: 100%; height: 100%; top: 0 /*-5px*/; left: 0; background-color: rgba(0,0,0,0.3); opacity: 0; }

/* ------------------------------------ */
.block2-btn { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: -45px; }

/* ------------------------------------ */
/* ------------------------------------ */
.block2-overlay:hover { opacity: 1; }

    .block2-overlay:hover .block2-btn { bottom: 20px; }

    .block2-overlay:hover .block2-btn-addwishlist,
    .block2-overlay:hover .block2-btn-towishlist,
    .block2-overlay:hover .devicveBanner { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.block2-img { /*height: 180px !important;*/ overflow: hidden; position: center; }


/*[ Filter Color ]
///////////////////////////////////////////////////////////
*/
.color-filter1 { background-color: #00bbec; }
.color-filter2 { background-color: #2c6ed5; }
.color-filter3 { background-color: #ffa037; }
.color-filter4 { background-color: #ff5337; }
.color-filter5 { background-color: #a88c77; }
.color-filter6 { background-color: #393939; }
.color-filter7 { background-color: #cccccc; }
.color-green { color: #337e0a; }
.color-red { color: red; }
.color-blue { color: #1b75bc; }
.color-white, .color-white:hover, .color-white a, .color-white a:hover { color: #ffffff; }
.color-gold, .color-gold a { color: #fbe679 !important; }
.color-gray { color: #a4a4a4 !important; }
.color666 { color: #666666; }

.checkbox-color-filter { display: none; }
.checkbox-color-filter:checked + .color-filter { box-shadow: 0 0 0px 2px black; -moz-box-shadow: 0 0 0px 2px black; -webkit-box-shadow: 0 0 0px 2px black; -o-box-shadow: 0 0 0px 2px black; -ms-box-shadow: 0 0 0px 2px black; }

.color-filter { display: block; width: 25px; height: 25px; cursor: pointer; border-radius: 50%; }

/*[ Slick3 ]
///////////////////////////////////////////////////////////
*/

/*.wrap-slick3-dots { width: 14.5%; }*/

/*.slick3 { width: 80.64%; }*/

/*.slick3-dots li { display: block; position: relative; width: 100%; margin-bottom: 15px; }

    .slick3-dots li img { width: 100%; }

.slick3-dot-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; cursor: pointer; border: 3px solid transparent; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }

    .slick3-dot-overlay:hover { border: 3px solid red; }

.slick3-dots .slick-active .slick3-dot-overlay { border: 3px solid #888888; }*/

.wrap-slick3 { position: relative; /*margin-right: -15px; margin-left: -15px;*/ }
.arrow-slick3 { position: absolute; z-index: 100; top: calc((100% /*- 70px*/) / 2); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 39px; color: #cccccc; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
    .arrow-slick3:hover { color: #666666; }
.next-slick3 { right: -15px; cursor: pointer; }
.prev-slick3 { left: -15px; cursor: pointer; }

@media (max-width: 1280px) {
    .next-slick3 { right: 0px; }
    .prev-slick3 { left: 0px; }
}



/*[ Dropdown content ]
///////////////////////////////////////////////////////////
*/
.show-dropdown-content .down-mark { display: block; }
.show-dropdown-content .up-mark { display: none; }


/*[ Cart ]
///////////////////////////////////////////////////////////
*/
*/
/*[ Tags ]
///////////////////////////////////////////////////////////
*/
.wrap-tags { margin-right: -3px; margin-left: -3px; }
.tag-item { display: block; font-family: IRANSans; font-size: 13px; color: #888888; line-height: 1.5; padding: 5px 15px; border: 1px solid #cccccc; border-radius: 15px; margin: 3px; }
    .tag-item:hover { border: 1px solid #e65540; }

/*[ Modal video 01 ]
///////////////////////////////////////////////////////////
*/

.modal { padding: 0px !important; z-index: 1360; overflow-x: hidden; overflow-y: auto !important; }
.modal-open { overflow-y: scroll; }

/* ------------------------------------ */
.modal-backdrop { background-color: transparent; }

#modal-video-01 { background-color: rgba(0,0,0,0.8); z-index: 1350; }

    #modal-video-01 .modal-dialog { max-width: 100%; height: 100%; padding: 0; margin: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; position: relative; }

.wrap-video-mo-01 { width: 854px; height: auto; position: relative; margin: 15px; }

.video-mo-01 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; -webkit-transition: all 2s; -o-transition: all 2s; -moz-transition: all 2s; transition: all 2s; }

    .video-mo-01 iframe { width: 100%; height: 100%; }

.close-mo-video-01 { font-size: 50px; color: white; opacity: 0.6; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; position: absolute; z-index: 1250; width: 60px; height: 60px; top: 0; right: 0; }

    .close-mo-video-01:hover { cursor: pointer; opacity: 1; }



.form-control { width: 100%; padding: 10px; /*margin-bottom: 20px;*/ border: solid 1px rgba(0,0,0,0.2) !important; position: relative; max-width: 500px; background-color: transparent /*!important*/; border-radius: .25rem; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
.validation-error { font-size: 10pt; position: absolute; width: 100%; text-align: left; /*padding: 10px 10px 6px 10px;*/ left: 10px; }

.nav-tabs li { margin-bottom: 6px; }
    .nav-tabs li a { background-color: #eee; padding: 5px 20px; border-top-right-radius: 15px; border-top-left-radius: 15px; -ms-border-top-right-radius: 15px; -ms-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px; -webkit-border-top-left-radius: 15px; border: 1px solid #ddd; margin-left: 5px; border-bottom: 0px; }
        .nav-tabs li a.active { background-color: #fff; color: #0076A3; }

.dropbtn:hover, .dropbtn:focus { background-color: #3e8e41; }

.dropdown { padding: 0; height:auto!important;}
    .dropdown a:hover { background-color: #ddd; }

.amazingslider-wrapper { display: block; position: relative; max-width: 600px; padding-left: 128px; padding-right: 0px; margin: 0px auto 0px; }
.amazingslider-1 { display: block; position: relative; margin: 0 auto; }
.imageslider-wrapper { display: block; position: relative; max-width: 100%; margin: 0; /*margin: 0px auto 0px;*/ }

.detail-text { font-family: IRANSans !important; line-height: 40px !important; /*font-size: 16px;*//* color: #555 !important;*/ text-align: justify; padding-bottom: 25px; }
    .detail-text img { max-width: 80%; font-family: IRANSans !important; }
    .detail-text p { /*font-size: 16px !important;*/ font-family: IRANSans !important; }
    /*.detail-text span { font-family: IRANSans !important; font-size: 16px !important; }*/
    .detail-text div { font-family: IRANSans !important; /*font-size: 16px !important;*/ }
    .detail-text iframe { width: 100% !important; height: auto !important; min-height: 580px; border: 0px; }

.top-btns { padding: 5px 6px; /*margin: 5px;*/ border: 1px solid #888; border-radius: 50%; background-color: transparent; color: #888; transition: all 0.9s; -ms-transition: all 0.9s; -webkit-transition: all 0.9s; }

.alert-light { background-color: #f9f9f9; border-color: #e3e3e7; }

.transparentWell { padding: .75rem 1.25rem; border: 1px solid #e3e3e7; border-radius: .25rem; }
.wellTitle { padding-right: 15px; top: -35px; background-color: #fff; }

.page_title {
    padding: 9px;
    border-bottom: 5px solid #a6d24c;
}

@media (max-width:767px) {
    .page_title { padding: 9px; border-bottom: 0; }
}

.mytooltip { position: relative; display: inline-block; /*border-bottom: 1px dotted black;*/ }
    .mytooltip .tooltip-left { visibility: hidden; width: 100px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px 10px; position: absolute; z-index: 1; top: -5px; right: 200%; margin-right: 0px; opacity: 0; transition: opacity 0.3s; }
        .mytooltip .tooltip-left::after { content: ""; position: absolute; top: 7px; right: 100%; bottom: auto; margin-right: -110px /*-100%*/; border-width: 5px; border-style: solid; border-color: transparent transparent transparent #555; }
    .mytooltip:hover .tooltip-left { visibility: visible; opacity: 1; }

.txt-ellipsis, .txt-ellipsis a { display: inline-block; white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; }

.btn-warning { color: #fff; background-color: #edb307; /*f5b803*/ }
    .btn-warning:hover { color: #fff; }

.search-btn { left: 20px/*38px*/; color:#fff }
.search-Padding { padding: 3px 6px; }
.search-pnl { width: /*500px*/94%; height: 45px; background-color: #403d3d; position: absolute; top: 55px/*65px*/; left: 20px/*38px*/; }
.search-txt { width: /*90%*/95% !important; max-width:95% !important; color: #fff !important; border-color: transparent !important; float: right; text-align: right; }
    .search-txt:hover, .search-txt:focus { background-color: transparent; }
.search-pnl .btn { float: left; color: #fff; padding-top: 10px; }

@media (max-width:992px) {
    .search-pnl { width: 100%; z-index: 99; left: 0; }
}

@media (min-width:398px) and (max-width:992px) {
    .search-txt { width: 90% !important; max-width: 90% !important; }
}

@media (max-width:398px) {
    .search-txt { width: 80% !important; max-width: 80% !important; }
}

.input-group-addon { padding: 0 10px 0 10px; }

/*--------- END --------*/

.tbl-scroll { display: block; width: 100%; overflow-x: auto; /*-ms-overflow-style:-ms-autohiding-scrollbar*/ }
.scroll-content { width: 100%; }

/*@media (min-width:1000px) and (max-width:1118px){
    .scroll-content { right: 200px; width: calc(100% + 200px); }
}

@media (min-width:800px) and (max-width:999px){
    .scroll-content { right: 400px; width: calc(100% + 400px); }
}

@media (min-width:600px) and (max-width:799px){
    .scroll-content { right: 600px; width: calc(100% + 600px); }
}

@media (min-width:400px) and (max-width:599px){
    .scroll-content { right: 800px; width: calc(100% + 800px); }
}
@media (max-width:500px){
    .scroll-content { right: 1000px; width: calc(100% + 1000px); }
}*/

.footer-bg { background-color: #000000;/*0076A3*/}
/*.footer-info, .footer-info a { background-color: #333333; color: #fff; }
.footer-bg p .fa { background-color: #666; width: 23px; height: 23px; text-align: center; border-radius: 20px; padding-top: 4px; color: #fff; margin-left:7px; }
.footer-bg .fa-2x { background-color: rgba(255,255,255,0.8); border: 1px solid #fff; text-align:center; width: 50px; height: 50px; padding-top: 10px; border-radius: 50px; margin: 1%; transition: 0.9s all; }
    .footer-bg .fa-2x:hover { transform: rotate(90deg); }
.footer-bg p { padding-bottom: 15px; }

.footer-bg .footerTitle { font-size: 15px; font-weight: 500; position: relative; margin-bottom: 15px; margin-top: 20px; color:#ddd !important }
.footer-bg .footerTitle::before { content: ''; display: inline-block; width: 15px; height: 4px; background-color: #fff; margin-left: 5px; }*/

.Sign { border-top: 1px solid #252424; padding-top: 10px; }

.mobile-logo { height: auto; }

@media (max-width:343px) {
    .mobile-logo { width: 100%; height: auto; }
}

.bo-blue { border: 1px solid #1b75bc; }

.txtMultiline { max-width: 100% !important; }

.cs-no-drop { cursor: no-drop; }

.hover-box { position: relative; display: inline-block; width: 100% \9; max-width: 100%; height: auto; padding: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
    .hover-box .box-title { position: absolute; /*width: 100%;*/ bottom: 0; z-index: 10; /*padding-top: 5px; padding-bottom: 5px;*/ color: #fff !important; text-align: center; background-color: rgba(0, 0, 0, 0.51); padding: 5px 10px; }
        .hover-box .box-title a, .hover-box .box-title a:hover { color: #fff !important; }

.alert-dark,
.btn-dark { color: #E9EDEF; background-color: #000 /*rgba(79, 79, 79, 0.88)*/; border-color: #000 /*rgba(79, 79, 79, 0.88)*/; }
    .btn-dark:hover { color: #F7F7F7; }
.btn-info {background-color: #0076A3;border-color: #0076A3;}

.cate-parent { color: #fff; background-color: #000; border-color: #000; padding: .375rem .75rem; border-radius: .25rem; }

.max-h-140 { max-height: 140px; }
.max-h-180 { max-height: 180px; }
.h-120 { height: 120px; }
.h-140 { height: 140px; }
.h-180 { height: 180px; }
.h-200 { height: 200px; }
.h-240 { height: 240px; }

.single-post-area .quote-wrapper { /*background: rgb(255, 0, 0);*/ padding: 15px; line-height: 1.733; color: #7a7979; font-style: italic; margin-top: 25px; margin-bottom: 25px; }

@media (min-width: 768px) {
    /* line 1079, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_blog.scss */
    .single-post-area .quote-wrapper { padding: 5px; }
}

.single-post-area .quotes {font-size:13px; /*background: #000;*/ padding: 15px 15px 15px 20px; /*border-left: 2px solid;*/ border-right: 2px solid; }

@media (min-width: 768px) {
    /* line 1093, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_blog.scss */
    .single-post-area .quotes { padding: 25px 25px 25px 30px; }
}

/* line 97, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_gallery.scss */
.project_details_text p { margin-top: 10px; }

@media (max-width: 575px) {
    /* line 97, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_gallery.scss */
    .project_details_text p { margin-top: 10px; }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 97, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_gallery.scss */
    .project_details_text p { margin-top: 10px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 97, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_gallery.scss */
    .project_details_text p { margin-top: 10px; }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 97, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_project_gallery.scss */
    .project_details_text p { margin-top: 10px; }
}

.bo-ccc { border: 1px solid #ccc; }
.bo-r-4 { border-radius: 4px; }

.tag { padding: 6px 12px; }

.file-box { float: right; width: 100%; margin: 1%; padding: 1%; background-color: #e7eef6; /*box-shadow: 3px -3px 5px #cddbe4; -o-box-shadow: 3px -3px 5px #cddbe4; -ms-box-shadow: 3px -3px 5px #cddbe4; -webkit-box-shadow: 3px -3px 5px #cddbe4;*/ line-height: 40px; }
    .file-box a, .file-box p { color: #81898E; }
    .file-box .fa-info-circle { color: #81898E; margin-right: 7px; padding-left: 2px; }

@media (min-width:768px) {
    .file-box { width: 24%; margin-right: 1%; }
}

@media (min-width:576px) and (max-width:767px) {
    .file-box { width: 49%; margin-right: 1%; }
}

.checkbox { padding-right: 20px; }
    .checkbox table { width: 100%; }
    .checkbox label { display: inline-block; vertical-align: middle; position: relative; padding-right: 5px; }
        .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; right: 0; margin-right: -20px; border: 1px solid #cccccc; border-radius: 3px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
        .checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; right: 0; top: 0; margin-right: -20px; padding-right: 3px; padding-top: 1px; font-size: 11px; color: #555555; }
    .checkbox input[type="checkbox"] { opacity: 0; z-index: 1; }
        .checkbox input[type="checkbox"]:checked + label::after { font-family: "FontAwesome"; content: "\f00c"; }
.checkbox-primary input[type="checkbox"]:checked + label::before { background-color: #0076A3; border-color: #0076A3; }
.checkbox-primary input[type="checkbox"]:checked + label::after { color: #fff; }

.btn-danger { background-color: #0076A3; border-color: #db0814; }

.auther-img { width: 50px; height: 50px; }
.auther-name { width: calc(100% - 50px); }
.img-bg { width: 40px; height: 40px; /*background: #fff;*/ border-radius: 50%; border: 1px solid #888888; }
    .img-bg img, .auther-img img { align-content: center; border-radius: 50%; }

.table-hover .head { color: white; background-color: #383737; /*rgba(215,235,248,0.9)*/ /*color: white;*/ }
.table-hover tbody tr:hover { background-color: #f7fafc !important; }
.table-hover td { text-align: center; }
    .table-hover td .fa { color: #999; }

.news_comment { background-color: #fff; position: relative; top: -25px; width: 87%; margin: 0 auto; padding: 6px; /*text-align: center; direction: rtl;*/ }
    .news_comment .summary { line-height: 2em; color: #939598; }
.continue { text-align: left; padding-left: 15px; /*bottom:0; left:0; position:absolute*/ }

.left-20 { left: 20px; }

img { max-width: 100%; }

.color-gray-light { color: #939598; }
.date-gray { color: #a5a6a8; }

.video_panel { height: 470px; }
.video_panel_scroll { overflow-x: hidden /*auto*/; overflow-y: hidden; height: 85%; }
    .video_panel_scroll .scroll-content { top: 100px; height: 100%; }
.video_thumb { height: 125px !important; }
.video_frame { height: 440px; }

.video_play { content: ''; background-image: url(../img/Play.png); background-position: center center; background-repeat: no-repeat; height: 100%; position: absolute; top: 0; left: 4%; width: 95%; }
.video_title { position: absolute; /*width: 100%;*/ bottom: 0; z-index: 10; /*padding-top: 5px; padding-bottom: 5px;*/ color: #fff !important; text-align: center; background-color: rgba(0, 0, 0, 0.51); padding: 5px 10px; }
    .video_title a, .video_title a:hover { color: #fff !important; }

.video_panel_scroll_mobile { overflow-x: hidden /*auto*/; overflow-y: hidden; width: 100%; height: 70px; }
    .video_panel_scroll_mobile .scroll-content { top: 100px; width: 90%; }
.video_thumb_mobile_div { width: 110px; height: 66px; }
.video_thumb_mobile { width: 100px; height: 56px; }
.vide_navigator_mobile { width: 5%; }

@media (max-width: 1200px) {
    .video_panel { height: 370px; }
    .video_thumb { height: 90px !important; }
    .video_frame { height: 340px; }
}

@media (max-width: 992px /*768px*/ ) {
    .video_panel { height: 450px; }
    /*.video_thumb { height: 60px !important;}
    .video_frame { height: 170px;}
    .video_panel_scroll { height: 70%;}*/
}

@media (max-width:576px) {
    .video_panel { height: 330px; }
    .video_frame { height: 230px; }
}

.h_iframe-aparat_embed_frame { /*padding-left:15px;position:relative;*/ }
    .h_iframe-aparat_embed_frame .ratio { display: block; width: 100%; height: auto; }
    .h_iframe-aparat_embed_frame iframe { /*position:absolute;top:0;left:0;*/ width: 100%; height: 100%; }


.detail_video { width: 100% !important; height: 500px; }

@media (max-width:575px) {
    .detail_video { height: 250px; }
}

.bg-black { background-color: #000; }

::-webkit-scrollbar { -webkit-appearance: none; }
    ::-webkit-scrollbar:vertical { width: 0.5em; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; }
::-webkit-scrollbar-thumb { background: #4e4e4f; border-radius: 10px; }
    ::-webkit-scrollbar-thumb:hover { background: #4e4e4f; }
.scroller { width: 100%; height: 100%; overflow-x: hidden; scrollbar-width: thin; scrollbar-color: #4e4e4f rgb(255, 255, 255); }

.text_line_through { text-decoration: line-through; }

.bg-e { background-color: #eee; }

.news_title_box { bottom: 20px;}
.news_title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px #dcdcdc;
} /*-webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 14%); -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.14); box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 14%);*/}
.selected_news { height: 180px; /*background-position: center;background-size:100%; background-repeat: no-repeat*/ }
.selected_news .card-img{border:1px solid #eee}

.frm-h { min-height: calc(100vh - 55px); }

.card-body { padding: .5rem !important; }

.no_bo { border: 0 !important; }

.txt-title { width: 110px; padding-top: 4px; }
.txt-content { width: calc(100% - 110px); }

@media (min-width:576px) {
    .modal-dialog { max-width: 80%; }
}

.color_def{color:#0076A3;}

.default_header {
    color: #a6d24c; /*padding-bottom:10px;*/
    padding-bottom: 4px;
    border-bottom: 1px solid #a6d24c
}
.default_header fa{font-size:15px; padding-left:5px;}
    .default_header span {
        font-size: 16px;
        background-color: #a6d24c;
        color: #fff !important;
        padding: 3px 7px;
        border-bottom: solid 3px #C0C0C0;
    }
.news_title  img{
    width: 130px; height: 80px;
} 
.text-news a /*, .news_title span*/ {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
}
    .text-news a:before {
        font-family: 'FontAwesome';
        content: "\f0c8";
        font-weight: 600;
        color: #a6d24c;
        font-size: 8px;
        margin-left:5px;  
    }
    .text-news a:hover,a:hover {
        color: #a6d24c !important;
    }
.mainContainer {
        padding-top: 155px;
    }
.bg-graylight {
    background: #efefef;
}
.text-New {
    text-align: justify;
    font-size: 13px;
}
.containerNew {
    max-width: 1500px;
}
.h-Title {
    border-bottom: 1px solid #a6d24c;
    margin: 1em 0;
}
.p-b-8 {
    padding-bottom: 8px;
}
.h-Title .page_title {
    padding: 5px;
    font-size: 16px;
    background-color: #a6d24c;
    bottom: 5px;
    position: relative;
}
.img-NewNews {
    width: 100%;
    height: 160px;
}
.img-NewNews2 {max-height:70px;width:100%
}
@media(max-width:992px) {
    .mainContainer{padding-top:10px;}
}

.m-t-l-3{margin-top:1rem!important;margin-left:1rem!important}

.radio_empty{cursor: pointer; width:25px; height:25px; border:1px solid #0076A3;}
.radio_check{width:25px; height:25px; content:'\2714'; color:#0076A3;}
.radio_input{width:30px;}
.radio_text{width:calc(100% - 30px);}

.p-r-1rem{padding-right:1rem}

.page_cover{width:100%; height:auto;}

.join_img{max-width:256px;}

.text-justify {text-align: justify !important;}

.content_video { width:95%; margin-left:auto; margin-right:auto; }

.card-body .img{height: 180px !important; background-position:center; background-size:cover}

.login-btn {position:absolute; left: 45px; top:15px; color:#fff}
