/*
Theme Name: The Angle
Theme URI: https://www.wpthemescloud.com/index.php/wordpress_themes/the-angle/
Author: Wpthemescloud
Author URI: https://www.wpthemescloud.com/
Description:The Angle  is a versatile  multipurpose one page theme for creating beautiful websites.This theme comes with powerful features which will help you in designing a wonderful website for any type of niche(Business, Landing page, E-commerce, Local business, Personal website).It is the most advanced free WordPress theme available on the web with live customizer.This theme comes with fully responsive slider with clean and elegant design. Theme supports drag & drop widget for section content,Woocommerce section to feature your product at home page and use your site as an online store.
Version: 1.0.9
License: GNU General Public License v3 or later
License URI:https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: the-angle
Tags: left-sidebar,right-sidebar,flexible-header,featured-image-header,translation-ready,footer-widgets,custom-menu, featured-images, threaded-comments, translation-ready, portfolio, education, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

the-angle is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/


html {
  font-family: 'Lato', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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;
  font-family: 'Lato', sans-serif;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  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;
  text-align: center;
  border: 1px solid #eee;
  font-size: 14px;
  color: #404040;
}

#wp-calendar caption {
  background: #eee;
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Lato', sans-serif;
  margin: 0 0 20px 0;
}

p {
  margin: 0 0 20px 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://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. */
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul, li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

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. */
  line-height: 0;
      width: 100%;
}

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, .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:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  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;
}

select {
  border: 1px solid #ccc;
}

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;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: #0aa3f3;
  text-decoration: none
}

a:visited {
  color: #0aa3f3;
}

a:hover, a:focus, a:active {
  color: #0aa3f3;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}

.main-navigation ul:after {
  display: block;
  clear: both;
  content: '';
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  padding: 30px 20px;
}

.main-navigation ul li.menu-item-has-children>a:after {
  content: '\f078';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  padding-left: 10px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  opacity: 0;
  visibility: visible;
  overflow: hidden;
  top: 100%;
  left: -999em;
  z-index: 99999;
  border-top: 2px solid #0aa3f3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  transform: translatey(10px);
  transition: 0.5s all ease;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul ul a {
  width: 220px;
  padding: 20px 10px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a, .main-navigation li.focus>a {
  color: #0aa3f3;
}

.main-navigation li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: #0aa3f3;
  height: 3px;
  right: 100%;
  display: inline-block;
}

.main-navigation ul ul :hover>a, .main-navigation ul ul .focus>a {
  background-color: #0aa3f3;
  color: #fff;
}

.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
  left: auto;
  transform: translatey(0);
  opacity: 1;
  visibility: visible;
}

.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
  left: 100%;
  transform: translatey(0);
  opacity: 1;
  visibility: visible;
}

.main-navigation .current_page_item>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a, .main-navigation .current-menu-ancestor>a {
  color: #0aa3f3;
}

/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

}

/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  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 select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.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,
/* Older / Newer Posts Navigation (always hidden) */

.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.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------Container--------*/

.tc-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

section {
    padding: 70px 0;
}

/*----------Site Branding--------------*/

.site-header.left .site-branding {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
}

.site-header.left .site-branding a img {
  line-height: 0;
}

.site-branding p {
  margin: 0;
}
.site-logo {
    line-height: 0;
}

.site-branding .site-title a {
  font-family: monospace;
  text-decoration: none;
  text-transform: uppercase;
  color: #0aa3f3;
  font-weight: bold;
  font-size: 30px;
  display: block;
}

.site-branding .site-description {
  font-size: 12px;
  font-style: italic;
}

/*------------------Logo Align------------------*/
.site-header.center .site-branding {
    display: block;
    width: 20%;
    margin: 0 auto;
}
.site-header.center .main-navigation {
    display: inline-block;
    /* text-align: left; */
    width: 90%;
    vertical-align: middle;
    float: none;
}
.site-header.center .header-search-wrap,
.site-header.center .cart-header{
    display: inline-block;
    width: 5%;
    vertical-align: middle;
}
.site-header.center .main-navigation ul{
    float: left;
}
.site-header.center .main-navigation a {
    padding: 20px;
}
.site-header.center .search-form.open {
    width: calc(100% - 8em);
    left: 0;
    opacity: 1;
    visibility: visible;
}
.site-header.center .search-form {
  position: absolute;
  left: 50%;
  border-radius: 5px;
  overflow: hidden;
  background: transparent;
  z-index: 1111;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  height: 50%;
  top: 50%;
  transition: 300ms all ease;
}
/*------Header layout--------*/

.site-header {
  position: relative;
  border-bottom: 2px solid #f7f7f7;
  z-index: 111;
}

.site-header .tc-container {
  display: table;
  position: relative;
}

.site-header.left .main-navigation {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  float: none;
}

.site-header.left .header-search-wrap {
  display: table-cell;
  width: 5%;
  vertical-align: middle;
  text-align: right;
  position: relative;
}

