@charset "UTF-8";
/*!
Theme Name: 
Author: Akbar Tarahomi
*/
/* Material design box shadows */
.snow, .winter-is-coming {
  z-index: 1;
  pointer-events: none;
}

.winter-is-coming {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background: #de8a1e;
}

.snow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: falling linear infinite both;
  transform: translate3D(0, -100%, 0);
}
.snow--near {
  animation-duration: 10s;
  background-image: url("../images/snow/snow-large.png");
  background-size: contain;
}
.snow--near + .snow--alt {
  animation-delay: 5s;
}
.snow--mid {
  animation-duration: 20s;
  background-image: url("../images/snow/snow-medium.png");
  background-size: contain;
}
.snow--mid + .snow--alt {
  animation-delay: 10s;
}
.snow--far {
  animation-duration: 30s;
  background-image: url("../images/snow/snow-small.png");
  background-size: contain;
}
.snow--far + .snow--alt {
  animation-delay: 15s;
}

@keyframes falling {
  0% {
    transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    transform: translate3D(7.5%, 100%, 0);
  }
}
/*******************************************************/
.holder {
  position: relative;
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
}
.holder .shape-1, .holder .shape-4 {
  opacity: 0.2;
}
.holder .shape-2, .holder .shape-5 {
  opacity: 0.5;
}
.holder .shape-3, .holder .shape-6 {
  opacity: 0.5;
}
.holder #layer-1 {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/*************************/
label {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  vertical-align: top;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: 9000px;
}

.form-check label {
  overflow: inherit;
}

/*Check box*/
input[type=checkbox] + .label-text:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 1rem;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-left: 5px;
}

input[type=checkbox]:checked + .label-text:before {
  animation: effect 250ms ease-in;
  content: "";
  color: #2980b9;
}

input[type=checkbox]:disabled + .label-text {
  color: #aaa;
}

input[type=checkbox]:disabled + .label-text:before {
  content: "";
  color: #ccc;
}

/*Radio box*/
input[type=radio] + .label-text:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-left: 5px;
}

input[type=radio]:checked + .label-text {
  color: #1ca2bd;
}
input[type=radio]:checked + .label-text:before {
  content: "";
  color: #1ca2bd;
  animation: effect 250ms ease-in;
}

input[type=radio]:disabled + .label-text {
  color: #aaa;
}

input[type=radio]:disabled + .label-text:before {
  content: "";
  color: #ccc;
}

@keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.datepicker-plot-area {
  font-family: iranyekan, sans-serif;
}

/*******************************/
.radish-lab .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  opacity: 1;
  mix-blend-mode: multiply;
  background: #9236ff;
  background: -moz-linear-gradient(-45deg, #9236ff 0%, #f763c6 33%, #ff9292 66%, #fff7e1 100%);
  background: -webkit-linear-gradient(-45deg, #9236ff 0%, #f763c6 33%, #ff9292 66%, #fff7e1 100%);
  background: linear-gradient(135deg, #9236ff 0%, #f763c6 33%, #ff9292 66%, #fff7e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9236ff", endColorstr="#fff7e1",GradientType=1 );
}
.radish-lab svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  opacity: 0.5;
}
.radish-lab .cls-1, .radish-lab .cls-4 {
  animation: r-rotate 2s infinite alternate;
  transform-origin: 100% 100%;
}
.radish-lab .cls-2, .radish-lab .cls-3 {
  animation: l-rotate 2s infinite alternate;
  transform-origin: 100% 0%;
}
.radish-lab .cls-2, .radish-lab .cls-4 {
  animation-delay: 0.5s;
}
.radish-lab .l {
  stroke: #F72CAA;
  fill: #F72CAA;
  animation: l-rotate 2s alternate infinite;
  transform-origin: 100% 0%;
}
@keyframes r-rotate {
  from {
    transform: rotate(270deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes l-rotate {
  from {
    transform: rotate(270deg);
  }
  to {
    transform: rotate(360deg);
  }
}

html {
  font-size: 14px;
}

body {
  font-family: iranyekan, sans-serif;
  color: #576366;
  position: relative;
  font-size: 1rem;
  background-color: #fff;
  line-height: 1.9;
  direction: rtl;
  font-weight: normal;
  overflow-x: hidden;
  padding-top: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 1.414em 0 0.5em;
  font-weight: bold;
}

h1 {
  font-size: 2.074em;
}

h2 {
  font-size: 1.728em;
}

h3 {
  font-size: 1.44em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.833em;
}

p {
  font-size: 1em;
  margin: 0 0 1.5em;
}

a, a:link, a:visited,
a:hover, a:active {
  text-decoration: none;
}

a:focus, button:focus {
  outline: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style-position: inside;
}

::selection {
  background: #de8a1e;
  color: #fff;
}

::-moz-selection {
  background: #de8a1e;
  color: #fff;
}

/*************************************/
.max-width-400 {
  max-width: 400px;
}

.input-fa {
  position: relative;
}
.input-fa i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.5em;
}
.input-fa .form-control {
  padding-right: 35px;
  text-align: left;
  direction: ltr;
}
.input-fa ::placeholder {
  direction: rtl;
  text-align: right;
}
.input-fa :-ms-input-placeholder {
  direction: rtl;
  text-align: right;
}
.input-fa ::-ms-input-placeholder {
  direction: rtl;
  text-align: right;
}

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

.page-header {
  margin: 0;
}

.frame {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: 0;
}

.clear-fix:before {
  content: "";
  display: table;
}
.clear-fix:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.vice-versa-direction {
  direction: rtl;
}

.vice-versa-align {
  text-align: right;
}

.ltr {
  direction: ltr;
}

span.ltr {
  display: inline-block;
}

.line-through {
  text-decoration: line-through;
}

.float-start {
  float: right;
}

.float-end {
  float: left;
}

@media (max-width: 480px) {
  .float-end,
.float-start {
    width: 100%;
  }
}
.form-control,
input[type=text],
input[type=email],
textarea {
  background-color: #eee;
  border-radius: 3px;
}
.form-control:focus,
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  border-color: #de8a1e;
}

input[type=submit]:focus {
  outline: 0 !important;
}

.modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
.modal-header .modal-title {
  margin: 0;
}

.title-border {
  text-align: center;
  font-weight: bold;
  font-size: 2.286rem;
  position: relative;
  margin: 0 0 1em;
  padding-bottom: 10px;
  color: #333;
}
.title-border:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 4px;
  background-color: #de8a1e;
}

.inner-page .title-border {
  font-size: 1.429rem;
}

.title-link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.title-link .title-border:before {
  left: auto;
  margin-left: 0;
  right: 0;
}

.text-700 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 3rem;
  line-height: 2;
  font-weight: 300;
}
.text-700 p {
  margin-bottom: 0.5em;
}

.owl-3 .owl-dots {
  position: relative;
  width: 100%;
  display: inline-block;
  text-indent: inherit;
  text-align: center;
}
.owl-3 .owl-dots button {
  margin-top: 20px;
  display: inline-block;
}
.owl-3 .owl-dots button span {
  background: #cecece;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0px 3px;
  height: 10px;
  width: 10px;
  border: 1px solid #ffffff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.owl-3 .owl-dots button.active span {
  background-color: #de8a1e;
  width: 30px;
}

