/*------------------------------------------------------------------
 
    /*
    ========================================================================
    Index
    ------------------------------------------------------------------------

    # -  1.0 - All Global css
    # -  2.0 - Heading Tag
    # -  3.0 - Menu Area
    # -  4.0 - Mobile Menu
    # -  5.0 - Slider
    # -  6.0 - Service
    # -  7.0 - Image Half Hoverlay
    # -  8.0 - About me
    # -  9.0 - Sign up
    # - 10.0 - Open TO solve
    # - 11.0 - Testimonial
    # - 12.0 - Our Expert
    # - 13.0 - Blog
    # - 14.0 - Footer
    # - 15.0 - Banner
    # - 16.0 - Progress
    # - 17.0 - Team Member
    # - 18.0 - Pagination
    # - 19.0 - Blog Details
    # - 20.0 - Enjoy Life
    # - 21.0 - Pop up Video
    # - 22.0 - progress Two
    # - 23.0 - Be profession
    # - 24.0 - Loading Screen
    */
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%; } }

@media (max-width: 991px) {
  .row-eq-rs-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/*      All Global css
----------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #888888;
  line-height: 26px; }

ul, ol {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  color: #888888; }
  a:hover, a:focus, a.active {
    text-decoration: none;
    outline: none;
    color: #df1616; }

.h200 {
  height: 250px; }

input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.d-none {
  visibility: hidden; }

label, section.widget .search-form .search-field {
  font-weight: normal; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="url"],
input[type="search"],
input[type="text"],
input[type="email"],
input[type="time"],
input[type="text"],
.form-control, textarea, textarea.form-control {
  height: 50px;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  padding-left: 20px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  .form-control:focus, textarea:focus, textarea.form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #df1616; }

input[type="submit"]:focus {
  outline: 0; }

.btn2 {
  font-weight: 400;
  background: #000000;
  color: #fff;
  font-size: 12px;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0; }

.btn2:hover {
  color: #fff;
  background: #1fbcbc;
}
textarea.form-control, textarea {
  min-height: 126px;
  padding-top: 14px;
  position: relative;
  padding-left: 20px; }

.bg-tr {
  background: transparent; }

.form-group {
  position: relative;
  margin-bottom: 18px; }
  .form-group label, .form-group section.widget .search-form .search-field, section.widget .search-form .form-group .search-field {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    margin-bottom: 18px;
    font-weight: 500; }

.large-pra {
  font-size: 24px;
  line-height: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #1e1e27; }

.middum-pra {
  font-size: 16px;
  line-height: 28px; }

.checkbox-group {
  padding-top: 23px; }
  .checkbox-group label, .checkbox-group section.widget .search-form .search-field, section.widget .search-form .checkbox-group .search-field {
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: none; }

.checkbox-group > div {
  display: flex; }
  .checkbox-group > div label, .checkbox-group > div section.widget .search-form .search-field, section.widget .search-form .checkbox-group > div .search-field {
    padding-left: 4px; }

.tp-caption.boxshadow, .boxshadow {
  box-shadow: none; }

/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 700;
  font-family: "Playfair Display", serif;
   }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-weight: inherit; }

h1 {
  font-size: 60px;
  line-height: 60px; }

h2 {
  font-size: 49px;
  line-height: 55px;
  font-weight: 700;
  margin: 0; }

h3 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 0; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 13px; }

h5 {
  font-size: 14px;
  line-height: 24px; }

img {
  max-width: 100%; }

.img-round {
  border-radius: 3px; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border: 0 !important; }

.fix {
  overflow: hidden; }

p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px; 
  font-size: 14px;
}

.clear {
  clear: both; }

.section-padding {
  padding-top: 92px;
  padding-bottom: 98px; }

.section-heading.text-center p {
  margin-left: auto;
  margin-right: auto; }

.section-heading {
  padding-bottom: 60px; }
  .section-heading p {
    margin-bottom: 0; }
  .section-heading h2 {
    margin-bottom: 10px;
    font-weight: 100;
    color: #000; }
  .section-heading .sub-heading-top {
    font-size: 18px;
    font-weight: 500; }

.section-heading.md-padding {
  padding-bottom: 40px; }

.section-heading.sm-padding {
  padding-bottom: 20px; }

.section-heading-two {
  padding-bottom: 17px; }
  .section-heading-two h2 {
    font-size: 65px;
    margin-bottom: 14px;
    font-weight: 100; }
    .section-heading-two h2 strong {
      font-weight: 900; }
  .section-heading-two .sub-heading {
    font-size: 26px;
    font-weight: 100;
    color: #888888; }
  .section-heading-two .wellcome-getting {
    font-size: 47px;
    font-weight: 100;
    display: block;
    line-height: 50px;
    padding-bottom: 12px; }

.max-width-620 {
  max-width: 620px; }

.max-width-470 {
  max-width: 470px; }

.max-width-800 {
  max-width: 800px; }

.over-x-hidden {
  overflow-x: hidden; }

.btn {
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
  font-size: 17px;
  padding: 8px 30px; }
  .btn:hover, .btn:focus {
    color: #fff;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.43); }
  .btn i {
    padding: 0 15px; }

.btn-large {
  min-width: 270px;
  border-width: 2px;
  text-transform: none; }

.btn-semi-large {
  min-width: 225px; }
  .btn-semi-large i {
    padding-right: 0;
    padding-left: 34px; }

.btn-middium {
  min-width: 160px; }
  .btn-middium i {
    padding-right: 0;
    padding-left: 34px; }

.base-color {
  color: #df1616; }

.cyan-color {
  color: #1ec2c4; }

.yellow-color {
  color: #ffc400; }

.base-bg {
  background: #df1616;
  color: #fff; }
  .base-bg h1, .base-bg h2, .base-bg h3, .base-bg h4, .base-bg h5, .base-bg h6, .base-bg a, .base-bg p, .base-bg span {
    color: #fff; }
  .base-bg .kal-button:hover {
    background: #fff;
    border-color: #fff;
    color: #df1616; }

.black-bg {
  background: #262626; }

.base-border {
  border-color: #df1616; }

.kal-separator {
  border-color: #e3e3e3;
  width: 100%;
  height: 1px; }

.ash-white-bg {
  background: #f6f6f6; }

.white-bg {
  background: #fff; }
  .white-bg .coache-single-intro {
    border: 1px solid #e3e3e3; }
    .white-bg .coache-single-intro:hover {
      border-color: transparent; }

.cyan-bg {
  background: #1ec2c4;
  color: #fff; }
  .cyan-bg h1, .cyan-bg h2, .cyan-bg h3, .cyan-bg h4, .cyan-bg h5, .cyan-bg h6, .cyan-bg a, .cyan-bg p, .cyan-bg span {
    color: #fff; }
  .cyan-bg .kal-button:hover {
    background: #fff;
    border-color: #fff;
    color: #df1616; }

.all-white-text *, .all-white-text .section-heading h2 {
  color: #fff; }

hr {
  border-color: #e3e3e3; }

.pr {
  position: relative; }

.small-text {
  font-size: 12px; }

.pa {
  position: absolute; }

.ash-bg {
  background: #fafafa; }

.pdr0 {
  padding-right: 0; }

.pdl0 {
  padding-left: 0; }

.pdt0 {
  padding-top: 0 !important; }

.pdb0 {
  padding-bottom: 0 !important; }

.pdt5 {
  padding-top: 5px; }

.pdt10 {
  padding-top: 10px !important; }

.pdt15 {
  padding-top: 15px; }

.pdt25 {
  padding-top: 25px; }

.pdt20 {
  padding-top: 20px; }

.pdt30 {
  padding-top: 30px; }

.pdb40 {
  padding-bottom: 40px; }

.pdb20 {
  padding-bottom: 20px; }

.pdt70 {
  padding-top: 70px; }

.pdt50 {
  padding-top: 50px !important; }

.pdb50 {
  padding-bottom: 50px !important; }

.pdt100 {
  padding-top: 100px; }

.pdb100 {
  padding-bottom: 100px; }

m .pdb30 {
  padding-bottom: 30px; }

.mr0 {
  margin: 0 !important; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt25 {
  margin-top: 25px; }

.mb20 {
  margin-bottom: 20px !important; }

.mt35 {
  margin-top: 35px; }

.mt30 {
  margin-top: 30px; }
.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mt40 {
  margin-top: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mt50 {
  margin-top: 50px; }

.mb70 {
  margin-bottom: 70px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mt90 {
  margin-top: 90px; }

.mt140 {
  margin-top: 140px; }

.taglist {
  clear: both; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ume250");
  src: url("../fonts/icomoon.eot?ume250#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ume250") format("truetype"), url("../fonts/icomoon.woff?ume250") format("woff"), url("../fonts/icomoon.svg?ume250#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-icomooon"], [class*=" icon-icomooon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icomooon-brain:before {
  content: "\e900"; }

.icon-icomooon-close:before {
  content: "\e901"; }

.icon-icomooon-contract:before {
  content: "\e902"; }

.icon-icomooon-ecology:before {
  content: "\e903"; }

.icon-icomooon-magnifying-glass-browser:before {
  content: "\e904"; }

.icon-icomooon-maps-and-flags:before {
  content: "\e905"; }

.icon-icomooon-message:before {
  content: "\e906"; }

.icon-icomooon-play-button:before {
  content: "\e907"; }

.icon-icomooon-play-button-two:before {
  content: "\e908"; }

.icon-icomooon-quotations-button:before {
  content: "\e909"; }

.icon-icomooon-quotes:before {
  content: "\e90a"; }

.icon-icomooon-seo:before {
  content: "\e90b"; }

.icon-icomooon-telephone-auricular-with-cable:before {
  content: "\e90c"; }

.pd0 {
  padding-bottom: 0 !important; }

.pdal0 {
  padding: 0 !important; }
  .pdal0 .copyright-text {
    margin: 0 !important; }
.copyright-text a{
  color: #000;
}
.not-found h1 {
  font-size: 300px;
  color: #000;
  font-weight: 700; 
  margin:0;
  line-height: 300px;
}
ul.list-inline.social-icons li a,
.main-footer .list-inline a{
  color: #000;
}
.fourzero {
  text-align: center !important;  
  padding-top: 0 !important;
}

/* -----------------------------------
** Menu Area
-------------------------------------*/
.logo a {
  position: relative;
  display: inline-block; }

.logo .large-text {
  font-size: 26px;
  font-weight: 800;
  line-height: 40px; }

.logo .small-text {
  position: absolute;
  right: -43px;
  top: 16px;
  font-size: 14px;
  font-weight: 300; }

.menu-area {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 995;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); }