.header-search-wrap i {
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.header {
  position: relative;
}

.site-header.left .search-form {
  position: absolute;
  top: 0%;
  left: 50%;
  border-radius: 5px;
  overflow: hidden;
  background: transparent;
  z-index: 1111;
  width: 0%;
  opacity: 0;
  height: 100%;
  visibility: hidden;
  transition: 300ms all ease;
}

.site-header .search-form label, .search-form label {
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  height: 100%;
}

.site-header .search-form label input.search-field, .search-form label input.search-field, .woocommerce-product-search label input.search-field {
  outline: none;
  border: none;
  padding: 20px 50px;
  height: 100%;
  width: 100%;
}

.site-header .search-form label input:focus, .search-form label input:focus {
  outline: none;
  border: none;
}

.search-form input[type="submit"],
.woocommerce-product-search input[type="submit"] {
  width: 20%;
  height: 50px;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  background: #0aa3f3;
  color: white;
  border-radius: 0;
}
.site-header .search-form input[type="submit"] {
  display: none;
}

.site-header.left .search-form.open {
  width: calc(100% - 5.5em);
  left: 0;
  opacity: 1;
  visibility: visible;
}
/*------------Header layout-2--------------*/
.site-header.layout-2 {
    position: absolute;
    z-index: 111;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.site-header.layout-2 .main-navigation a {
    display: block;
    color: #333;
    padding: 10px 20px;
}
/*-----------main-slider-------------*/
.em-slider {
  position: relative;
}

.slide-caption {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1111;
}

.caption-title {
  font-size: 45px;
  font-weight: bold;
  margin: 0;
      text-transform: uppercase;
}

.main-slider .btn {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #0aa3f3;
    padding: 15px 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 177px;
    display: block;
    font-style: italic;
    transition: 0.5s all ease;
}


.slide-desc {
  font-size: 16px;
}

.slides:after {
    content: '';
    background: linear-gradient(rgba(153, 153, 153, 0.32), rgba(17, 17, 17, 0.66));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-prev i, .owl-next i {
    font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(17, 17, 17, 0.53);
}
.owl-prev i:hover, .owl-next i:hover{
  background: rgba(17, 17, 17, 0.83);
}
.owl-next i {
  right: 20px;
}

.owl-prev i {
  left: 20px;
}

.owl-item.active .caption-title {
  animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-desc {
  animation: 1s .6s fadeInUp both;
}

.owl-item.active .btn {
  animation: 1s .9s fadeInUp both;
}

/*--------Section Title-----------*/

.title-wrp {
  margin-bottom: 50px;
  text-align: center;
}

.section-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sub-title {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

/*-------About Section-------*/
.the-angle-about-section.layout-1{
    background: #f7f7f7
}
.the-angle-about-section.layout-1 .about-content-wrap {
    display: inline-block;
    width: 60%;
    margin-right: -5px;
    vertical-align: middle;
    padding-left: 50px;
}

.the-angle-about-section.layout-1 .about-img {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    box-shadow: 1px 1px 30px #ccc;
}

.the-angle-about-section.layout-1 .about-img a {
  padding: 5px;
  line-height: 0;
  display: block;
}


.title {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}
.about-post .title {
    color: #0aa3f3;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
}
.about-desc {
  margin-bottom: 20px;
  color: #888;
  font-size: 16px;
  
}

.btn {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    background: #0aa3f3;
    border: 1px solid #0aa3f3;
    padding: 15px 20px;
    text-align: center;
    display: inline-block;
    transition: 0.5s all ease;
}

/*----------About Section Layout 2----------------*/

.the-angle-about-section.layout-2 .tc-container::after {
  clear: both;
  display: block;
  content: '';
}

.the-angle-about-section.layout-2 .about-content-wrap {
  display: inline-block;
  width: 60%;
  float: left;
  padding-right: 50px;
  margin-right: -5px;
  vertical-align: middle;
}

.the-angle-about-section.layout-2 .about-img {
  display: inline-block;
  width: 40%;
  float: right;
  vertical-align: middle;
  outline: 1px dashed #fff;
  outline-offset: -20px;
}

/*-----feature-section---------*/
.the-angle-feature-section.layout-1 {
    padding: 60px 0 0 0;
}
.the-angle-feature-section.layout-1 .sub-title {
  color: #eee;
}

.the-angle-feature-section .feature-wrap {
  font-size: 0;
}

.the-angle-feature-section.layout-1 .feature-image {
    overflow: hidden;
    line-height: 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
}
.the-angle-feature-section.layout-1 .feature-image img {
    width: 50px;
    vertical-align: middle;
}
.the-angle-feature-section.layout-1 .feature-the-angle {
    display: inline-block;
    width: 24.25%;
    overflow: hidden;
    margin: 0 1% 1% 0;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #fff;
    border: 1px solid #fff;
    transition: 0.3s all ease;
}
.feature-the-angle:hover {
    box-shadow: 1px 1px 30px #eee;
    transform: translateY(-5px);
}
.the-angle-feature-section.layout-1 .feature-the-angle:nth-child(4n+4) {
  margin-right: 0;
}

.feature-the-angle .feature-title a {
    color: #333;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
}
.feature-section-des {
    margin-bottom: 20px;
    color: #888;
    font-size: 16px;
}

.the-angle-feature-section.layout-1 .feature-the-angle .btn, .the-angle-feature-section.layout-1 .feature-the-angle .btn:visited {
  padding: 10px 20px;
  max-width: 140px;
  background: #0aa3f3;
  border: none;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s all linear;
  margin: 0 auto;
}

.the-angle-feature-section.layout-1 .feature-the-angle .btn:hover {
  opacity: 0.7;
}

.the-angle-feature-caption {
  padding: 10px;
}

/*-----------------Feature Section layout 2-----------------*/

.the-angle-feature-section.layout-2 {
  background: #eee;
}

.the-angle-feature-section.layout-2 .feature-the-angle {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 2% 0;
  transition: 0.5s all ease;
}

.the-angle-feature-section.layout-2 .feature-the-angle:hover {
  box-shadow: 1px 1px 20px #999;
}

.the-angle-feature-section.layout-2 .feature-the-angle:nth-child(even) {
  margin-right: 0;
}

.the-angle-feature-section.layout-2 .cat-caption {
  font-size: 0;
}

.the-angle-feature-caption.layout-2 .feature-image {
  display: inline-block;
  width: 30%;
  font-size: 16px;
  vertical-align: top;
  min-height: 149px;
  overflow: hidden;
}

.the-angle-feature-caption.layout-2 .feature-image img {
  min-width: 150%;
  margin-left: -50px;
}

.the-angle-feature-caption {
  font-size: 16px;
  vertical-align: middle;
  background: #fff;
  position: relative;
  z-index: 111;
}
.the-angle-feature-caption.layout-2 {
  display: inline-block;
  width: 70%;
  min-height: 173px;

  padding-left: 20px;
}
.the-angle-feature-caption.layout-2::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 100%;
  background: #fff;
  border-left: 2px solid #0aa3f3;
  transform: skewX(-5deg);
  left: -10px;
  top: 0;
  z-index: -1;
}

.the-angle-feature-section.layout-2 .feature-the-angle .btn, .the-angle-feature-section.layout-2 .feature-the-angle .btn:visited {
  padding: 0;
  border: none;
  color: #0aa3f3;
  background: transparent;
  text-transform: capitalize;
  font-size: 14px;
  transition: 0.5s all linear;
  font-weight: 600;
  text-align: left;
}

.the-angle-feature-section.layout-2 .feature-the-angle .btn:hover {
  opacity: 0.7;
}

/*---------Service Section---------*/

.the-angle-service-section .section-title {
  text-align: center;
}

.the-angle-service-section .title-des {
  color: #999;
}

.service-wrapper {
  font-size: 0;
}

.service-post {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-right: 1%;
  text-align: center;
  min-height: 300px;
  padding: 20px;
  width: 32.66%;
  border: 1px solid #eee;
  transition: 0.5s all ease;
}
.service-post .service-title {
    line-height: 1;
}
.service-post:hover{
  background: #0aa3f3
}
.service-post:nth-child(3n+3) {
  margin-right: 0;
}
.service-post:nth-child(2) {
  box-shadow: 1px 1px 20px #eee;
}

.service-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: #0aa3f3;
}

.service-title a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 2;
}
.service-slide-desc {
  color: #888;
}
.service-post:hover .service-icon,
.service-post:hover .service-title a,
.service-post:hover .service-slide-desc{
  color: #fff;
  transition: 0.5s all ease
}
/*------------Team Section---------------*/

.the-angle-team-section {
  background: #f7f7f7;
}

.the-angle-team-section.layout-1 .team-slide {
  position: relative;
}
.the-angle-team-section.layout-1 .team-slide:after {
    background: #000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
    width: 100%;
}
.the-angle-team-section.layout-1 .team-slide:hover:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.the-angle-team-section.layout-1 .team-slide:hover .team-slide-desc {
  transform: scale(1);
}
.the-angle-team-section.layout-1 .team-slide-desc {
    position: absolute;
    top: 27%;
    width: 100%;
    padding: 20px;
    z-index: 1;
    text-align: center;
    color: #fff;
    transform: scale(0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
}

.the-angle-team-section.layout-1 .team-name {
  padding: 10px;
  background: #eee;
  border: 1px solid #ddd;
}

.the-angle-team-section .team-caption-title {
  text-align: center;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 18px;
}

.the-angle-team-section .team-caption-title spam {
  display: block;
  font-size: 14px;
  margin: 5px 0;
  text-align: center;
  text-transform: capitalize;
}

.the-angle-team-section.layout-1 .team-caption-title spam {
  color: #999;
}

/*----------Team Layout-2----------*/

.the-angle-team-section.layout-2 .team-image {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    background: #fff;
    box-shadow: 1px 1px 20px #ddd;
    margin: 5px auto 20px auto;
}

.the-angle-team-section.layout-2 .team-name {
  color: #333;
  font-size: 18px;
}

.the-angle-team-section.layout-2 .team-slide-desc {
    text-align: center;
    color: #888;
    font-size: 16px;
    margin-top: 10px;
}
.the-angle-team-section.layout-2 .team-slide{
  display: block;
  width:85%;
  margin: 0 auto;
}
.team-caption-title{
  display: block;
}
.team-caption-title span {
    display: inline-block;
    background: #0aa3f3;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    margin: 0 0 0 10px;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}
.team-caption-title span:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: 35%;
    border-bottom: 5px solid #0aa3f3;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.the-angle-team-section.layout-2 .owl-item.active:nth-child(2){
  border: 5px solid #000;
}
/*------------------Counter Section--------------------*/

.angle-counter {
  position: relative;
}

.angle-counter::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(23, 22, 22, 0.68);
}

.angle-counter .the-angle-counter-wrapper {
  position: relative;
  z-index: 111;
  font-size: 0;
}

.angle-counter .counter {
  width: 33.33%;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.angle-counter .icon-holder i {
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 85px;
    height: 85px;
    background: #0aa3f3;
    line-height: 85px;
    outline: 1px solid #fff;
    outline-offset: 5px;
}

.angle-counter .number {
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #eee;
}

.angle-counter .title {
    font-size: 18px;
  text-transform: uppercase;
  color: #eee;
  font-weight: normal;
}

/*----------Add To Cart-----------------*/

.the-consult-shop-section {
  background: #f7f7f7;
}

.products-shop {
  display: block;
  font-size: 0;
}

.item-wrap {
  display: inline-block;
  font-size: 16px;
  width: 24.25%;
  margin: 0 1% 1% 0;
  text-align: center;
  vertical-align: top;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.item-wrap:nth-child(4n+4) {
  margin-right: 0
}

.products-shop .item-img {
  line-height: 0
}

.products-shop .item-img img {
  width: 100%;
}

.product-info-wrap {
  text-align: center;
  position: relative;
}

.product-info-wrap a {
  text-decoration: none;
  color: #333;
}

a.product-name {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  color: #333;
  transition: 0.5s all ease;
}

a.product-name h5 {
  margin-bottom: 10px;
  letter-spacing: 2px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s all ease;
}

a.product-name h5::first-letter {
  font-size: 20px;
  color: #0aa3f3;
}

.price {
  margin-bottom: 10px;
  display: block;
}

.price del {
  color: #333;
  margin-right: 5px;
}

.price ins {
    color: #fff;
    background: #333;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
}
.price ins:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -5px;
    top: 8px;
}
.rating-price {
  margin-bottom: 20px;
}

.item-wrap .product-info-wrap {
  background: #fff;
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  position: relative;
  padding-top: 10px;
}

.item-wrap:hover .product-info-wrap {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.item-wrap:hover .add-to-cart-shop {
  opacity: 1;
  visibility: visible;
}

.item-wrap .add-to-cart-shop {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  padding: 0 3px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  clear: both;
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
}

/*-------------Gallery---------------*/
.thumbnail-gallery .title-wrp{
    display:  none;
}
.gallery-single {
    position: relative;
    overflow: hidden;
    max-height: 224px;
}
.gallery-single img{
    line-height: 0;
    transition: 0.5s all ease;
    width: 100%;
}
.g-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}

.g-button i {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s all ease;
}
.gallery-single:hover .g-button {
  opacity: 0.5;
  visibility: visible;
}
.gallery-single:hover i{
    top: 50%;
}
.gallery-single:hover img{
    transform: scale(1.1);
}

/*------------testimonial-----------*/

.the-angle-testimonial-section.layout-1 .testimonial-single .cat-caption {
  width: 85%;
  margin: 0 auto;
}

.the-angle-testimonial-section.layout-1 .testimonial-context {
    width: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
    background: #f7f7f7;
    padding: 50px;
    color: #333;
    position: relative;
}
.the-angle-testimonial-section.layout-1 .testimonial-caption-title:before{
    content: '\f10d';
    color: #0aa3f3;
    font-size: 30px;
    font-family: fontAwesome;
    display: block;
    margin-bottom: 20px;
}

.the-angle-testimonial-section.layout-1 .testimonial-image {
  display: block;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 100%;
}

.testimonial-caption-title {
  font-size: 18px;
  font-weight: 600;
}

/*------------Testimonial layout-2-----------------*/

.the-angle-testimonial-section.layout-2 .testimonial {
  font-size: 0;
}

.the-angle-testimonial-section.layout-2 .testimonial-single {
  width: 49%;
  display: inline-block;
  font-size: 16px;
  margin: 0 2% 2% 0;
}

.the-angle-testimonial-section.layout-2 .testimonial-single:nth-child(even) {
  margin: 0 0 2% 0;
}

.the-angle-testimonial-section.layout-2 .testimonial-context {
  width: auto;
  display: block;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  color: #333;
  position: relative;
}

.the-angle-testimonial-section.layout-2 .testimonial-image {
  display: block;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  overflow: hidden;
  border-top: 3px solid #0aa3f3;
  border-radius: 50%;
}

/*----------Client----------*/

.the-angle-client-section {
  background: #f7f7f7;
}

.the-angle-client-section.layout-1 .client-news-image {
  border: 1px solid #eee;
  padding: 3px;
  background: #fff;
  border-radius: 3px;
}
.the-angle-client-section.layout-1 .client-news-image img {
    width: 170px;
    margin: 0 auto;
    transition: 0.3s all ease;
}
.client-wrp {
  font-size: 0;
}

.the-angle-client-section layout-2 .client-block {
  width: 33.33%;
  display: inline-block;
  transition: 0.5s all ease;
}

.client-block:hover {
  box-shadow: 1px 1px 2px #eee;
  transition: 0.3s all ease;
}
.client-block:hover img{
    transform: scale(1.1);
}
.the-angle-client-section.layout-2 .client-news-image {
  border: 1px solid #eee;
  border-radius: 3px;
}

.the-angle-client-section.layout-2 .client-news-image img {
    display: block;
    margin: 0 auto;
    width: 160px;
    transition: 0.3s all ease
}
.the-angle-client-section.layout-2 .client-wrp{
    font-size: 0;
}
.the-angle-client-section.layout-2 .client-block {
    width: 24.25%;
    display: inline-block;
    margin: 0 1% 1% 0;
}
.the-angle-client-section.layout-2 .client-block:nth-child(4n+4){
    margin-right: 0;
}
/*---------------Footer-------------------*/

.site-footer {
    background: #1d1c1c;
    padding: 80px 0 0;
    border-top: 4px solid #0aa3f3;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer ul li {
  margin-bottom: 5px;
}

.site-footer ul li a:hover:before, .widget ul li:hover:before {
  margin-left: 10px;
}

.site-footer ul li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #FFF;
  font-size: 18px;
  margin-right: 10px;
  transition: .5s all ease-in-out;
  -moz-transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
}

.site-footer ul li a, .widget ul li a {
  color: #CCCED0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
}

.widget_recent_entries ul li a::before {
  display: none
}

.site-footer .widget_recent_entries ul li {
  border-bottom: 1px solid #231d1d;
  padding-bottom: 10px;
  color: #fff;
}

.site-footer .widget_recent_entries ul li:last-child {
  border-bottom: 0;
}

.site-footer .widget_recent_entries ul li a {
  color: #CCCED0;
  font-size: 16px;
  margin: 20px 0 0 0;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  transition: 0.5s all ease;
}

.site-footer .widget_recent_entries ul li a:hover {
  color: #41C3D0;
}

.footer-post p.footer-post-header a {
  color: #CCCED0;
}

.site-footer .widget_recent_entries ul li .post-date {
  margin-top: 5px;
  font-size: 12px;
  color: #556477;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
}

.site-footer .widget_recent_entries ul li .post-date:before {
  content: '\f017';
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 7px;
}

.site-footer .widget_recent_entries ul li:before {
  display: none;
}

.copyright {
  background: #2E353F;
  padding: 30px 0;
  color: #4C596A;
}

.copyright a {
  color: #DDD;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  transition: 0.5s all ease;
}

.copyright a:hover {
  color: #41C3D0;
}

.copyright p {
  padding: 0;
  margin: 0;
  color: #999;
}

/* #footer-1 end */

.footer-wrap .tc-container::after, .footer-wrap .tc-container::before {
  display: block;
  clear: both;
  content: '';
}

#the-angle-footer-one, #the-angle-footer-two, #the-angle-footer-three {
  width: 33.33%;
  float: left;
  color: #fff;
}

#the-angle-footer-one a, #the-angle-footer-two a, #the-angle-footer-three a {
  color: #fff;
  text-decoration: none;
}