.image {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: no-repeat center center transparent url("../images/default.jpg");
  background-size: cover;
}
.image.cover {
  background-size: cover;
}
.image.half {
  background-size: auto 65%;
}

figure.image {
  background: none;
  padding-bottom: 0;
  width: auto;
}
figure.image.image-style-side {
  float: right;
  margin-left: 15px;
}

.blog-item .content .text figure.image {
  text-align: center !important;
}

a.image {
  position: relative;
}
a.image:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(222, 138, 30, 0.4);
}
a.image:hover:before {
  content: "";
}
a.image:hover:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  color: #fff;
  font-size: 2.286rem;
  width: 32px;
  line-height: 32px;
  margin: -16px 0 0 -16px;
}
a.image.target:hover:after {
  content: "";
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #de8a1e;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #de8a1e;
}

.tooltip-inner {
  background-color: #de8a1e;
  border: 1px solid #de8a1e;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > * {
  padding-left: 0;
  padding-right: 0;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-5 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-10 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.icon-40 {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: transparent no-repeat 0 0 url("../images/icons.png");
}

.icon-bazarshenasan {
  background-position: 0 0;
  width: 106px;
}

.icon-bazaryabi {
  background-position: 0 -80px;
}

.icon-consult {
  background-position: 0 -160px;
}

.icon-school {
  background-position: 0 -240px;
}

.icon-bazarshenasan-2 {
  background-position: 0 -40px;
  width: 106px;
}

.icon-bazaryabi-2 {
  background-position: 0 -120px;
}

.icon-consult-2 {
  background-position: 0 -200px;
}

.icon-school-2 {
  background-position: 0 -280px;
}

.icon-neurobiz {
  background-position: 0 -320px;
  width: 78px;
  height: 50px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags a {
  margin: 0 0 5px 5px;
  background: #f3f3f3;
  color: #222222;
  padding: 5px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tags a:hover {
  color: #fff;
  background-color: #de8a1e;
}

.banner-snow {
  position: relative;
}
.banner-snow .container {
  position: relative;
  z-index: 3;
  min-height: 150px;
  padding: 45px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 300;
}
.banner-snow .container .btn {
  min-width: 150px;
}
.banner-snow .container .title {
  font-weight: 300;
  font-size: 1.429rem;
  margin: 0;
}
.banner-snow .container .text {
  margin-top: 15px;
  display: none;
}
.banner-snow .container span {
  font-weight: bold;
  color: #000;
  display: inline-block;
}

.clients {
  padding: 0 45px;
}
.clients:hover .owl-nav {
  opacity: 1;
}
.clients:hover .owl-nav .owl-prev {
  left: 0;
}
.clients:hover .owl-nav .owl-next {
  right: 0;
}
.clients .owl-nav {
  position: absolute;
  display: block;
  text-indent: inherit;
  margin-top: -22px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
}
.clients .owl-nav .owl-prev {
  position: absolute;
  display: block;
  cursor: pointer;
  width: auto;
  text-indent: inherit;
  left: -20px;
  -webkit-transition: opacity 0.5s ease 0s, left 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s, left 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s, left 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, left 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, left 0.5s ease 0s;
}
.clients .owl-nav .owl-next {
  position: absolute;
  display: block;
  cursor: pointer;
  width: auto;
  text-indent: inherit;
  right: -20px;
  -webkit-transition: opacity 0.5s ease 0s, right 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s, right 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s, right 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, right 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, right 0.5s ease 0s;
}
.clients .owl-nav i {
  background: #ffffff;
  color: #de8a1e;
  border: 1px solid #e3e3e3;
  font-size: 20px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: -1px 6px 13px rgba(0, 0, 0, 0.1);
  display: inline-block;
  line-height: 42px;
  padding-left: 2px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.clients .owl-nav i:hover {
  color: #fff;
  background-color: #de8a1e;
}

.icon-clients {
  margin: auto;
  width: 175px;
  height: 175px;
  background: transparent 0 0 url("../images/clients.png") no-repeat;
}

.ic-0 {
  background-position: 0 0px;
}

.ic-1 {
  background-position: 0 -175px;
}

.ic-2 {
  background-position: 0 -350px;
}

.ic-3 {
  background-position: 0 -525px;
}

.ic-4 {
  background-position: 0 -700px;
}

.ic-5 {
  background-position: 0 -875px;
}

.ic-6 {
  background-position: 0 -1050px;
}

.ic-7 {
  background-position: 0 -1225px;
}

.ic-8 {
  background-position: 0 -1400px;
}

.ic-9 {
  background-position: 0 -1575px;
}

.ic-10 {
  background-position: 0 -1750px;
}

.ic-11 {
  background-position: 0 -1925px;
}

.ic-12 {
  background-position: 0 -2100px;
}

.ic-13 {
  background-position: 0 -2275px;
}

.ic-14 {
  background-position: 0 -2450px;
}

.ic-15 {
  background-position: 0 -2625px;
}

.ic-16 {
  background-position: 0 -2800px;
}

.ic-17 {
  background-position: 0 -2975px;
}

.ic-18 {
  background-position: 0 -3150px;
}

.ic-19 {
  background-position: 0 -3325px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.holder .logo {
  width: 130px;
  height: 130px;
  background: no-repeat url("../images/tmba-white.png") center center transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-size: contain;
}

.min-width-100 {
  min-width: 100px;
}

.icon-gift {
  background: no-repeat url("../images/gift.gif") center center transparent;
  background-size: contain;
  width: 300px;
  height: 135px;
  margin: 0 auto;
}

.list-check {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-check li {
  position: relative;
  padding-right: 20px;
}
.list-check li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

textarea {
  min-height: 50px;
}

header.header {
  box-shadow: 0 0 3px 3px rgba(153, 153, 153, 0.4);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  min-height: 60px;
}
header.header .toggle-menu {
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: background 200ms ease;
  display: block;
  background-color: transparent;
  width: 25px;
  height: 40px;
  position: relative;
}
header.header .toggle-menu:before, header.header .toggle-menu:after,
header.header .toggle-menu span {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity 400ms ease, -webkit-transform 400ms ease 0s;
  transition: transform 400ms ease 0s, opacity 400ms ease;
  transition: transform 400ms ease 0s, opacity 400ms ease, -webkit-transform 400ms ease 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  height: 2px;
  width: 26px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
header.header .toggle-menu span {
  top: 23px;
}
header.header .toggle-menu:after {
  top: 33px;
}
header.header .toggle-menu.active:before, header.header .toggle-menu.active:after {
  background-color: #de8a1e;
}
header.header .toggle-menu.active:before {
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}
header.header .toggle-menu.active span {
  opacity: 0;
}
header.header .toggle-menu.active:after {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}
header.header .link-home {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 0;
  text-align: center;
  min-width: 230px;
}
header.header .link-home a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header .link-home .logo {
  background: no-repeat center center url("../images/tmba-logo.png");
  background-size: contain;
  margin-left: 10px;
  width: 50px;
  height: 50px;
}
header.header .link-home .text span {
  display: inline-block;
  line-height: 20px;
  font-size: 1rem;
}
header.header .link-home .first,
header.header .link-home .third {
  font-weight: 300;
  color: #000;
}
header.header .link-home .second {
  color: #de8a1e;
  font-weight: bold;
  padding: 0 5px;
}
header.header a {
  color: #333;
}
header.header nav {
  display: flex;
  align-items: center;
  position: static;
}
header.header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header.header nav li {
  list-style: none;
}
@media screen and (max-width: 1199px) {
  header.header nav .main-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #aaa;
    border-right: 0;
    background-color: #fff;
    width: 175px;
    max-width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  header.header nav .main-menu.active {
    transform: translateX(0);
  }
  header.header nav .main-menu li {
    border-bottom: 1px solid #aaa;
  }
  header.header nav .main-menu a {
    background-color: #fff;
    color: #333;
    display: block;
    padding: 5px 15px;
  }
  header.header nav .main-menu a:hover {
    background-color: #de8a1e;
    color: #fff;
  }
}
header.header nav .icon-menu {
  padding-right: 20px;
  line-height: 1;
}
header.header nav .icon-menu li:nth-child(2) {
  border-left: 1px solid #ccc;
  padding: 0 15px;
}
header.header nav .icon-menu li:nth-child(3) {
  padding: 0 15px;
}
@media (max-width: 576px) {
  header.header nav .icon-menu li:nth-child(2) {
    padding-left: 0;
    border-left: 0;
  }
  header.header nav .icon-menu li:nth-child(n+3) {
    display: none;
  }
}
header.header nav .icon-menu a,
header.header nav .icon-menu i {
  vertical-align: middle;
  font-size: 1.143rem;
  cursor: pointer;
}
header.header nav .icon-menu a:hover,
header.header nav .icon-menu i:hover {
  color: #de8a1e;
}

.search-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.5s;
}
.search-box:before, .search-box:after {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border: 1.5em solid #de8a1e;
  transition: transform 0.5s;
}
.search-box:before {
  top: 0;
  left: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  transform: translate3d(-15px, -15px, 0);
}
.search-box:after {
  right: 0;
  bottom: 0;
  border-top-width: 0;
  border-left-width: 0;
  transform: translate3d(15px, 15px, 0);
}
.search-box .btn-close {
  font-size: 2.5em;
  position: absolute;
  top: 1em;
  left: 1.25em;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  color: #000;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding: 0;
  outline: none;
  display: block;
}
.search-box .btn-close:hover {
  color: #de8a1e;
}
.search-box .btn-close:focus {
  box-shadow: initial;
}
.search-box form {
  margin: 5em 0;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}
.search-box form input {
  font-family: inherit;
  background: none;
  border: none;
  height: auto;
  font-size: 4vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  width: 600px;
  padding: 0.05em 0 0.05em 45px;
  color: #000;
  border-bottom: 2px solid #000;
  outline: none;
}
.search-box form i {
  position: absolute;
  top: 30px;
  left: 40px;
  font-size: 3rem;
  display: none;
}
.search-box form .info {
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #de8a1e;
}
.search-box .related {
  display: flex;
  padding: 0 40px;
  width: 100%;
}
.search-box .related .row {
  max-height: 50vh;
  overflow: auto;
  width: 100%;
}
.search-box .suggestion {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  transition: opacity 0.5s, transform 0.5s;
}
.search-box.open {
  opacity: 1;
  z-index: 1000;
}
.search-box.open:before, .search-box.open:after {
  transform: translate3d(0, 0, 0);
}
.search-box.open .btn-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  z-index: 2;
}
.search-box.open form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  position: relative;
  z-index: 2;
  padding: 0 45px;
}
.search-box.open .related {
  position: relative;
  z-index: 2;
}
.search-box.open .suggestion {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.breadcrumbs {
  background-color: #f0f0f0;
  margin-bottom: 50px;
  box-shadow: inset 0 -5px 10px -10px #333;
}
.breadcrumbs nav {
  padding: 15px 0;
}
.breadcrumbs nav a {
  color: #777;
  margin-left: 7px;
  font-weight: 300;
}
.breadcrumbs nav a:after {
  padding-right: 7px;
  content: "/";
  color: #777;
}
.breadcrumbs nav a:hover {
  color: #de8a1e;
}
.breadcrumbs nav span {
  font-weight: bold;
}

.home-page {
  margin-top: -60px;
}
.home-page .position-1 {
  background: no-repeat center center url("../images/bg.jpg") #999;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}
@keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-moz-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
.home-page .position-1 .clouds {
  width: 10000px;
  background: transparent url("../images/cloud.png") bottom center repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -135px;
  -moz-animation: move-background 150s linear infinite;
  -webkit-animation: move-background 150s linear infinite;
  animation: move-background 150s linear infinite;
}
.home-page .position-1 .image {
  margin: 0 auto;
  background-position: bottom center;
  background-size: contain;
  position: relative;
  width: 245px;
  max-width: 100%;
  max-height: 130px;
  padding-bottom: 225px;
}
.home-page .position-1 .quote {
  display: none;
}
.home-page .position-2 {
  overflow: hidden;
  margin-bottom: 1rem;
}
.home-page .position-2 .row {
  margin: 0;
}
.home-page .position-2 .image {
  padding: 0;
}
.home-page .position-2 .bg-1 {
  background-color: rgba(232, 232, 232, 0.8);
}
.home-page .position-2 .bg-2 {
  background-color: rgba(224, 224, 224, 0.8);
}
.home-page .position-2 .bg-3 {
  background-color: rgba(216, 216, 216, 0.8);
}
.home-page .position-2 .bg-4 {
  background-color: rgba(208, 208, 208, 0.8);
}
.home-page .position-2 .box {
  padding-bottom: 100%;
  position: relative;
  text-align: center;
  color: #000;
}
.home-page .position-2 .box .title {
  white-space: nowrap;
  font-size: 0.8rem;
}
.home-page .position-2 .box .title span {
  display: none;
}
.home-page .position-2 .box .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: padding-top 0.3s ease-in-out;
  padding: 5px;
}
@media screen and (max-width: 576px) {
  .home-page .position-2 .box .content {
    font-size: 75%;
  }
}
.home-page .position-2 .box .content i {
  font-size: 2.571rem;
  transform: scale(0.5);
}
.home-page .position-2 .box .content .icon-40 {
  transform: scale(0.43);
}
.home-page .position-2 .box .content .text {
  visibility: hidden;
}
.home-page .position-2 .box:hover {
  background-color: rgba(222, 138, 30, 0.75);
}
.home-page .position-2 .box:hover .content {
  padding-top: 5px;
}
.home-page .position-2 a.image.target:hover:after {
  top: 10px;
  left: 10px;
  margin: 0;
  color: #333;
  font-size: 1rem;
}
.home-page .position-3 {
  padding-top: 2rem;
  padding-bottom: 360px;
  background: no-repeat bottom center url(../images/mag.png) transparent;
  background-size: contain;
  background-size: auto 370px;
}
.home-page .position-3 .title {
  font-size: 1.286rem;
  margin: 0 0 20px;
  text-align: justify;
  line-height: 2;
}
.home-page .position-3 .title span {
  color: #de8a1e;
}
.home-page .position-3 .text {
  font-weight: 300;
  line-height: 2;
  padding-bottom: 30px;
}
.home-page .position-3 .song {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  justify-content: space-between;
  margin: 10px auto;
  font-weight: normal;
}
.home-page .position-4 {
  background-color: #f6f6f6;
  padding: 5rem 0;
}
.home-page .position-4 .owl-item {
  padding: 5px;
}
.home-page .position-5 {
  padding: 5rem 0;
}
.home-page .position-5 .title-border {
  margin-bottom: 1.3em;
}
.home-page .position-6 {
  padding: 5rem 0;
  background-color: #f6f6f6;
}
.home-page .position-6 .text-700 {
  margin-bottom: 1rem;
}
.home-page .position-6 .audio-player {
  direction: ltr;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.home-page .position-6 .audio-player .ui360-vis {
  width: 200px;
  height: 200px;
  padding: 0;
  margin: 0 auto;
  z-index: 0;
}
.home-page .position-6 .audio-player .ui360-vis .sm2-canvas.hi-dpi {
  transform: scale(0.6);
}
.home-page .position-6 .audio-player .ui360-vis .sm2-360ui {
  margin: 0;
}
.home-page .position-6 .audio-player .ui360-vis .sm2-360ui.sm2_playing .sm2-360btn {
  transform: scale(1.2);
}
.home-page .position-6 .audio-player .ui360-vis a.sm2_link {
  display: none;
}
.home-page .position-6 .box {
  background-color: #fff;
  display: block;
  padding: 5px;
  margin: 5px 0;
  position: relative;
  top: 4px;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
  border-bottom: 2px solid rgba(2, 216, 113, 0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.home-page .position-6 .box:hover {
  top: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  border-bottom: 2px solid #de8a1e;
}
.home-page .position-6 .box:hover:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #de8a1e;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.home-page .position-6 .box:hover .icon-bazarshenasan {
  background-position: 0 -40px;
}
.home-page .position-6 .box:hover .icon-bazaryabi {
  background-position: 0 -120px;
}
.home-page .position-6 .box:hover .icon-consult {
  background-position: 0 -200px;
}
.home-page .position-6 .box:hover .icon-school {
  background-position: 0 -280px;
}
.home-page .position-6 .box:hover i,
.home-page .position-6 .box:hover .title {
  color: #de8a1e;
}
.home-page .position-6 .upper {
  position: relative;
  padding-right: 50px;
}
.home-page .position-6 .upper .icon-bazarshenasan + .title {
  padding-right: 65px;
}
.home-page .position-6 .upper i {
  position: absolute;
  font-size: 2.571rem;
  color: #000;
  top: 0;
  right: 0;
  line-height: 40px;
}
.home-page .position-6 .upper .title {
  margin: 0;
  line-height: 40px;
  color: #000;
  font-size: 90%;
}
.home-page .position-7 {
  overflow: hidden;
  direction: ltr;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 5rem;
}
.home-page .position-7 .title-border {
  margin-bottom: 0;
}
.home-page .position-8 {
  padding: 5rem 0;
}
.home-page .position-8 .box .text {
  display: block;
  position: relative;
  background: #eee;
  color: #555;
  padding: 20px;
  text-align: justify;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 30px -20px rgba(222, 138, 30, 0.35);
  -moz-box-shadow: 0 8px 30px -20px rgba(222, 138, 30, 0.35);
  box-shadow: 0 8px 30px -20px rgba(222, 138, 30, 0.35);
}
.home-page .position-8 .box .text:hover {
  -webkit-box-shadow: 0 0 30px -20px rgba(55, 55, 55, 0.7);
  -moz-box-shadow: 0 0 30px -20px rgba(55, 55, 55, 0.7);
  box-shadow: 0 0 30px -20px rgba(55, 55, 55, 0.7);
}
.home-page .position-8 .box .text:before {
  content: "";
  position: absolute;
  z-index: 9;
  bottom: -15px;
  right: 50px;
  height: 0;
  width: 0;
  border-top: 15px solid #eee;
  border-right: 15px solid transparent;
}
.home-page .position-8 .box .inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.home-page .position-8 .box .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: no-repeat center center transparent;
  background-size: contain;
  border: 1px solid #de8a1e;
  margin-left: 15px;
}
.home-page .position-8 .box .info span {
  display: block;
}
.home-page .position-8 .box .info .name {
  font-size: 1.143rem;
  font-weight: bold;
}
.home-page .position-8 .box .info .stars {
  color: #de8a1e;
  direction: ltr;
}
.home-page .position-8 .box .info .stars i {
  margin-left: 3px;
}

.course {
  width: 100%;
  min-height: 300px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
  box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
  margin-top: 10px;
  padding: 10px;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.course:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 2px 5px 0 rgba(128, 128, 128, 0.5);
  box-shadow: 0 2px 5px 0 rgba(128, 128, 128, 0.5);
}
.course:hover .courseImg div {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.course:hover .fa-bell {
  -webkit-animation: buzzHover 2s linear forwards;
  animation: buzzHover 2s linear forwards;
}
.course .c-num, .course i {
  color: #f39347;
}
.course .courseImg {
  height: 300px;
}
.course .courseImg div {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  height: 100%;
}
.course .courseContain .courseTitle {
  -webkit-animation: changeColor 1s linear infinite;
  animation: changeColor 1s linear infinite;
}
.course .courseContain .courseTitle:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes changeColor {
  0% {
    color: #f39347;
  }
  49% {
    color: #f3bc92;
  }
  50% {
    color: #f36b00;
  }
  99% {
    color: #f35f24;
  }
  100% {
    color: #f3d36c;
  }
}
@keyframes changeColor {
  0% {
    color: #f39347;
  }
  49% {
    color: #f3bc92;
  }
  50% {
    color: #f36b00;
  }
  99% {
    color: #f35f24;
  }
  100% {
    color: #f3d36c;
  }
}
.course .courseContain .courseDetail, .course .courseContain .timer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.course .courseContain .timer-btn {
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.course .courseContain .timer-btn .courseTimer {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
@-webkit-keyframes buzzHover {
  0%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  1% {
    -webkit-transform: translateX(1px) skew(3deg);
    transform: translateX(1px) skew(3deg);
  }
  10% {
    -webkit-transform: translateX(-1px) skew(-3deg);
    transform: translateX(-1px) skew(-3deg);
  }
  20% {
    -webkit-transform: translateX(1px) skew(3deg);
    transform: translateX(1px) skew(3deg);
  }
  30% {
    -webkit-transform: translateX(-1px) skew(-3deg);
    transform: translateX(-1px) skew(-3deg);
  }
  40% {
    -webkit-transform: translateX(1px) skew(3deg);
    transform: translateX(1px) skew(3deg);
  }
  50% {
    -webkit-transform: translateX(-1px) skew(-3deg);
    transform: translateX(-1px) skew(-3deg);
  }
  60% {
    -webkit-transform: translateX(1px) skew(3deg);
    transform: translateX(1px) skew(3deg);
  }
  70% {
    -webkit-transform: translateX(-1px) skew(-3deg);
    transform: translateX(-1px) skew(-3deg);
  }
  80% {
    -webkit-transform: translateX(1px) skew(3deg);
    transform: translateX(1px) skew(3deg);
  }
  90% {
    -webkit-transform: translateX(-1px) skew(-3deg);
    transform: translateX(-1px) skew(-3deg);
  }
}
@keyframes buzzHover {
  0%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  1% {
    -webkit-transform: translateX(1px) skew(3deg);
    transform: translateX(1px) skew(3deg);
  }
  10% {
    -webkit-transform: translateX(-1px) skew(-3deg);
    transform: translateX(-1px) skew(-3deg);
  }
  20% {
    -webkit-transform: translateX(1px) skew(3deg);
    transform: translateX(1px) skew(3deg);
  }
  30% {
    -webkit-transform: translateX(-1px) skew(-3deg);
    transform: translateX(-1px) skew(-3deg);
  }
  40% {
    -webkit-transform: translateX(1px) skew(3deg);
    transform: translateX(1px) skew(3deg);
  }
  50% {
    -webkit-transform: translateX(-1px) skew(-3deg);
    transform: translateX(-1px) skew(-3deg);
  }
  60% {
    -webkit-transform: translateX(1px) skew(3deg);
    transform: translateX(1px) skew(3deg);
  }
  70% {
    -webkit-transform: translateX(-1px) skew(-3deg);
    transform: translateX(-1px) skew(-3deg);
  }
  80% {
    -webkit-transform: translateX(1px) skew(3deg);
    transform: translateX(1px) skew(3deg);
  }
  90% {
    -webkit-transform: translateX(-1px) skew(-3deg);
    transform: translateX(-1px) skew(-3deg);
  }
}
.course .courseContain .timer-btn .courseTimer .c-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  margin-right: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  -webkit-animation: timerScale 1s infinite linear, changeColor 1s infinite linear;
  animation: timerScale 1s infinite linear, changeColor 1s infinite linear;
}
.course .courseContain .timer-btn .courseTimer .c-num > div {
  margin: 0 10px;
}
.course .courseContain .timer-btn .courseTimer .c-num > div > div {
  font-size: 1.2em;
}
@-webkit-keyframes timerScale {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes timerScale {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

footer.footer {
  color: #ddd;
}
footer.footer .upper {
  background: no-repeat bottom center url("../images/footer.jpg") #666;
  background-attachment: fixed;
  padding: 3rem 0;
  position: relative;
}
footer.footer .upper:before {
  background: rgba(22, 22, 22, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
footer.footer .upper a {
  color: #fff;
}
footer.footer .upper a:hover {
  color: #de8a1e;
}
footer.footer .logo {
  background: no-repeat right center url("../images/tmba-logo.png") transparent;
  background-size: contain;
  display: inline-block;
  font-size: 1.129rem;
  padding: 8px 50px 8px 0;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.6;
}
footer.footer .schedule {
  margin-top: 15px;
}
footer.footer .schedule .title {
  background: rgba(255, 255, 255, 0.85);
  color: #de8a1e;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
footer.footer .schedule ul {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
}
footer.footer .schedule li {
  margin: 5px 0;
  list-style: none;
  text-align: center;
}
footer.footer .schedule li span {
  font-weight: bold;
}
footer.footer .title-border {
  font-size: 1.429rem;
  color: #fff;
  text-align: right;
  padding-bottom: 13px;
}
footer.footer .title-border:before {
  left: auto;
  right: 0;
  margin-left: 0;
  bottom: 4px;
  width: 35px;
}
footer.footer .menu {
  padding: 0;
  margin: 0;
}
footer.footer .menu li {
  list-style: none;
}
footer.footer .menu li a {
  font-weight: 500;
  background: rgba(255, 255, 255, 0);
  padding: 8px 0;
  display: block;
  transition: all 0.5s ease-out 0s;
}
footer.footer .menu li a:hover {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 15px;
}
footer.footer .post {
  padding: 0;
  margin: 0;
}
footer.footer .post li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  align-items: flex-start;
}
footer.footer .post li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer.footer .post li .image {
  flex: 0 0 75px;
  max-width: 75px;
  padding-bottom: 75px;
}
footer.footer .post li .image:hover + .content a {
  color: #de8a1e;
}
footer.footer .post li .content {
  max-width: calc(100% - 80px);
  margin-right: 5px;
}
footer.footer .post li .content a {
  transition: color 0.3s ease-in-out;
}
footer.footer .post li .content .date {
  color: #ddd;
  font-size: 90%;
  font-weight: 300;
}
footer.footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  margin: 30px 0;
}
footer.footer .box {
  position: relative;
  padding-right: 50px;
}
footer.footer .box i {
  font-size: 2.571rem;
  color: #de8a1e;
  position: absolute;
  top: 20px;
  right: 0;
}
footer.footer .box .title {
  font-size: 1.429rem;
}
footer.footer .copyright {
  background-color: #222;
  padding: 1rem 0;
  line-height: 35px;
}
footer.footer .copyright .inner a {
  color: #de8a1e;
  display: inline-block;
}
footer.footer .copyright .inner .fab {
  font-size: 1.286rem;
  width: 35px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 35px;
  margin-right: 5px;
}
footer.footer .copyright .inner .fab:hover {
  background-color: #de8a1e;
  border-color: #de8a1e;
}

.modal-user .modal-header {
  padding: 1rem;
  border-bottom: 0;
}
.modal-user .modal-header .modal-title {
  font-size: 1.429rem;
  color: #000;
  position: relative;
  padding-bottom: 5px;
}
.modal-user .modal-header .modal-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 50px;
  background-color: #000;
}
.modal-user .modal-header .close {
  outline: none;
}
.modal-user .btn-link {
  border-bottom: 1px dashed #1ca2bd;
  text-decoration: none;
  color: #1ca2bd;
  padding: 0;
  margin-right: 5px;
}
.modal-user .btn-link:hover {
  text-decoration: none;
  border-bottom: 1px solid #1ca2bd;
}
.modal-user .title-lost {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.modal-user .title-lost label {
  margin-bottom: 0;
}
.modal-user .form-check {
  padding: 10px 0;
}
.modal-user .form-check label {
  margin: 0;
  display: inline-block;
}
.modal-user .modal-footer {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 190, 214, 0.04);
  padding: 10px;
}
@media (max-width: 576px) {
  .modal-user .modal-footer {
    display: block;
  }
}

.filters-isotope {
  text-align: center;
  margin-bottom: 30px;
}
.filters-isotope .inner {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 1rem;
  border-radius: 10px;
}
.filters-isotope .btn {
  color: #777;
  box-shadow: initial;
  margin: 2px;
  font-weight: 300;
  padding: 5px;
  position: relative;
  font-size: 1rem;
  border-radius: 10px;
}
.filters-isotope .btn:hover, .filters-isotope .btn.is-checked {
  background-color: #de8a1e;
  color: #fff;
}

.results-isotope {
  margin-bottom: 15px;
  padding-bottom: 45px;
}
.results-isotope .element-item {
  padding-bottom: 30px;
}
.results-isotope .btn-more {
  position: absolute !important;
  bottom: 0 !important;
  top: unset !important;
  right: 50% !important;
  width: 200px;
  margin-right: -100px;
  height: 30px;
  transform: initial !important;
}
.results-isotope .inner {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #eee;
}
.results-isotope .inner a {
  color: #333;
}
.results-isotope .inner:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.results-isotope .inner:hover a {
  color: #de8a1e;
}
.results-isotope .inner:hover .image {
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.results-isotope .inner:hover .half {
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.results-isotope .inner:hover .overlay:before {
  opacity: 1;
}
.results-isotope .overlay {
  position: relative;
}
.results-isotope .overlay:before {
  opacity: 0;
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  background-color: rgba(222, 138, 30, 0.8);
}
.results-isotope .image {
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 0;
}
.results-isotope .image.contain {
  background-size: contain;
}
.results-isotope .image.cover {
  background-size: cover;
}
.results-isotope .image.half {
  background-size: contain;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.results-isotope .content {
  border-top: 1px dashed #eee;
  padding: 5px 15px;
  min-height: 65px;
  text-align: center;
}

.widget {
  margin-bottom: 4rem;
  padding: 15px;
  border: 1px solid #ededed;
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget ul li {
  margin: 0 0 0.5em;
}
.widget .title {
  margin: 0 0 1rem;
  font-size: 1.286rem;
  padding-bottom: 10px;
  position: relative;
}
.widget .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 35px;
  background-color: #de8a1e;
}
.widget .search {
  position: relative;
}
.widget .search input {
  padding-left: 30px;
  border-width: 2px;
}
.widget .search input:focus + button {
  color: #de8a1e;
}
.widget .search button {
  position: absolute;
  background-color: transparent;
  border: 0;
  top: 9px;
  left: 3px;
  font-size: 1.143rem;
}
.widget .text {
  text-align: justify;
  font-weight: 300;
  line-height: 2;
}
.widget .text a {
  color: #de8a1e;
}
.widget .text a:hover {
  border-bottom: 1px solid #de8a1e;
}
.widget .list a {
  font-size: 1.143rem;
  font-weight: 300;
  color: #333;
  padding: 3px 0;
  display: block;
  transition: padding 0.5s ease-out 0s;
}
.widget .list a:hover {
  font-weight: 500;
  color: #de8a1e;
  background: rgba(200, 200, 200, 0.2);
  padding: 3px 15px;
}
.widget .recent li {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
.widget .recent .image {
  flex: 0 0 50px;
  padding-bottom: 50px;
  margin-left: 10px;
}
.widget .recent .image + div {
  max-width: calc(100% - 60px);
}
.widget .recent .image:hover + div a {
  color: #de8a1e;
}
.widget .recent .ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.widget .recent a {
  color: #333;
  font-weight: 500;
}
.widget .recent a:hover {
  color: #de8a1e;
}
.widget .recent .date {
  display: block;
  font-size: 85%;
  margin-top: 10px;
}
.widget .recent i {
  font-size: 1rem;
  margin-left: 5px;
}

.pagination ul {
  justify-content: center;
  display: flex;
  padding: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 30px auto 60px;
}
.pagination li {
  margin-right: -1px;
}
.pagination li:first-child a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:last-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagination li:hover a, .pagination li.active span {
  background-color: #de8a1e;
  color: #fff;
}
.pagination li a,
.pagination li span {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #dee2e6;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #222222;
  font-size: 1.429rem;
}
.pagination li:first-child .sr-only, .pagination li:last-child .sr-only {
  display: none;
}

.blog-item {
  border-radius: 15px;
  overflow: hidden;
}
.blog-item.radius-0 {
  border-radius: 0;
}
.blog-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.blog-item > .image {
  padding-bottom: 55%;
  position: relative;
  background-color: #f0f0f0;
  overflow: hidden;
}
.blog-item > .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.blog-item > .image.full {
  padding-bottom: 0;
  min-height: 300px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-item > .image.full img {
  position: static;
  transform: initial;
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
}
.blog-item > .image .like_blog_post {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #de8a1e;
  border: 0;
  font-size: 1.2em;
}
.blog-item > .image .date {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #de8a1e;
  color: #fff;
  font-weight: 300;
  font-size: 1.143rem;
  text-align: center;
  line-height: 1;
  padding-top: 15px;
}
.blog-item > .image .date span {
  display: block;
  padding-top: 3px;
  font-size: 85%;
}
.blog-item > .image .category {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 30px;
  padding: 5px;
}
.blog-item .content {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 0 0 15px 15px;
}
.blog-item .content .title-small {
  margin: 0 0 0.5em;
  font-size: 1.286rem;
  min-height: 50px;
}
.blog-item .content .title-small a {
  color: #000;
}
.blog-item .content .title-large {
  margin: 0.5em 0 2em;
  font-size: 1.429rem;
}
.blog-item .content .text {
  line-height: 2.4;
  min-height: 132px;
}
.blog-item .content .text * {
  font-family: iranyekan, sans-serif !important;
  font-size: 1rem !important;
  text-align: justify !important;
}
.blog-item .content .text .image {
  background: initial;
  padding-bottom: 0;
}
.blog-item .content .detail {
  display: flex;
  flex-wrap: wrap;
}
.blog-item .content .detail.second {
  justify-content: space-between;
}
.blog-item .content .detail .info {
  display: flex;
  flex-wrap: wrap;
}
.blog-item .content .detail .socials {
  position: relative;
}
.blog-item .content .detail .socials span {
  padding: 0 0 0 5px;
  color: #000;
}
.blog-item .content .detail .socials .box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 3px;
  background-color: #007bff;
  padding: 5px 10px;
  width: 120px;
  text-align: center;
  margin-top: 10px;
}
.blog-item .content .detail .socials .box:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 15px;
  border: 10px solid transparent;
  border-bottom-color: #007bff;
}
.blog-item .content .detail .socials a {
  font-size: 1.2rem;
  margin-right: 5px;
  color: #fff;
  vertical-align: middle;
}
.blog-item .content .detail .socials a:hover {
  color: #000;
}
.blog-item .content .detail a {
  font-size: 90%;
  color: #666;
}
.blog-item .content .detail i {
  margin-left: 5px;
}
.blog-item .content .detail span {
  font-size: 90%;
  color: #999;
}
.blog-item .content .detail span:nth-child(2) {
  padding: 0 30px;
}
.blog-item .content a:hover {
  color: #de8a1e;
}
.blog-item .tips {
  border-right: 3px solid #de8a1e;
  margin-top: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 6px 15px 6px;
  background-color: #f4f4f4;
  line-height: 2;
  font-weight: 300;
}
.blog-item .tags {
  margin: 30px 0;
  border: 1px solid #eee;
  padding: 15px 15px 10px;
}
.blog-item .tags a:hover {
  color: #fff;
}
.blog-item .author {
  background-color: #de8a1e;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: flex-start;
}
.blog-item .author img {
  flex: 0 0 100px;
  max-width: 100px;
  margin-left: 15px;
}
.blog-item .author .title {
  font-size: 1.286rem;
  font-weight: 300;
  margin-top: 0;
}
.blog-item .comments .title {
  font-size: 2.286rem;
}
.blog-item .comments .list {
  padding: 0;
  margin: 0;
}
.blog-item .comments .list li {
  list-style: none;
}
.blog-item .comments .list li + li {
  border-top: 1px dashed #ccc;
}
.blog-item .comments .list li li {
  border-top: 1px dotted #ddd;
}
.blog-item .comments .list .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 15px 0;
  position: relative;
}
.blog-item .comments .list .btn-reply {
  position: absolute;
  top: 15px;
  left: 0;
}
.blog-item .comments .list .image {
  flex: 0 0 50px;
  padding-bottom: 50px;
  max-width: 50px;
  margin-left: 15px;
}
.blog-item .comments .list .image + div {
  flex: 0 0 calc(100% - 100px);
}
.blog-item .comments .list .person {
  font-size: 1.143rem;
  color: #000;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.blog-item .comments .list .date {
  font-size: 85%;
  font-weight: 300;
}
.blog-item .reply {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  flex: 0 0 100%;
}
.blog-item .reply .title {
  font-size: 1.429rem;
  margin-bottom: 0.5rem;
}
.blog-item .reply .form-control {
  background-color: #f6f6f6;
}

.related-item .image {
  padding-bottom: 65%;
  background-color: #ddd;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.related-item .image:hover + .title a {
  color: #de8a1e;
}
.related-item .title {
  margin: 10px 0;
}
.related-item .title a {
  font-size: 1.143rem;
  color: #333;
}
.related-item .title a:hover {
  color: #de8a1e;
}
.related-item .content {
  font-weight: 300;
  text-align: justify;
}

.job-item {
  margin-bottom: 30px;
}
.job-item .image {
  padding-bottom: 65%;
  background-color: #ddd;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.job-item .image:hover ~ .title a {
  color: #de8a1e;
}
.job-item .title {
  margin: 10px 0 5px;
  font-size: 1.143rem;
}
.job-item .title a {
  color: #333;
}
.job-item .title a:hover {
  color: #de8a1e;
}
.job-item .info {
  color: #999;
  font-size: 80%;
  line-height: 1;
  margin-top: 10px;
}

.about-me .breadcrumbs,
.contact-me .breadcrumbs {
  margin-bottom: 0;
}

.about-me .position-1 {
  background-color: #e8ecf8;
}
.about-me .position-1 .jarallax {
  position: relative;
  z-index: 0;
  flex: 0 0 350px;
  max-width: 350px;
  margin-left: 30px;
  min-height: 450px;
}
@media screen and (max-width: 991px) {
  .about-me .position-1 .jarallax {
    margin: 0 auto;
  }
  .about-me .position-1 #jarallax-container-0 {
    position: static !important;
  }
  .about-me .position-1 .jarallax-img {
    transform: initial !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }
}
.about-me .position-1 .inner {
  padding: 3rem 0;
}
.about-me .position-1 .inner .title {
  margin: 0 0 1rem;
}
.about-me .position-1 .inner .title span {
  color: #de8a1e;
}
.about-me .position-1 .inner .text {
  line-height: 2;
  font-weight: 300;
  color: #333;
}
.about-me .position-1 .inner .text p {
  margin-bottom: 5px;
}
.about-me .position-1 .inner .text a {
  color: #de8a1e;
}
.about-me .position-1 .inner .text a:hover {
  border-bottom: 1px solid #de8a1e;
}
.about-me .position-2 {
  padding: 5rem 0;
}
.about-me .position-2 .main-box {
  background-color: #de8a1e;
  padding: 15px;
  display: block;
  border-radius: 15px;
}
.about-me .position-2 .main-box:hover .title,
.about-me .position-2 .main-box:hover .text {
  color: #000;
}
.about-me .position-2 .main-box .title {
  margin: 1rem 0 2rem;
  font-size: 2.286rem;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
}
.about-me .position-2 .main-box .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -110px;
  height: 3px;
  width: 40px;
  background-color: #fff;
}
.about-me .position-2 .main-box .text {
  color: #fff;
  text-align: justify;
  font-weight: 300;
  line-height: 2;
}
.about-me #accordion .box {
  margin-bottom: 5px;
  border-radius: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.about-me #accordion .upper {
  position: relative;
}
.about-me #accordion .upper button {
  padding: 10px 15px;
  text-align: right;
  background-color: #999;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
}
.about-me #accordion .upper button.collapsed {
  background-color: #eee;
  font-weight: 300;
  color: #000;
}
.about-me #accordion .upper button.collapsed i:before {
  content: "";
}
.about-me #accordion .upper button i {
  vertical-align: bottom;
  margin-left: 5px;
}
.about-me #accordion .upper button span {
  font-size: 14px;
  font-weight: 400;
}
.about-me #accordion .upper button:focus {
  box-shadow: initial;
}
.about-me #accordion .upper a {
  position: absolute;
  top: 12px;
  left: 15px;
}
.about-me #accordion .inner {
  padding: 15px;
  text-align: justify;
}
.about-me #accordion .inner .icon-40 {
  float: right;
  margin-left: 15px;
}
.about-me #accordion .inner li {
  list-style: none;
}
.about-me #accordion .inner li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-left: 3px;
  font-weight: 900;
}
.about-me .position-3 {
  direction: ltr;
  background-color: #f6f6f6;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.about-me .position-3 .title-border {
  font-size: 1.429rem;
  margin: 1rem 0 0rem;
}

