/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------
	1.0 - General Styles
		1.1 - fixed margin
		1.2 - fixed padding
		1.3 - fixed background
		1.4 - fixed bg images
		1.5 - fixed button
	2.0 - service sections
	3.0 - achievement sections
	4.0 - gallery sections
	5.0 - team sections
	6.0 - testimonials sections
	7.0 - price table sections
	8.0 - blog sections
	9.0 - contact
	10.0 - gallery
	11.0 - sidebar
		11.1 - tag widget
		11.2 - catagories widget
		11.3 - social widget
		11.4 - recent post widget
		11.5 - widget tweets
	12.0 - footer sections   
*/

html,
body,
header,
footer,
h1, h2, h3, h4, h5, h6,
p,
.post-single .read-more,
ul,
ol,
article,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

/*-------------------------
	1.0 - General Styles
--------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p, .post-single .read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
p {
  line-height: 26px;
  color: rgba(0,0,0,.6);
}
a, .widget_categories li span, .widget_categories li .post-details .tags a, .post-details .tags .widget_categories li a {
  color: #000000;
  word-break: break-word;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, .widget_categories li span:hover, .widget_categories li .post-details .tags a:hover, .post-details .tags .widget_categories li a:hover, a:active, .widget_categories li span:active, .widget_categories li .post-details .tags a:active, .post-details .tags .widget_categories li a:active, a:focus, .widget_categories li span:focus, .widget_categories li .post-details .tags a:focus, .post-details .tags .widget_categories li a:focus {
  color: #000000;
  opacity: .6;
}

table th {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

table th a, table th .widget_categories li span, .widget_categories li table th span, table th .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags table th a, table th .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li table th a {
  color: rgba(0, 0, 0, 0.6);
}

table tbody tr th a, table tbody tr th .widget_categories li span, .widget_categories li table tbody tr th span, table tbody tr th .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags table tbody tr th a, table tbody tr th .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li table tbody tr th a {
  color: rgba(0, 0, 0, 0.6);
}

table td {
  color: rgba(0, 0, 0, 0.6);
}

dl dt {
  color: #000000;
}

dl dd {
  color: rgba(0, 0, 0, 0.6);
}

ul li, ol li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 26px;
}

address {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 14px;
}

figure img {
  width: 100%;
  margin: auto;
}

.nopadding {
  padding: 0 !important;
}
.full-width{
  text-align: center;
}
.full-width img {
  height: auto;
  max-width: 100%;
}

.map {
  width: 100%;
  height: 390px;
}

.section-title {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #353535;
  opacity: .6;
  line-height: 20px;
  letter-spacing: 1.4px;
}

.section-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000000;
  margin-top: 20px;
}

.section-sub-title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 40px;
  color: #a7a7a7;
  font-weight: 400;
}

.section-sub-title strong {
  font-style: italic;
  color: #000000;
}

.section-header {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: #000000;
}

.section-header .title {
  margin-bottom: 40px;
}

.section-header .title:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000000;
  margin: 15px auto 0 auto;
}

.section-header .sub-title {
  width: 40%;
  margin: auto;
  font-family: "Playfair Display", serif;
  color: rgba(0,0,0,.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

blockquote {
  position: relative;
  padding: 45px 20px;
  margin: 0 0 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  background: #f5f5f5;
  line-height: 28px;
  letter-spacing: 0.75px;
  opacity: .81;
  font-size: 15px;
  border-left: 5px solid #727070;
}

blockquote:after {
  content: '\f10e';
  font-family: FontAwesome;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  color: #000000;
  opacity: .15;
}

blockquote p, blockquote .post-single .read-more, .post-single blockquote .read-more {
  margin-bottom: 0 !important;
}

.navbar-brand {
  display: none;
}

.page-title {
  text-align: center;
  padding: 90px 0;
  margin-top: -30px;
}

.page-title h2 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  word-break: break-word;
  line-height: 36px;
  color: #353535;
}

.nav-links .prev, .nav-links .next {
  font-size: 24px;
  color: #000000;
}

.nav-links .page-numbers {
  color: #000000;
  margin: 0 5px;
}

.nav-links .page-numbers.current {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

/*-------------------------
	1.1 - fixed margin
--------------------------*/
.m-tb120 {
  margin: 120px 0;
}

.m-tb100 {
  margin: 100px 0;
}

.m-tb80 {
  margin: 80px 0;
}

.m-tb100x20 {
  margin: 100px 0 20px 0;
}

.m-tb80x50 {
  margin: 80px 0 50px 0;
}

.m-tb50 {
  margin: 50px 0;
}

.m-t40 {
  margin-top: 40px;
}

.m-t100 {
  margin-top: 100px;
}

.m-tb70 {
  margin: 70px 0;
}

