/* Do not edit main.css edit styles.css or main.scss insted */
/* RD Navbar */
@import url("https://fonts.googleapis.com/css?family=montserrat:400,600,700");
@import url("https://fonts.googleapis.com/css?family=montserrat");
.rd-mobilemenu {
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: left;
  -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
  z-index: 9999; }

.rd-mobilemenu.active {
  right: 0; }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.rd-mobilemenu_ul {
  position: absolute;
  padding: 4rem 0 5rem;
  margin: 0;
  width: 240px;
  height: auto;
  bottom: 0;
  left: 0;
  top: 0;
  color: #ffffff;
  background: #666666;
  font-size: 1rem;
  line-height: 1.2rem;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-240px);
      -ms-transform: translateX(-240px);
          transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease; }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    font-family: "Montserrat", sans-serif;
    color: #fff; }
    .rd-mobilemenu_ul a:hover {
      background: #ffffff;
      color: #333333; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      border-radius: 50%;
      -webkit-transition: 0.5s all ease;
              transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #666666;
        color: #ffffff; }
  .rd-mobilemenu_ul a.active {
    background: #333333;
    color: #ffffff; }
  .rd-mobilemenu_ul a.rd-with-ul {
    position: relative; }
  .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 2.5rem; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 3rem; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #666666;
  color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", sans-serif;
  z-index: 9999; }

.rd-mobilepanel_title {
  color: #ffffff;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  font-size: 1.5rem;
  line-height: 54px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  overflow: hidden; }

.rd-mobilepanel_toggle {
  position: fixed;
  height: 48px;
  width: 48px;
  left: 8px;
  top: 4px;
  background: transparent;
  border: none; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease;
      top: 8px;
      width: 24px;
      height: 4px;
      background-color: #ffffff;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-radius: 2px;
      -webkit-transform-origin: 1.71429px center;
          -ms-transform-origin: 1.71429px center;
              transform-origin: 1.71429px center; }
    .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease;
      width: 24px;
      height: 4px;
      background-color: #ffffff;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-radius: 2px;
      -webkit-transform-origin: 1.71429px center;
          -ms-transform-origin: 1.71429px center;
              transform-origin: 1.71429px center; }

.rd-mobilepanel_toggle.active span {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
      transform: rotate(360deg); }
  .rd-mobilepanel_toggle.active span:before {
    top: 0;
    width: 15px;
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
            transform: rotate3d(0, 0, 1, -40deg); }
  .rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
            transform: rotate3d(0, 0, 1, 40deg); }

@media (min-width: 480px) {
  .rd-navbar-brand__name {
    font-size: 90px; }
    .rd-navbar-brand__name span {
      font-size: 160px;
      margin-top: -31px; } }

@media (min-width: 768px) {
  .rd-navbar-brand__name {
    font-size: 160px; }
    .rd-navbar-brand__name span {
      margin-top: -41px;
      font-size: 250px;
      margin-left: 16px; }
  .rd-navbar-brand__slogan {
    font-size: 18px;
    margin-top: 79px; } }

@media (min-width: 992px) {
  .rd-navbar-brand__name {
    letter-spacing: 16.7px; }
  .rd-navbar-brand__slogan {
    font-size: 30px; } }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }
  ul.sub-menu {
    display: block !important; } }

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }

/* Social menu */
#social-menu li {
  display: inline-block; }
  #social-menu li a {
    display: block;
    text-decoration: none;
    text-align: center; }
    #social-menu li a:hover {
      text-decoration: none; }
    #social-menu li a:focus {
      outline: none; }
    #social-menu li a[href*="codepen.io"]::before {
      content: '\f1cb'; }
    #social-menu li a[href*="digg.com"]::before {
      content: '\f1a6'; }
    #social-menu li a[href*="dribbble.com"]::before {
      content: '\f17d'; }
    #social-menu li a[href*="dropbox.com"]::before {
      content: '\f16b'; }
    #social-menu li a[href*="facebook.com"]::before {
      content: '\f09a'; }
    #social-menu li a[href*="flickr.com"]::before {
      content: '\f16e'; }
    #social-menu li a[href*="plus.google.com"]::before {
      content: '\f0d5'; }
    #social-menu li a[href*="github.com"]::before {
      content: '\f09b'; }
    #social-menu li a[href*="instagram.com"]::before {
      content: '\f16d'; }
    #social-menu li a[href*="linkedin.com"]::before {
      content: '\f0e1'; }
    #social-menu li a[href*="pinterest.com"]::before {
      content: '\f0d2'; }
    #social-menu li a[href*="getpocket.com"]::before {
      content: '\f265'; }
    #social-menu li a[href*="reddit.com"]::before {
      content: '\f1a1'; }
    #social-menu li a[href*="skype.com"]::before, #social-menu li a[href*="skype:"]::before {
      content: '\f17e'; }
    #social-menu li a[href*="stumbleupon.com"]::before {
      content: '\f1a4'; }
    #social-menu li a[href*="tumblr.com"]::before {
      content: '\f173'; }
    #social-menu li a[href*="twitter.com"]::before {
      content: '\f099'; }
    #social-menu li a[href*="vimeo.com"]::before {
      content: '\f27d'; }
    #social-menu li a[href*="wordpress.org"]::before, #social-menu li a[href*="wordpress.com"]::before {
      content: '\f19a'; }
    #social-menu li a[href*="youtube.com"]::before {
      content: '\f167'; }
    #social-menu li a[href*="amazon.com"]::before {
      content: '\f270'; }
    #social-menu li a[href*="tripadvisor"]::before {
      content: '\f262'; }
    #social-menu li a[href*="ycombinator.com"]::before {
      content: '\f23b'; }
    #social-menu li a[href*="xing.com"]::before {
      content: '\f168'; }
    #social-menu li a[href*="yahoo."]::before {
      content: '\f19e'; }
    #social-menu li a[href*="vine.co"]::before {
      content: '\f1ca'; }
    #social-menu li a[href*="weibo.com"]::before {
      content: '\f18a'; }
    #social-menu li a[href*="trello.com"]::before {
      content: '\f181'; }
    #social-menu li a[href*="steampowered.com"]::before {
      content: '\f1b6'; }
    #social-menu li a[href*="soundcloud.com"]::before {
      content: '\f1be'; }
    #social-menu li a[href*="spotify.com"]::before {
      content: '\f1bc'; }
    #social-menu li a[href*="stackexchange.com"]::before {
      content: '\f18d'; }
    #social-menu li a[href*="stackoverflow.com"]::before {
      content: '\f16c'; }
    #social-menu li a[href*="slideshare.net"]::before {
      content: '\f1e7'; }
    #social-menu li a[href*="slack.com"]::before {
      content: '\f198'; }
    #social-menu li a[href*="skyatlas.com"]::before {
      content: '\f216'; }
    #social-menu li a[href*="last.fm"]::before {
      content: '\f202'; }
    #social-menu li a[href*="jsfiddle.net"]::before {
      content: '\f1cc'; }
    #social-menu li a[href*="behance.net"]::before {
      content: '\f1b4'; }
    #social-menu li a[href*="bitbucket.org"]::before {
      content: '\f171'; }
    #social-menu li a[href*="codepen.io"]::before {
      content: '\f1cb'; }
    #social-menu li a[href*="codiepie.com"]::before {
      content: '\f284'; }
    #social-menu li a[href*="connectdevelop.com"]::before {
      content: '\f20e'; }
    #social-menu li a[href*="dashcube.com"]::before {
      content: '\f210'; }
    #social-menu li a[href*="contao.org"]::before {
      content: '\f26d'; }
    #social-menu li a[href*="delicious.com"]::before {
      content: '\f1a5'; }
    #social-menu li a[href*="deviantart.com"]::before {
      content: '\f1bd'; }
    #social-menu li a[href*="vk.com"]::before {
      content: '\f189'; }
    #social-menu li a::before {
      font-family: FontAwesome;
      font-size: 15px;
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: auto;
      border-radius: 50%; }
      .social-list--text #social-menu li a::before {
        display: none; }

.admin-bar #stuck_container.isStuck {
  margin-top: 32px !important;
  padding: 20px 0; }

header.header .stuck_container {
  position: relative;
  margin-top: 0;
  z-index: 2; }

header.header .site-logo {
  float: left; }

