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

@font-face {
  font-family: 'codefont';
  src: url('../fonts/RobotoMono-Bold.ttf');
}

html, body {
  font-family: 'IRANSansWeb', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: normal;
  
}

body { background-color: #f8f8f8;}

/*****************************************************
*** Basic changes to bootstrap ***
*****************************************************/

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
  max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
  max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
  max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
  max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
  max-width: 1350px;
  }
}

h1, h2, h3, h4, h5, h6, p, form, ul, li, a {
  direction: rtl;
  text-align: right;
}

html, body {
  font-size: 12px;
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
  color: #303f5d;  
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  color: #303f5d;  
}


a i {
  vertical-align: middle;
}

/**************************************
************* Typography 
***************************************/

html, body {
  font-size: 13px;
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
}

@media (min-width: 1400px) {
  html, body {
  font-size: 14px;
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
  }
}


/**************************************
************* navigation  
***************************************/

.bg_kayer { 
  background-color: #1953A2;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #267df4;
}

.nav_social {
  display: none;
}

.navbar_brand_img {
  position: static;
  height: 100%;
  max-height: 74px;
  width: auto;
}

@media (min-width: 992px) {

  .navbar {
    height: 70px;
    z-index: 10050;
  }
  
  .nav_social {
    display: block;
  }
  
  .navbar-brand {
    right: 0;
    top: 0;
    height: 60px;
  }
  
  #navbarNavDropdown {
    position: absolute;
    right: 166px;
    top: 50%;
    transform: translateY(-50%);
  }
  ul.navbar-nav {
    padding-right: 0;
  }
  .navbar a {
    font-size: 1.1rem;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #fff;
    border-radius: 4px;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    opacity: 1;
    background-color: #15488d;
    color: #fff;
  }
  
  .navbar_brand_img {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 10px;
  }
  
  .nav_social {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .social_item {
    position: relative;
    height: 70px;
  }
  .social_link {
    display: block;
    width: 40px;
    height: 40px;
    margin: 15px 10px 15px 0; 
    opacity: 0.5;
    border-radius: 4px;
  }
  
  .social_link:hover {
    opacity: 1;
    background-color: #15488d;
  }
  
  .social_media_img {
    position: relative;
    height: 50%;
    width: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50% , -50%);
  }
  
  .dropdown-menu {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }
  
  .dropdown-item {
    font-size: 1.1rem;
    text-align: right;
    padding: .6rem 1.5rem .6rem 3.5rem;
  }
  
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -100%;
  }
  
  }



@media (min-width: 1200px) {

.navbar {
  height: 70px;
  z-index: 10050;
}

.nav_social {
  display: block;
}

.navbar-brand {
  right: 0;
  top: 0;
  height: 60px;
}

#navbarNavDropdown {
  position: absolute;
  right: 230px;
  top: 50%;
  transform: translateY(-50%);
}
ul.navbar-nav {
  padding-right: 20px;
}
.navbar a {
  font-size: 1.1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #fff;
  border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  opacity: 1;
  background-color: #15488d;
  color: #fff;
}

.navbar_brand_img {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 50px;
}

.nav_social {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.social_item {
  position: relative;
  height: 70px;
}
.social_link {
  display: block;
  width: 40px;
  height: 40px;
  margin: 15px 10px 15px 0; 
  opacity: 0.5;
  border-radius: 4px;
}

.social_link:hover {
  opacity: 1;
  background-color: #15488d;
}

.social_media_img {
  position: relative;
  height: 50%;
  width: 50%;
  top: 50%;
  right: 50%;
  transform: translate(50% , -50%);
}

.dropdown-menu {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.dropdown-item {
  font-size: 1.1rem;
  text-align: right;
  padding: .6rem 1.5rem .6rem 3.5rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: -100%;
}

}



/**************************************
************* content  
***************************************/

.content {
  padding: 50px 0 25px 0;
}

.card-title {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: .5rem;
  min-height: 4rem;
  cursor: pointer;
}

.card-title a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: .5rem;
  min-height: 4rem;
  color: #303f5d;
}

.card-title:hover {
  color: #007bff;
  text-decoration: none;
}

@media (min-width: 992px) {
.card-title {
  min-height: 1rem;
}

}

