/* Base */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');

body {
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 15px;
  /*--font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --*/
  font-family: 'Poppins', sans-serif;  
   }
  

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

	.logo{
	height:120px;
	max-width:290px;
	margin-left:-30px;
	}
	@media(max-width:1200px){
	.logo{
	height:120px;
	max-width:290px;
	margin-left:-30px;
	float:left;
	}
	}
	@media(max-width:991px){
	.logo{
	height:90px;
	max-width:240px;
	margin-left:-20px;
	
	}
	}
	@media(max-width:767px){
	.logo{
	height: 60px;
    width: 140px;
	margin-left:0px;
	text-align:center;
	float:none;
	}
	}
.letter-spacing-1 {
  letter-spacing: .1em; }

.letter-spacing-2 {
  letter-spacing: .2em; }

.text-black {
  color: #000 }
  .site-menu-toggle{
  color:#ebda17;
  }

.text-white-5 {
  color: rgba(255, 255, 255, 0.5); }

.bg-black {
  background: #000 !important; }

.bg-light {
  background: #f9f9f9 !important; }

.line-height-sm {
  line-height: 1.3; }

.line-height-xs {
  line-height: 1; }

.site-wrap {
  position: relative; }
  .site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: #aee45efc;
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden; }
  .offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden; }
    .offcanvas-menu .site-wrap:before {
      opacity: 1;
      visibility: visible; }

.btn {
  position: relative;
  top: 0; }
  .btn.btn-2 {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000; }
  .btn.btn-sm {
    font-size: 0.9rem; }
  .btn.btn-primary {
    color: #fff; }
  .btn.btn-outline-primary {
    border-color: #fff;
    color: #fff;
    border-width: 2px; }
    .btn.btn-outline-primary:hover {
      color: #fff !important;
      background: #000;
      border-color: #000; }
  .btn.btn-black {
    background: #000 !important;
    color: #fff; }
    .btn.btn-black:hover {
      background: #333333 !important; }
  .btn.btn-white.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff; }
    .btn.btn-white.btn-outline-white:hover {
      background: #fff;
      color: #000; }

.bg-black {
  background: #000; }

.form-control, .form-control-same-height {
  height: 47px; }

.form-control-sm {
  height: auto !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.form-control:active, .form-control:focus {
  border-color: #f89d13; }

.form-control:hover, .form-control:active, .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.site-section {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 7em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden;
  background-position: center center; }
  .bg-image.center {
    background-position: top center; }
  .bg-image.fixed {
    background-position: fixed !important; }
  .bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {
    position: relative; }
    .bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4); }
  .bg-image.overlay-primary:before {
    background: rgba(248, 157, 19, 0.9); }
  .bg-image.overlay-info:before {
    background: rgba(83, 205, 226, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(124, 189, 30, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(238, 198, 10, 0.9); }

@media (max-width: 767.98px) {
  .display-3, .display-2, .display-4 {
    font-size: 2rem !important; } }

@media (max-width: 991.98px) {
  .bg-md-height {
    height: 300px; } }

@media (max-width: 767.98px) {
  .bg-sm-height {
    height: 300px; } }

.text-gray-100 {
  color: #f8f9fa !important; }

.text-gray-200 {
  color: #e9ecef !important; }

.text-gray-300 {
  color: #dee2e6 !important; }

.text-gray-400 {
  color: #ced4da !important; }

.text-gray-500 {
  color: #adb5bd !important; }

.text-gray-600 {
  color: #6c757d !important; }

.text-gray-700 {
  color: #495057 !important; }

.text-gray-800 {
  color: #343a40 !important; }

.text-gray-900 {
  color: #212529 !important; }

.row-wrap {
  margin-left: 15px;
  margin-right: 15px; }

.overflow-hidden {
  overflow: hidden; }

.row-items {
  height: calc(50% - 15px);
  margin-bottom: 15px; }
  .row-items.last {
    margin-bottom: 0; }

@media (max-width: 991.98px) {
  .responsive-md-height {
    height: 500px !important;
    margin-bottom: 15px; } }

.site-footer {
 background: url(../images/footer1.jpg) center no-repeat;
  }
  @media (min-width: 768px) {
    .site-footer {
      padding: 7em 0; 
	  } }
	   @media (min-width: 500px) {
    .site-footer {
      padding: 70px 0; 
	  } }
	   @media (max-width: 500px) {
    .site-footer {
      padding: 70px 0; 
	  } }
  .site-footer p {
    color:#dee2e6; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #dee2e6; }
    .site-footer a:hover {
      color: white; }
	  .site-footer a span {
	  border:2px solid #f1f1f1;
	  padding:10px;
	  }
	  .site-footer a span:hover {
	  background-color:#d8d91e;
	  }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    position: relative;
    padding-bottom: 15px; }
    .site-footer .footer-heading:before {
      content: "";
      background: #fff;
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: 0; }

.site-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

/* Navbar */
.site-navbar-top .site-logo {
  font-size: 2rem; }

.top-bar {
  font-size: 14px; }

.site-navbar-wrap {
  position: relative;
  z-index: 1;
  width: 100%; }
  .site-navbar-wrap a {
    color: #000; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-top: 1px dotted #c0ca33;
  border-bottom: none;
  /*--background: #f6df78;--*/
  background: #295f2d;  
  position: relative;
  z-index: 99; 
 /*--- box-shadow:0 3px 5px rgba(0,0,0,0.34);---*/
  box-shadow: 0 2px 40px 0 rgba(57,67,71,.35);
   
  }
  
  .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
  .site-navbar .site-logo {
    font-weight: 200; }
    .site-navbar .site-logo a {
      font-weight: 400;
      color: #000; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
	 .site-navbar .site-navigation .site-menu .active{
	 background-color:#eee;
	 }
	.site-navbar .site-navigation .site-menu > li{
	 display: inline-block; 
	 transform:none;
   transition: 1s;
	/*-- background-image: linear-gradient(to bottom,#a2cc0e 0%,#a2cc0e 1%,#76ac1a 100%);---*/
	/*--background: linear-gradient(to right, #2ab39d, #15a38c);--*/
}
	.site-navbar .site-navigation .site-menu li:hover{
	background: linear-gradient(to right, #a5c639, #a5c639);
	transition:0.3s ease-in-left;
	}
	
    .site-navbar .site-navigation .site-menu .active > a {
      color: #fff;
       
	  }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      transition: 1s;
	  }
	   
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; 
	  border-radius:10px 10px 0px 0px;
	 /*-- border-right:3px solid #333;--*/
    transition: 1s;
	float:left;
	  }
	  
	   @media(max-width:1150px){
	  .site-navbar .site-navigation .site-menu > li {
		 padding:0px; 
	  }
	  }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 5px 8px;
		font-size:15px;
        letter-spacing: .05em;
        color:#fff;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; 
		  
		  z-index:99;
		  }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
		z-index:999;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 10px 0;
        margin-top: 80px;
        margin-left: 0px;
        background: #fff;
        border-top: 4px solid #d5e818;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 250px; 
		  border-bottom:1px dotted #c7c6c6;
		  }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; 
			font-size:15px;
			}
			.site-navbar .site-navigation .site-menu .has-children .dropdown > li:hover  {
              border-left:4px solid #d5e818;
			  
			  }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color:#fff; 
			  }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color:#ef7f1b; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
 /* background: #fff;*/
  background: linear-gradient(#f3f3f3f7,#f3f3f3e0), url(../images/sidedrawer.png)no-repeat center;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #7cbd1e; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #d8d91e; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 16px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 15px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 15px;
                padding-left: 60px; }

				
				/*----Top---Bar---*/
				.topbar{
					position:relative;
					padding:5px;
				}
				/*.topbar:after{
			background: linear-gradient(to right, #CDDC39 25%,#a4c538 25%, #a4c538 50%, #5e990f 50%, #5e990f 75%, #1e6f15 75%);
 position: absolute;
  content: '';
  height: 6px;
  right: 0;
  left: 0;
  top: 0;
				}---*/
				.company-title{
text-align:center;
padding:30px 0px;
}
.company-contact-box{

float:right;
}
.company-contact-box p{
line-height:1px;
}
.company-contact-box span{
font-weight:bold;
}
.company-contact-box p a{
color:#333;
font-size:14px;
}
.logo-center{
text-align:center;
}

@media(max-width:767px){
.logo-center{
text-align:center;
}
.company-title{
text-align:center;
padding:0px 0px;
}
.company-contact-box{
float:none;
text-align:center;
}
}

@media(max-width:991px){
.side-border-box{
	border-right:0px;
}
}
.company-title h3 span{
color: linear-gradient(to right, #38ef7d, #11998e);
font-weight:bold;
text-shadow: 0 2px 4px rgba(0,0,0,0.3);
font-family: 'Patua One', cursive;
letter-spacing:0.8px;
}
.text-shade{
color:#a0af12;
}
.company-title h5 span{
	color:#036da0;
	font-weight:bold;
	font-size:18px;
	font-family: 'Patua One', cursive;
	letter-spacing:0.8px;
}
/* Blocks */

.top-bar {
  padding: 5px 0;
  border-color: #f2f2f2 !important; }

.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
height:600px;
  background-position: center center;
  }
  .site-blocks-cover .text {
    text-align: left;
    position: absolute;
    bottom: 100px;
    right: 10px;
	
    background: #ffc107ba;
    padding: 40px;
    width: 50%; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .text {
        padding: 20px;
        left: 10px; } }
    .site-blocks-cover .text h2 {
      font-weight: 500;
      font-size: 25px;
      color: #000; }
    .site-blocks-cover .text .location {
      font-size: 15px;
      color: #777; }
      .site-blocks-cover .text .location span {
        display: inline-block;
        margin-right: 5px; }
    .site-blocks-cover .text strong {
      font-weight: 700;
      font-size: 20px;
      color: #7cbd1e; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
 /*-- .site-blocks-cover, .site-blocks-cover .row {
   height:600px; }--*/
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
    min-height: 200px;
    height: calc(20vh); }
  .site-blocks-cover .sub-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .2em; }
  .site-blocks-cover h1 {
    font-weight: 900;
    color: #fff;
    font-weight: normal; }
  .site-blocks-cover p {
    color: black;
    line-height: 1.5; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
  .site-blocks-cover.subscribe h2 {
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff; }
  .site-blocks-cover.subscribe p {
    font-size: 1rem !important;
    font-weight: 100; }
  .site-blocks-cover .property-offer-type {
    letter-spacing: .2em;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px; }

.caption-text {
  letter-spacing: .2em;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px; }

.site-block-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px; }

.site-block-subscribe .btn-same-height {
  height: 60px !important; }

.site-block-subscribe .form-control {
  font-weight: 300;
  border-color: #fff !important;
  height: 60px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px; }
  .site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }

.social-icon span {
  font-size: 20px; }

.social-icon:hover {
  color: #eec60a !important;
  background: #eb9007; }

.property-entry {
  -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
  background: #fff; }
  .property-entry .property-body {
    position: relative; }
  .property-entry .property-favorite {
    position: absolute;
    border-radius: 50%;
    top: -60px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center; }
    .property-entry .property-favorite span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .property-entry .property-favorite:hover, .property-entry .property-favorite.active {
      background: #f23a2e;
      color: #fff; }
  .property-entry .offer-type-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 8; }
  .property-entry .property-thumbnail {
    overflow: hidden;
    position: relative;
    display: block; }
    .property-entry .property-thumbnail .offer-type {
      display: block;
      margin-bottom: 5px;
      padding: 1px 7px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: 9px;
      border-radius: 4px; }
    .property-entry .property-thumbnail img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .property-entry .property-title {
    font-size: 1.2rem; }
    .property-entry .property-title a {
      color: #000; }
  .property-entry .property-location {
    font-size: .9rem; }
    .property-entry .property-location .property-icon {
      color: rgba(0, 0, 0, 0.3); }
  .property-entry .property-specs-number {
    font-size: 1.2rem;
    color: #000; }
  .property-entry .property-specs-wrap {
    list-style: none;
    padding: 0;
    margin: 0; }
    .property-entry .property-specs-wrap li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; }
  .property-entry .property-specs {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .1em; }
  .property-entry .property-price {
    font-size: 1.3rem; }
  .property-entry.horizontal .property-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .property-entry.horizontal .property-favorite {
    top: auto !important;
    right: auto !important;
    left: -70px !important; }
    @media (max-width: 991.98px) {
      .property-entry.horizontal .property-favorite {
        left: auto !important;
        top: -60px !important;
        right: 10px !important; } }
  .property-entry:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.property-specs-wrap {
  list-style: none;
  padding: 0;
  margin: 0; }
  .property-specs-wrap li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }

.property-specs {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em; }

.property-price {
  font-size: 1.3rem; }

.site-section-title h2 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .1em; }

.form-search {
  background: #364e68;
  position: relative;
  z-index: 1;
  padding: 3rem 2rem;
  -webkit-box-shadow: 0 0px 30px 0px rbga(0, 0, 0, 1);
  box-shadow: 0 0px 30px 0px rbga(0, 0, 0, 1); }
  .form-search label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, 0.3); }
  .form-search .form-control {
    border: none; }
  .form-search .btn[type="submit"] {
    height: 47px; }

.select-wrap {
  position: relative; }
  .select-wrap .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
    font-size: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.block-13, .slide-one-item {
  position: relative;
  z-index: 1; }
  .block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #fff; }
      .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }

.block-13 .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px; }

.block-13 .owl-dots {
  text-align: center; }
  .block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .block-13 .owl-dots .owl-dot > span {
      line-height: 0;
      display: inline-block;
      width: 28px;
      height: 4px;
      border: none;
      float: left;
      background: #cccccc;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .block-13 .owl-dots .owl-dot.active > span {
      background: #f89d13; }

#slider-range {
  height: 8px; }
  #slider-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none !important;
    background: #f89d13; }
    #slider-range .ui-slider-handle:focus, #slider-range .ui-slider-handle:active {
      outline: none; }
  #slider-range .ui-slider-range {
    background-color: #f89d13; }

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }

.slide-one-item.home-slider .owl-prev {
  left: 10px !important; }

.slide-one-item.home-slider .owl-next {
  right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
      font-size: 25px; } }
  .slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible; }


.view-options .icon-view {
  font-size: 20px;
  color: gray; }
  .view-options .icon-view.active {
    color: #000; }

.view-options a {
  font-size: 14px;
  color: gray; }
  .view-options a:hover {
    color: black; }
  .view-options a.active {
    color: #000; }

.site-pagination a {
  display: inline-block;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #333333;
  border: 1px solid #e6e6e6; }
  .site-pagination a:hover {
    -webkit-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #cccccc; }
  .site-pagination a.active {
    border: 1px solid transparent;
    background: #f89d13;
    color: #fff; }
    .site-pagination a.active:hover {
      border: 1px solid transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }

.site-pagination span {
  display: inline-block;
  width: 20px; }

.unit-8 .accordion-item .heading {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px 0; }
  .unit-8 .accordion-item .heading > a {
    padding-left: 35px;
    position: relative;
    color: #000; }
    .unit-8 .accordion-item .heading > a:before {
      width: 20px;
      height: 20px;
      line-height: 18px;
      border: 1px solid #ccc;
      text-align: center;
      font-size: 18px;
      top: .1em;
      left: 0; }
    .unit-8 .accordion-item .heading > a[aria-expanded="true"]:before {
      font-family: 'icomoon';
      position: absolute;
      content: "\e316";
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      background: #f89d13;
      color: #fff;
      border: 1px solid #f89d13; }
    .unit-8 .accordion-item .heading > a[aria-expanded="false"]:before {
      content: "\e313";
      color: #ccc;
      font-family: 'icomoon';
      position: absolute;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }

.unit-8 .accordion-item .body-text {
  padding: 5px 0;
  padding-left: 30px; }

.widget {
  padding: 40px;
  margin-bottom: 30px; }
  .widget .widget-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1em; }

.form-contact-agent .form-control {
  height: 37px; }

.property-body {
  padding: 40px; }

.gal-item img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 1; }

.gal-item:hover img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  opacity: .5; }

.prop-entry {
  position: relative;
  overflow: hidden; }
  .prop-entry img, .prop-entry figure {
    margin-bottom: 0; }
  .prop-entry .prop-text {
    position: absolute;
    bottom: -50px;
    width: 100%;
    z-index: 2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .prop-entry .prop-text .inner {
      padding-left: 20px;
      padding-right: 20px; }
    .prop-entry .prop-text:before {
      z-index: -1;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .prop-entry .prop-text .prop-more-info {
      font-size: 12px;
      background: #f89d13;
      position: relative;
      z-index: 4;
      padding-top: 5px;
      padding-bottom: 5px; }
      .prop-entry .prop-text .prop-more-info .col {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        color: #fff; }
      .prop-entry .prop-text .prop-more-info span {
        display: block; }
    .prop-entry .prop-text .price {
      background: #f89d13;
      color: #fff;
      padding: 4px 10px;
      display: inline-block;
      margin-bottom: 20px; }
    .prop-entry .prop-text .title {
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 0; }
    .prop-entry .prop-text .location {
      font-size: 15px;
      color: #e6e6e6; }
  .prop-entry:hover .prop-text {
    bottom: 0; }

.feature .icon {
  font-size: 3rem;
  line-height: 0;
  position: relative;
  top: -3px;
  color: #f89d13; }

.feature .text h2 {
  font-size: 18px;
  color: #000; }

.feature .text p {
  color: #888; }

  
  /*---copyright-----*/
  .copyright{
  background-color:#5a5e61;
  text-align:center;
  padding:25px 10px;
  }
  .copyright p{
  color:#fff;
  margin:0;
  padding:0;
  font-size:14px;
  }
  .copyright p a{
  color:#dee2e6d6;
  }
  .copyright p a:hover{
  color:#fff
  }
  
  
  /*---Back-To-Top-----*/
  #scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px; 
box-shadow:0px 3px 16px rgba(0,0,0,0.3);	
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index:9;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
   
    opacity:1;
	filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/*------Banner---Box---*/

.bannerbox{
	background: linear-gradient(#0088cc47,#ffffffeb), url(../images/bannerbg.jpg)no-repeat center;
    background-size: cover;
    opacity: 1;
    background-attachment: fixed;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0px;
	}
	.banner-titlebox{
	padding:20px 10px;
	background:radial-gradient(circle at 100% 50%,#d8d91eab,#10386399);
	width:40%;
	}
	.banner-titlebox h2 span{
	color:#fff;
	}
	
	/*------End---Banner---Box---*/
	.abt-inner-panel{
	
	}
.abt-panel{
padding:40px 0px;

}
.abt-txt{
text-align:center;
}
.text-center h2{
color:#822a28;
text-align:center;
line-height: 30px;
    font-size: 40px;
	font-weight:bold;
}
.text-center h2 span{
color:#ef7f1b;
}
	.text-seperator{
	background: #3f3f3f none repeat scroll 0 0;
    bottom: 0;
    clear: both;
    display: inline-block;
    height: 1px;
    position: relative;
	width: 25%;
	}
	.text-seperator:hover .text-seperator:before{
	background: #ef7f1b none repeat scroll 0 0;
	 content: "";
    display: block;
	 height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
	left: 50%;
    transform: translateX(-50%);
	}
	.text-seperator:before{
	background: #F47A43 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
	left: 50%;
    transform: translateX(-50%);
	}
	.text-seperator i{
	color: #3f3f3f;
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 40px;
	left: 50%;
    transform: translateX(-50%);
	background: #ffffff none repeat scroll 0 0;
	}
	.readmore-btn{
	border:1px solid #000;
	border-radius:4px;
	
	padding:2px 10px;
	background:linear-gradient(to right,#822a28 50%, white 50%);
	background-size:200% 100%;
	background-position:right bottom;
	transition:all 0.5s ease-out;
	color:#000;
	
	}
	.readmore-btn:hover{
background-position:left bottom;
color:#fff;
	}
	
	 /*------End---About---Page----*/
	
	 /*------End-Client---Page----*/
	 /*------Services---Page----*/
	 .our-services{
	 padding:30px 0px;
	 background-color:#e7e7e7;
	 }
	 .service-panel{
	 position:relative;
	 
	 }
	
	.text-seperator{
	background: #3f3f3f none repeat scroll 0 0;
    bottom: 0;
    clear: both;
    display: inline-block;
    height: 1px;
    position: relative;
	width: 25%;
	}
	 .text-seperator:hover .text-seperator:before{
	background: #ef7f1b none repeat scroll 0 0;
	 content: "";
    display: block;
	 height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
	left: 50%;
    transform: translateX(-50%);
	}
 .text-seperator:before{
	background: #F47A43 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
	left: 50%;
    transform: translateX(-50%);
	}
	.our-services .text-seperator i{
	color: #3f3f3f;
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 40px;
	left: 50%;
    transform: translateX(-50%);
	background: #e7e7e7 none repeat scroll 0 0;
	}
	 .service-title{
	 width:100%;
	 display: block;
    text-align: left;
    position: relative;
    background: #F47A43;
    color: #fff;
    border-radius: 0;
    padding: 7px 5px 5px;
    font-size: 16px;
    overflow: hidden;
    border: none;
    font-weight: 600;
	 }
	 .service-title:before{
	 position: absolute;
    content: '';
    background:#822a28;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    height: 100%;
    width: 50%;
    left: 90%;
    top: 0;
	 }
	 .service-title span{
	 font-size:18px;
	 font-weight:bold;
	 padding:0px;
	 margin:0px;
	 }
	 .service-text{
	 background-color:#fff;
	 padding:10px;
	 text-align:left;
	 }
	 .service-text:before{
	 position: absolute;
    content: '';
    height: 2px;
    width: 50%;
    left: 0;
    bottom: 0;
    background: #F47A43;
    z-index: 1;
	 }
	 .service-text:after{
	 position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #822a28;
	 }
	 .readtext{
	 color:#822a28;
	 }
	 .readtext:hover{
	 color:#F47A43;
	 }
	 
	 @media(max-width:767px){
	 .service-panel{
	 margin-top:10px;
	 }
	 }
	 /*------End---Services---Page----*/
	 /*------Start---Conatct---Page----*/
	 .contactpanel{
	padding:40px 0px;
	 
	}
	.contact-panel-inner{
	background-color:#fff;
	}
	.contact-panel-inner .box1{
	padding:0px;
	height:530px;
	}
	.contact-panel-inner .box2{
	padding:0px;
	height:530px;
	background:radial-gradient(circle at 100% 50%,#6ec7dd,#ad7bb3);
	}
	.contact-panel-inner{
	box-shadow:0 2px 5px #21232d38;
	}
	.contactform{
	
	}
	.contactform .formtitle{
	padding:20px;
	}
	.contactform .formtitle span{
	color:#71c3db;
	font-size:20px;
	font-weight:bold;
	
	}
	.call-shade{
	color:#fff;	
	}
	.call-shade:after{
	display:block;
  content: '';
  border-bottom: solid 1px #019fb6;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
	}
	.call-shade:hover:after { transform: scaleX(1); }
	.call-shade:hover{
	color:#fff;
	
	}
	.contactform-box{
	padding:10px;
	}
  
  .inputbox{
  
    width: 100%;
    background: 0 0;
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #e7e7e7;
    line-height: 1.2;
    padding: 0 5px;
	}
	
	
	::placeholder {
  color: #000;
}
.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the 
* pesky delay.
*/
label, input,textarea {
  transition: all 0.2s;
  touch-action: manipulation;
   
}
.field label {
font-size:16px;
}

.box-field input {
  font-size:16px;
  border: 1px solid #ddd;
  width:100%;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 5px;
  padding: 5px;
  cursor: text;
}
.box-field textarea {
  font-size:16px;
  border: 1px solid #ddd;
  width:100%;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 5px;
  padding: 5px;
  cursor: text;
  
}
 select {
  font-size:16px;
  border: 1px solid #ddd;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 5px;
  padding: 5px;
  cursor: text;
  width:100%;
}
input:focus {
 
}
textarea:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

label {
  letter-spacing: 0.05em;
  font-size:16px;
}

input:placeholder-shown + label {
  cursor: text;
   font-size:11px;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1.5);
}
textarea:placeholder-shown + label {
  cursor: text;
   font-size:11px;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1.5);
}

::-webkit-input-placeholder {
  opacity: 0.8;
  transition: inherit;
  
}
/**
* Show the placeholder when the input is focused.
*/
input:focus::-webkit-input-placeholder {
  opacity: 1;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
input:not(:placeholder-shown) + label,
input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}
textarea:not(:placeholder-shown) + label,
textarea:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

.send-box button{
padding:5px 25px;
	background: radial-gradient(circle at 100% 50%,#a5c639,#a5c639);
	border:0px;
	border-radius:100px;
	color:#fff;
	cursor:pointer;
}
.send-box button:hover{
box-shadow:0 2px 5px rgba(33,35,45,0.6);
}


@media(max-width:767px){
.contact-panel-inner .box1,.contact-panel-inner .box2{
height:100%;
}
}
/*---address-box---*/

.add-box-title{
padding:10px;
	
}
.add-box-title span{
font-size:20px;
	font-weight:bold;
color:#fff;
}
.add-panel-txt{
padding:20px;
color:#fff;
}
	 /*------End---Conatct---Page----*/
	 /*------Quality---Page----*/
	  .our-quality-panel{
	padding:40px 0px;
	 
	}
	 /*------End---Conatct---Page----*/
	 
	 
	 .footer-panel{
     background-color:#86808021;	 
	 position: relative;
	background: linear-gradient(#f6df78f0,#f6df78eb), url(../images/footer-bg.jpg)no-repeat center;
    background-size: cover;
    opacity: 1;
    background-attachment: fixed;
    margin-bottom: -20px;
     box-shadow: 0px 0px 0px 1px rgba(32, 33, 36, .28);
	 }
	 
	 /*.footer-panel:after{
	  background: linear-gradient(to right, #5fbbe4 25%,#216186 25%, #3c90c1 50%, #17ca98 50%, #17ca98 75%, #0e866a 75%);
  position: absolute;
  content: '';
  height: 4px;
  right: 0;
  left: 0;
  top: 0;
	 }*/
	 .footer-panel .container{
	 padding:0px;
	 }
	 @media(max-width:767px){
	 .footer-panel .container{
	 padding:0px 15px;
	 }
	 }
	 .footertxt{
	 padding:30px 0px;
	 }
	 .social-icon-title{
	 color:#d8d8d8eb	 
	 }
	 .fb-ic{ 
	 margin:0px 10px;
	 color:#fff;
	 }
	 .tw-ic{
	 margin:0px 10px;
	 color:#fff;
	 }
	 .lk-ic{
	 margin:0px 10px;
	 color:#fff;
	 }
	 .footer-panel .quick-links h3 span{
	 font-weight:bold;
	 font-size:19px;
	  
	 }
	 .footer-panel .quick-links h3 span:after{
	 background: #8bc34a;
    content: "";
    display: block;
    height: 2px;
    position: relatives;
    transition: all 0.4s ease 0s;
	width:50px;
	
	 }
     .footer-panel .quick-links ul{
		 list-style-type:none;
	     padding:0px;
	 }
	 .footer-panel .quick-links li a{
	 color:#333;
	 text-decoration:none;
	 }
	 .footer-panel .quick-links li i{
	 font-weight:bold;
	 }
	  .footer-panel .quick-links li:hover i{
	  transform:translate(5px,0px);
	  transition:0.3s ease-in-out;
	  }
	 .footer-panel .quick-links li a:hover{
	 color:#1c92c7;
	 }
	 .address-panel h3 span{
	 font-weight:bold;
	 font-size:19px;
	
	 }
	 .address-panel h3 span:after{
	 background: #8bc34a;
    content: "";
    display: block;
    height: 2px;
    position: relatives;
    transition: all 0.4s ease 0s;
	width:50px;
	 }
	 .address-panel span{
	 font-weight:bold;
	 }
	 
	 .footer-logo img{
	 height: 80px;
    width: 160px;
	 }
	 .smart-social-links ul{
	 margin-left:-40px;
	 position:relative;
	 
	 }
	 .smart-social-links ul li{
	 display:inline;
	 padding:5px;
	 }
	 .smart-social-links ul li a{
	 box-shadow:0px 4px 13px rgba(0,0,0,0.3);
	 padding:10px 12px;
	 background-color: #fff;
	 }
	 .smart-social-links ul li a i{
	 color:#333;
	 
	 }
	 
	 .facebook-shade:hover{
	 background-color:#3b5998;
	 }
	 .facebook-shade:hover i{
	 color:#fff;
	 }
	 .twitter-shade:hover{
	 background-color:#00acee ;
	 }
	 .twitter-shade:hover i{
	 color:#fff;
	 }
	 .instagram-shade:hover{
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	 }
	 .instagram-shade:hover i{
	 color:#fff;
	 }
	 /*----Client---Page----*/
	 #clients {
	  display: block;
  margin-left: auto;
  margin-right: auto;
  padding:40px 0px;
  text-align:center;
	 }
	 #clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border:1px dotted #ccc;
 
  padding:5px;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}


/*----counter-----*/
.our-visitors{
padding:30px 0px;
	background: linear-gradient(#ffffff26,#ffffff47), url(../images/counter1.jpg)no-repeat center;
    background-size: cover;
    opacity: 1;
    background-attachment: fixed;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.our-visitors .shape{
text-align:center;
}
.our-visitors .round{
padding-top:23px;

position:relative;
height:120px;
width:120px;
background: radial-gradient(circle at 100% 50%,#394b73,#6f9652);
margin:20px auto;
border-radius:50%;
}
.our-visitors .round .values{
font-size:40px;
font-weight:600;
color:#fff;
justify-content:center;
 align-items:center;
}
.our-visitors .shape p span{
color:#fff;
font-weight:bold;
font-size:20px;
}

	.round:hover{
		background:linear-gradient(to right,#ffc107 50%, #f47a43 50%);
background-position:left bottom;
color:#fff;
transition:all 0.5s ease-out;
	}
	
	/*----About--Us--Page---*/
	
	 .widgetbox-panel{
	 padding:40px 0px;
	 }
	 .widgetbox-title h2{
color:#822a28;
line-height: 30px;
    font-size: 23px;
	font-weight:bold;
}
.widgetbox-title h2 span{
color:#ef7f1b;
}
	 .widgetbox-title h2 span:after{
	 background: #F47A43;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 60px;
	top:5px;
	 }
	 
	 /*---Banner-------*/
	 .banner-head{
background-image:url(../images/footer.jpg);
padding:30px 0px
}

.banner-title{
text-align:center;
}
.banner-title h4 span{
font-size:31px;
font-weight:bold;
color:#000;
}
	 .banner-shade:before{
	 position: absolute;
    content: '';
    height: 2px;
    width: 50%;
    left: 0;
   
    background: #F47A43;
    z-index: 1;
	 }
	 .banner-shade:after{
	 position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
  
    background: #822a28;
	 }

	 
	 /*---Breadcrumb----*/
	 .btn-breadcrumb a{
	 color:#822a28;
	 }
	 .btn-breadcrumb a:hover{
	  color:#ef7f1b;
	 }
	 @media(max-width:767px){
	 .btn-breadcrumb a{
	font-size:11px;
	 	 
	 }
	 }
	.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/*----Our--Team---*/
.box-side{
border:1px dotted #e7e7e7;
padding:5px;
margin-top:15px;
}
.team-body{
border:1px dotted #e7e7e7;
padding:5px 10px;
margin-top:10px;
}
.team-side{
border-right:1px dotted #e7e7e7;
}
.member-imgbox{
text-align:center;
}
.member-imgbox img{
box-shadow:0px 4px 16px rgba(0,0,0,0.22);
}
.team-body-title{
text-align:center;
margin-top:4px;
}
   .team-body-title h4 span{
		font-size:19px;
		font-weight:bold;
		
		}
		.team-body-title h5 span{
		font-size:15px;
		color:#607d8b;
		}
		.team-body-txt{
text-align:justify;
}
		.member-name h4 span{
		font-size:19px;
		font-weight:bold;
		}
		.member-name h5 span{
		font-size:15px;
		color:#607d8b;
		}
		
		

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 11px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 11px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 11px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 11px solid #adadad;
}

     .panel-shade{
	 padding:10px;
	 }
	 .boxshade{
	 background: radial-gradient(circle at 100% 50%, #310f6d,#620b71);
    padding: 3px 10px;
    border-radius: 5px;
    margin: 10px;
	color:#fff;
	font-size:20px;
	 }
	 /*----Modal-box---*/
	 .modal-content{
	 padding:9px;
	 }
	 .modal-content .head-para{
	 text-align:center;
	 
	 }
	 .modal-content .head-para h4 span{
		 color:#5ce66a;
		 font-size:23px;
	 }
	 .send-btn{
	 text-align:center;
	 margin-top:10px;
	 }
	 .send-form{
	padding:5px 25px;
border-radius:20px;
color:#fff;
background: #11998e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #a1cc0c, #428422);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #a1cc0c, #428422); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border:0px;
	 width:32%;
	 }
	 .modal-header{
	 border:0px;
	 }
	 .modal-header .close{
	 background:linear-gradient(to right, #38ef7d, #11998e);
    border-radius: 50%;
    height: 30px;
    width: 30px;
	opacity:1;
	padding:0px;
	 }
	 .box-field{
	 margin-top:7px;
	 } 
		  .client-logo {
			   text-align:center;
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:100%;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #4d4d4d;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	             border-radius: 3px;
}
 .client-logo{
	 border:1px dotted #e7e7e7;
	padding:10px;
	 margin-top:10px;
	box-shadow:2px 3px 4px #e7e7e7;
	 }
	 .client-logo > img{
	 opacity:1;
	 height:80px;
	width:100%;
	 }
	 .client-logo > img:hover{
	 transform:scale(1.03);
	 transition:0.3s ease-out;
	 opacity:1;
	 }
        .client-box:hover{
		box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
		}
		.client-name{
		background-color:#ef7f1b;
		padding:1px 6px;
		margin:auto;
		}
		.client-name h4 span{
		color:#fff;
		font-size:15px;
		}
		
		
		
		.multiselect{
		width:100%;
		}
		.selectBox{
		position:relative
		}
		.selectBox select{
		width:100%;
		font-weight:bold;
		margin-top:7px;
		}
		.overSelect{
		position:absolute;
		left:0;right:0;
		top:0;bottom:0;
		}
		#checkboxes{
		display:none;
		border:1px solid #f00;
		
		}
		
		#checkboxes label{
		display:block;
		margin:0px;
		font-size:14px;
		line-height:19px;
		padding:2px;
		}
		#checkboxes label input{
		padding:5px;
		}
		#checkboxes label:hover{
		background-color:#1e90ff;
		}
		
		
		
		
	
        /* jssor slider loading skin spin css */
      

.client-logo * {
	vertical-align: middle;
}


/*---Single----Service---Area----*/
.service-area{
padding:40px 0px;
background: linear-gradient(#fbfbfb,#fbfbfb), url(../images/about-bg.png)no-repeat center;
  position:relative;
	background-size: cover;
    opacity: 1;
    background-attachment: fixed;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.box-shade-title h4{
font-weight:bold;
color:#000;
font-size:24px;
position:relative;
}
.box-shade-title h4::after{
content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 3px;
    /*--background: linear-gradient(to right, #38ef7d, #11998e);--*/
    bottom: 0;
	top:28px;
    left: calc(48% - 20px);
}
.about-shade-title h4{
font-weight:bold;
color:#000;
font-size:24px;
position:relative;
}
.about-shade-title h4::after{
content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 3px;
    /*background: linear-gradient(to right, #38ef7d, #11998e);*/
    bottom: 0;
	top:28px;
    
}
.single-service-area{
height:auto;
text-align:center;
margin-top:10px;
box-shadow: 0 2px 25px -12px #9E9E9E;
background-color:#fff;
position:relative;
align-items:center;
color:#000;
justify-content:center;
 min-height:300px;
 text-align:center;
 border:1px solid #e7e7e7;
}
.single-service-title h5{
font-size: 18px;
font-weight: 600;
margin-top:15px;
}
.container .single-service-area::before{
content:'';
bottom:0;
position:absolute;
transition:1s ease all;
/*--background: #41295a; 
background: -webkit-linear-gradient(to right, #2F0743, #41295a); 
background: linear-gradient(to right, #c9e4ff, #a2ddfd);---*/
height:10px;
width:100%;
z-index:1;
left:0;
}
.single-service-area .content{
z-index:2;
position:relative;
transition:1s ease all;
padding:25px 10px;
overflow:hidden;
text-align:center;
}
.single-service-area:hover .content{
z-index:2;
position:relative;
color:#333;
}
.single-service-area:hover::before{
height:100%;
background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #c7e467, #c7e467, #c7e467);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #c7e467, #c7e467); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.service-read-btn{
border:0px solid #000;
padding:5px 10px;
color:#000;
text-align:center;
position:absolute;
color:#fff;
bottom:0;
opacity:0;
transform:translateY(100%);
}
.single-service-area:hover .service-read-btn{
color:#000;
background-color:#fff;
border:0px solid #000;
transition:0.5s;
transition-delay:0.5s;
opacity:1;
transform:translateY(0);
left:34%;
}
.single-service-area .service-icon{
	font-size: 60px;
    height: 120px;
    line-height: 100px;
    width: 120px;
    color: #511B51;
    position: relative;
    text-align: center;
    background: #fff;
	display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    box-shadow:0px 4px 16px rgba(0,0,0,0.3);
    border-bottom: 2px solid #94b91d;
}
@media(max-width: 767px){
.service-read-btn{
border: 0px solid #000;
    padding: 7px 20px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    background: linear-gradient(to right, #adcb44, #9fc321);
    bottom: 0;
    transform: 0;
    opacity: 1;
}
.single-service-area:hover .service-read-btn{
  background-color: #fff;
  color: #000;
  padding: 7px 20px;
  border: :1px solid #fff;
  transition:0s;
transition-delay:0s;
opacity:1;
transform:none;
left:0;
background: linear-gradient(to right, #fff, #fff);
}
}
/*.single-service-area:nth-child(1):before{
	background:linear-gradient(315deg,#ff0057,#e64a19);
}*/

/*----About--Main--Page---*/
.about-area{
padding:50px 0px;
background: linear-gradient(#e7d61ee0,#e7d61ef0), url(../images/about-bg.jpg)no-repeat center;
   background-size: cover;
    opacity: 1;
    background-attachment: fixed;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mainabout-box-banner{
padding:10px;
}
.mainabout-box-banner img{
max-height:350px;
width:100%;
}
.mainabout-box-text{
padding:10px;
}
.mainabout-box-text h5{
font-weight:bold;
font-size:17px;
margin-top:20px;
font-family: 'Poppins', sans-serif;  
}
.knowmore-btn{
padding:8px 20px;
border-radius:20px;
color:#fff;
background: #11998e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #84a90e, #77990a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #84a90e, #77990a);
}
.knowmore-btn:hover{
background: #11998e;  
background: -webkit-linear-gradient(to right, #11998e, #38ef7d);  
background: linear-gradient(to right, #11998e, #38ef7d);
color:#f1f1f1;
box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

/*---Testimonial---*/
#owl-demo .item img { 
    width: 100%;
}
.demo{
padding:50px 0px;
background: linear-gradient(#ffffffd9,#fffffff5), url(../images/im6.jpg)no-repeat center;
  background-size: cover;
    opacity: 1;
    background-attachment: fixed;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.col-md-offset-3{
padding:10px;
}
.testimonial{
padding:20px 20px;

}
.testimonial-single-shade{
	background-color:#fff;
	border-radius:0px 60px;
	position:relative;
	border:1px solid #add91e;
}
.testimonial-single-shade::before{
content: '';
    position: absolute;
    height: 10px;
    width: 200px;
    background-color: #9ca731;
    right: 40px;
    top: 0px;
    border-radius: 20px;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
	box-shadow: 0px 4px 16px rgba(0,0,0,0.3);
}
.demo .box-shade-title h4 {
    font-weight: bold;
    color: #212529;
    font-size: 24px;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
	border-bottom:3px solid #4c840b;
}
.testimonial .testimonial-title{
color:#212529;
font-size:20px;
}
.testimonial .description{
color:#212529;
}
.testimonial-single-shade{
box-shadow:0px 3px 14px rgba(0,0,0,0.3);
padding:10px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #8e9498;
}
/*---Whatsapp---Box---*/
.whatsapp-msg{
position: fixed;
    bottom: 17%;
    left: -3px;
    z-index: 999;
    background-color: #fff;
    padding: 5px;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 4px 13px rgba(0,0,0,0.3);
}
.whatsapp-img{
	height:50px;
	width:50px;
	
}

.working-image { -webkit-animation:rotation 2s infinite linear; }
@-webkit-keyframes rotation {
   from { -webkit-transform:rotate(0deg); }
   to   { -webkit-transform:rotate(359deg); }
}

.chat-shade{
display:none;
}

@media(max-width:767px){
.whatsapp-img{
height:50px;
	width:50px;
	  right: 0px;
}
.whatsapp-msg:hover{
transform:translate(-15px,0px);
width:35%;

}
}

/*-----Fixed------Banner---*/
.fixed-banner{
  background: linear-gradient(#01070ce6,rgba(0, 0, 0, 0.46)), url(../images/banner.jpg)no-repeat center;
    background-size: cover;
    opacity: 1;
    background-attachment: fixed;
    margin-bottom: -20px;
    padding: 50px;
  }
  .fixed-banner-title h5{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
	font-family: 'Teko', sans-serif;
  }
  .breadcrumb-box{
    background-color: #fff;
    border-radius: 20px;
    width: 20%;
    padding: 4px 10px;
  }
  .breadcrumb-box h5{
   margin: auto;
  }
  .breadcrumb-box h5 span{
color: #000;
font-size: 15px;
  }
  @media(max-width: 767px){
.breadcrumb-box{   
    width: 30%;  
  }
  }
   @media(max-width: 500px){
.breadcrumb-box{
    width: 70%;  
  }
  }

  /*----About---Us---*/
  .about-area-panel{
padding:20px 0px;
background-color: #fff; 
  
}
#clients {
  text-align:center;
  background: linear-gradient(#f5f5f521,#eeeeeebf), url(img/welcomebg.jpg)no-repeat center;
    background-size: cover;
    opacity: 1;
    background-attachment: fixed;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding:40px 0px;
}
#clients h3 span{
font-size:34px;
font-weight:bold;
}

#clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 250px;
  line-height: 90px;
  text-align: center;
  padding:10px;
  border:1px dotted #ccc;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
 width: 340px;
  height: 200px;
  
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}


/*----Our---Client---Page----*/
.client-content{
display:none;
}
.single-client:hover .client-content{
display:block;
position:absolute;
background:rgba(0,0,0,0.5);
}
.clientbox {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	text-align:center;
	margin-top:10px;
	box-shadow:0px 4px 16px rgba(0,0,0,0.4);
}
.clientbox img {
	width:100%;
	height:230px;
}
@media(max-width:667px){
.clientbox img {
	width:100%;
	height:280px;
}
}
.clientbox .clientbox-layer-bottom {
	display: block;
}
.clientbox .clientbox-layer-top {
	opacity: 0;
	position: absolute;
	padding:5px;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #141e30; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #141e30, #243b55); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #141e30, #243b55); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	
}

.clientbox .clientbox-layer-top p{
font-size:22px;
margin-top:30px;
font-weight:bold;
}
.clientbox .clientbox-layer-top i{
color:#fff;
font-size:20px;
}
.clientbox:hover .clientbox-layer-top,
.clientbox.active .clientbox-layer-top {
	opacity: 1;
}
.clientbox .clientbox-text {
	text-align: justify-content;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;	
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.clientbox .clientbox-text-mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.clientbox.active .clientbox-text_mobile {
	display: block;
}
.clientbox .clientbox-layer-slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.clientbox:hover .clientbox-layer-slideup,
.clientbox.active .clientbox-layer-slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
::-webkit-scrollbar{
width:14px;

}
::-webkit-scrollbar-thumb{
	background: linear-gradient(to top, #8aae0e, #a2cc0d);
    border-radius: 10px;
    box-shadow: 0px 3px 14px rgb(0 0 0 / 30%);
}
::-webkit-scrollbar-thumb:hover{
	background: linear-gradient(to top, #8aae0e, #a2cc0d);
	border-radius:10px;
}


/*-----Feedback---From---*/
.feedbackform-shade{
	box-shadow:0px 4px 13px rgba(0,0,0,0.3);
	border-radius:8px 8px 0px 0px;
}
.feedbackform-shade h5{
font-weight:600;
color:#637817;
font-size:24px;
}
.feedback-form{
padding:10px;
}
.ss-feed-shade{
	background-color: #e9e9e9;
    padding: 20px 10px;
}
.suggest{
color:#0e62a5;
}
.feedback-form .form-field ::placeholder{
  color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
   
}

.feedback-form .form-field input[type="text"]{
border:0;
border-bottom:1px solid #ccc;
width:100%;
margin-top:-5px;
}
.feedback-box{
margin-top:10px;
}
.asterisk-shade{
color:#f00;
}


/*------Career---*/
.careerpanel{
	padding:40px 0px;
	 
	}
	.careerpanel-inner{
	background-color:#fff;
	}
	.careerpanel-inner .box3{
	padding:0px;
	min-height:350px
	}
	.careerpanel-inner .box4{
	padding:0px;
	min-height:350px
	}
	.careerpanel-inner{
	box-shadow:0 2px 5px #21232d38;
	}
	.careerform{
		box-shadow: 0 0 20px 0 rgba(40,40,40,.1607843137254902);
		background-color:#f9f9f9;
	}
	.careerform .formtitle{
	padding:20px;
	}
	.careerform .formtitle span{
	color:#154a19;
	font-size:20px;
	font-weight:bold;
	
	}
	.careerform-box{
	padding:10px;
	}
	.career-image-box img{
	height:350px;
	width:100%;
	}
	
	
	/*-----Our---Services---Page----*/
	.service-single-text-box{
	position:relative;
	border:1px solid #ccc;
	padding:20px;
	margin-top:60px;
	
	}
	.service-title-ln{
	padding-top:30px;
	}
	.service-title-ln h5{
	position:relative;
	font-weight:bold;
	background-color:#dee1f3;
	width:100%;
	padding:5px;
	
	}
	.service-title-ln h5:before{
	content:'';
	position:absolute;
	height:35px;
	width:3px;
	top:0;
	left:-10px;
	background-color:#b1c10f;
	}
	.service-widget-image img{
	height:280px;
	width:100%;
	}
	.side-odd:after{
	content:'';
	position:absolute;
	height:70px;
	bottom:-67px;
	width:80px;
	background-image:url(../images/side-arrow1.png)
	}
	.side-even:after{
	content:'';
	position:absolute;
	height:70px;
	right:0px;
	bottom:-67px;
	width:80px;
	background-image:url(../images/side-arrow2.png)
	}
	
	/*---Animation---*/
	.dinShape1{
position: absolute;
    right: 25%;
    bottom: 15%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.dinShape2{
position: absolute;
    left: 25%;
    top: 15%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.dinShape3{
-webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	position: absolute;
    z-index: 1;   
    right: 40%;
}
.dinShape4{
position: absolute;
    right: 35%;
    bottom: 35%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.dinShape5{
position: absolute;
    right: 65%;
    bottom: 35%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.dinShape6{
position: absolute;
    right: 55%;
    bottom: 65%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.dinShape7{
position: absolute;
    left: 5%;
    bottom: 35%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.dinShape8{
-webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	position: absolute;
    z-index: 1;   
    left: 20%;
}
.dinShape1 img{
max-width: 100%;
    border-radius: 20px;
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
.dinShape3 {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}


@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



/*----New---Css---*/
.ss-enquiry-tab{
background: linear-gradient(to right, #a1cc0c, #428422);
padding:8px 20px;
border-radius:20px;
color:#fff;
cursor:pointer;
}
.ss-enquiry-box ul li{
padding:10px;
display:inline-block;
}
@media(max-width:767px){
.ss-enquiry-box{
text-align:center;
}
}


/*-----Services---*/
.box-shade-title h4 span{
background-color:#b5c51d;
padding:10px 35px;
position:relative;
border-radius:20px;

}
.ss-service-list{
position:relative;
width:100%;
margin-top:40px;
text-align:center;
}
.ss-service-list ul{
list-style-type:none;
}
.ss-service-list ul li{
display:inline-block;
padding:0px 30px;
}
.ss-single-service{
	position:relative;
	text-align:center;
}
/*.ss-single-service::before{
position:absolute;
content:'';
width:1px;
height:100px;
background-color:#333;
text-align:center;
display:block;
left:50%;
}--*/
.ss-single-service-icon{
	font-size: 60px;
    height: 120px;
    line-height: 100px;
    width: 120px;
    color: #511B51;
    position: relative;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 30%);
    border-bottom: 2px solid #94b91d;
}
.service-name{
margin-top:20px;
padding:15px;
background-color:#dfdfdf;
border-radius:0px 20px;
box-shadow: 0px 3px 14px rgb(78 70 70 / 30%);
}
.single-line{
width: 1px;
    height: 60px;
    display: block;
    background: #333;
    margin: 0 auto;
}
.service-name h5{
font-size:19px;
font-weight:600;
}
.ss-rotate {
  transform: rotate(0deg);
  animation-name: rotate;
  animation-delay: 3s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 50% 0%;
  animation-timing-function: ease-in-out;
}
@keyframes rotate {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes rotate-container {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@media(max-width:767px){
.ss-service-list ul{

}
}
@media(max-width:420px){
.ss-service-list ul li{
display:block;
}
.ss-service-list ul{
margin-left:-30px;
}
}
/*---Client--logo---*/
#clients img {
    transition: all 0.4s ease-in-out;
}
marquee > ul > img {
    border: 2px solid #ddd;
    padding: 10px;
}
.ss-client{
padding:40px 10px;
}
.ss-client-list{
padding:30px 0px;
}


#progressbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#progressbar div {
    height: 3px;
    background: red;
    background: -o-linear-gradient(left,#cddc39,#a4c538,#7ea10c,#1e6f15);
    background: -webkit-gradient(linear,left top,right top,from(#ff7e00),color-stop(#ff0048),color-stop(#940ba2),to(#008aff));
    background: linear-gradient(90deg,#cddc39,#a4c538,#7ea10c,#1e6f15);
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
}

#progressbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.ss-about-page{
position: relative;
  background: linear-gradient(#efefef,#f7f7f7f5), url(http://localhost/smartech_solution_new/css/../images/ss-abt-img1.png)no-repeat center;
  background-size: cover;
    opacity: 1;
    background-attachment: fixed;
	padding:50px 0px;
}
.ss-page-side-title{
padding:10px 10px;
margin-top:20px;
}
.ss-page-side-title h5 span{
border-top: 5px solid #96c30e;
    padding: 10px 0px;
    border-radius: 10px;
	font-weight: bold;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
	}
	.ss-border-right{
	border-right: 1px solid #ccc;
	}
	.ss-abt-head-subtext{
	color:#83b613;
	}
	
	/*---Services---*/
	.service-block{
    margin: 40px 0;
    float: left !important;
	padding:30px 0px;
    }
    .service-block:nth-child(2n){
      float: right;
      margin-left: auto;
    }   
	.second-row{
	float: right;
      margin-left: auto;
	  padding:30px 0px;
	}
	
	.service-icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    transform: rotate(45deg);
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 1px 14px 6px rgb(177 162 162 / 30%);
    float: left;
    margin-right: 40px;
    border-radius: 10px;
}
.service-icon img {
    transform: rotate(-45deg);
    max-width: 60%;
}

.service-content {
    width: auto;
    display: flow-root;
    position: relative;
}
 .service-content h1 {
    position: absolute;
    left: 20px;
    top: 0;
    transform: translate(0,-30%);
    font-size: 200px;
    font-weight: 800;
    color: rgba(127, 189, 46, 0.2);
}
@media(max-width:767px){
	.second-row{
	float: right;
      margin-left: none;
	  padding:20px;
	}
	.service-icon {
	float:none;
	margin:15px;
	}
	.service-content {
	margin-top:40px;
	}
	}
h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1e2022;
    margin-bottom: 10px;
}


/*----Digi---img---*/
.ss-page-digi-img{
padding:20px 0px;
}
.ss-page-digi-img img{
Width:100%;
height:330px;
}
.ss-page-digi-link{
padding:8px 10px;
background-color:#fbe086;
border-radius:10px;
}
.ss-page-digi-link:hover{
color:#1f6e10;
}
