﻿
@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: #eee;*/ height: 100%; font-family: IRANSans, sans-serif; font-weight: normal !important; padding-right: 0px !important; font-size: 11pt; /*overflow-x: hidden;*/ }

.dir-rtl { direction: rtl !important; }
.dir-ltr { direction: ltr !important; }

.clearBoth { clear: both; content: "."; display: block; visibility: hidden; }
/* ------------------------------------ */
a { font-family: IRANSans; color: #666666; 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: #18a1df /*e65540*/; }

/* ------------------------------------ */
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; }


/* ------------------------------------ */
.row { margin-right: 0; margin-left: 0; }
.container { max-width: 85% /*1200px*/; /*padding-right:0; padding-left:0;*/ }

@media (max-width:1199px) {
    .container { max-width: 100%; }
}

.slick-slide { outline: none !important; }


.overlay { /*color: #fff;*/ background-color: inherit; position: relative; z-index: 1; }
/*.overlay::after {color: #fff;display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;content: "";}*/

/*[ 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: black; opacity: 0.5; 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 { position: relative; padding-right: 40px; padding-left: 40px; height: 40px; background-color: #18a1df; color: #fff; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; }

/* ------------------------------------ */

.topbar-social { position: absolute; top: 0; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; }
.topbar-social-left { left: 40px; }
.topbar-social-right { right: 40px; }
.topbar-social-item { color: #fff; padding: 10px; vertical-align: middle; }
    .topbar-social-item a { color: #fff }
        .topbar-social-item a .fa, .topbar-social-item .fa { font-size: 13pt; }
.topbar-social-item-left { font-size: 10pt; border-right: 1px rgba(139, 139, 139, 0.25) solid; }
    .topbar-social-item-left:nth-child(1) { padding-left: 0; }
.topbar-social-item-right { border-left: 1px rgba(139, 139, 139, 0.25) solid; }
    .topbar-social-item-right:last-child { padding-right: 0; }
/*.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: 75px; padding-left: 75px; */ height: 65px; background-color: rgb(41, 113, 207); /*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 .wrap_menu { width: 85%; margin-left: auto; margin-right: auto; }
.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: 60px; /*width:100px;*/ }


/*[ Menu ]
-----------------------------------------------------------*/
.main_menu { 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 #18a1df; }

.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%; width: 225px; background-color: #fff /*222222*/; opacity: 0; visibility: hidden; padding-top: 10px; padding-bottom: 10px; box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1); /*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: #333; }

.sub_menu > li:hover > a { color: #18a1df /*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; }

/*
-----------------------------------------------------------
*/

/*[ Header cart ]
-----------------------------------------------------------
*/
.header-cart { font-size: .85rem; position: absolute; z-index: 1100; width: 250px; top: 40px /*190%*/; /*right: -10px;*/ padding: 20px; border-top: 3px solid #e6e6e6; background-color: white; 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); transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transform-origin: top right; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }

@media (min-width: 993px) {
    .header-cart { left: 0px; }
}

@media (min-width: 703px) and (max-width: 992px) {
    .header-cart { right: 80px; top: 80px; }
}

@media (max-width: 702px) {
    .header-cart { right: 55px; top: 55px; }
}

/*@media (max-width: 992px) {
    .header-cart {right: -10px;}
}*/

.show-header-dropdown { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

/*.fixed-header .header-cart { top: 160%; }*/

.header-cart-wrapitem { /*max-height: 270px;*/ overflow: auto; }

.header-cart-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center; padding-bottom: 5px; padding-top: 5px; }
    .header-cart-item .fa { padding-left: 5px; color: #888888; }

/* ------------------------------------ */
.header-cart-item-img { width: 80px; position: relative; margin-right: 20px; }

    .header-cart-item-img img { width: 100%; }

    .header-cart-item-img::after { content: '\e870'; font-family: IRANSans; font-size: 16px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0,0,0,0.5); color: white; transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; opacity: 0; }

    .header-cart-item-img:hover:after { cursor: pointer; opacity: 1; }

/* ------------------------------------ */
.header-cart-item-txt { width: calc(100% - 100px); }

.header-cart-item-name { display: block; font-family: IRANSans; font-size: 15px; color: #555555; line-height: 1.3; margin-bottom: 12px; }

.header-cart-item-info { display: block; font-family: IRANSans; font-size: 12px; color: #888888; line-height: 1.5; }

.header-cart-total { font-family: IRANSans; font-size: 15px; color: #555555; line-height: 1.3; text-align: right; padding-top: 15px; padding-bottom: 25px; padding-right: 3px; }
/* ------------------------------------ */
.header-cart-buttons { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }

.header-cart-wrapbtn { width: calc((100% - 10px) / 2); }

/*[ 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: 40px /*80px*/; /*padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;*/ background-color: white; display: none; 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); }

/*[ Logo mobile ]
-----------------------------------------------------------*/
.logo-mobile { display: block; }
    .logo-mobile img { max-height: 100px; margin-left: 10px; /*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;*/ }

.side-menu { width: 100%; }

    .side-menu li { list-style-type: none; }

    .side-menu .main-menu { margin-bottom: 0; }

.item-menu-mobile { background-color: #000; text-align: right; }
    .item-menu-mobile a { 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(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.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: #333 !important; }

.side-menu .sub-menu { background-color: #212121; 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; min-width: 50% /*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 { cursor: pointer; position: absolute; z-index: 100; top: calc(50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 20px /*39px*/; color: #18a1df !important; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; border: 1px solid #18a1df; padding: 2px 8px; }
    .arrow-slick5:hover { color: #18a1df; }

.next-slick5 { right: 0; }

.prev-slick5 { left: 0; }

.slick5-img { /*max-width:60%;*/ height: 80px; }

@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 { cursor: pointer; position: absolute; z-index: 100; top: -25px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 20px; color: #18a1df !important; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; border: 1px solid #18a1df; padding: 2px 8px; }
    .arrow-slick6:hover { color: #18a1df; }

.next-slick6 { left: 30px; }
.prev-slick6 { left: 0; }


/*@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% / 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 {padding-top:10px; background-color:#333333; border:2px solid #18a1df; border-radius:6px; width:40px; height:40px; text-align:center; position: absolute; z-index: 100; top: calc(100% / 2); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 39px; -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; }*/
.arrow-slick7 { cursor: pointer; position: absolute; z-index: 100; top: -25px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 20px; color: #18a1df !important; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; border: 1px solid #18a1df; padding: 2px 8px; }
    .arrow-slick7:hover { color: #18a1df; }

.next-slick7 { left: 30px; }
.prev-slick7 { left: 0; }

.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%; }


/*[ 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 !important; }
.color-gold, .color-gold a { color: #fbe679 !important; }
.color-gray { color: #a4a4a4 !important; }
.color666 { color: #666666; }
.color-orange, .color-orange a, .color-orange a:hover { color: #ee9b03 !important; }

.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 #888888; }

.slick3-dots .slick-active .slick3-dot-overlay { border: 3px solid #888888; }


/*[ 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; font-size: .85rem; /*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 { border: 0; }
    .nav-tabs li { padding-bottom: 11px; border-bottom: 3px solid #ddd; }
        .nav-tabs li a { padding: 10px 20px; /*margin-left: 5px;*/ }
            .nav-tabs li a.active { background-color: #fff; border-bottom: 3px solid #18a1df; }

.dropbtn:hover, .dropbtn:focus { background-color: #3e8e41; }

.dropdown { padding: 5px 10px 10px 10px; /*height:auto!important;*/ }
    .dropdown a:hover { background-color: #ddd; }

.amazingslider-wrapper { display: block; position: relative; width: 100%; /*padding-left: 128px;*/ padding-right: 0px; padding-bottom: 15px; margin: 0px auto 0px; }
.amazingslider-1 { display: block; position: relative; margin: 0 auto; }
.imageslider-wrapper { display: block; position: relative; max-width: calc(100%); 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 #18a1df; }*/
.page_title h1, .page_title p, .single_page_title p { text-align: right; /*margin: 7px 0px !important; padding:5px;*/ color: #000; margin-bottom: 8px; font-size: 18px; }
.center_page_title { text-align: center; color: #000; margin-bottom: 8px; font-size: 18px; }
.page_title { /*padding-top:2%;  color: #717171;*/ direction: rtl; border-bottom: 2px solid rgba(0,0,0,.2); /*max-width: 98%;*/ margin: auto; margin-bottom: 10px; }
    .page_title:after { content: ''; display: block; border-bottom: 2px solid #18a1df; margin-bottom: -2px; min-width: 80px; max-width: 20%; }

.selected_title p { text-align: right; color: #000; margin-bottom: 8px; font-size: 18px; }
.selected_title { direction: rtl; border-bottom: 2px solid rgba(0,0,0,.2); margin-bottom: 10px; }
    .selected_title:after { content: ''; display: block; border-bottom: 2px solid #18a1df; margin-bottom: -2px; min-width: 80px; max-width: 20%; }

.page_center_title { text-align: center; margin-bottom: 20px }
    .page_center_title span { padding-bottom: 10px; border-bottom: 2px solid #18a1df; }

/*@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; }

.btn-active-page { background-color: #18a1df; color: #fff; }
    .btn-active-page:hover { opacity: .8 }

.btn-page { background-color: #000; color: #fff; }
    .btn-page:hover { opacity: .8 }

.btn-primary { background-color: #18a1df; border-color: #18a1df; }
    .btn-primary:hover { background-color: #18a1df; border-color: #18a1df; opacity: .8 }

.search-btn { position: absolute; left: 0; top: 15px; color: #fff }
.search-Padding { padding: 3px 6px; }
.search-pnl { width: 100%; height: 45px; background-color: #403d3d; position: absolute; top: 65px; left: 0; z-index: 100; }
.search-txt { width: 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; top: 55px; }
}

@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; }
}

.login-btn { position: absolute; left: 45px; top: 15px; color: #fff }
/*.login-btn a{color:#fff}*/


.input-group-addon { padding: 10px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.date-group-addon { padding: 0; background-color: transparent; }

/*--------- 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: #6cacc7; }
    .footer-bg .sign { border-top: 4px solid #18a1df; background-color: rgb(41, 113, 207); }
    .footer-bg p { padding-bottom: 15px; }

/*.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 .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 #6cacc7; 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: #6cacc7 /*rgba(79, 79, 79, 0.88)*/; border-color: #6cacc7 /*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: #6cacc7; border-color: #6cacc7; padding: .375rem .75rem; border-radius: .25rem; }

.h-120 { height: 120px; }
.h-140 { height: 140px; }
.h-150 { height: 150px; }
.h-200 { height: 200px; }
.single-post-area .quote-wrapper { background: rgba(130, 139, 178, 0.1); padding: 15px; line-height: 1.733; color: #888888; 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: 30px; }
}

.single-post-area .quotes { background: #fff; 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: #18a1df; border-color: #18a1df; }
.checkbox-primary input[type="checkbox"]:checked + label::after { color: #fff; }

/*.btn-danger { background-color: #18a1df; 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); }

.tableFixHead { overflow: auto; max-height: 700px; }
    .tableFixHead thead th { position: sticky; top: 0; z-index: 1; background-color: #000; font-weight: inherit; }

.text_line_through { text-decoration: line-through; }

.bg-e { background-color: #eee; }

.news_title_box { bottom: 20px; }
.news_title, .news_title a { color: black !important; }
.news_summary { line-height: 1.9em; font-size: 13px; color: #555; text-align: justify; }

/*.selected_news .card-img{border:1px solid #eee}*/
.selected_news_container { overflow-y: auto; height: auto }
.selected_news .title { width: calc(100% - 100px); }
.selected_news .img { width: 100px; }
    .selected_news .img img { width: 100px; height: 66px; }

.slider_container { padding-left: 15px; }

@media (max-width:767px) {
    .slider_container { padding-left: 0; }
}

.frm-h { min-height: calc(100vh - 58px); }

@media (max-width:992px) {
    .frm-h { min-height: calc(100vh - 120px); }
}

@media (max-width:495px) {
    .frm-h { min-height: calc(100vh - 139px); }
}

.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: #18a1df; }

.default_header { color: #18a1df; padding-bottom: 10px; border-bottom: 1px solid #18a1df }
    .default_header fa { font-size: 15px; padding-left: 5px; }
    .default_header span { font-size: 16px; }

.mainContainer { padding-top: 15px; }

.m-t-l-3 { margin-top: 1rem !important; margin-left: 1rem !important }

.radio_empty { cursor: pointer; width: 25px; height: 25px; border: 1px solid #18a1df; }
.radio_check { width: 25px; height: 25px; content: '\2714'; color: #18a1df; }
.radio_input { width: 30px; }
.radio_text { width: calc(100% - 30px); }

.sec_heading { display: inline-block; margin-bottom: 0; /*font-size: 20px; font-weight: 600; letter-spacing: 2px;*/ position: relative; margin-bottom: 15px; }
    .sec_heading:before { background: #18a1df; position: absolute; top: 50%; right: -0.7rem; content: ''; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 1.5px; height: 100%; }
/*.sec_heading:after  {position: absolute; top: 50%; left: -60px; content: ''; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 50px; height: 1px; margin-top: -1px; background: #18a1df; }*/
.sec_subheading { color: #000; margin-bottom: 25px; }

.full_page { width: calc(100% - 0.5em) }

.hover-btn-new { color: #ffffff; display: inline-block; font-weight: 400; line-height: 46px; padding: 0 17px; position: relative; border: 2px solid #fff; font-size: 14px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 2px; }

.blog-item { background: #fff; padding: 20px; margin-top: 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); }
    .blog-item .image-blog { height: 200px; }
        .blog-item .image-blog img { height: 200px; padding: 0 !important; width: 100%; margin: 0 !important; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; -webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
            .blog-item .image-blog img:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
    .blog-item .meta-info-blog { margin-top: 25px; padding: 0; font-size: 12px; font-weight: 300; }
        .blog-item .meta-info-blog > span { /*display: inline-block;*/ padding-left: 14px; color: #777; }
            .blog-item .meta-info-blog > span > a { color: #18a1df; }
                .blog-item .meta-info-blog > span > a:hover { color: #e65540; }
    .blog-item .blog-title > h2 { margin: 15px 0; padding: 0px; }
    .blog-item .blog-title a { font-size: 14px; /*line-height: 25px; font-weight: 500;*/ color: #000; text-transform: capitalize; }
    .blog-item .blog-desc { height: 90px; font-size: 12px; line-height: 1.8em; color: #333; text-align: justify; }
    .blog-item .blog-button .hover-btn-new { line-height: 35px; }
    .blog-item .blog-button a.hover-btn-new::before, .blog-item .blog-button a.hover-btn-new::after { background: #18a1df; content: ''; position: absolute; z-index: 1; }
    .blog-item .blog-button a.hover-btn-new::after { background: #000 !important; height: 100%; left: 0; top: 0; width: 100%; }
    .blog-item .blog-button a.hover-btn-new span { position: relative; z-index: 2; color: #fff; }
    .blog-item .blog-button a.hover-btn-new:hover span { color: #fff; }
    .blog-item .blog-button a.hover-btn-new::before { height: 100%; left: 0; top: 0; width: 100%; }
    .blog-item .blog-button a.hover-btn-new:hover::after { height: 0; left: 50%; top: 50%; width: 0; }
    .blog-item .blog-button a.hover-btn-new::after { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

@media(max-width:576px) {
    .blog-item .blog-desc { display: none }
    /*.blog-item .image-blog {height: auto;}
    .blog-item .image-blog img{height:auto;}*/
}

@media(min-width:767px) and (max-width:992px) {
    .blog-item .image-blog, .blog-item .image-blog img { height: 150px; }
}

#sc-slider { width: 100%; }

#sc-announcement .article-title, #sc-announcement .article-title h2 a { color: #000; text-align: right; padding-top: 20px; padding-bottom: 20px; font-size: 12pt; }

#sc-video { width: 100%; background-color: #18a1df }
    #sc-video .container { z-index: 2; max-width: 85%; background-image: url(../img/project_bg.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; }
        #sc-video .container .overlay { width: 100%; height: 100%; background-color: rgba(0, 33, 85, 0.8); }

#sc-news { width: 100%; background-color: #eee }
#sc-news { width: 100%; }
    #sc-news .article-title, #sc-news .article-title h2 a { color: #6cacc7; text-align: right; padding-top: 20px; padding-bottom: 20px; font-size: 12pt; }

    #sc-announcement .sec_heading, #sc-news .sec_heading { color: #18a1df; }
        #sc-news .sec_heading h1, #sc-announcement .sec_heading h1 { font-size: 1.5rem }

#sc-imgLink { width: 100%; background-color: #eee }

@media(min-width:992px) {
    #sc-news .container, #sc-announcement .container, #sc-imgLink .container { max-width: 85%; }
}

.modal-header_noborder { border-bottom: 0; }

.btn-darkblue { text-align: center; color: #ffffff; display: inline-block; font-weight: 400; line-height: 46px; padding: 0 17px; position: relative; border: 2px solid #fff; font-size: 14px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 2px; }
    .btn-darkblue::before, .btn-darkblue::after { background: #18a1df; content: ''; position: absolute; z-index: 1; }
    .btn-darkblue::after { background: #6cacc7 !important; height: 100%; left: 0; top: 0; width: 100%; }
    .btn-darkblue span { position: relative; z-index: 2; color: #fff; }
    .btn-darkblue:hover span { color: #fff; }
    .btn-darkblue::before { height: 100%; left: 0; top: 0; width: 100%; }
    .btn-darkblue:hover::after { height: 0; left: 50%; top: 50%; width: 0; }
    .btn-darkblue::after { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.owl-nav { padding-top: 10px; }

.msg_panel { width: 100%; max-width: 500px; }

.my_btn { background-color: #6cacc7; color: white !important; border-radius: 0 !important; padding: 0.8rem 1.5rem !important; transition: 0.3s !important; }
    .my_btn .after-line { display: inline-block; width: 3rem; height: 2px; background-color: white; margin-right: 3px; margin-bottom: 4px; transition: 0.3s; }
    .my_btn .before-line { display: inline-block; width: 0; height: 2px; background-color: white; margin-left: 3px; margin-bottom: 3px; transition: 0.3s; }
    .my_btn:hover { background-color: #18a1df; }
        .my_btn:hover .after-line { width: 0; }
        .my_btn:hover .before-line { width: 3rem; }
    .my_btn .fa-caret-left { margin-bottom: -2px; margin-right: -4px; }

@media screen and (max-width: 1200px) {
    .my_btn { /*font-size: 0.9rem !important;*/ padding: 0.7rem 1.2rem !important; }
        .my_btn .after-line { width: 2.5rem; }
        .my_btn:hover .before-line { width: 2.5rem; }
}

@media screen and (max-width: 992px) {
    .my_btn .after-line { width: 2rem; }
    .my_btn:hover .before-line { width: 2rem; }
    .my_btn { /*font-size: 0.85rem !important;*/ padding: 0.6rem 1rem !important; }
}

.btnContinue { background-color: transparent; color: #18a1df !important; border-radius: 0 !important; /*padding: 0.8rem 1.5rem !important;*/ transition: 0.3s !important; }
    .btnContinue .after-line { display: inline-block; width: 3rem; height: 2px; background-color: #18a1df; margin-right: 3px; margin-bottom: 4px; transition: 0.3s; }
    .btnContinue .before-line { display: inline-block; width: 0; height: 2px; background-color: #18a1df; margin-left: 3px; margin-bottom: 3px; transition: 0.3s; }
    .btnContinue:hover .after-line { width: 0; }
    .btnContinue:hover .before-line { width: 3rem; }
    .btnContinue .fa-caret-left { margin-bottom: -2px; margin-right: -4px; }

@media screen and (max-width: 1200px) {
    .btnContinue { /*font-size: 0.9rem !important;*/ padding: 0.7rem 1.2rem !important; }
        .btnContinue .after-line { width: 2.5rem; }
        .btnContinue:hover .before-line { width: 2.5rem; }
}

@media screen and (max-width: 992px) {
    .btnContinue .after-line { width: 2rem; }
    .btnContinue:hover .before-line { width: 2rem; }
    .btnContinue { /*font-size: 0.85rem !important;*/ padding: 0.6rem 1rem !important; }
}

.btnContinueRed { background-color: #18a1df; color: white !important; border-radius: 0 !important; padding: 0.8rem 1.5rem !important; transition: 0.3s !important; }
    .btnContinueRed .after-line { display: inline-block; width: 3rem; height: 2px; background-color: white; margin-right: 3px; margin-bottom: 4px; transition: 0.3s; }
    .btnContinueRed .before-line { display: inline-block; width: 0; height: 2px; background-color: white; margin-left: 3px; margin-bottom: 3px; transition: 0.3s; }
    .btnContinueRed:hover .after-line { width: 0; }
    .btnContinueRed:hover .before-line { width: 3rem; }
    .btnContinueRed .fa-caret-left { margin-bottom: -2px; margin-right: -4px; }

@media screen and (max-width: 1200px) {
    .btnContinueRed { /*font-size: 0.9rem !important;*/ padding: 0.7rem 1.2rem !important; }
        .btnContinueRed .after-line { width: 2.5rem; }
        .btnContinueRed:hover .before-line { width: 2.5rem; }
}

@media screen and (max-width: 992px) {
    .btnContinueRed .after-line { width: 2rem; }
    .btnContinueRed:hover .before-line { width: 2rem; }
    .btnContinueRed { /*font-size: 0.85rem !important;*/ padding: 0.6rem 1rem !important; }
}

.team-modal-dialog { max-width: 700px; }

email::after { content: attr(data-domain) }
email::before { content: attr(data-user) }

.index_bg { width: 100%; height: 100vh; background-image: url(../img/index.png); background-repeat: no-repeat; background-size: contain; background-position: center }

@media (min-width: 992px) {
    .index_bg .container { max-width: 85%; }
}

.btn_lang { width: 150px; padding: 10px 25px; text-align: center; background-color: #000; color: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
    .btn_lang:hover { background-color: #18a1df; color: #fff; }

.btn_lang_fa { padding-right: 25px; padding-left: 25px; margin-left: 10px; }
.btn_lang_en { margin-right: 10px; }

.index_title { color: #000 }

.gallery-img, .gallery-img a { display: inline-block; width: 24%; height: auto; margin: 0; position: relative; }
    .gallery-img img, .gallery-img a img { display: inline-block; margin-right: 1px; margin-bottom: 1px; }

@media(max-width:767px) {
    .gallery-img, .gallery-img a { width: 33%; }
}

@media(max-width:575px) {
    .gallery-img, .gallery-img a { width: 49%; }
}

.fieldset_bo { border: 2px solid rgba(0,0,0,.2); border-radius: 10px; padding: 25px 10px 10px 10px; position: relative }
.fieldset_title { position: absolute; top: -15px; right: 30px; background-color: #fff; padding: 5px 15px 10px 15px; font-size: 13pt; }

.m-w-unset { max-width: unset; }
.m-w-500 { max-width: 500px; }

@media (max-width:551px) {
    .recaptScale { transform: scale(0.8); -webkit-transform: scale(0.8); transform-origin: center right; -webkit-transform-origin: center right; }
}

.expert-item { width: 100%; padding: 20px; margin-top: 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); }
    .expert-item .expert-img { width: 100px; float: right; }
        .expert-item .expert-img img { width: 95px; height: 95px; border-radius: 50%; }
    .expert-item .expert-title { width: calc(100% - 100px); float: left; }
        .expert-item .expert-title .title { font-size: 12pt; color: #555; }
        .expert-item .expert-title .subtitle { font-size: 11pt; }
    .expert-item .expert-info { padding-top: 5px; padding-bottom: 5px; }
        .expert-item .expert-info .title { font-size: 10pt; color: #555; }
        .expert-item .expert-info .info { font-size: 10pt; }

.expertDetails-item { width: 100%; padding: 10px 0 20px 0; }
    .expertDetails-item img { width: 150px; height: auto; /*height:150px; border-radius:50%;*/ border: 3px solid rgba(0,0,0,0.25); }
    .expertDetails-item .img-circle { height: 150px !important; border-radius: 50%; }
    .expertDetails-item .title { font-size: 12pt; color: #333; }
    .expertDetails-item .expert-info { padding: 10px; }
        .expertDetails-item .expert-info:nth-child(2n+1) { background-color: rgba(0, 0, 0, 0.1) }
        .expertDetails-item .expert-info .title { font-size: 11pt; color: #555; width: 120px; }
        .expertDetails-item .expert-info .info { font-size: 11pt; width: calc(100% - 170px); text-align: justify; word-break: break-word; white-space: pre-line; overflow-wrap: break-word; -ms-word-break: break-word; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
        .expertDetails-item .expert-info .info-full { font-size: 11pt; width: calc(100% - 120px); text-align: justify; word-break: break-word; white-space: pre-line; overflow-wrap: break-word; -ms-word-break: break-word; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
        .expertDetails-item .expert-info .edit { width: 30px; }
    .expertDetails-item .img-edit { left: calc(50% - 65px); top: 10px; }

.expert-info { padding-top: 1rem; }
    .expert-info img { width: 150px; height: 150px; }
    .expert-info .title { font-size: 11pt; color: #333; width: calc(100% - 30px); }
    .expert-info .logout { width: 30px; }
    .expert-info .active > div { background-color: #18a1df !important; color: #fff }
    .expert-info .link:hover > div { background-color: #69c7f2; color: #fff }
    .expert-info .link div { padding: 15px 10px 15px 10px; }

.expert-info-m { text-align: center; }
    .expert-info-m .active, .expert-info-m .active a { text-align: center }
    .expert-info-m .icon { width: 70px; height: 70px; padding: 10px; background-color: rgba(0, 0, 0, 0.1); }
    .expert-info-m .title { padding: 15px 10px 15px 10px; }
    .expert-info-m .active .icon { width: 70px; height: 70px; padding: 10px; background-color: #18a1df; color: #fff }
    .expert-info-m .active .title { padding: 15px 10px 15px 10px; color: #18a1df }

.expert_search_item { width: 100%; }
    .expert_search_item .img { width: 100px; padding-left: 5px; }
        .expert_search_item .img img { width: 95px; height: 95px; }
    .expert_search_item .title { width: calc(100% - 100px); }

.user_login { max-width: 500px; }

.bot_tooltip { position: relative; }
    .bot_tooltip .tooltiptext { visibility: hidden; width: auto; background-color: #eee; color: #000; text-align: center; border-radius: 6px; padding: 5px 8px; position: absolute; z-index: 10; top: 34px; /*90%;*/ margin-left: -60px; border: 1px solid rgba(0, 0, 0, .3); }
        .bot_tooltip .tooltiptext::after { content: ""; position: absolute; bottom: 100%; left: 90%; margin-left: -5px; border-width: 8px; border-style: solid; border-color: transparent transparent rgba(0, 0, 0, .3) transparent; }
    .bot_tooltip .right-25 { right: 25%; }

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0; }

.input_group_search { width: calc(100% - 36.86px); /*max-width:463.14px*/ }

.peacockery_Exp { width: 100%; height: 245px; text-align: center; margin-bottom: 5px; }
    .peacockery_Exp img { width: 100px; height: 133px; margin-left: auto; margin-right: auto; }
    .peacockery_Exp .name { font-size: 13px; height: 50px; margin-top: 10px; }
    .peacockery_Exp .delete { height: 30px; }
        .peacockery_Exp .delete .fa, .peacockery_img .fa { background-color: #eee; padding: 10px; border-radius: .25rem; font-size: 18px; }

.btnIcon { cursor: pointer; padding: 10px; border: 1px dashed #aaa; /*margin-top:10px; margin-top: 2%; margin-bottom: 2%; max-width: 200px;*/ height: 50px; background-color: #eee; text-align: center; }
    .btnIcon .fa { color: rgba(0,0,0,0.4) !important; /*font-size: 25pt; margin: auto;*/ }
    .btnIcon span { vertical-align: super; }

.search_modal { max-width: 600px; }
.profile_edit_modal { max-width: 530px; }
    .profile_edit_modal h5 { font-size: 1rem; }

.court_items { width: calc(100% - 50px); float: right; }
.court_search { width: 5px; float: left; }
.court_content { max-height: 500px !important; overflow-y: auto; }

.radioCheckContainer input[type="radio"] { width: auto; display: none; }
.radioCheckContainer br { display: none; }
.radioCheckContainer label { color: #777; width: auto; margin-right: 5px; border-radius: 3px; cursor: pointer; transition: 0.7s all; -o-transition: 0.7s all; -moz-transition: 0.7s all; -webkit-transition: 0.7s all; -ms-transition: 0.7s all; }
.radioCheckContainer input[type="radio"]:empty ~ label { font-size: small; position: relative; float: right; line-height: 2.1em; text-indent: 2.5em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
    .radioCheckContainer input[type="radio"]:empty ~ label:before { position: absolute; display: block; top: 0; bottom: 0; right: 0; content: ''; width: 2.1em; border: 1px solid #18a1df; border-radius: 3px; }
.radioCheckContainer input[type="radio"]:hover:not(:checked) ~ label:before { content: '\2714'; text-indent: .7em; color: #C2C2C2; }
.radioCheckContainer input[type="radio"]:hover:not(:checked) ~ label { }
.radioCheckContainer input[type="radio"]:checked ~ label:before { content: '\2714'; text-indent: .7em; color: #fff; background-color: #18a1df; }
.radioCheckContainer input[type="radio"]:checked ~ label { color: #444; }
.radioCheckContainer input[type="radio"]:focus ~ label:before { box-shadow: 0 0 0 3px #999; }
.bo-no { border: 0px !important; }

.chkcontainer input[type="checkbox"] { width: auto; display: none; }
.chkcontainer br { display: none; }
.chkcontainer label { color: #777; width: auto; margin-right: 5px; border-radius: 3px; cursor: pointer; transition: 0.7s all; -o-transition: 0.7s all; -moz-transition: 0.7s all; -webkit-transition: 0.7s all; -ms-transition: 0.7s all; }
.chkcontainer input[type="checkbox"]:empty ~ label { font-size: small; position: relative; float: right; line-height: 2.1em; text-indent: 2.5em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
    .chkcontainer input[type="checkbox"]:empty ~ label:before { position: absolute; display: block; top: 0; bottom: 0; right: 0; content: ''; width: 1.8em; height: 1.8em; border: 1px solid #18a1df; border-radius: 3px; }
.chkcontainer input[type="checkbox"]:hover:not(:checked) ~ label:before { content: '\2714'; text-indent: .4em; color: #C2C2C2; }
.chkcontainer input[type="checkbox"]:hover:not(:checked) ~ label { }
.chkcontainer input[type="checkbox"]:checked ~ label:before { content: '\2714'; text-indent: .4em; color: #fff; background-color: #18a1df; }
.chkcontainer input[type="checkbox"]:disabled ~ label:before { content: '\2714'; text-indent: .4em; color: #E0E3E6; background-color: #999d9b; border-color: #999d9b }
.chkcontainer input[type="checkbox"]:checked ~ label { color: #444; }
.chkcontainer input[type="checkbox"]:focus ~ label:before { box-shadow: 0 0 0 3px #999; }

.peacockery_detail { width: 100%; padding: 10px 15px 10px 15px; }
    .peacockery_detail .title { width: 150px; float: right; }
    .peacockery_detail .content { width: calc(100% - 150px); float: left; text-align: justify; color: gray !important; }
    .peacockery_detail .file { width: 150px; float: right; margin-left: 10px; }
        .peacockery_detail .file img { width: 100%; height: 112px; }
        .peacockery_detail .file .tag { width: 100%; background: #eee; border: 1px solid rgba(0,0,0,0.2); padding: 5px; margin-top: 5px; border-radius: 20px; text-align: center; font-size: 9pt; }
    .peacockery_detail .header { border-bottom: 2px solid #18a1df; }


.SecondLevelRow { padding: 0px !important; /*background-color:#eee;*/ }

.fixed_head > thead > tr { background-color: #000; color: #fff; }

.more_tooltip { display: inline-block; }

.js-hide-label { opacity: 0 }
.js-unhighlight-label { color: #000 }

.btn-muted { color: #fff !important; background-color: #868e96; border-color: #868e96; border-radius: 0; cursor: no-drop !important; }

.share_icon { }
    .share_icon a, .share_icon a:hover { color: #fff; }
    .share_icon i { width: 35px; height: 35px; border-radius: 2px; text-align: center; font-size: 17pt; margin-top: 2px; padding-top: 7px; }
    .share_icon .fa-facebook { background-color: #4d8deb; }
    .share_icon .fa-twitter { background-color: #4dcceb; }
    .share_icon .fa-send { background-color: #417cd3; }
    .share_icon .fa-envelope { background-color: #F44720; }
    .share_icon .fa-whatsapp { background-color: #32972e; }
    /*.share_icon span i{font-size:15px;}*/
    .share_icon span a, .share_icon span a:hover { color: #888888 }

.btn_txt_icon { color: #fff; /*padding: 5%; */ text-align: center }
    .btn_txt_icon .head { font-size: 27pt; padding-top: 25%; padding-bottom: 3%; }
    .btn_txt_icon .box { background-color: rgba(255,255,255,0.8) !important; margin: 10px; height: 200px; border: 1px solid rgba(0,0,0,0.2); border-radius: 20px !important; padding-top: 20px; }
        .btn_txt_icon .box .fa { font-size: 35pt; border-radius: 100%; background-color: rgba(0, 0, 0, 0.1); padding: 25px 20px; min-width: 100px; min-height: 100px; transition: all 0.9s }
        .btn_txt_icon .box p { font-size: 1.1rem /*15pt*/; padding-top: 10%; }
        .btn_txt_icon .box:hover { background-color: rgba(0, 0, 0, 0.1) !important; }
            .btn_txt_icon .box:hover .fa { background-color: #fff; color: rgba(0,0,0,0.5) }
            .btn_txt_icon .box:hover p { color: rgba(0,0,0,0.5); }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee !important; }

.modal-waiting-show { display: block; top: calc(100vh - 60%); }
.modal-waiting-hide { display: none; top: calc(100vh * -1); }

.modal_waiting { width: 100vw !important; height: 100vh; /*max-width: 500px;*/ color: #18a1df; background-color: rgba(0,0,0,0.2); border: none !important; box-shadow: none !important; margin-left: auto; margin-right: auto }
#mdlWaiting { width: 100vw; height: 100vh; position: fixed; top: 0; right: 0; }
    #mdlWaiting .modal-dialog { width: 100vw; height: 100vh; max-width: none; margin: 0; }
    #mdlWaiting .waiting_content { margin-top: calc(100vw / 4); }

/*.justify-content-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
.align-center { align-items: center; -webkit-box-align: center !important; -ms-flex-align: center !important; }
*/

.default_same_box, .amazingslider-box-1 { display: inline-block !important; min-height: 60px; vertical-align: top; }

.board_member { background: #fff; padding: 20px; margin-top: 10px; margin-right: 5px; margin-left: 5px; text-align: center; 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); }
    .board_member img { width: 150px; height: 150px; border-radius: 50%; }
    .board_member .title { padding-top: 15px; }
    .board_member .title h5{ font-size: 13pt; }
