/*----------------------------------------
[Master Stylesheet]

Project:	HelpZone
Version:	1.1
Primary use:	HelpZone Template
----------------------------------------*/
/*----------------------------------------
[Table of contents]

1. Common styles
2. Preloader
3. Typography
4. Header
5. Mobile Navigation
6. Home
7. Content
8. Sliders
9. Card.wpo-about-text p
	9.1 Service card
	9.2 Article card
	9.3 FAQ card
	9.4 Testimonial card
	9.5 Team card
10. Footer
12. Secondary page title
12. Filter
13. Chat page
14. Contacts page
15. Article page
16. 404 page
17. Sidebar
	17.1 Category Menu
	17.2 Popular News
	17.3 Subscribe
----------------------------------------*/
/*==============================
	Common styles
==============================*/
html,
body {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background-color: #fafafa;

}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
button:focus {
  outline: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
   color: #fafafa;
  text-decoration: none;
}

  a {
    color: #ffffff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.4px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(117,117,117,0.2);
  background-color: #fff;
  color: #444;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #ef5350;
}
input[type="text"] {
  height: 44px;
  padding: 0 15px;
}
textarea {
  height: 180px;
  padding: 15px;
  resize: none;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-group {
  margin-bottom: 30px;
}
.default-button {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  font-weight: 500;
  background-color: #ef5350;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  font-family: 'Roboto', sans-serif;
  will-change: box-shadow;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.default-button:hover {
  color: #fff;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}
.default-button:focus {
  color: #fff;
}
.section-padding-70 {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section-padding-70 {
    padding: 30px 0;
  }
}
.section-padding-100 {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .section-padding-100 {
    padding: 100px 0;
  }
}
.background-bg{
  background-color: #ffefe9;
}
/* .white-bg {
    padding-bottom: 80px;
    background-color: #ffefe9;
    background-image: url(../img/solutions-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} */

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 0;
}
.owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  -webkit-backface-visibility: visible;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255,255,255,0.65);
  margin: 0 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: transparent;
}
::-moz-selection {
  background: #fafafa;
  color: #ef5350;
  text-shadow: none;
}
::-webkit-selection {
  background: #fafafa;
  color: #ef5350;
  text-shadow: none;
}
::selection {
  background: #fafafa;
  color: #ef5350;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}
::-moz-placeholder {
  color: #444;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #444;
  opacity: 1;
}
/*==============================
	Preloader
==============================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  background-color: #fff;
}
.preloader__figure {
  height: 4px;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -150px;
  overflow: hidden;
  background-color: rgba(0,0,0,0.12);
}
.preloader__figure:before {
  display: block;
  position: absolute;
  content: '';
  left: -20px;
  width: 20px;
  height: 4px;
  background-color: #ef5350;
  animation: loading 1s linear infinite;
}
/*==============================
	Typography
==============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 15px;
  color: #444;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  color: #757575;
  text-align: justify;
}
p a {
  color: #ef5350;
}
p a:hover {
  text-decoration: underline;
  color: #ef5350;
}
a {
  font-weight: 400;
}
sub {
  bottom: 0;
}
/*==============================
	Header
==============================*/
.header {
  position: fixed;
  display: block;
  background-color: #f9f9f9;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
 
  
}

a:not([href]):not([tabindex]) {
  color: #fff; 
  text-decoration: none;
}
.header__logo {
  display: inline-block;
  padding: 7px;
  background: #f27e33;
}
.header__btn {
  display: inline-block;
  position: relative;
  float: right;
  height: 56px;
  width: 25px;
  background-color: transparent;
  color: #fff;
}
.header__btn i {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 56px;
  width: 25px;
  line-height: 56px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.home {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 56px;
}
.home__title {
  display: table;
  position: relative;
  height: 100%;
}
.home__text-wrap {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.home__text-wrap h1 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0;
  color: #fff;
}
.home__text-wrap p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #fff;
}
.home__text-wrap span {
  color: #fff;
}
.home__search {
  margin-top: 20px;
}
.home__search form {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.home__search form input {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.4px;
  width: 100%;
  padding: 0 59px 0 15px;
  height: 44px;
  border: none;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #444;
  background-color: #fff;
}
.home__search form input::-webkit-input-placeholder {
  opacity: 0.8;
}
.home__search form input::-moz-placeholder {
  opacity: 0.8;
}
.home__search form input:-ms-input-placeholder {
  opacity: 0.8;
}
.home__search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  font-size: 24px;
  width: 44px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  background-color: #ef5350;
}
.home__search form button i {
  line-height: 44px;
}
.home__search span {
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
}
.home__search a {
  display: inline-block;
}
.home--slider {
  background: transparent;
}
.home--slider .home__title {
  z-index: 2;
}
.home--slider .owl-carousel {
  position: absolute;
  z-index: 1;
}
.home--slider .item {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-top: -56px;
}
.home--bg {
  background: url("../img/page-headers/home_bg.jpg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .home {
    padding-top: 62px;
  }
  .home--slider .item {
    margin-top: -62px;
  }
  .home__text-wrap h1 {
    font-size: 40px;
  }
  .home__text-wrap p {
    margin: 0 0 35px;
  }
  .home__search form {
    width: 380px;
  }
}
@media (min-width: 992px) {
  .home__search form {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .home__text-wrap h1 {
    font-size: 44px;
  }
  .home__search form {
    width: 480px;
    margin-bottom: 0;
  }
}
.slider .item {
	height: 100vh;
	position: relative;
  background-repeat: repeat-x;
  background-image: url(../img/bannersection.jpg);
  animation: 20s para infinite linear;
  background-position: 
  0 20%,
  0 100%,
  0 50%,
  0 100%,
  0 0;
background-size: 
  2500px,
  800px,
  500px 200px,
  1000px,
  400px 260px;


  }
  @keyframes para {
    100% {
      background-position: 
        -1150px 20%,
        -800px 95%,
        500px 50%,
        1000px 100%,
        400px 0;
      }
    }
  .slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .large-header {
    position: relative;
    width: 100%;
    background: #111;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
 }
 
 .demo .large-header {
    background-color: #000000;
 }
 
 .main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #F9F1E9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
 }
 
 .demo .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
 }
 
 .main-title .thin {
    font-weight: 200;
 }
 
 @media only screen and (max-width: 768px) {
    .demo .main-title {
       font-size: 3em;
    }
 }

 /*-------------------------------------------- home page slider start------------------------- */
  .slider .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
  }
  .slider .item .cover .header-content {
	position: relative;
	padding: 56px;
	overflow: hidden;
  }

  .slider .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
  }
  .slider .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
  }
  .slider .item .cover .header-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
  }
  .slider .owl-item.active .header-content h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  
  .slider .owl-item.active .header-content h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  .slider .owl-item.active .header-content h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }

  .slider .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  .slider .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff;
  }
  .slider .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
  }
  .slider .owl-nav .owl-prev:focus {
	outline: 0;
  }
  .slider .owl-nav .owl-prev:hover {
	background: #000 !important;
  }
  .slider .owl-nav .owl-next , .slider .owl-nav .owl-prev {
	position: absolute;
	right: 15px;
	top: 50%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  .slider.owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
  }
  .slider .owl-nav .owl-next:focus {
	outline: 0;
  }
  .slider .owl-nav .owl-next:hover {
	background: #000 !important;
  }
  .slider:hover .owl-prev {
	left: 0px;
	opacity: 1;
  }
  .slider:hover .owl-next {
	right: 0px;
	opacity: 1;
  }
  
  .bg-blue .navbar .navbar-collapse{
    align-items: flex-start;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #003d60;
}
  .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgb(255 251 251);
}
.navbar-light .navbar-toggler {
	color: #fff;
    border-color: rgb(255 251 251);
}

 .tj-promo-offer {
  width: 100%;
  padding: 8.65em 0;
  background: url(../img/bg1.jpg) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 999;
}
.tj-promo-offer .button {
  display: inline-flex;
  height: 50px;
  width: 183px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 12.5em;
  margin: 20px 20px 20px 20px;
  color: #BFC0C0;

  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;

  justify-content: center;
  overflow: hidden;
}

