@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);
body {
  -webkit-backface-visibility: inherit;
}
#wrapper {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px #b4b4b4 !important;
  color: #20292f !important;
  font-size: 15px;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
}
a,
button,
input[type="submit"] {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
  color: #555;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}
ul {
  list-style: none;
}
.top_line {
  background: #9c6;
}
.animated-area {
  overflow: hidden;
}
.top_line p {
  color: #fff;
  margin: 0;
  line-height: 39px;
  font-weight: 400;
}
ul.social-links {
  float: left;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  font-size: 19px;
}
ul.social-links li {
  float: left;
}
.social-pdng {
  padding: 7px 9px;
}
ul.social-links li a {
  background-color: #64696e;
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  height: 30px;
  border-radius: 50%;
  width: 30px;
  font-size: 15px;
}
ul.social-links li a:hover {
  background-color: #fff;
  color: #f60;
}
.page_head {
  padding-top: 0;
  background-color: #fff;
}
.logo {
  margin-top: 15px;
}
nav {
  position: relative;
  left: 0;
  z-index: 9999 !important;
  width: 100%;
  background: #fff;
}
.sticky {
  position: fixed;
  border-bottom: 1px solid #eee;
  background: rgba(255, 255, 255, 0.95);
}
.menu ul ul {
  width: auto !important;
}
.menu ul ul li {
  width: 420px;
}
.menu ul li.sub li {
  width: 140px;
  border-left: 1px dotted #eee;
}
.menu {
  float: right;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  position: relative;
  float: left;
}
.menu ul li ul {
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  top: 120%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.menu ul li:hover ul {
  top: 100%;
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.menu ul li li li:hover ul,
.menu ul li li:hover ul,
.menu ul li:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
.menu ul li a {
  display: block;
  padding: 25px 10px 25px;
  color: #444;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.menu li a:hover {
  outline: 0;
  border-color: #f60;
  color: #f60 !important;
  text-decoration: none;
}
.menu li a:before {
  display: block;
  margin: 29px 0 -29px;
  color: #666;
  content: attr(data-description);
  text-transform: none;
  font-weight: 300;
  font-size: 11px;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  line-height: 0;
}
.menu li.current a {
  color: #9c6;
}
.menu li.current {
  background: #f9f9f9;
}
.menu li:hover {
  background: #f9f9f9;
}
.menu li:hover a {
  color: #f60;
}
.menu ul ul {
  background: #fff;
}
.menu ul li ul li a {
  padding: 10px 24px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.08) !important;
  color: #666 !important;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
.menu ul li ul {
  border-bottom: 1px solid #9c6;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.menu ul li ul li a:hover {
  background-color: #f9f9f9;
  color: #f60 !important;
}
nav.sticky .logo {
  margin-top: 15px;
}
nav.sticky ul li a {
  padding: 25px 10px 25px;
  font-weight: 400;
  font-size: 14px;
}
nav.sticky ul li a:before {
  content: "";
}
.dl-trigger {
  display: none;
}
.dl-back {
  display: none;
}
.menu ul ul ul {
  top: 0 !important;
  left: 180px;
  margin-top: 0 !important;
}
.menu ul li ul li ul {
  visibility: hidden !important;
}
.menu ul li ul li:hover ul {
  visibility: visible !important;
}
.btn-slider {
  padding: 8px 14px;
  border-color: #4a4a4a;
  background-color: #4a4a4a;
  color: #fff !important;
}
.btn-slider:hover {
  border-color: #222;
  background-color: #222;
  color: #fff !important;
}
.marg25 {
  margin-top: 25px;
}
.marg50 {
  margin-top: 50px;
}
.marg75 {
  margin-top: 75px;
}
.marg100 {
  margin-top: 100px;
}
.marg125 {
  margin-top: 125px;
}
.marg150 {
  margin-top: 155px;
}
.iconbox i {
  color: #9c6;
  font-size: 35px;
}
.iconbox p {
  margin: 0 0 0 70px;
}
.iconbox h3 {
  margin: -30px 0 25px 70px;
  font-weight: 400;
  font-size: 20px;
}
.read a {
  display: inline-block;
  color: #9c6;
}
.title {
  line-height: 1;
  border-top: 1px solid #eee;
  margin-top: 50px;
  margin-bottom: 0;
}
.title span {
  position: relative;
  top: -16px;
  padding-right: 14px;
  background: #fff;
  font-size: 20px;
  font-weight: 300;
}
.pagination {
  float: right;
  margin: 0 50px;
  background: #fff;
  display: inline-block;
  margin-top: -36px;
  position: relative;
  border-radius: 0;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 0;
  }
}
.pagination a {
  margin-left: 30px;
  padding: 0 5px;
}
.pagination a.prev:after {
  position: absolute;
  margin-top: -4px;
  color: #fff;
  content: "\f104";
  font-size: 17px;
  font-family: FontAwesome;
  background-color: #f60;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0 10px;
  font-weight: 700;
}
.pagination a.next:after {
  position: absolute;
  margin-top: -4px;
  color: #fff;
  content: "\f105";
  font-size: 17px;
  font-family: FontAwesome;
  background-color: #f60;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0 14px;
  font-weight: 700;
}
.pagination a.prev:hover:after {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagination a.next:hover:after {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.portfolio-block {
  width: 100%;
  border-bottom: 1px solid #9c6;
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.portfolio-image img {
  max-width: 100%;
}
.portfolio-name {
  padding-top: 18px;
  padding-left: 15px;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
}
.portfolio-text {
  position: relative;
  padding: 5px 15px 0 15px;
  text-align: justify;
}
.portfolio-text1 {
  position: relative;
  padding: 5px 15px 25px 15px;
  text-align: justify;
}
.box {
  overflow: hidden;
  padding: 20px;
  border-left: 3px solid #9c6;
  background: #fcfcfc;
}
.box h3 {
  font-weight: 400;
}
.box p {
  margin-top: 15px;
}
.purch-block {
  display: table;
  margin: auto;
  margin-top: 31px;
}
.btn-purch {
  border-color: #9c6;
  background-color: #9c6;
  color: #fff;
  font-size: 18px;
}
.btn-purch:hover {
  border-color: #97cc5f;
  background-color: #fcfcfc;
  color: #9c6;
}
.blog-home {
  width: 100%;
}
.blog-image img {
  max-width: 100%;
}
.blog-name {
  padding: 15px 0 9px 0;
}
.blog-name a {
  color: #555;
  text-decoration: none;
  font-size: 17px;
}
.blog-name a:hover {
  color: #9c6;
  text-decoration: none;
}
.blog-text {
  position: relative;
}
.blog-line hr {
  margin-top: 20px;
  margin-bottom: 10px;
}
.blog-date {
  color: #888;
  font-size: 12px;
}
.blog-icons a {
  margin-left: 10px;
  color: #888;
  text-decoration: none;
}
.blog-icons a:hover {
  color: #9c6;
}
.testimonial .author {
  float: left;
  margin-right: 40px;
  padding: 10px;
  padding-left: 0;
}
.testimonial .author img {
  width: 87px;
  height: 87px;
}
blockquote {
  padding: 5px 20px;
  color: #555 !important;
  font-size: 13px;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
}
.testimonial blockquote {
  position: relative;
  border-left: 0 !important;
}
.testimonial blockquote:before {
  position: absolute;
  top: 3px;
  left: 98px;
  color: #e8e8e8;
  content: "\f10d";
  font-size: 19px;
  font-family: FontAwesome;
}
.testimonial blockquote p {
  position: relative;
}
cite b {
  font-weight: 600;
}
.twitter_fot {
  overflow: hidden;
  height: 65px;
  background: #9c6;
  color: #fff;
  line-height: 65px;
}
.twitter_fot .tweet_list {
  height: 65px;
  padding: 0;
  list-style: none;
}
.twitter_fot .tweet_list li {
  overflow: hidden;
  width: auto;
  font-weight: 400;
  line-height: 65px;
}
.twitter_fot .tweet_list li a {
  color: #fff;
  text-decoration: none;
}
.twitter_fot .tweet_list li a:hover {
  text-decoration: underline;
}
.twitter_fot .tweet_list li img {
  margin-right: 22px;
  border: 0;
  display: inline-block;
  border-radius: 50%;
}
.twitter_fot .tweet_list li h6 {
  float: left;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}
.twitter_fot .paginat {
  position: relative;
  float: right;
  margin: 0;
  cursor: pointer;
}
.twitter_fot.paginat a {
  float: right;
  margin-left: 10px;
  width: 15px;
  height: 13px;
}
.twitter_fot .paginat a {
  margin-left: 10px;
  text-decoration: none;
}
.twitter_fot .paginat a i {
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.twitter_fot .paginat a:hover i {
  color: rgba(255, 255, 255, 0.5);
}
.twitter_fot.caroufredsel_wrapper {
  float: left;
  width: 80%;
}
.twitter_fot .shadow_top_footer {
  left: 0;
  float: left;
  width: 100%;
  height: 50px;
}
.tweet .loading {
  overflow: hidden;
  width: auto;
  font-weight: 400;
  font-size: 13px;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  line-height: 65px;
  margin: 0;
}
.footer {
  min-height: 300px;
  max-height: 100%;
  background: #32373c;
  padding: 30px 0 50px 0;
}
.footer_bottom {
  background: #333;
  color: #fff;
  padding: 10px 0;
}
.footer-block {
  color: #fafafa;
  font-size: 19px;
  text-align: left;
}
.widget_flickr .flickr_badge_image {
  float: left;
  width: 87px;
  height: 87px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  moz-border-radius: 3px;
}
.widget_flickr img {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.widget_flickr img {
  border: 2px solid #494949;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.widget_flickr img:hover {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url("desaturate.svg");
  filter: none;
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.widget_flickr img:hover {
  border: 2px solid #9c6;
}
.tag_cloud a {
  display: block;
  margin: 0 5px 10px 0;
  padding: 0 10px;
  color: #ecececbd;
  text-decoration: none;
}
.tag_cloud a:hover {
  color: #fff !important;
  text-decoration: none;
}
.copyright {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ecececbd;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}
.copyright a:hover {
  text-decoration: none;
}
.foot_menu {
  float: right;
}
.foot_menu ul li {
  float: left;
  padding-left: 7px;
  list-style: none;
  font-size: 12px;
}
.foot_menu ul li a {
  color: #fff;
  text-decoration: none;
}
.foot_menu ul li a:hover {
  text-decoration: underline;
}
.foot_menu li:after {
  content: " ";
}
.foot_menu li:not(:last-of-type):after {
  padding-left: 7px;
  content: "|";
}
.contacts {
  padding: 0;
  list-style: none;
}
.contacts li {
  margin-bottom: 15px;
  color: #ecececbd;
}
.contacts li i {
  font-size: 17px;
  width: 23px;
  opacity: 1;
  position: relative;
  text-align: center;
  padding-right: 5px;
}
.contacts li a {
  color: #ecececbd;
}
.foot-text {
  color: #ecececbd;
}
.accordion section {
  border: 1px solid #eee;
  border-bottom: 0;
  background-color: #fff;
}
.accordion section:last-child {
  border-bottom: 1px solid #eee;
}
.accordion div {
  display: none;
  height: 100%;
}
.accordion p {
  position: relative;
  padding: 13px 18px;
}
.accordion span a {
  position: relative;
  display: block;
  padding-left: 18px;
  outline: 0;
  color: #555;
  text-decoration: none;
  font-size: 15px;
}
.accordion span {
  display: block;
  padding: 11px 0;
}
.accordion span a:hover {
  color: #9c6;
}
.accordion span.active a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-top: 6px solid #9c6;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}
.accordion span.active a {
  color: #9c6;
}
.openme i {
  color: #9c6;
}
#blog li:nth-child(even) {
  margin-left: -1px;
}
.phone a {
  display: inline-block;
  color: #fff;
}
.fax a {
  display: inline-block;
  color: #fff;
}
.email a {
  display: inline-block;
  color: #fff;
}
.map a {
  display: inline-block;
  color: #fff;
}
.page-name h3 {
  color: #9c6;
}
.subpage_block {
  display: block;
  float: left;
  font-size: 10px;
}
.subpage_breadcrumbs_dv {
  float: left;
  width: 20px;
  height: 17px;
  background: url(../img/dv.webp);
  background-position: center;
  background-repeat: no-repeat;
}
.bbread a {
  color: #9c6;
}
.welcome {
  float: left;
  padding-top: 14px;
  padding-bottom: 25px;
  width: 100%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}
.page-link {
  margin-top: 25px;
  font-size: 11px;
}
.page-link a {
  display: inline-block;
  color: #9c6;
}
ul.social-links li:last-child a {
  margin-right: 0;
}
.post-img img {
  max-width: 100%;
}
.date-blog {
  float: left;
  text-align: center;
}
.day {
  margin-top: 27px;
  padding: 4px;
  border-radius: 2px 2px 0 0;
  background: #f2f2f2;
  color: #999;
  font-weight: 400;
  font-size: 16px;
}
.month {
  padding: 2px 14px 4px 14px;
  border-radius: 0 0 2px 2px;
  background: #ccc;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
  color: #fff;
}
.date-blog span {
  display: block;
}
.post-content {
  margin: 27px 0 0 0;
}
.meta {
  margin: 0 0 45px 70px;
}
.meta h2 {
  margin: 0 0 5px 0;
  font-weight: 400;
  font-size: 20px;
}
.meta h2 a {
  display: inline-block;
}
.meta h2 a:hover {
  color: #9c6;
  text-decoration: none;
}
.meta a {
  color: #666;
}
.meta span {
  float: left;
  margin-right: 12px;
}
.read {
  margin-top: 20px;
}
.meta span a:hover {
  color: #9c6;
  text-decoration: none;
}
.lineblog {
  margin: 30px 0 50px 0;
  border-bottom: 1px solid #eee;
}
.car_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.pagin .current {
  padding: 7px 13px;
  border-radius: 2px;
  background-color: #9c6;
  color: #fff;
}
.pagin a {
  padding: 7px 13px;
  border-radius: 2px;
  background-color: #444;
  color: #fff;
  text-decoration: none;
}
.pagin a:hover {
  padding: 5px 11px;
  border-radius: 2px;
  background-color: #9c6;
  color: #fff;
  font-size: 12px;
}
.searchform {
  padding: 6px 4px 6px 29px;
  padding-left: 29px;
  width: 100%;
  border: 1px solid #d5d5d5;
  background: #fff url(../img/zoom.webp) no-repeat 8px 8px;
  color: #666;
  font-weight: 400;
  font-size: 12px;
  font-family: arial, sans-serif;
}
.categories {
  list-style: none;
}
.colorend {
  display: inline-block;
}
.about_text a {
  display: inline-block;
}
.categories a {
  display: block;
  margin-left: -38px;
  padding: 5px 0;
  padding-left: 12px;
  background: url(../img/categories.webp) no-repeat left 9px;
  color: #666;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
}
.categories a:hover {
  color: #9c6;
}
.title-in {
  display: block;
  background: url(../img/header_divider.webp) repeat-x center;
  line-height: 1 !important;
  margin-top: 35px;
}
.title-in span {
  position: relative;
  top: -8px;
  padding-right: 14px;
  background: #fff;
  color: #666;
  font-weight: 300;
  font-size: 17px;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
}
.title-in:first-child {
  margin-top: 0;
}
.tag_cloud_blog a {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 4px 10px;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.1);
  box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.1);
  color: #666;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  line-height: 20px;
}
.tag_cloud_blog a:hover {
  border-color: #9c6;
  background: #9c6;
  color: #fff !important;
  text-decoration: none;
}
.post-2columns:nth-child(odd) {
  float: left;
  padding-right: 25px;
  padding-left: 0;
  width: 50%;
}
.post-2columns:nth-child(even) {
  float: left;
  padding-right: 0;
  padding-left: 25px;
  width: 50%;
}
.medium-5 {
  float: left;
  padding-right: 25px;
  padding-left: 0;
  width: 41.66666666666667%;
}
.medium-7 {
  float: left;
  padding-right: 0;
  padding-left: 25px;
  width: 58.333333333333336%;
}
.lineblog-med {
  margin: 30px 0 50px 0;
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
}
.day-med {
  padding: 4px;
  border-radius: 2px 2px 0 0;
  background: #f2f2f2;
  color: #999;
  font-weight: 400;
  font-size: 16px;
}
.post-content-med {
  margin: 0;
}
.author-info {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #ededed;
  background: #fdfdfd;
}
.author-info .author-image {
  float: left;
  margin: 0 20px 0 0;
  width: 80px;
}
.author-bio h4 {
  margin-top: 0;
}
.sharebox h4 {
  float: left;
  margin-top: 13px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
}
ul.social-links-sec-third {
  margin-top: 13px;
}
ul.social-links-sec-third li {
  display: inline-block;
}
ul.social-links-sec-third li a {
  margin-left: 18px;
  color: #999;
}
ul.social-links-sec-third li a:hover {
  color: #9c6;
}
.lineblog-single {
  float: left;
  margin: 20px 0;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.comm {
  display: block;
  float: left;
  margin-top: 25px;
  margin-bottom: 30px;
  color: #555;
  font-weight: 400;
  font-size: 18px;
}
.comment-list {
  float: left;
  margin-top: 10px;
  margin-left: -40px;
}
.comment-list li {
  margin-bottom: 30px;
  list-style: none !important;
}
.comment-list li .avatar {
  float: left;
  margin-right: 20px;
}
.comment-list li .avatar img {
  border: 1px solid #f9f9f9;
}
.comment-list li .comment-text {
  margin-left: 58px;
  padding: 20px 20px 20px 30px;
  background: #f9f9f9 url(../img/comment-list.webp) no-repeat 0 -40px;
}
.comment-list .author {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #dedede;
  font-size: 12px;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif, sanf-serif;
}
.comment-list .author span {
  display: block;
  font-weight: 600;
  font-size: 13px;
}
.comment-list li .comment-text .text p {
  font-size: 12px !important;
}
.comment-list .children {
  margin-top: 30px;
  margin-left: 26px;
}
.comment-list li:last-child {
  margin-bottom: 8px !important;
}
.comment-reply-link {
  color: #9c6;
}
#respond {
  float: left;
}
#respond span.required {
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
}
#respond label {
  float: left;
  color: #999;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
}
#respond p.comment-form-author input {
  padding: 10px;
  width: 294px;
  border: 1px solid #ccc;
}
#respond input,
#respond textarea {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  width: 670px;
  border: 1px solid #d5d5d5;
  color: #666;
  font-weight: 400;
  font-size: 12px;
  font-family: Open Sans, sans-serif;
}
#respond p.comment-form-author {
  position: relative;
  float: left;
  width: 324px;
}
#respond p.comment-form-email {
  position: relative;
  float: right;
  width: 324px;
}
#respond p.comment-form-email input {
  padding: 10px;
  width: 294px;
  border: 1px solid #ccc;
}
.required {
  color: red !important;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
  pointer-events: none;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.portfolioFilter {
  padding-bottom: 15px;
}
.portfolioFilter ul {
  padding-left: 0;
}
.portfolioFilter ul li {
  float: left;
  padding-left: 0;
}
.portfolioFilter a.current {
  background-color: #f60;
  color: #fff;
  border-bottom: 2px solid;
}
.portfolioFilter ul li a {
  display: inline-block;
  margin-right: 0;
  padding: 10px 20px !important;
  border-radius: 0;
  background-color: #eee;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
}
.portfolioFilter ul li a:hover {
  background-color: transparent;
  color: #f60;
  border-bottom: 2px solid;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.4s linear;
}
.portfolio-block-in {
  width: 100%;
  border-bottom: 0 solid #f60;
  border-left: 0 solid #eee;
  border-right: 0 solid #eee;
  background-color: #fff;
  box-shadow: 0 1px 8px -2px #888;
}
.port-6 {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  width: 50%;
}
.port-4 {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  width: 33.33333333%;
}
.port-3 {
  position: relative;
  float: left;
  min-height: 1px;
  width: 25%;
}
.portfolio-det {
  color: #666;
  font-size: 13px;
  font-family: Poppins, sans-serif;
  line-height: 2;
}
.portfolio-det a {
  color: #9c6;
}
.wid_pol {
  max-width: 100%;
}
.name_mar {
  margin-top: 15px;
  color: #666;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}
.about_text {
  margin-top: 10px;
  letter-spacing: 1px;
}
.about_text a {
  color: #9c6;
}
.intro_img {
  float: left;
  padding-top: 3px;
  padding-right: 20px;
}
.name_serv {
  margin-top: -5px;
  font-weight: 600;
  font-weight: "Poppins", sans-serif;
  font-size: 45px;
  text-align: left;
  letter-spacing: 3px;
}
.name_serv h1 {
  margin-top: -5px;
  font-weight: 600;
  font-weight: "Poppins", sans-serif;
  font-size: 45px;
  text-align: left;
  letter-spacing: 3px;
  color: #fff;
}
.size_35 {
  color: #454545;
  font-size: 37px;
}
.name_serv1-1{
    margin-bottom:50px;
}
.name_serv1-2{
    margin-bottom:50px;
    justify-content
}
.name_serv_icons {
  margin: -34px 0 8px 55px;
  color: #565656;
  font-weight: 400;
  font-size: 21px;
}
.alert {
  padding: 10px 15px;
}
.form-control {
  box-shadow: none;
  border-radius: 0;
  line-height: 1.75;
  font-size: 13px;
  font-weight: 300;
  padding: 8px 15px;
  border: 1px solid #eee;
  transition: all 0.25s linear;
  height: auto;
}
.form-control:focus {
  outline: 0;
  border-color: #9c6;
  box-shadow: none;
  border-color: #bbb;
  transition: all 0.25s linear;
}
.btn-default {
  color: #555;
  background-color: #fff;
  border-color: #eee;
}
.btn {
  font-weight: 300;
  border: 1px solid #eee;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.75;
  border-radius: 0;
}
.btn-default:hover {
  color: #555;
  border-color: #ddd;
  background: #f9f9f9;
}
.help-block li {
  list-style: none;
  color: #900;
}
.help-block ul {
  padding: 0;
  margin: 0;
}
.text-danger {
  color: #a94442;
}
.text-success {
  color: #3c763d;
}
.adress_cont {
  font-size: 13px;
  line-height: 2;
}
.adress_cont a {
  color: #9c6;
}
.icon_foot {
  padding-right: 5px;
  font-size: 16px;
}
.soc-contacts {
  padding: 0;
}
ul.soc-contacts li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  background: #f0f0f0;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}
ul.soc-contacts li a {
  color: #999;
}
ul.soc-contacts li a:hover {
  color: #9c6;
}
.plan .price span {
  display: block;
  margin-top: 0;
  color: silver;
  font-weight: 400;
  font-size: 11px;
}
.plan .signup {
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 3px solid #f6f6f6;
  text-align: center;
}
.plan ul {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  list-style: none !important;
}
.plan li {
  padding: 10px 0;
  background: #fcfcfc;
  text-align: center;
  font-size: 12px;
}
.plan {
  margin-right: -30px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  text-align: center;
}
.featured {
  margin-top: -4px;
  margin-left: -5px;
  border: 5px solid #e0e0e0 !important;
  background: #fcfcfc;
}
.plan h3 {
  margin: 0;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
  font-size: 16px;
}
.plan.featured h3 {
  border-bottom: 0;
  color: #9c6;
  font-size: 16px;
}
.plan .price {
  display: block;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 300;
  font-size: 54px;
  font-family: Poppins, sans-serif;
  line-height: 38px;
}
.plan:hover {
  margin-top: -4px;
  margin-left: -5px;
  border: 5px solid #e0e0e0 !important;
  background: #fcfcfc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.plan.featured .signup {
  border-top: 1px solid #f2f2f2;
}
.two_plan {
  background: #fff !important;
}
.plan li:last-child {
  background: 0;
}
.pricing-table .plan:first-child {
  border-left: 1px solid #e6e6e6 !important;
}
.plan.featured .price {
  color: #9c6;
}
.btn-price {
  background: #9c6;
  color: #fff;
}
.btn-price:hover {
  border: 1px solid #9c6;
  background: #fff;
  color: #9c6;
}
.main_pad {
  padding: 60px 0 130px 0;
  text-align: center;
}
.oops {
  color: #9c6;
  text-align: center;
  font-weight: 400;
  font-size: 107px;
  font-family: Poppins, sans-serif;
  line-height: 140px;
}
.ask-question {
  color: #555;
  font-size: 20px;
}
.ask-question span {
  padding-left: 45px;
}
.clients-s {
  overflow: hidden;
}
.clients-s a.img-hover {
  position: relative;
  display: block;
}
.clients-s img {
  float: left;
  margin-right: 25px;
  width: 120px;
  height: 120px;
  border: solid 1px #e1e1e1;
  background: #f7f7f7;
}
.clients-s img.img-hover {
  display: none;
}
.clients-s a:hover img.img-hover,
.clients-s:hover img.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.clients-s a {
  color: #9c6;
}
.icon_color {
  color: #9c6;
}
.short_left {
  padding: 0;
}
.sub-menu-short li {
  padding-left: 12px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: url(../img/arr-right-mini.webp) 0 50% no-repeat;
  line-height: 50px;
}
.actives {
  border-right: 1px solid #fff !important;
}
.actives a {
  display: inline-block;
  color: #9c6 !important;
}
.sub-menu-short li a {
  display: inline-block;
  color: #666;
}
.shortcode_tabs .all_heads_cont {
  position: relative;
  z-index: 5;
  display: block;
  overflow: hidden;
  padding-bottom: 1px;
}
.shortcode_tab_item_title {
  position: relative;
  display: inline-block;
  float: left;
  margin: 50px 5px 0 0;
  padding: 10px 15px;
  min-height: 18px;
  border: #ddd 1px solid;
  border-bottom: 0;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.all_body_cont {
  display: block;
  margin-top: -2px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
  font-size: 13px;
}
.shortcode_tab_item_body.active {
  display: block;
}
.shortcode_tab_item_body h4 {
  margin-top: 10px;
}
.shortcode_tab_item_body {
  display: none;
}
.shortcode_tab_item_body {
  display: none;
}
.shortcode_tab_item_title.active {
  border-bottom: 1px solid #fff;
  background: #fff;
}
.tooltip_s {
  display: inline-block;
  color: #9c6;
}
.tooltip_s:hover {
  display: inline-block;
  color: #9c6;
}
#reset {
  position: absolute;
  margin-top: -26px;
  margin-left: 150px;
  padding: 0 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ccc;
  color: #555;
  font-weight: 400;
  font-size: 10px;
  font-family: Poppins, sans-serif;
}
#style-switcher {
  position: fixed;
  top: 20%;
  z-index: 10000;
  color: #fff;
}
#switcher-head {
  position: relative;
  margin: 0;
  padding-left: 20px;
  width: 270px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  cursor: pointer;
}
#switcher-head:before {
  position: absolute;
  top: 1px;
  left: 235px;
  overflow: hidden;
  color: #ececec;
  content: "\f013";
  font-size: 30px;
  font-family: FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#switcher-content {
  overflow: hidden;
  padding: 0;
  width: 225px;
  background-color: rgba(61, 61, 61, 0.8);
}
#switcher-content .el {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #232323;
}
#switcher-content select {
  width: 100%;
  height: 23px;
  outline: 0;
  border: 1px solid #ededed;
  background-color: #fff;
  color: #353535;
  font-size: 13px;
}
#switcher-content .sub-head {
  margin-bottom: 10px;
}
#switcher-content ul {
  overflow: hidden;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}
