/*
  Theme Name: EBL Forum
*/

/* 1. Theme default css */

body {
  font-family: "Roboto", sans-serif;
}
#content_wrapper {
  overflow: hidden;
  position: relative;
  clear: both;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.clear {
  clear: both;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
.button,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
button {
  cursor: pointer;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #34b8ff;
  text-decoration: none;
}
a,
button {
  color: #34b8ff;
  outline: medium none;
}
input:focus,
textarea:focus,
:focus {
  outline: 0;
}
button:focus {
  outline: 0 none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 30px;
  color: #777777;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.btn {
  -moz-user-select: none;
  background: #2f3440 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: pt sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.btn:hover {
  color: #fbba42;
}
.btn:hover:before {
  width: 100%;
  color: #444;
}
.btn.brand-btn {
  background: #fbba42;
  color: #222;
}
.btn.brand-btn:hover {
  background: #2f3440;
  color: #fbba42;
}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fbba42;
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover {
  border-color: #2f3440;
}
.btn i {
  margin-right: 10px;
}

/* scrollUp */

#scrollUp {
  background: #34b8ff;
  height: 35px;
  width: 35px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  font-size: 0;
  line-height: 34px;
}
#scrollUp::before {
  content: "\f106";
  font-family: Font awesome\5 Free;
  font-size: 20px;
}
#scrollUp:hover {
  background: #444;
}

/* 

  2. header 

*/

.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f8f8f8 none repeat scroll 0 0;
  opacity: 0.9;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
.logo {
  margin-top: 5px;
  margin-left: 0;
}
.logo img {
  max-width: 115px;
  height: auto;
}
.topsocial-icon ul li {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
}
.topsocial-icon ul li a {
  color: #000;
}
.topsocial-icon ul li a:hover {
  color: #34b8ff;
}
.topsocial-icon {
  padding-top: 46px;
  position: relative;
}
.topsocial-icon::before {
  content: "";
  position: absolute;
  left: 0;
  height: 30px;
  width: 1px;
  background-color: #cccccc;
}
.main-menu-area {
  border-bottom: 0;
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 0px;
  opacity: 0.9;
}
.main-menu ul {
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}

.main-menu ul li:hover {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-menu ul li > a {
  color: #000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 50px 12px;
  text-transform: uppercase;
}

.main-menu ul li:hover > a {
  color: #34b8ff;
}

.main-menu ul li ul.sub-menu {
  background: #000;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 110%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 9;
}

.main-menu ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 102%;
}

.main-menu ul li ul.sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  margin: 0;
}

.main-menu ul li ul.sub-menu li:last-child {
  border: 0;
}

.main-menu ul li ul.sub-menu li a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: left;
  font-size: 13px;
}

.main-menu ul li ul.sub-menu li:hover > a {
  color: #34b8ff;
}

.main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
}

