@import url('fontello.css');
@import url('vendor/ss_grid.less');
@import url('vendor/bootstrap.min.css');
.m_vcenter {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.m_center {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.m_vcenter_off {
  top: 0%;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.m_no_text_overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
}
b {
  font-weight: 700;
}
img {
  vertical-align: top;
}
textarea:focus,
input:focus {
  outline: 0;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 9;
}
.overlay.open {
  display: block;
}
.yellow {
  color: #f1c40f;
}
.orange {
  color: #e67e22;
}
.red {
  color: #e74c3c;
}
.purple {
  color: #9b59b6;
}
.turq {
  color: #1abc9c;
}
.blue {
  color: #3498db;
}
.green {
  color: #2ecc71;
}
.left {
  float: left;
}
.right {
  float: right;
}
.message_box {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  background: #f1c40f;
}
.message_box.red {
  background: #e74c3c;
}
.message_box.green {
  background: #2ecc71;
}
.ibc {
  font-size: 0;
  white-space: nowrap;
  display: block;
}
.ib {
  display: inline-block;
  overflow: auto;
}
.tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tblcl {
  display: table-cell;
  vertical-align: top;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.no_text_overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixed_width {
  width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width : 1200px) {
  .fixed_width {
    width: 100%;
    padding: 0px 50px;
  }
}
@media only screen and (max-width : 1000px) {
  .fixed_width {
    width: 100%;
    padding: 0px 50px;
  }
}
@media only screen and (max-width : 600px) {
  .fixed_width {
    padding: 0px 30px;
  }
}
html,
body {
  font-family: 'Open Sans', 'arial';
  color: #000;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
}
.wrap {
  width: 100%;
  height: 100%;
}
.oh {
  overflow: hidden;
}
.pagination {
  text-align: center;
}
.pagination >li {
  display: inline-block;
}
.pagination >li >a {
  display: inline-block;
  background: #00BCD4;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  border-radius: 2px;
}
.pagination >li.active a {
  background: #455A64;
}
.pt {
  padding-top: 10px;
}
.button {
  border: none;
  display: inline-block;
  padding: 0px 10px;
  cursor: pointer;
  height: 30px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #00BCD4;
  white-space: nowrap;
}
.button:hover {
  background: #3b505a;
}
.button.small_button {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.button.linear_button {
  background: transparent;
  border: 1px solid #fff;
  line-height: 38px;
}
.button.linear_button:hover {
  background: rgba(255,255,255,0.2);
}
.button[class^="icon-"]:before,
.button[class*=" icon-"]:before {
  margin-right: 5px;
}
.button.no_margin[class^="icon-"]:before,
.button.no_margin[class*=" icon-"]:before {
  margin: 0;
}
.button_icon {
  border: none;
  background: none;
  cursor: pointer;
}
.input_label {
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
}
.textarea {
  padding: 10px;
  border: 1px solid #dadada;
  width: 100%;
}
.dropdown {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  border: 1px solid #dadada;
  width: 100%;
}
.textbox {
  width: 100%;
  border: none;
  background: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0px 10px;
  border: 1px solid #dadada;
}
.custom_radio,
.custom_checkbox {
  display: none;
}
.custom_radio +label,
.custom_checkbox +label {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
  margin-top: 3px;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.custom_radio +label:before,
.custom_checkbox +label:before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  left: 0;
  top: 0;
}
.custom_radio:checked +label:after,
.custom_checkbox:checked +label:after {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #009688;
  left: 4px;
  top: 4px;
}
.custom_radio +label:before {
  border-radius: 50%;
}
.custom_radio:checked +label:after {
  border-radius: 50%;
}
.form_box >li {
  margin-bottom: 30px;
}
.form_box >li.fb_two {
  margin: 0px -20px 30px -20px;
  clear: both;
  overflow: hidden;
}
.form_box >li.fb_two >p {
  display: block;
  float: left;
  width: 50%;
  padding: 0px 20px;
}
.form_box label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
}
.form_box .c_textbox {
  height: 40px;
  line-height: 40px;
  border: none;
  border: 1px solid #dadada;
  font-size: 16px;
  width: 100%;
  padding: 0px 10px;
}
.form_box .c_textarea {
  border: none;
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #dadada;
}
.form_box .c_select {
  border: none;
  border: 1px solid #dadada;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0px 10px;
}
.form_box .fb_submit {
  clear: both;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 0;
}
.form_box .fb_error {
  font-size: 12px;
  color: #e74c3c;
  margin-top: 5px;
}
@media only screen and (max-width : 600px) {
  .form_box >li.fb_two {
    margin: 0px 0px 30px 0px;
  }
  .form_box >li.fb_two >p {
    float: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
  .form_box >li.fb_two >p:last-child {
    margin-bottom: 0px;
  }
}
.o_switch {
  display: none;
}
.o_switch + label {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 60px;
  border-radius: 5px;
  background: #e74c3c;
  position: relative;
}
.o_switch + label:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #fff;
  left: 0;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.o_switch + label:after {
  content: "SERVICE OFF";
  display: block;
  height: 30px;
  left: 100%;
  line-height: 30px;
  margin-left: 10px;
  position: absolute;
  color: #e74c3c;
  white-space: nowrap;
}
.o_switch:checked + label {
  background: #009688;
}
.o_switch:checked + label:before {
  left: 34px;
}
.o_switch:checked + label:after {
  content: "SERVICE ON";
  color: #009688;
}
.select2.custom_select2 + .select2 {
  width: 100% !important;
  text-align: left;
  height: 40px;
  line-height: 40px;
}
.select2.custom_select2 + .select2 .selection {
  height: inherit;
}
.select2.custom_select2 + .select2 .selection .select2-selection {
  height: inherit;
  border-radius: 0;
  border: none;
  border: 1px solid #dadada;
}
.select2.custom_select2 + .select2 .selection .select2-selection .select2-selection__rendered {
  height: 40px;
  line-height: 40px;
}
.select2.custom_select2 + .select2 .selection .select2-selection .select2-selection__arrow {
  line-height: 40px;
  height: 40px;
}
.select2.multi_select2 + .select2 {
  width: 100% !important;
  text-align: left;
  min-height: 50px;
}
.select2.multi_select2 + .select2 .selection {
  height: inherit;
}
.select2.multi_select2 + .select2 .selection .select2-selection {
  height: inherit;
  border-radius: 0;
  border: none;
  border: 1px solid #dadada;
}
.select2.multi_select2 + .select2 .selection .select2-selection .select2-selection__arrow {
  height: 50px;
}
.select2.multi_select2 + .select2 .select2-selection__choice {
  border-radius: 0;
  border: none;
  font-size: 14px;
  padding: 8px 14px;
  background: #f1f1f1;
}
.select2-dropdown {
  -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
  border-radius: 0;
}
.select2-dropdown .select2-search {
  padding: 0;
}
.select2-dropdown .select2-search .select2-search__field {
  border: none;
  height: 40px;
  line-height: 40px;
}
.select2-dropdown .select2-results__option {
  font-size: 14px;
  padding: 10px;
}
.select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}
header {
  height: 80px;
  background-image: url(../img/header-bg.jpg);
  background-size: cover;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
}
.sub_header {
  padding: 20px 0;
}
@media only screen and (max-width : 1200px) {
  .sub_header {
    padding: 20px 50px;
  }
}
@media only screen and (max-width : 600px) {
  .sub_header {
    padding: 20px 30px;
  }
}
.h_logo {
  float: left;
  background: #FFF;
  padding: 10px;
  border-radius: 5px;
}
.h_logo img {
  height: 100px;
}
@media only screen and (max-width : 600px) {
  .h_logo img {
    height: 68px;
  }
}
.h_nav {
  float: right;
}
.navigation {
  padding-top: 5px;
  float: left;
}
.navigation >li {
  display: inline-block;
  padding: 5px 10px;
}
.navigation >li >a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  position: relative;
  padding-bottom: 3px;
  transition: all 0.5s;
}
.navigation >li >a:after {
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  width: 0;
  right: 0;
  content: "";
  background: #555;
  transition: all 0.5s;
}
.navigation >li:nth-child(2) {
  position: relative;
  padding-bottom: 24px;
  cursor: pointer;
}
.navigation >li:nth-child(2) .sub-nav {
  position: absolute;
  display: none;
  top: 52px;
  left: 0;
  width: 210px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.navigation >li:nth-child(2) .sub-nav >li {
  padding: 10px 15px;
  border-bottom: 1px solid #dadada;
}
.navigation >li:nth-child(2) .sub-nav >li a {
  color: #7daf00;
  font-size: 14px;
}
.navigation >li:nth-child(2):hover .sub-nav {
  display: block;
}
.navigation >li:hover a {
  color: #2d2d2d;
}
.navigation >li:hover a:after {
  width: 100%;
}
@media only screen and (max-width : 700px) {
  .navigation {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    left: 50%;
    background: rgba(0,0,0,0.8);
    text-align: center;
    transition: all 0.5s;
  }
  .navigation >li {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .navigation >li a {
    padding: 0;
  }
  .navigation >li:hover a {
    color: #7daf00;
  }
  .navigation >li:hover a:after {
    width: 0;
  }
  .navigation >li:nth-child(2) {
    padding: 5px 10px;
  }
  .navigation >li:nth-child(2):hover .sub-nav {
    display: none;
  }
}
.h_icon {
  font-size: 30px;
  float: right;
  display: none;
}
@media only screen and (max-width : 700px) {
  .h_icon {
    display: block;
    position: relative;
  }
}
.show {
  display: block;
}
.clicked {
  background-color: transparent;
}
.footer {
  height: 100px;
  background-color: #2D2D2D;
  color: #fff;
  text-align: center;
}
.ftr-wrp {
  padding: 10px;
}
.ftr-wrp p {
  padding-bottom: 10px;
}
.ftr-wrp .span1 {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
}
.ftr-wrp .span1 .icon1 {
  font-size: 20px;
  color: #7daf00;
}
a:hover {
  text-decoration: none !important;
}
.main_container {
  width: 100%;
  height: 100%;
}
.home1 {
  opacity: 0.5;
}
.section1-home {
  width: 100%;
  height: 600px;
  background-image: url(../img/home-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
}
.section1-home .home-peralex {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
}
.section1-home .home-description {
  position: absolute;
  top: 40%;
  right: 20%;
  left: 20%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.section1-home .home-description h1 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 45px;
  padding-bottom: 20px;
}
.section1-home .home-description span {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
}
@media only screen and (max-width : 1100px) {
  .section1-home .home-description {
    right: 15%;
    left: 15%;
  }
}
@media only screen and (max-width : 800px) {
  .section1-home .home-description {
    right: 10%;
    left: 10%;
  }
  .section1-home .home-description h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
  }
}
@media only screen and (max-width : 500px) {
  .section1-home .home-description {
    right: 5%;
    left: 5%;
  }
  .section1-home .home-description h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .section1-home .home-description span {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width : 600px) {
  .section1-home {
    height: 500px;
  }
  .section1-home .home-description {
    top: 35%;
  }
}
.section2 {
  padding: 100px 0;
  text-align: center;
}
.section2 .services >li {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  margin: 0 10px;
}
.section2 .services-wrp .s-img-wrp {
  width: 100%;
  height: 200px;
  border: 2px solid #dadada;
}
.section2 .services-wrp .s-img-wrp img {
  width: 100%;
  height: 100%;
}
.section2 .services-wrp .services-content {
  text-align: center;
}
.section2 .services-wrp .services-content h1 {
  font-size: 23px;
  line-height: 32px;
  color: #7daf00;
  min-height: 70px;
  padding-top: 10px;
}
.section2 .services-wrp .services-content p {
  text-align: center;
  line-height: 24px;
  letter-spacing: 1px;
  font-size: 15px;
  color: #777;
}
@media only screen and (max-width : 1200px) {
  .section2 {
    padding: 100px 50px;
  }
}
@media only screen and (max-width : 600px) {
  .section2 {
    padding: 100px 30px;
  }
}
@media only screen and (max-width : 1000px) {
  .section2 .services >li {
    width: 45%;
    padding: 10px 0;
  }
}
@media only screen and (max-width : 600px) {
  .section2 .services >li {
    width: 100%;
    padding-right: 15px;
  }
  .section2 .services-wrp .services-content >h1 {
    min-height: auto;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 23px;
  }
}
.section3-news {
  width: 100%;
  background-image: url(../img/solar3.jpg);
  background-size: cover;
  background-position: center;
  padding: 10px 50px 50px 50px;
}
.section3-news h1 {
  text-align: center;
  font-size: 30px;
  color: #666;
  font-weight: 300;
  padding: 20px 0px;
}
.section3-news .section3-wrp {
  background: rgba(255,255,255,0.6);
  width: 100%;
  text-align: center;
  padding: 35px 0;
}
.section3-news .news-blog >li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin: 0 10px;
}
.section3-news .news-blog >li .blog-img {
  overflow: hidden;
}
.section3-news .news-blog >li .blog-img img {
  width: 100%;
  transition: all 0.5s;
}
.section3-news .news-blog >li .blog-img:hover img {
  transform: scale(1.1,1.1);
  transition: all 0.5s;
}
.section3-news .news-blog >li .blog-description {
  background: #fff;
  padding: 15px;
  text-align: left;
  vertical-align: baseline;
  min-height: 220px;
}
.section3-news .news-blog >li .blog-description a {
  line-height: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #7daf00;
  padding-bottom: 10px;
}
.section3-news .news-blog >li .blog-description p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 10px 0;
  color: #777;
}
.section3-news .news-blog >li .blog-description span {
  font-size: 15px;
  color: #777;
}
@media only screen and (max-width : 1000px) {
  .section3-news {
    height: auto;
  }
  .section3-news .news-blog >li {
    width: 45%;
    padding: 10px 0;
  }
}
@media only screen and (max-width : 600px) {
  .section3-news {
    padding: 50px 30px;
  }
  .section3-news .news-blog >li {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .section3-news .news-blog >li .blog-description {
    padding: 10px;
  }
}
.contact {
  width: 100%;
  background: #f6f6f6;
  padding: 100px;
  padding-top: 160px;
}
.contact .map {
  width: 100%;
}
.contact .map iframe {
  width: 100%;
}
.contact .address {
  float: left;
  width: 40%;
  padding-top: 50px;
}
.contact .address h1 {
  font-size: 22px;
  color: #7daf00;
  padding-bottom: 15px;
}
.contact .address p {
  padding-top: 5px;
  width: 200px;
  font-size: 16px;
  line-height: 24px;
  color: #777;
}
.contact .contact_form {
  float: right;
  width: 60%;
  padding-top: 50px;
}
.contact .contact_form h1 {
  font-size: 22px;
  color: #7daf00;
  padding-bottom: 15px;
}
.contact .contact_form form .txt1 {
  height: 50px;
  width: 45%;
  color: #333;
  background: #fff;
  padding: 5px 10px;
  border: none;
  margin: 10px 5px;
}
.contact .contact_form form .txt2 {
  height: 50px;
  width: 92%;
  background: #fff;
  padding: 5px 10px;
  margin: 10px 5px;
  border: none;
}
.contact .contact_form form .txt3 {
  width: 92%;
  background: #fff;
  padding: 5px 10px;
  margin: 10px 5px 20px;
  border: none;
  height: 100px;
}
.contact .contact_form form a {
  padding: 10px 15px;
  border: 2px solid #303030;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 5px;
  color: #303030;
  font-weight: 600;
  transition: all 0.3s;
}
.contact .contact_form form a:hover {
  background: #7daf00;
  transition: all 0.3s;
  color: #fff;
  border: 2px solid #7daf00;
}
@media only screen and (max-width : 1000px) {
  .contact {
    padding: 100px 50px;
    padding-top: 150px;
  }
}
@media only screen and (max-width : 800px) {
  .contact .address {
    width: 100%;
    float: none;
  }
  .contact .contact_form {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width : 600px) {
  .contact {
    padding: 100px 30px;
    padding-top: 130px;
  }
  .contact .address h1 {
    font-size: 18px;
  }
  .contact .contact_form h1 {
    font-size: 18px;
  }
  .contact .contact_form form .txt1 {
    width: 100%;
    height: 30px;
  }
  .contact .contact_form form .txt2 {
    width: 100%;
    height: 30px;
  }
  .contact .contact_form form .txt3 {
    width: 100%;
  }
}
.legal {
  padding: 80px 0;
  height: auto;
}
.legal h1 {
  padding: 30px;
  background-image: url(../img/overlay.png);
  font-size: 40px;
  color: #7daf00;
  text-align: center;
  position: relative;
}
.legal h1:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  height: 3px;
  width: 20px;
  margin: 0 auto;
  background: #2d2d2d;
}
.legal p {
  padding-top: 50px;
  padding-left: 130px;
}
@media only screen and (max-width : 600px) {
  .legal p {
    padding: 50px 10px;
  }
}
.legal a {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: #7daf00;
  text-transform: uppercase;
  display: block;
}
.fx-height {
  height: 550px;
}
.conditions {
  padding-top: 50px;
}
.conditions h2 {
  color: #666;
}
.conditions p {
  padding: 5px 0;
  color: #666;
}
.blog1 {
  padding: 80px 0;
}
.blog1 >h1 {
  padding: 30px;
  background-image: url(../img/overlay.png);
  font-size: 33px;
  color: #7daf00;
  text-align: center;
  position: relative;
}
.blog1 >h1:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  height: 3px;
  width: 20px;
  margin: 0 auto;
  background: #2d2d2d;
}
.blg1-content {
  padding-top: 50px;
}
.blg1-content .blg1-img {
  width: 100%;
  height: auto;
}
.blg1-content .blg1-img img {
  width: 100%;
}
.blog-title1 h1 {
  font-size: 30px;
  color: #7daf00;
  padding-top: 15px;
}
.blog-title1 h1 span {
  font-size: 30px;
  color: #bebebe;
}
.blog-title1 p {
  font-size: 15px;
  color: #bebebe;
}
.blog-title1 p a {
  font-size: 15px;
  color: #bebebe;
}
.blogger-img .blg1-img2 {
  vertical-align: bottom;
  width: 50%;
  text-align: center;
}
.blogger-img .blg1-img3 {
  vertical-align: bottom;
  width: 50%;
  text-align: center;
}
.blg1-description {
  padding-top: 20px;
}
.blg1-description p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  padding-bottom: 20px;
}
.blg1-description span {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.blg1-description ul {
  padding-left: 20px;
  padding-bottom: 20px;
  list-style: disc !important;
}
.blg1-description ul >li {
  display: list-item;
  padding: 5px 0;
  color: #666;
}
.blg2-content {
  padding-top: 50px;
}
.blg2-content .blg2-img {
  width: 30%;
  text-align: center;
}
.blg2-content .blg2-img img {
  width: 100%;
}
.blg2-content .blg2-description {
  width: 60%;
  padding: 20px;
}
.blg2-content .blg2-description p {
  font-size: 16px;
  text-align: justify;
  color: #666;
}
.blog3 {
  padding: 100px 0;
}
.blog3-content {
  width: 65%;
}
.blg3-content {
  padding-top: 30px;
}
.blg3-content .blg3-img {
  width: 100%;
}
.blg3-content .blg3-img img {
  width: 300px;
}
.blog-sidebar {
  width: 35%;
  padding-left: 100px;
}
.blog-sidebar h2 {
  font-size: 25px;
  color: #7daf00;
  padding-top: 16px;
}
.blog-sidebar ul {
  padding-top: 20px;
}
.blog-sidebar ul >li {
  padding: 5px 0;
}
.blog-sidebar ul >li a {
  font-size: 15px;
  color: #666;
}
.blog-sidebar ul >li:hover a {
  color: #7daf00;
}