#switcher-content li {
  float: left;
  margin: 0 8px 6px 0;
  list-style-type: none;
}
#switcher-content img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
#switcher-content {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  moz-border-bottom-right-radius: 6px;
}
#switcher-content form {
  margin: 0;
}
.color-default {
  background: #d2d1d0;
}
.switcher strong {
  color: inherit;
}
.switcher-head span {
  margin-left: 15px;
}
.switcher-body {
  position: relative;
  padding: 15px;
}
.switcher-trigger {
  position: absolute;
  top: 0;
  right: -40px;
  left: auto;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #333;
  text-align: center;
  font-size: 24px;
}
.switcher ul.switcher-op-selectors {
  margin: 0 -5px -5px 0;
}
ul.switcher-op-selectors li a {
  float: left;
  margin-top: 1px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.button_switch li a {
  float: left;
  padding: 6px 16px;
  background: #9c6;
  color: #f1f1f1;
  font-weight: 100;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}
.button_switch li a.active {
  background: #f1f1f1;
  color: #9c6;
}
.button_switch li a:hover {
  background: #f1f1f1;
  color: #9c6;
  text-decoration: none;
}
.star {
  font-size: 10px;
}
.section {
  font-family: Poppins, sans-serif;
}
.hr-swith {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #777;
}
.prl-1 {
  background: url(../images/parallax.webp) 100% 10% no-repeat fixed;
  color: #fff;
  min-height: 245px;
  height: 100%;
}
.prlx {
  background-color: rgba(255, 255, 255, 0.1);
  min-height: 245px;
  max-height: 100%;
}
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-per {
  display: inline;
}
.prog-name {
  display: inline;
  font-size: 15px;
  font-weight: 300;
}
.prog-per {
  float: right;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
}
.progress {
  height: 25px;
  background-color: #fcfcfc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 30px;
}
.progress-bar-success {
  background-color: #9c6;
}
.welcome_main {
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}
.wel_cen {
  text-align: center;
}
.wel_cen h3 {
  font-weight: 300;
  font-size: 28px;
}
.wel_cenm {
  text-align: center;
}
.wel_cenm h3 {
  font-weight: 300;
  font-size: 28px;
  margin-top: -1px;
}
.fact-icon {
  text-align: center;
  color: #9c6;
  font-size: 50px;
}
.fact-numb {
  text-align: center;
  margin-top: 0;
  font-size: 27px;
}
.fact-name {
  margin-top: 7px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.services-icon {
  text-align: center;
  color: #9c6;
  font-size: 37px;
}
.services-numb {
  text-align: center;
  font-size: 18px;
  margin-top: 7px;
  font-weight: 700;
}
.services-name {
  margin-top: 7px;
  text-align: center;
}
.prlx-1 {
  background-color: #fafafa;
  min-height: 245px;
  max-height: 100%;
  padding-bottom: 75px;
}
.mrgn7521 {
  margin-top: 325px;
  margin-bottom: 130px;
}
.project-fix {
  width: 100%;
  max-height: 235px;
}
.flow-img {
  position: absolute;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transform: scale(1);
}
.flow-img:hover {
  position: absolute;
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transform: scale(1);
}
.box-link {
  text-align: center;
  position: relative;
  display: block;
  color: #f60;
  font-weight: 500;
}
.marg751 {
  box-shadow: 0 1px 8px 0 #888;
  padding: 20px 10px;
  margin-top: 25px;
  background-color: #fff;
}
.about {
  background-color: rgba(241, 237, 237, 0.21);
  background-repeat: no-repeat;
  background-image: url(../images/about-bg.webp);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translate(0, 0);
}
.project-section {
  background-color: rgba(241, 237, 237, 0.21);
  background-repeat: no-repeat;
  background-image: url(../images/project/project-bg.webp);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translate(0, 0);
}
.testimonial-section {
  background-color: rgba(241, 237, 237, 0.21);
  background-repeat: no-repeat;
  background-image: url(../images/testimonial-bg.webp);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translate(0, 0);
}
.tst {
  background-color: #fa7824;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 200px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.tst-txt {
  padding: 20px;
}
.tst-name {
  color: #000;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: -50px;
}
.img-tst {
  min-height: 150px;
  margin: 0 15px;
}
.pdng75 {
  padding: 50px 0 !important;
}
.page-header1 {
  margin: 0 0 20px;
  border-bottom: 4px solid #f60;
  width: 15%;
  padding-bottom: 0;
}
.page-header2 {
  margin: 0 0 20px;
  border-bottom: 4px solid #f60;
  width: 10%;
  padding-bottom: 0;
}
.page-header3 {
  border-bottom: 4px solid #f60;
  width: 10%;
  margin: 0 470px;
  padding-bottom: 0;
}
.page-header4 {
  border-bottom: 3px solid #f60;
  width: 15%;
  margin: 0 auto;
}
.box-icon {
  margin: 0 auto;
}
.number-count {
  background-color: #32373c;
  padding: 40px 0;
  color: #f60;
}
.count {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
.count-txt {
  font-weight: 600;
}
.provide-hdng {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 2px;
}
.provide-section {
  background-color: #fff;
}
.service-section {
  background-repeat: no-repeat;
  background-image: url(../images/services.webp);
  background-size: cover;
  background-position: top;
  height: 300px;
  max-height: 100%;
}
.service-color {
  color: #fff;
}
.mrgn752 {
  margin-top: 225px;
}
.port-project {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}
.service-link {
  color: #333;
  font-weight: 600;
}
.max-service {
  max-height: 230px;
  min-height: 230px;
}
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
#quote-carousel .carousel-control {
  background: 0;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-control.left {
  left: -12px;
}
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -25px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  background: silver;
  width: 12px;
  height: 12px;
}
#quote-carousel .carousel-indicators .active {
  background: #ff7626;
  width: 15px;
  height: 15px;
}
#quote-carousel img {
  width: 250px;
  height: 190px;
}
.item blockquote {
  border-left: none;
  margin: 0;
}
.item blockquote img {
  margin-bottom: 10px;
}
.item blockquote p:before {
  font-family: Fontawesome;
  float: left;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}