.m-t60 {
  margin-top: 60px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t35 {
  margin-top: 35px;
}

.m-t30 {
  margin-top: 30px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b35 {
  margin-bottom: 35px !important;
}

.m-b30 {
  margin-bottom: 30px;
}

.no-margin {
  margin: 0 !important;
}

/*-------------------------
	1.2 - fixed padding
--------------------------*/
.section-padding {
  padding: 50px 0;
}

.p-tb100 {
  padding: 100px 0;
}

.p-tb10050 {
  padding: 50px 0 50px 0;
}

.p-tb70 {
  padding: 70px 0;
}

.p-tb50 {
  padding: 50px 0;
}

/*-------------------------
	1.3 - fixed background
--------------------------*/
.bg-gray {
  background: #f5f5f5;
}

/*-------------------------
	1.4 - fixed bg images
--------------------------*/
.bg-img,
.bg-img2,
.page-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background:rgba(16, 16, 16, 0.17);

}

.page-title {
  background-image: url(../images/page-title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}



/*-------------------------
	1.5 - fixed button
--------------------------*/
.btn-arrow {
  border: 0;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14.46px;
  line-height: 16px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.btn-arrow:after {
  content: '\f061';
  font-family: FontAwesome;
  margin-left: 5px;
}

.btn-arrow:focus {
  outline: none;
}

.btn-arrow:hover {
  opacity: .5;
}

.btn-dark {
  background: #222222;
  color: #ffffff;
  padding: 12px 35px;
}

.btn-dark:hover, .btn-dark:focus {
  opacity: 1;
  text-decoration: none;
  color: #ffffff;
}

/**** header area start ***/
header .logo {
  text-align: center;
}

header .logo a:hover, header .logo .widget_categories li span:hover, .widget_categories li header .logo span:hover {
  opacity: 1;
}
header > .logo p, header > .logo a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.header {
  margin-bottom: 30px;
  /*** navbar ***/
}

.header .container-fluid {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 15px;
  padding: 0;
}

.header .social-icons {
  padding-top: 25px;
}

.header .social-icons a, .header .social-icons .widget_categories li span, .widget_categories li .header .social-icons span {
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  opacity: .5;
  margin-right: 15px;
}

.header .social-icons a:hover, .header .social-icons .widget_categories li span:hover, .widget_categories li .header .social-icons span:hover {
  color: #000000;
  opacity: 1;
}

.header .nav-search {
  overflow: hidden;
}

.header .nav-search .search-form {
  position: relative;
  margin: 20px 0;
  height: 34px;
}

.header .nav-search .search-form label .search-field {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
  outline: none;
  font-weight: 300;
}

.header .nav-search .search-form label .search-field.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  position: absolute;
  right: 25px;
  top: 0px;
  max-width: 84%;
}

.header .nav-search .search-form .search-submit {
  position: absolute;
  height: 30px;
  right: 0;
  top: 0;
  padding-right: 0;
  padding-left: 15px;
  background: transparent;
  border: 0;
  outline: none;
  color: #a0a0a0;
}

.navbar {
  margin: 0;
}

.navbar-default {
  background-color: transparent;
  border: 0;
}

.navbar-default .navbar-nav {
  width: 100%;
  text-align: center;
  z-index: 9999;
}

.navbar-default .navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-default .navbar-nav > li > a, .navbar-default .widget_categories .navbar-nav > li > span, .widget_categories .navbar-default .navbar-nav > li > span, .navbar-default .widget_categories li .post-details .tags .navbar-nav > li > a, .navbar-default .post-details .tags .widget_categories .navbar-nav > li > a {
  padding: 27px 20px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .widget_categories li .navbar-nav > .active > span, .widget_categories li .navbar-default .navbar-nav > .active > span, .navbar-default .widget_categories li .post-details .tags .navbar-nav > .active > a, .navbar-default .post-details .tags .widget_categories li .navbar-nav > .active > a {
  background: none;
  color: #353535;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .widget_categories li .navbar-nav > .active > span:hover, .widget_categories li .navbar-default .navbar-nav > .active > span:hover, .navbar-default .widget_categories li .post-details .tags .navbar-nav > .active > a:hover, .navbar-default .post-details .tags .widget_categories li .navbar-nav > .active > a:hover {
  background: none;
  color: #353535;
  text-decoration: none;
}

.navbar-default .navbar-nav li a, .navbar-default .navbar-nav .widget_categories li span, .widget_categories .navbar-default .navbar-nav li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #a0a0a0;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav .widget_categories li span:hover, .widget_categories .navbar-default .navbar-nav li span:hover {
  color: #353535;
  opacity: 1;
}

.navbar-default .navbar-nav .has-sub-menu {
  position: relative;
}

.navbar-default .navbar-nav .has-sub-menu .sub-menu {
  list-style: none;
  margin: 0;
  white-space: nowrap;
  min-width: 160px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  background: #ffffff;
  z-index: 999;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.navbar-default .navbar-nav .has-sub-menu .sub-menu a, .navbar-default .navbar-nav .has-sub-menu .sub-menu .widget_categories li span, .widget_categories li .navbar-default .navbar-nav .has-sub-menu .sub-menu span {
  display: inline-block;
  padding: 15px 10px;
}

.navbar-default .navbar-nav .has-sub-menu .sub-menu a:hover, .navbar-default .navbar-nav .has-sub-menu .sub-menu .widget_categories li span:hover, .widget_categories li .navbar-default .navbar-nav .has-sub-menu .sub-menu span:hover {
  text-decoration: none;
}

.navbar-default .navbar-nav .has-sub-menu > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 0 3px #e5e5e5;
}

.navbar-default .navbar-nav .has-sub-menu > .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
}

.navbar-default .navbar-nav .has-sub-menu:hover > .sub-menu {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.navbar-default .navbar-nav .has-sub-menu:hover > a, .navbar-default .navbar-nav .widget_categories li .has-sub-menu:hover > span, .widget_categories li .navbar-default .navbar-nav .has-sub-menu:hover > span, .navbar-default .navbar-nav .widget_categories li .post-details .tags .has-sub-menu:hover > a, .navbar-default .navbar-nav .post-details .tags .widget_categories li .has-sub-menu:hover > a {
  color: #353535;
}

.main-silder {
  overflow: hidden;
}

/*-------------------------
	2.0 - service sections
--------------------------*/
.service-single {
  margin-bottom: 140px;
}

.service-single .sub-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  font-style: italic;
  margin: 35px 0 50px 0;
}

 .service-single .post-single .read-more, .post-single .service-single .read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  opacity: .6;
  line-height: 25px;
  margin-bottom: 20px;
}
.service-single p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 26px;
  color: rgba(0,0,0,.6); 
}
.service-single figure {
  position: relative;
}

.service-single figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-single figure figcaption:after {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #a1a2a4;
}

.service-single figure figcaption a, .service-single figure figcaption .widget_categories li span, .widget_categories li .service-single figure figcaption span, .service-single figure figcaption .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags .service-single figure figcaption a, .service-single figure figcaption .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li .service-single figure figcaption a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

.service-single figure figcaption a:after, .service-single figure figcaption .widget_categories li span:after, .widget_categories li .service-single figure figcaption span:after, .service-single figure figcaption .widget_categories li .post-details .tags a:after, .widget_categories li .post-details .tags .service-single figure figcaption a:after, .service-single figure figcaption .post-details .tags .widget_categories li a:after, .post-details .tags .widget_categories li .service-single figure figcaption a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #b9b3b0;
  margin-top: 5px;
}

.service-single figure figcaption a:hover, .service-single figure figcaption .widget_categories li span:hover, .widget_categories li .service-single figure figcaption span:hover {
  opacity: .6;
}

.service-single figure figcaption:hover a, .service-single figure figcaption:hover .widget_categories li span, .widget_categories li .service-single figure figcaption:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.service-single figure:hover figcaption {
  opacity: 1;
}

.service-single .read-more {
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 1.3px;
}

.service-single .read-more:hover {
  text-decoration: none;
}

.vetically-center {
  transform: translateY(30%);
}

/*-------------------------
	3.0 - achievement sections
--------------------------*/
.achievement-section {
  position: relative;
}

.achievement-section:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #000000;
}

.achievement-single {
  width: 200px;
  margin: 0 auto;
}