#the-angle-footer-two {
  padding: 0 30px;
}

.widget-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.site-footer .widget-title::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #0aa3f3;
  margin: 10px 0;
  color: #fff;
  text-transform: uppercase;
}

.site-footer td, .site-footer th {
  border: 1px solid #231d1d;
  color: #fff;
}

.site-info {
    text-align: center;
    color: #fff;
    background: #1d1c1c;
    padding: 10px 0;
    border-top: 1px solid #111;
}

.site-info a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.site-info a:hover {
  color: #2b313a;
  text-decoration: underline;
}

/*------------------------------------
------------Web Layout---------------
-----------------------------------*/

/*------Full Width-------*/

.fullwidth {
  width: 100%;
}

/*------Boxed Layout ------*/

.boxed-layout {
    width: 95%;
  margin: 0 auto;
  box-shadow: 1px 1px 10px #eee;
  border: 1px solid #eee;
  overflow-x: hidden;
}

.content-area article {
  border: 1px solid #eee;
  padding: 20px;
  background: #f7f7f7;
}

/*--------Sidebar------------*/

.sidebar-right .site-main article.post, .sidebar-right .site-main article.page, .sidebar-left .site-main article.post, .sidebar-left .site-main article.page, .sidebar-no .site-main article.post, .sidebar-no .site-main article.page, .sidebar-both .site-main article.post, .sidebar-both .site-main article.page {
  text-align: left;
}