.menu-logo {
  display: flex;
  align-items: center;
  justify-content: center; }
  .menu-logo .logo {
    margin-right: auto; }
  .menu-logo .kal-button {
    font-weight: 500;
    text-transform: none;
    font-size: 14px; }

#easy-menu > ul {
  float: right; }

#easy-menu > ul > li {
  margin: 0 13px;
  position: relative; }
  #easy-menu > ul > li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1ec2c4;
    content: '';
    width: 0;
    height: 4px;
    transition: .3s; }
  #easy-menu > ul > li:hover:before {
    width: 100%; }

#easy-menu > ul > li:hover > a {
  color: #df1616; }

#easy-menu > ul > li > a {
  color: #484848;
  font-weight: 400;
  padding: 27px 5px;
  font-size: 16px;
  position: relative; }

#easy-menu,
#easy-menu ul,
#easy-menu ul li,
#easy-menu ul li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box; }

#easy-menu > ul > li {
  float: left; }

#easy-menu ul ul {
  position: absolute;
  left: -9999px;
  background: #fff;
  z-index: 6;
  padding: 15px 26px 15px 26px;
  margin-top: 10px;
  transition-property: margin-top;
  transition-duration: .2s;
  transition-timing-function: ease-in-out; }

#easy-menu ul ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07); }

#easy-menu ul ul li {
  padding: 12px 0; }

#easy-menu ul ul li a {
  position: relative; }
  #easy-menu ul ul li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    display: none;
    float: right; }

#easy-menu ul ul li {
  transition: all .25s ease; }

#easy-menu li:hover > ul {
  left: auto;
  margin-top: 0; }

#easy-menu ul.sub-menu{
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
#easy-menu ul.sub-menu > li:hover > ul {
  top: -15px; }

#easy-menu ul.sub-menu > li > ul.sub-menu {
  padding: 15px 27px 15px 35px; }

#easy-menu ul.menu-list > li > ul.sub-menu {
  margin-left: 0; }

#easy-menu ul ul ul {
  margin-left: 100%;
  transition: .3s; }

#easy-menu ul ul li:last-child {
  border-bottom: 0; }

#easy-menu ul ul li a {
  width: 150px; }

#easy-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0; }

@media (max-width: 991px) {
  .home-six-header .humbarger-icon {
    float: right;
    margin: 35px 0;
  }
  .home-six-header { 
    padding: 20px 3% !important;
  }
  nav {
    width: 100%; }
  #easy-menu .button {
    display: block;
    margin-top: -6px; }
  #easy-menu {
    width: 100%; }
  #easy-menu ul {
    width: 100%;
    display: none; }
  #easy-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(164, 181, 224, 0.17); }
  #easy-menu ul ul li,
  #easy-menu li:hover > ul > li {
    height: auto; }
  #easy-menu ul li a,
  #easy-menu ul ul li a {
    width: 100%;
    border-bottom: 0; }
  #easy-menu > ul > li {
    float: none; }
  #easy-menu ul ul li a {
    padding-left: 25px; }
  #easy-menu ul ul ul li a {
    padding-left: 35px; }
  #easy-menu ul ul,
  #easy-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left; }
  #easy-menu > ul > li.has-sub > a:after,
  #easy-menu > ul > li.has-sub > a:before,
  #easy-menu ul ul > li.has-sub > a:after,
  #easy-menu ul ul > li.has-sub > a:before {
    display: none; }
  #easy-menu .button {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 22px;
    cursor: pointer;
    z-index: 12399994;
    transition: 0s; }
  #easy-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(164, 181, 224, 0.17);
    height: 46px;
    width: 46px;
    cursor: pointer; }
  .menu-area .menu-list > li a {
    padding: 16px 0; }
  #easy-menu ul ul {
    border: 0;
    padding: 0; }
  #easy-menu ul ul li:first-child {
    border: 0; }
  #easy-menu ul ul .submenu-button {
    height: 46px;
    width: 46px; }
  #easy-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #828282;
    content: ''; }
  #easy-menu ul ul .submenu-button:after {
    top: 22px;
    right: 13px; }
  #easy-menu .submenu-button.submenu-opened:after {
    background: #828282; }
  #easy-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #828282;
    content: ''; }
  #easy-menu ul ul .submenu-button:before {
    top: 19px;
    right: 16px; }
  #easy-menu .submenu-button.submenu-opened:before {
    display: none; }
  #easy-menu ul ul ul li.active a {
    border-left: none; }
  #easy-menu > ul > li.has-sub > ul > li.active > a,
  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none; }
  #easy-menu > ul > li.has-sub li.has-sub {
    padding-bottom: 0; }
  #easy-menu > ul > li.has-sub li.has-sub > a {
    padding-bottom: 15px; } }

.desktop-menu, .menu-logo {
  transition: .3s; }

.main-menu-fix {
  position: fixed !important;
  left: 0;
  background: #fff;
  top: 0;
  z-index: 9999 !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  width: 100%; }
  .main-menu-fix #easy-menu > ul > li > a {
    padding: 30px 5px; }
  .main-menu-fix .menu-logo {
    height: 75px; }

.menu2-area.main-menu-fix {
  background: #df1616 !important;
  opacity: 1; }