.achievement-single .media-left {
  padding: 0;
}

.achievement-single .title {
  font-family: "Playfair Display", serif;
  font-size: 53px;
  line-height: 25px;
  font-style: italic;
  padding-left: 20px;
  color: #000000;
}

.achievement-single .info {
  margin-top: 20px;
  padding-left: 20px;
  color: #000000;
  opacity: .6;
  text-transform: uppercase;
}

/*-------------------------
	4.0 - gallery sections
--------------------------*/
.gallery-single {
  margin-bottom: 90px;
}

.gallery-single .thumb {
  position: relative;
  overflow: hidden;
}

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

.gallery-single .thumb a, .gallery-single .thumb .widget_categories li span, .widget_categories li .gallery-single .thumb span {
  display: block;
  cursor: crosshair;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-single .thumb a:hover, .gallery-single .thumb .widget_categories li span:hover, .widget_categories li .gallery-single .thumb span:hover {
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.gallery-single .thumb a:focus, .gallery-single .thumb .widget_categories li span:focus, .widget_categories li .gallery-single .thumb span:focus {
  outline: 0;
  box-shadow: 0;
}

.gallery-single .thumb a:hover .caption, .gallery-single .thumb .widget_categories li span:hover .caption, .widget_categories li .gallery-single .thumb span:hover .caption {
  opacity: 1;
  visibility: visible;
}

.gallery-single .thumb .caption {
  position: absolute;
  bottom: 80px;
  visibility: hidden;
  opacity: 0;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-single .thumb .caption .title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  padding-bottom: 15px;
}

.gallery-single .thumb .caption .info {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  opacity: 0.6;
}

/*-------------------------
	5.0 - team sections
--------------------------*/
.team-single {
  margin-bottom: 100px;
}

.team-single:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.team-single .post-thumb {
  overflow: hidden;
}

.team-single .post-thumb img {
  width: 100%;
  height: auto;
  margin: auto;
 -webkit-transform: scale(1);
    -moz-transform: scale(1);
     -ms-transform: scale(1);
         transform: scale(1);
-webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
}

.team-single .post-desk .post-meta {
  padding-top: 30px;
}

.team-single .post-desk .post-meta .title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 13px;
  font-weight: 400;
}

.team-single .post-desk .post-meta .info {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #000000;
  line-height: 44px;
  opacity: .6;
  font-weight: 400;
}
.team-single .post-desk p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  color: rgba(0,0,0,.6);
}


/*-------------------------
	6.0 - testimonials sections
--------------------------*/
.testimonial-section {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover
}

.testimonial-section:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid #3b3c3a;
}

.carousel-indicators.carousel-indicators--thumbnails li {
  width: 100px;
  height: 40px;
  margin: 0;
  border: none;
  border-radius: 0;
}

.carousel-indicators.carousel-indicators--thumbnails .active {
  background-color: transparent;
}

.testimonial-slider-two {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}

.testimonial-slider-two .slider-content-wrap {
  padding-right: 320px;
  padding-left: 320px;
}

.testimonial-slider-two .slider-content-wrap .queto-symbol {
  margin-top: -60px;
}

.testimonial-slider-two .slider-content-wrap .queto-symbol span, .testimonial-slider-two .slider-content-wrap .queto-symbol .post-details .tags a, .post-details .tags .testimonial-slider-two .slider-content-wrap .queto-symbol a {
  font-family: "Playfair Display", serif;
  font-size: 200px;
  color: rgba(0, 0, 0, 0.6);
}

.testimonial-slider-two .slider-content-wrap p, .testimonial-slider-two .slider-content-wrap .post-single .read-more, .post-single .testimonial-slider-two .slider-content-wrap .read-more {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  padding-top: 70px;
  padding-bottom: 70px;
  color: rgba(0, 0, 0, 0.7);
}

.testimonial-slider-two #quote-carousel .carousel-indicators {
  width: 70%;
  bottom: -65px;
}

.testimonial-slider-two #quote-carousel .carousel-indicators li {
  width: 175px;
  height: 70px;
  margin: 00px;
  cursor: pointer;
  border: 4px solid transparent;
  border-radius: 50%;
  opacity: 1;
  margin-right: 70px;
  text-indent: -35px;
  overflow: visible;
  transition: all 0.4s;
}

.testimonial-slider-two #quote-carousel .carousel-thumb-img {
  float: left;
  text-align: right;
}

.testimonial-slider-two #quote-carousel .carousel-thumb-img img {
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-width: none;
}

.testimonial-slider-two #quote-carousel .carousel-thumb-text {
  float: right;
  margin-top: 8px;
  text-align: right;
}

.testimonial-slider-two #quote-carousel .carousel-thumb-text h6, .testimonial-slider-two #quote-carousel .carousel-thumb-text p, .testimonial-slider-two #quote-carousel .carousel-thumb-text .post-single .read-more, .post-single .testimonial-slider-two #quote-carousel .carousel-thumb-text .read-more {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  transition: all 0.3s ease;
}

.testimonial-slider-two #quote-carousel .carousel-thumb.active {
  background: transparent;
}

.testimonial-slider-two #quote-carousel .carousel-thumb.active .carousel-thumb-text h6 {
  color: black;
}

.testimonial-slider-two #quote-carousel .carousel-thumb.active .carousel-thumb-img img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

/*-------------------------
	7.0 - price table sections
--------------------------*/
.price-table {
  z-index: -5;
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.price-table .overlay {
  position: relative;
  padding: 100px 50px 70px 50px;
  background: rgba(255, 255, 255, 0.86);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}

.price-table .overlay:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.price-table .header {
  text-align: center;
  margin-bottom: 25px;
}

.price-table .header .plan-name, .price-table .header .price {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
}

.price-table .header .price {
  font-size: 60px;
}

.price-table .header .plan-limit {
  font-size: 16px;
  line-height: 53px;
}

.price-table .list li {
  font-size: 16px;
  line-height: 40px;
  font-family: "Playfair Display", serif;
  color: #000000;
  font-weight: 400;
}

.price-table .footer {
  margin-top: 50px;
}

.price-table .footer a, .price-table .footer .widget_categories li span, .widget_categories li .price-table .footer span {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #000000;
  text-decoration: underline;
}

.price-table.price-selected {
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.33);
  margin-top: -15px;
}

.price-table.price-selected .overlay {
  padding: 130px 50px 70px 50px;
 	background: rgba(255, 255, 255, 0.86);
}

.price-table.price-selected .overlay:before {
  background: rgba(255, 255, 255, 0.86);
}