/*-------Sidebar both---------*/

#primary, #secondary-left, #secondary-right {
  margin: 30px 0;
}

.home #primary, .home #secondary-left, .home #secondary-right {
  margin: 0;
}

.sidebar-left {
  width: 25%;
  float: left;
}

.sidebar-right {
  width: 25%;
  float: right;
  margin-top: 100px;
}

#primary.sidebar-both {
  width: 50%;
  float: left;
  padding-right: 2%;
  padding-left: 2%;
}

#secondary-right {
  width: 25%;
  float: right;
}

.container:before, .container:after {
  content: '';
  display: block;
  clear: both;
}

/*------Sidebar-left----------*/

#primary.sidebar-left {
  float: right;
  width: 75%;
  padding-left: 3%;
}

/*-------Sidebar-right---------*/

#primary.sidebar-right {
  width: 75%;
  padding-right: 3%;
  float: left;
}

/*---------No sidebar----------*/

/*---Widget----*/

.sidebar .search-form {
  display: block;
  position: inherit;
  box-shadow: none;
  background-color: #f9f9f9;
  border: none;
}

.sidebar .widget_search {
  border: none;
  background: transparent;
  margin-left: 0;
  padding: 0;
}

/*-------------Entry Content---------------*/


.entry-title {
  font-size: 20px;
}
.entry-title span {
  font-size: 18px;
  margin: 0 20px;
  color: #999;
}
/*-------archive-------------*/