@media (min-width: 1200px) {
  .card-title {
  min-height: 4rem;
  }
}

.card-text {
  font-size: 1rem;
  line-height: 1.8rem;  
  margin-bottom: 2rem;
}

.btn_articles_more {
  font-size: 1rem;
  padding: .5rem 1.8rem .5rem 1rem;
  text-decoration: none;
  color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
  border-radius: 3rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  position: absolute;
  bottom: 1rem;
}

.btn_articles_more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
}

.btn_articles_more .fas {
  font-size: 1rem;
  margin-right: 10px; 
  vertical-align: middle;
}
nav[aria-label="Page navigation"] {margin-top: 50px;}
.pagination {direction: ltr;}

#archive_list .card .image_holder {
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  background-color: #ecedef;
  background-position: center;
  background-size: cover;
  border-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/**************************************
************* sidebar  
***************************************/

#side_bar {
  background-color: #ffffff; 
  padding-top: 30px;
  border-radius: .25rem;
}

@media (min-width: 1200px) {
  #side_bar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  margin-left: 3.333333%;
  }
}
  
.sidebar_item {
  margin-bottom: 40px;
}

#side_bar a {
  text-decoration: none;
  color: #303f5d;
}

#side_bar h5 {
  color: #303f5d;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 3.5rem;
}

#side_bar h5:after {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  width: 30%;
  right: 0;
  top: 2.5rem;
  background-color: #007bff;
}

/************************************** products  */

#products_side ul {
  list-style: none;
  direction: rtl;
}

#products_side .lnr {
margin-left: 10px; 
}


#products_side ul {
  position: relative;
  transform: translateY(0);
  padding: 0;
}

#products_side ul li {
  display: inline-block;
  position: relative;
  margin-bottom:20px;
  margin-left: 0;
}

#products_side ul li a {
  color: #314a5e;
  text-decoration: none;
  font-size: 16px; 
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  padding: 0.25rem 1rem;
  border-radius: 4px;
}

#products_side ul li a:hover {
  color: #fff;
  background-color: #267df4;
}

@media (min-width: 1400px) {
#products_side ul li {
  display: inline-block;
  position: relative;
  margin-bottom:20px;
  margin-left: 0%;
}

#products_side ul li a {
  font-size: 16px; 
}

}

/************************************** about  */
#aboutus_side {
  padding: 25px 15px;
  border-radius: 6px;
  background-color: #f3f3f3;
  margin-bottom: 65px;
  padding-bottom: 1px;
}

#aboutus_side p {
  line-height: 1.8rem;
}


#aboutus_side a {
  display: block;
  right: 0;

  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

#aboutus_side a:hover {
  box-shadow: 0 7px 14px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.12);

  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}


#aboutus_side a {
  font-size: 1.1rem;
  padding: .6rem 3rem;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #267df4;
  border: 1px solid #267df4;
  border-radius: 3rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
}

#aboutus_side a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #267df4;
  border: 1px solid #267df4;
}


#aboutus_side a:active, #aboutus_side a:focus {
  outline: none;
  box-shadow: none;
}

/************************************** latest  */

#myTab {
  padding: 0;
  border: none;
}

#latest .nav-tabs .nav-item {
  width: 50%;
}

#latest .nav-tabs .nav-link {
  border: none;
  background-color: #f3f3f3;
  text-align: center;
  border-radius: 4px;
}

#latest .nav-tabs .nav-link.active {
  background-color: #007bff;
  color: #fff;
  box-shadow: 0 3px 4px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.12);
}

#latest .nav-tabs .nav-link:hover {
  background-color: #ededed;
}

#latest .nav-tabs .nav-link.active:hover {
  background-color: #007bff;
}

#side_artic_panel, #side_news_panel {
  margin-top: 40px;
}

.sb_side_card {
  display: flex;
  background-color: #f3f3f3;
  border-radius: 4px;
  max-height: 100px;
  overflow: hidden;
  margin-top: 15px;
  padding: 0;
}

.sb_side_card:hover {
  background-color: #ededed;
}

#latest .card_img_wrap {
  width: 40%;
  overflow: hidden;
  background-color: #303f5d;
}

#latest .card-img-mid {
  height: 100%;
  max-height: 100px;
}


