@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");
/*font regular size*/

/*font wendy*/
@font-face {
  font-family: wendy;
  src: url("../fonts/wendy/wendy.eot");
  src: url("../fonts/wendy/wendyd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/wendy/wendy.html") format("woff2"), url("../fonts/wendy/wendy.woff") format("woff"), url("../fonts/wendy/wendy.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*Roboto Font Family*/
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto/Light/Roboto-Light.html") format("woff2"),
       url("../fonts/Roboto/Light/Roboto-Light.woff") format("woff"),
       url('../fonts/Roboto/Light/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; 
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto/Regular/Roboto-Regular.html") format("woff2"),
       url("../fonts/Roboto/Regular/Roboto-Regular.woff") format("woff"),
       url('../fonts/Roboto/Regular/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal; 
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto/Bold/Roboto-Bold.html") format("woff2"),
       url("../fonts/Roboto/Bold/Roboto-Bold.woff") format("woff"),
       url("../fonts/Roboto/Bold/Roboto-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal; 
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto/Bold/Roboto-Bold.html") format("woff2"),
       url("../fonts/Roboto/Bold/Roboto-Bold.woff") format("woff"),
       url("../fonts/Roboto/Bold/Roboto-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*IranYekan Banner Font*/
@font-face {
    font-family: IRANYekan;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/IRANYekan/iranyekanwebregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/IRANYekan/IRANYekanRegular.ttf') format('truetype');
}

@font-face {
    font-family: IRANYekan;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/IRANYekan/iranyekanwebbold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/IRANYekan/IRANYekanBold.ttf') format('truetype');
}
@font-face {
    font-family: IRANYekan;
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/IRANYekan/iranyekanwebbold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/IRANYekan/IRANYekanBold.ttf') format('truetype');
}
/*IranYekan Banner Font*/

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
}

p {
  font-family: "Roboto", sans-serif;
  color: #848484;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
 	
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  /*text-transform: capitalize;*/
}

.text-center p{
	text-align: center;
}


.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ordinary{
	list-style:decimal;
	font-size: 16px;
	padding: 5px 15px;
}
figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
  font-family: "Roboto", sans-serif;
    color: #5BB12F;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #468924;
}

hr{
  border-top: 1px solid #ddd;
}

.img-thumbnail:hover{
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
}
.img-responsive{
  margin-bottom: 15px;
}

.btn-main {
  background: #28ABE3;
  border: 1px solid #28ABE3;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 12px 40px;
  border-radius: 40px;
  font-weight: bold;
}

.btn-main:hover {
  color: #fff;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding: 100px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #28ABE3;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #3498db;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}

.title {
  padding: 0 15px 25px;
  overflow: hidden;
}

.title h2 {
  /*text-transform: capitalize;*/
  font-weight: 700;
  font-size: 34px;
  color: #232323;
}

.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}

.inner .title p{
	width: 100%;
}
.title.title-white h2 {
  color: #fff;
}
.title .white{
  color: #fff;
}

.border {
  height: 2px;
  /*margin: 20px auto 20px;*/
  margin: 20px 0px;
  position: relative;
  width: 80px;
  background: #28ABE3;
}

.bg-gray {
  background: #f9f9f9;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
}

.header-bradcrumb a:hover {
  color: #28ABE3;
}

.slick-slide {
  outline: none;
}

.logo {
  margin-top: 3px;
  display: inline-block;
}

.single-page-header {
  background-position: center center;
  background-size: cover;
  padding: 145px 0 85px;
  /*padding: 140px 0 70px;*/
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  transition: .3s all;
}

.navigation .logo-default {
  display: none;
}

.navigation .navbar-nav > li.active a,
.navigation .dropdown.active .dropdown-menu li.active a{
  color: #5BB12F;
}

.navigation .navbar-nav > li > a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  padding: 20px 10px;
  text-transform: capitalize;
  letter-spacing: 0px;
  transition: .2s ease-in-out 0s;
}

.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  color: #28ABE3;
}

.navigation .nav .open > a {
  background: none;
}

.navigation .dropdown {
  padding: 0;
}

.navigation .dropdown .dropdown-menu {
  border-radius: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  background-color: #000;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s ease-in-out;
  transition: transform 0.3s,opacity 0.3s ease-in-out,-webkit-transform 0.3s;
}

.navigation .dropdown .dropdown-menu li a {
  padding: 8px 15px;
  color: #9d9d9d;
  text-transform: capitalize;
}

.navigation .dropdown .dropdown-menu li a:hover {
  padding-left: 20px;
  background: transparent;
  color: #fff;
}

.navigation .dropdown:hover .dropdown-menu {
  transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s ease-in-out;
  transition: transform 0.3s,opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.navigation .dropdown.active .dropdown-menu li a{ 
   color: #9d9d9d;  
}
.navigation .dropdown.active .dropdown-menu li a:hover { 
   color: #fff;  
}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff !important;
}

.sticky-header .navbar-nav > li > a {
  color: #000;
}

.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}
.navbar-brand>img{
  width: 175px;
}

.navigation.sticky-header .lang ul li.active a,
.navigation.sticky-header .lang ul li a:hover,
.navigation .lang ul li.active a,
.navigation .lang ul li a:hover {
  font-weight: bold;
  color: #5BB12F;
}
.navigation .lang ul li a{
  color: #ccc;
}
.navigation.sticky-header .lang ul li a{
  color: #666;
}

.lang {
  position: absolute;
  right: 45px;
  top: 25px;
}
.lang ul li {
    float: right;
    margin-right: 12px;
}

.hero-area {
  background-size: cover;
  height: 67vh;
  /* height: 100vh; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area:before {
  content: '';
  /*background: rgba(0, 0, 0, 0.63);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  color: #fff;
}

.hero-area .block *{
    font-family: 'IRANYekan';
}

.hero-area .container-fluid {
  width: calc(100% - 30px);
}

.hero-area .container-fluid .caption{
  float: left;
  width: 41%;
  margin-left: 70px;
  padding: 90px 25px 10px 25px;
}

.hero-area .block h1 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.0;
  text-align: center;
  letter-spacing: 0px;
  color: #58caec;
   text-transform: none;
}
.hero-area .block h4 {
  color: #58caec;
  font-size: 38px;
  text-align: center;
  text-transform: none;
}

.hero-area .block h3 {
  color: #bfc1b5;
  font-size: 33px;
  text-align: center;
  margin-top: 50px;
  line-height: 1.3;
  text-transform: none;
}

.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-area .block .btn-main {
  margin-left: 8px;
}

.hero-area .block .btn-main:hover {
  opacity: .8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================================
  Inner section
==================================================================*/
.inner {
  padding: 100px 0;
  background: #fff;
}

.inner .btn-about {
  background: #28ABE3;
}

.inner h4 {
  margin-top: 30px;
}

.inner .dl-horizontal dt,
.inner .dl-horizontal dd {
    margin-bottom: 5px;
    text-align: left;
    font-size: 16px;
}
.inner .dl-horizontal dt {
    width: 200px;
    white-space: pre-wrap;
}
.inner .dl-horizontal dd {
    margin-left: 215px;
}

.calendar .dl-horizontal .u{
  text-decoration: line-through red;
  padding-right: 5px;
  color: #666;
}
.calendar .dl-horizontal span{
  color: red;
}
/*=================================================================
  contact us section
==================================================================*/

.contact .dl-horizontal dt {
    width: 133px;
    white-space: pre-wrap;
}
.contact .dl-horizontal dd {
    margin-left: 130px;
}

/*=================================================================
  News inner page section
==================================================================*/

.inner.news h2 {
    font-size: 28px;
}
.inner.news .date{
    margin-bottom: 10px;
    color: #848484;
    display: block;
}

.archive{
  background: #F6F6F6;
}
.archive .post-item {
    margin-bottom: 30px;
}


/*=================================================================
 speakers section
==================================================================*/

.inner.speakers h3 {
  font-size: 24px;
  margin:20px 0;
}
.inner.speakers h4{
  margin-top: 20px;
  line-height: 1.5;
  color: #757575;
}

.inner.speakers p{
  text-align: justify;
}

.inner.speakers .media-wrapper{
  margin-top: 10px;
}

/*=================================================================
 about conference section
==================================================================*/

/*.inner.about-conference h4 {
  margin:15px 0;
}*/
.panel-heading.inam {
  background-color: red;
}

.about-conference .panel.panel-default{
  background-color: transparent;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 0;
}

.about-conference .panel.panel-default h4{
  margin: 0;
  font-size: 18px;
}
.about-conference .panel.panel-default .panel-heading{
  /* background-color: #679267; */
  background-color: #9dc183;
  border:none !important;
  padding: 0;
}
.about-conference .panel.panel-default .panel-heading a{
    padding: 20px 20px;
    display: block;
    color: #fff;
}
/*
.about-conference .panel.panel-default{
  background-color: transparent;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 0;
}

.about-conference .panel.panel-default h4{
  margin: 0;
}
.about-conference .panel.panel-default .panel-heading{
  background-color: transparent;
  border:none !important;
  padding:  0;
}
.about-conference .panel.panel-default .panel-heading a{
    padding: 20px 20px;
    display: block;
   background-color: #679267;
    color: #fff;
    //border-bottom: 1px solid #ddd; 
}

 .about-conference .panel.panel-default .panel-heading a.collapsed{
    background-color: #eee;
} */

.about-conference .panel.panel-default .panel-heading a.collapsed .tf-ion-minus-round{
  display: none;
}
.about-conference .panel.panel-default .panel-heading a .tf-ion-minus-round{
  display: block;
}

.about-conference .panel.panel-default .panel-heading a.collapsed .tf-ion-plus-round{
  display: block;
}
.about-conference .panel.panel-default .panel-heading a .tf-ion-plus-round{
  display: none;
}

.about-conference .panel-group .panel-heading+.panel-collapse>.list-group,
.about-conference .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
}

.about-conference .panel-collapse .panel-body {
  padding-top: 2px;
}

.about-conference .panel-body ul{
  margin: 20px 25px 5px 25px;
  list-style-type: disc;
  color: #848484;
}

.about-conference .panel-body p {
    margin-bottom: 4px;
}

.about-conference p {
  text-align: justify;
}

.sponsor .col-md-3{
  padding: 15px 5px;
}
.sponsor .col-md-3 img {
  width: 100%;
}


/*=================================================================
  Panels section
==================================================================*/
.title-panel{
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  border: 1px solid #ddd;
  background-color: #9dc183;
  margin: 10px 0 !important;
  padding: 20px 15px;
  color: #fff;
}
.panels .team{
  background: transparent;
  margin: 20px 0 40px 0;
  padding: 20px 5px;
  clear: both;
}
.panels .team .item-member .team-member{
  background: #f3f6f2;
  padding: 8px;
}
.panels .team .team-member .member-content {
  padding: 10px 0 0px 0;
}
.panels .panel-container{

}
.panels .panel-container .summary {
  margin: 0 10px 10px 0;
}


/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff;
}