nav.navigation {
  display: block;
  text-align: center;
  z-index: 999; }
  header.header nav.navigation {
    float: right; }
  nav.navigation .sf-menu {
    position: relative;
    display: inline-block; }
    nav.navigation .sf-menu a {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 85px;
      position: relative;
      overflow: hidden;
      text-transform: uppercase; }
    nav.navigation .sf-menu > .menu-item {
      display: inline-block;
      background-color: transparent;
      padding: 0 17px; }
      nav.navigation .sf-menu > .menu-item:last-child {
        padding-right: 0; }
      nav.navigation .sf-menu > .menu-item > a {
        padding: 0;
        display: inherit;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear; }
        nav.navigation .sf-menu > .menu-item > a:after {
          content: "";
          bottom: 42px;
          left: -100%;
          height: 1px;
          width: 100%;
          background: #4054b2;
          position: absolute;
          visibility: hidden;
          -webkit-transition: all 0.4s linear;
          transition: all 0.4s linear; }
      nav.navigation .sf-menu > .menu-item:hover > a:after {
        left: 0;
        visibility: visible; }
      nav.navigation .sf-menu > .menu-item:hover > a {
        background-color: transparent;
        color: #4054b2; }
      nav.navigation .sf-menu > .menu-item.menu-item-has-children {
        position: relative; }
        nav.navigation .sf-menu > .menu-item.menu-item-has-children .sub-menu {
          position: absolute;
          min-width: 10em;
          display: block;
          background-color: #4054b2;
          top: 100%;
          left: 0;
          padding-left: 15px;
          padding-right: 15px; }
          nav.navigation .sf-menu > .menu-item.menu-item-has-children .sub-menu .menu-item {
            text-align: left;
            margin: .5em .1em; }
            nav.navigation .sf-menu > .menu-item.menu-item-has-children .sub-menu .menu-item a {
              display: inline-block;
              line-height: 25px; }
              nav.navigation .sf-menu > .menu-item.menu-item-has-children .sub-menu .menu-item a:after {
                content: "";
                bottom: 11px;
                left: -100%;
                height: 1px;
                width: 100%;
                background: #fff;
                position: absolute;
                visibility: hidden;
                -webkit-transition: all 0.4s linear;
                transition: all 0.4s linear; }
              nav.navigation .sf-menu > .menu-item.menu-item-has-children .sub-menu .menu-item a:hover:after {
                left: 0;
                visibility: visible; }
          nav.navigation .sf-menu > .menu-item.menu-item-has-children .sub-menu .sub-menu {
            background-color: #4054b2;
            left: 100%;
            top: 0;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: 1px; }

.stuck_container.isStuck {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27); }
  .stuck_container.isStuck nav.navigation .sf-menu a {
    color: #333;
    line-height: 65px; }
  .stuck_container.isStuck nav.navigation .sf-menu > .menu-item > a:after {
    bottom: 32px; }
  .stuck_container.isStuck nav.navigation .sf-menu > .menu-item:hover > a {
    background-color: transparent;
    color: #4054b2; }
  .stuck_container.isStuck nav.navigation .sf-menu > .menu-item.menu-item-has-children .sub-menu .menu-item a {
    color: #fff; }
  .stuck_container.isStuck .logo {
    display: none; }
  .stuck_container.isStuck .logo-affix {
    display: block;
    padding-top: 17px; }

form.search,
.search-form-wrapp {
  vertical-align: middle;
  margin-top: 1em; }
  form.search .btn,
  form.search input,
  form.search button,
  .search-form-wrapp .btn,
  .search-form-wrapp input,
  .search-form-wrapp button {
    padding: .3em;
    border: none;
    display: inline-block; }
  header.header form.search, header.header
  .search-form-wrapp {
    float: right; }

header.header .slider-wrapper {
  margin-top: 20px;
  margin-bottom: -20px; }

.page-title {
  margin: 1em 0; }

.btn {
  cursor: pointer; }

/*------------------------------------------------------------------

Project:	Lekro - Multipurpose HTML5 Onepage Template
Version:	1.0.0
Assigned to:	Templatemonster

-------------------------------------------------------------------*/
/*-----------------------------------------------------------------
Table Of Index
--------------------------------
1. Reset css
2. Style Css
    2.1 Navigation
    2.2 Banner
    2.3 About
    2.4 Services
    2.5 portfolio
    2.6 Testimonial
    2.7 Blog
    2.8 Contact
    2.9 Footer
    2.10 Extras
3. Responsive Css
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Default Settings
----------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif; }

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none; }

a,
a:hover,
a:focus,
input,
button,
textarea {
  outline: none;
  text-decoration: none; }

* {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }

/*----------------------Typography Settings---------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif; }

h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 800;
  line-height: 100px; }

h2 {
  color: #4054b2;
  font-size: 36px;
  font-weight: 800;
  line-height: 60px;
  text-transform: capitalize; }

h3,
#main h3 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px; }

h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px; }

p {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  line-height: 27px; }

/*--------------------------Spacing CSS-------------------------*/
.pt-1 {
  padding-top: 100px; }

.pb-1 {
  padding-bottom: 69px; }

.pb-2 {
  padding-bottom: 36px; }

.pb-3 {
  padding-bottom: 43px; }

.ptb-1 {
  padding-top: 77px;
  padding-bottom: 100px; }

.ptb-2 {
  padding-top: 37px;
  padding-bottom: 100px; }

.nopaddig {
  padding: 0px; }

/*-------------------------Alignment CSS------------------------*/
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*-------------------------Color Settings-----------------------*/
.bg-1 {
  background: #f1f1f1; }

.bg-2 {
  background: #4054b2; }

.white {
  color: #fff;
  padding-bottom: 17px; }

/*--------------------All Transition Settings-------------------*/
.logo-affix {
  display: none;
  height: 60px; }

.sticky .logo-affix {
  display: block;
  padding-top: 17px; }

.sticky .logo {
  display: none; }

.logo,
header.header-area.sticky .logo,
.main-menu .navbar-nav > li > a,
.main-menu .navbar-nav > li > a:after,
.about-icon i,
.single_about_item h3,
.single_about_item p,
.single_service_item,
.service_icon,
.service_icon i,
.single_feature_content h3,
.single_service_item > h3,
.portfolio-item .overlay,
.portfolio-menu li:after,
.portfolio-item-caption h6,
.portfolio-item-caption span,
.team-member:before,
.member-info,
.member-social-link a i,
.pricing-table,
.contact-icon i,
.tag-list > a,
.btn1,
.btn2,
.btn3,
.btn4,
.btn5,
.comments .auther-img,
.read-more::before,
.read-btn,
ul.blog-pagination li a,
.blog-img img,
.blog-social-link li a i,
.post-thumbnail > img,
.cat-list li a,
.ftr-social-link ul li a i {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }

/*----------------------------------------------------------------
					End Default Settings
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Header Section
----------------------------------------------------------------*/
header.header-area {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  position: absolute; }

.logo {
  padding-top: 30px; }

.logo p {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  text-transform: capitalize; }

header.header-area.sticky .logo {
  padding-top: 20px; }

header.header-area.sticky .logo p {
  color: #4054b2; }

.navbar-nav > li {
  padding: 0 17px;
  display: inline-block; }

.navbar-nav > li:last-child {
  padding-right: 0; }

.nav > li > a {
  padding: 0; }

.main-menu .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 85px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase; }

.sticky .main-menu .navbar-nav > li.active a {
  color: #4054b2; }

.nav > li:hover a {
  color: #4054b2; }

.sticky .main-menu .navbar-nav > li > a:hover {
  color: #4054b2; }

.sticky .main-menu .navbar-nav > li.active a:after {
  left: 0;
  bottom: 32px;
  background: #4054b2;
  visibility: visible; }

.nav > li > a:focus,
.nav > li:hover a {
  background-color: transparent; }

.main-menu .nav.navbar-nav li a i {
  color: #fff;
  padding-left: 5px; }

.main-menu .navbar-nav > li > a:after {
  content: "";
  bottom: 42px;
  left: -100%;
  height: 1px;
  width: 100%;
  background: #4054b2;
  position: absolute;
  visibility: hidden; }

.main-menu .navbar-nav > li:hover a:after {
  left: 0;
  visibility: visible; }

.main-menu .navbar-nav > li:hover a:after {
  left: 0;
  visibility: visible; }

.sticky .main-menu .navbar-nav > li > a:after {
  bottom: 32px;
  background: #4054b2; }

.sticky .main-menu .navbar-nav > li.active a {
  color: #4054b2; }

.sticky .main-menu .navbar-nav > li.active a:after {
  left: 0;
  bottom: 32px;
  background: #4054b2;
  visibility: visible; }

.navbar {
  border: 0;
  margin-bottom: 0; }

.sticky .main-menu .navbar-nav > li > a {
  color: #333;
  line-height: 65px; }

header.header-area.sticky {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27); }

.navbar-toggle .icon-bar {
  background: #fff; }

header.header-area.sticky .navbar-toggle .icon-bar {
  background: #4054b2; }

/*----------------------------------------------------------------
                        End Header Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start  Section
----------------------------------------------------------------*/
/*-----------Parallax Banner Css-----------*/
.banner-area.banner-parallax {
  background: url(../images/banner.jpg) 50% no-repeat fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative; }

.banner-area:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9; }

.slider-title {
  width: 100%;
  height: 100vh;
  -webkit-box-align: flex-center;
  -webkit-align-items: flex-center;
      -ms-flex-align: flex-center;
          align-items: flex-center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 9; }

.slider-title h1 {
  z-index: 9; }

.slider-title span {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px; }

.btn1 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  background: transparent;
  padding: 0 15px;
  margin-top: 20px;
  margin-right: 15px;
  display: inline-block;
  border: 1px solid #fff;
  text-transform: capitalize; }

.btn1:hover {
  color: #fff;
  background: #4054b2;
  border: 1px solid #4054b2; }

.btn2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  background: #4054b2;
  padding: 0 15px;
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #4054b2;
  text-transform: capitalize; }

.btn2:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff; }

a.btn1,
a.btn2,
a.btn3,
a.btn4,
a.btn5 {
  color: #fff; }

/*----------------------------------------------------------------
                        End Slider Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start About Section
----------------------------------------------------------------*/
.about-area {
  padding-bottom: 73px; }

.section-top {
  margin: 0 auto;
  max-width: 450px; }

.section-top h3 {
  color: #4054b2;
  font-weight: 600; }

.about-img img {
  width: 100%; }

.single_about_item {
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

/*----------------------------------------------------------------
                        End About Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start service Section
----------------------------------------------------------------*/
.service-area {
  padding-bottom: 9px; }

.single_service_item {
  cursor: pointer;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 20px 40px;
  background: #f1f1f1; }

.single_service_item:hover {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #ffffff; }

.service_icon {
  border-radius: 50%;
  display: inline-block;
  height: 55px;
  margin-bottom: 10px;
  width: 55px; }

.service_icon i {
  color: #4054b2;
  font-size: 35px;
  line-height: 55px; }

.single_service_item:hover .service_icon {
  background: #4054b2; }

.single_service_item:hover .service_icon i {
  color: #fff; }

.single_service_item h3,
#main .about-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 50px; }

.single_service_item:hover h3 {
  color: #4054b2; }

/*----------------------------------------------------------------
                        End service Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start facts Section
----------------------------------------------------------------*/
.idea_ares {
  padding-top: 86px;
  padding-bottom: 95px;
  background: url(../images/blog-bg.jpg) no-repeat fixed;
  background-size: cover;
  position: relative; }

.single-idea-item i {
  color: #fff;
  font-size: 40px;
  line-height: 60px; }

.single-idea-item .counter {
  color: #fff;
  font-size: 55px;
  display: block;
  font-weight: 800; }

.single-idea-item h6 {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize; }

.overlay1 {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6); }

/*----------------------------------------------------------------
                        End facts Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start portfolio Section
----------------------------------------------------------------*/
.portfolio-area {
  padding-bottom: 68px; }

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(62, 100, 130, 0.9); }

.portfolio-menu {
  margin-top: -10px;
  margin-bottom: 30px; }

.portfolio-menu li {
  font-size: 16px;
  line-height: 28px;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize; }

.tooltip-inner {
  background: #4054b2; }

.tooltip.top .tooltip-arrow {
  border-top-color: #4054b2; }

.portfolio-menu li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -100%;
  background: #999;
  width: 100%;
  height: 1px;
  visibility: hidden;
  -webkit-opacity: 0;
  opacity: 0; }

.portfolio-menu li:hover::after,
.portfolio-menu li.active::after {
  left: 0;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible; }

.portfolio-item {
  margin-bottom: 0px;
  position: relative; }

.portfolio-item img {
  width: 100%; }

.portfolio-item-caption {
  top: 50%;
  left: 50%;
  padding: 50px 130px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.portfolio-item-caption h6 {
  top: 0;
  left: 50%;
  color: #fff;
  font-size: 18px;
  -webkit-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-transform: capitalize;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.portfolio-item-caption span {
  left: 50%;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  -webkit-opacity: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  text-transform: capitalize;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.portfolio-item .overlay {
  -webkit-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  background: #4054b2;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9); }

.portfolio-item:hover .overlay {
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); }

.portfolio-item:hover .portfolio-item-caption h6 {
  top: 20%;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible; }

.portfolio-item:hover .portfolio-item-caption span {
  bottom: 20%;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible; }

/*----------------------------------------------------------------
                        End portfolio Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        End team Section
----------------------------------------------------------------*/
.team-area {
  padding-bottom: 98px; }

.team-member {
  position: relative;
  overflow: hidden; }

.team-member > img {
  width: 100%; }

.team-member:before {
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: #4054b2; }

.member-info {
  left: 50%;
  top: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
      transform: translate(-50%); }

.member-info h3 {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize; }

.member-info h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 40px;
  text-transform: capitalize; }

.member-social-link a i {
  color: #fff;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  width: 32px;
  display: inline-block;
  border-radius: 50%; }

.team-member:hover:before {
  top: 0;
  -webkit-opacity: 1;
  opacity: 1; }

.team-member:hover .member-info {
  top: 36%; }

.team-member .member-info .member-social-link a i:hover {
  color: #4054b2;
  background: #fff;
  border-radius: 50%; }

/*----------------------------------------------------------------
                        End team Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Testimonial section
----------------------------------------------------------------*/
.testimonial-area {
  background: url(../images/client-bg.jpg) no-repeat fixed;
  background-size: cover;
  position: relative;
  padding-bottom: 83px;
  background-position: 50% 50%; }

.client-img > img {
  margin-top: 20px;
  border: 8px solid #4054b2;
  border-radius: 50%; }

.client-say h5 {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
  text-transform: capitalize; }

.white i {
  font-size: 15px;
  padding: 0 8px; }

.client-single-item > span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-top: 50px;
  line-height: 15px; }

.client-img {
  margin-bottom: 10px; }

.testimonial-area .client-img img {
  width: auto;
  display: inline-block; }

/*----------------------------------------------------------------
                        End Testimonial section
----------------------------------------------------------------*/
.partner-area {
  padding-top: 98px;
  padding-bottom: 98px; }

/*----------------------------------------------------------------
                        Start Blog section
----------------------------------------------------------------*/
.blog-area {
  padding-bottom: 93px; }

.blog-img {
  overflow: hidden; }

.blog-img img {
  width: 100%; }

.single-post-item {
  overflow: hidden; }

.single-post-item h5 {
  color: #666;
  font-size: 18px; }

.blog-meta {
  margin-top: 10px; }

.single-post-item:hover h5 {
  color: #4054b2; }

.blog-meta i {
  padding-right: 5px; }

.post-by > a {
  color: #777;
  font-weight: 400;
  line-height: 30px;
  margin-right: 25px;
  display: inline-block; }

.post-date {
  font-weight: 400;
  line-height: 30px;
  margin-right: 25px; }

.post-comment > a {
  color: #777;
  font-weight: 400;
  line-height: 30px;
  display: inline-block; }

.single-post-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

a.read-more {
  color: #4054b2;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  text-transform: capitalize; }

.read-more::before {
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #4054b2; }

.single-post-item:hover .read-more::before {
  left: 0;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible; }

/*----------------------------------------------------------------
                        End Blog section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Contact section
----------------------------------------------------------------*/
.contact-area {
  height: 100%;
  width: 100%;
  padding-bottom: 98px; }

.single-contact-field {
  margin-bottom: 30px; }

.single-contact-field .text-field {
  font-size: 14px;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  line-height: 20px;
  border: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif; }

.single-contact-field textarea {
  height: 150px;
  width: 100%;
  line-height: 20px;
  padding: 12px 10px;
  border: 1px solid #ddd; }

.btn3,
#c-form .btn3 {
  background: #4054b2;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 36px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: capitalize;
  border: 1px solid #4054b2; }

.btn3:hover,
#c-form .btn3:hover {
  color: #333;
  background: #fff;
  border: 1px solid #ddd; }

.contact-info {
  padding-left: 30px; }

.contact-info h3,
#main .contact-info h3 {
  font-size: 18px;
  padding-bottom: 30px;
  text-transform: none; }

.contact-icon {
  width: 60px;
  display: inline-block; }

.contact-icon i {
  color: #4054b2;
  font-size: 50px;
  line-height: 50px; }

.info-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 20px;
  display: inline-block; }

.contact-info li {
  width: 100%;
  margin-bottom: 14px;
  display: inline-block; }

/*----------------------------------------------------------------
                        End Contact section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Footer Section
----------------------------------------------------------------*/
footer.footer-area {
  padding-top: 30px;
  padding-bottom: 30px; }

.copy-right > p {
  color: #fff; }

/*-------------Scroll To Top-------------*/
.scroll-top {
  height: 35px;
  width: 35px;
  background: #4054b2;
  text-align: center;
  position: fixed;
  right: 20px;
  cursor: pointer;
  bottom: 50px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.scroll-top i {
  line-height: 35px;
  color: #fff;
  font-size: 24px; }

.not-visible {
  visibility: hidden;
  -webkit-opacity: 0;
  opacity: 0; }

/*----------------------------------------------------------------
                        End Footer Section
----------------------------------------------------------------*/
/*--------------------------------------------------------------------
                        Start Blog Page
--------------------------------------------------------------------*/
.blog-banner-area {
  background: url(../images/blog-bg.jpg);
  background-position: 50% 35%;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden; }

.breadcrumb-area .breadcrumb {
  background: #333;
  display: inline-block;
  margin-bottom: 0;
  background: transparent; }

.breadcrumb-area .breadcrumb li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize; }

.breadcrumb-area .breadcrumb > li {
  font-size: 16px;
  text-transform: capitalize; }

.breadcrumb-area .breadcrumb > li:last-child {
  color: #aaa; }

li.separator {
  padding: 0 5px; }

.breadcrumb-area .breadcrumb li {
  color: #fff;
  position: relative; }

.single-blog-post {
  margin-bottom: 78px; }

.single-blog-post:hover .post-thumbnail > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

.read-btn {
  background: #4054b2;
  border: 1px solid #4054b2;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 36px;
  padding: 0 18px;
  text-transform: capitalize;
  margin-top: 20px; }

.read-btn:hover {
  color: #333;
  background: transparent;
  border: 1px solid #cccccc; }

.post-thumbnail {
  overflow: hidden; }

.post-thumbnail > img {
  width: 100%; }

.post-head {
  padding: 25px 0; }

.post-head h3 a {
  color: #4054b2; }

.entry-title > a {
  color: #4054b2;
  font-size: 22px;
  font-weight: 500; }

.entry-meta > a {
  color: #666;
  padding-left: 5px;
  padding-right: 5px; }

.entry-content > p {
  text-align: justify; }

.quote {
  color: #666;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 76px;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 34px; }

.quote > span {
  color: #4054b2; }

ul.blog-pagination li a {
  border: 1px solid #ccc;
  border-radius: 0 !important;
  color: #666;
  font-size: 16px;
  height: 35px;
  line-height: 20px;
  margin: 5px;
  width: 35px; }

.black-icon > span {
  padding-left: 0; }

.black-icon {
  background: #4054b2 !important; }

.black-icon:hover {
  background: #4054b2 !important; }

#pagination {
  margin-top: -25px;
  margin-bottom: 68px; }

ul.blog-pagination li a:hover {
  color: #fff;
  background: #4054b2;
  border: 1px solid #4054b2; }

.black-icon i {
  font-size: 14px;
  color: #fff !important; }

.comments {
  margin-top: 50px; }

.comments .auther-img {
  float: left;
  height: 100px;
  overflow: hidden;
  width: 100px;
  margin: 0 20px 20px 0; }

ptb .comments .auther-img img {
  height: 100%;
  max-width: 100%; }

.children:hover .auther-img,
.parent:hover .auther-img {
  border-color: #4054b2; }

.auther-link {
  margin-bottom: 7px; }

.auther-link a {
  color: #333;
  font-weight: 600;
  padding-right: 15px; }

.auther-link > span {
  color: #333;
  font-weight: 600;
  padding-right: 15px; }

.auther-link:hover span,
.auther-link:hover a {
  color: #666; }

.parent {
  display: inline-block; }

.children {
  display: inline-block;
  margin-left: 50px; }

.parent,
.children {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee; }

.comment-form h4 {
  color: #4054b2;
  display: table;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative; }

.comment-form h4::after {
  background: #4054b2;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%; }

.single-comment-box {
  margin-bottom: 25px; }

.single-comment-box input {
  height: 45px;
  line-height: 50px;
  padding: 0 10px;
  width: 100%;
  border: 1px solid #ccc; }

.single-comment-box textarea {
  height: 180px;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc; }

/*--------------Blog Sidebar--------------*/
.single-sidebar {
  overflow: hidden;
  margin-bottom: 50px; }

.single-sidebar > h4 {
  color: #333;
  padding-bottom: 20px;
  text-transform: capitalize; }

.form-control.input-field {
  float: left;
  height: 40px;
  width: calc(100% - 40px);
  border-radius: 0; }

.search-btn {
  color: #4054b2;
  font-size: 22px;
  height: 40px;
  width: 40px;
  background: transparent;
  border: 1px solid #ccc; }

.cat-list li {
  border-bottom: 1px solid #ccc; }

.cat-list li:last-child {
  border-bottom: 0; }

.cat-list li a {
  color: #666;
  letter-spacing: 0.5px;
  line-height: 45px; }

.cat-list span {
  color: #666;
  float: right;
  font-weight: 400;
  padding-right: 20px; }

.cat-list li a i {
  padding-right: 10px; }

.cat-list li:hover a {
  padding-left: 10px; }

.blog-social-link li {
  margin-right: 5px;
  display: inline-block; }

.blog-social-link li a i {
  background: #4054b2;
  border: 1px solid #4054b2;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px; }

.blog-social-link li:hover a i {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }

.recent-post li {
  display: inline-block;
  margin-bottom: 15px; }

.rp-thumb {
  float: left;
  margin-right: 12px; }

.rp-text {
  float: left; }

.rp-text h5 {
  color: #4054b2;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600; }

.tag-list > a {
  color: #333;
  border: 1px solid #ccc;
  display: inline-block;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 15px; }

.tag-list > a:hover {
  background: #4054b2;
  color: #fff;
  border: 1px solid #4054b2; }

.instagram-photo img {
  float: left;
  width: 33.33%;
  padding-right: 5px;
  padding-bottom: 5px; }

/*--------------------------------------------------------------------
                        End Blog Page
--------------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Preloader Section
----------------------------------------------------------------*/
.loader-overlay {
  background-color: white;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out; }

.preloader {
  background: #4054b2;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999; }

.preloader-inner-area {
  height: 100%;
  position: relative;
  width: 100%; }

.inner-preloader {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.contentr-preloader {
  width: 60px;
  height: 60px;
  position: relative; }

.contentr-preloader::before {
  content: '';
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  border-radius: 0%;
  background-color: #4054b2;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-animation-name: preloading;
          animation-name: preloading;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.contentr-preloader::after {
  content: '';
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  border-radius: 0%;
  background-color: #4054b2;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-animation-name: preloading;
          animation-name: preloading;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes preloading {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes preloading {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*----------------------------------------------------------------
                        End Preloader Section
----------------------------------------------------------------*/
/*==================Large Display==============*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px; }
  .feature-area {
    padding-bottom: 79px; }
  .single_feature_item {
    padding-bottom: 10px; }
  .single_service_item {
    padding: 20px 10px; }
  .member-social-link a i {
    margin-right: 0; }
  .member-info {
    top: 83%; } }

/*==================Medium Display==============*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px; }
  h1 {
    font-size: 58px;
    line-height: 75px; }
  .logo p {
    font-size: 28px; }
  .navbar-nav > li {
    padding: 0 15px; }
  .about-img {
    margin-bottom: 30px; }
  .feature-area {
    padding-bottom: 100px; }
  .single_feature_item {
    width: 50%;
    float: left; }
  .member-social-link a i {
    margin-right: 0; }
  .post-by > a {
    margin-right: 10px; }
  .post-date {
    margin-right: 5px; }
  .contact-info h3 {
    font-size: 14px; }
  .recent-post li {
    margin-right: 50px; }
  .post-head h3 a {
    font-size: 20px; }
  .quote {
    padding: 0 10px; } }

/*============ Tab Display==============*/
@media only screen and (max-width: 767px) {
  .container {
    width: 450px; }
  .logo p {
    line-height: 55px; }
  header.header-area.sticky .logo {
    padding-top: 8px; }
  .navbar-toggle {
    margin-top: -44px;
    margin-right: 0;
    cursor: pointer;
    padding-right: 0; }
  .navbar {
    min-height: 0; }
  .nav.navbar-nav.navbar-right > li {
    background: #fff;
    border-bottom: 1px solid #ddd; }
  .navbar-nav > li {
    display: block;
    margin-right: 0;
    padding: 0; }
  .nav.navbar-nav.navbar-right > li:last-child {
    border-bottom: 1px solid transparent; }
  .main-menu .navbar-nav > li > a {
    color: #333;
    line-height: 35px;
    padding-left: 10px; }
  header.sticky .header-area .navbar-nav > li {
    padding-left: 0; }
  .sticky .main-menu .navbar-nav > li > a {
    color: #333;
    line-height: 35px; }
  .sticky .main-menu .navbar-nav > li > a:after {
    display: none; }
  .sticky .main-menu .navbar-nav > li.active a:after {
    display: none; }
  .navbar-collapse {
    box-shadow: none; }
  .about-content h3 {
    font-weight: 600;
    line-height: 30px; } }

/*=============Medium Mobile Screen==============*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 50px; }
  h5 {
    font-size: 18px; }
  .about-img {
    margin-bottom: 30px; }
  .feature-area {
    padding-bottom: 100px; }
  .feature-content {
    margin-top: 30px;
    padding-left: 0; }
  .idea_ares {
    padding-bottom: 65px; }
  .single-idea-item {
    margin-bottom: 30px; }
  .member-social-link a i {
    margin-right: 0; }
  .member-info {
    top: 87%; }
  .video-sec h3 {
    bottom: 36%;
    font-size: 22px; }
  .overview-content {
    padding-left: 0;
    margin-top: 40px;
    text-align: center; }
  .blog-area {
    padding-bottom: 63px; }
  .single-post-item {
    margin-bottom: 40px; }
  .contact-info {
    padding-left: 0; }
  .post-head h3 a {
    font-size: 17px; }
  .quote {
    padding: 0 10px; } }

/*============Small Mobile Display==============*/
@media only screen and (min-width: 300px) and (max-width: 479px) {
  .container {
    width: 300px; }
  h1 {
    font-size: 22px;
    line-height: 50px; }
  h2 {
    font-size: 35px; }
  h5 {
    font-size: 16px; }
  .slider-title span {
    font-size: 16px; }
  .about-img {
    margin-bottom: 40px; }
  .single_about_item {
    margin-bottom: 30px; }
  .feature-area {
    padding-bottom: 100px; }
  .feature-content {
    padding-right: 0; }
  .single_service_item {
    padding: 20px 15px; }
  .idea_ares {
    padding-bottom: 65px; }
  .single-idea-item {
    margin-bottom: 30px; }
  .portfolio-menu li {
    margin-right: 5px; }
  .blog-area {
    padding-bottom: 63px; }
  .single-post-item {
    margin-bottom: 40px; }
  .contact-info {
    padding-left: 0; }
  .post-head h3 a {
    font-size: 16px; }
  .entry-meta > a {
    font-size: 13px;
    padding-left: 0;
    padding-right: 3px; }
  .quote {
    padding: 0; } }

/* Additional Styles */
.elementor-editor-active header.header-area {
  position: static; }

.page-template .dn {
  display: none; }

.c-portfolio-project .jet-images-layout__title {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.c-portfolio-project .jet-images-layout__desc {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.c-portfolio-project .jet-images-layout__inner:hover .jet-images-layout__title {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0); }

.c-portfolio-project .jet-images-layout__inner:hover .jet-images-layout__desc {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0); }

@media (max-width: 767px) {
  .c-portfolio-project {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 767px) {
  .c-testi .jet-banner.jet-effect-sadie .jet-banner__overlay {
    max-width: 263px;
    left: 50%;
    margin-left: -132px; } }

.c-testi .jet-banner.jet-effect-sadie .jet-banner__text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.c-testi .jet-banner.jet-effect-sadie:hover .jet-banner__text {
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
      transform: translateY(-30%); }

.c-testi .jet-banner.jet-effect-sadie h3 {
  color: #fff !important;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize; }

.c-testi .jet-banner.jet-effect-sadie h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 40px;
  text-transform: capitalize; }

.c-testi .jet-banner.jet-effect-sadie .member-social-link a i:hover {
  color: #4054b2;
  background: #fff;
  border-radius: 50%; }

.c-blog-posts * {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.c-blog-posts .jet-posts__inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .c-blog-posts .jet-posts__inner-content .post-meta {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .c-blog-posts .jet-posts__inner-content .post-meta i.fa {
      line-height: 30px;
      padding-right: 10px; }
  .c-blog-posts .jet-posts__inner-content h4.entry-title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0; }
    .c-blog-posts .jet-posts__inner-content h4.entry-title > a {
      font-size: 18px; }
  .c-blog-posts .jet-posts__inner-content .entry-excerpt {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .c-blog-posts .jet-posts__inner-content .jet-more-wrap {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

.c-blog-posts .post-thumbnail a {
  overflow: hidden; }

.c-blog-posts .jet-posts__inner-box:hover .post-thumbnail img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

@media (max-width: 767px) {
  .c-blog-posts .jet-posts__item {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto; } }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > .active {
  color: #777; }

/*----------- Titles ----------------*/
.page-title {
  margin: 0 0 47px;
  color: #4d4d4d;
  padding-top: 15px; }

.post-holder {
  margin: 0; }

.single .entry-title {
  padding-top: 0;
  margin: 0 0 15px;
  padding-bottom: 15px; }

.post-content h4 {
  margin-top: 20px; }

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: block; }

/*----------- Comments ----------------*/
#commentform input#submit {
  outline: none;
  margin-bottom: 10px;
  margin-top: 20px;
  background: #4054b2;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 36px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: capitalize;
  border: 1px solid #4054b2;
  font-family: 'Montserrat', sans-serif; }
  #commentform input#submit:hover {
    color: #333;
    background: #fff;
    border: 1px solid #ddd; }

#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"] {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  color: #1d1d35;
  border: 1px solid #ccc;
  background: #fff;
  font-family: 'Montserrat', sans-serif; }

#commentform textarea#comment {
  margin-bottom: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  resize: none;
  box-sizing: border-box;
  vertical-align: baseline;
  height: 180px;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  font-family: 'Montserrat', sans-serif; }

.related-posts-wrap {
  padding-top: 30px; }

/*----------- Sidebar ----------------*/
#sidebar .h3,
#sidebar h3 {
  margin-top: 50px;
  padding-bottom: 19px; }

#sidebar #recentcomments li {
  line-height: 45px; }
  #sidebar #recentcomments li .comment-author-link,
  #sidebar #recentcomments li a {
    display: inline-block;
    line-height: 45px; }
  #sidebar #recentcomments li a:before {
    display: none; }

#sidebar li {
  display: block;
  border-bottom: 1px solid #ccc; }
  #sidebar li:last-child {
    border-bottom: none; }
  #sidebar li:hover a {
    padding-left: 10px; }
  #sidebar li a {
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 45px; }
    #sidebar li a:before {
      content: "\f105";
      font-family: FontAwesome;
      padding-right: 10px; }
    #sidebar li a:hover {
      color: #000; }
  #sidebar li:hover {
    color: #4d4d4d; }
  #sidebar li.cat-item {
    position: relative;
    overflow: hidden; }

#sidebar #archives-2 li {
  position: relative;
  overflow: hidden; }

#sidebar .widget {
  margin: 0; }

#sidebar > div {
  padding-bottom: 0; }

/*----------- Search Block ----------------*/
.search input#s {
  outline: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: 'Montserrat', sans-serif; }

#search a.btn,
#search-404 a.btn {
  text-align: center;
  background: #4054b2;
  border: 1px solid #4054b2;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 36px;
  padding: 0 18px;
  text-transform: capitalize;
  margin-top: 20px; }
  #search a.btn:hover,
  #search-404 a.btn:hover {
    color: #333;
    background: transparent;
    border: 1px solid #cccccc; }

.search a.btn {
  margin-top: 10px;
  width: 150px; }

#search {
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
  margin-top: 8px; }

/*----------- Content Sidebar ----------------*/
.content_sidebar {
  padding: 66px 0 42px; }
  .content_sidebar a {
    text-decoration: none; }
  .content_sidebar .post-excerpt {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 14px;
    line-height: 27px; }
  .content_sidebar #primary > div + div {
    margin-bottom: 70px; }
  .content_sidebar #primary > div.col-xs-12 {
    margin-bottom: 20px; }
  .content_sidebar #primary > div.clear,
  .content_sidebar #primary > div.page-nav-hide {
    margin-bottom: 0; }
  .content_sidebar h4 {
    margin: 22px 0 .5em; }
    @media (max-width: 767px) {
      .content_sidebar h4 {
        margin-top: 18px; } }

/*----------- Meta Info ----------------*/
.meta-date time {
  display: inline-block;
  float: none; }

.post-meta {
  margin-bottom: 10px; }

.post-meta .info > div + div,
.single-post-meta > div + div {
  margin-left: 15px; }

.post-meta .info a,
.single-post-meta a {
  color: #666; }
  .post-meta .info a:hover,
  .single-post-meta a:hover {
    color: #666; }

/*----------- Pagination ----------------*/
.pagenavi.nav-links {
  margin-top: 10px; }
  .pagenavi.nav-links .btn {
    font: 300 normal 16px/35px 'Montserrat', sans-serif;
    display: inline-block;
    background: #fff;
    color: #666;
    width: 35px;
    text-align: center;
    height: 35px;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 10px;
    border: 1px solid #ccc; }
    .pagenavi.nav-links .btn.current, .pagenavi.nav-links .btn:hover {
      background: #4054b2;
      color: #fff;
      border: 1px solid #4054b2; }
  .pagenavi.nav-links .btn + .btn {
    margin-left: 10px; }

.post-holder:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

.post-holder .blog-image {
  overflow: hidden; }

.content_sidebar #primary,
.sidebar_content #primary {
  width: 77%; }
  @media (max-width: 767px) {
    .content_sidebar #primary,
    .sidebar_content #primary {
      width: 100%; } }

.content_sidebar #sidebar,
.sidebar_content #sidebar {
  width: 23%; }
  @media (max-width: 767px) {
    .content_sidebar #sidebar,
    .sidebar_content #sidebar {
      width: 100%; } }

.error404-num {
  font-family: 'Montserrat', sans-serif;
  text-align: center; }

@media (max-width: 767px) {
  .error404-num {
    font: bold 120px/1em Montserrat, sans-serif;
    text-align: center; }
  header.header-area {
    padding-top: 56px; }
  .blog-banner-area {
    padding-top: 210px;
    padding-bottom: 110px; }
  .logo img {
    display: inline-block; }
  .logo {
    text-align: center; } }

/*# sourceMappingURL=main.css.map */