/*==== Menu2 ====*/
.menu2-area {
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  .menu2-area .menu-social a {
    color: #fff; }
  .menu2-area a {
    color: #fff; }
  .menu2-area #easy-menu > ul > li > a {
    color: #fff; }

.menu2-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }

.menu-social {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 190px;
  min-height: 55px;
  display: flex;
  align-items: center; }
  .menu-social ul li {
    display: inline-block;
    padding-right: 16px;
    padding-bottom: 5px; }

.search-box {
  min-height: 55px;
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: flex-end; }

.search-box a i {
  font-size: 14px;
  margin: 5px 12px;
  font-size: 16px; }

.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 111;
  -webkit-animation: searchZoomIn .4s;
  animation: searchZoomIn .4s;
  display: none; }

.top-search-input-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .5;
  color: #fff; }

.top-search-input-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .5;
  color: #fff; }

.top-search-input-wrap :-ms-input-placeholder {
  /* IE 10+ */
  opacity: .5;
  color: #fff; }

.top-search-input-wrap :-moz-placeholder {
  /* Firefox 18- */
  opacity: .5;
  color: #fff; }

.top-search-input-wrap.show {
  display: block; }

.top-search-input-wrap .top-search-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.88);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.top-search-input-wrap .search-wrap .search.educon-top-search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after {
  content: "\f002";
  font-size: 26px;
  color: #fff;
  font-family: fontawesome;
  position: absolute;
  right: 0;
  pointer-events: none;
  line-height: 48px;
  cursor: pointer; }

.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input input[type="submit"] {
  width: 35px;
  height: 60px;
  position: absolute;
  right: 0;
  border: 0;
  background: transparent; }

.top-search-input-wrap .search-wrap .search.educon-top-search input {
  background: transparent;
  border-radius: 0;
  border-width: 0;
  height: 64px;
  box-shadow: none;
  width: 100%;
  color: #fff;
  font-size: 40px;
  padding: 0px 40px 15px 0px;
  line-height: 64px;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #303030; }

.top-search-input-wrap .close-icon {
  font-size: 20px;
  color: #ffffff;
  top: 20px;
  right: 20px;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  font-weight: 200;
  font-family: lato; }

@-webkit-keyframes searchZoomIn {
  0% {
    opacity: 0;
    transition: .3s; }
  50% {
    opacity: 1; } }

@keyframes searchZoomIn {
  0% {
    opacity: 0;
    transition: .3s; }
  50% {
    opacity: 1; } }

.home-five-main-content > section {
  padding-left: 280px;
  width: 100%;
  z-index: 1; }
  .home-five-main-content > section .container {
    width: 100%; }

/* -----------------------------------
** End Menu
-------------------------------------*/
/* -----------------------------------
** Mobile Menu
-------------------------------------*/
.mobile-menu {
  display: none; }

.mobile-logo-search-humbarger {
  min-height: 57px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.mobile-logo-search-humbarger .logo {
  margin-right: auto; }

.mobile-menu .humbarger-button {
  margin-left: auto;
  font-size: 18px; }

.mobile-menu .humbarger-button i {
  cursor: pointer;
  color: #000000; }

.humbarger i {
  color: #000000;
  font-size: 18px; }

.mobile-menu .search-box {
  margin: 0 10px;
  position: static; }

.menu-accordion > li:last-child {
  margin-bottom: 30px; }

/*
.mobile-background-nav {
  position: fixed;
  top: 0;
  display: none;
  left: -300px;
  width: 250px;
  // transition: .3s;
  transition-property: left;
  transition-duration: .3s;
  padding: 10px 0;
  z-index: 999;
  background: #272732;
  height: 100vh;
}
*/
.mobile-background-nav .mobile-inner {
  overflow: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  height: 100vh; }

.mobile-background-nav .mobile-inner .mobile-menu-close {
  text-align: right;
  display: block; }

.mobile-background-nav .mobile-inner .mobile-menu-close i {
  cursor: pointer;
  padding: 5px;
  font-size: 18px; }

.mobile-background-nav ul {
  list-style: none;
  padding: 0; }

.mobile-background-nav ul .dropdown {
  overflow: hidden;
  display: none; }

.mobile-background-nav ul .dropdown.menu-show {
  /*display: block;*/ }

.menu-accordion > li {
  border-bottom: 1px solid #2d2c31; }

.dropdown > li {
  border-top: 1px solid #2d2c31;
  padding-left: 15px; }

.mobile-background-nav ul li a {
  width: 100%;
  display: block;
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
  text-transform: uppercase; }


.mobile-background-nav.in.lftmenu {
  left: 0;
}
.mobile-background-nav.lftmenu{
  left: -500px;
}
.mobile-logo-search-humbarger {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: static; }

.home-five-main-content .left-menu .menu-accordion ul {
  margin-left: 0; }
  .home-five-main-content .left-menu .menu-accordion ul li a {
    color: #888; }

/* -----------------------------------
** End Mobile Menu
-------------------------------------*/
/* -----------------------------------
** Blog
-------------------------------------*/
.blog-post-carousel.owl-carousel .owl-nav.disabled {
  display: flex; }
  .blog-post-carousel.owl-carousel .owl-nav.disabled .owl-next, .blog-post-carousel.owl-carousel .owl-nav.disabled .owl-prev {
    color: #bcbcbc;
    border-color: #bcbcbc; }

.blog-post {
  margin-bottom: 30px; 
  word-wrap:break-word;
}
  .blog-post__thumb {
    position: relative; }
    .blog-post__thumb .meta {
      position: absolute;
      bottom: 15px;
      left: 15px; }
      .blog-post__thumb .meta.no-img {
        left: 0;
        bottom: 6px; }
  .blog-post__sticky, .blog-post__date {
    display: inline-block;
    padding: 1px 10px;
    border-radius: 3px; }
  .blog-post__title {
    font-weight: 700;
    margin-bottom: 17px; }
  .blog-post p {
    margin-bottom: 12px; }

.blog-post-two {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  .blog-post-two .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    border-radius: 3px;
    transition: .3s; }
  .blog-post-two__text-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .blog-post-two__category {
    display: inline-block;
    padding: 0 5px;
    line-height: 23px;
    border-radius: 3px;
    min-width: 60px; }
  .blog-post-two__title {
    font-size: 49px;
    font-weight: 100;
    line-height: 50px;
    margin-top: 14px; }
  .blog-post-two__thumb {
    transition: .3s;
    width: 100%; }
  .blog-post-two:hover .overlay {
    opacity: .7; }
  .blog-post-two:hover .blog-post-two__thumb {
    transform: scale(1.1); }

.blog-post--three {
  padding: 35px 35px 27px 35px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
  transition: .3s; }
  .blog-post--three:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.17); }

.blog-post__thumb.sec .blog-post__date {
  position: absolute;
  left: 15px;
  bottom: 15px; }

.blog-post__thumb.sec .blog-post__date.no-img {
  left: 0;
  bottom: -10px; }

/* -----------------------------------
** End Blog
-------------------------------------*/
/* -----------------------------------
**   Footer
-------------------------------------*/
.main-footer {
  padding-top: 80px;
  padding-bottom: 20px; }

.black-bg .footer-newsletter-widget .email-input-field {
  color: #fff; }

.footer-widget {
  margin-bottom: 40px; }
  .footer-widget .widget-title {
    margin-bottom: 27px;
    color: #fff; }

.logo-large .large-text {
  font-size: 40px; }

.logo-large .small-text {
  right: -45px;
  top: 12px;
  font-size: 18px; }

.social-icons li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px; }
  .social-icons li a {
    width: 27px;
    height: 27px;
    display: flex;
    text-align: center;
    background: #373737;
    border-radius: 3px;
    color: #808080;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s; }
    .social-icons li a:hover {
      color: #fff;
      background: #df1616; }

.footer-widget .widget-title {
  color: #fff; }

.footer-contact-widget .single-contact {
  margin-bottom: 20px; }
  .footer-contact-widget .single-contact .icon {
    width: 40px;
    float: left;
    font-size: 29px;
    color: #fff; }
  .footer-contact-widget .single-contact .text {
    margin-left: 50px; }
  .footer-contact-widget .single-contact:after {
    clear: both; }

.footer-contact-widget .mobile-number {
  font-size: 17px;
  font-weight: 900; }

.footer-widget.widget_nav_menu ul,
.usefull-link ul {
  list-style: none; }
  .footer-widget.widget_nav_menu ul li,
  .usefull-link ul li {
    padding-bottom: 7px; }
    .footer-widget.widget_nav_menu ul li a,
    .usefull-link ul li a {
      position: relative; }
      .footer-widget.widget_nav_menu ul li a i,
      .usefull-link ul li a i {
        padding-right: 15px; }
      .footer-widget.widget_nav_menu ul li a:hover,
      .usefull-link ul li a:hover {
        color: #fff; }

.latest-news-item {
  margin-bottom: 13px;
  overflow: hidden; }
  .latest-news-item:after {
    clear: both; }
  .latest-news-item .image {
    width: 70px;
    float: left; }
  .latest-news-item .text {
    margin-left: 100px; }
    .latest-news-item .text h5 {
      font-weight: 400;
      margin-bottom: 5px;
      margin-top: 0; }
 

.copyright-area.white-bg {
  border: 0; }
  .copyright-area.white-bg .footer-menu a {
    color: #888888; }
    .copyright-area.white-bg .footer-menu a:hover {
      color: #df1616; }

.copyright-text {
  margin-bottom: 30px; }

.footer-menu {
  margin-bottom: 20px; }
  .footer-menu ul li {
    display: inline-block;
    padding-right: 15px; }
    .footer-menu ul li:last-child {
      padding-right: 0; }
    .footer-menu ul li a {
      color: #fff; }
      .footer-menu ul li a:hover {
        color: #1ec2c4; }

.footer-newsletter-widget .email-input-field {
  height: 50px;
  background: #2f2f2f;
  border: 0;
  margin-bottom: 20px;
  padding-left: 20px; }

.footer-newsletter-widget .mc4wp-form button {
  border: 0 !important; }

.footer-two {
  background: url("../images/feminine/6.jpg");
  position: relative;
  background-size: cover;
  background-position: center center; }
  .footer-two:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.9); }
  .footer-two .copyright-area {
    border-color: rgba(255, 255, 255, 0.5); }

.main-footer.ash-white-bg .footer-widget .widget-title {
  color: #1e1e27; }

.main-footer.ash-white-bg .social-icons li a {
  background: transparent;
  color: #888888; }
  .main-footer.ash-white-bg .social-icons li a:hover {
    color: #df1616; }

.main-footer.ash-white-bg .footer-widget.widget_nav_menu li a:hover,
.main-footer.ash-white-bg .usefull-link li a:hover {
  color: #df1616; }

.main-footer.ash-white-bg .footer-newsletter-widget .email-input-field {
  background: #fff;
  border: 0;
  border-radius: 3px; }

/* -----------------------------------
**   End Footer
-------------------------------------*/
/* -----------------------------------
**  Banner
-------------------------------------*/
.banner-area {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 160px;
  padding-bottom: 200px; }
  .banner-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.1); }

.banner-title {
  color: #fff;
  font-size: 49px; }
  .banner-title.style2 {
    font-size: 100px;
    text-transform: uppercase;
    line-height: 90px;
    letter-spacing: 28px;
    color: #fff;
    margin-bottom: 35px;
    font-family: "Playfair Display", serif; }

.banner-sub-title {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 400; }

.bread-cumb {
  padding: 18px 0; }
  .bread-cumb li {
    display: inline-block; }
    .bread-cumb li:before {
      content: "\f105";
      font-family: 'FontAwesome';
      color: #1ec2c4;
      padding: 0 8px; }
    .bread-cumb li:first-child:before {
      display: none; }

.about-us-banner {
  background-image: url("../img/banner.jpg"); }

/* -----------------------------------
** Pagination
-------------------------------------*/
.pagination ul li {
  display: inline-block;
  margin-right: 15px; }
  .pagination ul li a:not(.base-color) {
    color: #484848; }
  .pagination ul li a.prev,
  .pagination ul li a.next {
    display: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    background: #df1616; }
  .pagination ul li .current {
    color: #df1616; }

/* -----------------------------------
** End Pagination
-------------------------------------*/
/* -----------------------------------
** Blog Details
-------------------------------------*/
.blog-details-img {
  position: relative; }
  .blog-details-img .blog-post__date {
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 9; }
    .blog-details-img .blog-post__date.no-img {
      top: -50px;
      left: 0; }

.gallery.blog-details-img .blog-post__date.no-img {
  top: 20px;
  left: 20px; }

.blog-detail-title {
  color: #484848;
  margin-bottom: 30px; }

.tag-list a,
.tagcloud a {
  display: inline-block;
  margin-right: 5px;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  padding: 2px 13px;
  margin-bottom: 3px;
  font-size: 13px !important; }
  .tag-list a:hover,
  .tagcloud a:hover {
    color: #fff;
    background: #1ec2c4;
    border-color: #1ec2c4; }

.social-icons-share {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .social-icons-share .share-title {
    padding-right: 12px;
    color: #484848; }

.color-social-icons .social-icon {
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 27px;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  margin-left: 3px;
  margin-bottom: 2px;
  margin-top: 2px; }

.color-social-icons .facebook-icon {
  background: #435ab9; }

.color-social-icons .twitter-icon {
  background: #58cbfb; }

.color-social-icons .gplus-icon {
  background: #d34836; }

.color-social-icons .reddit-icon {
  background: #FF5700; }

.color-social-icons .pinterest-icon {
  background: #C92228; }

ul.comment-list {
  list-style: none; }
  ul.comment-list ul.children {
    list-style: none;
    margin-left: 40px; }

a#cancel-comment-reply-link {
  color: #1ec2c4;
  font-size: 14px;
  float: right;
  margin-top: 30px; }

.author-info {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding: 18px 0; }
  .author-info:after {
    clear: both; }
  .author-info__photo {
    width: 110px;
    float: left; }
  .author-info__text-content {
    margin-left: 134px; }
  .author-info__name {
    display: inline-block;
    padding-right: 10px;
    color: #484848;
    margin-bottom: 8px; }
  .author-info__designation, .author-info__date {
    color: #bababa;
    font-size: 13px; }
  .author-info__text-content {
    padding-top: 9px; }
    .author-info__text-content p:last-child {
      margin-bottom: 0;
      min-height: 72px; }
    .author-info__text-content.ml0 {
      margin-left: 0 !important; }

.replay-comment {
  padding-left: 40px; }

.author-info-border {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 17px 18px; }

.comment-title {
  margin-bottom: 40px; }

.input-form .name-email-website {
  display: flex;
  width: 100%; }
  .input-form .name-email-website input {
    margin-right: 20px;
    margin-bottom: 20px; }
    .input-form .name-email-website input:last-child {
      margin-right: 0; }

.input-form .commtent-text-input {
  min-height: 195px;
  margin-bottom: 30px; }

.widget {
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.08);
  margin-bottom: 45px; }
  .widget ul li {
    margin-bottom: 10px; }
    .widget ul li .post-number,
    .widget ul li a {
      color: #484848; }
      .widget ul li .post-number:hover,
      .widget ul li a:hover {
        color: #df1616; }
      .widget ul li .post-number i,
      .widget ul li a i {
        padding-top: 7px; }
    .widget ul li .post-number.hover {
      color: #df1616; }

.widget-search {
  position: relative;
  box-shadow: none; }
  .widget-search__text-field {
    border-radius: 30px !important;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.08) !important;
    border: 0 !important;
    padding-left: 25px !important; }
  .widget-search__submit {
    position: absolute;
    background: transparent;
    border: 0;
    top: 12px;
    right: 15px; }

.widget__title {
  margin-bottom: 20px; }

.widget:not(.widget-search) {
  padding: 45px 35px 35px 45px; }

.tagcloud a,
.widget-tags a {
  margin-bottom: 10px;
  margin-right: 7px; }

.widget-address {
  color: #484848; }

.vendor iframe {
  border: 0; }

.scp-play-katuhu {
  display: none; }

#scp iframe {
  border: 0;
  height: 400px;
  width: 100%; }

.blog-detail > .image img {
  width: 100%; }

.blog-qoute-post {
  position: relative; }

.blog-qoute-post .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 0; }

.blog-qoute-post .qoute {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  cursor: pointer;
  text-align: center; }

.blog-qoute-post .qoute blockquote {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 0;
  border: 0;
  font-size: 22px;
  line-height: 33px;
  font-style: italic; }

.blog-qoute-post .qoute i {
  font-size: 30px; }

.blog-gallery-post {
  min-height: 35px; }

.blog-gallery-post.owl-carousel .owl-dot,
.blog-gallery-post.owl-carousel .owl-nav .owl-next,
.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 500px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #df1616; }

.blog-gallery-post.owl-carousel .owl-nav {
  width: 100%;
  opacity: 0;
  transition: .3s;
  top: 50%; }

.blog-gallery-post.owl-carousel:hover .owl-nav {
  opacity: 1; }

.blog-gallery-post.owl-carousel .owl-nav .owl-next {
  right: 10px; }

.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
  left: 10px; }

/* -----------------------------------
** Pop up Video
-------------------------------------*/
.video-popup-section {
  position: relative;
  background-size: cover !important;
  background-position: center center !important; }
  .video-popup-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5); }

.video-popup-text {
  padding-top: 90px;
  padding-bottom: 72px; }
  .video-popup-text .video-icon {
    width: 85px;
    height: 85px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 40px;
    line-height: 80px;
    padding-left: 10px;
    margin-bottom: 12px; }
  .video-popup-text h2 {
    color: #fff;
    font-weight: 100; }

/* -----------------------------------
** End Pop up Video
-------------------------------------*/
/* -----------------------------------
**  Preloader
-------------------------------------*/
.preloader {
  background: #1ec2c4;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0; }

.preloader .ball-scale-multiple {
  position: relative;
  top: 50%;
  left: 50%; }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px); }

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear; }

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite; }

/ 

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

input.wpcf7-form-control {
  padding-left: 20px !important; }

.name-email-website > span {
  display: inline-block;
  width: 32%;
  margin-right: 2%; }
  .name-email-website > span input {
    border-radius: 0; }

.name-email-website {
  margin-bottom: 20px; }

.name-email-website > span.url {
  margin-right: 0; }

.wpcf7-form .wpcf7-submit { 
  background-color: #000 !important;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  transition:.4s;
  text-transform: uppercase;
  letter-spacing: 2px;  
  color: #fff;
  border: 0;
  padding: 15px;
  font-size: 12px;
  margin-top: 20px; }
  .wpcf7-form .wpcf7-submit:hover {
    box-shadow: none; 
    background-color: #1fbcbc !important;
  }

/* -----------------------------------
** Header
-------------------------------------*/
.absolute-header {
  position: absolute;
  width: 100%;
  padding: 3% 3% 0 3%;
  z-index: 2; }

.home-two-header,
.absolute-header {
  display: flex;
  justify-content: space-between; }

.home-two-header {
  padding: 15px 3% 15px 3%;
  align-items: center; }

.home-three-header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 70px; }
  @media (max-width: 767px) {
    .home-three-header {
      padding: 10px 15px; } }

.home-four-header {
  display: flex;
  align-items: center;
  padding: 10px 70px; }
  @media (max-width: 767px) {
    .home-four-header {
      padding: 10px 15px; } }
  .home-four-header .logo {
    margin-right: auto; }

.home-four-header, .home-ten-header {
  display: flex;
  align-items: center;
  padding: 10px 70px; }
  @media (max-width: 767px) {
    .home-four-header, .home-ten-header {
      padding: 10px 15px; } }
  .home-four-header .logo, .home-ten-header .logo {
    margin-right: auto; }

.home-six-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 50px 3%; }
  @media (max-width: 767px) {
    .home-six-header {
      padding: 10px 15px;
      display: flex !important; } }

.mobile-background-nav {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  transition: .6s;
  z-index: 999;
  height: 100vh; }
  @media (max-width: 767px) {
    .mobile-background-nav {
      width: 300px;
      right: -300px; } }
  .mobile-background-nav .mobile-inner {
    position: relative;
    height: 100vh;
    padding: 80px 85px;
    overflow: auto; }
    @media (max-width: 767px) {
      .mobile-background-nav .mobile-inner {
        padding: 20px 20px; } }
  .mobile-background-nav .dropdown-social-menu {
    position: static;
    padding-top: 100px; }

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000000;
  opacity: .80;
  display: none; }

.mobile-background-nav .mobile-menu-close {
  text-align: right;
  display: block;
  color: #1e1e27; }

.mobile-background-nav .mobile-menu-close i {
  cursor: pointer;
  padding: 5px;
  font-size: 22px; }
  @media (max-width: 767px) {
    .mobile-background-nav .mobile-menu-close i {
      font-size: 16px; } }

.mobile-background-nav ul {
  list-style: none;
  padding: 0; }

.mobile-background-nav ul .dropdown {
  overflow: hidden;
  display: none;
  padding: 20px 7px; }
  @media (max-width: 767px) {
    .mobile-background-nav ul .dropdown {
      padding: 10px 7px; } }

.mobile-background-nav .mobile-inner > .menu-accordion > li > a {
  width: 100%;
  display: block;
  color: #1e1e27;
  font-size: 55px;
  line-height: 64px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  padding: 0;
  transition: .3s; }
  @media (max-width: 767px) {
    .mobile-background-nav .mobile-inner > .menu-accordion > li > a {
      font-size: 20px;
      line-height: 26px; } }

.mobile-background-nav ul .dropdown > li {
  margin-bottom: 5px; }
  .mobile-background-nav ul .dropdown > li:last-child {
    margin-bottom: 0; }

.mobile-background-nav.in {
  right: 0; }

.dropdown-social-menu {
  position: fixed; }

.mobile-background-nav ul.dropdown {
  margin-left: 0; }
  .mobile-background-nav ul.dropdown > li {
    padding-left: 0; }

.mobile-background-nav ul li {
  border: 0; }
  .mobile-background-nav ul li a {
    text-transform: capitalize;
    padding: 0;
    color: inherit; }

#easy-menu > ul {
  float: right; }

#easy-menu > ul > li {
  margin: 0 8px;
  position: relative; }
  #easy-menu > ul > li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1ec2c4;
    content: '';
    width: 0;
    height: 4px;
    transition: .3s;
    display: none; }
  #easy-menu > ul > li:hover:before {
    width: 100%; }

#easy-menu > ul > li:hover > a {
  color: #df1616; }

#easy-menu > ul > li > a {
  font-weight: 400;
  padding: 17px 5px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000; }

#easy-menu,
#easy-menu ul,
#easy-menu ul li,
#easy-menu ul li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box; }

#easy-menu > ul > li {
  float: left; }

#easy-menu ul ul {
  position: absolute;
  left: -9999px;
  background: #fff;
  z-index: 6;
  padding: 15px 26px 15px 26px;
  margin-top: 10px;
  transition-property: margin-top;
  transition-duration: .2s;
  transition-timing-function: ease-in-out; }

#easy-menu ul ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07); }

#easy-menu ul ul li {
  padding: 12px 0; }

#easy-menu ul ul li a {
  position: relative; }
  #easy-menu ul ul li a:hover {
    color: #df1616; }

#easy-menu ul ul li {
  transition: all .25s ease; }

#easy-menu li:hover > ul {
  left: auto;
  margin-top: 0; }

#easy-menu ul ul ul {
  margin-left: 100%;
  transition: .3s; }

#easy-menu ul ul li:last-child {
  border-bottom: 0; }

#easy-menu ul ul li a {
  width: 150px; }

#easy-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0; }

@media (max-width: 991px) {
  nav {
    width: 100%; }
  #easy-menu .button {
    display: block;
    margin-top: -6px; }
  #easy-menu {
    width: 100%; }
  #easy-menu ul {
    width: 100%;
    display: none; }
  #easy-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(164, 181, 224, 0.17); }
  #easy-menu ul ul li,
  #easy-menu li:hover > ul > li {
    height: auto; }
  #easy-menu ul li a,
  #easy-menu ul ul li a {
    width: 100%;
    border-bottom: 0; }
  #easy-menu > ul > li {
    float: none; }
  #easy-menu ul ul li a {
    padding-left: 25px; }
  #easy-menu ul ul ul li a {
    padding-left: 35px; }
  #easy-menu ul ul,
  #easy-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left; }
  #easy-menu > ul > li.has-sub > a:after,
  #easy-menu > ul > li.has-sub > a:before,
  #easy-menu ul ul > li.has-sub > a:after,
  #easy-menu ul ul > li.has-sub > a:before {
    display: none; }
  #easy-menu .button {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 22px;
    cursor: pointer;
    z-index: 12399994;
    transition: 0s; }
  #easy-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(164, 181, 224, 0.17);
    height: 46px;
    width: 46px;
    cursor: pointer; }
  .menu-area .menu-list > li a {
    padding: 16px 0; }
  #easy-menu ul ul {
    border: 0;
    padding: 0; }
  #easy-menu ul ul li:first-child {
    border: 0; }
  #easy-menu ul ul .submenu-button {
    height: 46px;
    width: 46px; }
  #easy-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #828282;
    content: ''; }
  #easy-menu ul ul .submenu-button:after {
    top: 22px;
    right: 13px; }
  #easy-menu .submenu-button.submenu-opened:after {
    background: #828282; }
  #easy-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #828282;
    content: ''; }
  #easy-menu ul ul .submenu-button:before {
    top: 19px;
    right: 16px; }
  #easy-menu .submenu-button.submenu-opened:before {
    display: none; }
  #easy-menu ul ul ul li.active a {
    border-left: none; }
  #easy-menu > ul > li.has-sub > ul > li.active > a,
  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none; }
  #easy-menu > ul > li.has-sub li.has-sub {
    padding-bottom: 0; }
  #easy-menu > ul > li.has-sub li.has-sub > a {
    padding-bottom: 15px; } }

