/* 1. DEFAULT */
body {
  letter-spacing: 1px;
  color: #000000;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
a {
  text-decoration: none !important;
  outline: none;    
  color: #e3bc7f;
}
a:hover {    
  color: #e3bc7f;
}
p {
  line-height: 1.6;
}
hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.btn, .btn:focus, button, .form-control:focus, button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.xs-mb-30 {
  margin-bottom: 30px;
}
.color {
    color: #e3bc7f;
}
.mt-30 {
  margin-top: 30px;
}
.btn:hover {
  color: #fff;
}
.section-header p {
  line-height: 2;
}
.section-header h2 span {
  color: #e3bc7f;
}
.section-padding {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
.section-header h2 {
    font-weight: 700;
    font-size: 55px;
    text-transform: uppercase;    
}
@media (max-width: 767px) {
.section-header h2 {
    font-size: 35px;  
}
}
/* 2. NAVBAR */
.navbar {
  display: block;
}
.cus-navbar {
  padding: 0;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.cus-navbar .navbar-nav li a {
  line-height: 26px;
  font-size: 12px;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}
.cus-navbar .navbar-nav li a:hover {
  color: #e3bc7f;
}
@media (min-width: 1200px) {
.cus-navbar .navbar-nav li a {
  font-size: 14px;
  margin: 0 15px;
}
}
.cus-navbar .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}
.logo .logo-one {
  display: inline-block;
}
.logo .logo-two {
  display: none;
}
.nav-sticky .logo .logo-two {
  display: inline-block;
}
.nav-sticky .logo .logo-one {
  display: none;
}
.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}
.cus-navbar .navbar-toggles {
  padding: .25rem .75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #fff;
  outline: 0;
}
.cus-navbar .navbar-toggles-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
.menu-toggle {
  padding: 4.5px 10px !important;
}
.menu-toggle span {
  line-height: 27px;
}
.nav-sticky.cus-navbar {
  margin-top: 0px;
  background-color: #FFF;
  box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
  color: #000 !important;
}
.nav-sticky.cus-navbar.cus-bg {
  background-color: #fff;
}
.nav-sticky .navbar-nav li a {
  color: rgba(50, 50, 50, 0.7) !important;
}
.nav-sticky.cus-navbar .navbar-nav li.active a, .nav-sticky.cus-navbar .navbar-nav li a:hover, .nav-sticky.cus-navbar .navbar-nav li a:active {
  color: #e3bc7f !important;
}
.nav-sticky.cus-navbar .navbar-toggles {
  padding: .25rem .75rem;
  border: 1px solid transparent;
  outline: 0;
}
.nav-sticky .navbar-nav {
  margin-top: 0px;
}
/* 3. HOME */
.banner-text {
  display: table;
  width: 100%;
  height: 100%;
}
.welcome-content {
  display: table-cell;
  vertical-align: middle;
}
.home-overlay {
  background-color: rgba(16, 16, 25, 0) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-area {
  background: url(../img/home/bg.webp);
  background-size: cover;
  background-position: center left;
  height: 100vh;
  position: relative;
}
.banner-text-two {
  font-size: 60px;
  font-weight: 600;
}
.banner-text-one {
  font-size: 24px;
  font-weight: 400;
}
.banner-text-two span {
  color: #e3bc7f;    
  font-weight: 400;
}
.banner-text-three {
  font-weight: 400;
}
.btn-custom {
  color: #fff;
  padding: 12px 20px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #e3bc7f;
  margin: 0 10px;
  background: #e3bc7f;
  border-radius: 50px;
}
.btn.btn-custom.cus-b {
	background: transparent;
	text-decoration: none;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 25px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 25px;
	border: 3px solid #fff;
	font-weight: bold;
	position: relative;
	overflow: hidden;
    z-index: 10;
}
.btn.btn-custom.cus-b:hover, .btn.btn-custom.cus-b:focus{
    text-decoration: none;
	color: #000;
}
.btn.btn-custom.cus-b:hover:before{
    top: 0;
    border-radius: 0;
}
.btn.btn-custom.cus-b:before{
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e3bc7f;
    border-radius: 50% 50% 0 0;
    z-index: -1;
    transition: all .9s;
}
.btn.btn-custom.cus-b.v2 {
	color: #000;
	border: 3px solid #e3bc7f;
    background: #e3bc7f;
}
.btn.btn-custom.cus-b.v2:hover, .btn.btn-custom.cus-b.v2:focus{
	color: #fff;
}
.btn.btn-custom.cus-b.v2:before{
    background: #000;
}
.btn.btn-custom.cus-b.v3 {
	color: #000;
	border: 3px solid #fff;
    background: #e3bc7f;
}
.btn.btn-custom.cus-b.v3:hover, .btn.btn-custom.cus-b.v2:focus{
	color: #fff;
}
.btn.btn-custom.cus-b.v3:before{
    background: #000;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-text-two {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
 .home-overlay {
  background-color: rgba(16, 16, 25, 0.2) !important;
} 
}
@media (max-width: 767px) {
 .home-overlay {
  background-color: rgba(16, 16, 25, 0.4) !important;
} 
.home-area {
    max-height: 650px!important;
}
}
@media screen and (orientation: portrait) { 
.home-area {
    max-height: 650px!important;
}
}
/* 4. ABOUT */
.about-text h2 span {
  color: #e3bc7f;
}
.about-img img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .about-img img {
      max-width: 300px!important;
      height: auto;
  }
}
.about-text h2 {
  margin-bottom: 35px;
}
.about-text p {
  line-height: 2;
}
.features {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.features li {
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.features li::before {
  color: #e3bc7f;
  content: "\f101";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}
.about-btn a {
  background: #e3bc7f;
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
}
/* 5. SERVICES */
.services-area .section-header h2 {
  font-weight: 700;
  color: #fff;
}
.services-area .section-header h2 span {
  color: #e3bc7f;
}
.services-area .section-header {
  color: #fff;
}
.services-area {
  background: #222;
}
.single-services {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  padding: 35px 30px;
  transition: all .5s ease;
}
.single-services:hover {
  background: #e3bc7f;
  color: #000;
}
.single-services:hover h3 {
  color: #fff;
}
.single-services:hover i {
  color: #000;
}
.single-services p {
  color: #fff;
  font-weight: 500;
}
.single-services:hover p {
  color: #000;
}
.services-icon i {
  font-size: 32px;
  color: #fff;
}
.services-content h3 {
  font-size: 20px;
  padding: 20px 0;
  font-weight: 700;
  color: #e3bc7f;
}
/* 6. GALLERY */
.project-item img {
  width: 100%;
}
.project-item {
  margin: 15px;
}
.overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background: #222222;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: crosshair;
}
.overlay .overlay-inner {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
.overlay .overlay-inner h4 {
  color: #e3bc7f !important;
  margin-bottom: 0 !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  font-size: 20px;
  text-transform: uppercase;
}
.overlay .overlay-inner p {
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  margin-top: 10px;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.5;
}
.project-item:hover .overlay .overlay-inner h4 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.project-item:hover .overlay .overlay-inner p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.project-item a:hover .overlay {
  opacity: 1;
}
.port-items {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.portfolio-items .port-items .single-port {
  overflow: hidden;
}
.single-port {
  padding: 0;
}
ul.port-nav-list {
  padding: 0 0 50px 0;
  list-style: none;
  text-align: center;
}
ul.port-nav-list li {
  display: inline-block;
  margin-right: 10px;
}
ul.port-nav-list li a {
  display: block;
  cursor: pointer;
  color: rgb(73, 73, 73);
  font-size: 18px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
}
ul.port-nav-list li a.active {
  color: #fff;
  border: 1px solid #fff;
  background: #e3bc7f;
}
.port-items {
  width: 100%;
}
.portfolio-items .port-items .single-port {
  overflow: hidden;
  margin-bottom: 25px;
}
/* 7. STATISTICS */
.statistic-area {
  text-align: center;
  background: #222222;
}
.single-count i {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 30px;
}
.single-count h2 {
  font-size: 50px;
  color: #e3bc7f;
}
.single-count p {
  font-size: 18px;
  color: #ffffff;
}
/* 8. TESTIMONIALS */
.testimonial-area .section-title h2 {
  color: #fff;
}
.single-testimonial {
  background: #ffffff;
  padding: 30px 30px 70px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  margin: 5px;
  transition: all 0.5s ease;
  border-radius: 0 0 300px 300px;
}
.single-testimonial:hover {
  background: #222222;
  color: #fff;
}
.single-testimonial p {
  margin-bottom: 30px;
}
.single-testimonial h2, .modal-footer h2 {
  margin: 10px 0 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #e3bc7f;
}
.testi-comment {
  text-align: center;
}
.testi-comment i {
  font-size: 50px;
  color: #e3bc7f;
  text-align: center;
  margin-bottom: 22px;
}
.single-testimonial:hover h2, .single-testimonial:hover i {
  color: #e3bc7f;
}
.single-testimonial h3 {
  margin: 10px 0 0;
  font-weight: 300;
  font-size: 15px;
}
.testi-img {
  height: 70px;
  width: 70px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.testi-img img {
  width: 100%;
  height: 100%;
}
.owl-theme .owl-controls {
  margin-top: 50px;
  margin-left: 30px;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #262626 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-dot.active {
  background-color: #e3bc7f !important;
}
/* 9. TEAM */
.team-area {
  background: #f2f2f2;
}
.single-team-item img {
  border: 2px solid #e8e8e8;
  width: 100%;
}
.team-social-icons {
  text-align: center;
  padding: 5px;
}
.team-social-icons a {
  color: #fff;
  display: inline-block;
  background: #e3bc7f;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  margin: 3px;
  transition: 0.6s;
}
.team-social-icons a:hover {
  background: #222222;
}
.single-team-item h4 {
  text-align: center;
  font-weight: 500;
  margin-top: 15px;
}
.single-team-item h4 span {
  color: #727272;
  display: block;
  font-weight: 300;
  font-size: 65%;
  margin-top: 10px;
}
.team-social-icons {
  text-align: center;
  padding: 5px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
/* 10. PRICING */
.pricing_table {
  position: relative;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.30s linear 0s;
  background: #222222;
}
.pricing_table::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 40px;
  width: 60px;
  border: 20px solid #e3bc7f;
  border-right: 20px solid transparent;
}
.pricing_table::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -10px;
  border: 5px solid #e3bc7f;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
}
.pricing_table_header {
  padding: 35px 50px 20px;
}
.pricing_table_header h5 {
  display: block;
    min-height: 120px;    
    line-height: 1.5;
}
.pricing_table_header .price-plan {
  display: block;
  margin: 0 auto;
  color: #e3bc7f;
  font-weight: 700;
}
.pricing_table_header .price {
  font-size: 50px;
}
.price-plan i.fa.fa-dollar {
  font-size: 20px;
}
.pricing_table_header .monthly_plan {
  font-size: 20px;
}
.pricing_table .pricing_table_plan {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding: 0 20px 30px;
}
.pricing_table .pricing_table_plan ul {
  margin: 0 0 45px;
  padding: 0;
}
.pricing_table .pricing_table_plan ul li {
  list-style: none;
  margin: 15px 0;
}
.pricing_table .pricing_table_plan .btn-info {
  padding: 8px 40px;
  border: 0 none;
  background: #e3bc7f;
  transition: all 0.30s linear 0s;
  text-transform: uppercase;
  border-radius: 50px;
}
/* 11. BLOG */
.blog-area {
  background: #fff;
}
.blog-text h2 a {
  font-size: 20px;
  text-decoration: none;
  color: #333333;
  transition: 0.2s;
}
.single-blog:hover .blog-text h2 a {
  color: #e3bc7f;
}
.blog-text h2 {
  margin: 20px 0 20px;
}
.blog-img img {
  width: 100%;
}
.blog-text .meta {
  margin-bottom: 15px;
}
.blog-text .meta span {
  margin-right: 15px;
  font-weight: 700;
}
.blog-text .meta span i {
  margin-right: 10px;
  color: #e3bc7f;
}
.single-blog .blog-img {
  position: relative;
  overflow: hidden;
}
.single-blog:hover .blog-img img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
/* 12. CONTACT */
.contact-area {
  background: #222222;
}
.contact-area .section-header h2 {
  color: #fff;
}
.contact-area .section-header h2 span {
  color: #e3bc7f;
}
.contact-area .section-header p {
  color: #fff;
}
.contact-area .form-group input {
  padding: 15px;
}
.contact-area .form-group textarea {
  padding: 15px;
  height: 250px;
}
.form-control {
  display: inline-block;
  height: 38px;
  padding: 10px 2px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-bottom: 2px solid #ddd;
}
.form-control:focus {
  border-color: #e3bc7f !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .btn.btn-lg {
  background: #e3bc7f;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  margin-top: 30px;
}
#contact-form .btn.btn-send {
  background: #e3bc7f;
  color: #000;
  padding: 10px 35px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.contact-area .list-unstyled li {
  color: #fff !important;
}
/* 13. PARTNER */
.client-area .item {
  cursor: e-resize;
}
.client-area {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #EFEFEF;
}
/* 14. FOOTER TOP */
.footer-top-area {
  background: #000;
  padding: 20px 0;
}
.footer-top-area h4 {
  color: #fff;
  letter-spacing: 1.8px;
  font-weight: 400;
  text-transform: none;
}
.footer-top-area h6 {
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
}
.footer-top-area h6 a {
  color: #d4d4d4;
  font-weight: 700;
}
.footer-top-area p {
  color: #d4d4d4;
  margin-bottom: 30px;
  line-height: 1.7;
}
ul.social-list {
  padding: 0;
  list-style: none;
}
ul.social-list li {
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 3px;
}
ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  border: 2px solid #e3bc7f;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    position: relative;
}
.foot-tags li a:hover {
  border-color: #e3bc7f;
  transition: .5s;
  color: #fff;
  background: #e3bc7f;
}
ul.social-list li a:hover {
  background: #e3bc7f;
}
ul.social-list li a:hover i {
  color: #000;
}
ul.social-list li a:hover {
  border: 2px solid #e3bc7f;
}
ul.social-list li a i {
  font-size: 45px;
  line-height: 66px;
}
ul.social-list li a i.fa.fa-telegram.telegram {
    color: transparent!important;
    width: 100%;
    height: 90%;
    background-image: url("../img/telegram-w.svg");
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
}
ul.social-list li a i.fa.fa-telegram.telegram:hover {
    background-image: url("../img/telegram.svg");
}
.footer-logo {
  margin-top: -10px;
}
.latest-news ul {
  margin: 0;
  padding: 0;
}
.latest-news ul li {
  list-style: none;
  padding-top: 15px;
  border-top: 1px solid #535353;
}
.latest-news ul li:first-child {
  padding-top: 0;
  border-top: none;
}
.latest-news ul li span {
  line-height: 1.8;
  margin: 0 0 15px;
  display: inline-block;
  font-size: 13px;
  color: #b4b4b4;
  margin-bottom: 10px;
}
.foo-no-padding {
  padding: 0;
}
.single-footer-top.photo-galleries h4 {
  margin-left: -15px;
}
.single-footer-top ul {
  padding: 0;
}
/* 15. FOOTER BOTTOM */
.footer-bottom {
  padding: 30px 0;
  background: #e3bc7f;
}
.single-footer-top h4 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
}
.single-footer-top h4 span {
  color: #e3bc7f;
}
.foot-navs {
  margin-top: 15px;
  list-style: none;
}
.foot-navs li a {
  color: #d4d4d4;
  display: inline-block;
  font-family: "montserratlight", sans-serif;
  padding: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
}
.single-footer-top h4 b span {
  color: #e74c3c;
}
.foot-tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.foot-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
  margin: 0;
  padding: 8px;
  border: 1px solid #999999;
}
/* 16. SINGLE BLOG */
.single-post-blog img {
  width: 100%;
}
.blog-img-area {
  padding: 100px 0 80px;
  z-index: 1;
  text-align: center;
  color: #fff;
  background-color: #222222;
}
.blog-img-area h2 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.blog-img-area h1 {
  font-size: 46px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 0;
}
.breadcrumb {
  background-color: transparent;
  color: #ffffff;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
}
.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 8px;
}
.breadcrumb a.thin {
  color: #e3bc7f;
}
.single-blog-area {
  background: #f6f6f6;
}
.single-post-text {
  padding: 0 20px 20px;
  border: 1px solid #dddddd;
}
.compliment-area .meta {
  margin-bottom: 15px;
}
.single-post-text h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: capitalize;
  color: #333333;
}
.discussion-area {
  margin-top: 30px;
}
blockquote {
  font-size: 17px;
  line-height: 1.8;
}
.compliment-area .meta span {
  margin-right: 25px;
  font-weight: 700;
}
.compliment-area .meta i {
  margin-right: 10px;
  color: #e3bc7f;
}
.discussion-area .custom-button-4 {
  color: #fff;
}
.dis-form-title {
  margin-bottom: 30px;
}
.widget.tags ul {
  padding: 20px 0;
}
.widget {
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.widget.search {
  padding: 0;
}
.widget.category li, .widget.recent-post li {
  position: relative;
}
.widget.category li:before, .widget.recent-post li:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "-";
  color: #222;
  font-size: 18px;
}
.widget.category ul, .widget.recent-post ul {
  list-style: none;
  padding: 15px;
}
.widget.category ul li a, .recent-post ul li a {
  margin-left: 10px;
  color: #333333;
  font-weight: 500;
}
.widget.category ul li a span, .recent-post ul li a span {
  float: right;
}
.widget.category ul li, .recent-post ul li {
  margin-bottom: 10px;
}
.widget.tags a {
  background-color: transparent;
  border: 1px solid #222222;
  display: block;
  font-size: 13px;
  margin-right: 4px;
  padding: 6px 13px;
  transition: 0.3s;
  color: #222222;
  text-decoration: none;
  font-weight: 600;
}
.widget.tags a:hover {
  background: #e3bc7f;
  border-color: #e3bc7f;
  color: #ffffff;
}
.widget.tags li {
  display: inline-block;
}
.widget.category ul li, .widget.tags ul li {
  margin-bottom: 8px;
}
.widget ul li {
  line-height: 1.7;
}
h3.widget-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}
.widget .widget-current-post li .recent-blog-text {
  font-size: 14px;
}
.widget .widget-current-post li a {
  font-weight: 500;
  text-decoration: none;
  color: #333333;
  margin: 0;
  text-transform: capitalize;
}
.recent-blog-text a p {
  color: #e3bc7f;
}
.search-area {
  width: 100%;
}
.search-area button[type="submit"] {
  position: absolute;
  right: 15px;
  padding: 11px 15px;
  background: #e3bc7f;
  color: #fff;
  top: 0px;
  border: 0px solid;
}
.search-area input[type="search"] {
  padding: 10px;
  border: 0px solid;
  background: transparent;
}
.discussion-area #contact-form .btn.btn-send {
  background: #e3bc7f;
  color: #fff;
}
/* 17. RESPONSIVE */
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-text-two {
    font-size: 35px;
  }
  ul.port-nav-list li a {
    font-size: 15px;
    padding: 8px 16px;
  }
  .pricing_table_header .title {
    font-size: 20px;
    margin-top: 8px;
  }
  .pricing_table .pricing_table_plan .btn-info {
    padding: 8px 20px;
  }
  .pricing_table .pricing_table_plan ul li {
    margin: 8px 0;
  }
  .overlay .overlay-inner p {
    font-size: 15px;
  }
  .overlay .overlay-inner {
    top: 40%;
  }
  .about-img {
    margin-bottom: 30px;
  }
  .blog-img img {
    width: 100%;
  }
  .overlay .overlay-inner h4 {
    font-size: 30px;
  }
  .imgg-area::before {
    width: 90%;
  }
  .contact_info_content h3 {
    font-size: 14px;
  }
  .single_info_text h4 {
    font-size: 12px;
  }
  .border-one {
    border: none;
  }
  .border-two {
    border: none;
  }
  .widget.tags ul {
    padding: 20px 0;
  }
  .blog-img-area {
    padding: 140px 0 80px;
  }
  #contact-form .btn.btn-send {
    margin-bottom: 30px;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .home-area.section-padding {
    padding-top: 170px;
  }
  .pricing_table_header .title {
    font-size: 20px;
    margin-top: 8px;
  }
  .pricing_table .pricing_table_plan .btn-info {
    padding: 8px 25px;
  }
  .testi-img {
    margin-top: 25px;
  }
  .banner-text-one {
    font-size: 25px;
  }
  .banner-text-two {
    font-size: 26px;
  }
  .btn-custom {
    padding: 9px 18px;
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 5px;
  }
  .about-area .owl-dots {
    margin-top: 0;
  }
  .about-text {
    margin-top: 30px;
  }
  .about-text h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .border-one {
    border: none;
  }
  .border-two {
    border: none;
  }
  ul.port-nav-list li a {
    font-size: 13px;
    padding: 8px 12px;
  }
  ul.port-nav-list li {
    margin-bottom: 15px;
  }
  .project-item {
    margin: 0;
  }
  .contact_info_content h3 {
    font-size: 16px;
  }
  .single_info_text h4 {
    font-size: 12px;
  }
  .imgg-area::before {
    border: 0;
  }
  .blog-img-area {
    padding: 140px 0 80px;
  }
  .blog-img-area h2 {
    font-size: 26px;
  }
  .blog-img img {
    width: 100%;
  }
  .compliment-area .meta span {
    margin-right: 9px;
  }
  .widget.tags ul {
    padding: 20px 0;
  }
  #contact-form .btn.btn-send {
    margin-bottom: 30px;
  }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .banner-text-two {
    font-size: 30px;
  }
  .btn-custom {
    padding: 12px 20px;
    font-size: 14px
  }
  .about-text h2 {
    font-size: 30px;
  }
  .blog-img img {
    width: 100%;
  }
}
@media (min-width: 200px) and (max-width: 991px) {
  .cus-navbar {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    color: #fff !important;
  }
  .cus-navbar .navbar-nav li a {
    transition: all 0.4s;
    color: rgba(50, 50, 50, 0.7) !important;
    margin: 0px;
  }
  .cus-navbar > .container {
    width: 90%;
  }
  .cus-navbar .navbar-nav li.active a {
    border-color: transparent;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #323232;
    padding: 0px;
  }
  .logo .logo-two {
    display: inline-block;
  }
  .logo .logo-one {
    display: none;
  }
}
.call-us {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  text-align: center;
}
ul.lang {
    margin-top: 15px;
}
 ul.lang a {
  background-color: transparent;
  border: 1px solid #ccc;
  display: block;
  font-size: 13px;
  margin-right: 2px;
  padding: 3px 7px;
  transition: 0.3s;
  color: #ccc;
  text-decoration: none;
  font-weight: 600;
}
 ul.lang a:hover,  ul.lang a.active {
  background: #e3bc7f;
  border-color: #e3bc7f;
  color: #000;
}
ul.lang a.active {
    cursor: default;
}
 ul.lang li {
  display: inline-block;
}
@media (max-width: 991px) {
ul.lang {
  position: absolute;
    top: -10px;
    right: 0;
    margin-top: 0px;
}
}
.ellipsis {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 10;
   line-height: 30px;
   height: 300px;
}