.archive .content-area {
  font-size: 0;
}

.archive .has-post-thumbnail {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    padding: 10px;
    margin-bottom: 20px;
}
.archive .has-post-thumbnail:nth-child(odd) {
    margin-right: 0;
}
.archive .has-post-thumbnail figure {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.archive .has-post-thumbnail figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.archive .has-post-thumbnail img {
  width: 100%;
  transition: 0.5s all ease;
}

.archive .has-post-thumbnail:nth-child() {
  margin-left: 5px;
}

/*---------------Pagination-------------------*/

.nav-links {
  margin-top: 30px;
}

.nav-links a {
  color: #333;
}

.nav-links a:hover {
  color: #;
}

.nav-links .page-numbers {
  background-color: #eee;
  padding: 0 20px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  border: 1px solid #ddd;
  border-radius: 30px;
  transition: 0.5s all ease-in-out;
}

.nav-links .page-numbers:hover {
  background-color: #;
  color: #fff;
}

.nav-links .current {
  background-color: #00B259;
  color: #fff
}

.nav-previous a, .nav-next a {
  border: 1px solid #333;
  padding: 10px;
  display: inline-block;
  color: #333;
  transition: 0.5s all ease;
}

.nav-previous a::before, .nav-next a::after {
  content: '\f177';
  font-family: fontAwesome;
  font-size: 14px;
  color: inherit;
  margin: 0 5px;
}

.nav-next a::after {
  content: '\f178';
}

.nav-previous a:hover, .nav-next a:hover {
  background: #ccc;
}

/*---------------Posted on----------------*/

.posted-on, .byline {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: normal;
  color: #333;
  margin-right: 10px;
}

.author.vcard::before, .posted-on time::before {
  content: '\f007';
  display: inline;
  font-family: fontAwesome;
  color: #0aa3f3;
  font-size: 12px;
  margin: 0 5px;
}

.posted-on time:before {
  content: '\f073';
}

.posted-on a, .byline a {
  color: #333;
}

.block-poston a:hover {
  text-decoration: underline;
}

/*-------------Content------------------*/

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar {
  background: #fff;
}

.sidebar section {
  padding: 0;
}

.sidebar .widget-title {
  color: #404040;
  text-align: center;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 15px;
}

.sidebar ul li, .sidebar ul li a {
  color: #404040;
}

.sidebar ul li a {
  margin-bottom: 10px;
  padding: 0 0 10px 5px;
  display: block;
  border-bottom: 1px solid #f7f7f7;
  transition: 0.5s all ease;
}

.sidebar ul li a:hover {
  color: #0aa3f3
}

.sidebar .search-form label,
.woocommerce-product-search .search-form label {
  width: 80%;
  height: 50px;
  border: 1px solid #eee;
}

.search-form label input.search-field,
.woocommerce-product-search label input.search-field{
  padding: 10px 20px;
}
.search-form label input.search-field:focus{
  border: 1px solid #999;
}

/*--------Icon menu------------*/

/*------Toggle navigation------*/

#toggle {
  display: none;
}