#latest .card_txt_wrap {
  width: 60%;
  padding: 15px;
}

#latest .card_txt_wrap h3 {
  font-size: .9rem;
}

#latest .sb_side_card:hover h3{
  color: #007bff;
}

#latest .sb_side_card:hover img {
  opacity: 0.75;
}



/**************************************
************* footer  
***************************************/

#top_part {
  background-color: #16284c;
  color: #fff;  
  padding-top: 80px;
  padding-bottom: 10px;
}

#top_part h5 {
  color: #d6bd9e;  
}
/*#top_part h5 {
  color: #007bff;
}*/
#top_part p, #top_part h6{
  color: #fff;  
}

footer ul {
  list-style: none;
  padding-right: 0;
}

footer ul li {
  margin-bottom: 1.5rem;
}

footer ul a {
  font-size: 0.9rem;
  color: #fff;
  padding: .5rem 1.2rem;
  border-radius: 4px;
}

footer ul a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0,0,0,.2);
}

footer .lnr {
  margin-left: 10px;
}

footer p {
  font-size: 0.9rem;
}

footer h6 {
  margin-bottom: .8rem;
}

.foot_social {
  list-style: none;
  width: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 45px;
}

.foot_social li {
  width: 25%;
}

.foot_social li a{
  display: block;
  width: 100%;
}

.foot_social img{
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  opacity: 0.5;
}

.foot_social li:hover img {
  opacity: 1;
}

@media (min-width: 1200px) {
.foot_social img{
  width: 60%;
  margin-left: 0;
  margin-right: 0;
  opacity: 0.5;
}
}

#bottom_part {
  background-color: #102344 ;
  color: #fff; 
  height: 60px;
}

#Copyright {
  height: 60px;

}

#Copyright p {
  color: #fff;
  position: relative;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
/*28304e*/
#socialmedia {
  display: flex;
}


/****************************************************
************* product_showcase
*****************************************************/


.product_showcase {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_showcase .row {
  display: flex;
  justify-content: center;
  align-items: center !important;
}

.show_case_img {
  display: block;
  width: 100%;
  height: auto;
}

#showcase_text_wrap h1 {
  color: #2C73C3;
  text-align: center;
  line-height: 4rem;
}

#showcase_text_wrap p {
  line-height: 1.7rem;
  text-align: center;
}

#showcase_text_wrap  {
  margin-top: 50px;
}



@media (min-width: 992px) {
#showcase_text_wrap  {
  margin-top: 0;
}

#showcase_text_wrap h1 {
  text-align: right;
}

#showcase_text_wrap p {
  text-align: right;
}


}




/****************************************************
************* Single article view
*****************************************************/


.article_view_card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border: none;
  background-color: #fff;
  border-radius: .25rem;
}

.article_view_img {
  width: 100%;
  border-radius: .25rem;
}

.article_text_area {
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .article_text_area {
    padding: 0 30px;
  }
}

.article_title_head {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  line-height: 3.2rem;
}

.article_view_img {
  margin-bottom: 3rem;
}