@media (max-width: 768px) {
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0 5px;
    width: 20px;
    height: 20px;
  }
}
.pdng-project {
  padding-top: 50px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 50%;
  left: 10%;
  top: 25%;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.hovereffect:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svgxmlns="http://www.w3.org/2000/svg"><filterid="filter"><feComponentTransfercolor-interpolation-filters="sRGB"><feFuncRtype="linear"slope="0.6"/><feFuncGtype="linear"slope="0.6"/><feFuncBtype="linear"slope="0.6"/></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}
.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  background-color: transparent;
  color: #fff;
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.hovereffect a,
.hovereffect p {
  color: #fff;
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hovereffect:hover a,
.hovereffect:hover h2,
.hovereffect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.zoom-logo {
  transition: transform 1s;
}
.zoom-logo:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 1s;
}
.p-pdng {
  padding: 0;
}
#parent_div:hover #child_div_1 {
  color: #f60;
}
.blob-btn {
  z-index: 1;
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background-color: transparent;
  outline: 0;
  border: 0;
  transition: color 0.5s;
  cursor: pointer;
  margin-top: 20px;
  float: right;
  margin: 10px;
}
.blob-btn:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #000;
  background-color: #000;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid #f60;
  transition: all 0.3s 0.2s;
}
.blob-btn:hover {
  color: #fff;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  -webkit-filter: url("#goo");
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: -7px;
  width: 25%;
  height: 138%;
  background: #f60;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}
@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
  .blob-btn__blob {
    -webkit-transform: translate3d(0, 150%, 0) scale(1.4);
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.7);
  transform: translateZ(0) scale(1.7);
}
@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
  .blob-btn:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.4);
    transform: translateZ(0) scale(1.4);
  }
}
.blob-btn11 {
  left: -40px;
}
.btn-cstm {
  background-color: #f60;
  padding: 8px 14px;
}
.btn-txt {
  padding: 0 5px;
}
.centered1 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 45px;
  font-weight: 400;
}
.custome {
  position: absolute !important;
  top: 30% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.custome1 {
  position: absolute !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.custome2 {
  position: absolute !important;
  top: 30% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.custome3 {
  position: absolute !important;
  top: 40% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.custome4 {
  position: absolute !important;
  top: 30% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.custome5 {
  position: absolute !important;
  top: 40% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.logo {
  filter: gray;
  -webkit-filter: grayscale(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.logo:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
i.fa.fa-phone.cll {
  vertical-align: middle;
  padding-top: 4px;
}
/* new css */
.delivery-prod{
    background-color: #ff6600;
    border-radius: 20px;
    text-align: center;
    padding: 10px 10px;
    box-shadow: 4px 6px 6px #888;
}
.delivery-prod h3 {
    margin-bottom: 15px;
    !important;
    color: #fff;
}
.projects{
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    height:50vh;
    width:40vh;
    padding: 10px 10px;
    border:1px solid #888
}
.main-list-1{
    list-style: disc;
}

.d-flex.checkboxinput {
    flex-direction: row;
    display: flex;
    align-items: start;
    gap: 5px;
    margin-top: 5px;
}
.checkboxinput label.form-check-label {
    font-size: 10px;
    line-height: 11px;
}