.about .btn-about {
  background: #28ABE3;
}

.about h4 {
  margin-top: 30px;
}

.about .feature-list {
  margin-top: 10px;
}

.about .feature-list li {
  color: #666;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 7px;
  font-weight: 700;
}

.about .feature-list li i {
  color: #28ABE3;
  margin-right: 8px;
  vertical-align: middle;
}
.about .feature-list li .u{
  text-decoration: line-through red;
  padding-right: 5px;
  color: #666;
}
.about .feature-list li span{
  color: red;
}
/*=================================================================
  checklist
==================================================================*/
.checklist {
  padding-left: 30px;
}

.checklist li {
  position: relative;
  font-size: 16px;
}

.checklist > li:before {
  position: absolute;
  margin-left: -35px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 0px 8px;
  font-size: 20px;
  line-height: 1.1;
}

.submission .red{
  color: #FF432E;
}

.submission .text-center{
    margin: 20px 0;
}

.submission .text-center a{
  text-align: center;
  font-weight: bold;
  display: block;
}
.submission ol{
  color: #848484;
  font-size: 16px;
  margin: 10px 20px;
  list-style-type: decimal;
}

.submission ol p{
  text-align: justify;
}
.submission .list-disc {
  padding: 6px 20px;
}
.submission .list-disc li {
    margin-bottom: 10px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.conference-secretary {
  padding: 100px 0;
  /*background-color: #F6F6F6;*/
}

.conference-secretary h2 {
  line-height: 1.5;
}

.conference-secretary p {
  font-size: 17px;
  text-align: justify;

} 

.conference-secretary .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
}