.article_text_area {
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.relevent_articles_title {
  padding: 0;
}

.relevent_articles .card {
  padding-bottom: 30px;
  height: 300px;
}

.relevent_articles .card-title {
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.relevent_articles .btn_articles_more {
  position: absolute;
  bottom: 10px;
}

.relevent_articles {
  padding: 65px 0 0 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; 
  overflow: hidden;
}

.relevent_articles .card .image_holder {
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  background-color: #ecedef;
  background-position: center;
  background-size: cover;
  border-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
}

.btn_article_more {
  position: absolute;
  bottom: 10px;
  font-size: .9rem;
  padding: .3rem 1.2rem;
  text-decoration: none;
  color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
  border-radius: 3rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  left: 1rem;
}

.btn_article_more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
}

.btn_article_more .fas {
  font-size: .8rem;
  margin-right: 5px;
}


/* landing page ================================= */
/*****************************************************
*** landing page ***
*****************************************************/
/* landing page ================================= */
/*****************************************************
*** landing page ***
*****************************************************/


.lanSec {
  padding: 50px 0;
}

.lanSec.no_pad {
  padding: 0;
}

/* head slider section ================================= */

.headslider .slider {
  width: 100%;
  margin: 0px auto;
}

.headslider .slick-slide {
margin: 0px 0px;
}

.headslider .slick-slide img {
width: 100%;
}

.headslider .slick-prev:before,
.headslider .slick-next:before {
  color: white;
}

.headslider .slick-dots li button:before {
font-size: 10px !important;
}

.headslider .slick-prev,
.headslider .slick-next {
left: 0;
right: 0;
}

.headslider button.slick-next.slick-arrow {
  left: 10px;
  right: auto;
}

.headslider button.slick-prev.slick-arrow {
  z-index: 10;
  right: 10px;
}

.headslider .slick-dots {
  bottom: 0px;
}

@media (min-width: 768px) {
.headslider .slick-dots {
  bottom: 25px;
}
}

.headslider .slick-dots li button:before {
  color: white !important;
}

.regular.slider div img {
  filter: brightness(50%) blur(2px);
  transform: scale(1.01);
}


.headslider .slide {
  position: relative;
  overflow: hidden;
}

.headslider .slide__caption {
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 30px;
}

.headslider .slide__caption .inner{
  bottom: 0;
  top: 42%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 0 15% 0 15%;
}

@media (min-width: 1200px) {
  .headslider .slide__caption {
  padding: 0 25% 0 25%;
  }

  .headslider .slide__caption .inner{
  bottom: 0;
  top: 42%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 0 25% 0 25%;
  }
}


@media (min-width: 1200px) {
  .headslider .slide__caption {
  padding: 0 25% 0 25%;
  }

  .headslider .slide__caption .inner{
  bottom: 0;
  top: 42%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 0 25% 0 25%;
  }
}



.headslider .slide__caption h2, 
.headslider .slide__caption p, 
.headslider .slide__caption a
{
text-align: center;
color: #fff;
}

.headslider .slide__caption h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: normal;
}

.headslider .slide__caption p {
  display: none;
}



@media (min-width: 768px) { 

.headslider .slide__caption h2, 
.headslider .slide__caption p, 
.headslider .slide__caption a
{
text-align: center;
color: #fff;
}

.headslider .slide__caption h2 {
font-size: 2.0rem;
margin-bottom: 3rem;
font-weight: bold;
}

.headslider .slide__caption p {
display: none;
}


}


@media (min-width: 992px) {

.headslider .slide__caption h2, 
.headslider .slide__caption p, 
.headslider .slide__caption a
{
text-align: center;
color: #fff;
}

.headslider .slide__caption h2 {
  font-size: 3.0rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

.headslider .slide__caption p {
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 3rem;
}

}


.headslider .slide_btn_article_more {
  padding: 0.25rem 1rem .25rem 1rem;
  text-decoration: none;
  color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
  border-radius: 3rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  font-size: .9rem;
}

@media (min-width: 768px) {

.headslider .slide_btn_article_more {
  font-size: 1rem;
  padding: 0.5rem 2rem .5rem 2rem;
  text-decoration: none;
  color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
  border-radius: 3rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

}

.headslider .slide_btn_article_more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
}

.headslider .slide_btn_article_more .fas {
  font-size: 1rem;
  margin-right: 10px; 
  vertical-align: middle;
}


/*****************************************************
*** Products Section ***
*****************************************************/

.products {
  background-image: url(../images/funky-lines.png)
}

@media (min-width: 576px) {
  .container.products {
  max-width: none;
  }
}

@media (min-width: 768px) {
  .container.products {
  max-width: none;
  }
}

@media (min-width: 992px) {
  .container.products {
  max-width: none;
  }
}

@media (min-width: 1200px) {
  .container.products {
  max-width: none;
  }
}

@media (min-width: 1350px) {
  .container.products {
  max-width: 1350px;
  width: 61%;
  }
}

.container.products .row.justify-content-center {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  border-radius: .25rem;
  overflow: hidden;
}

.product-item {
  border-right: 1px solid rgba(242,242,242,1);
  border-bottom: 1px solid rgba(242,242,242,1);
  padding: 0;
  background: #fff;
  text-align: center;
  padding-bottom: 5rem;
  z-index: 1;
}

.product-item:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  z-index: 2;
}

.product-item h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.product-item p {
  padding: 15px;
  text-align: center;
}