.price-table:hover {
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.33);
  margin-top: -15px;
}

.price-table:hover .overlay {
  padding: 130px 50px 70px 50px;
  background: transparent;
}

.price-table:hover .overlay:before {
  background: rgba(255, 255, 255, 0.86);
}

/*-------------------------
	8.0 - blog sections
--------------------------*/

.post-single {
  overflow: hidden;
  padding-bottom: 40px;
}

.post-single .thumb {
  position: relative;
  margin-bottom: 20px;
  text-align:center;
  background: rgba(0,0,0,0.1);
}

.post-single .thumb img {
  max-width: 100%;
  height: auto;
  display:inline-block;
}

.post-single .thumb .tag {
  position: absolute;
  left: 0;
  top: 50px;
  background: #ffffff;
  color: #000000;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  line-height: 33px;
}

.post-single .post-meta {
  margin-bottom: 5px;
}



.post-single a:hover, .post-single .widget_categories li span:hover, .widget_categories li .post-single span:hover {
  text-decoration: none;
}

.post-single .date, .post-single .post-details .post-desk .post-meta .author, .post-details .post-desk .post-meta .post-single .author, .post-single .post-details .post-desk .post-meta span, .post-details .post-desk .post-meta .post-single span, .post-single .post-details .post-desk .post-meta .tags a, .post-details .post-desk .post-meta .tags .post-single a, .post-single .post-details .tags .post-desk .post-meta a, .post-details .tags .post-desk .post-meta .post-single a {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}



.post-single .read-more {
  opacity: 1;
  text-decoration: underline;
  letter-spacing: 1.3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-single .read-more:hover {
  opacity: .5;
}

.post-single.bg-gray {
  padding-bottom: 30px;
  margin-bottom: 30px !important;
}

.post-single.bg-gray .post-meta {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 40px;
}

.post-single.bg-gray p, .post-single.bg-gray .read-more {
  padding: 0 35px;
}

.post-single.bg-gray .read-more {
  padding: 0 35px;
  margin: 0;
}

.post-single ul li {
  color: rgba(0, 0, 0, 0.6);
}
.sticky-title {
	font-size: 16px;
	margin-bottom: 10px !important;
}
.post-single h1, .post-single h2, .post-single h3, .post-single h4, .post-single h5, .post-single h6 {
  color: #000000;
  margin-bottom: 10px;
}

.post-single .wp-caption img {
  max-width: 100%;
  height: auto;
}

.post-single p img, .post-single .read-more img {
  max-width: 100%;
  margin: auto;
}

.post-single p a, .post-single .read-more a, .post-single p .widget_categories li span, .widget_categories li .post-single p span, .post-single .read-more .widget_categories li span, .widget_categories li .post-single .read-more span, .post-single p .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags .post-single p a, .post-single p .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li .post-single p a {
  font-size: 13px;
}

.post-single.sticky {
  position: relative;
}

.post-single iframe {
  width: 100%;
  margin: auto;
  background-color: transparent;
  opacity: 1;
}

.post-details .post-desk {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.post-details .post-desk .post-meta {
  padding: 30px 0;
  margin-bottom: 10px;
}

.post-details .post-desk .post-meta .catagories {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  color: #000000;
}

.post-details .post-desk .post-meta .date, .post-details .post-desk .post-meta .author, .post-details .post-desk .post-meta span, .post-details .post-desk .post-meta .tags a, .post-details .tags .post-desk .post-meta a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.65px;
  color: #006cff;
}

.post-details .post-desk .post-meta span, .post-details .post-desk .post-meta .tags a, .post-details .tags .post-desk .post-meta a {
  margin: 0 3px;
}

.post-details .post-desk .post-title, .post-details .post-desk .post-single a, .post-single .post-details .post-desk a, .post-details .post-desk .post-single .widget_categories li span, .post-single .widget_categories li .post-details .post-desk span, .post-details .post-desk .widget_categories li .post-single span, .widget_categories li .post-single .post-details .post-desk span, .widget_categories li .post-details .tags .post-single .post-desk a, .post-details .tags .widget_categories li .post-single .post-desk a {
  display: block;
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-bottom: 25px;
}

.post-details .post-desk p, .post-details .post-desk .post-single .read-more, .post-single .post-details .post-desk .read-more {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  word-break: break-word;
  letter-spacing: 0.65px;
  color: rgba(0,0,0,.6);
  margin-bottom: 10px;
  margin-top: 15px;
}

.post-details .post-desk p img, .post-details .post-desk .post-single .read-more img, .post-single .post-details .post-desk .read-more img {
  max-width: 100%;
}

.post-details .post-desk .wp-caption img {
  max-width: 100%;
}

.post-details .post-desk .wp-caption .wp-caption-text {
  text-align: center;
}

.post-details .tags {
  margin: 20px 0;
  text-transform: uppercase;
}

.post-details .tags span, .post-details .tags a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.6px;
}

.post-details .tags a, .post-details .tags .widget_categories li span, .widget_categories li .post-details .tags span {
  font-size: 13px;
  color: #000000;
  opacity: .65;
  line-height: 25px;
  text-transform: capitalize;
  margin-left: 5px;
}

.post-details .tags a:hover, .post-details .tags .widget_categories li span:hover, .widget_categories li .post-details .tags span:hover, .post-details .tags a:active, .post-details .tags .widget_categories li span:active, .widget_categories li .post-details .tags span:active, .post-details .tags a:focus, .post-details .tags .widget_categories li span:focus, .widget_categories li .post-details .tags span:focus {
  text-decoration: none;
  color: #000000;
  opacity: 1;
}

.post-details .tags a:after, .post-details .tags .widget_categories li span:after, .widget_categories li .post-details .tags span:after {
  content: ',';
}

.post-details .tags a:last-child:after, .post-details .tags .widget_categories li span:last-child:after, .widget_categories li .post-details .tags span:last-child:after {
  content: none;
}

.post-details .share {
  margin: 20px 0;
  text-transform: uppercase;
}

.post-details .share span, .post-details .share .tags a, .post-details .tags .share a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.65px;
}

.post-details .share a, .post-details .share .widget_categories li span, .widget_categories li .post-details .share span {
  font-size: 13px;
  color: #000000;
  opacity: .65;
  padding: 0 5px;
}

.post-details .page-links .page-links-title {
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
}

.post-details .page-links a, .post-details .page-links .widget_categories li span, .widget_categories li .post-details .page-links span {
  display: inline-block;
  margin-left: 5px;
}