.call-to-action-2 .btn-main {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0 50px 0;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-radius: 0;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #28ABE3;
}

.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #28ABE3;
  color: #fff;
  border-radius: 0;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}

.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #28ABE3;
  color: #fff;
  border: 1px solid #28ABE3;
}

.social-icon ul li a:hover i {
  color: #fff;
}

.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

.map {
  position: relative;
}

.map #map_canvas {
  height: 400px;
  color: white;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}

.counters-item.kill-border:before {
  background: none;
}

.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}

.counters-item > div {
  margin: 6px 0;
}

.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #28ABE3;
}

.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 100px 0;
  background: url("../images/pricing-bg.jpg");
  position: relative;
}

.pricing-table .title p {
  color: #fff;
}

.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table .container {
  position: relative;
  z-index: 999;
}

.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 20px;
}

.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-left: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
}

.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #28ABE3;
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #28ABE3;
  border: none;
  color: #fff;
  outline: none;
}

.portfolio-filter button.active {
  background: #28ABE3;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
}

.portfolio-block:hover:before {
  opacity: 1;
}

.portfolio-block:hover .caption h4 {
  top: 45%;
}

.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}

.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.portfolio-block .caption h4 {
  font-size: 16px;
}

.portfolio-block .caption h4 a {
  color: #fff;
}

.portfolio-block .caption .search-icon {
  background: #28ABE3;
  color: #fff;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
}

/*=================================================================
  Services section
==================================================================*/
.services {
  padding: 100px 0 130px;
}

.services .service-block {
  padding: 50px 35px 40px 35px;
}

.services .service-block.color-bg {
  background: #28ABE3;
  color: #fff;
}

.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}

.services .service-block .service-icon {
  margin-bottom: 30px;
}

.services .service-block i {
  font-size: 75px;
  color: #28ABE3;
}

.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}

.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.service-2 .service-item:hover i {
  background: #fff;
  color: #28ABE3;
}

.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #28ABE3 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Clients
==================================================================*/
.clients {

}

.clients-logo-slider {
  margin-top: 25px;
}
.clients-logo-slider .slick-slide img{
  width: inherit;
}
.clients-logo-slider .slick-slide img:first-child {
  margin-bottom: 6px;
}
/*=================================================================
  Our skills
==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}

.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}

.team-skills .progress-block .progress .progress-bar {
  background: #28ABE3;
  box-shadow: none;
}

/*.clients-logo-slider {
  margin-top: 50px;
}*/

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}

.development-steps .step h4 {
  font-size: 20px;
  font-weight: 700;
}

.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-left: 10px;
}

.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}

.development-steps .step-1 {
  background-color: #f2f6f8;
}

.development-steps .step-1 h4 {
  color: #212121;
}

.development-steps .step-1 p {
  color: #838383;
}

.development-steps .step-2 {
  background-color: #28ABE3;
}

.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}

.development-steps .step-3 {
  background: #198dbf;
}

.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}

.development-steps .step-4 {
  background: #167da9;
}

.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
  ==================================================================*/
.team {
  padding: 100px 0;
  background: #F6F6F6;
}

.team .item-member {
  padding: 10px;
}

.team .team-member {
  background: #fff;
 /*temporary*/
  /*height: 445px;*/
}

.team .team-member .member-content {
  padding: 22px 10px;
}

.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 8px;
  color: #333;
  height: 44px;
  overflow: hidden;
}

.team .team-member .member-content span {
  font-size: 15px;
  color: #555;
  height: 36px;
  display: block;
}

.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}

.team .member-photo {
  overflow: hidden;
  position: relative;
}

.team .member-photo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team .member-photo img {
  transition: all 0.6s ease 0s;
  width: 100%;
}

.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
 /*  height: 80px; */
  height: 58px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all .3s ease;
}

.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 15px;
  /*margin-top: 22px;*/
}

.team .member-photo .mask ul li {
  display: inline-block;
  margin-left: 7px;
}

.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  text-align: center;
  height: 30px;
  line-height: 35px;
  width: 30px;
 /*  height: 35px;
 line-height: 35px;
 width: 35px; */
}

.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}

