/*------------------------------Main CSS-------------------------------*/

body,
ul,
li,
a,
p,h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 2 ;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}
::-webkit-input-placeholder { /* Edge */
  color: #d3d3d3;
  font-size: x-large;
}

::placeholder {
  color: #d3d3d3;
  font-size: x-large;
  font-family: 'Yekan';
}
/*----------------------------Font------------------------------------*/

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


/*----------------------------------------------------------------------*/

main {
  float: right;
  width: 100%;
  margin-top: 160px;
  min-height: 500px;
}

.wrapper {
  width: 94%;
  margin: 0 auto;
  max-width: 1920px;
}

body {
  font-family: 'yekan';
}


/*--------------------------------header----------------------------------------------*/

header {
  width: 100%;
  float: right;
  position: fixed;
  z-index: 50;
  background: #0e2b6f;
}

.bordertop {
  width: 100%;
  float: right;
  background-color: #00b4bb;
  height: 11px;
}
.main-headertop
{
  display: flex;
  width: 100%;
  justify-content: end;
}

.headertop {
  height: 30px;
  background: #00b4bc;
  position: relative;
  margin-left: 10%;
  border-radius: 0 0 6px 6px;
}

.headertop a {
  color: white;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.headertop ul {
  float: right;
}
.headertop li {
  float: right;
  font-size: 90%;
  border-left: 1px solid white;
  padding: 0 33px;
}

.headertop li:last-child {
  border: none;
}

.headerbody {
  width: 100%;
  background: #0e2b6f;
  float: right
}

.headerbody .main-header {
  position: relative;
}

.logo {
  width: 88%;
  margin: auto 6%;
  max-width: 1920px;
  position: relative;
  top: -15px;
}

.logo .logo-div {
  float: right;
}

.hambermenu {
  display: none;
}

.menu {
  float: right;
  width: 85%;
  margin: auto 8%;
}

.main-nav {
  float: right;
  width: 100%;
  height: 42px;
  background: url('/files/menu-line.jpg') repeat;
}

.nav
{
  float: right;
  width:60%;
  position: relative;
  z-index: 999;
}
.nav-action
{
  float: right;
  width: 25%;
  padding-left: 3em;
}



.menu-action .subname{
  color:#00b4bb;
}
.menu-action other
{
  width:30%;
}
.count-dialog
{
  position: absolute;
  width: 144px;
  top: -40px;
  background-color: white;
  padding: 4px;
  border-radius: 8px;
  display: none;
  right: -11px;
}
.count-num
{
  background-color: #00b4bb;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 2px;
}
.count-num span
{
  color:white;
}
.nav-action .exit
{
  margin-right: 2rem;
  margin-top: 3px;
}
.nav-action .fullname
{
  line-height: 2;
  text-indent: 1rem;
  color: #888;
  margin-left: 1rem;
}
.ShowDialog
{
  display:block;
}
.fullname span
{
  white-space: nowrap;
}
.menu-action
{
  position: relative;
  top: 4px;
}
.menu_item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.subMenu {
  display: none;
  position: absolute;
  top: 41px;
  right: 0;
  background: #f9f9f9;
  width: 200px;
  z-index: 12;
  border-radius: 5px 0 5px 5px;
}

.menulist {
  float: right;
  padding: 0 20px;
  margin-left: 11px;
  font-size: 15px;
  transition: all 0.5s cubic-bezier(0.17, 0.49, 0.51, 1.05);
  position: relative;
}

.menulist:hover .subMenu {
  display: block;
}

.subMenu li:hover {
  background: #00b4bc;
}

.menulist:hover {
  background: #00b4bc;
}

.subMenu li {
  float: right;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 180, 188, 0.31);
  transition: all 0.5s cubic-bezier(0.17, 0.49, 0.51, 1.05);
}

.subMenu li:hover a {
  color: white;
}

.menulist>a {
  line-height: 42px;
  color: #003d73;
  display: block;
}

.subMenu a {
  color: #003d73;
}

.menulist a:hover {
  color: white;
}

.subMenu li:last-child {
  border: none;
}

.menu_item li {
  padding-left: 8px;
  padding-right: 8px;
  float: right;
  color: white;
  font-size: 15px;
  margin-left: 20px;
}

.menu_item li a,
.dropbtn {
  font-family: 'B Yekan';
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  border-radius: 5px;
  padding: 10px 5px 5px 10px;
}

.menu_item li a:hover,
.dropdown:hover .dropbtn {
  background-color: #00b4bb;
  color: red;
}