.post-details .page-links a span, .post-details .page-links .widget_categories li span span, .widget_categories li .post-details .page-links span span, .post-details .page-links a .tags a, .post-details .tags .page-links a a, .post-details .page-links .widget_categories li span .tags a, .post-details .tags .page-links .widget_categories li span a, .widget_categories li .post-details .page-links span .tags a, .widget_categories li .post-details .tags .page-links span a, .widget_categories li .post-details .page-links .tags a a, .post-details .page-links .tags .widget_categories li a a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}

.post-recent {
  border-bottom: 1px solid #f0f0f0;
}

.post-recent .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
}

.post-recent .post-single .thumb img {
  max-width: 100%;
  height: auto;
}

.post-recent .post-single .post-title, .post-recent .post-single a, .post-recent .post-single .widget_categories li span, .post-recent .widget_categories li .post-single span, .widget_categories li .post-recent .post-single span, .post-recent .post-single .widget_categories li .post-details .tags a, .post-recent .widget_categories li .post-details .tags .post-single a, .widget_categories li .post-details .tags .post-recent .post-single a, .post-recent .post-single .post-details .tags .widget_categories li a, .post-recent .post-details .tags .widget_categories li .post-single a, .post-details .tags .widget_categories li .post-recent .post-single a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin: 5px 0;
}

.post-recent .post-single p, .post-recent .post-single .read-more {
  margin-bottom: 0;
}

.posts-comment .comment-reply-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
}

.posts-comment .logged-in-as {
  margin-bottom: 30px;
}

.posts-comment .comment-notes {
  display: none;
}

.posts-comment .col-sm-6 .form-group {
  margin-left: -15px;
}
.posts-comment input {
  padding-left:0;
  padding-right:0;
}
.posts-comment textarea {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  margin-bottom: 40px;
}

.posts-comment textarea:focus {
  outline: none;
}

.posts-comment .form-group {
  margin-bottom: 40px;
}

.posts-comment input.form-control {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  box-shadow: none;
}

.comments-list {
  border-bottom: 1px solid #777171;
}
.single ul.children {
  margin-left: 30px;
}
.comments-list .single-comment {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}

.comments-list .single-comment .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  margin-bottom: 15px;
  padding-right: 10px;
}

.comments-list .single-comment p, .comments-list .single-comment .post-single .read-more, .post-single .comments-list .single-comment .read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,.6);
  word-break: break-word;
  line-height: 20px;
  margin-bottom: 40px;
}

.comments-list .single-comment .date, .comments-list .single-comment .post-details .post-desk .post-meta .author, .post-details .post-desk .post-meta .comments-list .single-comment .author, .comments-list .single-comment .post-details .post-desk .post-meta span, .post-details .post-desk .post-meta .comments-list .single-comment span, .comments-list .single-comment .post-details .post-desk .post-meta .tags a, .post-details .post-desk .post-meta .tags .comments-list .single-comment a, .comments-list .single-comment .post-details .tags .post-desk .post-meta a, .post-details .tags .post-desk .post-meta .comments-list .single-comment a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.comments-list .single-comment .media-left img {
  border-radius: 50%;
  width: 80px !important;
}

.comments-list .single-comment .media-body {
  padding-left: 20px;
}

.comments-list .single-comment .comments-reply {
  margin: 0 0 10px 0;
}


.author .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.author p, .author .post-single .read-more, .post-single .author .read-more {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #100000;
}

.author .media-left img {
  border-radius: 50%;
  max-width: inherit;
}

.author .media-body {
  padding-left: 30px;
}

/**** 	9.0 - contact ****/
.location {
  text-align: center;
}

.location .item {
  margin-bottom: 30px;
}

.location .item i {
  font-size: 30px;
}

.location .item h6 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.location .item p, .location .item .post-single .read-more, .post-single .location .item .read-more {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  opacity: .5;
}

.contact-form .form-control, .contact-form textarea {
  border-bottom: 1px solid #cfcfcf;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  margin-bottom: 80px !important;
  padding-left: 0;
  color: #000000;
}

.contact-form textarea {
  width: 100%;
  resize: none;
}

.contact-form textarea:focus {
  outline: none;
}

.contact-form .btn-submit {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.406px;
  border: 0;
  background: transparent;
  text-decoration: underline;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form .btn-submit:hover, .contact-form .btn-submit:focus {
  opacity: .5;
  outline: none;
}

input[type="submit"]{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.406px;
  border: 0;
  background: transparent;
  text-decoration: underline;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="submit"]:focus {
  opacity: .5;
  outline: none;
}
/*-------------------------
	10.0 - gallery sections
--------------------------*/
.isotope-filters {
  text-align: center;
  margin-bottom: 10px;
}

.isotope-filters button {
  border: 0;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 50px;
  outline: none;
  text-transform: uppercase;
  margin-right: 25px;
}

.isotope-filters button:last-child {
  margin-right: 0;
}

.isotope-filters button.active {
  color: #000000;
  outline: none;
}

.isotope .grid-item {
  width: 33.33%;
  float: left;
  padding: 17px;
}

.isotope .grid-item img {
  width: 100%;
}

.isotope .gallery-single {
  margin-bottom: 0;
}

.isotope2 .grid-item {
  width: 50%;
  float: left;
  padding: 23px 20px;
}

.isotope2 .grid-item img {
  width: 100%;
}

/*-------------------------
	11.0 - sidebar
--------------------------*/
.widget {
  margin-bottom: 50px;
}

.widget .screen-reader-text {
  display: none !important;
}

.widget.no-border {
  border-bottom: 0;
}

.widget .widget-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 35px;
  color: #000000;
  text-transform: uppercase;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li a, .widget ul .widget_categories li span, .widget_categories .widget ul li span, .widget ul .widget_categories li .post-details .tags a, .widget_categories .widget ul li .post-details .tags a, .widget ul .post-details .tags .widget_categories li a, .post-details .tags .widget_categories .widget ul li a {
  color: rgba(0,0,0,.5);
}

.widget ul ul.children {
  margin-left: 30px;
  list-style-type: disc;
}

.widget.widget_search {
  position: relative;
  padding: 0 !important;
  border: 0;
}

.widget.widget_search label {
  width: 100%;
  margin-bottom: 0;
}

.widget.widget_search .screen-reader-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  color: #000000;
}

.widget.widget_search .search-field {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #cccccc;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 17px;
}

.widget.widget_search .search-field::-webkit-input-placeholder {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  opacity: .50;
}

.widget.widget_search .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  opacity: .50;
}

.widget.widget_search .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  opacity: .50;
}