.product-item h2 a {
  text-decoration: none;
  color: #384656;
  display: block;
  text-align: center;
  padding: 15px;  
  font-weight: bold;
}

.product-item h2 a:hover {
  text-decoration: none;
  color: rgb(38,125,244);
}

.product-item p {
font-size: 1rem;
line-height: 1.8rem;
}

.product_image {
  width: 69%;
  height: auto;
  margin-top: 5%;
}

.btn_product_more {
  font-size: 1.1rem;
  padding: .6rem 2rem;
  text-decoration: none;
  color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
  border-radius: 3rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.btn_product_more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
}

.product_image {
  width: 80%;
  height: auto;
}


/*****************************************************
*** feature Section ***
*****************************************************/
.our_features {
  background-color: #fff;
}

.feature {
  margin-bottom: 30px;
  text-align: right;
  padding: 0 30px 0 30px;
}

.lanSec > .container > h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 5rem;
  font-size: 2.5rem;
}

.lanSec > .container > h2::before {
  display: block;
  position: absolute;
  height: 1px;
  background-color: #007bff;
  border-bottom: 1px solid #1953A2;
}


.feature .lnr {
  font-size: 3rem;
  line-height: 8rem;
  color: rgb(38,125,244);
  width: 30%;
}

.feature img {
  margin-bottom: 1rem;
}

.feature h5 {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.feature p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-align: justify;
}


/* news_articles section ================================= */

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

.carousel-indicators .active {
  background-color: #267df4;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0,0.3);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next, .carousel-control-prev {
  top: auto;
}

.carousel-indicators {
  bottom: 0;
}


.news_articles {
  background: #f7f8f9;
  overflow: hidden;
}

/* Kayer section ================================= */

.kayerSec h5 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.kayerSec p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.kayerSec .about_kayer {
  padding: 30px;
}

.kayerSec .about_kayer p {
  padding-right: 30px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: justify;
}

.kayerSec .contact_kayer {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.kayerSec {
  background-image: url(../images/funky-lines.png)
}


/* About kayer stylings ------------------------------- */

.btn_about_more {
  font-size: 1.1rem;
  padding: .6rem 2rem;
  text-decoration: none;
  color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
  border-radius: 3rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
}

.btn_about_more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgb(38,125,244);
  border: 1px solid rgb(38,125,244);
}


.btn_about_more:active, .btn_articles_more:focus {
  outline: none;
  box-shadow: none;
}

.btn_about_more, .btn_about_more:hover 
{
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}




/* form starting stylings ------------------------------- */
.contact .group { 
  position:relative; 
  margin-bottom:45px; 
}
input         {
  font-size:16px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom: 1px solid #aabbd8;
}
input:focus     { outline:none; }
input:invalid   { box-shadow:none; }

/* LABEL ======================================= */
label          {
  color: #798eaa;
  font-size:16px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  right: 5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label  {
  top:-20px;
  font-size:14px;
  color:#1B64BC;
}

/* BOTTOM BARS ================================= */
.bar  { position:relative; display:block; width:100%; }
.bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#1E7BD6; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.contact input:focus ~ .bar:before, .contact input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  right:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.contact input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* active state */
.contact textarea:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#1B64BC; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#1B64BC; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#1B64BC; }
  to  { width:0; background:transparent; }
}


/* form starting stylings ------------------------------- */

textarea         {
  font-size:16px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  height: 175px;
  border:none;
  border-bottom: 1px solid #aabbd8;
}
textarea:focus     { outline:none; }

/* LABEL ======================================= */

/* active state */
.textarea_focus_label  {
  top:-20px;
  font-size:14px;
  color:#1B64BC;
}

/* BOTTOM BARS ================================= */
.group.textarea .bar  { width:100%; }
/* active state */
textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width:50%;
}

.contact textarea {
  resize: none;
}

/* buttons ================================= */

.contact input[type="submit"], .contact input[type="reset"] {
    width: 40%;
    display: inline-block;
    margin: 0 5%;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border: 0;
}

.contact input[type="submit"]:hover, .contact input[type="reset"]:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    opacity: .85;
}

.contact  input[type="submit"] {
  background-color: #1B64BC;
  color: #fff;
}


.contact .invalid {
    right: auto;
    left: 0;
    color: #E73A46;
}