#slide {
  width: 100%;
  height: 100%;
  left: -200px;
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgb(150 156 212 / 20%) 100%);
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}
.tj-promo-offer .button:hover #slide {
  left: 0;

}
.tj-promo-offer .button a {
  position: relative;
  color: #fff;
    font-weight: 700;
    line-height: 1.375rem;
    font-size: 18px;
    margin: 0;
    width: 100%;
    text-align: center;
    display: block;
    padding: 0;

  transition: all .35s ease-Out;
}
.tj-promo-offer:after {
  content: '';
  position: absolute;
  background: #003d60d4;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
 /*-------------------------------------------- home page slider ------------------------- */
/*==============================
	Content
==============================*/
.section-title {
  display: block;
  margin-bottom: 35px;
}
.section-title h2 {
  display: block;
  font-size: 28px;
  margin: 0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #444;
}
.section-title2 h2 {
  display: block;
  font-size: 28px;
  margin: 0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #444;
}
.section-title p {
  display: block;
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 100%;
line-height:24px;
  font-family: 'Open Sans', sans-serif;
  margin: 10px 0 0 0;
  color: rgba(68,68,68,0.75);
}

@media (min-width: 768px) {
  .section-title {
    margin-bottom: 45px;
  }
  .section-title h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    margin-bottom: 50px;
  }
  .section-title h2 {
    font-size: 32px;
  }
}
.view-all {
  margin-top: 35px;
  text-align: center;
}
.card-grid {
  margin-top: 25px;
  margin-bottom: 25px;
}
.card-grid .faq-card {
  height: auto;
}
.card-grid--mb {
  margin-bottom: 55px;
}
.pagination-wrap {
  text-align: center;
  padding: 20px 0 70px;
}
.pagination {
  margin: 0;
}
.pagination li a,
.pagination li span {
  border: none;
  font-weight: 500;
  padding: 0 18px;
  font-size: 16px;
  margin-left: 0;
  line-height: 36px;
  background-color: #ef5350;
  color: #fff;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
  background-color: #ef5350;
  color: rgba(0,0,0,0.4);
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination li.disabled a,
.pagination li.disabled span {
  background-color: #ef5350;
  color: #fff;
}
.pagination li.disabled a:hover,
.pagination li.disabled span:hover,
.pagination li.disabled a:focus,
.pagination li.disabled span:focus {
  background-color: #ef5350;
  color: #fff;
}
.pagination li.active a,
.pagination li.active span {
  line-height: 44px;
  margin-top: -4px;
  background-color: #fff;
  color: #444;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.pagination li.active a:hover,
.pagination li.active span:hover,
.pagination li.active a:focus,
.pagination li.active span:focus {
  background-color: #fff;
  color: #444;
}
/*==============================
	Sliders(owl-carousel)
==============================*/
.img-carousel .owl-dots .owl-dot span {
  border-color: #fff;
}
.img-carousel .owl-dots .owl-dot:hover span {
  background-color: rgba(239,83,80,0.6);
}
.img-carousel .owl-dots .owl-dot.active span {
  background-color: #ef5350;
}
.card-carousel .owl-dots {
  bottom: -30px;
}
.card-carousel .owl-dots .owl-dot span {
  border-color: #ef5350;
}
.card-carousel .owl-dots .owl-dot:hover span {
  border-color: rgba(239,83,80,0.6);
  background-color: transparent;
}
.card-carousel .owl-dots .owl-dot.active span {
  background-color: #ef5350;
  border-color: #ef5350;
}
.card-carousel .owl-item img {
  width: auto;
}
/*==============================
	Card
==============================*/
.card {
  position: relative;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  will-change: box-shadow, transform;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.card--no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
  will-change: box-shadow, transform;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card--no-shadow:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
/* Service card */
.service-card {
  margin: 15px 0;
}
.service-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.service-card h2 {
  display: block;
  position: relative;
  font-size: 27px;
  line-height: 100%;
  font-weight: 400;
  margin-left: 70px;
  margin-bottom: 5px;
}
.service-card h6 {
  display: block;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 70px;
  margin-bottom: 5px;
  color: #757575;
}
.service-card h6 span {
  margin-right: 6px;
  color: #ef5350;
}
.service-card p {
  margin: 10px 0 0 70px;
}
.service-card .icon {
  display: block;
  position: absolute;
  background-color: #ef5350;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 15px;
  left: 15px;
  font-weight: 700;
  font-size: 24px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  will-change: box-shadow;
  -webkit-transition: box-shadow 0.35s cubic-bezier(0.4, 0, 1, 1), background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.35s cubic-bezier(0.4, 0, 1, 1), background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 1, 1), background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover .icon {
  background-color: #fff;
  color: #ef5350;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}
/* Article card */
.article-card {
  height: 360px;
  margin: 15px 0;
  padding: 15px 20px 30px;
  background-color: #fff;
}
.article-card .card-wrap {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.article-card .card-wrap a {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.article-card .card-wrap img {
  position: absolute;
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  margin: auto;
  z-index: 1;
  max-width: none;
}
.article-card .card-wrap .category {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  position: relative;
  margin: 20px 0 0 20px;
  padding: 0 6px;
  line-height: 16px;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 3;
}
.article-card .card-wrap h3 {
  display: block;
  position: relative;
  padding: 0 20px;
  margin: 15px 0;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.8px;
  z-index: 3;
  color: #fff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.article-card .card-wrap p {
  display: block;
  position: relative;
  padding: 0 20px;
  margin: 0;
  font-size: 15px;
  z-index: 3;
  color: rgba(255,255,255,0.9);
}
.article-card .card-wrap .statistic {
  display: block;
  position: absolute;
  height: 20px;
  bottom: 10px;
  left: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 5;
}
.article-card .card-wrap .statistic li {
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
  color: rgba(255,255,255,0.8);
}
.article-card .card-wrap .statistic li a {
  display: inline-block;
  position: relative;
  float: left;
  width: auto;
  line-height: 20px;
  font-size: 18px;
  margin-right: 6px;
}
.article-card .card-wrap .statistic li a i {
  line-height: 20px;
}
.article-card .card-wrap .statistic li span {
  display: inline-block;
  float: left;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.article-card .card-wrap .statistic li.likes a {
  color: #ef5350;
}
.article-card .card-wrap .statistic li.comments a {
  color: #03a9f4;
}
.article-card .card-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.45);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.article-card:hover .card-wrap:before {
  background-color: rgba(0,0,0,0.55);
}
.article-card:hover .card-wrap h3 {
  color: #ef5350;
}
.article-card--white .card-wrap h3 {
  color: #444;
}
.article-card--white .card-wrap p {
  color: #757575;
}
.article-card--white .card-wrap .statistic li {
  color: #898989;
}
.article-card--white .card-wrap:before {
  display: none;
}
/* FAQ card */


.faq-card p {
  display: block;
  font-size: 15px;
  margin: 0;
  margin-bottom:10px;
}

@media (min-width: 992px) {
  /*.faq-card {*/
  /*  height: 660px;*/
  /*}*/
}
/* Testimonial card */
.testimonial-card {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
}
.testimonial-card img {
  height: 70px;
  width: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.testimonial-card h4 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 400;
}
.testimonial-card span {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ef5350;
}
.testimonial-card p {
  padding: 15px 50px 0;
  margin: 0;
  font-size: 15px;
}
.testimonial-card:after {
  font-family: Material-Design-Iconic-Font;
  content: '\f1b2';
  position: absolute;
  font-size: 36px;
  top: 30px;
  left: 65px;
  color: rgba(117,117,117,0.4);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Team card */
.team-card {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px 0;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
.team-card img {
  display: block;
  height: 70px;
  width: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.team-card h4 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 400;
}
.team-card span {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ef5350;
}
.team-card ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.team-card ul li {
  display: inline-block;
  margin: 0 10px;
}
.team-card ul li a {
  font-size: 24px;
  color: #757575;
}
.team-card ul li a:hover {
  color: #ef5350;
}
/* Knowledge card */
.knowledge-card {
  display: block;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}
.knowledge-card__title {
  display: block;
  padding: 15px 20px;
  background-color: #ef5350;
}
.knowledge-card__title a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.4px;
}
.knowledge-card__list {
  padding: 15px 20px;
}
.knowledge-card__list li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  line-height: 24px;
}
.knowledge-card__list li:last-child {
  margin-bottom: 0;
}
.knowledge-card__list li:before {
  font-family: Material-Design-Iconic-Font;
  content: '\f222';
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  color: #757575;
}
.knowledge-card__list a {
  font-size: 16px;
  color: #757575;
  letter-spacing: 0.4px;
}
.knowledge-card__list a:hover {
  color: #ef5350;
}
.category {
  color: #fff;
}
.category--pink {
  background-color: #ec407a;
}
.category--purple {
  background-color: #ab47bc;
}
.category--indigo {
  background-color: #5c6bc0;
}
.category--teal {
  background-color: #26a69a;
}
.category--orange {
  background-color: #ffa726;
}
.category--red {
  background-color: #ef5350;
}
/*==============================
	Footer
==============================*/
.footer {
  position: relative;
  padding: 35px 0 20px;
  background-color: #34353e;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright small {
  line-height: 26px;
  font-size: 14px;
  color: #757575;
}
.footer__copyright a {
  color: #ef5350;
}
.footer__copyright a:hover {
  text-decoration: underline;
}
.footer__social-list {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
  height: 26px;
}
.footer__social-list li {
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  margin-left: 20px;
}
.footer__social-list li:first-child {
  margin-left: 0;
}
.footer__social-list a {
  color: #757575;
}
.footer__social-list a:hover {
  color: #fff;
}
.footer__btn {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  top: -25px;
  margin: 0 0 0 -25px;
  background-color: #ef5350;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  will-change: box-shadow, transform;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  z-index: 1;
}
.footer__btn i {
  font-size: 24px;
}
.footer__btn:hover {
  background-color: #ef5350;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}
@media (min-width: 768px) {
  .footer {
    padding: 20px 0;
  }
  .footer__social-list {
    margin-bottom: 0;
    text-align: right;
  }
  .footer__copyright {
    text-align: left;
  }
}
/*==============================
	Secondary page title
==============================*/
.page-title {
  position: relative;
  width: 100%;
  padding: 60px 0;
  margin-top: 56px;
  background: url(../img/page-headers/about_bg.jpg) no-repeat center/cover;
}

.page-title h1 {
  margin: 0 0 5px 0;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  letter-spacing: 0.6px;
}
.page-title p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  letter-spacing: 0.4px;
}
.page-about-banner{
      background: url(../img/about_banner.jpg) no-repeat center/cover;
      position: relative;
    z-index: 1;
    padding-top: 210px;
    padding-bottom: 140px;
    background-color: #000;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-about-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  opacity: .6;
}
@media (min-width: 768px) {
  .page-title {
    padding: 90px 0;
    margin-top: 62px;
  }
  .page-title h1 {
    font-size: 36px;
  }
}
/*==============================
	Filter
==============================*/
.filter {
  height: 120px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  background-color: #fff;
}
.filter__search {
  position: relative;
  height: 60px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(117,117,117,0.2);
}
.filter__search input[type="text"] {
  border: none;
  line-height: 60px;
  height: 60px;
  padding: 0 35px 0 0;
  font-size: 16px;
  z-index: 1;
}
.filter__search button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  height: 60px;
  width: 32px;
  background-color: transparent;
  z-index: 2;
  color: #444;
}
.filter__search:before {
  z-index: 3;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #ef5350;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: transform 0.24s ease-out;
  -moz-transition: transform 0.24s ease-out;
  transition: transform 0.24s ease-out;
}
.filter__search.focus:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.filter .sort {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 60px;
}
.filter .sort li {
  display: inline-block;
  font-size: 16px;
  line-height: 60px;
  float: left;
  margin: 0 25px 0 0;
  font-weight: 400;
  color: #444;
}
.filter .sort li:first-child {
  margin: 0 30px 0 0;
}
.filter .sort li a {
  position: relative;
  display: block;
  height: 60px;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  color: #444;
}
.filter .sort li a:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #ef5350;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: transform 0.24s ease-out;
  -moz-transition: transform 0.24s ease-out;
  transition: transform 0.24s ease-out;
}
.filter .sort li a:hover:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.filter .sort li a.active {
  font-weight: 500;
}
.filter .sort li a.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .filter {
    height: 60px;
  }
  .filter__search {
    border-bottom: none;
  }
}
/*==============================
	Chat page
==============================*/
.chat-button--fixed {
  position: fixed;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  z-index: 8;
  bottom: 15px;
  right: 15px;
  background-color: #ef5350;
  color: #fff;
  will-change: box-shadow;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.chat-button--fixed i {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.chat-button--fixed i.zmdi-close {
  opacity: 0;
  font-size: 0;
}
.chat-button--fixed i.zmdi-menu {
  opacity: 1;
  font-size: 24px;
}
.chat-button--fixed:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}
.chat-button--fixed.active i.zmdi-comments {
  opacity: 0;
  font-size: 0;
}
.chat-button--fixed.active i.zmdi-close {
  opacity: 1;
  font-size: 24px;
}
@media (min-width: 768px) {
  .chat-button--fixed {
    bottom: 20px;
    right: 20px;
  }
}
.chat {
  position: fixed;
  top: 0;
  display: block;
  height: 100%;
  right: 0;
  bottom: 0;
  width: 320px;
  overflow-y: auto;
  z-index: 7;
  background-color: #fff;
  -webkit-box-shadow: -2px 0 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  box-shadow: -2px 0 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-transform: translate3d(325px, 0, 0);
  -moz-transform: translate3d(325px, 0, 0);
  transform: translate3d(325px, 0, 0);
}
.chat.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.chat__content {
  position: absolute;
  bottom: 0;
  top: 190px;
  right: 0;
  left: 0;
}
.chat__text-wrap {
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  z-index: 2;
  display: block;
  padding: 0 15px;
}
.chat__title {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.4px;
  color: #444;
}
.chat__message-wrap {
  display: block;
  position: absolute;
  overflow-y: auto;
  height: auto;
  top: 0;
  bottom: 132px;
  padding: 0 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  resize: none;
  z-index: 1;
  border-color: rgba(117,117,117,0.2);
}
.chat__message-wrap .message {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.chat__message-wrap .message.user .text {
  color: #fff;
  background-color: #ef5350;
}
.chat__message-wrap .message.user .text a {
  color: #fff;
}
.chat__message-wrap .message.user .text:after {
  border-color: transparent #ef5350 transparent transparent;
}
.chat__message-wrap .message.user .autor {
  color: #fff;
}
.chat__message-wrap .message.user .time {
  color: rgba(255,255,255,0.8);
}
.chat__message-wrap .avatar-wrap {
  position: absolute;
}
.chat__message-wrap .avatar-wrap .avatar {
  margin: 0 10px;
  width: 40px;
  height: 40px;
}
.chat__message-wrap .avatar-wrap img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.chat__message-wrap .text-wrap {
  display: block;
  width: 100%;
  padding-left: 60px;
  padding-right: 10px;
  position: relative;
}
.chat__message-wrap .text {
  display: block;
  position: relative;
  -webkit-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
  padding: 30px 55px 10px 15px;
  min-height: 42px;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Open Sans', sans-serif;
  z-index: 1;
  color: #444;
  background-color: #eee;
}
.chat__message-wrap .text a {
  color: #444;
  text-decoration: underline;
}
.chat__message-wrap .text a:hover {
  text-decoration: none;
}
.chat__message-wrap .text:after {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #eee transparent transparent;
}
.chat__message-wrap .text:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -10px;
  width: 10px;
  height: 10px;
  z-index: 2;
  -webkit-border-radius: 0 80% 0 0;
  border-radius: 0 80% 0 0;
  background-color: #fff;
}
.chat__message-wrap .autor {
  position: absolute;
  top: 0;
  left: 75px;
  z-index: 2;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}
.chat__message-wrap .time {
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: 300;
  font-size: 11px;
  text-align: center;
  z-index: 2;
  line-height: 30px;
  color: rgba(117,117,117,0.8);
}
.chat__write {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  bottom: 75px;
}
.chat__write input {
  padding: 0 10px;
  width: 215px;
  background-color: #fff;
}

.chat__write button {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 24px;
  padding: 0;
  width: 56px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chat__text {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .chat {
    width: 380px;
    -webkit-transform: translate3d(385px, 0, 0);
    -moz-transform: translate3d(385px, 0, 0);
    transform: translate3d(385px, 0, 0);
  }
  .chat__write {
    bottom: 85px;
  }
  .chat__write input {
    width: 275px;
  }
  .chat__message-wrap {
    bottom: 147px;
  }
  .chat__content {
    top: 220px;
  }
  .chat__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .chat__write {
    padding: 0 20px;
  }
  .chat__write input {
    width: 270px;
  }
  .chat__write button {
    right: 20px;
  }
  .chat__message-wrap {
    padding: 0 10px;
  }
  .chat__text-wrap {
    padding: 0 20px;
  }
}
/*==============================
	Contacts page
==============================*/
.contact__phone {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 40px;
  color: #444;
}
.contact__form {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .contact__form {
    margin-top: 0;
  }
}
.map {
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) {
  .map {
    height: 500px;
  }
}
/*==============================
	Article page
==============================*/
.article__head {
  display: block;
  position: relative;
  margin-top: 56px;
}
.article__head .title {
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
.article__head h1 {
  letter-spacing: 0.8px;
  margin: 0;
  color: #fff;
  font-size: 30px;
}
.article__head .category {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 8px;
  line-height: 18px;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.article__head .share {
  position: absolute;
  display: block;
  z-index: 1;
  height: 50px;
  width: 50px;
  right: 0;
  bottom: -25px;
}
.article__head .share button {
  position: relative;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: #ef5350;
  will-change: box-shadow;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.article__head .share button i {
  font-size: 24px;
  line-height: 50px;
}
.article__head .share button:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}
.article__text {
  margin: 35px 0 25px;
}
.article__text h1,
.article__text h2,
.article__text h3 {
  letter-spacing: 0.8px;
}
.article__text p {
  font-size: 15px;
  line-height: 26px;
}
.article__text p a:hover {
  text-decoration: underline;
}
.article__text h1 {
  font-size: 30px;
}
.article__text h2 {
  font-size: 28px;
}
.article__text img {
  margin-bottom: 20px;
}
.article__text ul {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 26px;
  color: #757575;
  list-style: disc;
}
.article__text blockquote {
  position: relative;
  font-size: 15px;
  border: none;
  padding: 0 0 0 30px;
  margin: 30px 0;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #757575;
}
.article__text blockquote:before {
  font-family: Material-Design-Iconic-Font;
  content: '\f1b2';
  position: absolute;
  font-size: 24px;
  top: 0;
  left: 0;
  color: #ef5350;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.article__statistic {
  display: block;
  margin: 0 0 50px;
  padding: 0;
  height: 20px;
}
.article__statistic li {
  display: inline-block;
  line-height: 20px;
  margin-right: 25px;
  padding: 0;
  background-color: transparent;
  color: #898989;
}
.article__statistic li a {
  display: inline-block;
  float: left;
  background-color: transparent;
  height: 20px;
  font-size: 18px;
  margin-right: 6px;
}
.article__statistic li a i {
  line-height: 20px;
}
.article__statistic li span {
  display: inline-block;
  float: left;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.article__statistic li:last-child {
  margin-right: 0;
}
.article__statistic li.likes a {
  color: #ef5350;
}
.article__statistic li.comments a {
  color: #03a9f4;
}
.article__comments {
  background-color: #eee;
}
.article__comments-title {
  margin-top: 50px;
  margin-bottom: 30px;
  letter-spacing: 0.8px;
}
.article__comments-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article__comments-list .comment {
  margin-bottom: 30px;
}
.article__comments-list .comment .actions {
  padding: 0 0 10px;
}
.article__comments-list .comment .autor {
  display: inline-block;
  position: relative;
  float: left;
}
.article__comments-list .comment .autor .name {
  color: #ef5350;
}
.article__comments-list .comment .autor .time {
  color: #757575;
}
.article__comments-list .comment .avatar {
  position: absolute;
  height: 48px;
  width: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.article__comments-list .comment .avatar img {
  width: 100%;
}
.article__comments-list .comment .name {
  display: block;
  padding-left: 60px;
  font-size: 16px;
  line-height: 24px;
}
.article__comments-list .comment .time {
  display: block;
  padding-left: 60px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.article__comments-list .comment .reply-button {
  display: inline-block;
  float: right;
  background-color: transparent;
  line-height: 48px;
  height: 48px;
  font-size: 24px;
  color: #757575;
}
.article__comments-list .comment .reply-button:hover {
  color: #ef5350;
}
.article__comments-list .comment .text {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}
.article__comments-list .comment .text a {
  color: #ef5350;
}
.article__comments-list .comment .text a:hover {
  text-decoration: underline;
}
.article__comments-list .reply {
  padding: 0 0 0 40px;
}
.article__comments-form {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .article__head {
    margin-top: 62px;
  }
  .article__head h1 {
    font-size: 36px;
  }
  .article__text h1 {
    font-size: 36px;
  }
  .article__text h2 {
    font-size: 30px;
  }
  .article__text blockquote {
    font-size: 16px;
    margin: 40px 0;
    padding: 0 0 0 40px;
  }
  .article__comments-list .reply {
    padding: 0 0 0 80px;
  }
}
/*==============================
	404 page
==============================*/
.page-404 {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  background: url("../img/other/404.jpg") no-repeat center center/cover;
}
.page-404__content {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.page-404__content h1{
  font-size: 150px;
  margin: 0;
  color: #ef5350;
}
.page-404__content p {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
  text-align:center;
}
.page-404__content a {
  margin: 0 10px;
}
.page-404__text {
  margin-bottom: 80px;
}
/*==============================
	Sidebar
==============================*/
.sidebar {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sidebar {
    margin-top: 40px;
  }
}
.widget {
  display: block;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
  box-shadow: 0 1px 5px rgba(0,0,0,0.25);
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Category Menu */
.category-menu {
  list-style: none;
  padding: 0;
}
.category-menu li {
  display: block;
  position: relative;
  line-height: 42px;
  border-bottom: 1px solid rgba(117,117,117,0.2);
}
.category-menu li:last-child {
  border: none;
}
.category-menu li a {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: #444;
}
.category-menu li a:hover {
  color: #ef5350;
}
.category-menu li span {
  float: right;
  font-size: 11px;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 20px;
  padding: 0 6px;
  margin-top: 11px;
  font-family: 'Open Sans', sans-serif;
  background-color: #ef5350;
  color: #fff;
}
/* Popular News */
.popular-articles {
  padding: 0 20px;
}
.popular-articles .article-preview {
  display: block;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(117,117,117,0.2);
}
.popular-articles .article-preview h4 {
  line-height: 100%;
  font-size: 22px;
  margin-bottom: 5px;
}
.popular-articles .article-preview h4 a {
  font-weight: 500;
  color: #444;
}
.popular-articles .article-preview h4 a:hover {
  color: #ef5350;
}
.popular-articles .article-preview p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.popular-articles .article-preview .statistic {
  display: block;
  position: relative;
  padding: 0;
  height: 16px;
  margin: 10px 0 0 0;
  list-style: none;
}
.popular-articles .article-preview .statistic li {
  display: inline-block;
  line-height: 16px;
  margin-right: 15px;
  color: #898989;
}
.popular-articles .article-preview .statistic li a {
  display: inline-block;
  float: left;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 16px;
  font-size: 14px;
  margin-right: 5px;
}
.popular-articles .article-preview .statistic li a i {
  line-height: 16px;
}
.popular-articles .article-preview .statistic li span {
  display: inline-block;
  float: left;
  line-height: 16px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.popular-articles .article-preview .statistic li:last-child {
  margin-right: 0;
}
.popular-articles .article-preview .statistic li.likes a {
  color: #ef5350;
}
.popular-articles .article-preview .statistic li.comments a {
  color: #03a9f4;
}
.popular-articles .article-preview:last-child {
  border: none;
}
/* Subscribe */
.subscribe {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
}
.subscribe h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.subscribe form .form-group {
  margin-bottom: 15px;
}
.subscribe form button {
  width: 100%;
}
.color-switcher {
  position: fixed;
  top: 200px;
  right: -200px;
  z-index: 6;
  width: 200px;
  height: auto;
  background-color: #fff;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
  -webkit-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.color-switcher.open {
  right: 0;
}
.color-switcher .picker {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -50px;
  top: -1px;
  z-index: -1;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  color: #424242;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.color-switcher .colors ul {
  padding: 0;
  list-style: none;
}
.color-switcher .colors ul li {
  display: block;
  margin: 10px;
}
.color-switcher .colors ul li a {
  display: block;
  width: 100%;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.color-switcher .colors ul li a.red {
  background-color: #ef5350;
}
.color-switcher .colors ul li a.indigo {
  background-color: #5c6bc0;
}
.color-switcher .colors ul li a.blue-grey {
  background-color: #90a4ae;
}
.color-switcher .colors ul li a.teal {
  background-color: #26a69a;
}
.color-switcher .colors ul li a.purple {
  background-color: #9c27b0;
}
.color-switcher .colors ul li a.dark {
  background-color: #424242;
}
@-moz-keyframes loading {
  from {
    left: -20px;
    width: 10%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes loading {
  from {
    left: -20px;
    width: 10%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: -20px;
    width: 10%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes loading {
  from {
    left: -20px;
    width: 10%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

.series {
    margin-bottom:20px;
}
.series li{
    list-style:decimal;
        font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
    color: #757575;
    text-align: justify;
}

.sere {
    margin-bottom:20px;
}
.sere li{
    list-style:disc;
        font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* margin-left: 20px; */
    color: #757575;
    text-align: justify;
}
.solutions-area {
  padding-bottom: 80px;
  background-color: #ffefe9;
  background-image: url(../img/solutions-bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.option-panel {
  position: fixed;
  top: 175px;
  left: -200px;
  width: 200px;
  height: auto;
  z-index: 13;
  background: #fff;
  padding: 20px;
  border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  overflow: inherit;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  text-align: center;
}
.option-panel .switcher-btn a.settings {
  background: #ffffff;
  height: 50px;
  position: absolute;
  right: -50px;
  top: 20px;
  width: 50px;
  padding: 0px;
  border-radius: 0 6px 6px 0;
  font-size: 28px;
  text-align: center;
  line-height: 48px;
  color: #ff4800; 
  -webkit-box-shadow: 12px 0px 20px 0px rgb(0 0 0 / 10%);
  box-shadow: 12px 0px 20px 0px rgb(0 0 0 / 10%);
  
}
.option-panel .switcher-btn a i{
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
}

@-webkit-keyframes mdi-spin  {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 16px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
  }
/*----------------------------------------------- home page---------------------------------------- */
.main-banner {
  height: 950px;
  position: relative;
  background-image: url(/images/main-banner.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-f2f6f9{
  background-color: #f2f6f9;
}
.faq-card {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 25px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

.faq-card h3 {
  display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    color: #212529;
}
.faq-card:before {
  content: "";
  height: 3px;
  width: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ff4800;
  -webkit-transition: .5s;
  transition: .5s;
}
.faq-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 40px 3px rgb(0 0 0 / 5%);
}
.faq-card h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
}
.faq-card h3:hover {
  text-decoration: none;
  color: #ff4800;
}
.faq-card:hover:before {
  width: 100%;
  height: 4px;
}
.section-title h2 {
  margin-bottom: 0;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 700;
}
.shape-img2 {
  position: absolute;
  left: 5%;
  top: 5%;
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: -1;
}
.border-bottom {
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
@-webkit-keyframes rotateMe {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}
.heading_white span{
  color: #f27e33;
}
.section-title span{
  color: #f27e33;
}
.section-title2 span{
  color: #f27e33;
}
  .heading_white h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.heading_img  h2{
  font-size: 24px;
  font-weight: bold;
  color: #f27e33;
  margin-bottom: 20px;
}



.svg_icon {
  margin-bottom: 20px;
  background-color: #ffe4d9;
  border-radius: 5px;
  width: 91px;
  height: 91px;
  line-height: 75px;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
}
.faq-card:hover .svg_icon{
  background-color: #f27e33;
}
.footer-area {
  position: relative;
  z-index: 1;

  background-color: #15171a;
}
.single-footer-widget .logo {
  margin-bottom: 20px;
}
.single-footer-widget .logo p {
  color: #fff;
font-size: 16px;
  margin-top: 18px;
  margin-bottom: 0;
text-align: justify;
}
.single-footer-widget .footer-services-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-services-list li {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
}
.single-footer-widget .footer-services-list li a {
  display: inline-block;
  color: #fff;
}
.single-footer-widget .quick-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .quick-links-list li {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
}
.single-footer-widget .quick-links-list li a {
  display: inline-block;
  color: #fff;
}
.single-footer-widget {
  margin-bottom: 30px;
  padding-top: 33px;
}
.single-footer-widget h3 {
  margin-bottom: 23px;
  color: #fff;
  position: relative;
  padding-bottom: 6px;
  font-size: 23px;
  font-weight: 700;
}
.single-footer-widget .footer-contact-list li {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}
.single-footer-widget .footer-contact-list li span {
  font-weight: 700;
  margin-right: 5px;
}
.single-footer-widget h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #f27e33;
}
.single-footer-widget .footer-contact-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.copyright-area {
  background-color: #000;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright-area p {
  color: #fff;
}
.copyright-area p:last-child {
  margin-bottom: 0;
}
.copyright-area p a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
.copyright-area ul li a {
  color: #fff;
}
.copyright-area ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  color: #fff;
  font-size: 25px;
  line-height: normal;
}
.copyright-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.lines, .lines .line {
  position: absolute;
  top: 0;
  height: 100%;
}
.lines {
  left: 0;
  right: 0;
  margin: auto;
  width: 90vw;
  z-index: -1;
}
.lines .line:first-child {
  margin-left: -21%;
}
.lines .line {
  width: 1px;
  left: 48%;
  background: hsla(0,0%,100%,.1);
  overflow: hidden;
}
.single-footer-widget .footer-services-list li a:hover {
  color: #f27e33;
text-decoration: none;
}
.single-footer-widget .quick-links-list li a:hover {
  color: #f27e33;
text-decoration: none;
}
.lines .line:first-child:after {
  -webkit-animation-delay: 2s; 
   animation-delay: 2s; 
}
.lines .line:nth-child(3) {
  margin-left: 23%;
}
.lines .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(75%,#fff),to(#fff));
  background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff 75%,#fff);
  background: linear-gradient(
180deg
,hsla(0,0%,100%,0) 0,#fff 75%,#fff);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(.4,.26,0,.97);
  animation-timing-function: cubic-bezier(.4,.26,0,.97);

}
@keyframes run {
0%   {bottom: 0px; top: 0px;}
25%  {left: 200px; top: 0px;}
50%  {top: 200px; bottom: 200px;}
75%  { left: 0px; top: 200px;}
100% { left: 0px; top: 0px;}
}
.single-footer-widget .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .social li {
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: 10px;
  margin-right: 10px;
}
.single-footer-widget .social li a {
  width: 35px;
  height: 35px;
background-color: #212529;
padding: 10px 14px;
  line-height: 35px;
  border-radius: 50%;
  color: #fff;
-webkit-transition: .5s;
  text-align: center;
}
.single-footer-widget .social li a:hover {
  background: #f27e33;
  color: #fff;
}
.lms_testimonials_bg2 {
  background-color: #f4f0e6;
  padding-left: 15px;
  padding-right: 125px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* .lms_testimonials_bg2::after {
  position: absolute;
  background: url(../img/bg.png);
content: "";
top: 0px;
width: 100%;
height: 100%;
z-index: -1;
} */

.btn-primary {
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-family: dosis,sans-serif;
  font-weight: 600;
  transition: .5s;
  padding: 10px 32px 12px;
  background-color: #ff4800;
}
.heading_who  h2 {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
}
.heading_who span{
  color: #f27e33;
}
/*------------------------------------- printer page start------------------------------  */
.Printer_banner {
    
    background-image: url(../img/printer_banner.png);
    padding-top: 140px;
    padding-bottom: 140px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .heading_printer h1{
    color: rgb(146, 146, 146);
  }
  
  .page-title-content ul li {
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
.page-title-content h1{
  margin-bottom: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  word-wrap: break-word;
}
.page-title-content ul li:first-child:before {
  content: "\f054";
  position: absolute;
  right: -15px;
  top: 6px;
  font-weight: 900;
  font-family: "fontawesome";
  font-size: 10px;
}
.page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-content ul li a{
  color: #ff4800;
}
.btn-blue {
  color: #fff;
  border: none;
  font-size: 16px;
  font-family: dosis,sans-serif;
  font-weight: 600;
  transition: .5s;
  padding: 10px 32px 12px;
  background-color: #ff4800;
}
.btn-blue:hover {
  color: #fff;
  border: none;
  font-size: 16px;
  font-family: dosis,sans-serif;
  font-weight: 600;
  padding: 10px 32px 12px;
  transition: .5s;
  background-color: #2321ad;
}
.printer_subtitle h3{
  margin-top: 10px;
}
.printer_subtitle p{
  margin-top: 10px;

}


.zmdi-menu:before{
   content: '\f0c9';
    font-family: fontawesome;
    
    transition-duration: 0.3s;
    width: 30px;
    cursor: pointer;
  }
   
  .zmdi-close:before {
    content: '\f00d';
    font-family: fontawesome;
}

/* -----------------------------------------------------about----------------------------- */
.about-title h2 {
  color: #2a435d;
  font-size: 42px;
  font-weight: 700;
}
.about-title p{
  color: #2a435d;
  font-size: 1rem;
}
.about-title h2 span {
  color: #f27e33;

}

.about-title  .sere li{
  color: #2a435d;
  font-size: 0.8rem;
  line-height: 32px;
}
.circle{
  counter-reset: list-counter;
  list-style: none;
  float:left;
}
.circle li{
  margin: 1em 0;    
  color: #2a435d;
  font-size: 15px;
}
.wpo-ms-text .traingle li{
  position:relative;
  padding-left: 20px;
  line-height: 30px;
  text-align: justify;
 
}
.wpo-ms-text .traingle li:after{
  content: "\1F892";
 position:absolute;
 font-size: 40px;
 left: 0;
 top: -2px;
 width: 8px;
 height: 8px;
  color: #ff772e;
}


.wpo-ms-text .traingle .bg_highlight{
  color: #2a435d;
  font-weight: 600;
}


    
/* .circle li:after{
  content:"";
  position:absolute;
  left:0px;
  transition: 1s all;
    width: 2em;

  height: 2em;
 margin: 2px;
  margin-right: 1em;
  border: .25em solid #ccc;
  background: #2a435d;
  color: #fff;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  transition: 1s all;
  z-index:-1;
} */

/* .circle li:before{
  content: counter(list-counter);
  counter-increment: list-counter;
  text-transform: rotate(-90deg);
  width: 2em;
  height: 2em;
   margin: 2px;
  margin-right: 1em;
  border: .25em solid #ccc;
  background: #2a435d;
  color: #fff;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  transition: 1s all;
  
} */
ol {
  counter-reset: list -0; 
  margin-left: -38px;
  /*start from 0,1,2,3... name List - customize*/
}
ol li {
  list-style-type: none;
  position: relative;
  margin: 25px 0;
  line-height: 25px;
  padding-left: 59px;
}
ol li:before {
content: counter(list) "";
counter-increment: list;
display: block;
position: absolute;
top: 0;
left: 0;
width: 48px;
height: 37px;
margin-right: 4px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAlCAMAAAAzx5qdAAAC0FBMVEUAAAAAAABnZ2dFRUVTU1NeXl6nqKgAAABdXV1bW1s2NjZAQEAVFRUUFBRSUlJXV1f19/nv8vVTU1NSUlIaGhr9//////8AAAAYGBgLCwtOTk5LS0sfHx8pKSlISEj2/P31/P32+/3+//8dHR1TU1MmJiZPT08yMjL+///////r9vr6/v7///+jtMj7/f7a6PQ2NjYdHR0yMjJISEhLS0smJiYiIiI1NTVJSUnS4O8lJSU9PT07OztKSkq7yd07Ozs9PT2EmK290+jK3e/e3t79///////O3fCtucWsvdahs8vJ1+b+///////o9/rs+/u5x9aouc17kqlLZYBXa4WXrchYbomHmK9SaoaXqLtkfJtfeJTj8Pikrrs7UGtacZRvhJ7W4u9dZnDD1uuhqLIrNUEsLCx9jqTn5+cuQVn3/P2ludLd7/f///97ip7V5vX////H1Oa+zePM0NT+//+ZprR2iaShrLdxgZVvi6bh8PhpeozY4u3///+ntMP///+HoL6Xq8L////Z8vbFzNb3/f3////E1Ob///+Tr9DY6vb///9Raog2VXs8Wn87WX4/XYE9W4BDYIQ6WH4/XIE5WH0+XIA4Vnw3VnxKZog4V31FYoVNaIlCX4NHY4ZAXoJIZIdQa41SbI1BXoJHZIZGYoVEYYQiPV49VnhGXn5RaYVZan5WcJBKZIk7V31Ubo89VHMyUnn8//85WIA0UXQ4UG85Vns2U3g9XYRBYIc2Vn9FXHlQZH9AWHeDlapab4Y+XYYsRmZrfZVBXH89WYA2SmR7jaNcdpVzhJlFaZRKYYBcco8lQGAvUHlPaoxwhqAxS2swT3U8WoFZcpJiepc1V4UvTXKEnLpWaoNKXHDi7/hCV3OXqLhQYnZic4Y1U3w6W4hLY4Tl9fk2Vn1KY4M0TW8wTnOyv8uWoq1VZnmZrsrY6PZBVWuRorfv+/tPaYpBe8V1AAAAjXRSTlMAAgZiLhMBAQgDmgQEBgsUAggOERw4BAoNEhkfIj1gLBsjWBcmJilbmAu+Qg/9clAVLzUxQCtGS1lvUJGXT7dwg+CZ2BdSzn30/N+NeRes3YpMzL6rVog0z9Dw8Tsh48L9iXL4qZhp+EPZh/apknmwBu9/9Evls/j0/I/yr0utrdTw7naX5aJwkb9d9Pw/yJ+cAAAEYklEQVQ4y5WTZbNTMRCGDxdoKaW4u7u7u7u7DO7u7j67yXGr++Xi7u7u7u79C2QoUHzg+ZLN5H2zye4s91tyzpndpBz3H1RMUQ7MyvwfhmYnnr28XeYfxUXaTZ5yaxOS2NiGdYr8UZUl55fAMmHdvh3HjitE235zR3Js0IDfqcstmJtyaNHS8iycNC56xWcYOiqA4Npz4/ClHN/lnnGwdQuOK9PxwZ37r+4nRyu04HLOu7cRVKekSgrhweThsHKp/1d9jus3o/uncjk7HTq9olCWwhUXv3ndvumWZAjwVAy7iQiuMEHYu+Foobi+8MxdN840y8FVrHCmffwby1JO7QZBpBRkv2IgoV5R8ICL9i38+Xwi3eOdziq39uFqLk7RNsnUhbIqBDbpbsMQgoQHHRGifbKw00q3d+69No0FWw+t+dLdJW+jpssM6JpO/H6QwQcQIEFe3rmvKXvQyM2a0ZZjdFpXKW6Yf3ezQQFCfr8pSNQto5uHTWrAKeD2S6Xr9NuxUX7eimN0PNAubhhf4QUA0gDR6CYQVQ9cDPoUAHJR3Jm8bsd2VDbGv1/01MEOnw0tT26QVc3w+dnVAqJgAvWC0y2B5xQQhWrbjjWJP72tWfZzm7fuEwjh5SDGTNml6UKIoKrq13QwdSoSDR75O3/p85mDqyzMuPXEVeB96zWVekxQ/DrokhYEmVwMGwpqqF04V4iL0yrlZOmcXPmtJwRBUZDXQgAUgyiDZngpSH4VUIfwcbUr95WVKafLdij/8R5KzpBIVQRFQAroBl5CMYZGENEt7rrYhftGpdP7Wxfdus8TdqEo8YoSgPUCIFV5Ck4/IPKA2w73tnAJcrR5kHLS6UODR9EjU0AnggsFAUQ2GIpMhS2PlV4/Ts3yD+/3b+EJcSGPEDAJSsRAxKAABjFDu3dDT+5Hmrd8d0jf5SIoSGCEFKAeJCDGWFEBXRuiB7pl/mXmFt49sNElgciaxBaJ5wFj68FEWdp4dn/3LNwvZC59a8vuABJJ8HpVZ1jyIFw3VKqh90msB/dbxjxMvsoKaboFnaICspcHt+zdtvlgDu4PDF4nGYJsemQdVA/w64Fo4vHouaLcn7A0PLszJHjQzfMioA/kMGw7drSs1fqr1GpNZc/gcDQfKgsbtJBIVID1psam+4L/6SgHI4M91fc+q92RK3eeYtnzD9ke23WF8F4J1A2gP9siXL4zrEaJ/NmL5cmdy2FPOFI5cuXJXqJKgZp1Bx6JXD6/ORKJbI6cjxw5Ehk9fESpujULVMmfPU8uR6pEhgyO3MXy16haoFapRo3r1U//jfr1GjcqVatA1RLZK+dOZGBYMmTMVjlvvpLVqjeoXbBg6m8ULFi7QfVqxfPlzZQtXQbL9/WxJWXMmDVb3nzFS6b5iZJMni1rxozpbN8brBZ7UlI6ZkmbKVPaBGzH9kyeLinJbrH+UNdUtiRm+T1MbrOl+qJP5LDZbHa73fYLdobN8u3+hOPvfNV/AlwlDCC0d/73AAAAAElFTkSuQmCC);
font-size: 18px;
line-height: 30px;
font-weight: bold;
color: #fff;
text-align: center;
}
ol li:hover:before{
 transform: rotate(20deg);
  
}
/* .circle li:hover:before{
  
  transform: rotate(360deg);
  background: #de5a04;
  border: .25em solid #ccc;
} */

.bgd {
  background-color: #022c46;
  position: relative;
  padding: 88px 0;
}

.bgd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #022c46;
  background-image: url(../img/patter-1-1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.05;
}

.about-title-choose h2 {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.about-title-choose span {
  color: #f27e33;
}
.about-title-choose .about-title-subtitle p{
  color: #fff;
}

/*---------------------------------------------- ms_office -----------------------------------*/
.ms_content {
  padding: 50px 0px;
}
.section-title .subtitle h2{
  font-size: 24px;
}
.wpo-about-text  .sere li{
    color: #6e5c5c;
list-style-type: none;
}
.heading_subtitle h3{
  margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #2a435d;
}
.wpo-about-text .subtitle_p p{
  color: white;
}
.ms_banner{
  background: url(../img/banner_ms.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 210px;
  background-color: #000;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ms_banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  opacity: .6;
} 
.process_heading .bg_orange{
  color:#ff772e;
}
.process_heading h2 {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  line-height: 48px;
  padding: 14px;
}

.heading_white h2{
  margin-bottom: 15px;
    font-size: 24px;
    color: #2a435d;
    font-weight: 700;
}
.about-s2-img {
  margin-top: 0;
  background: #4f6986;
  padding: 70px;
  }
  .wpo-about-text p {
    font-size: 17px;
    font-weight: 500;
    /*color: #fff;*/
    /*margin-bottom: 40px;*/
    line-height: 30px;
}
.wpo-about-text ul li:before, .wpo-about-area-5 .wpo-about-text ul li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #ff772e;
  content: "";
  border-radius: 50%;
}
.wpo-about-text ul li, .wpo-about-area-5 .wpo-about-text ul li {
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
  color: #ffffff;
}
.process_download {
  background: #2a3c4f;
  padding: 65px 0px;
}
.content {
	position: relative;
}
.content h2 {
	color: #fff;
	font-size: 2rem;


}
.waviy span {
  
  display: inline-block;
  font-size: 22px;
    font-weight: 700;
    color: #2a435d;
 text-transform: capitalize;
  animation: flip 4s infinite;
  animation-delay: calc(.2s * var(--i))
}

.waviy span:nth-child(6){
  margin-right: 12px;
}
.waviy span:nth-child(9){
  margin-right: 12px;
}

@keyframes flip {
  0%,80% {
    transform: rotateY(360deg);
    color:#de5a04;
  }
}

/*---------------------------------------------------- conen setup coding start--------------------------------------------- */
.canon_banner{
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 210px;
  background-color: #000;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.canon_banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  opacity: .6;
}
.features-block .inner-box{
	background:#fff;
	-webkit-border-radius:6px;
	border-radius:6px; 
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition:all 400ms ease-in-out;  
	transition:all 400ms ease-in-out;
	padding:40px 30px;
	position:relative; 
	text-align:center;
	overflow:hidden;
	cursor:pointer; 
}
.features-section .inner-row .icon img{
  width: 115px;
  height: 115px;
}
.features-block .inner-box:before {
  width: 100%;
    position: absolute;
    transform: translateY(102%);
    top: 0;
    left: 0;
    content: "";
    height: 100%;
  background: #4688eb;
  transition: all 500ms ease-in-out;
  background: -webkit-linear-gradient(
-135deg
, #4688eb 0%, #925f3d 100%);
background: linear-gradient( 
  -135deg
   , #f3711a 0%, #f3711a; 100%);
}
.features-block .inner-box:hover:before {
  /* -webkit-transform: translateY(0); */
  transform: translateY(0);
}

.features-block.theme-one .inner-box > * {
  position: relative; 
}

.features-block.theme-one .inner-box:hover h3 {
  color: #fff;
}

.features-block.theme-one .inner-box:hover p{
  color: #fff;
}

.heading-wrapper span {
  color: #ff4800;
  font-family: 'Alegreya', serif;
    font-style: italic;
}

.heading-wrapper.with-separator h2{
  font-size: 40px;
  font-weight: bold;
}

.heading-feature h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}

.heading-feature span{
  position: relative;
  color: #ff4800;
    font-family: 'Alegreya', serif;
    font-style: italic;
}

.heading-feature span::after{
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0px;
  height: 6px;
    width: 60px;
    background: -moz-linear-gradient(left, #488fed 0%, #291fbc 100%);
    background: linear-gradient(to right, #facd81 0%, #ff4800 100%);
    background: -webkit-linear-gradient(left, #488fed 0%, #291fbc 100%);
    background: linear-gradient(to right, #facd81 0%, #ff4800 100%);
}

.heading-wrapper.with-separator h2:after, .heading-wrapper.with-separator h3:after {
  height: 6px;
  width: 60px;
  content: "";
  display: block;
  margin-top: 18px;
  background: -moz-linear-gradient(left, #488fed 0%, #291fbc 100%);
  background: linear-gradient(to right, #facd81 0%, #ff4800 100%);
  background: -webkit-linear-gradient(left, #488fed 0%, #291fbc 100%);
  background: linear-gradient(to right, #facd81 0%, #ff4800 100%);
}

.features-section .inner-row .text h3{
margin-top: 10px;
font-size: 20px;
font-weight: bold;
}
.features-section .inner-row .col-lg-6:nth-child(2) {
  margin-top: 80px;
}

.features-section .inner-row .col-lg-6:nth-child(4) {
  margin-top: 80px;
}

.features-section .inner-row .col-lg-6:nth-child(3) {
  margin-top: -80px;
}
.parallax-bg {
  background: url(../img/parallex_bg.jpg) no-repeat 50% fixed;
  background-size: cover;
}
.parallax-bg:before {
  background-color: rgb(17 24 48 / 80%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.section-padding {
  padding: 40px 0px;
}
.why-title span {
  font-weight: bold;
  color: #f27e33;
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}
.z-index9 {
  position: relative;
  z-index: 9;
}
.service-boxes-area p{
  color: #fff;
  text-align: center;
  font-size: 17px;
}
.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  overflow: hidden;
}
.ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.solutions-area .solution-title p {
  text-align: center;

  margin: 10px auto 0;
}
.solutions-area .single-solutions-box h3 {
    margin-bottom: 12px;
    font-size: 23px;
    color: #212529;
    font-weight: 700;
}
.single-solutions-box .icon svg{
  font-size: 35px;
}
.flaticon-income:before {
  content: "\f100";
  font-family:Flaticon;
}
.solution-title {
  text-align: center;
  max-width: 670px;
  margin: -6px auto 60px;
}
.icon-box{

  padding: 30px 30px 30px 30px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background:#fff;
}
.icon-box .text{
  text-align: center;

}
.icon-box .wpo-about-text .sere li{
  text-align: left;
}
.heading-setting h3{
  font-size: 18px;
}
.icon-box .icon{
  text-align: center;
}
.icon-box .icon svg {
  max-width: 64px; 
}
.heading-setting h3{
  position: relative;
}
.heading-setting h3 span{
  color: #ff4800;
  font-weight: 700;
}
.heading-setting h3:after {
  height: 4px;
    width: 73px;
    content: "";
    bottom: -12px;
    left: 0px;
    position: absolute;
  background: -moz-linear-gradient(left, #488fed 0%, #291fbc 100%);
  background: linear-gradient(to right, #facd81 0%, #ff4800 100%);
  background: -webkit-linear-gradient(left, #488fed 0%, #291fbc 100%);
  background: linear-gradient(to right, #facd81 0%, #ff4800 100%);
} 
.icon-box.theme-two h4 {
  font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #111111;
    letter-spacing: -0.4px;
    margin-bottom: 18px;
}
/*--------------------------------------------------------- dropdown css start------------------------------------------------- */
.main-menu {
  display:block;
  position:relative;
  padding-top: 10px;
  padding-bottom: 10px;
  
}

.container-menu {
  width:80%;
  margin:0 auto;
}
.main-menu:before,.main-menu:after{
  display: table;
  line-height: 0;
  content: "";
}
.core-menu {
  text-align:center;
  font:normal normal normal 1em/1 Roboto, sans-serif;
  overflow:hidden;
}
.core-menu li.active{
  /* background-color: #47484c; */
  border-bottom: 2px solid #FF772E;
}
.core-menu li {
  list-style:none;
  display:inline-block;
  cursor:pointer;
  margin-left: 5px;
 
}

.core-menu li a {
  display:inline-block;
  padding: 1em 0.8em;
  font-size: 16px;
  font-weight: 600;
  color: #404248;
}
.core-menu .dropdown li a {
  border-bottom: 1px solid #ccc;
}

.core-menu li a:hover {
  background-color: #f5f5f5;
  color: #FF772E;
  border-bottom: 2px solid #FF772E;

}
video {
  width: 100%;
  height: auto;
}
li span.toggle {
  padding-left:1em;
}
.dropdown .dropdown_submenu{
  position: relative;
}

.toggle:before {
  content:"\f107";
  font:normal normal normal 16px/1 FontAwesome;
}
.dropdown {
  position:absolute;
  width:230px;
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
  text-align:left;
  display:none;
}

.dropdown li {
  display:block;
  }
.dropdown li a {
  display:block;
  color: #404248;
}
.dropdown2 {
  position:absolute;
  width:230px;
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
  text-align:left;
  display:none;
  left:100%;
  top:0px;
}

.dropdown2 li {
  display:block;
   
  }
  

.dropdown2 li a {
  display:block;
}
li span.toggle2 {
  position:absolute;
  right:0;
  margin-right:20px;
}
.toggle2:before {
  content:"\f105";
  font:normal normal normal 16px/1 FontAwesome;
}
.hamburger-menu {
  padding:1em;
  display:none;
  font:normal normal normal 16px/1 Roboto;
  text-transform:uppercase;
}
@media (max-width:1024px) {
 .core-menu li {
    margin-left: 7px;
}

.core-menu li a {
    padding: 1em 0.2em;
}

}

.txt-bl{
    color:#000 !important;
}

@media (max-width:768px) {
  .main-menu {
    height:50px;
  }
  .container-menu {
    width:100%;
  }
  .navigation {
    float:left;
    display:block;
    width:100%;
  }
  .core-menu {
    float:right;
    width:100%;
  
    margin:auto;
    display:none;
  }
  .dropdown2 {
    text-align: center;
    left: 0%;
    top: 0px;
}
  .core-menu li {
    width:100%;
    display:block;
  }
  .core-menu li a{
    display:block;
    margin:auto;
    background-color: #f5f5f5;
    color: #000;
  }
  .hamburger-menu {
    display:block;
    text-align:center;
    padding-right:60px;
    position: relative;
    top:-61px;
    float:none;
    width:100%;
  }
  .burger-1, .burger-2, .burger-3 {
  display:block;
  position:absolute;
  width:20px;
  height:3px;
  border-radius:30px;
  right:0;
  margin-right:25px;
  background: rgb(113 85 85);
    -webkit-transition:.2s ease;
    -ms-transition:.2s ease;
    -moz-transition:.2s ease;
    -o-transition:.2s ease;
  transition:.2s ease; 
  }
  .burger-1 {
  top:15px;
  }
  .burger-2 {
  top:23px;
  }
  .burger-3 {
  top:31px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition:.2s ease;
  -ms-transition:.2s ease;
  -moz-transition:.2s ease;
  -o-transition:.2s ease;
    transition:.2s ease;
    transform-origin:50% 50%;
  }
  .burger-1.open {
    top:25px;
    width:23px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
  }
  .burger-2.open {
    opacity:0;
  }
  .burger-3.open {
    top:25px;
    width:23px;
    transform:rotate(-45deg);
  }
  .dropdown {
    width:100%;
  
    text-align:center;
    position:relative;
    
  }
  .dropdown2 {
    right:0;
    top:0;
    width:100%;
    position:relative;
    padding:0 20px;
}
}
/*--------------------------------------------------------- End dropdown css start------------------------------------------------- */