.widget.widget_search .search-field:-ms-input-placeholder {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  opacity: .50;
}

.widget.widget_search .search-field:focus,
.widget.widget_search .search-submit:focus {
  outline: none;
}

.widget.widget_search .search-submit {
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 50px;
  border-radius: 0;
  border: 0;
  margin-left: -5px;
  background: none;
  color: #000000;
  opacity: .25;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget.widget_search .search-submit:hover {
  color: #353535;
}

.widget.menu .menu-item {
  color: rgba(0, 0, 0, 0.6) !important;
}

.widget.widget_pages ul .page_item a, .widget.widget_pages ul .page_item .widget_categories li span, .widget_categories li .widget.widget_pages ul .page_item span {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
  line-height: 24px;
}

.widget.widget_meta ul li a, .widget.widget_meta ul .widget_categories li span, .widget_categories .widget.widget_meta ul li span {
  color: rgba(0, 0, 0, 0.6);
}
.widget ul li,
.widget ul li a {
	margin-bottom: 5px;
  font-size: 14px;
}
.widget.widget_categories ul li.cat-item {
  margin-bottom: 0;
}

.widget.widget_categories ul li.cat-item a, .widget.widget_categories ul li.cat-item span {
  color: rgba(0, 0, 0, 0.6) !important;
  line-height: 36px;
}

.widget.widget_archive ul li a, .widget.widget_archive ul .widget_categories li span, .widget_categories .widget.widget_archive ul li span {
  font-size: 14px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.6) !important;
}

.widget.widget_recent_comments ul .recentcomments a, .widget.widget_recent_comments ul .recentcomments .widget_categories li span, .widget_categories li .widget.widget_recent_comments ul .recentcomments span {
  color: rgba(0, 0, 0, 0.6);
  word-break: break-word;
}

.widget.widget_text .textwidget p, .widget.widget_text .textwidget .post-single .read-more, .post-single .widget.widget_text .textwidget .read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}

.widget.widget_text .textwidget .wp-caption {
  margin-bottom: 20px;
}

.widget.widget_nav_menu .menu .menu-item a, .widget.widget_nav_menu .menu .menu-item .widget_categories li span, .widget_categories li .widget.widget_nav_menu .menu .menu-item span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 36px;
}

/*************** 11.1 - tag widget ***************/
.tagcloud a, .tagcloud .widget_categories li span, .widget_categories li .tagcloud span, .tagcloud .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags .tagcloud a, .tagcloud .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li .tagcloud a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  color: #000000;
  line-height: 26px;
  padding: 0 10px;
  border: 1px solid #eeeeee;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  background: #f5f5f5;
}

.tagcloud a:hover, .tagcloud .widget_categories li span:hover, .widget_categories li .tagcloud span:hover {
  background-color: #ffffff;
  text-decoration: none;
}

/*************** 11.2 - catagories widget ***************/
.widget_categories li {
  position: relative;
  margin-bottom: 30px;
}

.widget_categories li a, .widget_categories li span, .widget_categories li .post-details .tags a, .post-details .tags .widget_categories li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: black !important;
  opacity: 1 !important;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget_categories li a:hover, .widget_categories li span:hover {
  color: #353535;
}

.widget_categories li span, .widget_categories li .post-details .tags a, .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li span, .widget_categories li .post-details .tags span {
  float: right;
}

/***************  11.3 - social widget ***************/
.widget_widget_social a, .widget_widget_social .widget_categories li span, .widget_categories li .widget_widget_social span, .widget_widget_social .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags .widget_widget_social a, .widget_widget_social .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li .widget_widget_social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #7d7d7d;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.widget_widget_social a:hover, .widget_widget_social .widget_categories li span:hover, .widget_categories li .widget_widget_social span:hover {
  color: black;
}

/***************  11.4 - recent post widget ***************/
.widget_recent_entries ul li {
  margin-bottom: 30px;
}

.widget_recent_entries ul li a, .widget_recent_entries .widget_categories li span, .widget_categories .widget_recent_entries li span, .widget_recent_entries .widget_categories li .post-details .tags a, .widget_categories .widget_recent_entries li .post-details .tags a, .widget_recent_entries .post-details .tags .widget_categories li a, .post-details .tags .widget_categories .widget_recent_entries li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px !important;
  color: rgba(0,0,0,.4);
  opacity: 1 !important;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-bottom: 10px;
}

.widget_recent_entries li a:hover, .widget_recent_entries .widget_categories li span:hover, .widget_categories .widget_recent_entries li span:hover {
  color: rgba(0, 0, 0, 0.6);
}

