html {
  font-family: sans-serif
}

body {
  margin: 0
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input {
  line-height: normal
}

input[type=search] {
  box-sizing: content-box
}

textarea {
  overflow: auto
}

* {
  box-sizing: border-box
}

:after,
:before {
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #1b242f;
  text-decoration: none
}

a:focus,
a:hover {
  color: #e74c3c;
  text-decoration: none
}

a:focus {
  outline: thin dotted;
  outline-offset: -2px
}

img {
  width: 100%;
  vertical-align: middle
}

.img-rounded {
  border-radius: 6px
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid none
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4
}

@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
}

cite {
  font-style: normal
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:hover {
  background-color: #afd9ee
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid none
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 15px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.form-control-static {
  margin-bottom: 0
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline-offset: -2px
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.dropdown {
  position: relative
}

.open>a {
  outline: 0
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: none
}

.nav>li.disabled>a {
  color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: none;
  border-color: #1b242f
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

.container-fluid>.navbar-collapse,
.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {

  .container-fluid>.navbar-collapse,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

@media (min-width:768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0
  }
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1b242f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #e74c3c;
  background-color: none;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1b242f;
  border-color: #1b242f
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label[href]:focus,
.label[href]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important;
  visibility: hidden !important
}

body a {
  transition: .5s all
}

input[type=button] {
  transition: .5s all
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 0;
  margin: 0 0
}

p {
  padding: 0 0;
  margin: 0 0
}

ul {
  padding: 0 0;
  margin: 0 0
}

body {
  padding: 0 0;
  margin: 0 0;
  font-family: 'Open Sans', sans-serif
}

.header {
  background: url(../img/banner.jpg) no-repeat 0 0;
  background-size: cover;
  min-height: 723px;
  text-align: center
}

.logo a {
  display: block;
  position: absolute
}

.logo {
  position: absolute;
  left: 47%;
  top: 2%
}

.top-header {
  margin-top: 3em
}

.top-menu ul li {
  display: inline-block
}

.top-menu {
  position: relative
}

.top-menu ul li a {
  font-size: 1.3em;
  color: #fff;
  text-transform: uppercase;
  padding: 0 2em;
  text-decoration: none;
  font-weight: 100
}

.top-menu ul li:nth-child(3) {
  margin-right: 13em
}

a.button {
  width: 18%;
  padding: .6em 0;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  float: left;
  text-decoration: none;
  font-size: 1.2em;
  margin-right: 1em
}

a.button1 {
  width: 18%;
  padding: .6em 0;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  float: left;
  text-decoration: none;
  font-size: 1.2em;
  margin-right: 1em
}

a.button:hover {
  color: #fff;
  border: 1px solid red;
  background: red
}

a.button1:hover {
  color: #fff;
  border: 1px solid red;
  background: red
}

.banner-wrap {
  padding: 15em 0
}

a.button2 {
  background: #ff3c1f;
  font-size: 1.2em;
  padding: .7em 1em;
  color: #fff;
  text-transform: uppercase;
  width: 86%;
  text-decoration: none
}

a.button2:hover {
  background: #555
}

.user-section {
  padding: 6em 0;
  background: #656d7a
}

.face p {
  font-size: 3em;
  color: #fff;
  font-weight: 500;
  margin: 0 9px
}

.face h4 {
  font-size: 1.5em;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  margin: 0 -14px 0 0;
  font-family: Raleway, sans-serif;
  font-weight: 300
}

.blog-section {
  padding: 4em 0;
  text-align: center
}

.blog img {
  width: 100%
}

a.just {
  font-size: 1.5em;
  text-transform: capitalize;
  text-decoration: none;
  padding: .5em 0;
  display: block
}

p.text {
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 1em .8em 0 1.2em;
  text-align: left
}

.icon9 a {
  margin: 0 3px;
  text-transform: capitalize;
  display: inline-block
}

a.button3 {
  font-size: 1.1em;
  text-transform: uppercase;
  border: 1px solid red;
  width: 49%;
  margin: 20px 20px;
  display: block;
  padding: .5em 0;
  text-decoration: none
}

a.button4 {
  font-size: 1.2em;
  text-transform: uppercase;
  border: 1px solid red;
  padding: .5em 1.5em;
  text-decoration: none
}

.client {
  padding: 4em 0
}

.man {
  float: left;
  width: 15%;
  margin-right: 5%
}

.man img {
  border: 1px solid red
}

.data h4 {
  font-size: 1.5em;
  color: #dfca2b;
  text-transform: capitalize;
  text-align: left;
  margin-top: 1.5em
}

.data p {
  font-size: 1.1em;
  padding: .5em 0;
  color: #555;
  font-style: italic
}

.data span {
  font-size: .85em;
  color: red;
  text-transform: capitalize;
  margin: 0 17px
}

ul.topic_grid {
  list-style: none;
  padding: 0
}

.popular_topics1 {
  background: #db2927
}

.date {
  line-height: .5em;
  font-size: 2em;
  font-weight: 700;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif
}

span.highlight,
span.light_color {
  display: inline-block;
  font-size: 14px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400
}

.contact-header span {
  height: 1px;
  width: 10%;
  background: red;
  display: block
}

.contact-grid ul li {
  display: inline-block
}

.indicat {
  width: 32px;
  height: 32px;
  background: url("../img/img-sptite1 .png") no-repeat 0 0;
  display: inline-block;
  margin-top: -55px;
  vertical-align: middle
}

.message {
  width: 32px;
  height: 32px;
  background: url("../img/img-sptite1 .png") no-repeat -32px 0;
  display: inline-block;
  vertical-align: middle
}

.smartphone {
  width: 32px;
  height: 32px;
  background: url("../img/img-sptite1 .png") no-repeat -64px 0;
  display: inline-block
}

.contact-grid ul {
  padding: 1em 0
}

.contact-grid p {
  font-size: 1.2em;
  margin: 0 2em;
  color: #555
}

.contact-section {
  padding: 5em 0
}

.contact-header h3 {
  font-size: 3em;
  text-transform: capitalize;
  margin-bottom: .5em;
  color: #dfca2b;
  font-weight: 600;
  font-family: Raleway, sans-serif
}

.contact-header p {
  font-size: 1.3em;
  color: #555;
  margin-top: .5em
}

.contact-header {
  margin-bottom: 2em
}

.contact-grid ul li a {
  font-size: 1.2em;
  text-decoration: none;
  color: #555;
  margin: 0 2em
}

.contact-grid ul li a:hover {
  color: red
}

.text-field-email-1 {
  float: left;
  width: 48%
}

.text-field-name-1 {
  float: right;
  width: 48%
}

.get-touch {
  margin: 6em 0
}

.contact-grid1 form input[type=text] {
  width: 100%;
  padding: 3.5% 0;
  margin-bottom: 7%;
  color: #333;
  font-size: 18px;
  outline: 0;
  font-weight: 400;
  text-indent: 18px;
  border: 1px solid#dfca2b
}

.contact-grid1 form textarea {
  resize: none;
  width: 100%;
  padding: 2% 0;
  margin-bottom: 5%;
  color: #333;
  font-size: 18px;
  outline: 0;
  font-weight: 400;
  text-indent: 18px;
  border: 1px solid#dfca2b;
  min-height: 150px
}

.footer-section {
  padding: 4em 0;
  background: #dfca2b
}

.social-icons a i {
  width: 32px;
  height: 32px;
  background: url("../img/img-sptite1 .png") no-repeat -100px 0;
  display: inline-block;
  margin: 0 1em
}

.social-icons a i.icon1 {
  background-position: -100px -4px
}

.social-icons a i.icon2 {
  background-position: -140px -4px
}

.social-icons a i.icon3 {
  background-position: -180px -4px
}

.social-icons a i.icon4 {
  background-position: -220px -4px
}

.social-icons {
  margin-top: 1.5em
}

.social-icons i:hover {
  opacity: .5
}

.footer-right p {
  font-size: 17px;
  color: #d5d6d7;
  font-weight: 400
}

.footer-right a {
  font-size: 19px;
  color: #0e83cd;
  font-weight: 400;
  text-transform: capitalize
}

.footer-right a:hover {
  color: #d5d6d7
}

.footer-right p a {
  margin: 0 6px 0 6px
}

.footer-right {
  margin-top: 1em
}

.logo2 {
  text-align: center
}

.header1 {
  background-color: #dfca2b;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 999
}

.top-header1 {
  padding: 2em 0
}

.top-menu1 {
  float: right;
  padding-top: 1em
}

.top-menu1 ul li a {
  font-size: 1.3em;
  color: #fff;
  text-transform: uppercase;
  padding: 0 1em;
  text-decoration: none;
  font-weight: 100
}

.top-menu1 ul li {
  display: inline-block
}

.header1 h3 {
  font-size: 3em;
  text-transform: capitalize;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 500
}

.logo3 {
  float: left
}

.logo3 a {
  font-size: 2.5rem;
  color: #fff;
  text-decoration: none
}

.blog12 {
  border: 1px solid#eee
}

.icon9 ul li {
  display: inline-block;
  margin: 0 .2em;
  text-transform: capitalize
}

i.user1 {
  width: 16px;
  height: 16px;
  background: url("../img/img-sptite1 .png") no-repeat -256px 0;
  display: inline-block;
  vertical-align: middle
}

i.comment1 {
  width: 16px;
  height: 16px;
  background: url("../img/img-sptite1 .png") no-repeat -272px 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px
}

a.bl1 {
  font-size: 2.5em;
  text-decoration: none;
  margin: .5em 0;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: .5em;
  color: #303030;
  font-weight: 700;
  font-family: Raleway, sans-serif
}

.icon9 p {
  font-size: 1em;
  text-transform: capitalize
}

a.button5 {
  font-size: 1.2em;
  padding: .5em 1em;
  color: #dfca2b;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid red
}

a.button5:hover {
  color: red
}

.blog-section1 {
  padding: 3em 0
}

.blog2-grid {
  padding: 6em 0
}

.blog4-grid {
  margin-top: 3em
}

.pagination {
  margin: 1em 15em 4em
}

.page-grid img {
  width: 100%
}

.page2 {
  float: left;
  width: 89%
}

.text1 {
  border: 1px solid #eee;
  padding: 0 20px;
  border-top: none;
}

.icon99 ul li {
  display: inline-block;
  margin: 0 .2em;
  text-transform: capitalize
}

.page-section {
  padding: 4em 0
}

.page2 p {
  font-size: 1.1em;
  line-height: 1.8em;
  padding: 1em 0
}

.page2 h6 {
  font-size: 1.4em;
  font-style: italic;
  padding: 1em .5em;
  line-height: 1.8em;
  border-left: 5px solid red
}

.social-icons a i.icon5 {
  background-position: -289px 0
}

.social-icons a i.icon5:hover {
  background-position: -289px -32px
}

.social-icons a i.icon6 {
  background-position: -321px 0
}

.social-icons a i.icon6:hover {
  background-position: -321px -32px
}

.social-icons a i.icon7 {
  background-position: -353px 0
}

.social-icons a i.icon7:hover {
  background-position: -353px -32px
}

.social-icons a i.icon8 {
  background-position: -385px 0
}

.social-icons a i.icon8:hover {
  background-position: -385px -32px
}

.share {
  padding: 3em 0 8em
}

.share h4 {
  font-size: 1.7em;
  margin-bottom: 1em;
  font-family: Raleway, sans-serif;
  padding: 0 20px
}

a.b1 {
  float: right;
  font-size: 1.2em;
  padding: .5em 1em;
  text-transform: uppercase;
  color: red;
  border: 1px solid #eee;
  text-decoration: none
}

.pages-contact {
  padding: 1em 0
}

.pages-contact input[type=text] {
  width: 100%;
  padding: .5em 0 1.5em;
  margin-bottom: 21.5%;
  color: #333;
  font-size: 18px;
  outline: 0;
  font-weight: 400;
  text-indent: 18px;
  border: 1px solid#dfca2b
}

.pages-contact textarea {
  resize: none;
  width: 150%;
  height: 11.6em;
  width: 100%;
  padding: 3.5% 0;
  margin-bottom: 7%;
  color: #333;
  font-size: 18px;
  outline: 0;
  font-weight: 400;
  text-indent: 18px;
  border: 1px solid#dfca2b
}

.search {
  position: relative;
  background: #f3f4f5;
  border: 1px solid #d8d8d8
}

.search form {
  width: 100%
}

.search input[type=text] {
  margin: 0 0;
  font-family: 'Open Sans', sans-serif;
  padding: 16px 16px;
  outline: 0;
  color: #5a5a5a;
  background: 0 0;
  border: none;
  width: 85.33333%;
  line-height: 1.5em;
  position: relative;
  font-size: .8725em;
  -webkit-appearance: none;
  text-transform: capitalize
}

.search input[type=text]:hover {
  background: #fff
}

.search input[type=submit] {
  background: url(../img/search1.png) no-repeat 0 1px;
  border: none;
  cursor: pointer;
  width: 24px;
  outline: 0;
  position: absolute;
  height: 24px;
  top: 14px;
  right: 5px
}

.cate li {
  font-size: 1em;
  padding: 7px 0;
  background: url(../img/list-arrow.png) no-repeat 0;
  cursor: pointer;
  list-style-type: none;
  float: left
}

.cate p {
  float: right;
  padding: .5em 0;
  margin: 0 7px
}

.page-grid1 {
  padding-top: 3em
}

.cate {
  margin-top: 6em
}

.cate h3 {
  font-size: 2em;
  margin-bottom: 1em;
  color: #dfca2b
}

.b-tag-weight {
  padding: 4em 0
}

.b-tag-weight h4 {
  font-size: 2em;
  color: #dfca2b;
  margin: .5em 0;
  text-transform: capitalize
}

.b-tag-weight ul li {
  display: inline-block
}

.b-tag-weight ul li a {
  padding: .7em .8em;
  font-size: .875em;
  text-transform: uppercase;
  color: #dfca2b;
  font-weight: 700;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border: 1px solid #dfca2b
}

.b-tag-weight ul li a:hover {
  background: #ff3c1f;
  color: #fff;
  border: 1px solid#ff3c1f
}

.recent-post h4 {
  font-size: 2em;
  color: #dfca2b;
  margin: .5em 0
}

.recent1 {
  float: left;
  width: 30%;
  margin-right: 1%
}

.recent2 {
  float: left;
  width: 69%
}

.recent2 a {
  font-size: 1.3em;
  text-decoration: none;
  display: block
}

.clender {
  width: 17px;
  height: 16px;
  background: url("../img/img-sptite1 .png") no-repeat -5px -40px;
  display: inline-block;
  vertical-align: middle
}

.recent-post2 {
  margin-top: 3.5em
}

.relate {
  margin: 2em 0 0
}

.head-section {
  padding: 4em 0 1em
}

.head-grid2 {
  margin-top: 2em
}

.block p {
  font-size: 1.2em;
  font-style: italic;
  color: #dfca2b;
  line-height: 1.8em
}

.block a {
  font-size: 1.2em;
  color: red;
  margin-top: 1em;
  display: block
}

.content {
  padding: 6em 0 0
}

.col2 {
  padding: 2em 0
}

.col4 {
  padding: 2em 0
}

.col6 {
  padding: 2em 0
}

.col8 {
  padding: 1em 0 4em
}

@media (max-width:1280px) {
  .header {
    min-height: 572px
  }

  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -110px
  }
}

@media(max-width:1024px) {
  .top-menu ul li a {
    padding: 0 1.3em;
    font-size: 1.2em
  }

  .logo {
    position: absolute;
    left: 45%;
    top: 2%
  }

  a.button {
    font-size: 1.1em
  }

  a.button1 {
    font-size: 1.1em
  }

  .header {
    min-height: 459px
  }

  a.button2 {
    font-size: 1.1em
  }

  .face p {
    font-size: 2.3em
  }

  .face h4 {
    font-size: 1.3em;
    margin: 0 -29px 0 0
  }

  a.just {
    font-size: 1.2em
  }

  .icon9 a {
    font-size: .99em
  }

  p.text {
    font-size: .97em;
    line-height: 1.8em
  }

  a.button3 {
    font-size: 1em
  }

  a.button4 {
    font-size: 1.1em
  }

  li.nbs-flexisel-item img {
    padding: 2em 0
  }

  .what2 {
    padding: 1em 1em 1.5em
  }

  .data h4 {
    font-size: 1.3em
  }

  .data p {
    font-size: .99em
  }

  .contact-header h3 {
    font-size: 2.5em
  }

  .contact-header p {
    font-size: 1.1em
  }

  .contact-grid p {
    font-size: 1em
  }

  .contact-grid ul li a {
    font-size: 1em
  }

  .contact-grid1 form input[type=text] {
    font-size: 15px
  }

  .contact-grid1 form textarea {
    font-size: 14px
  }

  .footer-right p {
    font-size: 15px
  }

  .footer-right a {
    font-size: 17px
  }

  .header1 {
    min-height: 185px
  }

  .top-menu1 ul li a {
    padding: 0 1.3em;
    font-size: 1.2em
  }

  .header1 h3 {
    font-size: 2.5em
  }

  a.bl1 {
    font-size: 2em
  }

  .pagination {
    margin: 1em 10em 4em
  }

  a.button5 {
    font-size: 1.1em
  }

  .share h4 {
    font-size: 1.5em
  }

  a.b1 {
    float: right;
    font-size: 1em
  }

  .pages-contact input[type=text],
  .pages-contact textarea {
    font-size: 1em
  }

  .pages-contact textarea {
    resize: none;
    width: 98%;
    height: 12.5em
  }

  .relate h4 {
    font-size: 2em
  }

  .search input[type=text] {
    padding: 10px 16px
  }

  .search input[type=submit] {
    top: 10px
  }

  .cate h3 {
    font-size: 1.5em
  }

  .cate p {
    float: right;
    padding: .5em 0;
    margin: 0 -18px
  }

  .cate li {
    font-size: .95em
  }

  .b-tag-weight h4 {
    font-size: 1.5em
  }

  .b-tag-weight ul li a {
    padding: .7em .8em;
    font-size: .8em
  }

  .recent-post h4 {
    font-size: 1.5em
  }

  .recent2 a {
    font-size: 1.1em
  }

  .icon9 p {
    font-size: .92em;
    text-transform: capitalize
  }

  .block p {
    font-size: 1.1em
  }

  .block a {
    font-size: 1.1em
  }
}

@media(max-width:768px) {
  .top-menu1 ul{
    display: none !important;
  }
  .top-menu ul li a {
    padding: 0 1em;
    font-size: 1em
  }

  .logo img {
    width: 70px
  }

  .logo {
    position: absolute;
    left: 43%;
    top: 2%
  }

  .header {
    min-height: 343px
  }

  a.button2 {
    font-size: .8em
  }

  .face {
    float: left;
    width: 25%
  }

  .face p {
    font-size: 1.5em
  }

  .user-section {
    padding: 4em 0
  }

  .face h4 {
    font-size: 1.1em;
    margin: 7px -29px 0 0
  }

  .top-menu1 {
    float: right;
    padding-top: .8em;
    display: none !important;
  }

  .blog {
    float: left;
    width: 33.3%
  }

  a.just {
    font-size: 1em
  }

  .icon9 a {
    font-size: .9em
  }

  p.text {
    font-size: .9em;
    line-height: 1.8em
  }

  a.button3 {
    font-size: .95em
  }

  a.button4 {
    font-size: .95em
  }

  .client {
    padding: 4em 0 0
  }

  .data h4 {
    font-size: 1.05em
  }

  .data p {
    font-size: .9em
  }

  .contact-header h3 {
    font-size: 2em
  }

  .contact-header p {
    font-size: 1em
  }

  .contact-grid p {
    font-size: .9em
  }

  .contact-grid {
    float: left;
    width: 50%
  }

  .contact-grid1 {
    float: left;
    width: 50%
  }

  .contact-grid1 form input[type=text] {
    font-size: 13px
  }

  .contact-grid1 form textarea {
    font-size: 13px
  }

  .footer-grid {
    float: left;
    width: 33.3%
  }

  .social-icons a i {
    margin: 0 .58em
  }

  .logo1 img {
    width: 30%
  }

  .social-icons {
    margin-top: 1em
  }

  .footer-right p {
    font-size: 13px
  }

  .footer-right a {
    font-size: 14px
  }

  .top-menu1 ul li a {
    padding: 0 2em;
    font-size: 1em
  }

  .header1 h3 {
    font-size: 2em
  }

  .logo3 img {
    width: 80%
  }

  a.bl1 {
    font-size: 1.5em
  }

  a.button5 {
    font-size: .95em
  }

  .blog2-grid {
    padding: 4em 0
  }

  .pagination {
    margin: 1em 8em 4em
  }

  .pages-contact input[type=text] {
    width: 100%;
    padding: .5em 0 1.5em;
    margin-bottom: 7.5%
  }

  .pages-contact textarea {
    resize: none;
    width: 100%
  }

  .share h4 {
    font-size: 1.3em
  }

  .relate {
    float: left;
    width: 50%
  }

  .cate li {
    float: none
  }

  .cate p {
    display: none
  }

  .cate h3 {
    font-size: 1.3em
  }

  .b-tag-weight h4 {
    font-size: 1.3em
  }

  .b-tag-weight ul li a {
    padding: .7em .8em;
    font-size: .75em
  }

  .recent-post h4 {
    font-size: 1.3em
  }

  .recent1 {
    float: left;
    width: 10%;
    margin-right: 1%
  }

  .recent2 {
    float: left;
    width: 89%
  }

  .head-section {
    padding: 2em 0 1em
  }

  .block {
    float: left;
    width: 50%
  }

  .block p {
    font-size: 1em
  }

  .block a {
    font-size: 1em
  }
}

@media (max-width:736px) {
  .top-menu ul li a {
    padding: 0 .5em;
    font-size: .95em
  }

  a.button {
    width: 23%
  }

  a.button1 {
    width: 23%
  }
}

@media (max-width:667px) {
  a.button1 {
    float: left;
    width: 27%
  }

  a.button {
    float: left;
    width: 27%
  }

  .top-menu1 ul li a {
    padding: 0 .9em;
    font-size: .95em
  }
}

@media(max-width:640px) {
  .top-menu ul li a {
    padding: 0 .5em;
    font-size: .95em
  }

  .top-header {
    margin-top: 1em
  }

  .logo img {
    width: 60px
  }

  .top-menu ul li:nth-child(3) {
    margin-right: 8em
  }

  .top-header {
    margin-top: 1.5em
  }

  .header {
    min-height: 298px
  }

  a.button {
    font-size: .9em;
    width: 18%
  }

  a.button1 {
    font-size: .9em;
    width: 18%
  }

  .user-section {
    padding: 3em 0
  }

  i.user {
    width: 20px;
    height: 20px;
    background: url(../img/img-sprite.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 15px 0 0;
    background-size: 255px
  }

  .face p {
    font-size: 1.3em
  }

  i.product {
    width: 20px;
    height: 20px;
    background: url(../img/img-sprite.png) no-repeat -20px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 15px 0 0;
    background-size: 255px
  }

  i.comment {
    width: 20px;
    height: 20px;
    background: url(../img/img-sprite.png) no-repeat -42px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 15px 0 0;
    background-size: 255px
  }

  i.code {
    width: 20px;
    height: 20px;
    background: url(../img/img-sprite.png) no-repeat -62px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 15px 0 0;
    background-size: 255px
  }

  .face h4 {
    font-size: 1em
  }

  .face h4 {
    font-size: .99em
  }

  .blog-section {
    padding: 3em 0
  }

  a.just {
    font-size: .99em
  }

  .blog {
    float: none;
    width: 100%;
    margin-top: 1.5em
  }

  a.button3 {
    margin: 20px 16em;
    width: 20%
  }

  .data h4 {
    font-size: 1em;
    margin-top: 2.5em
  }

  .contact-header h3 {
    font-size: 1.5em
  }

  .contact-header p {
    font-size: .99em
  }

  .footer-grid {
    float: none;
    width: 100%;
    text-align: center
  }

  .logo1 img {
    width: 10%;
    padding: 1em 0
  }

  .logo3 img {
    width: 70%
  }

  .header1 {
    min-height: 50px
  }

  .top-menu1 ul li a {
    padding: 0 .5em;
    font-size: .95em
  }

  .blog-section1 {
    padding: 2em 0
  }

  .header1 h3 {
    font-size: 1.5em
  }

  .page-section {
    padding: 2em 0
  }

  .cate {
    margin-top: 3em
  }

  .b-tag-weight {
    padding: 2em 0
  }

  .recent1 {
    width: 15%;
    margin-right: 1%
  }

  .recent2 {
    width: 100%
  }
}

.top-menu {
  float: none;
  width: 100%;
  text-align: right
}

.top-menu ul {
  display: none
}

.top-menu ul li {
  font-size: 14px;
  display: block
}

.top-menu ul li {
  display: block;
  float: none;
  margin: 0;
  border-bottom: 1px solid #4b6075;
  border-right: none
}

.top-menu ul li {
  padding: 10px 0
}

.top-menu ul {
  margin: 15px 0;
  z-index: 999;
  position: absolute;
  width: 96%;
  background: #2e3e4e;
  text-align: center
}

.top-menu ul li a {
  display: block;
  font-size: 1.2em
}

.top-menu ul li:nth-child(3) {
  margin-right: 0
}

.logo {
  position: absolute;
  left: 6%;
  top: 3%
}

.logo img {
  width: 55px
}

.top-menu ul {
  width: 100%
}

.top-menu ul li a {
  font-size: 1em
}

.cap h3 {
  font-size: 1.5em
}

.cap {
  width: 87%
}

a.button {
  font-size: .85em;
  width: 27%
}

a.button1 {
  font-size: .85em;
  width: 27%
}

.face {
  float: left;
  width: 50%;
  margin-top: 1em
}

.user-section {
  padding: 2em 0 3em
}

.face p {
  font-size: 1.3em
}

.face h4 {
  font-size: .99em;
  margin: 7px 0 0 0
}

.blog {
  padding: 0
}

a.button3 {
  margin: 20px 11em;
  width: 25%;
  font-size: .85em
}

.client {
  padding: 4em 0 0;
  display: none
}

.contact-header h3 {
  font-size: 1.3em
}

.contact-header p {
  font-size: .95em
}

.contact-grid {
  float: none;
  width: 100%;
  padding: 0
}

.contact-grid1 {
  float: none;
  width: 100%;
  margin-top: 1.5em;
  padding: 0
}

.content {
  padding: 3em 0 0
}

.logo1 img {
  width: 15%
}

.footer-section {
  padding: 3em 0;
  min-height: 200px
}

span.menu:before {
  content: url(../img/nav.png) no-repeat 0 0;
  cursor: pointer
}

.top-menu1 {
  float: none;
  width: 100%;
  text-align: right;
  padding-top: .8em
}

.top-menu1 ul {
  display: flex;
}

.top-menu1 ul li {
  font-size: 14px;
  display: block
}

.top-menu1 ul li {
  display: block;
  float: none;
  margin: 0;
  border-right: none
}

.top-menu1 ul li a {
  display: block;
  font-size: 1.2em;
}

a.bl1 {
  font-size: 1.2em
}

.blog-section1 {
  padding: 1em 0
}

a.button5 {
  font-size: .9em
}

.pagination {
  margin: 1em 5em 5em
}

.page-section {
  padding: 0 0 1em
}

.pages::before{
  content: '';
  display: table;
}

.pages::after{
  content: '';
  clear: both;
  display: table;
}

.page2 {
  float: left;
  width: 100%;
  padding: 20px;
}

a.b1 {
  float: right;
  font-size: .9em
}

.page-grid {
  padding: 0
}

.share h4 {
  font-size: 1.2em
}

.cate h3 {
  font-size: 1.2em
}

.b-tag-weight h4 {
  font-size: 1.2em
}

.recent-post h4 {
  font-size: 1.2em
}

.recent1 {
  width: 20%;
  margin-right: 1%
}

.recent2 a {
  font-size: 1em
}

.recent2 {
  width: 100%;
  padding: 7px 0;
}

.content {
  padding: 7em 0 0
}

.footer-section .container{
  text-align: center;
}

@media (max-width:414px) {
  a.button {
    font-size: .85em;
    width: 32%
  }

  a.button1 {
    font-size: .85em;
    width: 32%
  }
}

@media (max-width:320px) {
  .cap {
    width: 100%
  }

  a.button1 {
    font-size: .8125em;
    width: 47%
  }

  a.button {
    font-size: .8125em;
    width: 43%
  }

  .user-section {
    padding: 1em 0 1em
  }

  .face {
    float: left;
    width: 65%;
    margin-top: 1em;
    padding: 0
  }

  .blog-section {
    padding: 1.5em 0
  }

  a.button3 {
    margin: 20px 7em;
    width: 39%;
    font-size: .85em
  }

  .contact-header span {
    height: 1px;
    width: 20%;
    background: red;
    display: block;
    margin: 0 auto
  }

  .contact-header h3 {
    font-size: 1.3em;
    text-align: center
  }

  .logo1 img {
    width: 20%
  }

  .footer-section {
    padding: 2em 0
  }

  .contact-header p {
    font-size: .95em;
    text-align: center
  }

  .contact-section {
    padding: 2em 0
  }

  .top-menu1 ul li a {
    display: block;
    font-size: 1em
  }

  .top-header1 {
    padding: 1.5em 0
  }

  .blog2-grid {
    padding: 2em 0
  }

  .blog4-grid {
    margin-top: 2em
  }

  .pagination {
    margin: 1em 1em 4em
  }

  .header1 {
    min-height: 190px
  }

  .block {
    float: none;
    width: 100%
  }

  .block p {
    font-size: .95em
  }

  .page2 h6 {
    border-left: none
  }

  a.b1 {
    float: right;
    font-size: .9em;
    margin-top: 1em
  }

  a.bl1 {
    font-size: 1.2em;
    margin: 0
  }

  .share {
    padding: 3em 0 6em
  }

  .recent1 {
    width: 30%;
    margin-right: 1%
  }

  .recent2 {
    width: 68%
  }

  .col6 {
    padding: 1em 0
  }

  .col8 {
    padding: 2em 0;
    display: none
  }
}

.top-menu2 {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 42px
}

.top-menu2.navbar-toggler {
  border-color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB6SURBVGhD7dPBCYAwEAVRe0qhYmViG2livXiIehEJGVfmwV4X5vCnSM4A2img1priWreArzOAZgDNAJoBNANoBtAMuNqWEqW8v3k9Hj1kAM0AWvcAR+yIGwYM0D3AETvihgEDGEAzgGYAzQCaAbT/B2S41ikgIwNYETuaDNJLCl2O3QAAAABJRU5ErkJggg==) no-repeat center;
  height: 40px;
  width: 40px;
  outline: 0;
  border-radius: 0;
  position: absolute;
  right: 30px;
  top: 5px
}

.navbar-toggler.collapsed {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAvCAYAAACc5fiSAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADRSURBVGhD7dZBCsIwEIVh75SVC68kuJBeq1fIVYTeQhg7YDRqElKcPjLwfphFaBYfJIEexGn+4TFGF5P6gI8e4egIR0c4OsLREY6OcHT28GWW6zTLcn+ua/Xuq2QLXzHnU5AQghwvDVTvvka28NsbVEVl6HHgWgtmhNbs4VoJ2HMaG9oHrn3h8/kXre0H1wp4C7RG+E8ur4rLx1lCJ2Dr28Zs4T0wI7wtPLsOTVCGHwOurSh/P1nACEdHODrC0RGOjnB0hKOrwj1M6gX3FuHYRB6wU2p/dlg9lwAAAABJRU5ErkJggg==) no-repeat center
}

.mobile-nav {
  width: 100vw;
  min-height: 100px;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #dfca2b;
  display: none
}

.mobile-nav.show {
  display: block
}

.mobile-nav>a {
  color: #fff;
  font-size: 2rem;
  padding: 20px;
  font-weight: 700;
  display: block;
}

.mobile-nav>a:hover {
  color: red
}

@media screen and (min-width:768px) {
  .top-menu2 {
    display: none
  }
}

@media (max-width:768px){
  .top-header1{
    padding: 0;
  }

  .logo3{
    padding-top: 5px;
  }

  .content {
    padding: 3em 0 0;
  }

  .logo3 a{
    font-size: 25px;
  }
}

.footer-grid.logo2 a {
  display: block;
  font-size: 2.5rem;
  color: #fff !important;
}
@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 50px;
    width: 100%;
    min-height: 250px;
    clear: both;
}

.t_de {
    clear: both;
    height: 0.2rem;
    width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}