/* 


3. slider 


*/
#homes {
  position: relative;
  padding-top: 125px;
}
#homes .slider-active {
  position: relative;
}
#homes .slider-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #34b8ff;
  top: 0px;
  margin: 0 auto;
  z-index: 9;
}
.single-slider {
  background-position: center center;
  background-size: cover;
  height: 90vh;
  align-items: center;
  display: flex;
}
.slider-content {
  position: relative;
  padding-left: 35px;
}
.slider-content h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 90px;
}
.slider-content p {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 45px;
}
.slider-content > a,
.slider-content2 > a {
  background-color: #34b8ff;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 15px 38px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.slider-content > a:hover,
.slider-content2 > a:hover {
  color: #fff;
}
.slider-content > a::before,
.slider-content2 > a::before {
  background: #333333 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.slider-content > a:hover::before,
.slider-content2 > a:hover::before {
  transform: scaleY(1);
}

.slider-active .slick-arrow:hover {
  color: #34b8ff;
}

.slider-active .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

.slider-active .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  color: #34b8ff;
}

.slider-active .slick-dots li:last-child {
  margin-right: 0;
}

.slider-active .slick-dots li button {
  background: #fff;
  border: 0;
  text-indent: -99999999999px;
  padding: 0;
  width: 15px;
  height: 5px;
  border-radius: 10px;
}

.slider-active .slick-dots li.slick-active button {
  width: 40px;
  /*color:#34b8ff;*/
  background-color: #34b8ff;
}

.slider-active-2 .slick-dots li.slick-active button {
  border: 1px solid #34b8ff;
}

.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: 0;
  border: 0;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.slider-area:hover .slider-active .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.slider-active .slick-arrow:hover::before {
  width: 30px;
}

.slider-active .slick-next {
  right: 40px;
  background: url(img/naro.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.slider-active .slick-prev {
  z-index: 1;
  left: 40px;
  background: url(img/paro.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.slider-active .slick-next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #34b8ff;
  right: -40px;
  top: 13px;
  transition: 0.3s;
}

.slider-active .slick-next::before:hover {
  color: red;
}

.slider-active .slick-prev::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #34b8ff;
  left: -40px;
  top: 13px;
  transition: 0.3s;
}

.slider-active-2 .slick-prev::before {
  display: none;
}

.slider-active-2 .slick-next::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  right: 0;
  top: 22px;
  left: -4px;
}

.slider-active-2 .slick-dots li button {
  background: 0;
  border: 1px solid #fff;
}

/*


 4. about-area 


*/
.about-me-area {
  position: relative;
  padding: 60px 0 0;
}
.about-me {
  position: relative;
}
.about-me-content h1 {
  position: relative;
  color: #34b8ff;
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 10px;
  line-height: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about-me-content h1::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 1px;
  background-color: #34b8ff;
  bottom: 0;
  left: 0;
}
.about-me-content h1 span {
  color: #000;
  clear: both;
  display: block;
  font-weight: 700;
}
.about-me-content {
  position: absolute;
  background-color: #fff;
  padding: 35px;
  border: 4px solid rgba(0, 0, 0, 0.5);
  top: -125px;
  left: 50px;
  z-index: 9;
  right: -130px;
}

.about-me-content p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
}
.rdm {
  position: relative;
  text-align: right;
  right: -60px;
}
.rdm a {
  background-color: #34b8ff;
  display: inline-block;
  padding: 8px 25px;
  color: #fff;
  border: 4px solid #fff !important;
  box-shadow: 0px 2px 5px 1px #4a4a4a !important;
}

/* infopart*/
#infopart {
  position: relative;
  padding: 20px 0 60px;
}

.infobox .wpb_wrapper {
  position: relative;
  border: 4px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
  min-height: 275px;
  box-shadow: 0 4px 6px -1px #999;
}
.infobox .wpb_wrapper .wpb_wrapper {
  border: 0;
  box-shadow: none;
  min-height: auto;
  padding: 0;
  margin: 0;
}
.infobox h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  color: #34b8ff;
  text-shadow: 0px 2px 5px #777777;
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.infobox ul li {
  background: url(img/tick.png) no-repeat 0 0;
  margin-left: 15px;
  padding-left: 35px;
  margin-bottom: 15px;
  color: #858585;
}

/*footer */

footer {
  background-color: #000000;
}