.widget_recent_entries li p, .widget_recent_entries li .post-single .read-more, .post-single .widget_recent_entries li .read-more {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

.widget_recent_entries li .media-left img {
  width: 84px;
  max-width: inherit;
  height: 84px;
}

/***************  11.5 - widget tweets ***************/
.widget_tweets .widget-title {
  margin-bottom: 15px;
}

.widget_tweets ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

.widget_tweets ul li:last-child {
  border-bottom: 0;
}

.widget_tweets ul li p, .widget_tweets ul li .post-single .read-more, .post-single .widget_tweets ul li .read-more {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 35px;
}

.widget_tweets ul li p:before, .widget_tweets ul li .post-single .read-more:before, .post-single .widget_tweets ul li .read-more:before {
  position: absolute;
  left: -36px;
  top: 25px;
  content: '\f099';
  font-family: FontAwesome;
  font-size: 25px;
}

.widget_tweets ul li p > span, .widget_tweets ul li .post-single .read-more > span, .post-single .widget_tweets ul li .read-more > span, .widget_tweets ul li .post-details .tags p > a, .post-details .tags .widget_tweets ul li p > a, .widget_tweets ul li .post-single .post-details .tags .read-more > a, .post-details .tags .widget_tweets ul li .post-single .read-more > a, .post-single .widget_tweets ul li .post-details .tags .read-more > a, .post-details .tags .post-single .widget_tweets ul li .read-more > a, .widget_tweets ul .post-details .tags .widget_categories li p > span, .post-details .tags .widget_categories .widget_tweets ul li p > span, .widget_tweets ul .widget_categories li .post-details .tags p > span, .widget_categories .widget_tweets ul li .post-details .tags p > span, .widget_tweets ul .widget_categories li .post-single .post-details .tags .read-more > span, .widget_categories .widget_tweets ul li .post-single .post-details .tags .read-more > span, .post-single .widget_tweets ul .widget_categories li .post-details .tags .read-more > span, .widget_categories .post-single .widget_tweets ul li .post-details .tags .read-more > span {
  color: #000000 !important;
  opacity: 1 !important;
}

.widget_tweets ul li .time {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  text-transform: none;
  color: #000000;
  margin-left: 35px;
}

footer .widget .widget-title a, footer .widget .widget-title .widget_categories li span, .widget_categories li footer .widget .widget-title span {
  color: #ffffff;
}

footer .widget ul li a, footer .widget ul .widget_categories li span, .widget_categories footer .widget ul li span, footer .widget ul .widget_categories li .post-details .tags a, .widget_categories footer .widget ul li .post-details .tags a, footer .widget ul .post-details .tags .widget_categories li a, .post-details .tags .widget_categories footer .widget ul li a {
  color: #ffffff;
}

footer .widget .rsswidget {
  color: #ffffff !important;
}

footer .widget .rssSummary {
  color: #ffffff !important;
}

footer .widget.widget_archive ul li a, footer .widget.widget_archive ul .widget_categories li span, .widget_categories footer .widget.widget_archive ul li span {
  color: white !important;
}

footer .widget.widget_archive .screen-reader-text {
  color: #ffffff;
}

footer .widget.widget_categories .screen-reader-text {
  color: rgba(255, 255, 255, 0.6) !important;
}

footer .widget.widget_categories ul li.cat-item a, footer .widget.widget_categories ul li.cat-item span {
  color: rgba(255, 255, 255, 0.6) !important;
}



footer .widget.widget_text .textwidget p, footer .widget.widget_text .textwidget .post-single .read-more, .post-single footer .widget.widget_text .textwidget .read-more {
  color: rgba(255, 255, 255, 0.7);
}

footer .widget.widget_text .textwidget p strong, footer .widget.widget_text .textwidget .post-single .read-more strong, .post-single footer .widget.widget_text .textwidget .read-more strong {
  color: rgba(255, 255, 255, 0.7);
}

footer .widget.widget_text .textwidget .wp-caption {
  margin-bottom: 20px;
}

footer .widget.widget_text .textwidget .wp-caption .wp-caption-text {
  color: #000000;
}

footer .widget.widget_meta ul li a, footer .widget.widget_meta ul .widget_categories li span, .widget_categories footer .widget.widget_meta ul li span {
  color: #ffffff;
}

footer .widget.widget_calendar table caption {
  color: #ffffff !important;
}

footer .widget.widget_calendar table thead tr th, footer .widget.widget_calendar table tfoot tr th {
  color: #ffffff !important;
}

footer .widget.widget_calendar table thead tr td a, footer .widget.widget_calendar table thead tr td .widget_categories li span, .widget_categories li footer .widget.widget_calendar table thead tr td span, footer .widget.widget_calendar table tfoot tr td a, footer .widget.widget_calendar table tfoot tr td .widget_categories li span, .widget_categories li footer .widget.widget_calendar table tfoot tr td span {
  color: #ffffff !important;
}

/*-------------------------
	15.0 - footer sections
--------------------------*/

footer {
  background: #222222;
}
footer .widget_about .widget-logo {
  margin-bottom: 45px;
}

footer .widget_about p, footer .widget_about .post-single .read-more, .post-single footer .widget_about .read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  color: #ffffff;
  opacity: .6;
}
footer .widget.widget_pages ul .page_item a,
footer .widget.widget_recent_comments ul .recentcomments a {
  color: rgba(255,255,255,.6) !important;
}
.widget.widget_recent_comments ul .recentcomments a 
footer .social a, footer .social .widget_categories li span, .widget_categories li footer .social span, footer .social .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags footer .social a, footer .social .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li footer .social a {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  margin-right: 20px;
}

footer .widget .widget-title {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 50px;
}

footer .widget_jina_contact ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  opacity: .6;
  line-height: 20px;
  margin-bottom: 20px;
}

footer .widget_jina_contact ul li i {
  font-size: 18px;
}

footer .widget_jina_contact ul li .media-left {
  padding-right: 25px;
}

footer .widget_jina_contact ul li a, footer .widget_jina_contact ul .widget_categories li span, .widget_categories footer .widget_jina_contact ul li span, footer .widget_jina_contact ul .widget_categories li .post-details .tags a, .widget_categories footer .widget_jina_contact ul li .post-details .tags a, footer .widget_jina_contact ul .post-details .tags .widget_categories li a, .post-details .tags .widget_categories footer .widget_jina_contact ul li a {
  color: #ffffff;
}

footer .widget_jina_contact ul li a:hover, footer .widget_jina_contact ul .widget_categories li span:hover, .widget_categories footer .widget_jina_contact ul li span:hover {
  text-decoration: none;
}

footer .widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .social a {
  margin-right: 20px;
  font-size: 20px;
  color: #ffffff;
}
footer .widget_recent_entries ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .widget_recent_entries ul li:last-child {
  border-bottom: none;
  margin: 0;
}

footer .widget_recent_entries a, footer .widget_recent_entries .widget_categories li span, .widget_categories li footer .widget_recent_entries span, footer .widget_recent_entries .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags footer .widget_recent_entries a, footer .widget_recent_entries .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li footer .widget_recent_entries a {
  display: block;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2px;
  margin-top: 15px;
}

footer .widget_recent_entries a:hover, footer .widget_recent_entries .widget_categories li span:hover, .widget_categories li footer .widget_recent_entries span:hover {
  opacity: .5;
  color: #ffffff;
  text-decoration: none;
}

footer .widget_recent_entries span, footer .widget_recent_entries .post-details .tags a, .post-details .tags footer .widget_recent_entries a, footer .widget_recent_entries .post-details .tags .widget_categories li span, .post-details .tags .widget_categories li footer .widget_recent_entries span, footer .widget_recent_entries .widget_categories li .post-details .tags span, .widget_categories li .post-details .tags footer .widget_recent_entries span {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
  opacity: .5;
  margin-bottom: 15px;
}

/*** responsive style start here ***/
@media all and (min-width: 1400px) and (max-width: 1920px) {
  .res-padd-lr90 {
    padding: 0 90px;
  }
}

@media all and (min-width: 992px) and (max-width: 1024px) {
  .navbar-default .navbar-nav > li > a, .navbar-default .widget_categories .navbar-nav > li > span, .widget_categories .navbar-default .navbar-nav > li > span, .navbar-default .widget_categories li .post-details .tags .navbar-nav > li > a, .navbar-default .post-details .tags .widget_categories .navbar-nav > li > a {
    padding: 25px 14px;
  }
  .header .nav-search .search-form label .search-field.active {
  	max-width: 110px;
    font-size: 10px;
  }
}