.icon {
  background: transparent;
  width: 40px;
  height: 40px;
  color: #fff;
  position: relative;
  cursor: pointer;
  display: none;
}

.icon .ham {
  width: 20px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease;
}

.icon .ham:before, .icon .ham:after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  transition: 0.5s all ease;
}

.icon .ham:before {
  top: -5px;
}

.icon .ham:after {
  top: 5px;
}

/*---------------Recent Post -----------------*/

.recent-post-wrap {
  font-size: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #231d1d;
  padding-bottom: 5px;
}
.recent-post-wrap:last-child{
  border-bottom: none;
}

.image_wrap_recent {
  line-height: 0;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.recent-post-content {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #fff;
  width: 75%;
  vertical-align: top;
  font-size: 14px;
}

.recent-post-content a {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
}

.recent-post-content span {
  font-size: 14px;
  color: #eee;
}

.recent-post-content a:hover {
  color: #0aa3f3;
}
/*-------Sidebar----------*/
.sidebar .recent-post-content a{
  color: #333;
}
.sidebar .recent-post-content span {
    color: #999;
}
.sidebar .recent-post-wrap {
    border-bottom: 1px solid #eee;
}
.sidebar .recent-post-wrap:last-child{
  border-bottom: none;
}
/*---------------Form------------------------*/
.comment-form input,.comment-form textarea{
  color: #777;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  transition: 0.5s all ease;
}
.comment-form input:focus,.comment-form textarea:focus{
  outline: 0;
  border: 1px solid #999;
  border-top-color: #ccc;
  background: #f7f7f7
}
.comment-notes{
  font-size: 14px;
  font-style: italic;
}
.comment-form-rating label {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
}
.required{
  color: red
}
.comment-form-author label,
.comment-form-email label,
.comment-form-comment label{
  display: block;
  color: #333;
  background: #ccc;
  padding: 10px;
}
.comment-reply-title{
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
/*-------------------Breadcrumbs-----------------------*/
.header-banner {
    position: relative;
    padding: 40px 0;
    background-size: cover;
}
.header-banner::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(17, 17, 17, 0.64);
    color: #fff;
    text-align: center;
}
.banner-title{
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.page-title{
    text-transform: uppercase;
    font-size: 25px;
}
.the-angle-breadcrumb a {
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 10px;
}
.the-angle-breadcrumb a::before{
    content: '\f015';
    display: inline;
    font-family: fontAwesome;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 10px;
}
/*-------------Call to action------------------*/
.the-angle-cta {
    background: #fff;
    padding: 70px 0 0;
}
.the-angle-cta .book-and-app-image {
    width: 20%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    line-height: 0;
    position: relative;
}

.the-angle-cta .content-wrap {
    width: 79%;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.the-angle-cta .btn {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    width: auto;
    display: block;
}
.the-angle-cta .btn:before{
    content: '\f1d9';
    display: inline-block;
    font-family: fontAwesome;
    color: inherit;
    margin-right: 10px;
}
.cta-small-title {
    display: table-cell;
    width: 76%;
    vertical-align: middle;
    font-size: 25px;
    padding-left: 40px;
    font-weight: normal;
    color: #0aa3f3;
    text-transform: uppercase;
}
.cta-link-small {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
}
.tc-container:after{
    display: block;
    clear: both;
    content: '';
}
/*-------------------Gallery Section-----------------------------*/
.thumbnail-gallery{
    padding: 0;
}
.thumbnail-gallery .section-title {
    color: #fff;
    line-height: 0;
    display: none
}
/*---------------Social Icons------------------*/
.social-icons{
    margin-top: 20px;
}
.social-icons a{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height:  40px;
    transition: 0.5s all ease;
}
.social-icons a:hover{
    color: #333;
    background: #fff;
}
/*------------------Responsive------------------------*/

@media screen and (max-width: 1024px) {
  .tc-container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
    .the-angle-cta{
        padding-bottom: 50px;
    }
    .site-header {
        padding: 10px 0;
    }
    .section{
        padding: 50px 0;
    }
  .site-header .site-branding {
    width: 35% !important;
    display: inline-block;
}
  .header-search-wrap {
    display: inline-block;
    width: 50px;
    float: right;
    margin-top: 10px;
}
  .cart-header {
    display: inline-block !important;
    width: auto !important;
    float: right;
    margin-top: 7px;
    margin-right: 20px;
}
  .main-navigation {
    display: inline-block;
    width: auto;
  }
  .icon {
    display: inline-block;
    float: right;
    margin: 3px 0 0 15px;
}
  .main-navigation .menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    border-bottom: 1px solid #ccc
  }
  .main-navigation ul {
    float: none;
  }
  .main-navigation ul ul {
    box-shadow: none;
    float: none;
    position: initial;
    opacity: 1;
    visibility: visible;
    border-top: none;
    transform: none;
    transition: 0.5s all ease;
}
.main-navigation ul ul a {
    width: 100%;
    padding: 10px;
}
  .main-navigation li {
    float: none;
    position: relative;
    background: #fff;
  }
  .main-navigation > li {
    border-bottom: 1px solid #eee;
  }
  .main-navigation a {
    padding: 10px;
  }
  .site-header.left .main-navigation {
    display: inline-block;
    width: auto;
}
  /*-----Feature layout-2------*/
  .feature-image {
    display: block;
    width: 100%;
    min-height: auto;
  }
  .the-angle-feature-caption {
    display: block;
    width: 100%;
    min-height: auto;
    padding-left: 20px;
  }
  .the-angle-feature-section.layout-1 .feature-the-angle {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
  .the-angle-feature-section.layout-1 .feature-the-angle:nth-child(even) {
    margin-right: 0
  }
  /*------------Product---------------*/
  .item-wrap {
    display: inline-block;
    width: 49%;
  }
  .item-wrap:nth-child(even) {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
    .the-angle-about-section.layout-1 .about-content-wrap,
    .the-angle-about-section.layout-1 .about-img,
    .service-post{
        display: block;
        width: 100%;
    }
    .the-angle-about-section.layout-1 .about-content-wrap{
        padding-left: 0;
        margin-top: 20px;
    }
    .section-title{
        font-size: 25px;
    }
    .service-post{
        margin: 0 0 10px;
    }
    .slide-desc{
        display: none
    }
  .caption-title {
    font-size: 30px;
  }
  section {
    padding: 50px 0;
  }
  .sidebar-left {
    width: 100%;
    float: none;
  }

  .sidebar-right {
    width: 100%;
    float: none;
  }

  #primary.sidebar-both {
    width: 100%;
    float: none;
    padding: 0;
  }

  #secondary-right {
    width: 100%;
    float: none;
  }


  /*------Sidebar-left----------*/

  #primary.sidebar-left {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  /*-------Sidebar-right---------*/

  #primary.sidebar-right {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .the-angle-cta .book-and-app-image{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .the-angle-cta .content-wrap{
    padding-left: 0;
    margin-top:40px;
    width:100%;
    text-align: center;
    display: block;
  }
  .cta-small-title {
    display: block;
    width: 100%;
}
.cta-link-small {
    display: block;
    width: 100%;
}
}

@media screen and (max-width: 595px) {
  .main-slider .btn {
    padding: 10px;
    text-align: center;
    max-width: auto;
  }
  .the-angle-about-section.layout-2 .about-img {
    display: block;
    width: 75%;
    margin: 0 auto;
    float: none;
  }
  .the-angle-about-section.layout-2 .about-img img {
    width: 100%;
  }
  .the-angle-about-section.layout-2 .about-content-wrap {
    display: block;
    width: 100%;
    float: none;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
  }
  .about-content-wrap .btn {
    margin: 0 auto;
  }

  .the-angle-about-section.layout-1 .about-img {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
}
.the-angle-about-section.layout-1 .about-img img {
  width: 100%;
}
.the-angle-about-section.layout-1 .about-content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align:  center;
}
.the-angle-feature-section.layout-1 .feature-the-angle {
    display: block;
    width: 100%;
    margin-right:0 ;
}
  .service-post {
    display: block;
    font-size: 16px;
    margin-right: 0%;
    min-height: auto;
    padding: 20px;
    width: 100%;
  }
  .the-angle-testimonial-section.layout-2 .testimonial-single {
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 0 0 2% 0;
}
.the-angle-testimonial-section.layout-2 .testimonial-image {
    margin: 0 auto;
}
.the-angle-testimonial-section.layout-2 .testimonial-context {
    text-align: center;
}
.the-angle-client-section.layout-2 .client-block{
    width: 49.5%;
}
.the-angle-client-section.layout-2 .client-block:nth-child(even){
    margin-right: 0;
}
}

@media screen and (max-width: 414px) {
  .slide-desc {
    display: none;
  }
  .caption-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main-slider .btn {
    padding: 10px;
    text-align: center;
    max-width: 150px;
    font-size: 12px;
  }
  .the-angle-feature-section.layout-2 .feature-the-angle {
    width: 100%;
    display: block;
    margin: 0 0% 2% 0;
  }
  .the-angle-team-section.layout-2 .team-image {
    width: 250px;
    height: 250px;
    display: block;
    margin: 0 auto 20px auto;
  }
  .angle-counter .counter {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  .item-wrap {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .client-block {
    width: auto;
    display: inline-block;
  }
  #the-angle-footer-one, #the-angle-footer-two, #the-angle-footer-three {
    width: 100%;
    float: none;
  }
  #the-angle-footer-two {
    padding: 0;
}
ul#pricing-table .widget.widget_the_angle_pricing {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {}