@font-face{
  font-family:'iransans';
  src: url('../fonts/IRANSansWeb.eot');
  src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb.woff') format('woff'), url('../fonts/IRANSansWeb.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family:'Yekan';
  src: url('../fonts/Yekan.eot');
  src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'), url('../fonts/Yekan.woff') format('woff'), url('../fonts/Yekan.ttf') format('truetype'), url('font/Yekan.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body, h1,h2,h3,h4,h5,h6,p,div,span,a,.a,li,ul,input,textarea,button,.module,option,select{
	font-family: 'iransans' !important;
}
.top-header {
    min-height: 100px;
    width: 100%;
    background-color: #1010a2;
    background-image: linear-gradient(141deg, #2b56a5 0%, #5d54e4 51%, #3059a2 75%);
}
.top-header img {
    margin: 0 auto;
    display: table;
    clear: both;
}
nav.main-navbar {
  background-color: #0a0a63 !important;
  padding: 0;
  min-height: 49px;
}
ul.navbar-nav.mr-auto {
    margin: 0 auto !important;
}
li.nav-item a {
    font-size: 14px !important;
}
a.nav-link {
    color: #fff !important;
}
li.nav-item {
    padding-right: 10px;
    padding-left: 10px;
}
li.nav-item:hover {
    background-color: #4257bd;
    transition: 0.3s all;
}
#navbarSupportedContent {
    line-height: 33px;
}
.navbar-toggler {
    font-size: 25px !important;
    color: #fff !important;
}

.slider-caption {
    position: absolute;
    top: 33%;
    right: 62px;
    left: inherit !important;
    z-index: 100;
    color: #000;
    padding: 35px 15px;
    font-size: 19px;
    height: auto;
    width: 32%;
    text-align: right;
    background-color: #ffffff7a;
}
.slider-caption h2,.slider-caption h1 {
    color: #fff !IMPORTANT;
}
.slider-caption {
    top: 29%;
    padding: 12px 9px;
    font-size: 12px;
    width: 27%;
    text-align: right;
}
a.btn.btn-sm.btn-success.btn-slider-link {
    width: 90px;
    font-size: 7px;
    position: relative;
    padding: 0;
}
.btn-slider-link{
  background-color: #d2b862 !important;
  color: #fff !important;
  font-size: 12px;
  border: none !important;
}
#slider .owl-prev {
    position: absolute;
    right: 40px;
    top: 40%;
    opacity: 0;
    background: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    z-index: 100;
}
#slider .owl-prev i {
    font-size: 45px;
    color: #fff;
}
#slider .owl-next {
    position: absolute;
    left: 40px;
    top: 40%;
    opacity: 0;
    background: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    z-index: 100;
}
#slider .owl-next i {
    font-size: 45px;
    color: #fff;
}
#slider:hover .owl-prev{
  right: 0px;
  opacity: 0.6;
}
#slider:hover .owl-next{
  left: 0px;
  opacity: 0.6;
}

footer {
    margin: 0;
    padding: 3px;
    background-color: #0a0a63 !important;
    clear: both;
    color: #fff !important;
    text-align: center;
}
.copyrights {
    margin-top: 10px;
    font-size: 13px;
}

section.pagetitle-section {
    background-color: #f3f3f3;
    padding: 25px;
    margin-bottom: 50px;
    margin-right: -15px;
    margin-left: -15px;
}
.pagetitle-section .breadcrumb {
    background-color: inherit !important;
    font-size: 14px;
    float: left;
}
.pagetitle-section h1 {
    font-size: 30px;
}
.row.PageTitle {
    padding-top: 15px;
}
.page-content img {
    margin: 0 auto;
    display: table;
}
.page-content p {
    font-size: 14px;
}
.page-content h1 {
    font-size: 27px;
}
.page-content h2 {
    font-size: 24px;
}
.page-content h3 {
    font-size: 20px;
}
.page-content h4 {
    font-size: 18px;
}
.page-content h5 {
    font-size: 15px;
}
.accordion {
	background: #FFF;
	border-radius: 5px;
	padding: 30px;
}

.accordion ul {
	margin-bottom: 0;
}

.accordion .question {
	border-top: 1px solid #EEE;
	padding: 20px;
	cursor: pointer;
	position: relative;
}

.accordion .question i {
	position: absolute;
	left: 20px;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.accordion .answer {
	max-height: 0;
	overflow: hidden;
	transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.accordion .answer p,
.accordion .answer img {
	margin: 20px;
}

.accordion .question h3 {
	font-size: 15px;
	margin: 0;
	color: #C00C00;
}

.accordion .question h4 {
	font-size: 14px;
	margin: 0;
	color: #C00C00;
}
.accordion .answer {
	display: flex;
	flex-direction: row;
}
.accordion li.open .question i {
	transform: rotate(180deg);
}

.accordion li.open .answer {
	max-height: 300px;
}
.mt50{
  margin-top: 50px;
}
.mt100{
  margin-top: 100px;
}
.mt20{
  margin-top: 20px;
}
.mb50{
  margin-bottom: 50px;
}

.mb100{
  margin-bottom: 100px;
}
.mb20{
  margin-bottom: 20px;
}

.pb50{
  padding-bottom: 50px;
}

.pb100{
  padding-bottom: 100px;
}
.pb20{
  padding-bottom: 20px;
}

.pt50{
  padding-top: 50px;
}

.pt100{
  padding-top: 100px;
}
.pt20{
  padding-top: 20px;
}
.text-align-center{
  text-align: center;
}
.btn-fullwidth{
  width: 100%;
}
.fullwidth-map {
    margin-bottom: -30px;
}
.login-panel {
    background-color: #ffffffd1;
    padding: 55px;
}
section.background-login {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -50px;
    margin-bottom: -30px;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #1010a2;
    background-image: linear-gradient(141deg, #2b56a5 0%, #5d54e4 51%, #3059a2 75%);
    overflow: hidden;
}
.no-padding {
    padding: 0 !important;
}

.loader {
  border: 7px solid #f3f3f3;
      border-top: 7px solid #5155d3;
      border-radius: 50%;
      width: 29px;
      height: 29px;
      animation: spin 2s linear infinite;
      display: none;
      left: 8px;
      position: absolute;
      top: 37px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader1 {
  border: 7px solid #f3f3f3;
      border-top: 7px solid #5155d3;
      border-radius: 50%;
      width: 29px;
      height: 29px;
      animation: spin 2s linear infinite;
      display: none;
      left: 8px;
      position: absolute;
      top: 37px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#sendagainLink span{
  cursor: pointer;
}
.alert-success {
    color: #ffffff !important;
    background-color: #60ce77 !important;
    border-color: #c3e6cb ;
}

.register-panel {
    padding: 30px;
    background-color: #ffffffbd;
}


ul, .vmenu {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
.vmenu {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret-li {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret-li::before {
  content: "\f053";
  color: black;
  display: inline-block;
  margin-left: 6px;
  font-family: fontawesome;
  font-size: 12px;
  float: left;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down-li::before {
  transform: rotate(270deg);
}

/* Hide the nested list */
.nested-ul {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active-li {
  display: block;
}
ul.vmenu li {
    line-height: 42px;
}
ul.vmenu li a {
    color: #272727 !important;
    text-decoration: none !important;
}
ul.vmenu li {
    line-height: 40px;
    border-bottom: 1px solid #eae8e8;
}
ul.vmenu li:last-child {
    border-bottom: inherit !important;
}
.Sectiontitle {
    font-size: 26px;
    border-bottom: 1px solid #dededeb0;
    margin-bottom: 24px;
    color: #000;
}
.postImage {
    position: relative;
}
span.postDate {
    font-size: 12px;
    color: #fff;
    background-color: #3059a2;
    position: absolute;
    left: 0;
    top: 19px;
    padding: 2px 10px;
}
.postDescr h3 {
    font-size: 16px;
    padding-top: 12px;
    overflow: hidden;
    color: #000;
}
section.bg-gray {
    background-color: #b5b5b5 !important;
}
.bg-gray .Sectiontitle, .bg-gray p,.bg-gray span,.bg-gray h3  {
    color: #fff !important;
}
.btn-go-aboutus {
    font-size: 14px;
    padding: 6px 15px;
    float: left;
    margin-left: 20px;
}
a {
  text-decoration: none !important;
}
.Featureimage {
    margin: 0 auto;
    display: table;
}
.postdate-label{
  color: #fff;
  background-color: #3059a2;
  font-size: 12px;
  padding: 2px 13px;
}
h2.blogTitle {
    display: inline-block;
}
.blogTitle-section {
    margin-bottom: 20px;
    margin-top: 20px;
}
.blogCategory {
    margin-bottom: 10px;
}
.blogCategory i:last-child {
    display: none;
}
.blogTags a {
    color: #0a0a63;
    border: 1px solid #0a0a63;
    padding: 1px 10px;
    font-size: 12px;
    transition: 0.3s all;
}
.blogTags a:hover {
    color: #fff;
    background-color: #0a0a63;
    transition: 0.3s all;
}
.postItem {
    margin-bottom: 20px;
    overflow: hidden;
}
.postDescr p {
    text-overflow: ellipsis;
    font-size: 13px;
}
.pagination-blog {
    margin: 0 auto;
}
.top-nav {
    background-color: #0a0a63;
    min-height: 30px;
    padding: 5px;
    color: #fff;
    font-size: 13px;
}
.top-nav a {
    color: #fff;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 20px 16px;
    z-index: 1;
}
ul.dropdown-content li {
    padding-bottom: 8px;
}
.dropdown:hover .dropdown-content {
    display: block;
    transition: 0.3s all;
}

.dropdown-submenu {
    position: relative;
}


.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 106%;
    margin-top: -6px;
        margin-right: -2px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-right-color: #3a3a3a;
    margin-top: 16px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-nav li {
    font-size: 14px;
}
.main-menu-li{
  line-height: 49px;
  padding-left: 10px;
  padding-right: 11px;
}
.navbar-nav .main-menu-li:hover {
    background-color: #3059a2;
    transition: 0.3s all;
}
.navbar-nav li > a {
    color: #fff !important;
}
.navbar-nav li > ul > li a {
    color: #000 !important;
}
.dropdown-menu{
  min-width: 11rem !important;
  padding: 12px !important;
  border-radius: inherit !important;
}
.top-nav .pull-left span {
    margin-left: 40px;
}
.panel-login-header ,.panel-admin-login {
    margin-right: 40px;
}
.widget-box h4 {
    font-size: 17px;
}
.widget-box {
    margin-bottom: 23px;
}
.widget-border {
    border-bottom: 3px solid #728f9d;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 40%;
}
.form-samantad {
    border-radius: 0 !important;
    background-color: #eee !important;
    font-size: 14px !important;
}
.form-samantad:focus{
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #676767 !important;
  outline: 0 !important;
  box-shadow: inherit !important;
}
.search-result span {
    float: right;
    margin-left: 30px;
}
/* The overlay effect with black background */
.SearchOverlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */
.SearchOverlay-content {
  position: relative;
  top: 46%;
  width: 48%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.SearchOverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 20px;
  cursor: pointer;
  color: white;
}

.SearchOverlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.SearchOverlay input[type=text] {
    padding: 13px;
    font-size: 46px;
    border: none;
    float: left;
    width: 80%;
    background: transparent !important;
    border-bottom: 1px solid #3e3e3e;
    color: #fff;
    height: 62px;
}

.SearchOverlay input[type=text]:hover {
  background: #f1f1f1;
}
.SearchOverlay input[type=text]:focus {
  background: transparent !important;
  border-bottom: 1px solid #3e3e3e;
  outline: none !important;
}
/* Style the submit button */
.SearchOverlay button {
    width: 20%;
    font-size: 27px;
    background: transparent !important;
    border: none;
    cursor: pointer;
    transition: 0.25s ease-out;
    color: #fff;
    padding: 25px;
}

.SearchOverlay button:hover {
  background: #983333;
  transition: 0.25s ease-out;
}

li.serach-header {
    padding: 15px;
    cursor: pointer;
}
li.serach-header i {
    color: #fff;
}
.navbar button:focus{
  outline: inherit !important;
}
ul.dropdown-content a {
    color: #333 !important;
}
a.call-to-profile {
    background-color: #36c064;
    color: #fff !important;
    padding: 7px 23px;
    border-radius: 15px;
    float: left;
    width: 200px;
    text-align: center;
    margin-top: 22px;
}
a.call-to-mobile {
    background-color: #3492bf;
    color: #fff !important;
    padding: 7px 23px;
    border-radius: 15px;
    float: left;
    width: 200px;
    margin-top: 10px;
    text-align: center;
}
a.call-to-mobile i {
    font-size: 20px;
    padding-right: 10px;
}
a.call-to-profile i {
    font-size: 18px;
    padding-right: 10px;
}
h2.viewprofile-title {
    font-weight: bold;
    margin-bottom: 25px;
}
.bg-secondary {
    background-color: #e8e8e8 !important;
}
.profileContent {
    margin-bottom: 30px;
    margin-top: 44px;
}
h3.gallery-title {
    padding-bottom: 27px;
    padding-top: 30px;
}
img.avatar-image {
    border-radius: 50%;
}
.select2-container {outline:none !important;}
.select2-container--default .select2-selection--single {outline: none !important;height: 34px;border: 2px solid #EDEDED;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;}
.select2-dropdown {padding: 9px 12px;border: 2px solid #137c82;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;}
.select2-container--default .select2-search--dropdown .select2-search__field { border:2px solid #EDEDED;background: #fff;}
.select2-container--default .select2-selection--multiple { border:2px solid #EDEDED; height: auto;line-height: 19px; background: #fff;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 34px;right:3px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 32px;}
.select2-container .select2-selection--single .select2-selection__rendered {padding-right: 23px;}
.select2-search--dropdown {padding: 0 0 8px 0;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: rgba(0,0,0,0.08);color:#121212;}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple  { border: 2px solid #137c82;}
.select2-container--default.select2-container--focus .select2-selection--multiple { border: 2px solid #137c82;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {border-radius: 0; background: #137c82;border: none; color: #fff;font-size: 85%;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {color:#fff; margin-right: 4px;}
.select2-container--open .select2-selection--single { border: 2px solid #137c82;}
.select2-container--open .select2-dropdown--below { margin-top: 20px;border-top: none !important;}
.select2-selection--single.input-lg {height: 46px;line-height: 46px;padding: 0;}
.select2-selection--single.input-lg .select2-selection__rendered {line-height: 44px;text-align: left;}
.select2-selection--single.input-lg .select2-selection__arrow {height: 44px;}
html .form-group .select2-container--default.select2-container--focus.select2-container--above .select2-selection--multiple {border-top: none !important;}
.select2-dropdown.select2-dropdown--above {border-bottom: none !important;}
html .form-group .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {border-top: none !important}
html .form-group .select2-container--default.select2-container--focus .select2-selection--multiple {border:none !important}
.select2-container{z-index:10; width: 100% !important;}

.not-found-results{
  text-align: center;
  margin: 75px;
}
.page-content {
    margin-bottom: 50px;
}
a.icon-box h4 {
    color: #545454;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

a.icon-box i {
    font-size: 48px;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-bottom: 23px;
    background-color: #0a0a63;
    color: #fff !important;
    border-radius: 50%;
    padding: 34px;
}

.card{
  cursor: pointer;
}