.main-menu-fix {
  position: fixed !important;
  left: 0;
  background: #fff;
  top: 0;
  z-index: 9999 !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  width: 100%; }
  .main-menu-fix #easy-menu > ul > li > a {
    padding: 30px 5px; }
  .main-menu-fix .menu-logo {
    height: 75px; }

.search-box {
  padding-left: 16px; }
  .search-box a {
    color: #000000; }

.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 111;
  -webkit-animation: searchZoomIn .4s;
  animation: searchZoomIn .4s;
  display: none; }

.top-search-input-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #fff; }

.top-search-input-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff; }

.top-search-input-wrap :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #fff; }

.top-search-input-wrap :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff; }

.top-search-input-wrap.show {
  display: block; }

.top-search-input-wrap .top-search-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.top-search-input-wrap .search-wrap .search.educon-top-search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after {
  content: "\f002";
  font-size: 17px;
  color: #1490d7;
  font-family: fontawesome;
  position: absolute;
  right: 27px;
  pointer-events: none;
  line-height: 60px;
  cursor: pointer; }

.top-search-input-wrap .search-wrap .search.educon-top-search input {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  border-width: 0;
  height: 60px;
  box-shadow: none;
  padding: 10px 34px;
  width: 100%;
  color: #fff;
  font-size: 13px; }