.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.item-member .team-member{
    transition: all 0.6s ease 0s;
}
.item-member .team-member:hover {
    -webkit-box-shadow: 0 0 25px #ddd;
    -moz-box-shadow: 0 0 25px #ddd;
    box-shadow: 0 0 25px #ddd;
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #28ABE3;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 150px;
  background-color: white;
}

.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 150px;
  height: auto;
}

/*=================================================================
  plane of Confrance
==================================================================*/
.inner .nav-tabs{
  background: #9dc183;
  padding: 3px 0px 0px 0px;
  border:0px solid #ddd;
}

.inner .nav-tabs>li {
  width: 50%;
}
.inner .nav-tabs>li a{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 0px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.inner .nav-tabs>li.active>a,
.inner .nav-tabs>li.active>a:focus,
.inner .nav-tabs>li.active>a:hover{
  color: #000;
}

.inner .nav>li>a,
.inner .nav>li>a:focus,
.inner .nav>li>a:hover{
  border: 1px solid transparent;
}
.inner .nav>li>a:hover{
  background-color: #95c183;
}

.inner .tab-content{
  /*border: 3px solid #9dc183;*/
  border-top: 0;
  padding-top: 30px;
}

.plan-grid.table{
  border-spacing: 3px;
  border-collapse: separate;
}
.plan-grid.table>tbody>tr>td {
  min-width: 100px;
  text-align: center;
  padding: 15px 5px;
  font-size: 15px;

  border-top: 0px solid #ddd; 
}

.plan-grid.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.plan-grid.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #eef4eb;
}

.plan-grid td span{
  display: block;
  margin-bottom: 8px
}
.plan-grid td .class-id {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #9dc183;
  padding: 5px 0 1px 0;
}
.plan-grid .grid-td{
  padding: 5px 5px 5px 5px !important;
  width: 15.1%;
}
.plan-grid td div{
  text-align: center;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 110px;
  padding-top: 70px;
  background: #F6F6F6;
}
#blog .title{
  position: relative;
}
#blog .title .archive{
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 18px;
  font-weight: bold;
}

.post-item {
  background: #fff;
  margin-bottom: 20px;
}

.post-item .content {
  padding: 20px;
}

.post-item .content h3 a {
  color: #000;
}
.post-item .content h3  {
  font-size: 19px;
  line-height: 1.4;
  margin-top: 15px;
}

.post-item .content p {
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}
.post-item  .date {
  color: #757575;
  font-size: 14px;
  display: block;
}

.post-item .content .btn-main {
    padding: 11px 22px;
    margin: 5px 0;
    font-size: 15px;
    font-weight: normal;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}

.post-meta a {
  color: #28ABE3;
}

.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 0px 0 10px;
  padding-right: 10px;
}

.post-meta > span:last-child {
  border-right: 0;
}

.post-meta > span i {
  margin-left: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #28ABE3;
}

.next-prev .prev-post i {
  margin-left: 10px;
}

.next-prev .next-post i {
  margin-right: 10px;
}

.social-profile ul li {
  margin: 0 0 0 10px;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #28ABE3;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-left: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-right: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-left: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #28ABE3;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #28ABE3;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 70px 0 70px;
}

.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.top-footer p {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color .3s;
  font-family: "Roboto", sans-serif;
  display: block;
}