iframe.google_map {
    width: 100%;
    margin-bottom: 100px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border: 4px solid #fff;
}

.contact_wrap {
    margin-bottom: 50px;    
}

/* Customers ================================= */

.lanSec.white {
  background-color: #fff;
}

.customer {
  background-color: #fff;
  height: 100%;
}


.customer img {
  background-color: #fff;
  height: 100%;
  width: auto !important;
}

/* Slider */

.customers .slick-slide {
  margin: 0px 0px;
}

.customers .slick-slide img {
  width: 100%;
}

.customers .slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.customers .slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.customers .slick-list:focus
{
  outline: none;
}
.customers .slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.customers .slick-slider .slick-track,
.customers .slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.customers .slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.customers .slick-track:before,
.customers .slick-track:after
{
  display: table;
  content: '';
}
.customers slick-track:after
{
  clear: both;
}
.customers .slick-loading .slick-track
{
  visibility: hidden;
}

.customers .slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.customers .slick-slide img
{
  display: block;
}
.customers .slick-slide.slick-loading img
{
  display: none;
}
.customers .slick-slide.dragging img
{
  pointer-events: none;
}
.customers .slick-initialized .slick-slide
{
  display: block;
}
.customers .slick-loading .slick-slide
{
  visibility: hidden;
}
.customers .slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.customers .slick-arrow.slick-hidden {
  display: none;
}

.customers .slick-track {
  height: 132px;
}




#archive_list .card_container {
  margin-bottom: 2rem;
}

.paginate .ui-button.ui-state-default {
  padding: 0.25rem .5rem;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.paginate .frt_btn {
  border-radius: 6rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 1rem !important;
}

.paginate .last_btn {
  border-radius: 6rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 1rem !important;
}

.paginate .ui-button.ui-state-default:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.paginate .ui-button.active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.paginate .ui-button.active:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.ui-button.ui-state-default.ui-state-disabled {
  color: #8998ab;
  background-color: #fefefe;
  border: 1px solid #dee2e6;	
  cursor: default;
}

.ui-button.ui-state-default.ui-state-disabled:hover {
  color: #8998ab;
  background-color: #fefefe;
  border: 1px solid #dee2e6;	
  cursor: default;
}

.ui-button.ui-state-default.ui-state-disabled.active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.ui-button.ui-state-default.ui-state-disabled.active:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.ui-buttonset.ui-buttonset-multi {
  direction: rtl;
}

.fg-toolbar.ui-toolbar.ui-widget-header.ui-helper-clearfix.ui-corner-bl.ui-corner-br {
  margin-left: 15px;
}

/* =============================== in article designs */

.article_title_head {
  font-size: 2rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
}

.post_detail {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.post_detail .author, .post_detail .publisher {
  color: #6f7c98;
  align-self: flex-start;
}

.post_detail .pubdate {
  color: #6f7c98;
  align-self: flex-end;
}

.article_view_card .lead {
  background-color: #e7f1ff;
  padding: 20px; 
  font-size: 1rem;
  border-radius: 6px;
  color: #3e5a93;
  text-align: justify;
}

@media (min-width: 1200px) {
  .article_view_card .lead {
    background-color: #e7f1ff;
    padding: 30px; 
    font-size: 1rem;
    border-radius: 6px;
    color: #3e5a93;
    text-align: justify;
  }
}

.news_articles .card {
  margin: 0 15px;   
  max-height: 542px;
  min-height: 542px;
}

.news_articles .card .card-img-top {
  height: 250px;
  background-position: center;
  background-size: cover;
}

.news_articles .slick-list {
  padding: 50px 0;
}

@media (min-width: 1200px) {
.card-title {
min-height: 2rem;
}
}

.news_articles .slick-prev::before, .news_articles .slick-next::before {
  color: black;
}

.btn_articles_more {
  padding: .5rem 1.2rem .5rem 1rem;
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
}

.slick-dots li.slick-active button::before {
  opacity: .75;
  color: white;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

#archive_list .card-body {
  padding-bottom: 4rem;
}


/****************************************************
************* docs_page
*****************************************************/

#archive_list.docs_page .card-body {
  padding-bottom: 1.25rem;
}

#archive_list.docs_page .card-title {
  margin-bottom: 0px;
}

#archive_list.docs_page .btn_articles_more {
  bottom: 1.10rem;
}

/****************************************************
************* typed
*****************************************************/

#typed-strings {
  display: none;
}

.typed_wrap {
  direction: ltr;
  text-align: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem; 
}

#typed_inner_wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}


#typed {
  white-space: normal;
}

code.python, code.html {
  font-family: 'codefont', 'IRANSansWeb', Courier, monospace;
  font-size: 11px;
}

@media (min-width: 992px) {
  code.python, code.html {
    font-family: 'codefont', 'IRANSansWeb', Courier, monospace;
    font-size: 12px;
  }
}

@media (min-width: 1500px) {
  code.python, code.html {
    font-family: 'codefont', 'IRANSansWeb', Courier, monospace;
    font-size: 14px;
  }
}

code.python {
  color: #5b6063;
}

.typed_tab {
  word-spacing: 3rem;
}

.typed_blue {
  font-style: italic;
  color: #469fdf;
}

.typed_org {
  color: #f15f16; 
  font-style: normal;
}

.typed_bro {
  color: #dba65b; 
  font-style: normal;
}

.typed_grey {
  color: #9b9fa6; 
  font-style: normal;
}

.typed_lorg {
  color: #f6b535; 
  font-style: normal;
}

.typed_gree {
  color: #81b805; 
  font-style: normal;
}

.typed_purl {
  color: #a472c3; 
  font-style: normal;
}

.typed-cursor {
  opacity: 1;
  animation: blink .8s infinite !important;
}

code.html {
  color: #3483bb;
}

.html .keyword {
  color: #81b805; 
  font-style: normal;
}

.html .string {
  color: #dba65b;  
  font-style: normal;
}

@keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}






/****************************************************
************* fixes
*****************************************************/

@media (min-width: 576px) and (max-width: 1200px) {

  #products_side ul {
      padding: 0;
  }
  
  #products_side ul li {
      margin-left: 0;
  }
  
  #products_side ul li a {
      font-size: 14px;
  }

}

.article_text_area .link_img {
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  cursor: pointer;
  border-radius: 4px;
  width: 31%;
  height: auto;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .article_text_area .link_img {
    display: inline-block;
    margin-left: 8%;
    margin-right: 9%;
    cursor: pointer;
    border-radius: 4px;
    width: 16%;
    height: auto;
    margin-top: 30px;
}
}


.article_text_area .link_img:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.article_view_card img {
  max-width: 100%;
  height: auto;
}

.article_view_card p {
  text-align: justify;
}

.article_view_card blockquote {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 4px solid #267df4;
  margin-left: 25px;
}

.lanSec  {
  width: 100%;
  min-width: 100%;
  display: block;
}

@media (min-width: 1200px) {
  .lanSec.headslider {
    min-height: 450px;
  }
}

#_relcrsel .slick-track, #_relcrsel .slick-list {
  padding: 15px;
  padding-right: 5px;
}

#_relcrsel .slick-prev::before, #_relcrsel .slick-next::before {
  color: #16284c;
}
.articleBody dl, .articleBody ol, .articleBody ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  padding-right: 3rem;
}

.articleBody h2 {
  line-height: 2.8rem;
}

.articleBody h3 {
  line-height: 2.4rem;
}

.articleBody h4 {
  line-height: 2.2rem;
}

.articleBody h5 {
  line-height: 2rem;
}

.articleBody h6 {
  line-height: 1.8rem;
}

.feature .lnr {
  width: 100%;
}

@media (min-width: 768px) {
  .feature .lnr {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .feature .lnr {
    width: 30%;
  }
}

.lanSec > .container > h2 {
  position: relative;
}

.lanSec > .container > h2::after {
  content: '';
  position: absolute;
  display: block;
  border-bottom: 3px solid rgb(38,125,244);
  bottom: -23px;
  right: 8px;
  height: 1px;
  max-width: 100%;
  width: 200px;
}


@media screen and (max-width: 800px) {
  footer .wow{
      animation-name: none !important;
      visibility: visible !important;
  }
}


#products_side {
  padding: 0;
}

