//@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("css/fonts/Montserrat/static/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  src: url("fonts/SourceSans3/static/SourceSans3-Medium.woff2") format("woff2");
  font-display: swap;
}

:root {
  --primary-color: #022b06;
  --secondary-color: #0b7217;
  --tertiary-color: #7ed957;
  --quaternary-color: #f0f0f0;
  --accent-color: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
i.message,
i.phone {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.bottom-menu ul li,
.cl-effect-5 a span,
.content-pagenation li,
.icon ul li,
.social-icons i,
.top-menu ul li,
i.message,
i.phone,
nav a {
  display: inline-block;
}
.slider,
nav a {
  position: relative;
}
.b-animate,
.callbacks_tabs a {
  visibility: hidden;
}
.hvr-rectangle-in,
.blog_data p,
.blog_heading p,
.caption p,
.contact-grid p,
.passion p,
p.text {
  line-height: 1.8em;
}
.b-animate-go,
.blog_heading a,
.bottom-menu ul li a,
.callbacks_nav,
.cmnts-right a:hover,
.contact-grid a.more,
.logo a,
.more span a,
.top-menu ul li a,
.wantto-section a,
a.button,
nav a {
  text-decoration: none;
}
.button a,
nav a {
  letter-spacing: 1px;
}
#portfoliolist .portfolio,
#toTop,
.b-link-stripe,
.b-link-stripe .b-wrapper,
.callbacks_nav,
.cl-effect-5 a,
.clear,
.portfolio-wrapper,
img.zoom-img:hover {
  overflow: hidden;
}
body a,
input[type="button"] {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: var(--primary-color);
  color: #fff;
  font-display: swap;
}
.header-top {
  background: var(--secondary-color);
  padding: 1em 0;
}

.beautiful-icon {
  width: 80px;
  height: 80px;
}

.beautiful-icon > svg {
  width: 70px;
  height: 70px;
}

.bottom-menu,
.icon,
.logo {
  float: left;
}
.icon ul li i,
.icon ul li p a {
  color: var(--accent-color);
}
.bottom-menu ul li a.active,
.bottom-menu ul li a:hover,
.company_address a,
.icon ul li a:hover,
.top-menu ul li a:hover {
  color: #c7cbd0;
}
i.message {
  background: url("../images/img-sprite.png") no-repeat;
}
i.phone {
  background: url("../images/img-sprite.png") -20px 0 no-repeat;
}
.footer-left,
.icon9 ul li:nth-child(10),
.social-icons,
.top-menu {
  float: right;
}
.social-icons i {
  font-size: 20px;
  color: var(--accent-color);
  margin-left: 1em;
}
.social-icons a i:hover {
  opacity: 0.5;
}
.header-bottom {
  padding: 2em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.logo a {
  display: block;
  margin-top: 0.15em;
  color: #022b06;
}
#toTop,
.callbacks_tabs li,
span.menu {
  display: none;
}
.logo h1 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-family: Montserrat;
  color: var(--accent-color);
}
#commentform p,
.b-link-stripe,
.cmnts-right a {
  font-family: "Open Sans", sans-serif;
}
.caption h3,
nav a {
  color: #fff;
  text-transform: uppercase;
}
.logo_image {
  float: left;
  margin: 0 0 0 0;
  height: 53.89px;
}
.logo_text {
  float: left;
  text-align: left;
  display: inline;
}
.beautifull-header,
.bottom-header h5,
.bottom-header p,
.caption,
.caption p,
.checkout-header,
.icon1,
.wantto-section {
  text-align: center;
}
.top-menu ul li {
  padding: 1.2em 0;
}
.top-menu ul li a {
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0 0.8em;
  font-weight: 700;
  color: var(--accent-color);
}
.top-menu ul li a.active {
  color: var(--tertiary-color);
}
nav a {
  outline: 0;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 1.35em;
}
nav a:focus,
nav a:hover {
  outline: 0;
}
.cl-effect-5 a span {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cl-effect-5 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cl-effect-5 a:focus span,
.cl-effect-5 a:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.caption {
  width: 65%;
  position: absolute;
  top: 56%;
  left: 17%;
}
.caption h3 {
  font-weight: 700;
  font-size: 3.5em;
}
.caption p {
  font-size: 1.4em;
  font-weight: 400;
  width: 81%;
  margin: 5px auto 0;
  color: #eee;
}
i.heart,
i.lamp,
i.star {
  width: 70px;
  height: 80px;
  display: inline-block;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  height: 15px;
  width: 15px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #095911;
}
.callbacks_here a:after {
  background: #17a78b;
}
ul.callbacks_tabs.callbacks1_tabs {
  position: absolute;
  bottom: -2px;
  z-index: 999;
  left: 46%;
  background: #fff;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 44%;
  left: 14%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  height: 61px;
  width: 38px;
  //background: url("../images/themes.png") left top no-repeat;
  background: none;
  margin-top: -45px;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 14%;
}
.beautifull,
.checkout-section {
  padding: 4em 0;
}
.beautifull-header {
  width: 63%;
  margin: 0 auto 3em;
}
.beautifull-header h4,
.wantto-section h4 {
  font-size: 2.5em;
  font-weight: 600;
  color: var(--accent-color);
}
.beautifull-header p {
  font-size: 1.2em;
  font-weight: 600;
  color: #555;
  line-height: 1.8em;
  padding: 1em 0 0;
}
i.heart {
  background: url("../images/img-sprite.png") 0 -19px no-repeat;
}
i.lamp {
  background: url("../images/img-sprite.png") -70px -19px no-repeat;
}
i.star {
  background: url("../images/img-sprite.png") -140px -19px no-repeat;
}
.icon1 {
  float: left;
  width: 25%;
}
.passion {
  float: left;
  width: 75%;
}
.passion h4 {
  font-size: 1.7em;
  padding: 0.5em 0;
  color: #fff;
  font-weight: 600;
}
.passion p {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
}
.checkout-header {
  margin-bottom: 3em;
}
.contact-grid h5,
.contact-leftgrid {
  margin-bottom: 0.5em;
}
.checkout-header h4 {
  font-size: 2.5em;
  font-weight: 600;
  color: #fff;
}
.checkout-header p {
  font-size: 1.2em;
  font-weight: 600;
  color: #555;
  padding: 1em 0 0;
}
.bottom-header {
  background: var(--secondary-color);
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-right: 29px;
  padding: 1em 0;
  border: none;
}
.bottom-header h5 {
  font-size: 1.5em;
  padding: 0.5em 0;
  font-weight: 600;
  color: #fff;
}
.bottom-header p {
  font-size: 1.2em;
  color: #095911;
}
.b-link-stripe {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
}
.b-link-stripe .b-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
.b-link-stripe .b-wrapper:hover {
  background: rgba(126, 217, 87, 0.4);
  transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: var(--secondary-color) !important;
}
.b-animate {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  font-size: 1.1em;
  font-weight: 700;
}
.b-animate img {
  margin-top: 30%;
  display: -webkit-inline-box;
}
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 50%;
  display: none;
  float: left;
  margin: 0 0 25px;
}
.blog_heading p,
div#portfoliolist {
  padding: 0;
}
.portfolio-wrapper {
  position: relative !important;
  cursor: pointer;
  width: 95%;
}
.portfolio img {
  max-width: 100%;
  transition: 0.3s !important;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
}
.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
}
.portfolio .label-bg {
  background: #22b4b8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.clear,
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
}
.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
}
.portfolio .text-category {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.container:after {
  content: "\0020";
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix:before,
.row:after,
.row:before {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after,
.row:after {
  clear: both;
}
.clear {
  clear: both;
  width: 0;
}
.hvr-rectangle-in,
.icon2 ul li,
i.indicate {
  display: inline-block;
}
.screen-shots {
  padding: 3em 0;
}
.flat-phone img,
.img-grid1 img,
.img-grid2 img,
.img-grid3 img,
.img-grid4 img,
.tumblr_body {
  width: 100%;
}
i.indicate,
i.user {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.wantto-section {
  padding: 4em 0;
}
.wantto-section p {
  font-size: 1.2em;
  font-weight: 600;
  color: #555;
  padding: 2em 11em;
}
.wantto-section a {
  text-transform: uppercase;
  font-size: 1em;
  border: 1px solid #000;
  padding: 1em 2em;
  background: #7ed957;
  color: #fff;
  border: none;
  font-weight: 700;
}
.hvr-rectangle-in {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #095911;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
img.zoom-img,
img.zoom-img:hover {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
}
.footer-left p a:hover,
.hvr-rectangle-in:active,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:hover {
  color: #fff;
}
.hvr-rectangle-in:active:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.our-work-section-head.text-center h3 {
  font-size: 2.5em;
  text-transform: capitalize;
  color: var(--accent-color) !important;
  font-weight: 700;
  margin-bottom: 1em;
}
.our-work-section-head.text-center h4 {
  color: var(--accent-color) !important;
}
div#portfolio {
  background: var(--primary-color);
  padding: 4em 0;
}
.contact-section {
  background: #022b06;
  padding: 3em 0;
}
.contact-grid {
  padding: 0 17px 0 0;
}
.cont {
  padding-top: 1em;
}
.contact-grid h5 {
  font-size: 1.3em;
  color: var(--accent-color);
  text-transform: uppercase;
  font-weight: 600;
}
.contact-grid p {
  font-size: 1.1em;
  color: #fff;
  padding: 0.5em 0 0.2em;
}
p.label1 {
  font-size: 1.2em;
  padding: 0;
}
.contact-grid a.more {
  text-transform: capitalize;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}
.contact-grid a:hover,
.span_1_of_3 li:hover {
  color: #2098d1;
}
.img-grid1,
.img-grid3 {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.img-grid2,
.img-grid4 {
  float: left;
  width: 49%;
}
.icon2 ul li {
  padding: 0.3em 0;
}
i.indicate {
  background: url("../images/img-sprite.png") -160px 0 no-repeat;
}
.icon2 ul li label {
  font-size: 1.2em;
  color: #acb3ba;
}
.icon2 ul li a {
  font-size: 1.2em;
  color: #fff;
}
.subscribe {
  width: 100%;
  margin: 1em auto 0;
  background: #596675;
  padding: 3px;
  border-radius: 4px;
}

.content-pagenation,
.latest_comments,
.rsidebar.span_1_of_3 {
  margin-top: 2em;
}
#commentform input[type="submit"]:hover,
.footer-section {
  background: #095911;
}
.subscribe input[type="text"] {
  width: 61.1555%;
  padding: 4px 7px 0 2px;
  border: none;
  font-size: 1em;
  color: rgba(211, 223, 235, 0.98);
  outline: 0;
  font-weight: 500;
  background: #596675;
}
.subscribe input[type="submit"] {
  color: #eceef0;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 1em;
  letter-spacing: 1px;
  outline: 0;
  border: none;
  margin: 0 0 0 -1px;
  background: #ef4d98;
  font-weight: 700;
  text-transform: uppercase;
}
.button a:hover,
.subscribe input[type="submit"]:hover {
  background: #2f4052;
}
.footer-section {
  padding: 1em 0;
}
.footer-left p {
  font-size: 1.1em;
  color: #fff;
}
.footer-left p a {
  font-size: 1em;
  color: #999;
  margin-left: 10px;
}
.bottom-menu ul li a {
  font-size: 1.2em;
  color: #fff;
  margin: 0 0.5em;
  text-transform: capitalize;
}
.icon9 ul li a,
.icon9 ul li p {
  font-size: 1.15em;
  text-transform: capitalize;
}
.b-animate img {
  display: -webkit-inline-box;
}
.b-animate-go:hover .b-animate {
  visibility: visible;
}
.b-from-left {
  position: relative;
  left: -100%;
}
.b-animate-go:hover .b-from-left {
  left: 0;
}
.zoom-icon {
  position: absolute;
  opacity: 0;
  display: block;
  left: 0;
  top: -152px;
  width: 290px;
  height: 219px;
  background: url(../images/zoom-icon.png) center center no-repeat;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.bd,
.blog_date {
  background: repeat-x #095911;
}
.grid_box .zoom-icon {
  top: -50px;
  width: 100%;
  height: 350px;
}
.grid_box a:hover .zoom-icon {
  top: 20px;
  opacity: 1;
}
.blog_posts {
  padding: 15px 0 20px;
}
.bd1,
.blog_desc {
  padding-left: 2%;
  float: left;
}
.blog_date {
  float: left;
  text-align: center !important;
  width: 10%;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.bd,
.blog_posts figure,
.clientlogo,
.contact h3,
.content-pagenation,
.features-section h3 {
  text-align: center;
}
.blog_posts figure {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  padding: 14px 0;
}
.blog_posts figure span {
  font-size: 2.5em;
  line-height: 1.2em;
  color: #fff;
  display: block;
  margin-bottom: -5px;
}
.bd,
.icon9 ul li,
i.user {
  display: inline-block;
}
.blog_desc {
  width: 88%;
}
.bd1 {
  width: 89%;
}
.bd {
  float: left;
  width: 7%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#commentform input[type="text"],
#commentform textarea {
  width: 60%;
  color: #444;
  border: 1px solid #eee;
  background: #eee;
  outline: 0;
}
.blog_heading p span {
  color: #c86360;
  font-size: 18px;
  text-transform: uppercase;
}
.blog_1_of_2 {
  width: 50%;
  float: left;
}
.blogdata_1_of_2 {
  width: 47%;
  float: left;
  margin-left: 3%;
}
.blog_img img {
  padding: 5px;
  margin-top: 10px;
  width: 100%;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.03) rotate(-1deg);
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.1);
  -moz-transition-duration: 750ms;
}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 250ms;
}
.content-pagenation li a {
  color: #2098d1;
  font-size: 1em;
  background: #fff;
  padding: 10px 12px;
  border: 1px solid #2098d1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.content-pagenation li a:hover {
  color: #555;
  border: 1px solid #022b06;
}
.span_1_of_3 li {
  color: #555;
  font-size: 1em;
  padding: 7px 24px;
  background: url(../images/list-arrow.png) 0 no-repeat;
  cursor: pointer;
  list-style-type: none;
  filter: hue-rotate(150deg);
}
.blog_heading a {
  font-size: 1.5em;
  color: var(--accent-color);
  text-transform: capitalize;
}
.blog_heading p {
  color: #555;
  font-size: 1.2em;
  font-weight: 300;
}
.blog_data p,
a.blog1,
p.text {
  color: #555;
  font-size: 1.1em;
  font-weight: 300;
}
.blog_data p {
  padding: 1em 0 0;
}
.blog_heading h3 {
  font-size: 1.4em;
  color: #c86360;
  text-transform: capitalize;
}
.blog_data h1,
.blog_data p {
  color: var(--accent-color);
}
.more span a {
  padding: 8px 10px;
  font-size: 1em;
  color: #fff;
  -webkit-transition: -webkit-box-shadow, background 0.2s linear;
  -moz-transition: -moz-box-shadow, background 0.2s linear;
  -ms-transition: -moz-box-shadow, background 0.2s linear;
  -o-transition: -o-box-shadow, background 0.2s linear;
  transition: box-shadow, background 0.2s linear;
  background: #022b06;
  float: left;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
  text-transform: uppercase;
  margin-top: 0.8em;
}
.blog-content-head h3 {
  color: var(--accent-color);
  font-size: 2.5em;
  margin-bottom: 0.2em;
  text-align: center;
  font-weight: 700;
}
.blog-content {
  padding: 4em 0;
  background: var(--primary-color);
}
.rsidebar h3 {
  color: var(--accent-color);
  font-size: 2em;
  margin-bottom: 8px;
}
.rsidebar ul li a {
  color: var(--accent-color);
}
.latest_comments h4 a {
  color: #2098d1;
  font-size: 0.9em;
  font-style: italic;
}
.latest_comments p {
  font-size: 1em;
  color: #555;
  font-weight: 500;
  padding: 5px 0;
}
.single {
  margin: 0 0 3em 7em;
}
.icon9 {
  float: left;
  border-top: 1px dashed #022b06;
  border-bottom: 1px dashed #022b06;
  padding: 1em 0;
  width: 100%;
  margin-top: 1em;
}
.icon9 ul li {
  padding: 0 0 0 3px;
}
.icon9 ul li a {
  vertical-align: top;
  color: #555;
}
i.user {
  background: url("../images/img-sprite.png") -180px 0 no-repeat;
}
i.clender,
i.comment,
i.donec,
i.per {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
i.clender {
  background: url("../images/img-sprite.png") -200px 0 no-repeat;
}
i.comment {
  background: url("../images/img-sprite.png") -220px 0 no-repeat;
}
i.donec {
  background: url("../images/img-sprite.png") -240px 0 no-repeat;
}
i.per {
  background: url("../images/img-sprite.png") -260px 0 no-repeat;
}
.icon9 ul li p {
  color: #555;
}
.icon9 ul li:nth-child(9) {
  margin-left: 39em;
}
.leave h4 {
  color: #ef4d98;
  font-size: 2em;
  margin: 1.5em 0;
  font-weight: 400;
}
#commentform label {
  display: block;
  font-size: 1em;
  color: #022b06;
}
#commentform span {
  color: #a60000;
  position: absolute;
}
#commentform input[type="text"] {
  padding: 8px 15px;
  font-size: 1em;
  display: block;
}
#commentform textarea {
  padding: 13px 20px;
  font-size: 0.85em;
  height: 150px;
  display: block;
  resize: none;
  font-weight: 400;
}
#commentform input[type="submit"] {
  padding: 10px 40px;
  color: #fff;
  background: #2098d1;
  outline: 0;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 1.3em;
  font-weight: 600;
}
.comments1,
.features-grids {
  margin-top: 3em;
}
#commentform p {
  position: relative;
  padding: 8px 0;
  font-size: 1em;
}
.comments-main {
  border: 1px solid #d5d4d4;
  padding: 17px 0;
  margin: 15px 0;
}
.contact-form,
.contact-map {
  margin-top: 2%;
}
.cmnts-right a {
  padding: 6px 12px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background: #999;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  outline: 0;
}
.Archives,
.features-grid1 {
  margin-bottom: 3em;
}
.cmts-main-left img {
  border: 3px;
}
.cmnts-right a:hover {
  background: #333;
}
.cmts-main-right h5 {
  font-size: 1em;
  color: #4e4e4b;
  margin: 0;
  font-weight: 600;
}
.comments1 h4 {
  font-size: 1.5em;
  margin-bottom: 1.2em;
  color: #022b06;
  font-weight: 600;
}
.cmts-main-right p {
  font-size: 1.1em;
  color: #555;
  margin: 15px 0;
}
.cmnts-left p {
  font-size: 13px;
  color: #999;
  font-weight: 600;
}
.page-not-found h1 {
  font-size: 7.5em;
  color: #ef4d98;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.8em 0 10px;
}
.page-not-found h2 {
  font-size: 6em;
  color: #ef4d98;
  text-transform: uppercase;
}
.contact h3,
.features-section h3,
a.button {
  text-transform: capitalize;
}
.page-not-found p {
  font-size: 1.8em;
  margin: 1em 0;
  line-height: 1.6em;
  color: #095911;
}
.page-not-found span.error {
  color: #ef4d98;
  font-size: 2em;
}
.page-not-found p span {
  font-size: 0.8em;
  color: #095911;
}
a.button {
  background-color: #ef4d98;
  font-size: 1.2em;
  padding: 0.5em 1em;
  color: #fff;
}
.contact h3,
.feature h4,
.feature p,
.featured-skills li,
.features-section h3 {
  color: var(--secondary-color);
}
.page-not-found {
  min-height: 690px;
}
.main {
  padding: 3% 0;
  background: rgba(245, 245, 245, 0.9);
}
.features-section {
  background: var(--primary-color);
}
.features-section h3 {
  font-size: 2.5em;
  font-weight: 700;
}
.feature {
  float: left;
  width: 74%;
  margin-right: 1%;
}
.feature h4 {
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.feature p {
  font-size: 1.2em;
}
.aboutus-section h3,
.aboutus-section h4,
.aboutus-section p,
.aboutus-section li {
  color: var(--accent-color) !important;
}
.icon5 {
  float: right;
  width: 25%;
}
.contact {
  display: block;
}
.contact h3 {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 1em;
}

#feedbackForm .form-group span {
  color: var(--accent-color);
}