.top-footer li a:hover {
  color: #28ABE3;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}

.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #28ABE3;
}
.top-footer .col-md-3{
  text-align: center;
}
.top-footer .col-md-3 img{
  filter: brightness(0) invert(1);
  padding: 0 3px;
}

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.page-404 h1 {
  font-size: 200px;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus,
 .dropdown-menu>.active>a:hover{
  background-color: transparent; 
 }

.exhibition .img-responsive{
  text-align: center;
  margin: auto;
  display: block;
}


/*============================================================
  Table and grid
==============================================================*/
.my-grid thead {
    background: #eef4eb;
}
.my-grid.table>thead>tr>th {
    vertical-align: middle;
}

.dark-grid.table {
  border-spacing: 3px;
  border-collapse: separate;
}
.dark-grid thead {
  background: #9dc183;
}
.dark-grid>tbody>tr:nth-of-type(even) {
  background: #eef4eb;
}
.dark-grid.table>thead>tr>th {
  border-bottom: 0px solid #ddd ;
  text-align: center;
  width: 33.33%;
  color: #fff;
}
.dark-grid.table>tbody>tr>td {
  border-top: 0px solid #ddd;
  text-align: center;
  width: 33.33%;
}
.register-page .dl-horizontal{
  margin-bottom: 5px;
  padding-top: 5px;
  color: #848484;
}
.register-page h4{
  text-align: justify;
  line-height: 1.6;
  color: #848484;
}

.register-page .sub{
  font-size: 14px;
}
.visa-guid ul.list-disc li{
  margin-bottom: 10px;
}

.pd-cnr{
  text-align: center !important;
  padding: 15px !important;
}

.about-conference .dark-grid.table>tbody>tr>td{
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
.about-conference .dark-grid.table>tbody>tr>td:nth-child(2){
  width: 55%;
}

.workshops .dark-grid.table>tbody>tr>td{
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
.workshops .info.dark-grid.table>tbody>tr>td:nth-child(1){
  width: 65%;
}
.workshops .workshop-list.dark-grid.table>tbody>tr>td:nth-child(1), 
.workshops .workshop-list.dark-grid.table>thead>tr>th:nth-child(1){
  width: 4%;
}

.workshops ul {
  font-size: 16px;
  margin: 10px 20px;
  list-style-type: decimal;
}
.workshops ul li {
  color: #666;
}
.workshops ul li p{
  text-align: justify;
}

.workshops .workshop-schedule-list.dark-grid.table>tbody>tr>td:nth-child(1), 
.workshops .workshop-schedule-list.dark-grid.table>thead>tr>th:nth-child(1){
  width: 4%;
  text-align: center; 
}
.workshops .workshop-schedule-list.dark-grid.table>tbody>tr>td:nth-child(4), 
.workshops .workshop-schedule-list.dark-grid.table>thead>tr>th:nth-child(4){
  width: 10%;
  text-align: center;
}
.workshops .workshop-schedule-list.dark-grid.table>tbody>tr>td:nth-child(3), 
.workshops .workshop-schedule-list.dark-grid.table>thead>tr>th:nth-child(3){
  width: 50%;
}

.exhibition .dark-grid.table>thead>tr>th,
.exhibition .dark-grid.table>tbody>tr>td {
  width: 25%;
}


.accepted-paper tr th,.accepted-paper tr td{
    font-family: 'IRANYekan';
}

.accepted-paper .workshop-list.dark-grid.table>tbody>tr>td:nth-child(1), 
.accepted-paper .workshop-list.dark-grid.table>thead>tr>th:nth-child(1){
  width: 10%;
}
.accepted-paper .workshop-list.dark-grid.table>tbody>tr>td:nth-child(2), 
.accepted-paper .workshop-list.dark-grid.table>thead>tr>th:nth-child(2){
  width: 90%;
}
/*============================================================
  Register Box
==============================================================*/
.registration{
  background: #F6F6F6;
}
.registration .item-block *{
  transition: all 0.6s ease 0s;
}

.registration .item-block:hover {
  -webkit-box-shadow: 0 0 25px #ddd;
  -moz-box-shadow: 0 0 25px #ddd;
  box-shadow: 0 0 25px #ddd;

}

.registration .item-block {
  height: 230px;
  background: #fff;
  vertical-align: middle;
  padding: 50px 20px;
  transition: all 0.6s ease 0s;
  margin-bottom: 30px;
}

.registration .item-block i{
  font-size: 50px;
  color: #5BB12F;
  margin-bottom: 40px;
  display: block;
}
.registration .item-block h3{
  color: #000;
  font-size: 21px;
}

.registration .item-block:hover h3{
  color: #848484;
}
.registration .item-block:hover i{
  color: #9dc183;
}
.registration .item-icon{
  margin-bottom: 30px;
}
.registration .col-md-3:nth-child(4) i ,.registration .col-md-3:nth-child(3) i,.registration .col-md-3:nth-child(5) i{
  font-weight: bold;
}


/*============================================================
  End Register Box
==============================================================*


/*============================================================
  Banner
==============================================================*/

@media (min-width: 1550px) and (max-width: 1700px){
  .hero-area .container-fluid .caption{
    margin-left: 63px;
    padding: 90px 25px 10px 15px;
    width: 43%;
  }
  .hero-area .block h1 {
    font-size: 61px;
  }
  .hero-area .block h3 {
    font-size: 31px;
  }
}

@media (min-width: 1275px) and (max-width: 1549px){
  .hero-area .container-fluid .caption{
    padding:45px 20px 10px 25px;
    margin-left: 35px;
    width: 45%;
  }
  .hero-area .block h1 {
    font-size: 50px;
  }
  .hero-area .block h4 {
    font-size: 30px;
  }
  .hero-area .block h3 {
    font-size: 27px;
    margin-top: 45px;
  }
}

@media (min-width: 993px) and (max-width: 1274px){
  .hero-area{
    background-position: center center;
  }
  .hero-area .container-fluid .caption{
    padding:35px 15px 10px 10px;
    margin-left: 48px;
    width: 50%;
  }
  .hero-area .block h1 {
    font-size: 45px;
  }
  .hero-area .block h4 {
    font-size: 26px;
  }
  .hero-area .block h3 {
    font-size: 23px;
    margin-top: 40px;
  }
}

@media (min-width: 769px) and (max-width: 992px){
  .hero-area{
    background-position: center center;
    height: 400px;
  }
  .hero-area .container-fluid .caption{
    padding:20px 15px 10px 10px;
    margin-left: 40px;
    width: 59%;
  }
  .hero-area .block h1 {
    font-size: 40px;
  }
  .hero-area .block h4 {
    font-size: 24px;
  }
  .hero-area .block h3 {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media (min-width: 520px) and (max-width: 768px){
  .hero-area{
    background-position: center center;
    height: 400px;
  }
  .hero-area .container-fluid .caption{
    padding: 25px 10px 10px 10px;
    margin-left: 15px;
    width: 65%;
  }
  .hero-area .block h1 {
    font-size: 28px;
  }
  .hero-area .block h4 {
    font-size: 20px;
  }
  .hero-area .block h3 {
    margin-top: 25px;
    font-size: 17px;
  }
}

@media (min-width: 421px) and (max-width: 519px){
  .hero-area{
    background-position: -120px center;
    height: 380px;
  }
  .hero-area .container-fluid .caption{
    padding: 45px 10px 10px 10px;
    width: 84%;
    margin: 0 auto;
    float: none;
  }
  .hero-area .block h1 {
    font-size: 28px;
  }
  .hero-area .block h4 {
    font-size: 20px;
  }
  .hero-area .block h3 {
    margin-top: 25px;
    font-size: 17px;
  }
}

@media  (min-width: 376px) and (max-width: 420px){
  .hero-area{
background-position: center;
height: 150px;
margin-top: 80px;
  }
  .hero-area .container-fluid .caption{
    padding: 45px 10px 10px 10px;
    width: 86%;
    margin: 0 auto;
    float: none;
  }
  .hero-area .block h1 {
    font-size: 26px;
  }
  .hero-area .block h4 {
    font-size: 18px;
  }
  .hero-area .block h3 {
    margin-top: 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 375px){
  .hero-area{
background-position: center;
height: 100px;
margin-top: 80px;
  }
  .hero-area .container-fluid .caption{
    padding: 40px 10px 10px 10px;
    width: 96%;
    margin: 0 auto;
    float: none;
  }
  .hero-area .block h1 {
    font-size: 26px;
  }
  .hero-area .block h4 {
    font-size: 18px;
  }
  .hero-area .block h3 {
    margin-top: 25px;
    font-size: 16px;
  }
}
/*============================================================*/

/*lang link in responsive */
@media (min-width: 1180px) and (max-width: 1340px){
  .navbar-right{
    float: none !important;
  }
  .navbar-nav {
    margin-left: 10px;
  }
  .navigation .container{
    width: auto;
    padding: 0 30px;
  }
  .lang {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .navigation .navbar-nav > li > a{
    padding: 22px 12px;
  }
}
@media (min-width: 993px) and (max-width: 1179px){
  .navbar-right{
    float: none !important;
  }
  .navbar-nav {
    margin-left: 10px;
  }
  .navigation .container{
    width: auto;
    padding: 0 30px;
  }
  .lang {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .navigation .navbar-nav > li > a{
    padding: 22px 8px;
    font-size: 14px;
  }
  a.navbar-brand.logo img{
    width: 155px;
  }
} 

@media (min-width: 769px) and (max-width: 992px) {
  .navigation .container{
    width: auto;
    padding: 0 0 0px 25px;
  }
  .navbar-right{
    float: none !important;
  }
  .navbar-nav {
    margin-right: 5px;
  }
  .lang{
    right: 15px;
    top: 25px;
  }
  .navigation .container{
    padding-right: 0;
  }
  a.navbar-brand.logo img{
   width: 160px;
  }
  .logo{
    overflow: hidden;
    width: 70px;
  }
 .navigation .navbar-nav > li > a{
    padding: 18px 6px;
    font-size: 12px;
  }
} 
/*lang link in responsive */



/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .navigation .navbar-toggle {
    border: 1px solid #fff;
  }
  .navigation .navbar-toggle span {
    background: #fff;
  }
  .navigation.sticky-header .navbar-toggle {
    border: 1px solid #dedede;
  }
  .navigation.sticky-header .navbar-toggle span {
    background: #000;
  }
  .navbar-brand h1 {
    width: 130px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .counters-item:before {
    display: none;
  }
}

/* new edition */
@media (min-width: 992px) and (max-width: 1199px) {
  .title h2 {
    font-size: 30px;
  }
  .inner.news h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  h2{
    font-size: 28px
  }
  h4{
    font-size: 17px;  
  }
  .about-conference .panel.panel-default h4{
    font-size: 17px;  
  }

  .post-item .content h3{
    font-size: 17px;
    min-height: 69px;
  }

  .inner.speakers h3 {
     font-size: 22px;
  }
  
  .team .team-member{
    height: 378px;
  }
  .team.ex-team .team-member{
    height: 440px;
  }
  .team .team-member .member-content h3{
    font-size: 17px;
    height: 35px;
  }
  .team .team-member .member-content p{
    font-size: 15px;
  }
  .team .team-member .member-content span{
    font-size: 15px;
    height: auto;
  }
}

@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* home slider */
  #slitSlider .carousel-caption h2 {
    font-size: 60px;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-right: 70px;
  }
}

/* new edition */
@media (min-width: 769px) and (max-width: 991px) {
  .title h2 {
    font-size: 26px;
  }

  .inner.news h2 {
    font-size: 26px;
    line-height: 1.5;
  }

  .inner.news .img-responsive{
    margin-bottom: 40px;
  }
  .call-to-action-2 h2{
    padding: 0 20px;
  }

  h2{
    font-size: 26px;
    margin-bottom: 15px;
  }
  h4{
    font-size: 16px;  
    margin-bottom: 15px;
  }
  .about-conference .panel.panel-default h4{
    font-size: 16px;   
  }

  .about .img-responsive{
    margin-bottom: 30px;
  }
 
  .post-item{
    min-height: 605px;
    overflow: hidden;
  }

  .post-item .content h3{
    font-size: 17px;
    min-height: 69px;
  }

  .about , .conference-secretary , .call-to-action-2 , .blog , .inner, .top-footer{
    padding: 70px 0;
  }

  .inner.speakers h3 {
     font-size: 20px;
  }

  .team .team-member{
    height: 480px;
  }

  .team.ex-team .team-member{
    height: 510px;
  }

  .team .team-member .member-content{
    padding: 15px 0;
  }

  .team .team-member .member-content h3{
    font-size: 17px;
    height: 35px;
  }
  .team .team-member .member-content p{
    font-size: 14px;
    margin: 8px 0;
  }
  .team .team-member .member-content span{
    font-size: 14px;
    height: auto;
  }
  .panels .team{
    margin: 20px 0 30px 0;
  }
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }
  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }
  .counters-item {
    margin-bottom: 30px;
  }
  /* our services */
  .service-block {
    margin: 0 auto 40px;
    width: 310px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }
  .skill-chart > h3 {
    margin: 15px 0;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }
  /* testimonial */
  .client-info {
    width: 75%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }
  /* singla blog page */
  .author-social {
    margin-right: 0;
  }
}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 768px) {
  .navigation.sticky-header .navbar-toggle {
    border: 1px solid #dedede;
  }
  .navigation.sticky-header .navbar-toggle span {
    background: #000;
  }
  .navigation .navbar-toggle {
    border: 1px solid #dedede;
  }
  .navigation.navbar-toggle span {
    background: #000;
  }
  .navigation .navbar-nav > li > a {
    padding: 4px 9px;
    font-size: 15px;
    /* color: #000; */
  }
  .navigation .navbar-toggle {
    border: 1px solid #fff;
  }
  .navigation .navbar-toggle span {
    background: #fff;
  }

  .navbar-fixed-top {
    background: #040a14;
  }
  .navigation .dropdown .dropdown-menu{
    display: none;
    /*-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;*/
  }
  .navbar-nav .open.dropdown .dropdown-menu{
    display: block;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    height: auto;
  }
  .navigation .dropdown .dropdown-menu{
    background:transparent; 
  }

  .navbar-nav>li>.dropdown-menu{
    background:transparent; 
    border: 0px solid #ccc; 
    -webkit-box-shadow: none; 
    box-shadow:none; 
    position: relative;
    padding: 0px 4px;
    float: none;
    width: 100%;
    top: 0;
  }

  .navigation .dropdown .dropdown-menu li a {
    padding: 6px 15px;
    font-size: 15px;
    color: #fff;
  }
  .sticky-header.navigation .dropdown .dropdown-menu li a {
    color: #000 !important;
  }

  .counters-item:before {
    display: none;
  }
  .clients-logo-slider {
    text-align: center;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }
  .carousel-caption img {
    width: 70%;
  }
  #slitSlider .carousel-caption h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption a {
    font-size: 14px;
  }
  #nav-dots {
    display: block;
  }
  #nav-arrows {
    display: none;
  }
  /* navigation */
  .navbar-fixed-top {
    padding-bottom: 0px;
  }
  .navbar-inverse .navbar-toggle,
  .navbar-inverse .navbar-toggle .icon-bar {
    border-color: #4e595f;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle:hover {
    border-color: #ddd;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle .icon-bar:hover {
    background-color: #ddd;
  }
  .navbar-collapse.in {
    overflow-y: inherit;
  }
  .navbar-brand {
    padding: 10px 15px 10px 10px;
  }
  .navbar-toggle {
    margin-top: 22px;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-inverse .navbar-nav li a {
    line-height: 45px;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid transparent;
  }
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }

  .lang{
      right: 100px;
      top: 32px;
  }
  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }
  .service-block {
    margin: 0 auto 30px;
    width: 280px;
    position: relative;
    left: -8px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li, .social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .blog-title h1 {
    font-size: 28px;
  }
  /* blog page */
  #blog-page {
    margin: 0;
  }
  #blog-posts {
    margin: 0 0 40px;
  }
  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 0px 10px 10px;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
  /* single blog page */
  .author-social {
    margin-right: 0;
  }
  .author-avatar {
    margin-left: 10px;
  }

  .navigation .dropdown.active .dropdown-menu li a{
    color: #fff;
  }
  .navigation .dropdown.active .dropdown-menu li.active a{
      color: #5BB12F !important;
  }
}