@media all and (max-width: 1024px) {
  .res-md-center {
    text-align: center;
  }
  .testimonial-section #quote-carousel .carousel-indicators {
    width: 80%;
    left: 45%;
  }
  .testimonial-section .slider-content-wrap {
    padding-right: 200px;
    padding-left: 200px;
  }
  .vetically-center {
    transform: translateY(13%);
  }
}

@media all and (max-width: 991px) {
  .res-sm-center {
    text-align: center;
  }
  .res-m-sm-t50 {
    margin-top: 50px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
    border-bottom: none;
  }
  .header .social-icons {
    display: none;
  }
  .header #search-form {
    display: none;
  }
  .navbar-default .navbar-nav {
    width: 100%;
    text-align: center;
    z-index: 9999;
  }
  .navbar-default .navbar-nav > li {
    float: none;
    display: block;
  }
  .navbar-default .navbar-nav > li > a, .navbar-default .widget_categories .navbar-nav > li > span, .widget_categories .navbar-default .navbar-nav > li > span, .navbar-default .widget_categories li .post-details .tags .navbar-nav > li > a, .navbar-default .post-details .tags .widget_categories .navbar-nav > li > a {
    padding: 10px 10px;
  }
  .navbar-default .navbar-nav li a, .navbar-default .navbar-nav .widget_categories li span, .widget_categories .navbar-default .navbar-nav li span {
    text-align: left;
  }
  .navbar-default .navbar-nav .has-sub-menu {
    position: relative;
  }
  .navbar-default .navbar-nav .has-sub-menu > .sub-menu {
    position: static;
    visibility: visible;
    overflow: visible;
    display: block;
    background: transparent;
    opacity: 1;
    box-shadow:none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-left: 15px;
  }
  .navbar-default .navbar-nav .has-sub-menu > .sub-menu li a{
    padding: 5px 10px;
  }
  .navbar-default .navbar-nav .has-sub-menu > .sub-menu .sub-menu {
    position: static;
    display: block;
  }
  .navbar-default .navbar-brand {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 16px;
  }
  .service-single {
    text-align: center;
    margin-bottom: 80px;
  }
  .service-single .sub-title {
    margin: 25px 0 30px 0;
  }
  .service-single figure {
    margin-bottom: 30px;
  }
  .service-single .read-more {
    float: none !important;
    text-align: center;
  }
  .service-single.p-tb70 {
    padding: 35px 0;
  }
  .full-width.p-tb70 {
    padding: 35px 0;
  }
  .section-title:after {
    display: none;
  }
  .section-title.pull-left {
    float: none !important;
    text-align: center;
    display: block;
    padding-bottom: 20px;
  }
  .section-sub-title.pull-right {
    float: none !important;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }
  .section-header .sub-title {
    width: 100%;
  }
  .gallery-single {
    margin-bottom: 80px;
  }
  .gallery-single .thumb img {
    width: 100%;
  }
  .team-single {
    text-align: center;
    margin-bottom: 80px;
  }
  .achievement-single {
    margin-bottom: 80px;
    text-align: center;
  }
  .price-table {
    margin-bottom: 80px;
  }
  .contact-form .pull-right {
    float: none !important;
  }
  .contact-form .btn-submit {
    display: block;
    margin: auto;
  }
  .post-single {
    text-align: center;
  }
  .post-single .pull-right {
    float: none !important;
    margin: auto;
  }
  .post-details .post-desk .post-meta .author,
  .post-details .post-desk .post-meta span, .post-details .post-desk .post-meta .tags a, .post-details .tags .post-desk .post-meta a {
    font-size: 12px;
  }
  .price-table .list {
    list-style: none;
    text-align: center;
  }
  .rm-md-b50 {
    margin-bottom: 50px;
  }
  .rm-md-b80 {
    margin-bottom: 80px;
  }
  .service-section.m-tb100 {
    margin: 80px 0 0 0;
  }
  .gallery-section.m-tb100 {
    margin: 80px 0 0 0;
  }
  .team-section.m-b100 {
    margin: 20px 0 0 0;
  }
  .pricing-section.m-tb120 {
    margin: 80px 0 0 0;
  }
  .nav-search {
    display: none;
  }
}

@media all and (max-width: 768px) {
  h1{font-size: 32px}
  h2{font-size: 28px}
  h3{font-size: 22px}
  h4{font-size: 16px}
  h5{font-size: 12px}
  h6{font-size: 9px}

  .comments-list .single-comment .media-body{padding-left: 0;}
  .comments-list .single-comment .title{padding-left: 60px; position: absolute; margin-top: -32px;}
  .media-left{display: block;}
  th, td{ padding: 10px!important; }
  .comments-list .single-comment .media-left img{
    width: 50px !important;
  }
  .single ul.children{
    margin-left: 10px;
  }
  .post-single p{
    margin: 0 10px;
  }
  .section-padding{
    margin: 0 15px;
  }
  .testimonial-section .slider-content-wrap {
    padding-right: 100px;
    padding-left: 100px;
  }
  .testimonial-section #quote-carousel .carousel-indicators {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -210px;
  }
  .testimonial-section #quote-carousel .carousel-indicators li {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .testimonial-section .outer-line {
    padding-bottom: 220px;
  }
  .vetically-center {
    transform: translateY(0);
  }
}

@media all and (max-width: 767px) {
  .res-xs-center {
    text-align: center;
  }
  .testimonial-section .slider-content-wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media all and (max-width: 480px) {
  .isotope-filters button {
    line-height: 25px;
    margin-right: 5px;
  }
  blockquote {
    position: relative;
    padding: 20px 20px;
    margin: 0 0 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #000000;
    background: #f5f5f5;
    line-height: 28px;
    letter-spacing: 0.75px;
    opacity: .81;
    font-size: 15px;
    border-left: 5px solid #727070;
    text-align: center;
  }
  .post-details .author .media-body {
    padding-left: 0;
  }
  .post-comment .pull-right {
    float: none !important;
  }
  .post-comment .form-group {
    margin-bottom: 20px;
  }
  .post-comment .m-tb50 {
    margin: 20px 0 30px 0;
  }
  .post-comment input.form-control {
    width: 100%;
  }
  .testimonial-section .slider-content-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .testimonial-section:after {
  	left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
  }
}

@media all and (max-width: 380px) {
  .page-title h2 {
    font-size: 28px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 36px;
    color: #353535;
  }
}
iframe{
  max-width: 100%;
}
.no-padding{
  padding: 0 !important;
}