#feedbackSubmit {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
}

#feedbackSubmit:hover {
  border: 1px solid var(--tertiary-color);
  background-color: var(--tertiary-color);
}

.span_1_of_2 h2,
.span_2_of_4 h2 {
  font-size: 2em;
  color: var(--accent-color);
  font-weight: 600;
  text-transform: capitalize;
}
.contact_info {
  float: right;
  width: 64.33333%;
}
.company_address {
  float: left;
  margin-right: 3%;
  width: 32.3333%;
}
.span_1_of_2 h2 {
  margin-bottom: 0.5em;
}
.span_2_of_4 h2 {
  word-spacing: 1px;
  margin-bottom: 15px;
}
.button a,
.contact-form input[type="submit"] {
  text-transform: uppercase;
  outline: 0;
  position: relative;
}
.contact-form {
  position: relative;
}
.contact-form div {
  padding: 5px 0;
}
.contact-form span {
  color: #c9c9c9;
  display: block;
  font-size: 0.8725em;
  padding-bottom: 5px;
}
.company_address p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.8em;
}
.company_address p span {
  color: #8abb96;
  cursor: pointer;
}
.company_address p span:hover {
  color: #c9c9c9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-form input[type="text"],
.contact-form textarea {
  font-size: 1.1em;
  color: #095911;
  font-weight: 500;
  padding: 1em;
  display: block;
  width: 98%;
  background: #fff;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.button a,
.clientlogo,
.clientlogo li {
  display: inline-block;
}
.contact-form textarea {
  resize: none;
  height: 180px;
}
.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  -moz-transition: 0.9s;
  transition: 0.9s;
  box-shadow: 0 0 1px rgba(154, 153, 162, 0.69);
  -webkit-box-shadow: 0 0 1px rgba(154, 153, 162, 0.69);
  -moz-box-shadow: 0 0 1px rgba(154, 153, 162, 0.69);
  -o-box-shadow: 0 0 1px rgba(154, 153, 162, 0.69);
}
.contact-form input[type="submit"] {
  background: #6f6f6f;
  color: #fff;
  border: 1px solid #646464;
  cursor: pointer;
  padding: 10px 18px;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
#toTop,
.button a {
  border: none;
  text-decoration: none;
}
.contact-form input[type="submit"]:hover {
  outline: 0;
  background: #e1184a;
  color: #fff;
}
.button a {
  background: #2098d1;
  color: #fff;
  font-size: 1.2em;
  padding: 12px 24px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}

.form-control:focus {
  border-color: var(--tertiary-color);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.contact-form span label {
  color: rgba(115, 135, 156, 0.84);
  font-size: 13px;
  font-weight: 700;
}
.col.span_1_of_2 {
  margin-bottom: 4em;
}
#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  text-indent: 100%;
}
.clientlogo {
  width: 100%;
  float: left;
}
.clientlogo li {
  margin: 1%;
  width: 15%;
}
.tumblr_posts {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tumblr_posts .tumblr_text_post {
  width: 100%;
  float: left;
  padding: 0 0 20px;
}
.tumblr_posts .tumblr_text_post .tumblr_title {
  color: #40496c;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px 0;
}
.blog_posts figure {
  margin: 1%;
}
.tumblr_body p {
  width: 100%;
  padding: 10px 0;
  float: left;
}
.tumblr_body p img {
  float: none;
  clear: both;
  width: 100%;
}
.tumblr_body img {
  width: 100% !important;
}
.tmblr-iframe {
  display: none !important;
}
.ftcolour h3 {
  color: #fff !important;
}
.ftcolour p {
  color: var(--accent-color);
  font-size: 1.2em;
}
.imgtext img {
  text-align: left;
  float: left;
}
@media (max-width: 1024px) {
  .header-bottom {
    padding: 1em 0;
  }
  .top-menu ul li a {
    margin: 0 0.5em;
  }
  .top-menu {
    //margin-top: 0.2em;
  }
  .caption h3 {
    font-size: 3em;
  }
  .caption p {
    width: 100%;
    font-size: 1.2em;
  }
  .caption {
    width: 65%;
    position: absolute;
    top: 56%;
    left: 17%;
  }
  a.morebtn {
    margin: 2em auto 0;
    width: 35%;
  }
  .beautifull-header {
    width: 71%;
  }
  .beautifull-header h4,
  .blog-content-head h3,
  .checkout-header h4,
  .contact h3,
  .features-section h3,
  .our-work-section-head.text-center h3,
  .wantto-section h4 {
    font-size: 2.3em;
  }
  .beautifull-header p,
  .blog_heading p,
  .checkout-header p,
  .contact-grid a.more,
  .contact-grid h5,
  .icon9 ul li a {
    font-size: 1.1em;
  }
  .feature h4,
  .passion h4 {
    font-size: 1.3em;
  }
  .blog_data p,
  .company_address p,
  .contact-grid p,
  .feature p,
  .icon2 ul li a,
  .passion p,
  a.blog1,
  p.text {
    font-size: 1em;
  }
  .blog_heading a,
  .blog_heading h3,
  .bottom-header h5,
  .comments1 h4 {
    font-size: 1.2em;
  }
  .bottom-header {
    margin-right: 23px;
  }
  .wantto-section {
    padding: 3em 0;
  }
  .wantto-section p {
    font-size: 1.1em;
    padding: 2em 10em;
  }
  p.label1 {
    font-size: 1.05em;
  }
  .subscribe {
    padding: 3px 2px;
  }
  .subscribe input[type="text"] {
    width: 54.25%;
  }
  .subscribe input[type="submit"] {
    padding: 4px 8px;
  }
  .bottom-menu ul li a {
    font-size: 1.1em;
    margin: 0 0.2em;
  }
  .grid_box .zoom-icon {
    height: 260px;
  }
  .blog_date {
    width: 11%;
  }
  .bd {
    float: left;
    width: 8%;
  }
  .blog_desc {
    float: left;
    padding-left: 2%;
    width: 90%;
  }
  .leave h4,
  .rsidebar h3,
  .span_1_of_2 h2,
  .span_2_of_4 h2 {
    font-size: 1.7em;
  }
  .more span a {
    padding: 8px;
    margin-top: 0.5em;
  }
  .blog_posts figure span {
    font-size: 2.2em;
  }
  .latest_comments h4 a {
    font-size: 0.8em;
  }
  .single {
    margin: 0 0 3em 6em;
  }
  .icon9 ul li:nth-child(9) {
    margin-left: 27em;
  }
  #commentform input[type="submit"] {
    padding: 10px 30px;
    font-size: 1.2em;
  }
  .page-not-found {
    min-height: 600px;
    padding-top: 8em;
  }
  .feature {
    width: 85%;
  }
  .icon5 img {
    width: 100%;
  }
  .icon5 {
    float: right;
    width: 14%;
  }
  .page-not-found h1 {
    font-size: 4em;
  }
  .page-not-found h2 {
    font-size: 3.5em;
  }
  .page-not-found p {
    font-size: 1.5em;
  }
  .search1 {
    margin-left: 340px;
    width: 28%;
  }
  .search1 form input[type="text"] {
    width: 170px;
  }
  .button a {
    font-size: 1em;
    padding: 10px 15px;
  }
}

@media (max-width: 360px) {
  .icon ul li p {
    font-size: 0.8em;
  }
}

@media (max-width: 780px) {
  .top-menu span.menu,
  span.menu:before {
    cursor: pointer;
    display: block;
  }
  .logo h1 {
    font-size: 3em;
  }
  .header-bottom {
    padding: 0.5em 0;
    //Adiciona flex
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .top-menu {
    float: none;
    width: 100%;
    text-align: right;
  }
  .top-menu ul {
    display: none;
    margin: 13px -306px 0;
    z-index: 999;
    position: absolute;
    width: 96%;
    background: #000;
    text-align: center;
    padding: 9px 0;
  }
  i.heart,
  i.lamp,
  i.star {
    width: 50px;
    height: 60px;
    display: inline-block;
  }
  .top-menu ul li {
    font-size: 14px;
    display: block;
    float: none;
    margin: 0;
    padding: 6px 0;
  }
  .top-menu span.menu {
    //margin-top: 0.8em;
  }
  .top-menu ul li a {
    display: block;
  }
  .caption {
    width: 73%;
    top: 55%;
    left: 13%;
  }
  .caption h3 {
    font-size: 2.5em;
  }
  .caption p {
    font-size: 1.05em;
  }
  .beautifull,
  .checkout-section,
  .features-section,
  .wantto-section,
  div#portfolio {
    padding: 3em 0;
  }
  .beautifull-header h4,
  .blog-content-head h3,
  .checkout-header h4,
  .contact h3,
  .our-work-section-head.text-center h3,
  .wantto-section h4 {
    font-size: 1.7em;
  }
  .beautifull-header p {
    font-size: 1em;
    padding: 0.6em 0;
  }
  .beautiful-grid {
    float: left;
    width: 31.33%;
    margin-right: 2%;
    padding: 0;
  }
  i.heart {
    background: url("../images/img-sprite.png") 0 -11px/302px no-repeat;
  }
  i.lamp {
    background: url("../images/img-sprite.png") -40px -11px/302px no-repeat;
  }
  i.star {
    background: url("../images/img-sprite.png") -80px -12px/302px no-repeat;
  }
  .blog_data p,
  .company_address p,
  .contact-grid p,
  .feature p,
  .latest_comments p,
  .passion p,
  a.blog1 {
    font-size: 0.96em;
  }
  .bottom-header {
    margin-right: 18px;
  }
  #commentform input[type="submit"],
  .blog_heading p,
  .checkout-header p,
  .contact-grid a.more,
  .icon9 ul li a,
  .icon9 ul li p,
  p.text {
    font-size: 1em;
  }
  .feature h4,
  .passion h4 {
    font-size: 1.2em;
  }
  .bottom-header h5,
  .bottom-header p {
    font-size: 1.15em;
  }
  .wantto-section p {
    font-size: 1em;
    padding: 1.5em 4em;
  }
  .wantto-section a {
    font-size: 1em;
    padding: 0.8em 1.5em;
  }
  .blog_heading a,
  .blog_heading h3,
  .contact-grid h5 {
    font-size: 1.1em;
  }
  .contact-section {
    padding: 1em 0;
  }
  .contact-grid span img {
    width: 40%;
  }
  .contact-grid {
    float: left;
    width: 50%;
    margin: 2em 0;
    padding: 0 12px 0 0;
  }
  .bottom-menu,
  .footer-left {
    float: none;
    text-align: center;
  }
  .bd1,
  .blog_desc {
    padding-left: 2%;
  }
  .subscribe input[type="text"] {
    width: 70.455%;
    border: none;
    font-size: 1em;
  }
  .subscribe input[type="submit"] {
    color: #eceef0;
    padding: 7px 10px;
    border-radius: 2px;
    font-size: 1em;
  }
  .footer-left {
    margin-bottom: 1em;
  }
  .bd,
  .bd1,
  .blog-grid,
  .blog-grid1,
  .blog_date,
  .blog_desc,
  .cmnts-left,
  .cmnts-right,
  .cmts-main-left {
    float: left;
  }
  #portfoliolist .portfolio {
    width: 49%;
  }
  .grid_box .zoom-icon {
    height: 170px;
  }
  .blog_date {
    width: 14%;
  }
  .blog_desc {
    width: 86%;
  }
  .blog-grid {
    width: 70%;
  }
  .bd {
    width: 10%;
  }
  .bd1 {
    width: 88%;
  }
  .blog-grid1 {
    width: 30%;
  }
  .blog_posts figure span {
    font-size: 2em;
  }
  .blog-content {
    padding: 2em 0;
  }
  .single {
    margin: 0 0 3em 4em;
  }
  .icon9 ul li:nth-child(9) {
    margin-left: 14.5em;
  }
  .leave h4,
  .rsidebar h3 {
    font-size: 1.5em;
  }
  #commentform label {
    font-size: 0.9em;
  }
  .cmts-main-left {
    width: 19%;
    margin-right: 1%;
  }
  .cmts-main-right {
    float: left;
    width: 80%;
  }
  .cmts-main-right p {
    font-size: 0.96em;
    margin: 10px 0;
  }
  .cmnts-right {
    margin-top: 1em;
  }
  .span_1_of_3 li {
    padding: 7px 16px;
    font-size: 0.96em;
  }
  .icon5 img {
    width: 60%;
  }
  .search1 {
    margin-left: 226px;
    width: 36%;
  }
  .content-pagenation {
    margin: 1.5em 0;
  }
  .feature {
    width: 85%;
    margin: 0;
  }
  .features-section h3 {
    font-size: 1.8em;
  }
  .features-grid1 {
    margin-bottom: 2em;
  }
  .span_1_of_2 h2 {
    font-size: 1.4em;
  }
  img.work-img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .clientlogo li {
    width: 30%;
  }
}

@media (max-width: 640px) {
  .top-menu ul li a,
  a.button {
    font-size: 1em;
  }
  .top-menu ul {
    width: 95%;
  }
  .logo h1,
  .page-not-found h2 {
    font-size: 2.5em;
  }
  /*.logo {
    margin-top: 6px;
  }*/
  .caption {
    width: 89%;
    top: 56%;
    left: 5%;
  }
  .caption h3 {
    font-size: 2em;
  }
  .caption p {
    font-size: 1.05em;
    margin: 0.5em auto 0;
  }
  a.morebtn {
    margin: 1em auto 0;
    width: 28%;
    padding: 0.8em 0;
  }
  ul.callbacks_tabs.callbacks1_tabs {
    left: 44%;
  }
  .beautifull-header {
    width: 83%;
  }
  .beautifull,
  .checkout-section,
  .screen-shots,
  .wantto-section {
    padding: 3em 0;
  }
  .beautifull-header h4,
  .blog-content-head h3,
  .blog_posts figure span,
  .checkout-header h4,
  .contact h3,
  .features-section h3,
  .our-work-section-head.text-center h3 {
    font-size: 1.5em;
  }
  .beautifull-header p {
    padding: 0.6em 0;
    font-size: 0.96em;
  }
  .beautifull-grids {
    margin-top: 0.6em;
  }
  .passion h4 {
    font-size: 1.2em;
    padding: 0.2em 0;
  }
  .bottom-header {
    margin-right: 14px;
  }
  .wantto-section a {
    font-size: 1em;
    padding: 0.7em 1em;
  }
  .wantto-section p {
    padding: 1.5em 2em;
  }
  .blog_heading h3,
  .contact-grid h5 {
    font-size: 1.05em;
  }
  .contact-grid span img {
    width: 30%;
  }
  .subscribe input[type="text"] {
    width: 69%;
    font-size: 0.95em;
  }
  .subscribe input[type="submit"] {
    font-size: 0.89em;
    padding: 7px;
  }
  .contact-section,
  .features-section {
    padding: 2em 0;
  }
  .company_address p,
  .contact-grid p,
  .feature p,
  p.text {
    font-size: 0.96em;
  }
  .footer-section {
    padding: 1.5em 0;
  }
  #portfoliolist .portfolio {
    width: 50%;
  }
  #filters li span {
    padding: 5px 15px;
    font-size: 1em;
  }
  .grid_box .zoom-icon {
    height: 140px;
  }
  .blog_heading a,
  .comments1 h4,
  .feature h4 {
    font-size: 1.1em;
  }
  .blog_heading p {
    font-size: 0.99em;
  }
  .blog_date {
    float: left;
    width: 10%;
  }
  .blog-grid,
  .blog-grid1 {
    float: none;
    width: 100%;
  }
  .more span a {
    font-size: 0.89em;
  }
  .leave h4,
  .page-not-found p,
  .rsidebar h3,
  .span_1_of_2 h2,
  .span_2_of_4 h2 {
    font-size: 1.3em;
  }
  .rsidebar.span_1_of_3 {
    width: 50%;
    margin: 50px 0 0 4em;
  }
  .single {
    margin: 0 0 3em 3em;
  }
  .icon9 ul li:nth-child(9) {
    margin-left: 6.5em;
  }
  #commentform input[type="text"],
  #commentform textarea,
  .cmts-main-left img {
    width: 100%;
  }
  .cmnts-right a {
    font-size: 11px;
  }
  .content-pagenation {
    text-align: center;
    float: none;
  }
  .span_1_of_3 li {
    padding: 7px 15px;
    font-size: 0.95em;
  }
  .content-pagenation li a,
  .latest_comments p {
    font-size: 0.9em;
  }
  .latest_comments h4 a {
    font-size: 0.8em;
  }
  .page-not-found {
    min-height: 600px;
  }
  .page-not-found h1 {
    font-size: 3.5em;
  }
  .page-not-found span.error {
    font-size: 13px;
  }
  .features-grids {
    margin-top: 1.5em;
  }
  .features-grid1 {
    margin-bottom: 2em;
  }
  .icon5 img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .logo {
    // margin-top: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .logo h1,
  .page-not-found h2 {
    font-size: 2em;
  }
  .top-menu span.menu {
    display: flex;
    justify-content: flex-end;
    //margin-top: 0.7em;
  }
  .top-menu ul {
    width: 100%;
  }
  .top-menu ul li {
    padding: 4px 0;
  }
  .caption h3,
  .wantto-section h4 {
    font-size: 1.5em;
  }
  .social-icons i {
    margin-left: 0.5em;
  }
  .caption {
    width: 80%;
    top: 56%;
    left: 8%;
  }
  .caption p {
    font-size: 1em;
    margin: 0.5em auto 0;
    line-height: 1.5em;
  }
  .beautifull-header {
    margin: 0;
    width: 100%;
  }
  .beautifull,
  .checkout-section,
  .screen-shots,
  .wantto-section,
  div#portfolio {
    padding: 2em 0;
  }
  .beautifull-header h4,
  .checkout-header h4 {
    font-size: 1.3em;
  }
  .beautiful-grid {
    width: 100%;
    margin-top: 1.5em;
  }
  .passion {
    margin-top: 0.5em;
  }
  .bottom-header p,
  .bottom-menu ul li a,
  .footer-left p a,
  .passion h4 {
    font-size: 1em;
  }
  .checkout-header {
    width: 100%;
    margin-bottom: 2em;
  }
  .checkout-header p {
    font-size: 0.96em;
    padding: 0.5em 0 0;
  }
  .bottom-header {
    padding: 0.5em 0;
    margin-right: 10px;
  }
  .bottom-header h5 {
    font-size: 1em;
    line-height: 1.5em;
  }
  .owl-theme .owl-controls .owl-page span {
    display: none;
  }
  .wantto-section p {
    padding: 1em;
    font-size: 0.96em;
  }
  .wantto-section a {
    font-size: 0.96em;
    padding: 0.7em 1em;
  }
  .contact-section {
    padding: 0 0 2em;
  }
  .contact {
    padding: 1.5em 0 0;
  }
  .contact-grid {
    width: 100%;
    padding: 0;
  }
  .contact-grid p {
    padding: 0.3em 0;
  }
  i.indicate {
    margin: 0;
  }
  .icon2 ul li a {
    font-size: 0.96em;
  }
  .contact-grid span img {
    width: 25%;
  }
  .contact-grid h5 {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .bottom-menu {
    float: none;
    text-align: center;
  }
  .subscribe input[type="text"] {
    width: 79.7%;
    padding: 4px 7px 0 8px;
  }
  .blog-content-head h3,
  .contact h3,
  .features-section h3,
  .our-work-section-head.text-center h3 {
    font-size: 1.4em;
  }
  .grid_box .zoom-icon {
    height: 90px;
  }
  #portfoliolist .portfolio {
    margin: 0 0 15px;
  }
  .blog_heading a {
    font-size: 1.05em;
  }
  .blog_posts figure span,
  .leave h4,
  .rsidebar h3,
  .span_1_of_2 h2,
  .span_2_of_4 h2 {
    font-size: 1.2em;
  }
  .blog_date {
    float: left;
    width: 13%;
  }
  .blog_desc {
    float: left;
    padding-left: 2%;
    width: 87%;
  }
  .blog_1_of_2 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .blogdata_1_of_2 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .more span a {
    font-size: 0.79em;
    margin-top: 1em;
  }
  .rsidebar.span_1_of_3 {
    width: 90%;
    margin: 50px 0 0 2em;
  }
  .icon9 ul li:nth-child(9) {
    margin-left: 23.5em;
  }
  .leave h4 {
    margin: 1em 0;
  }
  .single {
    margin: 0 0 2em 1em;
  }
  p.text {
    font-size: 0.96em;
    padding: 0 0 0 47px;
  }
  .comments1 {
    margin-top: 2em;
  }
  .cmts-main-left {
    float: left;
    width: 29%;
    margin-right: 1%;
  }
  .cmts-main-right {
    float: left;
    width: 70%;
  }
  .page-not-found {
    min-height: 560px;
    padding-top: 5em;
  }
  #commentform input[type="submit"] {
    font-size: 0.95em;
    padding: 10px 20px;
  }
  .content-pagenation {
    margin: 1em 0;
  }
  .col.span_1_of_2,
  .contact_info {
    margin-bottom: 2em;
  }
  .page-not-found h1 {
    font-size: 3em;
    margin: 2em 0 10px;
  }
  .search1 {
    margin-left: 110px;
    width: 50%;
  }
  .contact_info {
    float: none;
    width: 100%;
  }
  .blog_heading img,
  .cdimg img,
  .company_address {
    width: 100%;
  }
  .contact-form input[type="text"],
  .contact-form textarea {
    padding: 0.5em;
  }
  .blog-content {
    padding: 1em 0;
    margin-bottom: 0.5em;
  }
  .button a {
    font-size: 0.95em;
    padding: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .blog_heading img,
  .cdimg img,
  .passion {
    width: 100%;
  }
  .passion {
    float: left;
  }
  .header-top {
    height: auto;
  }
  .clientlogo li img {
    width: 80%;
  }
}
@media (max-width: 320px) {
  .social-icons {
    float: right;
    display: none;
  }
  .icon {
    float: none;
    text-align: center;
  }
  #portfoliolist .portfolio,
  .top-menu span.menu {
    width: 100%;
  }
  .top-menu ul {
    width: 90%;
    margin: 9px 0;
  }
  .logo {
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .caption p {
    font-size: 0.96em;
  }
  a.morebtn {
    margin: 0.8em auto;
    width: 47%;
    padding: 10px 0;
    font-size: 0.8em;
  }
  .caption {
    width: 80%;
    top: 57%;
    left: 10%;
  }
  .caption h3 {
    font-size: 1.3em;
  }
  .bottom-menu ul li a,
  ul.callbacks_tabs.callbacks1_tabs {
    display: none;
  }
  .no-js .sb-search,
  .sb-search.sb-search-open {
    width: 65%;
  }
  .beautifull,
  .contact,
  .features-section,
  .wantto-section p,
  div#portfolio {
    padding: 1em 0;
  }
  .beautifull-header h4,
  .blog-content-head h3,
  .checkout-header h4,
  .contact h3,
  .features-section h3,
  .our-work-section-head.text-center h3,
  .wantto-section h4 {
    font-size: 1.4em;
  }
  .beautiful-grid {
    width: 100%;
    margin-top: 0.5em;
  }
  .feature h4,
  .leave h4,
  .passion h4 {
    font-size: 1.2em;
  }
  .screen-shots {
    padding: 2em 0;
  }
  .bottom-header {
    margin-right: 12px;
  }
  .bottom-header h5 {
    font-size: 1em;
  }
  .blog_heading a,
  .blog_heading h3,
  .bottom-header p,
  .cmts-main-right h5 {
    font-size: 0.9em;
  }
  .wantto-section a {
    font-size: 0.89em;
    padding: 0.7em 1em;
  }
  .subscribe input[type="text"] {
    width: 69.9%;
  }
  .features-grid1,
  .subscribe {
    margin-bottom: 1em;
  }
  .subscribe input[type="submit"] {
    font-size: 0.8em;
    padding: 7px 6px;
  }
  .contact-section,
  .left-grid,
  .right-grid {
    padding: 0;
  }
  .contact-grid h5 {
    font-size: 1.1em;
  }
  .contact-grid p {
    padding: 0.5em 0;
  }
  .contact-grid {
    margin: 1em 0;
  }
  .footer-section {
    padding: 1em 0 0;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 0;
  }
  .grid_box .zoom-icon {
    height: 145px;
  }
  .portfolio-wrapper {
    width: 95%;
  }
  .blog_posts {
    padding: 5px 0 0;
  }
  .blog_date {
    float: left;
    width: 16%;
  }
  .blog_desc {
    float: left;
    padding-left: 2%;
    width: 82%;
  }
  .blog_1_of_2,
  .blogdata_1_of_2 {
    width: 100%;
    float: none;
  }
  .blog_posts figure span,
  .page-not-found h2 {
    font-size: 1.5em;
  }
  .blogdata_1_of_2 {
    margin: 0;
  }
  .blog_data p {
    line-height: 1.5em;
  }
  .single {
    margin: 0 0 1em 0.5em;
  }
  .blog_posts figure {
    font-size: 11px;
    padding: 6px 0;
  }
  .content-pagenation li a {
    padding: 10px 9px;
  }
  .content-pagenation {
    margin-top: 1.5em;
  }
  .rsidebar.span_1_of_3 {
    width: 85%;
    margin: 30px 0 0 1em;
  }
  .span_1_of_3 li {
    padding: 7px 15px;
  }
  .icon9 ul li {
    padding: 7px 0 0 3px;
  }
  .icon9 ul li:nth-child(9) {
    margin-left: 5em;
  }
  #commentform label {
    font-size: 0.85em;
  }
  #commentform input[type="submit"] {
    font-size: 0.9em;
    padding: 5px 20px;
  }
  .latest_comments h4 a {
    font-size: 0.75em;
  }
  .blog_desc {
    margin-top: 0.5em;
  }
  p.text {
    font-size: 0.96em;
    padding: 0 0 0 35px;
  }
  .cmts-main-left {
    float: left;
    width: 35%;
    margin-right: 1%;
  }
  .cmts-main-right {
    float: left;
    width: 64%;
    padding: 0;
  }
  .cmts-main-right p {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .comments1 {
    margin-top: 1em;
  }
  .cmnts-left {
    float: left;
    width: 100%;
    padding: 0;
    margin: 6px 0 0;
  }
  .cmnts-right {
    float: none;
    margin: 0 0 0 7em;
    padding: 0;
  }
  .page-not-found {
    min-height: 390px;
    padding-top: 2em;
  }
  .page-not-found h1 {
    font-size: 2.5em;
  }
  .page-not-found span.error {
    font-size: 25px;
  }
  .blog-content {
    padding: 1em 0 1.5em;
    margin: 0;
  }
}
.blog_date p,
.blog_date span {
  margin-left: 0 !important;
}