.center {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

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

.speech {
  width: 100%;
  float: right;
  margin: 20px 0;
}

.speech>img {
  float: right;
  width: 100%;
}

.dropdown-content {
  margin-top: 5%;
  display: none;
  position: absolute;
  background-color: #C9A751;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  right: 0;
  z-index: 10;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.branding-title {
  height: 30px;
  background-color: #EAEAEA;
  width: 100%;
  float: right;
  margin-top: 0;
  padding: 10px 0 5px 0;
  font-size: 15px;
  text-align: center;
  color: #00b4bb;
}
.logo-div img
{
  width: 80px;
}
.logo-div2 img
{
  width: 200px;
}

/*--------------------------Main-------------------------------------*/

.main-khbc {
  float: right;
  width: 100%;
  margin-top: 140px;
}

.main-khbc .slider {
  width: 100%;
  float: right;
  margin-top: 16px;
}

.main-khbc .main-content {
  width: 93%;
  float: right;
  margin: auto 4%;
}

.go-to-top img {
  width: 100%;
}

.link {
  list-style-type: none;
  padding: 3%;
  text-align: center;
  direction: rtl;
}

.fast-link li h2 {
  display: block;
  text-align: center;
  margin: 33% auto;
  color: #848484;
  font-size: 18px;
}

.news-content {
  padding: 10px;
  float: right;
}
.fast-link{
  display: flex;
  justify-content: center;
}
.fast-link li {
  position: relative;
  margin: 1%;
  border-radius: 50%;
  border: 14px solid #e6e6e6;
  transition-duration: 0.5s;
  width: 10rem;
  height: 10rem;
}

.fast-link li a {
  float: right;
  width: 100%;
  height: 100%;
}

.fast-link li img {
  position: absolute;
  right: 1px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.orange-circle {
  overflow: hidden;
  float: right;
  width: 100%;
}

.disno {
  opacity: 0;
  transition-duration: 0.5s;
}

.fast-link li:hover .disno {
  opacity: 1;
}

.fast-link li:hover h2 {
  color: #ffffff;
}

.fast-link li:hover {
  transform: scale(1.15, 1.15);
  transition: all 1s ease;
}

.fast-link li:hover .disp {
  opacity: 0;
}

.orange-circle span.call-ajax {
  background-image: url('/themes/Default/images/new/call_ajax_orange.png');
  width: 32px;
  height: 32px;
  display: block;
  z-index: 999;
}

.about-left img {
  width: 100%
}


/*-----------------------------------InterDouce-----------------------------------------*/

.conf-header {
  margin-top: 5rem;
}

.conf-header h2 {
  text-align: center;
  color: #00b4bc;
}

.conf-header .devide {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.about-right {
  width: 50%;
  float: right;
  padding: 3% 2%;
  box-sizing: border-box;
}

.about-left {
  width: 40%;
  float: right;
}


/*-------------------------News In Main Page-----------------------------------*/

.mp-news {
  float: right;
  width: 100%;
}

.mp-news h3 {
  text-align: center;
  color: #00b4bc;
}

.mp-news .devide {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 100%;
}

.news-image {
  float: right;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.news-image img {
  border-radius: 3px;
}

.confcontent {
  margin: 70px 0;
  background: rgba(255, 255, 255, 0.77);
  float: right;
  padding: 10px;
  z-index: 10;
  position: relative;
}

.conf-header h1 {
  margin: 0 auto;
  width: 100%;
  min-height: 50px;
  font-family: 'B Yekan';
  font-size: 24px;
  color: #003d73;
  text-align: center;
}

.dateNews {
  color: gray;
  font-size: 90%;
}

.news-content span {
  float: right;
  width: 100%;
  text-align: justify;
  direction: rtl;
  margin-bottom: 20px;
  line-height: 200%;
  color: #666;
}

.news-content p {
  direction: rtl;
  font-size: 15px;
  padding-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  text-align: justify;
}

.continue {
  display: table;
  margin: 0 auto;
  padding: 10px;
  background: #00b4bc;
  color: white;
  border-radius: 5px;
  font-size: 90%;
}

.news-content p {
  text-align: justify;
  color: #666;
  font-size: 14px;
  line-height: 200%;
}

.main-slider {
  background-color: #0e2b6f;
  padding: 90px 0;
  box-shadow: 0 1px 10px 1px #00b4bc;
  float: right;
  width: 100%;
  margin: 85px auto;
  direction: rtl;
}

.main-slider h3 {
  position: relative;
  bottom: 35px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.main-slider h3:before {
  content: "";
  width: 42%;
  height: 5px;
  background: white;
  position: absolute;
  right: 0;
  top: 9px;
}

.main-slider h3:after {
  content: "";
  width: 41%;
  height: 5px;
  background: white;
  position: absolute;
  left: 0;
  top: 9px;
}


/*---------------------------------------------hamiyan----------------------------------------------------*/

.main-hami {
  float: right;
  width: 100%;
  margin: 50px auto 25px;
  direction: rtl;
}

.main-hami img {
  height: 100px;
  width: 115px !important;
}

.main-hami h3 {
  position: relative;
  bottom: 35px;
  font-size: 16px;
  color: #003d73;
  text-align: center;
  margin: 0 auto;
}

.main-hami h3:before {
  content: "";
  width: 42%;
  height: 5px;
  background: #003d73;
  position: absolute;
  right: 0;
  top: 9px;
}

.main-hami h3:after {
  content: "";
  width: 41%;
  height: 5px;
  background: #003d73;
  position: absolute;
  left: 0;
  top: 9px;
}

.news_main {
  width: 100%;
  float: right;
  margin: 30px 0;
}

.news-content h2 a {
  color: #003d73;
  line-height: 150%;
  font-size: 16px;
}

.newsmainp:hover .news-content p {
  height: 62%;
  visibility: visible;
  ;
}

.newsmainp {
  margin: 0 1%;
  width: 23%;
  direction: rtl;
  float: right;
  height: 450px;
  text-align: justify;
  line-height: 26px;
}

.newsPageContent h1 {
  width: 100%;
  float: right;
  font-size: 120%;
  margin-bottom: 20px;
  direction: rtl;
  color: #00b4bb;
}

.sponcer {
  float: right;
  width: 100%;
  margin-top: 50px;
}

.sponcer h3 {
  text-align: center;
  font-family: 'B Yekan';
  font-size: 16px;
  color: #00646F;
  margin-bottom: 15px;
  position: relative;
}

.sponcer h3:after {
  background: url('/themes/Default/images/new/headerback.png') no-repeat center;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.sponcer ul li {
  transition: all 0.5s cubic-bezier(0.16, 0.24, 0.51, 1.05)
}

.sponcer ul li:hover {
  transform: scale(1.0, 1.1);
}
.conf-content p, .conf-content span{
  text-align: justify;
  font-size: 1.1rem !important ;
  color: #333 !important;
  line-height : 2 !important;
}

/*-----------------------------------------------------------------*/

.about-footer {
  text-align: center;
  background: #1f1f1f;
  color: #fff;
  font-size: 13px;
}

.about-footer a {
  color: white;
}

footer {
  float: right;
  width: 100%;
}

.footer {
  float: right;
  background-color: #0e2b6f;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: space-around;
  direction: rtl;
}

.footer-logo {
  text-align: left;
  width: 8%;
}

.newsPageContent h1 {
  float: right;
  margin-bottom: 20px;
  font-size: 140%;
  color: #00b4bb;
}

.footer-links {
  direction: rtl;
  width: 45%;
  font-size: 16px;
  color: white;
  padding-right: 15px;
  padding-top: 40px;
  line-height: 33px;
}

.footer-links a {
  font-size: 14px;
  color: #00b4bc;
  text-shadow: 1px 1px 0 #000000;
  text-decoration: none;
}

.footer-social {
  padding-top: 40px;
  width: 40%;
  text-align: center;
}

.footer-social a {
  color: white;
  font-size: 25px;
  width: 35px;
  display: inline-block;
}

.go-to-top {
  width: 60px;
  position: fixed;
  right: 0;
  bottom: -50px;
  cursor: pointer;
  transition-duration: 1s;
  z-index: 1500;
}

.lightbox-list {
  width: 28%;
  margin: 1%;
  display: inline-block;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.lightbox-list img {
  width: 80%;
}

.lightbox-title {
  float: right;
  width: 100%;
  padding: 12px 0;
  background: #00b4bb;
  color: white;
}

.main-photogallery {
  direction: rtl;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 90px;
  width: 98%;
  max-width: 1024px;
  margin: 0 auto;
}

.main-photogallery h2 {
  color: #00969c;
  border: 1px dotted #00b4bb;
  margin-top: 75px;
  background: #82f4f90f;
  margin-bottom: 30px;
}

.main-photogallery h1 {
  width: 100%;
  float: right;
  margin: 50px 0;
  text-align: right;
  font-size: 140%;
  color: #00b4bb;
}

.lighbox-item {
  margin-top: 10px;
  margin-bottom: 20px;
}

.lightbox-item>p {
  position: absolute;
  background: rgba(26, 76, 110, 0.61);
  color: white;
  font-size: 16px;
  line-height: 50px;
  transition: all .5s ease;
  top: -100px;
}

.lightbox-item:hover>p {
  top: 0;
}


/* News Content CSS*/

.newsCenter {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.newsPageContent {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 70%;
  float: right;
  border-left: 1px solid #d8d8d8;
  padding-left: 1%;
}

.newsMenu {
  width: 25%;
  float: left;
  margin-top: 30px;
}

.newsImage {
  margin-bottom: 14px;
  float: right;
  width: 100%;
  text-align: center;
}

.newsImage img {
  max-width: 90%;
  border-radius: 10px;
}

.newsMenu .fast-link li {
  margin-bottom: 20px;
}

.newsTitle {
  text-align: right;
  font-size: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
}

.dateOfPublished {
  font-size: 12px;
  padding: 10px 0;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  margin-bottom: 21px;
  display: inline-block;
  color: white;
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
  direction: rtl;
  background: #a7a7f9;
}

.dateOfPublished i {
  margin-left: 3px;
}

.newsPost {
  font-size: 13px;
  margin-bottom: 10px;
}

.newsPost p {
  text-align: justify !important;
  direction: rtl;
  color: #5c5c5c;
  font-size: 110%;
  line-height: 150%;
}

.go-to-top span {
  background-color: #003d73;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50px;
}

.go-to-top span:after {
  font-family: 'FontAwesome';
  content: '\f106';
  font-size: 40px;
  color: white;
  position: absolute;
  top: -2px;
  right: 26px;
}

.hami {
  float: right;
  width: 100%;
}

.logobot {
  width: 420px;
  position: absolute;
  background: #00b4bb;
  height: 31px;
  bottom: -12px;
  right: 10%;
  border-radius: 5px;
  z-index: 10;
}

.logobot h1 {
  text-align: center;
  position: relative;
  top: 7px;
  color: white;
  font-size: 16px;
  text-shadow: 0 2px 2px black;
}

.divnews {
  width: 100%;
  margin-bottom: 10px;
  float: right;
  box-sizing: border-box;
  padding: 5px;
  -webkit-box-shadow: 0 0 5px 1px rgba(133, 133, 133, 1);
  -moz-box-shadow: 0 0 5px 1px rgba(133, 133, 133, 1);
  box-shadow: 0 0 5px 1px rgba(133, 133, 133, 1);
  border-radius: 3px;
}

.divnews img {
  float: right;
  width: 20%;
}

.newsbody {
  float: left;
  width: 78%;
  direction: rtl;
}

.newsbody p {
  padding: 5px;
  direction: ltr;
  color: gray;
}

.newsbody p:before {
  font-family: fontawesome;
  content: "\f073";
  float: left;
}

.newsbody h2 {
  float: right;
  width: 100%;
  color: #00b4bb;
  margin: 10px 0;
}

.newsbody span {
  font-size: 95%;
  line-height: 140%;
}

.khbc-sponscer {
  width: 83%;
}

.hami .lightbox-list {
  width: 20%;
  margin: 10px 15px;
}

.hami .lightbox-title {
  width: 100%;
  padding: 5px 0;
  background: #00b4bb;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gmap {
  width: 30%;
  float: left;
}

.topd {
  width: 100%;
  float: right;
  margin-top: 35px;
}

.contact {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 70%;
  float: right;
  padding-left: 1%;
  direction: rtl;
}

.contact-title {
  text-align: right;
  font-weight: 500;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top: 5px solid #454545;
  direction: rtl;
  text-indent: 25px;
  line-height: 54px;
  height: 54px;
  width: 100%;
  background-color: #f6f6f6;
  color: #373737;
  margin: 0;
}

.contactbox {
  padding: 15px;
}

.contactbox p {
  direction: rtl;
  color: #7d7d7d;
  margin-bottom: 20px;
}

.contact-right {
  width: 68%;
  float: right;
  border-left: 2px solid #dedede;
  padding: 5%;
}

.contact-form {
  width: 100%;
  margin-left: 3%;
  margin-top: 10px;
}

.contact-input {
  width: 40% !important;
  padding: 5px 0 6px 0;
  border-radius: 4px;
  border: 1px solid #dedede !important;
  margin-bottom: 5px;
  text-indent: 4px;
  color: #7d7d7d;
  direction: rtl;
}

.contact-input-div i {
  text-align: center;
  font-size: 20px;
  color: #027fa3;
  width: 10%;
  margin-top: 5px;
  float: right;
}

.row1 {
  width: 100%;
  float: right;
}

.contact-textarea {
  width: 84% !important;
  height: 150px;
  line-height: 1.5;
  padding: 5px 0 6px 0;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  color: #7d7d7d;
  direction: rtl;
  text-indent: 4px;
}

.contactButtonPosition {
  text-align: center;
  width: 90%;
}

.contact-button {
  border: none;
  width: 140px;
  height: 30px;
  background: #027fa3;
  box-shadow: none;
  text-shadow: none;
  color: #FFF;
  line-height: 30px;
  margin: 0 25px;
  border-radius: 4px;
  cursor: pointer;
}

.contact-left {
  float: right;
  padding-right: 10px;
  width: 20%;
  direction: rtl;
}

.contact-left h4 {
  margin-bottom: 10px;
}

.contact-left p {
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 25px;
}

.divTable {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.khbc-register-main
{
  display: flex;
  direction: rtl;
  flex-wrap: wrap;
}

.register-item {
  display: block;
  width: 290px;
  min-height: 50px;
  direction: rtl;
  text-align: right;
}
.register-item-btn
{
  display: flex;
  justify-content: center;
}
.register-item-btn button
{
  background-color: #1eb0bd;
  border: 1px solid #1eb0bd
}

.register-item label {
  margin-top: 15px;
  display: inline-block;
  margin-right: 5px;
  min-width: 150px;
  color: #00b4bc;
}
.must {
  color: red;
  font-size: 27px;
  position: relative;
  top: 9px;
}
.register-input {
  display: inline-block;
  width: 240px;
  font-family: yekan;
  margin-top: 5px;
}
.register-input input {
  width: 100% !important;
}
.register-input textarea {
  width: 100% !important;
}
.register-input select {
  width: 100% !important;
  font-family: yekan;
}
.cop {
  text-align: center;
  display: block;
  color: white;
  padding-bottom: 10px;
  font-family: yekan;
  font-size: 12px;
}

/*---------------------------inner page-------------------------------*/
.main-obplus {
  background-color: #eeeeee;
  padding-top: 40px;
  padding-bottom: 80px;
  direction: rtl;
}
.obp-center {
  background-color: white;
  width: 94%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  padding: 3rem;
  display: flex;
  justify-content: space-between;
}
.obp-right {
  width: 73%;
}
.obp-header {
  direction: rtl;
  width: 100%;
}
.obp-header a {
  color: #00b4bc;
  font-size: x-large;
}
.obp-header h2 {
  color: #0e2b6f;
}
.obp-header span {
  color: #b29999;
}
.obp-header i {
  color: #b29999;
}
.obp-img {
  float: right;
  width: 100%;
}
.obp-img img {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  padding: 4px;
  max-width: 100%;
}
.obp-part1 {
  float: right;
  width: 25%;
  margin-top: 20px;
}
.obp-part1-img {
  width: 80%;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999999;
  margin-bottom: 20px;
  margin: 0 auto;
}
.obp-part1-img img {
  max-width: 55%;
  border-radius: 7%;
  display: block;
  margin: 0 auto;
}
.obp-part1-opin i {
  font-size: 39px;
  margin: 0 auto;
  display: table;
  margin-top: 20px;
}
.obp-part1-opin p {
  color: #444444;
  text-align: center;
}
.obp-part1-share {
  margin-top: 25px;
}
.obp-part1-share>i {
  font-size: 39px;
  margin: 0 auto;
  display: table;
}
.obp-part1-share p {
  text-align: center;
  color: #1e326780;
}
.obp-part1-share ul i {
  font-size: 30px;
  margin: 0 auto;
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
}
.catalog-download {
  text-align: center;
  padding: 4%;
  background-color: #1eb0bd;
  width: 43%;
  margin: auto;
  border-radius: 5px;
  margin-top: 35px;
}
.catalog-download a {
  color: white;
}
.obp-facebook i {
  color: #3b5998;
}
.obp-telegram i {
  color: #2ca5e0;
}
.obp-twitter i {
  color: #55acee;
}
.obp-gplus i {
  color: #dd4b39;
}
.obp-part {
  float: right;
  width: 70%;
  direction: rtl;
  padding: 15px;
  box-sizing: border-box;
  text-align: justify;
  line-height: 30px;
}
.obp-part .obp-text{
  color: #444;
}
.obp-label {
  margin-top: 30px;
}
.obp-label p {
  float: right;
  margin: 0 10px;
  background-color: #dd4b39;
  padding: 3px 10px;
  color: white;
}
.obp-label li {
  float: right;
  margin: 0 3px;
  background-color: #1EB0BD;
  padding: 3px 10px;
  color: white;
}
.obp-label li a {
  color: white;
}
.obp-left {
  width: 24%;
}
.obp-box {
  direction: rtl;
  text-align: right;
}
.obp-box h3 {
  background-color: #1eb0bd;
  color: white;
  padding: 0.1rem 0.5rem;
  font-weight: 500;
  border-radius: 3px;
  display: block;
}

.obp-box ul {
  margin-top: 15px;
  MARGIN-BOTTOM: 15PX;
}
.obp-box ul li {
  position: relative;
  right: 0;
  transition: all 0.5s ease;
  line-height: 26px;
  text-align: justify;
}
.obp-box ul li i {
  color: #1eb0bd;
  font-size: 12px;
  position: relative;
  top: 0;
  padding-left: 2px;
}
.obp-box ul li a {
  color: #003d73;
  line-height: 2.2;
  transition: all 0.5s ease;
}
.obp-box ul li:hover {
  right: 5px;
}
.obp-box ul li:hover a {
  color: #00646d;
}
.leftmenu-i {
  padding-left: 4px;
  position: relative;
  top: 1px
}
.obp-pbox li {
  float: right;
  width: 29%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
  border: 1px solid #f6f6f6 !important;
  background: #f6f6f6;
  min-height: 330px;
  position: relative;
}
.obp-pbox-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #fff;
  position: relative
}
.obp-pbox-img img {
  max-width: 100%;
  min-height: 180px;
  max-height: 180px;
}
.obp-pbox-more {
  width: 100%;
  display: block;
  background: #1eb0bd;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  bottom: 1px;
  position: absolute;
}
.obp-pbox-more a {
  color: white;
}
.obp-pbox-title {
  padding: 10px;
}
.obp-pbox-title a {
  text-align: justify;
  color: #616a80;
  line-height: 27px;
}
.obp-pbox-img a {
  position: relative;
  display: block;
}
.obp-pbox-img a:before {
  content: '';
  background: #666263;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.obp-pbox-img a:after {
  content: '';
  background: url(../images/imgbox-before.png) center no-repeat;
  width: 64px;
  height: 69px;
  opacity: 0;
  position: absolute;
  top: 38%;
  left: 38%;
  transform: scale(0, 0);
  transition: all 0.3s ease-in-out;
}
.obp-pbox li:hover .obp-pbox-more {
  background: #ff8500;
}
.obp-pbox li:hover .obp-pbox-img a:before {
  opacity: 0.7;
}
.obp-pbox li:hover .obp-pbox-img a:after {
  opacity: 1;
  transform: scale(1, 1);
}
.obp-box-header {
  margin: 0 auto;
  text-align: center;
  color: #666;
  border-bottom: 2px solid #1eb0bd;
}
.obp-box-header h2 {
  color: white;
  display: table;
  background-color: #1eb0bd;
  margin: 0 auto;
  padding: 0 30px;
  font-weight: 500;
}

/*-------------------------------news----------------------------------*/
.obp-news li {
  float: right;
  width: 95%;
  margin-top: 20px;
  border: 1px solid #f6f6f6 !important;
  background: #f6f6f6;
  min-height: 150px;
  position: relative;
  border-radius: 3px;
}
.obp-news-img {
  float: right;
  width: 30%;
  position: relative;
}
.obp-news-img img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.obp-news-img a:before {
  content: '';
  background: #666263;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.obp-news-img a:after {
  content: '';
  background: url(/themes/Default/images/imgbox-before.png) center no-repeat;
  width: 64px;
  height: 69px;
  opacity: 0;
  position: absolute;
  top: 38%;
  left: 38%;
  transform: scale(0, 0);
  transition: all 0.3s ease-in-out;
}
.obp-news li:hover .obp-news-img a:before {
  opacity: 0.7;
}
.obp-news li:hover .obp-news-img a:after {
  opacity: 1;
  transform: scale(1, 1);
}
.obp-newsbox-title {
  float: right;
  width: 70%;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 15px
}
.obp-newsbox-title a {
  color: #616a80;
}
.obp-newbox-more {
  display: block;
  background: #1eb0bd;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  position: absolute;
  width: 15%;
  left: 0;
}

.obp-newbox-more>a {
  color: white;
}
.obp-news-content {
  width: 70%;
  text-align: justify;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 15px;
  float: right;
  padding-left: 10px;
  line-height: 20px;
  color: #888;
  font-size: 14px;
  direction: rtl;
}
.obp-news li:hover .obp-newbox-more {
  background: #ff8500;
}
.obp-newsbox-title h4 {
  direction: rtl;
  color: #1499a5;
}


/*--------------------------------*/
.poll-item
{
  margin:15px 0;
  position: relative;
}

.poll-item input
{
  width: 75%;
  font-family: 'Yekan';
  border-radius: 5px;
  border: 1px solid #1eb0bd;
  line-height: 28px;
  height: 40px;
}

.poll-item select
{
  width: 75%;
  text-indent: 11px;
  font-family: 'Yekan';
  border-radius: 5px;
  border: 1px solid #1eb0bd;
  line-height: 28px;
  min-height: 33px;
  height: 40px;
}
.poll-btn
{
  background-color: #1eb0bd !important;
  border: none;
  padding: 5px 17px;
  font-size: 15px;
  border-radius: 8px;
  color: white;
  font-family: 'Yekan';
}
.form-group input {
  width: 100%;
  min-height: 45px;
  border-radius: 5px;
  border: 1px solid #1eb0bd;
  text-align: center;
  font-size: 15px;
}
.form-group
{
  margin: auto;
  display: table;
}

.poll-brand-main select
{
  width: 15%;
  font-family: 'Yekan';
  border-radius: 5px;
  border: 1px solid #1eb0bd;
  line-height: 28px;
  text-align: center;
}
.poll-brand-item img
{
  width: 170px !important;
  max-height: 150px;
  max-width: 100%;
  border-radius: 10px;
}
.poll-catagory-item , .poll-brand-box
{
  border: 2px solid #1eb0bd;
  margin: 0.5rem 0.5rem;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  width: 14rem;
  transition: all 0.5s ease;
  transform: scale(1, 1);
  min-height:200px;
}
.poll-brand-box:hover
{
  transform: scale(1.05, 1.05);
}
.poll-question-item select
{
  font-family: 'Yekan';
  border-radius: 5px;
  border: 1px solid #1eb0bd;
  height: 40px;
  text-align: center;
  min-width: 180px;
  background: white;
}
.poll-question-item textarea
{
  font-family: 'Yekan';
  border-radius: 5px;
  border: 1px solid #1eb0bd;
  line-height: 28px;
  min-width: 400px;
  min-height: 100px;
}
input[type=range] {
  height: 26px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 330px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #003d73;
  background: #003d73;
  border-radius: 14px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 40px;
  border-radius: 12px;
  background: #1eb0bd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #003d73;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #003d73;
  background: #003d73;
  border-radius: 14px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 40px;
  border-radius: 12px;
  background: #529DE1;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #50555C;
  border: 0px solid #000000;
  border-radius: 28px;
  box-shadow: 1px 1px 1px #50555C;
}
input[type=range]::-ms-fill-upper {
  background: #50555C;
  border: 0px solid #000000;
  border-radius: 28px;
  box-shadow: 1px 1px 1px #50555C;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 40px;
  border-radius: 12px;
  background: #529DE1;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #50555C;
}
input[type=range]:focus::-ms-fill-upper {
  background: #50555C;
}
.RangeValue
{
  font-size: 28px;
  position: relative;
  top: -7px;
  right: 15px;
  color: #1eb0bd;
}
.poll-brand-box
{
  position: relative;
  min-height: 200px;
}

.sp-f-message {
  color: var(--danger);
  display: none;
  position: absolute;
  bottom: -27px;
}
.sp-invalidated .sp-f-message {
  display: block;

}
.RangePoll
{
  width: 17px;
  visibility: hidden;
  position: absolute;
  right: 0px;
  top: 31px;
}
.poll-question-range .sp-f-message
{
  bottom: -10px;
}
.poll-brand-active
{
  border:3px solid #00b4bb !important;
}
.khbc-text
{
  color: #003d73;
}


.poll-catagory-item:hover
{
  transform: scale(1.05, 1.05);
}

.poll-catagory-item img
{
  width: 170px !important;
  max-height: 150px;
  max-width: 100%;
  border-radius: 10px;
  height: 100px;
}
.poll-main-header
{
  width: 90%;
}
.poll-catagory-item p,.brand-title p
{
  color: #1eb0bd;
}
.brand-image
{
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-title
{
  margin-top: 15px;
}
.menu-exit
{
  left: 10%;
  top: 4px;
  text-decoration: underline;
  color: #00b4bc;

}
.poll-back
{
  left: 0px;
  top: 4px;
  color: #1eb0bd;
  font-size: 14px;
  font-weight: 700;
  padding: 1px 8px;
  transition: all 0.5s ease;
  transform: scale(1, 1);
}
.poll-back:hover
{
  transform: scale(1.05, 1.05);
}
.poll-header-box
{
  color: #003d73;
}
.menu-enter
{
  margin-top: 4px;
  color: #003d73;
  margin-left: 4em;
}
/*-------------------------------------enamad---------------*/
.enamad {
  width: 100%;
  background-color: #F2F2F2;
  padding-bottom: 20px;
}
.enamad-text {
  width: 55%;
  position: relative;
  min-height: 280px;
  background-color: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-family: yekan;
  direction: rtl;
  line-height: 25px;
  box-sizing: border-box;
  float: right;
  margin-top: 2%;
  color: #666;
  text-align: justify;
}
.enamad-ban {
  width: 40%;
  float: right;
}
.enamad-ban img {
  max-width: 74%;
  padding-top: 26px;
}
.conf-header .devide
{
  max-width: 100%;
}
.poll-field
{
  width:50%;
}
.poll-main img
{
  max-width:100%;
}

.poll-question-header
{
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 19px;
}
.poll-question-header input
{
  border-radius: 10px;
  min-height: 30px;
  border: 1px solid #1eb0bd;
  font-family: yekan;
  width:90%;
  text-indent: 10px;
}
.poll-question-header input:focus
{
  border: 1px solid #0e2b6f;
}
.poll-question-body .list
{
  display:flex;
  flex-wrap: wrap;
}
.poll-question-item
{
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin-left: 24px;
}

.question-item
{
  border: 1px solid #1eb0bd;
  border-radius: 12px;
  margin-bottom: 13px;
  padding: 10px;
}
.poll-question-btn button
{
  display: table;
  margin: auto;
  font-family: yekan;
  background-color: #1eb0bd !important;
  border: none;
  padding: 7px 60px;
  font-size: 19px;
  margin-top: 30px;
  border-radius: 12px;
  color: white;
}
.poll-question-top p
{
  margin-bottom: 13px;
  padding: 10px;
  margin-top: 10px;
  font-size: 19px;
  color: #0e2b6f;
  line-height: 32px;
}
.poll-question-header > div
{
  width: calc(33% - 10px);
}
.poll-progress
{
  margin-right: 4px;
  margin-left: 4px;
  color: #1eb0bd;
  font-weight: 900;
}
.poll-link
{
  display: inline-block;
  margin: auto;
  font-family: yekan;
  background-color: #1eb0bd !important;
  border: none;
  padding: 7px 60px;
  font-size: 19px;
  margin-top: 20px;
  border-radius: 12px;
  color: white;
}
.poll-question-item input
{
  cursor: pointer;
}
.poll-perview
{
  margin-top: 60px;
  text-align: center;
}
.poll-perview p
{
}
.poll-perview-btn
{
  display: flex;
  justify-content: center;
}
.poll-perview-btn button
{
  font-family: yekan;
  background-color: #1eb0bd !important;
  border: none;
  padding: 7px 60px;
  font-size: 19px;
  margin-top: 30px;
  border-radius: 12px;
  color: white;
  margin-left: 15px;
  cursor:pointer;
}


/*-------------------------------RESPONSIVE----------------------------------------*/
/*------------------1440px------------------*/
@media screen and (max-width:1350px) {
  header
  {
    position: static;
  }
  main
  {
    margin-top: 0px;
  }
  .conf-header .devide img
  {
    max-width: 100%;
  }
  .menulist {
    padding: 0 10px;
  }
}
/*------------------1024px------------------*/
@media screen and (max-width:1024px)
{
  .menu {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .logo {
    margin-right: 1%;
    margin-top: 5%;
  }


  .headertop li {
    padding: 0 6px;
    box-sizing: border-box;
  }

  .menu {
    DISPLAY: NONE;
  }

  .menushow {
    background-color: #003d73;
    DISPLAY: block;
    width: 100%;
    margin: 0;
  }

  .subMenu {
    background: #003d73;
  }

  .hambermenu {
    display: block;
    color: #003d73;
    font-size: 200%;
    float: right;
    margin-right: 20px;
    cursor: pointer;
    transition-duration: 1s;
  }

  .logo {
    margin-right: 0;
    margin-top: 0;
    display: table;
    margin: 0 auto;
    width: inherit;
    float: none;
    flex-direction: row;
    display: flex;
    justify-content: center;
  }

  .about-right
  {
    width: 100%;
  }
  .about-left
  {
    width: 100%;
  }

  .footer
  {
    flex-direction: column;
  }
  .footer-logo {
    text-align: right;
    width: 100%;
  }
  .footer-links
  {
    padding-top: 10px;
    width: 100%;
  }
  .footer-social {
    padding-top: 25px;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }
  .poll-brand
  {
    justify-content: center;
  }
  .main-poll-box
  {
    flex-direction: column-reverse;
  }
  .poll-question-item textarea
  {
    min-width: initial;
    min-height: 100px;
    width: 100%;
  }
  .menulist {
    width: 100%;
  }
  .menulist>a
  {
    color: #ffffff;
  }

  .subMenu a {
    color: #ffffff;
  }
  .lightbox-list {
    width: 45%;
    margin: 0;
  }
  .obp-left {
    width: 35%;
  }
  .obp-right {
    width: 70%;
  }
  .hami .lightbox-list {
    width: 40%;
  }
  .poll-brand-box
  {
    width:30%
  }
}
/*------------------960px------------------*/
@media screen and (max-width:960px)
{
  .obp-center
  {
    padding: 1rem;
    flex-direction: column;
  }

  .obp-box-header h2
  {
    padding: 0 10px;
    font-weight: 500;
    font-size: 21px;
  }
  .nav-action .fullname {
    position: absolute;
    left: -15px;
    top: 45px;
    font-size: small;
  }
  .obp-part1-share ul
  {
    display: flex;
    justify-content: center;
  }
  .obp-part
  {
    padding: 10px;
    width: 100%;
  }
  .obp-part1-share li
  {
    margin: 10px;
  }
  .logo
  {
    top: 0px;
  }
  .main-headertop
  {
    margin-bottom: 15px;
  }
  .headertop
  {
    max-width: inherit;
    height: 30px;
    width: 100%;
    margin: 0px;
  }
  .headertop li
  {
    width:50%
  }
  .headertop ul {
    float: right;
    width: 100%;
    text-align: center;
  }
  .nav
  {
    width: 50%;
  }
  .nav-action
  {
    width: 50%;
  }
  .obp-part1 {
    display:none;
  }

  .obp-right {
    width: 100%;
  }
  .obp-left {
    width: 100%;
  }
}
/*------------------------------------*/
@media screen and (max-width:768px)
{

  .main-m-poll .obp-box
  {
    display: none;
  }
  .poll-item-login
  {
    width: 100% !important;
  }
  .nav-action
  {
    padding-left: 1rem;
  }
  .poll-field
  {
    width:100%;
  }
  .sp-w-10 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .poll-item p {
    width: 100%;
  }

  .fast-link li
  {
    width: 45%;
  }
  .fast-link
  {
    flex-wrap: wrap;
  }
  .obp-news li{
    width: 100%;
    display: flex;
    flex-flow: column;
  }
  .obp-news-content ,.obp-newsbox-title, .obp-news-img,.obp-news li {
    width: 100%;
  }
  .obp-newbox-more{
    display:none 
  }
}
/*------------------640px------------------*/
@media screen and (max-width:640px)
{
  .lightbox-list {
    width: 100%;
  }
  .hami .lightbox-list {
    width: 100%;
  }
  .poll-question-item select{
    width: 100%;
  }
  .poll-question-item-col
  {
    flex-direction: column !important;
    align-items: end;
  }
  .poll-item-box
  {
    flex-direction: column;
  }
  .newsmainp{
    width: 100%;
    margin: auto;
  }
  .main-hami{
    display: none; 
  }
}
/*------------------480px------------------*/
@media screen and (max-width:480px)
{
  .poll-catagory-item, .poll-brand-box {
    width: 49%;
    margin: 0.25rem 0;
    min-height: initial;
    padding: 1rem 0;
  }
  .poll-brand {
    justify-content: space-between;
  }
  .poll-catagory-item img{
    border-radius: 0;
  }
  input[type=range]{
    width: 90%;
  }
  .poll-question-body .list
  {
    flex-direction: column;
  }
  .poll-question-header
  {
    flex-direction: column;
  }
  .poll-question-header > div {
    width: 100%;
  }
}
/*------------------320px------------------*/
@media screen and (max-width:320px)
{
  .poll-catagory-item, .poll-brand-box {
    width: 100%;
  }

}


/*-----------------------Print------------------------*/
@media print
{
  header,.obp-left,footer
  {
    display:none;
  }
  .obp-right {
    width: 100%;
  }
  main
  {
    margin-top:0;
  }
  .print-none{
    display: none; 
  }
}