.contact-me iframe {
  display: block;
  min-height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.contact-me iframe:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.contact-me .box {
  color: #fff;
  background-color: #de8a1e;
  padding: 45px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.contact-me .box .main-title {
  font-size: 1.429rem;
  line-height: 1;
  color: #000;
  position: relative;
  margin: 0 0 1rem;
  padding-bottom: 10px;
}
.contact-me .box .main-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 50px;
  background-color: #fff;
}
.contact-me .box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-me .box li {
  position: relative;
  padding-right: 50px;
  margin-top: 25px;
}
.contact-me .box li i {
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 30px;
}
.contact-me .box li .title {
  font-size: 1.286rem;
  color: #333;
}
.contact-me .box li a {
  color: #fff;
}
.contact-me .box li a:hover {
  color: #000;
}
.contact-me .box .holder {
  position: absolute;
  transform: scale(2);
  top: 360px;
  left: -100px;
}
.contact-me .box .holder .logo {
  width: 40px;
  height: 40px;
  top: 90px;
  right: 80px;
  left: auto;
  transform: initial;
}
@media screen and (max-width: 576px) {
  .contact-me .box .holder {
    display: none;
  }
}
.contact-me .text-md {
  font-size: 1.4rem;
  color: #000;
}
.contact-me .text-sm {
  line-height: 2;
  color: #666;
}

.filters {
  margin-top: -50px;
  padding: 30px 0;
  background-color: #ccc;
  margin-bottom: 5rem;
}
.filters .input-icon {
  position: relative;
}
.filters .input-icon i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.5em;
}
.filters .input-icon .form-control {
  padding-right: 35px;
}