@media (min-width: 768px) {
  .products_side {
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 1rem 0;
  } 

  .dropdown-item {
    font-size: 1.1rem;
    padding: 1rem;
  }
}

.article_view .article_title_head {
  line-height: 2.6rem;
}


/****************************************************
************* lng change
*****************************************************/

nav .nav-item {
    margin-top: 3px;
}

.lng-ico {
    position: absolute;
    left: 200px;
    top: 48px;
    transform: translateY(-50%);
}

.lng-ico a svg {
  width: auto;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lng-ico a svg:hover {
opacity: .8;
}

@media (min-width: 992px) {
  .lng-ico {
    position: absolute;
    left: 30px;
    top: 51%;
    transform: translateY(-50%);
  }
}

  @media (min-width: 1200px) {
  .lng-ico {
    position: absolute;
    left: 240px;
    top: 55%;
    transform: translateY(-50%);
  }
}

.dropdown-menu {
    text-align: right;
}

/****************************************************
************* Animation
*****************************************************/

footer ul a, footer ul a:hover, #latest .sb_side_card h3, #latest .sb_side_card:hover h3,
#latest .sb_side_card:hover, #latest .sb_side_card:hover, #latest .sb_side_card img, #latest .sb_side_card:hover img,
#latest .nav-tabs .nav-link, #latest .nav-tabs .nav-link.active, .social_link, .social_link:hover,
.navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-link:hover,
#products_side ul li a, #products_side ul li a:hover,
.slide_btn_article_more, .slide_btn_article_more:hover,
.btn_product_more, .btn_product_more:hover,
.product-item h2 a, .product-item h2 a:hover,
.product-item, .product-item:hover,
.article_text_area .link_img, .article_text_area .link_img:hover,
.contact input[type="submit"], .contact input[type="submit"]:hover, 
.contact input[type="reset"], .contact input[type="reset"]:hover,
.panel.panel-default.panel-help:hover .panel-heading, .panel-heading,
.panel.panel-default.panel-help:hover .panel-heading h2, .panel-heading h2
{
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.dropdown-item, .dropdown-item:hover
{
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.card, #side_bar {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border: none;
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#side_bar {
    display: table !important;
}
/****************************************************
************* faq
*****************************************************/


.list-group.help-group {
  margin-bottom: 20px;
  padding-left: 0;
  margin: 0;
  padding-right: 0;
}
.list-group.help-group .faq-list {
  display: block;
  top: auto;
  margin: 0 0 32px;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  overflow: hidden;
}
.list-group.help-group .faq-list .list-group-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 16px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #d6d9e0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #303f5d;
  transition: background-color 0.2s;
}
.list-group.help-group .faq-list .list-group-item i.mdi {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.list-group.help-group .faq-list .list-group-item:hover {
  background-color: #edf0f6;
}
.list-group.help-group .faq-list .list-group-item.active {
  background-color: #2070c6;
  font-weight: 700;
  color: #ffffff;
}
.list-group.help-group .faq-list .list-group-item:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 0;
}
.tab-content.panels-faq {
  padding: 0;
  border: 0;
}
.panel.panel-help {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  padding-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 16px;
  border-radius: 4px;
  border: 1px solid #e4e6ea;
}

.panel.panel-default.panel-help:hover .panel-heading {
  background-color: #e3e8ef;
}

.panel.panel-default.panel-help:hover .panel-heading h2 {
  color: #2270e4;
}

.panel-help a[aria-expanded="true"] .panel-heading {
  background-color: #2070c6;
}

.panel-help a[aria-expanded="true"] .panel-heading h2 {
  color: #ffffff;
}

.panel.panel-help a[href^="#"], .panel.panel-help a[href^="#"]:hover, .panel.panel-help a[href^="#"]:focus {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.panel.panel-help .panel-heading {
  background-color: #ffffff;
  padding: 0 16px;
  line-height: 48px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: rgba(0, 0, 0, .87);
}
.panel.panel-help .panel-heading h2 {
  margin: 0;
  padding: 14px 0 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.2px;
  text-transform: none;
}
.panel.panel-help .panel-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
  padding: 30px;
}
.panel.panel-help .panel-body p {
  margin: 0 0 16px;
}
.panel.panel-help .panel-body p:last-of-type {
  margin: 0;
}