/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 580px) and (max-width: 768px) {
  
  /*my*/
  .about , .conference-secretary , .call-to-action-2 , .blog , .inner ,.section-sm, .top-footer{
    padding: 45px 0;
  }

  .title  {
    padding: 0 15px 20px;
  }

  .title h2 {
    font-size: 26px;
    margin: 15px 0;
  }

  .border{
    margin: 15px 0px;
  }

  .inner.news h2 {
    font-size: 23px;
    line-height: 1.5;
  }
  .about .img-responsive{
    margin-bottom: 30px;
    width: 100%;
  }

  .inner.news .img-responsive{
    margin-bottom: 40px;
  }

  h2{
    font-size: 24px;
    margin-bottom: 15px;
  }
  h4{
    font-size: 16px;  
    margin-bottom: 15px;
  }
  .about-conference .panel.panel-default h4{
    font-size: 16px;  
  }

  .post-item{
    min-height: 565px;
    overflow: hidden;
  }

  .post-item .content h3{
    font-size: 16px;
    /*min-height: 45px;*/
  }

  .inner.speakers h3 {
     font-size: 20px;
  }
  .team .team-member .member-content{
    padding: 15px 0;
  }

  .team .team-member .member-content h3{
    font-size: 17px;
    height: auto;
  }
  .team .team-member .member-content span{
    height: 40px;
  }
  .team .team-member .member-content p{
    font-size: 14px;
    margin: 8px 0;
  }
  .panels .team{
    margin: 20px 0 30px 0;
  }
  .panels .team .item-member .team-member{
    padding: 16px 16px  8px 16px;
  }

  .inner .dl-horizontal dt {
    width: 100%;
  }
  .inner .dl-horizontal dd {
    margin-left: 0;
    margin-bottom: 10px;
  }

  /*end my*/
  .counter .counter-title h2 {
    font-size: 35px;
  }

  /* navigation */
  .navigation .navbar-toggle {
    border: 1px solid #fff;
  }
  .navigation .navbar-toggle span {
    background: #fff;
  }
  .navbar-fixed-top {
    padding-bottom: 0px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #6CB670;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle:hover {
    border-color: #fff;
    border-radius: 0;
  }
  .navbar-collapse.in {
    overflow-y: inherit;
  }
  .navbar-toggle {
    margin-top: 22px;
  }
  .navbar-inverse .navbar-nav li a {
    line-height: 45px;
    padding: 0;
    text-align: center;
    border-bottom: 2px solid transparent;
  }
  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }
  /* services */
  .service-block {
    margin: 0 auto 40px;
    width: 310px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* testimonials */
  .client-info {
    width: 74%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
  .top-footer .col-md-3{
    margin-bottom: 15px;
    width: 50%;
    float: left;
  }
  .top-footer .col-md-3 img{
    width: auto;
  }
}

@media only screen and (max-width: 767px){
  .speakers .img-responsive{
    padding: 10px;
    width: 100%;
  }
  .top-footer .col-md-3{
    margin-bottom: 15px;
  }
  .top-footer .col-md-3 img{
    width: auto;
  }
}

@media only screen and (min-width: 420px) and (max-width: 579px){
  .container{
    padding-right: 24px;
    padding-left: 24px;
  }

  .about , .conference-secretary , .call-to-action-2 , .blog , .inner,.section-sm, .top-footer{
    padding: 30px 0;
  }
  .title  {
    padding: 0 15px;
  }

  .title h2 {
    font-size: 22px;
    margin: 10px 0 15px 0;
  }

  .border{
    margin:10px 0px 15px 0px;
  }

  .inner.news h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .about .img-responsive{
    margin-bottom: 25px;
  }

  .inner.news .img-responsive{
    margin-bottom: 30px;
  }
  .call-to-action-2 h2{
    padding: 0 15px;
  }
  .btn-main{
    padding: 8px 30px;
  }
  .post-item .content .btn-main{
    padding: 8px 20px;
  }
  h2{
    font-size: 21px;
    margin-bottom: 15px;
  }
  h4{
    font-size: 16px;  
    margin-bottom: 15px;
  }
  .about-conference .panel.panel-default h4{
    font-size: 16px;  
  }

  .post-item .content h3{
    font-size: 16px;
  }
  .post-item .content {
      padding: 5px 20px 20px 20px;
  }

  .inner.speakers h3 {
     font-size: 20px;
  }
  .team .team-member .member-content{
    padding: 15px 0;
  }

  .team .team-member .member-content h3{
    font-size: 17px;
    height: auto;
  }
  .team .team-member .member-content span{
    height: auto;
  }
  .team .team-member .member-content p{
    font-size: 14px;
    margin: 8px 0;
  }
  .panels .team{
    margin: 20px 0 30px 0;
  }
  .panels .team .item-member .team-member{
    padding: 16px 16px  8px 16px;
  }
  .inner .dl-horizontal dt {
    width: 100%;
  }
  .inner .dl-horizontal dd {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 420px) {
  .about , .conference-secretary , .call-to-action-2 , .blog , .inner ,.section-sm, .top-footer{
    padding: 25px 0;
  }

  .navigation .logo-default ,.navigation .logo-white{
    width: 155px;
  }
   .lang{
      right: 75px;
      top: 32px;
  }

  .title  {
    padding: 0 15px;
  }

  .title h2 {
    font-size: 20px;
    margin: 10px 0 10px 0;
  }
  .border{
    margin:10px 0px 15px 0px;
  }

  p{
    font-size: 14px;
  }
  .about .feature-list li{
    font-size: 14px;
  }
  .conference-secretary p{
    font-size: 14px;
  }

  h2{
    font-size: 21px;
    margin-bottom: 15px;
  }
  h4{
    font-size: 16px;  
    margin-bottom: 15px;
  }
  .about-conference .panel.panel-default h4{
    font-size: 16px;  
  }
  .btn-main{
    font-size: 15px;
    padding: 8px 30px;
  }
  .post-item .content .btn-main{
    padding: 8px 20px;
    font-size: 14px;
  }
  .call-to-action-2 h2{
    padding: 0 15px;
  }
  #blog .title .archive{
    right: 15px;
    top: 11px;
    font-size: 14px;
  }
  .inner .dl-horizontal dt{
    width: 100%;
  }
  .inner .dl-horizontal dd {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .inner .dl-horizontal dt, .inner .dl-horizontal dd{
    font-size: 14px;
  }
  .plan-grid.table>tbody>tr>td{
    font-size: 14px;
  }
  .inner .nav-tabs>li a{
    font-size: 15px;
  }
  .inner.speakers h3 {
    font-size: 18px;
    margin: 15px 0;
  }
  .inner.speakers h4{
    margin-top: 15px;
  }

  .inner.news h2 {
    font-size: 16px;
    line-height: 1.4;
  }
  .about .img-responsive{
    margin-bottom: 25px;
  }
  .inner.news .img-responsive{
    margin-bottom: 30px;
  }
  .inner h4 {
    margin-top: 25px;
  }

  .team .team-member .member-content{
    padding: 15px 0;
  }

  .team .team-member .member-content h3{
    font-size: 16px;
    margin: 0 0 6px;
    height: auto;
  }
  .team .team-member .member-content p{
    font-size: 14px;
    margin: 6px 0;
  }
  .team .team-member .member-content span{
    height: auto;
  }
  .panels .team{
    margin: 20px 0 30px 0;
  }
  .panels .team .item-member .team-member{
    padding: 16px 16px  8px 16px;
  }

  .post-item .content h3{
    font-size: 16px;
  }
  .post-item .content {
      padding: 5px 20px 20px 20px;
  }
  .navbar-fixed-top .navbar-collapse{
    max-height: 495px;
  }
  .navbar-collapse.in {
      overflow-y: auto;
  }
  .sponsor .col-md-3{
    width: 50%;
  }
}

.list-disc{
  list-style-type: disc;
  padding: 15px 20px;
  color: #848484;
}
.list-disc li{
  margin-bottom: 16px;
}
ul.list{
  padding: 15px 15px;
}
ul.list li {
    margin-bottom: 15px;
    font-weight: bold;
}


@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}