.top-search-input-wrap .close-icon {
  font-size: 19px;
  color: #ffffff;
  top: 20px;
  right: 20px;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  font-weight: 200;
  font-family: lato; }

@-webkit-keyframes searchZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5); }
  50% {
    opacity: 1; } }

@keyframes searchZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5); }
  50% {
    opacity: 1; } }

/* -----------------------------------
**  Preloader
-------------------------------------*/
.preloader {
  background: #1ec2c4;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0; }

.preloader .ball-scale-multiple {
  position: relative;
  top: 50%;
  left: 50%; }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px); }

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear; }

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite; }

/* -------------------------------------------
   15. Loading Screen
----------------------------------------------*/
.loading-overlay {
    background: #FFF;
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111111;
}

.loader { 
  margin: 20% auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(194, 193, 193, 0.5);
  border-right: 1.1em solid rgba(199, 197, 197, 0.5);
  border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
  border-left: 1em solid #df1616;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }
  /*
.Loading-Page{
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}*/

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* -----------------------------------
** End Header
-------------------------------------*/
.home-five-main-content {
  overflow: hidden;
  width: 100%; }
  .home-five-main-content .mobile-background-nav .mobile-inner {
    height: calc(100% - 170px); }
  .home-five-main-content .mobile-background-nav {
    position: static;
    width: 280px;
    padding: 40px; }
    .home-five-main-content .mobile-background-nav .mobile-inner {
      padding: 0; }
    .home-five-main-content .mobile-background-nav ul.dropdown {
      padding: 20px 2px 7px 7px; }
  .home-five-main-content .left-menu {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2; }
    .home-five-main-content .left-menu .mobile-background-nav .dropdown-social-menu {
      position: fixed;
      bottom: 40px;
      padding-top: 0; }
  .home-five-main-content .blog-detail-wrapper {
    padding-right: 30px; }
  .home-five-main-content .right-portfolio {
    width: 100%;
    padding-left: 280px; }
    @media (max-width: 767px) {
      .home-five-main-content .right-portfolio {
        width: 100%; } }
  .home-five-main-content .mobile-background-nav .mobile-inner > .menu-accordion > li {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
    margin-bottom: 8px; }
    .home-five-main-content .mobile-background-nav .mobile-inner > .menu-accordion > li ul.dropdown li {
      border: 0; }
  .home-five-main-content .mobile-background-nav .mobile-inner > .menu-accordion > li > a {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1e1e27;
    font-family: "Open Sans", sans-serif;
    position: relative; }
  .home-five-main-content .mobile-background-nav .mobile-inner > .menu-accordion li > a.has-submenu:after {
    content: "\f107";
    font-family: 'FontAwesome';
    float: right; }
  .home-five-main-content .mobile-background-nav .mobile-inner > .menu-accordion > li > a i {
    padding-top: 6px; }
  .home-three-header .list-inline li a,
  .home-five-main-content .mobile-background-nav ul li a {
    color: #1e1e27;
    padding: 0;
    text-transform: capitalize; }
  .home-three-header .list-inline li a:hover{
    color: #df1616;
  }
  .home-five-main-content .main-content,
  .home-five-main-content section.page {
    margin-left: 280px; }
  .home-five-main-content section .main-content.fodeblog {
    margin: 0 !important;
    padding: 0 !important; }

@media (max-width: 991px) {
  .post-template .home-five-main-content > section {
    padding-left: 3%; }
  .page-template .home-five-main-content > section {
    padding-left: 0; } }

.fodehepanel.mobile-background-nav .mobile-inner > .menu-accordion > li {
  border: 0 !important; }
  .fodehepanel.mobile-background-nav .mobile-inner > .menu-accordion > li a {
    text-transform: capitalize;
    padding: 0; }
  .fodehepanel.mobile-background-nav .mobile-inner > .menu-accordion > li ul.dropdown {
    margin-left: 0; }
    .fodehepanel.mobile-background-nav .mobile-inner > .menu-accordion > li ul.dropdown li {
      padding-left: 0;
      border: 0; }
      .fodehepanel.mobile-background-nav .mobile-inner > .menu-accordion > li ul.dropdown li a {
        color: #888888; }

.fodehepanel.mobile-background-nav .mobile-inner .mobile-menu-close i {
  font-size: 22px; }

.fodehepanel.mobile-background-nav .mobile-inner .dropdown-social-menu li a {
  color: #000;
  padding: 0; }

.fodehepanel.mobile-background-nav .mobile-inner .dropdown-social-menu li a:hover {
  color: #df1616;
 }

/* -----------------------------------
** Header
-------------------------------------*/
.main-footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .main-footer {
      display: block;
      text-align: center; } }

.main-footer:not(.home-four-footer) .list-inline {
  text-align: right;
  min-width: 130px; }
  @media (max-width: 480px) {
    .main-footer:not(.home-four-footer) .list-inline {
      min-width: auto;
      text-align: center; } }


@media (max-width: 480px) {
  .footer-logo img {
    max-width: 55px;
    margin: 15px;
    display: inline-block; } }

.home-four-footer {
  padding: 0 55px; }
  @media (max-width: 767px) {
    .home-four-footer {
      padding: 0; } }

.home-ten-footer {
  padding: 0 70px; }
  @media (max-width: 767px) {
    .home-ten-footer {
      padding: 0 15px; } }

.home-nine-footer {
  position: fixed;
  bottom: 20px;
  left: 60px;
  width: calc(100% - 120px); }
  @media (max-width: 1199px) {
    .home-nine-footer {
      position: static;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }
  .home-nine-footer .copyright-text {
    color: #fff; }
  .home-nine-footer a {
    color: #fff; }

/* -----------------------------------
** End Header
-------------------------------------*/
/* -----------------------------------
** Slider
-------------------------------------*/
.home-one-slider .carousel-indicators {
  left: auto;
  right: 53px;
  width: 20px;
  top: 45%; }
  @media (max-width: 767px) {
    .home-one-slider .carousel-indicators {
      right: 10px; } }
  .home-one-slider .carousel-indicators li {
    border: 2px solid #fff;
    width: 12px;
    height: 12px; }

.home-one-slider .carousel-inner > .item > a > img, .home-one-slider .carousel-inner > .item > img {
  height: 100vh;
  object-fit: cover;
  width: 100%; }

.home-one-slider .carousel-caption {
  bottom: 50%;
  transform: translateY(50%);
  text-shadow: none; }

.slider-post__title {
  text-transform: uppercase;
  font-size: 125px;
  color: #fff;
  letter-spacing: 38px;
  margin:0 !important; }
  .slider-post__title a {
    color: inherit; }
    .slider-post__title a:hover {
      color: inherit !important; }
  @media (max-width: 991px) {
    .slider-post__title {
      font-size: 50px;
      letter-spacing: 28px; } }
  @media (max-width: 767px) {
    .slider-post__title {
      font-size: 40px;
      letter-spacing: 18px; } }
.home-three-slider .slider-post__title{
  margin:0;
}
.slider-post__category {
  color: #fff;
  font-size: 17px;
  display: block;
  padding-top: 45px;
  text-transform: uppercase;
  letter-spacing: 10px; }
  @media (max-width: 991px) {
    .slider-post__category {
      padding-top: 0;
      font-size: 14px;
      letter-spacing: 5px; } }

/*** Home Three slider-post ****/
.home-three-slider {
  margin-left: 70px;
  margin-right: 70px; }
  @media (max-width: 767px) {
    .home-three-slider {
      margin-left: 15px;
      margin-right: 15px; } }
  .home-three-slider .carousel-inner img {
    height: calc(100vh - 140px);
    object-fit: cover;
    width: 100%; }
  .home-three-slider .carousel-control {
    width: 100px;
    height: 30px;
    top: auto;
    background: transparent;
    bottom: -50px;
    color: #888888;
    opacity: 1;
    font-size: 14px;
    text-shadow: none;
    letter-spacing: 6px; }
    @media (max-width: 767px) {
      .home-three-slider .carousel-control {
        letter-spacing: 0; } }
    .home-three-slider .carousel-control span {
      color: #1e1e27;
      font-size: 17px; }
    .home-three-slider .carousel-control.left {
      text-align: left; }
      .home-three-slider .carousel-control.left span {
        padding-right: 8px; }
    .home-three-slider .carousel-control.right {
      text-align: right; }
      .home-three-slider .carousel-control.right span {
        padding-left: 8px; }
  .home-three-slider .carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    text-shadow: none; }

.home-four-slider {
  padding-left: 70px;
  padding-right: 70px; }
  @media (max-width: 767px) {
    .home-four-slider {
      padding: 0 15px; } }

/** Home Four Slider **/
.flex-container {
  position: static;
  height: calc(100vh - 140px);
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column; } }

.flex-slide {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative; }
  .flex-slide__text-content {
    position: absolute;
    bottom: 35px;
    left: 45px; }
  .flex-slide__title {
    color: #fff; }
  .flex-slide__category {
    color: #fff; }

  .home-four-slider .flex-slide__title {
    font-family: "Playfair Display", serif !important;
  }
  .home-four-slider .flex-slide__category {
    text-transform: uppercase;
  }
@media screen and (max-width: 768px) {
  .flex-slide {
    overflow: auto;
    overflow-x: hidden; } }

.flex-slide:hover {
  -webkit-flex-grow: 2;
  flex-grow: 2; }

.flex-slide {
  height: calc(100vh - 140px);
  background-size: cover !important;
  background-attachment: fixed !important; }

/* -----------------------------------
** End Slider
-------------------------------------*/
/* -----------------------------------
** Portfolio
-------------------------------------*/
.filter-options__item {
  text-transform: uppercase;
  padding: 3px 7px;
  position: relative;
  letter-spacing: 4px; 
  font-size: 13px;
}
  .filter-options__item.active {
    color: #000000; }
    .filter-options__item.active:before {
      position: absolute;
      left: 48%;
      top: -10px;
      width: 5px;
      height: 5px;
      background: #df1616;
      border-radius: 50%;
      content: ''; }

.mix {
  display: none; }

.fashion .portfolio-item__overlay {
  background: #1ec2c4; }

.nogap {
  padding: 0 !important; }
  .nogap .portfolio-item {
    margin-bottom: 0 !important; }

.portfolio-item {
  position: relative;
  text-align: center;
  display: block; }
  .portfolio-item__overlay {
    background: #df1616;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s; }
  .portfolio-item__text-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(5%);
    -webkit-transition: .6s;
    transition: .6s; }
  .portfolio-item__title {
    padding-top: calc(50% - 20px);
    color: #fff;
    margin-bottom: 0px !important; }
  .portfolio-item__category {
    color: #fff;
    letter-spacing: 2px; 
    text-transform: uppercase;
    font-size: 12px;
  }
  .portfolio-item__photo {
    width: 100%; }
  .portfolio-item:hover .portfolio-item__text-content {
    opacity: 1;
    transform: translateY(-8%); }
  .portfolio-item:hover .portfolio-item__overlay {
    opacity: .92; }
  @media (max-width: 767px) {
    .portfolio-item__photo {
      width: 100%; } }

.grid-20 .grid-item {
  width: 20%; }
  @media (max-width: 991px) {
    .grid-20 .grid-item {
      width: 25%; } }
  @media (max-width: 767px) {
    .grid-20 .grid-item {
      width: 50%; } }
  @media (max-width: 480px) {
    .grid-20 .grid-item {
      width: 100%; } }

.grid-33 .grid-item {
  width: 33.33%; }
  @media (max-width: 767px) {
    .grid-33 .grid-item {
      width: 50%; } }
  @media (max-width: 480px) {
    .grid-33 .grid-item {
      width: 100%; } }

.grid-25 .grid-item {
  width: 25%; }
  @media (max-width: 767px) {
    .grid-25 .grid-item {
      width: 50%; } }
  @media (max-width: 480px) {
    .grid-25 .grid-item {
      width: 100%; } }

.grid-50 .grid-item {
  width: 50%; }
  @media (max-width: 480px) {
    .grid-50 .grid-item {
      width: 100%; } }

.isotope-grid .portfolio-item {
  margin-top: -3px; }
  .isotope-grid .portfolio-item__overlay {
    background: #fff; }
  .isotope-grid .portfolio-item__title {
    color: #000000; }
  .isotope-grid .portfolio-item__category {
    color: #888888; }

.grid-25 .grid-item {
  width: 25%; }
  @media (max-width: 767px) {
    .grid-25 .grid-item {
      width: 50%; } }
  @media (max-width: 480px) {
    .grid-25 .grid-item {
      width: 100%; } }

.grid-25 .grid-item-width2 {
  width: 50%; }
  @media (max-width: 480px) {
    .grid-25 .grid-item-width2 {
      width: 100%; } }

/* -----------------------------------
** End Portfolio
-------------------------------------*/
.home-five-main-content {
  display: flex;
  overflow: hidden;
  width: 100%; }
  .home-five-main-content .mobile-background-nav .mobile-inner {
    height: calc(100% - 170px); }
  .home-five-main-content .mobile-background-nav {
    position: static;
    width: 280px;
    padding: 40px; }
    .home-five-main-content .mobile-background-nav .mobile-inner {
      padding: 0; }
  .home-five-main-content .left-menu {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0; }
    .home-five-main-content .left-menu .mobile-background-nav .dropdown-social-menu {
      position: fixed;
      bottom: 40px;
      padding-top: 0; }
  .home-five-main-content .blog-detail-wrapper {
    padding-right: 30px; }
  .home-five-main-content .right-portfolio {
    width: 100%;
    padding-left: 280px; }
    @media (max-width: 767px) {
      .home-five-main-content .right-portfolio {
        width: 100%; } }
  .home-five-main-content .mobile-background-nav .mobile-inner > .menu-accordion > li {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
    margin-bottom: 8px; }
  .home-five-main-content .mobile-background-nav .mobile-inner > .menu-accordion > li > a {
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1e1e27;
    font-family: "Open Sans", sans-serif;
    position: relative; } 
  .home-five-main-content .mobile-background-nav .mobile-inner > .menu-accordion > li > a i {
    padding-top: 6px; }

.mfp-wrap:before {
  content: "\e901";
  font-family: 'icomoon' !important;
  font-size: 18px;
  color: #fff;
  position: fixed;
  top: 50px;
  right: 50px; }

.mfp-close {
  opacity: 0;
  display: none !important; }

.mfp-arrow:before {
  border: 0;
  font-size: 40px;
  font-family: 'FontAwesome';
  opacity: 1;
  color: #fff; }

.mfp-arrow-left:before {
  content: "\f104"; }

.mfp-arrow-right:before {
  content: "\f105"; }

.mfp-arrow:after {
  display: none; }

.mfp-close {
  opacity: 1;
  font-size: 40px;
  top: -7px; }

.home-six-intro {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #000000;
  font-size: 50px;
  line-height: 60px; }
  @media (max-width: 480px) {
    .home-six-intro {
      font-size: 30px;
      line-height: 37px;
      padding-top: 30px; } }
  .home-six-intro > span {
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 8px; }

.portfolio-detail {
  display: table;
  width: 100%; }
  @media (max-width: 1199px) {
    .portfolio-detail {
      display: block; } }
  .portfolio-detail__image-wrap, .portfolio-detail__text-content {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: calc(100vh - 140px); }
    @media (max-width: 1199px) {
      .portfolio-detail__image-wrap, .portfolio-detail__text-content {
        display: block;
        height: auto;
        width: 100%; } }
  .portfolio-detail__text-content {
    padding-left: 40px;
    background: #f4f4f4;
    padding-right: 20px; }
    @media (max-width: 1199px) {
      .portfolio-detail__text-content {
        padding: 50px 20px; } }
  .portfolio-detail__photo {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .portfolio-detail__title {
    margin-bottom: 30px; }
  .portfolio-detail__info ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none; }
    .portfolio-detail__info ul li {
      border-bottom: 1px solid #e3e3e3;
      padding: 6px 0; }
      .portfolio-detail__info ul li:first-child {
        border-top: 1px solid #e3e3e3; }
      .portfolio-detail__info ul li .left-side {
        display: inline-block;
        min-width: 150px;
        letter-spacing: 2px;
        color: #000000;
        text-transform: uppercase; 
        font-weight: 400;
        font-size: 13px;
      }

.portfolio-detail__text-content .btn {
  font-weight: 400;
  background: #000000;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0; }

.onepage-pagination {
  display: none; }

.one-page-wrapper {
  height: calc(100vh - 140px);
  margin: 0 auto;
  overflow: hidden;
  padding: 0 3% 0 3%;
  position: relative; }
  @media (max-width: 767px) {
    .one-page-wrapper {
      padding: 10px 15px; } }
  @media (max-width: 1199px) {
    .one-page-wrapper {
      overflow: auto;
      height: auto; } }

@media (max-width: 1199px) {
  .disabled-onepage-scroll {
    height: 100% !important; } }

.home-nine-body {
  background-image: url("../images/home9/1.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.home-nine-main-content {
  display: flex;
  align-items: center;
  height: 100vh; }
  @media (max-width: 1199px) {
    .home-nine-main-content {
      height: auto;
      display: block;
      padding-top: 140px;
      padding-bottom: 100px; } }

.home-nine-post-item h2 {
  color: #fff; }

.home-nine-post-item {
  padding: 15px 0; }
  .home-nine-post-item h2 {
    margin: 0; }
    @media (max-width: 480px) {
      .home-nine-post-item h2 {
        font-size: 35px;
        line-height: 40px; } }
  .home-nine-post-item a span {
    transition: .3s; }
  .home-nine-post-item a:hover {
    background-size: cover;
    background-position: center center;
    transition: .3s;
    color: #fff; }
    .home-nine-post-item a:hover span {
      opacity: 0; }
  .home-nine-post-item.item1 a:hover {
    background-image: url("../images/home9/1.jpg"); }
  .home-nine-post-item.item2 a:hover {
    background-image: url("../images/home9/2.jpg"); }
  .home-nine-post-item.item3 a:hover {
    background-image: url("../images/home9/3.jpg"); }
  .home-nine-post-item.item4 a:hover {
    background-image: url("../images/home9/2.jpg"); }
  .home-nine-post-item.item5 a:hover {
    background-image: url("../images/home9/3.jpg"); }

.single-portfolio-banner {
  background-image: url("../images/single-portfolio/banner.jpg"); }
  @media (min-width: 1200px) {
    .single-portfolio-banner {
      height: 600px; } }

.single-port-detials .portfolio-detail__title {
  font-size: 64px; 
  text-transform: capitalize; }
  @media (max-width: 480px) {
    .single-port-detials .portfolio-detail__title {
      font-size: 35px;
      line-height: 40px; 
       } 
    }

.single-port-detials .portfolio-detail__info ul li {
  padding: 10px 0; }

/*

====== Zoom effect ======

*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all .5s ease 0s; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-wrap {
  width: 80%;
  height: 80%;
  right: 0;
  margin: auto;
  bottom: 0; }

/* -----------------------------------
** About
-------------------------------------*/
.progress-item {
  padding-top: 5px;
  padding-bottom: 16px; }
  .progress-item .progress-heading {
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
    letter-spacing: 2px;
    color: #000000; 
    font-size: 12px;
  }
  .progress-item .progress-bg {
    position: relative;
    height: 3px;
    background: #dddddd;
    width: calc(100% - 55px); }
    .progress-item .progress-bg .progress-rate {
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background: #df1616;
      transition: 2.5s; }
  .progress-item #progress-one {
    background: #3192ff; }
  .progress-item #progress-two {
    background: #1ec2c4; }
  .progress-item #progress-three {
    background: #df1616; }
  .progress-item #progress-four {
    background: #ffc400; }
  .progress-item .progress-bg-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }

.feature-item {
  margin-bottom: 30px; }
  .feature-item__icon {
    min-height: 60px;
    font-size: 60px;
    position: relative;
    z-index: 4;
    margin-bottom: 15px; }
    .feature-item__icon i {
      transition: .3s; }
  .feature-item p {
    margin-left: auto;
    margin-right: auto;
    max-width: 310px; }
  .feature-item:hover .feature-item__icon {
    color: #df1616; }
  .feature-item__title { 
    font-weight: 500;
    font-family: "Playfair Display", serif;
    color: #000; }

  .feature-item__title a{
    font-weight: 700;
  }
.our-team {
  margin-bottom: 30px; }
  .our-team__text-content {
    padding-top: 30px; }
  .our-team__member-name {
    margin-bottom: 0; }
  .our-team__member-designation {
    text-transform: uppercase;
    letter-spacing: 2px; 
    font-size: 12px;
  }
  @media (max-width: 767px) {
    .our-team img {
      width: 100%; } }

/* -----------------------------------
**  End About
-------------------------------------*/
.fodeblog {
  /* -----------------------------------
	** Blog
	-------------------------------------*/
  /* -----------------------------------
	** End Blog
	-------------------------------------*/
  /* -----------------------------------
	** Blog Details
	-------------------------------------*/
  /* -----------------------------------
	** End Blog Ddtails
	-------------------------------------*/ }
  .fodeblog .blog-banner {
    background-image: url("../images/blog/banner.jpg"); }
  .fodeblog .blog-post {
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    transition: .3s; }
    .fodeblog .blog-post:hover {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
    .search-no-results .blog-post:hover {
      box-shadow: none; }
    .fodeblog .blog-post__text-content {
      padding: 40px 50px; }
    .fodeblog .blog-post__date {
      text-transform: uppercase;
      letter-spacing: 2px;
      padding-right: 8px;
      padding-left: 0 !important; }
    .fodeblog .blog-post__category {
      text-transform: uppercase; 
      letter-spacing: 2px; }
    .blog-post__meta .blog-post__category { 
      display: none;
    }
    @media (max-width: 767px) {
      .fodeblog .blog-post__thumbnail {
        width: 100%; 
      }  

    } 
  .fodeblog .blog-detail-wrapper > .image img {
    width: 100%; }
  .fodeblog .widget {
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    box-shadow: none;
    padding: 40px 40px 40px 55px; }
    
  .fodeblog .widget_search { 
    padding: 2px 40px 2px 55px; }

    .fodeblog .widget--search {
      border: 0;
      padding: 0; }
      .fodeblog .widget--search--icon {
        position: absolute;
        right: 45px;
        top: 40%;
        color: #000000;
        font-size: 20px; }
    .fodeblog .widget__search-form {
      position: relative; }
      .fodeblog .widget__search-form input {
        height: 100px;
        padding-left: 55px;
        padding-right: 70px; }
    .fodeblog .widget__title {
      text-transform: capitalize; 
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 24px;
      color: #000; }
    .fodeblog .widget ul li {
      margin-bottom: 2px; }
      .fodeblog .widget ul li a {
        font-weight: 300;
        color: #888; }
  .fodeblog .widget .search-form .search-field {
    padding: 10px 0 !important;
    box-shadow: none !important; 
    color:#bababa;
    margin-top: 2px;
  }
    .fodeblog .widget .search-form .search-field::after {
      font-size: 17px;
      color: #000; }
  .fodeblog .blog-detail-banner {
    background-image: url("../images/blog/details-banner.jpg"); }
  .fodeblog .blog-details-img {
    position: relative; }
  .fodeblog .blog-detail-meta {
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 9; }
    .fodeblog .blog-detail-meta .blog-post__tag, .fodeblog .blog-detail-meta .blog-post__date {
      display: inline-block;
      margin-right: 5px;
      padding: 1px 10px;
      border-radius: 3px; }
      .fodeblog .blog-detail-meta .blog-post__tag:hover, .fodeblog .blog-detail-meta .blog-post__date:hover {
        color: #fff; }
.fodeblog .blog-detail-title {
    color: #000000;
    font-size: 64px;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
    line-height: 80px;
}
    @media (max-width: 767px) {
      .fodeblog .blog-detail-title {
        font-size: 34px;
        margin-bottom: 15px; } }
  .fodeblog .tag-list__title {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-right: 10px;
    color: #000000; 
    font-weight: 400;
  }
  .fodeblog .tag-list a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 0 5px !important;
    font-size: 16px !important;
    border: none; }
    .fodeblog .tag-list a:hover {
      background: transparent;
      color: #df1616 !important;
      border: none; }
  @media (max-width: 767px) {
    .fodeblog .tag-list {
      text-align: center; } }
  .fodeblog .social-icons-share {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .fodeblog .social-icons-share {
        justify-content: center; } }
    .fodeblog .social-icons-share .share-title {
      padding-right: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding-right: 10px;
    font-weight: 400;
      color: #000000; }
    .fodeblog .social-icons-share ul li {
      margin-left: 10px; }
  .fodeblog .color-social-icons .social-icon {
    height: 27px;
    width: 27px;
    text-align: center;
    line-height: 27px;
    color: #888;
    display: inline-block;
    border-radius: 3px;
    margin-left: 3px;
    margin-bottom: 2px;
    margin-top: 2px;
    background: transparent !important; }
  .fodeblog .author-info {
    position: relative;
    width: 100%;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #e3e3e3;
    padding: 40px 0; }
    .fodeblog .author-info:after {
      clear: both; }
    .fodeblog .author-info__photo {
      width: 110px;
      float: left; }
    .fodeblog .author-info__text-content {
      margin-left: 134px; }
    .fodeblog .author-info__name {
      padding-right: 10px;
      display: inline-block;
      text-transform: capitalize; 
      font-family: "Playfair Display", serif;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #000; }
    .fodeblog .author-info__designation, .fodeblog .author-info__date {
      color: #bababa;
      font-size: 13px; }
    .fodeblog .author-info__text-content p {
      margin-bottom: 11px;
      font-style: 14px; }
    .fodeblog .author-info:last-child {
      border-bottom: 1px solid #e3e3e3; }
    .fodeblog .author-info .reply-button {
      display: inline-block;
      color: #000;
      transition:.4s;
      border: 1px solid #e3e3e3;
      font-size: 10px;
      padding: 0 15px;
      text-transform: uppercase;
      letter-spacing: 2px;  
      font-weight: 700;
    }
      .fodeblog .author-info .reply-button:hover {
        color: #df1616;
        border-color: #df1616; }
  .fodeblog .replay-comment {
    padding-left: 40px; }
  .fodeblog .comment-title {
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    font-family: "Playfair Display", serif; }
  .fodeblog .input-form .name-email-website {
    display: flex;
    width: 100%; }
    .fodeblog .input-form .name-email-website input {
      margin-right: 20px;
      margin-bottom: 20px; }
      .fodeblog .input-form .name-email-website input:last-child {
        margin-right: 0; }
  .fodeblog .input-form .commtent-text-input {
    min-height: 195px;
    margin-bottom: 30px;
    padding-top: 15px; }
  .fodeblog .comment-list > .comment:first-child > .author-info {
    border-top: 1px solid #e3e3e3; }
  .fodeblog .comment-list .author-info__photo {
    width: 75px; }
  .fodeblog .comment-list .author-info {
    border-top: 0; }
    .fodeblog .comment-list .author-info__text-content {
      margin-left: 110px; }

.fodesingle .widget {
  border: 1px solid #e3e3e3;
  box-shadow: none; }

@media (max-width: 1199px) {
  #easy-menu > ul > li {
    padding: 0 11px; } }

@media (min-width: 1200px) {
  .pdl-35-large-dis {
    padding-left: 35px; }
  .pdr-35-large-dis {
    padding-right: 35px; } }

@media (max-width: 991px) {
  .row-eq-rs-height {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .about-me-section .about-me-text-content {
    padding-left: 15px; }
  .testimonial__desc {
    left: -65px;
    padding: 40px 18px 23px 15px;
    width: calc(100% + 69px);
    z-index: 2;
    font-size: 14px; }
  .testimonial__bottom {
    padding: 15px 5px 20px 17px; }
  .mobile-menu, .mobile-background-nav {
    display: block; }
  .mobile-menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    background: #fff;
    height: 70px;
    padding-top: 5px; }
  .desktop-menu {
    display: none; }
  .progress-item .progress-bg {
    width: calc(100% - 170px); }
  .progress-item .progress-rate-text {
    width: 50px; }
  .about-me-two-section .about-me-text-content {
    padding-left: 15px; }
  .testimonial-two {
    padding-top: 50px;
    padding-bottom: 40px; } }

@media (max-width: 782px) {
  body.logged-in {
    position: inherit !important; }
  .logged-in .mobile-menu, .logged-in .mobile-background-nav.in, .logged-in .menu-area {
    top: 46px !important;
    position: absolute !important; } }

@media (max-width: 777px) {
  .image-slide-layer {
    display: none !important; } }

@media (max-width: 767px) {
  .banner-title.style2{
    font-size: 50px;
    letter-spacing: 20px;
  }
  .about-me-section .left-side {
    display: none; }
  .our-expertise-section .right-side {
    display: none; }
  .our-expertise-section .left-side {
    display: block;
    width: 100%; }
  .text-xs-center {
    text-align: center; }
  .max-width-470, .max-width-620 {
    max-width: 100%; }
  .copyright-text, .footer-menu {
    text-align: center; }
  .blog-post {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .blog-post img {
      width: 100%; }
  .input-form .name-email-website {
    display: block; }
  .input-form .name-email-website input {
    margin-right: 0; }
  .about-me-two-section .left-side {
    display: none; }
  .about-me-two-section .about-me-text-content {
    width: 100%;
    display: block; }
  .twentytwenty-container img {
    width: 100%; }
  .be-profession {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .be-profession img {
      width: 100%; }
  .sign-up {
    display: block;
    width: 100%; }
    .sign-up__input-group {
      width: 100%; } }

@media (max-width: 480px) {
  .banner-title.style2{
    font-size: 40px;
    letter-spacing: 10px;
  }
  .section-heading h2 {
    font-size: 38px; }
  .slider-button .kal-button {
    min-width: 200px;
    border-width: 1px !important;
    padding: 5px 20px !important;
    font-size: 14px;
    margin-top: 20px; }
  .uranus.tparrows {
    display: none; }
  .open-to-solve-text {
    font-size: 40px;
    line-height: 45px;
    padding: 0; }
  .section-heading {
    padding-bottom: 30px; }
  .owl-carousel .owl-nav {
    top: -74px; }
  .testimonial {
    padding-top: 15px; }
  .progress-item .progress-bg {
    width: calc(100% - 50px); }
  .progress-item .progress-rate-text {
    width: 50px; }
  .banner-area {
    padding-top: 100px;
    padding-bottom: 100px; } }

/**
 *
 * Unit Test Styles
 *
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

section.widget td#prev a,
section.widget td#next a,
section.widget td#today {
  color: #df1616; }

section.widget .search-form label, section.widget .search-form .search-field {
  width: 100%;
  position: relative;
   }
  section.widget .search-form label:after, section.widget .search-form .search-field:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1; 
    color:#000;
  }
.widget_search .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bababa;
}
.widget_search .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #bababa;
}
.widget_search .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #bababa;
}
.widget_search .search-field:-moz-placeholder { /* Firefox 18- */
  color: #bababa;
}
.comment-respond .section-heading h2 {
    margin-top: 25px;
    color: #000;
}
section.widget .search-form .search-field {
  padding: 10px;
  background-image: none;
  z-index: 2; }

section.widget .search-form .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; 
  width: 100%;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #e9e9e9;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.3em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget > div > ul,
.widget > ul {
  margin-left: 0; }

.widget ul {
  list-style: none; }

.widget .search-form .search-field,
.widget select {
  max-width: 100%;
  width: 100%;
  height: 45px;
  background: transparent;
  border-radius: 30px !important;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.08) !important;
  border: 0 !important;
  padding-left: 20px !important;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.85em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  outline: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.comment-list .author-info__text-content > ul,
.comment-list .author-info__text-content > ol,
.blog-details-text > ol,
.blog-details-text > ul {
  margin-left: 25px; }

.blog-details-text .page-links .page-number {
  border: 1px solid #df1616;
  padding: 2px 5px;
  color: #df1616; }

.blog-details-text .page-links > .page-number {
  color: #fff;
  background: #df1616; }

.blog-details-text .nav-links .nav-previous, .blog-details-text .nav-links .nav-next {
  display: inline-block; }

.blog-details-text .nav-links .nav-next {
  float: right; }

.blog-details-text .comment-list .author-info__text-content table tr td:first-child a,
.blog-details-text th a {
  text-decoration: underline;
  color: #df1616;
  font-weight: bold; }
  .blog-details-text .comment-list .author-info__text-content table tr td:first-child a:hover,
  .blog-details-text th a:hover {
    text-decoration: none; }
.blog-details-text > .author-info .author-info__name{
  display: block;
} 
.search-no-results .noresult .search-form label{
  width: 100%;
  position: relative;
  max-width: 300px; 
  border-bottom: 1px solid #e3e3e3;
}
.search-no-results .noresult .search-form label:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 1;
  color: #000;
}
.search-no-results .noresult .search-form .search-field,
.search-no-results .noresult .search-form input[type="password"],
.post-password-form .search-field,
.post-password-form input[type="password"] {
  border: none;
}

.search-no-results .blog-post p {
  margin-bottom: inherit;
  margin-top: 15px;
}
.search-no-results .noresult .search-form .search-submit,
.search-no-results .noresult .search-form input[type="submit"],
.post-password-form .search-submit,
.post-password-form input[type="submit"] {
  display: none;
}

.me-cannotplay span {
  padding: 2px 15px !important; }

.comment-respond #commentform .form-group input[type="text"],
.comment-respond #commentform .form-group input[type="email"] {
  padding-left: 20px; }

.comment-respond #commentform input#submit {
  background: #df1616;
  border: 0;
  border-radius: 3px;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  box-shadow: none; }

.fodeblog .comment-respond #commentform input#submit {
  background: #000;
  border: 0;
  border-radius: 0;
  padding: 15px;
  color: #fff;
  font-size: 12px;
  box-shadow: none;
  width: 200px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition:.4s;
} 
.fodeblog .comment-respond #commentform input#submit:hover{ 
    background-color: #1fbcbc;
}
.pg-content .entry-header {
  margin-bottom: 1.5em; }
  .pg-content .entry-header h2 {
    line-height: 35px; }

.single .main-content,
.search .main-content,
.archive .main-content,
.blog .main-content {
  padding-top: 60px; }

section.page {
  padding: 60px 0; }
  section.page .pg-content .entryy-content .page-links {
    padding-top: 10px; }
    section.page .pg-content .entryy-content .page-links span:not(.page-links-title) {
      border: 1px solid #df1616;
      padding: 2px 5px;
      color: #df1616;
      margin: 2px; }
    section.page .pg-content .entryy-content .page-links > span:not(.page-links-title) {
      color: #fff;
      background: #df1616; }
  section.page .pg-content .entryy-content ol,
  section.page .pg-content .entryy-content ul {
    padding-left: 25px; }
  section.page .pg-content .entryy-content table tr td:first-child a {
    text-decoration: underline;
    color: #df1616;
    font-weight: bold; }
    section.page .pg-content .entryy-content table tr td:first-child a:hover {
      text-decoration: none; }

.logged-in .top-search-input-wrap .close-icon {
  top: 52px; }

.logged-in .mobile-menu,
.logged-in .mobile-background-nav.in,
.logged-in .menu-area {
  top: 32px; }

@media (max-width: 782px) { 
  .name-email-website span {
    width: 100%;
    margin-top: 20px;
  }
}
 

.portfolio-detail__text-content h2,
.portfolio-detail__text-content h3{
  font-family: "Playfair Display", serif;
  color: #000;
}
.mb0{
  margin-bottom: 0 !important;
}
.main-footer .list-inline li {
    padding-left: 7px;
    padding-right: 6px;
}
.col-md-2-half{
  width:20% !important;
}
article.blog-post.noresult {
    border: 0;
}
.widget_nav_menu ul.sub-menu {
    margin-left: 1.2em;
}
.blog-post__meta {
    font-size: 11px;
}
.blog-post__meta .entry-date{
  color: #bababa;
}
.fodeblog .btn2{
  margin-top: 20px;
  display: inline-block;
}

.fode-side-menu-icon {
    font-size: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.fode-side-menu-icon .fode-sm-line1,
.fode-side-menu-icon .fode-sm-line2,
.fode-side-menu-icon .fode-sm-line3{    
    width: 34px;
    height: 2px;
    background-color: #080808;
    margin-bottom: 5px;
    float: right;
    clear: both;
}
.fode-side-menu-icon .fode-sm-line3{  
    width: 17px;
}
.fode-side-menu-icon:hover .fode-sm-line1,
.fode-side-menu-icon:hover .fode-sm-line2,
.fode-side-menu-icon:hover .fode-sm-line3{     
  width: 34px;
  background-color: #df1616 !important; 
  -webkit-transition: width .2s ease-out;
  -moz-transition: width .2s ease-out;
  transition: width .2s ease-out;
} 
.error404 .page-title{
  font-size: 29px;
}
.error404 .page-content a{
    color: #df1616;
    font-weight: 300;
}
.widget-address h4{ 
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700 !important;
  text-transform: capitalize;
}
.widget-address p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 300;
  color: #888888;
  line-height: 26px;
}
.widget-address .social-icons li a:hover {
  background: transparent;
  color: #df1616;
}
 
.fode_loadmore.btn2 {    
  cursor: pointer;
  margin: 0 auto 30px;
  width: 155px;
  text-align: center;
  display: block;
  overflow: hidden;
  clear: both;
}
.fourzero_parent {
    max-width: 600px;
    margin: 0 auto;
    min-height: 600px;
}
.not-found {
    padding-top: 25%;
}
nav.mobile-background-nav {
    background-color: #fff; 
}
a.read-more {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #df1616;
}