.instagram {
  overflow: hidden;
  position: relative;
}
.instagram .outer {
  background: no-repeat top center url("../images/instagram/iphone-x.png") transparent;
  background-size: contain;
  margin: 5rem auto;
  width: 350px;
  height: 704px;
  padding: 20px 21px 19px 22px;
}
.instagram .inner {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.instagram .inner ::selection {
  background: #3897f0;
}
.instagram .inner ::-moz-selection {
  background: #3897f0;
}
.instagram .background {
  background-color: #eee;
  height: 20px;
  position: relative;
  z-index: -1;
}
.instagram .link {
  direction: ltr;
  text-align: left;
  background-color: #eee;
  line-height: 40px;
  padding: 0 30px;
  font-size: 1.429rem;
  box-shadow: 0 2px 2px -2px grey;
}
.instagram .link a {
  color: #000;
}
.instagram .link a:hover {
  color: #de8a1e;
}
.instagram .upper {
  background-color: #fff;
  direction: ltr;
  text-align: left;
  padding: 20px 10px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.instagram .upper .image {
  flex: 0 0 75px;
  max-width: 75px;
  padding-bottom: 75px;
  border-radius: 50%;
  border: 1px solid #000;
}
.instagram .upper .image:hover:before, .instagram .upper .image:hover:after {
  content: initial;
}
.instagram .upper .box {
  flex: 0 0 calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.instagram .upper .box .number {
  font-weight: bold;
  font-size: 1.143rem;
  color: #000;
  font-family: Arial;
  line-height: 1;
}
.instagram .upper .box .text {
  color: #999;
  font-size: 90%;
}
.instagram .upper .box .follow {
  flex: 0 0 100%;
  margin-top: 5px;
}
.instagram .upper .box .follow a {
  font-size: 1rem;
  padding: 0;
  line-height: 25px;
  letter-spacing: 1px;
}
.instagram .middle {
  background-color: #fff;
  padding: 10px;
  direction: ltr;
  text-align: left;
}
.instagram .middle .title {
  color: #000;
  font-weight: bold;
  font-size: 1.286rem;
}
.instagram .middle .text {
  direction: rtl;
  text-align: justify;
  font-weight: 300;
  font-size: 80%;
  line-height: 1.7;
}
.instagram .middle .url {
  color: #2f455e;
}
.instagram .middle .url:hover {
  color: #de8a1e;
}
.instagram .list {
  background-color: #fff;
  margin: 0 -2px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  direction: ltr;
}
.instagram .list li {
  position: relative;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.instagram .list li:hover .icons {
  opacity: 1;
}
.instagram .list li:hover .image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.instagram .list .image {
  border: 2px solid #fff;
}
.instagram .list .image:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.instagram .list .image:hover:after {
  content: initial;
}
.instagram .list .icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  display: flex;
  justify-content: space-around;
  width: 100px;
  direction: ltr;
  text-align: left;
}
.instagram .list .icons a {
  color: #fff;
}
.instagram .list .icons a:hover {
  color: #de8a1e;
}
.instagram .list .icons span {
  font-family: Arial;
}
.instagram .lower {
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  direction: ltr;
  padding: 5px 10px 10px;
}
.instagram .lower i {
  width: 30px;
  height: 30px;
  transform: scale(0.7);
  background: no-repeat 0 0 transparent url(../images/instagram/icons.png);
}
.instagram .lower .icon-1 {
  background-position: 0 -30px;
  width: 31px;
}
.instagram .lower .icon-2 {
  background-position: 0 -60px;
}
.instagram .lower .icon-3 {
  background-position: 0 -90px;
}
.instagram .lower .icon-4 {
  background-position: 0 0;
  width: 33px;
}
.instagram .lower .icon-5 {
  background-position: 0 -120px;
}

@media screen and (min-width: 576px) {
  .title-border {
    font-size: 2.571rem;
  }

  header.header .link-home .text .second {
    font-size: 1.143rem;
  }

  .filters-isotope .inner {
    padding: 10px;
  }
  .filters-isotope .btn {
    padding: 5px;
  }

  .home-page .position-1 .image {
    width: 355px;
    max-height: 520px;
    padding-bottom: 525px;
  }
  .home-page .position-1 .quote {
    display: block;
    transform-style: preserve-3d;
    background-color: transparent;
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    border-radius: 3px;
    perspective: 2000px;
    color: #000;
    left: 50%;
    bottom: 20px;
    width: 270px;
    height: 300px;
    max-width: 100%;
    transition: 0.4s;
    z-index: 3;
  }
  .home-page .position-1 .quote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 20px solid #fff;
    border-left: 20px solid #fff;
    box-sizing: border-box;
  }
  .home-page .position-1 .quote:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 20px solid #fff;
    border-right: 20px solid #fff;
    box-sizing: border-box;
  }
  .home-page .position-1 .quote .fas {
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    background-color: #fff;
    color: #000;
  }
  .home-page .position-1 .quote .fa2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .home-page .position-1 .quote .text {
    position: absolute;
    top: 30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% - 60px);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    transition: 0.4s;
  }
  .home-page .position-1 .quote .text .fa1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-page .position-1 .quote .text div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 30px 60px;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .home-page .position-1 .quote .text div h3 {
    font-size: 1.429rem;
    margin: 0 0 15px;
  }
  .home-page .position-1 .quote .text div p {
    line-height: 2;
    margin: 0;
  }
  .home-page .position-1 .quote:hover {
    transform: translateX(-50%) rotateY(-20deg) skewY(3deg);
  }
  .home-page .position-1 .quote:hover .text {
    transform: rotateY(20deg) skewY(-3deg);
  }
  .home-page .position-1 .quote:hover .fas {
    color: #de8a1e;
  }
  .home-page .position-1 .quote:hover h3 {
    color: #de8a1e;
  }
  .home-page .position-2 .box .title {
    font-size: 1rem;
  }
  .home-page .position-2 .box .title span {
    display: inline;
  }
  .home-page .position-2 .title {
    font-size: 1.429rem;
  }
  .home-page .position-2 .box .content {
    padding: 15px;
  }
  .home-page .position-2 .box .content i,
.home-page .position-2 .box .content .icon-40 {
    transform: initial;
  }
  .home-page .position-2 a.image.target:hover:after {
    font-size: 2.286rem;
  }
  .home-page .position-3 {
    padding-bottom: 350px;
    background-size: auto 450px;
  }

  footer.footer .copyright .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .banner-snow .container .title {
    font-size: 2.286rem;
  }
  .banner-snow .container .text {
    display: block;
  }

  .home-page .position-2 .box .title {
    font-size: 1.429rem;
  }
  .home-page .position-6 .box {
    padding: 15px;
    margin: 15px 0;
  }
  .home-page .position-6 .upper .title {
    font-size: 1.286rem;
  }
}
@media screen and (min-width: 992px) {
  .banner-snow .container .content {
    max-width: calc(100% - 200px);
  }

  .home-page .position-1 .container {
    min-height: 525px;
    height: 70vh;
    position: relative;
  }
  .home-page .position-1 .image {
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  .home-page .position-1 .quote {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: -175px;
    width: 350px;
    height: 260px;
  }
  .home-page .position-1 .quote:hover {
    transform: translate(-50%, -50%) rotateY(-20deg) skewY(3deg);
  }
  .home-page .position-3 {
    padding-bottom: 50px;
    padding-left: 500px;
    background-position: bottom left;
  }

  .about-me .position-1 {
    overflow: hidden;
  }
  .about-me .position-1 .container {
    display: flex;
  }
  .about-me .position-1 .jarallax-img {
    width: 100%;
    position: relative;
    top: 41px;
  }
  .about-me .position-1 #jarallax-container-0 .jarallax-img {
    top: 15px !important;
  }
}
@media screen and (min-width: 1200px) {
  header.header {
    padding: 5px 40px;
  }
  header.header .link-home {
    position: static;
    transform: initial;
  }
  header.header .link-home .text .second {
    font-size: 1.686rem;
  }
  header.header .toggle-menu {
    display: none;
  }
  header.header .main-menu {
    display: flex;
    transform: translateX(0);
    border-left: 1px solid #999;
  }
  header.header .main-menu li {
    margin-left: 10px;
    font-size: 1.286rem;
  }
  header.header .main-menu a {
    display: block;
    border-radius: 10px;
    padding: 0 10px;
    font-weight: 300;
  }
  header.header .main-menu li.active a,
header.header .main-menu a:hover {
    background-color: #de8a1e;
    color: #fff;
  }
}
@media screen and (min-width: 1400px) {
  header.header {
    padding: 5px 80px;
  }
  header.header .main-menu li {
    margin-left: 15px;
  }
  header.header .main-menu a {
    padding: 0 15px;
  }
}

/*# sourceMappingURL=style.css.map */