#foot_top h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#foot_top h3::after {
  position: absolute;
  content: "";
  width: 50px;
  background-color: #f8f8f8;
  bottom: 0;
  left: 0;
  height: 1px;
}
#foot_top .foot_two a:hover {
  color: #1993c0;
}
#foot_top .foot_two a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}
#foot_top .foot_three a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}
.foot_one p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.foot_three p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 30px;
}
.fads {
  background: url("img/ads.png") no-repeat 0 4px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.fph {
  background: url("img/ph.png") no-repeat 0 4px;
  margin-bottom: 5px;
  padding-left: 25px;
}

.fml {
  background: url("img/ml.png") no-repeat 0 5px;
  padding-left: 25px;
}
.ftm {
  background: url("img/tim.png") no-repeat 0 5px;
  padding-left: 25px;
}
#foot_top {
  padding-bottom: 60px;
  padding-top: 60px;
}
#footer_copyright {
  clear: both;
  display: block;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  text-align: center;
}
#footer_copyright a {
  color: #fff;
  font-size: 13px;
}
#footer_copyright p {
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  margin-bottom: 0;
}
.ftsocial {
  margin-top: 10px;
}
.ftsocial ul li {
  display: inline-block;
  margin-right: 2px;
}
.foot_two ul li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.ftsocial ul li a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 0px;
  color: #1993c0;
}
.ftsocial ul li a:hover {
  background-color: #1993c0;
  border: 1px solid #1993c0;
  color: #fff;
}
.frontslid {
  position: relative;
  overflow: hidden;
}
.pagettl {
  position: relative;
  margin-top: 125px;
  padding: 35px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,dddddd+49,ffffff+100 */
  background: rgb(252, 252, 252); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(252, 252, 252, 1) 0%,
    rgba(221, 221, 221, 1) 49%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(252, 252, 252, 1) 0%,
    rgba(221, 221, 221, 1) 49%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(252, 252, 252, 1) 0%,
    rgba(221, 221, 221, 1) 49%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.pagettl h1 {
  text-align: center;
  position: relative;
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 5px;
  color: #34b8ff;
  text-transform: uppercase;
}
.pagettl h1::after {
  position: absolute;
  content: "";
  width: 50px;
  background-color: #000;
  bottom: 0;
  left: 0;
  height: 1px;
  margin: 0 auto;
  right: 0;
}
#pagecontent {
  position: relative;
  padding: 60px 0;
}
#pagecontent table {
  width: 100%;
}
#pagecontent table td,
th {
  padding: 20px;
  border: 1px solid #000;
}

#txtfld {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  margin-bottom: 15px;
  border: 1px solid #ababab;
}

#txtmgs {
  width: 100%;
  height: 150px;
  padding: 5px 15px;
  margin-bottom: 15px;
  border: 1px solid #ababab;
}

#snd {
  background-color: #34b8ff;
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border: 0;
  box-shadow: 0 2px 5px -1px #000;
  cursor: pointer;
}
#loginform input[type="checkbox"],
#loginform input[type="radio"] {
  width: 25px;
}

.file_contents {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto !important;
}

.file_contents .file_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.file_contents .file_box a {
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 30px;
}

.file_contents a img {
  display: block;
  margin: 0 auto;
}

.file_contents a h4 {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  border: none;
  padding-top: 10px;
}

.slides {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto !important;
}
.file_data {
  width: 100%;
  max-width: 300px;
  margin: 0 auto !important;
}
.slides li {
  padding-bottom: 10px;
  list-style: none;
}
.slides li::before {
  height: 10px;
  width: 10px;
  background-color: #000;
  content: "";
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.slides li a {
  text-decoration: none;
}

#blog_content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.dt {
  font-size: 13px;
  margin-bottom: 10px;
}
#blog_content p {
  font-size: 15px;
  line-height: 28px;
}
.rmb a {
  background-color: #34b8ff;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.single-postblog {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #ddd;
}

#pagecontent .tml p {
  margin-bottom: 10px;
}
#pagecontent #theme-my-login {
  width: 100%;
  margin: 0 auto !important;
  display: block;
  float: none;
  max-width: 500px;
}
#pagecontent #wp-submit {
  background-color: #34b8ff;
  display: inline-block;
  border: 0;
  color: #fff;
  padding: 2px 30px;
  border-radius: 30px;
  cursor: pointer;
}

#pagecontent .file_data ul li {
  background: url(img/tick.png) no-repeat 0 0;
  margin-left: 15px;
  padding-left: 35px;
  margin-bottom: 15px;
  color: #858585;
}
#pagecontent .file_data ul li::before {
  content: none !important;
}

.tml .message {
  border: 1px solid #faebcc !important;
  background-color: #55befe !important;
  color: #fff !important;
}

.tml-action-links > li:first-child { visibility: hidden; }
