/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #ccc;
  color: #fff;
}

::selection {
  background-color: #ccc;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-weight: 300;
}

body {
  color: #777777;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

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

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

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

.footer-widget a:hover {
  color: #cc2dff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}
.navbar {
  padding-bottom: 0px;
}
.navbar .dropdown-menu {
  border-top: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  top: 99%;
}
@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

body {
  line-height: 1.65em;
}

.gradient-bg, .tags ul a:hover, .about_widget button:hover {
  background-image: -moz-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
  background-image: -webkit-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
  background-image: -ms-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
}

.gradient-color, .single-gallery:hover, .overlay {
  background: -moz-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
  background: -webkit-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
  background: -ms-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
}

.main-menu {
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav a{
  position: relative;
  padding: 25px 20px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.read-more {
  color: #222222;
  font-weight: 600;
  margin: 30px 0;
  font-size: 12px;
}
.search-title-row {
  margin-bottom: 20px;
}
.top-wrapper {
  margin-bottom: 40px;
}

.top-wrapper h2 {
  font-size: 20px;
  text-align: left;
  line-height: initial;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;

}

.top-wrapper a {
  color: #222222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-wrapper a:hover {
  color: #777777;
}

.top-wrapper .right-side h2 {
  font-size: 16px;
  font-weight: 700;
}

.top-wrapper .right-side h3 {
  font-size: 12px;
  color: #ccc;
  font-weight: 300;
}

.top-wrapper .right-side .desc {
  margin-right: 20px;
  text-align: right;
}

.top-wrapper .right-side .desc h2 {
  text-align: right;
}
.tags ul.post-categories li {
  margin-bottom: 0px;
}
.tags ul.post-categories {
  margin-bottom: 20px;
}
.tags ul {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}
.bottom-wrapper .tags ul {
  margin: 0;
}
.tags ul li {
  background: #f9f9ff;
  border: 1px solid #eee;
  display: inline-block;
  margin-bottom: 15px;
}

.tags ul a {
  color: #222;
  padding: 4px 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 12px;
}

.tags ul a:hover {
  color: #fff;
}

.bottom-wrapper {
  margin-top: 16px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #eee;
  font-size: 12px;
}

.footer-widget .social-icons {
  margin-left: 0!important;
}

.bottom-wrapper .social-icons {
  margin: 0;
  text-align: right;
}
.bottom-wrapper .social-icons li {
  display: inline-block;
  margin-left: 20px;
}

.bottom-wrapper .social-icons li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-wrapper .social-icons li a:hover {
  color: #222222;
}
.footer-bottom p {
  margin-bottom: 0px;
}
.footer-bottom {
  padding: 28px 0px;
}
.footer-bottom-border {
  border-top: 1px solid #ececec;
}
.footer-widget-area {
  padding-top: 150px;
  padding-bottom: 150px;
}
.form-control {
  font-size: 14px;
}

@media (max-width: 769px) {
  .bottom-wrapper .social-icons {
    float: left;
  }
}

@media (max-width: 768px) {
  .bottom-wrapper .single-b-wrap {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  body.admin-bar {
    position: inherit;
  }
}

.no-feature-img {
  padding: 12px;
  background-color: #f6f6fc;
}

.link-post h2 a {
  color: #777777;
  font-size: 12px;
}
.pagination li {
  padding: 0.5rem 0.75rem;
}

.pagination a {
  border: none;
  color: #777777;
}

.pagination .current {
  background: #000;
  color: #fff;
  padding: 0.5rem 0.75rem;
}
.pagination a{
  padding: 0.5rem 0.75rem;
  transition: all ease-in-out 0.5s;
}
.pagination a:hover{
  background: #000;
  color: #fff;
}
.footer-widget input {
  background-color: #f6f6fc;
  border: none;
  border-radius: 0;
}

.footer-widget input:focus {
  background-color: #f6f6fc;
}

.footer-widget h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
}

.footer-widget p {
  font-size: 14px;
  font-weight: 300;
}

.footer-widget .copyright {
  color: #c43afe;
}

.footer-widget .social-icons li {
  display: inline-block;
  margin-right: 20px;
}

.footer-widget .social-icons li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-widget .social-icons li a:hover {
  color: #222222;
}

@media (max-width: 768px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}

.click-btn {
  position: absolute;
  margin-top: -38px;
  right: 16px;
  background: #222;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px 12px;
}

.single-gallery:hover {
  cursor: pointer;
}

.single-gallery img {
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.single-gallery:hover .overlay {
  opacity: .5;
}

.single_widget {
  border: 1px solid #eee;
  padding: 20px;
}

.about_widget {
  text-align: center;
}

.about_widget h2 {
  font-size: 16px;
  margin: 25px 25px;
}

.about_widget p {
  font-size: 14px;
}

.about_widget i {
  margin-right: 10px;
}

.about_widget button {
  text-transform: uppercase;
  border-radius: 22px;
  width: 140px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about_widget button:hover {
  cursor: pointer;
  color: #fff;
}
/*Custom CSS*/
.breadcrumb-section {
  padding: 100px 0;
  background: -moz-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
  background: -webkit-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
  background: -ms-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
}
.breadcrumb-section h1 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 48px;
  color: #fff;
}
.breadcrumb {
  display: block;
  background: transparent;
  list-style: none;
  margin: 0;
}
.breadcrumb .separator {
  padding: 0 10px;
}
.breadcrumb li {
  text-align: center;
  display: inline-block;
}
.breadcrumb ,
.breadcrumb a {
  color: #fff;
}
/*content_block*/
.content_block {
  
}
.content_block h1 {
  font-weight: bold;
  color: #222222;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 42px;
}
.content_block p {
  font-size: 14px;
  color: #777777;
  margin-bottom: 25px;
  line-height: 24px;
}
.content_block a {
  display: inline-block;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #eeeeee;
  padding: 9px 30px;
}
.content_block a i {
  margin-left: 15px;
}
.content_block a:hover {
    background-image: -moz-linear-gradient( #cc2dff ) 0%, #52fff2 100%);
    background-image: -webkit-linear-gradient( 0deg, #cc2dff 0%, #52fff2 100%);
    background-image: -ms-linear-gradient( 0deg, #cc2dff 0%, #52fff2 100%);
    color: #fff;
}
/*BANNER*/
.slider-img-top {
    position: absolute;
    bottom: -100px;
}
.slider-img-bottom {
    position: absolute;
    bottom: -212px;
}
.slider-img-center {
    position: absolute;
    top: -50%;
}
.bnr-slider-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 670px;
  padding: 190px 0 0;
  background: #f9f9ff;
}
.bnr-slider-item h1 {
  font-weight: bold;
  font-size: 65px;
  color: #222222;
  line-height: 66px;
  margin-bottom: 25px;
}
.bnr-slider-item p {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  margin-bottom: 40px;
}
.bnr-slider-item a {
  padding-bottom: 190px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  background: #f9f9ff;
  padding: 10px 30px;
  border-radius: 50px; 
  background-image: -moz-linear-gradient( 0deg, rgb(204,45,255) 0%, rgb(82,255,242) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(204,45,255) 0%, rgb(82,255,242) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(204,45,255) 0%, rgb(82,255,242) 100%);
  box-shadow: -13.893px 14.387px 20px 0px rgba(176, 176, 176, 0.5);
  color: #fff;
}

.bnr-slider-item .slider-img {
  position: absolute;
  top: -50px;
}
.slider-area .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
    transform: translate(-50%, -50%); 
}
.slider-area .slick-dots li {
  float: left;
  padding: 6px;
  margin: 0 5px;
  border-radius: 20px;
  background: #d3d3d3;
  cursor: pointer;
  display: inline;
  transition: 0.3s;
}
.slider-area .slick-dots li button {
  display: none;
}
.slider-area .slick-dots li.slick-active {
  background: #222222;
    padding: 6px 25px;
}
/*video-banner-popup*/
.video-banner-popup {
    padding: 185px 0;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-banner-popup h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  margin-bottom: 15px;
}
.video-banner-popup p {
  font-size: 14px;
  margin-bottom: 45px;
  line-height: 24px;
  color: #fff;
}
.video-banner-popup a {
  font-size: 14px;
  color: #fff;
}
.video-banner-popup a img {
    margin-right: 15px;
}
/*contactgoogleMap*/
.contactgoogleMap {
  height: 450px;
  margin-top: 50px;
}
.contactform {
  margin-top: 50px;
}
.cf-7-cb-form input , 
.cf-7-cb-form textarea {
  border-radius: 0;
  border: 1px solid #d4d5e0;
  font-size: 14px;
  color: #777777;
  padding: 15px 20px;
}
.cf-7-cb-form textarea {
  height: 190px;
}
/*navbar-brand*/
.navbar-brand {
  font-weight: bold;
}
.content-none-search {
  position: relative;
}
.content-none-search #search button {
  top: 0px;
  right: 0px;
}
.fof {
  height: 100vh;
}
.fof .post-area {
  height: 100vh;
  display: flex;
  align-items: center;
}
.mc4wp-alert {
  margin-top: 13px;
  background-color: #1a921a;
  color: #fff;
  padding: 8px;
}
.mc4wp-alert p {
  margin-bottom: 0px;
}
/**
 * About and contact Page
 */
.about-area {
  padding: 150px 0px; }
  @media (max-width: 991px) {
    .about-area {
      padding: 80px 0px; } }
  @media (max-width: 991px) {
    .about-area .about-left-top,
    .about-area .about-left-bottom {
      margin-bottom: 50px; } }
  .about-area .primary-btn {
    display: inline-block;
    line-height: 38px;
    padding: 0px 22px;
    border: 1px solid #eeeeee;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; }
    .about-area .primary-btn span {
      margin-left: 15px; }
    .about-area .primary-btn:hover {
      color: #ffffff;
      background-color: #cc2dff;
      background-image: linear-gradient(90deg, #cc2dff, #52fff2);
      box-shadow: 0px 10px 20px rgba(176, 176, 176, 0.5); }

.about-right h1 {
  margin-bottom: 30px;
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .about-right h1 {
      font-size: 35px;
      margin-bottom: 25px; } }
  @media (max-width: 576px) {
    .about-right h1 {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .about-right h1 br {
      display: none; } }
  .about-right h1 p {
    margin-bottom: 0;
    font-size: 14px; }

.video-section {
  text-align: center;
  background: url(../img/video-bg.jpg) center;
  background-size: cover;
  position: relative;
  padding: 180px 0px;
  color: #ffffff; }
  @media (max-width: 991px) {
    .video-section {
      padding: 100px 0px; } }
  .video-section .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .video-section .text-wrap {
    position: relative;
    z-index: 10; }
    .video-section .text-wrap h1 {
      font-size: 36px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .video-section .text-wrap h1 {
          font-size: 30px; } }
    .video-section .text-wrap p {
      font-size: 14px;
      margin-bottom: 40px; }
    .video-section .text-wrap a {
      color: #ffffff;
      text-decoration: none;
      font-size: 14px; }
      .video-section .text-wrap a img {
        margin-right: 10px; }
    @media (max-width: 414px) {
      .video-section .text-wrap {
        margin: 15px; } }

.contact-area {
  padding: 150px 0px; }
  @media (max-width: 991px) {
    .contact-area {
      padding: 80px 0px; } }

.single-contact h4 {
  color: #222222;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }
.single-contact p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 24px; }
 
/**
 *
 * Unite Test
 *
 */
article.sticky {
  border: 1px solid aliceblue;
  padding: 18px;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
 }
.post-area .entry-content table,
.media-body table,
.single-post-content table {
  margin-bottom: 20px;
  width: 100%;
}
.post-area .entry-content td,
.post-area .entry-content th,
.media-body td,
.media-body th,
.single-post-content td, 
.single-post-content th {
    border: 1px solid #ddd;
    padding: 8px;
}
.post-area .entry-content b,
.post-area .entry-content strong,
.media-body b,
.media-body strong,
.single-post-content b, 
.single-post-content strong {
    font-weight: bolder;
}
.post-area .entry-content tr:nth-child(even),
.post-area .entry-content tr:nth-child(even),
.media-body tr:nth-child(even),
.single-post-content tr:nth-child(even) {
  background-color: #f2f2f2;
}
.post-area .entry-content tr:hover,
.media-body tr:hover,
.single-post-content tr:hover {
  background-color: #ddd; 
}
.post-area .entry-content th,
.media-body th,
.single-post-content th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}
.entry-content p,
.single-post-content p {
  overflow: hidden;
}
.single-post-content [type="submit"] {
  padding: 3px 10px;
  border: 1px solid #eee;
  background-color: #f9f9ff;
  cursor: pointer;
}
.single-post-content [type="submit"]:hover {
  background-image: -moz-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
  background-image: -webkit-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
  background-image: -ms-linear-gradient(0deg, #cc2dff 0%, #52fff2 100%);
  color: #fff;
}
.media-body {
  width: 100%;
}
.page-links{
  margin-top: 10px;
}
.page-links a {
  border: 1px solid #eee;
  padding: 2px 8px;
  margin: 0px 3px;
}

/*Custom Css*/

/* This is the existing CSS... */
.fixed-top {
  position: fixed;
  top: 0;
}
/* Here's the new CSS to add... */
.admin-bar .fixed-top {
  top: 32px;
}
@media screen and (min-width: 783px) {
  .admin-bar .fixed-top {
    top: 32px;
  }
}

.form-control {
  padding: 0.5rem 0.75rem;;
}
.widget {
  border: 1px solid #eeeeee;
  padding: 40px 30px;
}
.widget .widget-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}
.widget ul {
  padding: 0;
  margin: 0;
}
.widget ul li {
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  color: #777777;
  list-style: none;
  background: #f9f9ff;
  margin-bottom: 10px;
  font-weight: 500;
}

.widget ul li:hover,
.widget ul li:hover ul li{
background-image: -moz-linear-gradient( #cc2dff) 0%, #52fff2 100%);
background-image: -webkit-linear-gradient( 0deg, #cc2dff 0%, #52fff2 100%);
background-image: -ms-linear-gradient( 0deg, #cc2dff 0%, #52fff2 100%);
  color: #fff;
}

.widget ul li:hover a{
  color: #fff;
}

.widget ul li ul.children li:hover,
.widget ul li ul.children li:hover a{
  color: #222;
}
.footer-widget select {
  width: 100%;
  padding: 8px 20px;
  border: none;
  background: #f9f9ff;
}

.footer-widget>ul {
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  display: block;
  font-size: 14px;
  color: #777777;
  list-style: none;
  margin-bottom: 10px;
  font-weight: 500;
}
.archiveCount {
  float: right;
}
.about-me-widget {
  text-align: center;
}
.about-me-widget p {
  line-height: 24px;
  margin-bottom: 30px;
}
.about-me-widget img {
  width: 124px;
  margin-bottom: 35px;
}
.about-me-widget .widget-title {
  margin-bottom: 20px;
}
.about-me-social a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  background: #f9f9ff;
  padding: 10px 30px;
  color: #222222;
  margin-bottom: 8px;
  border-radius: 50px; 

}
.about-me-social a:hover {
  background-image: -moz-linear-gradient( 0deg, rgb(204,45,255) 0%, rgb(82,255,242) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(204,45,255) 0%, rgb(82,255,242) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(204,45,255) 0%, rgb(82,255,242) 100%);
  box-shadow: -13.893px 14.387px 20px 0px rgba(176, 176, 176, 0.5);
  color: #fff;
}
.about-me-social i {
  margin-right: 20px;
}
.recent-post-widget {
  
}
.slick-list .draggable{
  position: relative;
}
.recent-post-widget h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 25px 0 10px;
  
}
.recent-post-widget h5 a{
  color: #222222;
}
.recent-post-widget .slick-dots {
  position: absolute;
  bottom: 0;
}
.recent-post-widget .slick-dots li {
  float: left;
  padding: 6px;
  margin: 0 5px;
  border-radius: 20px;
  background: #d3d3d3;
  cursor: pointer;
  display: inline;
  transition: 0.3s;
}
.recent-post-widget  .slick-dots li button {
  display: none;
}
.recent-post-widget  .slick-dots li.slick-active {
  background: #222222;
    padding: 6px 25px;
}
.recent-post-widget .rpw-thumbnail {
  max-height: 180px;
  overflow: hidden;

}
.recent-post-widget .rpw-meta {
  margin-bottom: 30px;
}
.recent-post-widget .rpw-meta>span {
  margin-right: 10px;
}
.tagcloud a {
  background: #f9f9ff;
  color: #222222;
  font-size: 12px!important;
  padding: 2px 15px;
  border: 1px solid #eeeeee;
  margin: 6px 3px;
  display: inline-block;
  font-weight: 500;
}
.tagcloud a:hover {
  background-image: -moz-linear-gradient( 0deg, rgb(204,45,255) 0%, rgb(82,255,242) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(204,45,255) 0%, rgb(82,255,242) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(204,45,255) 0%, rgb(82,255,242) 100%);
  color: #fff;
}

/*footer-area */
.navbar-toggler {
  padding: 0;
  border: none;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#cc2dff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media screen and (max-width: 768px) {
    
  .bnr-slider-item {
    height: 500px;
    padding: 100px 0 0;
  }
  .bnr-slider-item h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .bottom-wrapper .social-icons li{
    margin-left: 15px;
  }
  .bnr-slider-item img {
    display: none;
  }
  .navbar-expand-lg .navbar-nav a{
      padding: 25px 0;
  }
}

@media screen and (max-width: 414px) {
  .bottom-wrapper .social-icons li{
    margin-left: 0;
    margin-right: 15px;
  }
  .single-title {
    font-size: 26px;
  }
  .post-area {
    padding: 70px 0;
  }
}

.comment-item .media-body {
  max-width:100%;
}
.comment-item .comment-avatar img {
  max-width: inherit;
}

.dropdown .dropdown-menu {
  position: relative;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu .dropdown .dropdown-menu {
  position: absolute;
  margin-left: 157px;
  top: 16px;
  border-top: 1px solid rgba(0,0,0,.15);
  border-radius: 3px;
}
.dropdown .dropdown-menu li a {
  display: block;
  padding: 8px 12px;

}
.dropdown .dropdown-menu li a:hover {
  background-color: #f8f8f8;

}
.dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
  display: block;
}
