#content,
body {
    background: #fff;
}
.btn,
p {
    letter-spacing: 0;
}
.about-ser h3:after,
.about-ser h3:before {
    height: 1px;
    left: 0;
    background: #6c6c6c;
    content: "";
}

body {
    font-weight: 400;
    position: relative;
    font-size: 14px;
}

.btn,
h2,
h3,
h4,
h6 {
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
}

.btn,
.heading-block,
.heading-block h4,
.our-main-ser li i {
    display: inline-block;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
}
.pad-t-b-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
h2,
h3,
h4,
h6 {
    color: #000;
}
h2 {
    font-size: 40px;
}
.heading-block h2,
h3 {
    font-weight: 600;
    font-size: 36px;
}
h4 {
    font-size: 30px;
}
h6 {
    font-size: 16px;
}
p {
    color: #767575;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-rendering: optimizeLegibility;
}
a {
    color: #141414;
}
img {
    display: inline-block !important;
}
.nolist-style {
    padding: 0;
    margin: 0;
}
.cta {
    width: 250px;
    margin: 5px;
}
.heading-block,
.intro-small {
    margin-bottom: 60px;
}
.text-white {
    color: #fff;
}
.btn {
    background: #ebc359;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 0;
    line-height: 14px;
    color: #010101;
    position: relative;
    overflow: hidden;
}
.btn-inverse {
    color: #fff;
    background: #131417;
}
.heading-block {
    width: 100%;
    text-align: center;
}
.heading-block h2 {
    margin: 10px 0 0;
}
.heading-block h4 {
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 500;
    font-size: 18px;
}
.intro-small p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
}
.about-ser {
    padding: 140px 0;
}
.about-ser h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
}
.about-ser h3:before {
    position: absolute;
    bottom: 0;
    width: 50px;
}
.about-ser h3:after {
    position: absolute;
    bottom: -3px;
    width: 30px;
}
.our-main-ser li {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 33px;
}
.our-main-ser li h6 {
    margin: 30px 0 15px;
}
.our-main-ser li i {
    font-size: 40px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    color: #131417;
    border-radius: 50%;
    border: 1px solid #131417;
}
#contact_form li input {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.02);
    border: none;
    box-shadow: none;
    border-radius: 4px;
    color: #000;
    text-transform: none;
    font-size: 14px;
}
@media (max-width: 767px) {
    .about-ser {
        text-align: center;
    }
    .about-ser h3:after,
    .about-ser h3:before {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
    .nolist-style {
        padding: 0 15px;
    }
}

@font-face {
    font-family: flaticon;
    src: url(https://www.hovatek.com/global_assets/fonts/Flaticon.eot);
    src: url(https://www.hovatek.com/global_assets/fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(https://www.hovatek.com/global_assets/fonts/Flaticon.woff) format("woff"),
        url(https://www.hovatek.com/global_assets/fonts/Flaticon.ttf) format("truetype"), url(https://www.hovatek.com/global_assets/fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: flaticon;
        src: url(https://www.hovatek.com/global_assets/fonts/Flaticon.svg#Flaticon) format("svg");
    }
}
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-support-1:before {
    content: "\f128";
}


.flaticon-smartphone:before {
  content: "\f10e";
}

.flaticon-route:before {
  content: "\f112";
}

.flaticon-mail:before {
  content: "\f110";
}

.flaticon-support-1:before {
  content: "\f128";
}

.flaticon-cogwheel-1:before {
  content: "\f115";
}

.flaticon-idea-2:before {
  content: "\f121";
}


html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}


.pad-t-b-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}


/*=======================================================
      THEME STYLING START
========================================================*/
* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #fff;
  font-weight: normal;
  position: relative;
  font-size: 14px;
}


/*=======================================================
      HEADINGS
========================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #000000;
  font-weight: bold;

}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
  font-weight: bold;
}
h3 {
  font-size: 36px;
  font-weight: 600;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 16px;
}
p {

  color: #767575;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 26px;
  text-rendering: optimizeLegibility;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none !important;

}
img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block !important;
}
.nolist-style {
  padding: 0px;
  margin: 0px;
}
.nolist-style li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #141414;
}
#content {
  background: #fff;
}
a:hover {
  color: #131417;
}
/*=======================================================
      SECTION

.home-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 680px;
}
.full-height {
  max-height: inherit;
  margin-top: 0px;
}
/*=======================================================
      BUTTON
========================================================*/
.cta {
  width: 250px;
  margin: 5px;
}

.text-white {
  color: #fff;
}
.btn {
  background: #ebc359;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: bold;
  border-radius: 0px;
  letter-spacing: 0px;
  line-height: 14px;
  color: #010101;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}
.btn:hover {
  color: #fff;
  background: #131417;
}
.btn-inverse {
  color: #fff;
  background: #131417;
}
.btn-inverse:hover {
  background: #f2b632;
  color: #fff;
}
.btn-large {
  font-size: 25px;
  display: inline-block;
  border: 3px solid #fe6192;
  color: #fe6192;
  font-weight: bold;
  padding: 15px 50px;
  text-transform: uppercase;
}
.btn-large:hover {
  background: #fe6192;
  color: #fff;
}
.btn-small {
  font-size: 10px;
  padding: 8px 20px;
}
/*=======================================================
      HEADINGS
========================================================*/
.heading-block {
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.heading-block h2 {
  font-weight: 600;
  font-size: 36px;
  margin: 0px;
  margin-top: 10px;
}
.heading-block h4 {
  font-weight: 600;
  font-size: 26px;
}
.heading-block h4 {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline-block;
  font-size: 26px;
  /*text-transform: capitalize;*/
  font-weight: 500;
  font-size: 18px;
}
.heading-block h3 {
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.heading-block h3 {
}
.heading-block h3:after {
  bottom: -15px;
  height: 1px;
  left: 0px;
  width: 50px;
  background: #131417;
  content: "";
  right: 0px;
  margin: 0 auto;
  position: absolute;
}
.heading-block h3:before {
  position: absolute;
  bottom: -18px;
  height: 1px;
  left: 0px;
  right: 0px;
  width: 30px;
  margin: 0 auto;
  background: #131417;
  content: "";
}
.heading-block hr {
  width: 1px;
  content: "";
  height: 10px;
  background: #131417;
  border: none;
  margin: 20px auto;
  margin-bottom: 0px;
  position: relative;
  margin-top: 8px;
}
.heading-block.white hr {
  background: #fff;
}
.heading-block.white h3:before {
  background: #fff;
}
.heading-block.white h3:after {
  background: #fff;
}
.heading .v-hr {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.heading .v-hr:after {
  bottom: -5px;
  height: 1px;
  left: 0px;
  width: 50px;
  background: #131417;
  content: "";
  position: absolute;
}
.heading .v-hr:before {
  position: absolute;
  bottom: -8px;
  height: 1px;
  left: 0px;
  width: 30px;
  background: #131417;
  content: "";
}
.heading-block.white h4 {
  color: #fff;
}
.heading-block.white h3 {
  color: #fff;
}
.heading-block.white .huge-tittle {
  color: #fff;
}
.heading-block p {
  max-width: 610px;
  margin: 0 auto;
}
.heading-block.head-left {
  text-align: left;
}
.heading-block.head-left hr {
  margin-left: 0px;
}
.left-head h4 {
  display: block;
  text-align: left;
}
.left-head hr {
  margin: 25px 0;
}
.left-head p {
  margin: 0px;
  text-align: left;
  max-width: 410px;
}
.position-center-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*=======================================================
      Separator
========================================================*/
.intro-small {
  margin-bottom: 60px;
}
.intro-small p {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0px;
}
.intro-small.white p {
  color: #fff;
}
.about-ser {
  padding: 140px 0;
}
.about-ser h3 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  position: relative;
}
.about-ser h3:before {
  position: absolute;
  bottom: 0px;
  height: 1px;
  left: 0px;
  width: 50px;
  background: #6c6c6c;
  content: "";
}
.about-ser h3:after {
  position: absolute;
  bottom: -3px;
  height: 1px;
  left: 0px;
  width: 30px;
  background: #6c6c6c;
  content: "";
}
.about-ser article i {
  margin-top: 0px;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
}
.about-ser article a {
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.about-ser .heading-block h4 {
  font-weight: 500;
  font-size: 18px;
}
.about-ser article a:before {
  position: absolute;
  top: -5px;
  height: 1px;
  left: 0px;
  width: 0%;
  background: #6c6c6c;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.about-ser article a:after {
  position: absolute;
  bottom: -5px;
  height: 1px;
  left: 0px;
  width: 0%;
  background: #6c6c6c;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.about-ser article a:hover:before {
  width: 0px;
}
.about-ser article a:hover:after {
  width: 100%;
}



/*=======================================================
      OUR MAIN SERVICES
========================================================*/
.our-main-ser li {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 33px;
}
.our-main-ser li h6 {
  margin: 30px 0;
  margin-bottom: 15px;
}
.our-main-ser li p {
  line-height: 24px;
}
.our-main-ser li i {
  font-size: 40px;
  height: 90px;
  width: 90px;
  line-height: 90px;
  color: #131417;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #131417;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-main-ser li:hover i {
  font-size: 44px;
  background: #131417;
  color: #fff;
}
.our-main-ser.col-4-ser li {
  padding: 0px;
}


/*=======================================================
      PRICING
========================================================*/

.pricing article {
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  padding-bottom: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.pricing article .price-head {
  margin-bottom: 30px;
  padding-left: 50px;
}
.pricing article .price-head .plan-tittle {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  padding: 40px 0;
  padding-bottom: 0px;

  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.pricing article p {
  line-height: 45px;
  margin: 0px;
}
.pricing article ul {
  padding-top: 30px;
  margin-bottom: 0px;
}
.pricing article li i {
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 46px;
  float: right;
}
.pricing article li {
  list-style: none;
  line-height: 46px;
  color: #343538;
  text-align: left;
  padding: 0 50px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing article li img {
  margin-left: 10px;
  margin-top: 16px;
  float: right;
}

.pricing article a.btn {
  margin-top: 40px;
  margin-left: 50px;
}
.pricing article .price-head .plan-price span {
  vertical-align: top;
  font-size: 26px;
  margin-left: 5px;
  display: inline-block;
  line-height: 65px;
  color: #000000;
  font-weight: 600;
}
.pricing article .price-head .plan-price {
  font-size: 56px;
  display: inline-block;
  width: 100%;
  color: #131417;
  font-weight: 600;

  letter-spacing: -2px;
}
.pricing article .plan-month {
  font-size: 12px;
  color: #131417;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  margin-top: -10px;
  float: left;
}
.pricing article.med {
  background: #131417;
}
.pricing article.med li {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.pricing article.med {
  color: #fff;
}
.pricing article.med .plan-month {
  color: #fff;
}
.pricing article.med .price-head .plan-price span {
  color: #fff;
}
.pricing article.med .price-head .plan-tittle {
  color: #fff;
}
.pricing article.med .price-head .plan-price {
  color: #fff;
}
.pricing article.med li i {
  color: #fff;
}
.pricing article.med ul {
}
.pricing.no-padding-in article li {
  padding-left: 30px;
  padding-right: 30px;
}
.light-gray-bg {
  background: #f5f5f5;
}
.light-gray-bg article {
  background: #ffffff;
}


/*=======================================================
			NEWS HOME
========================================================*/
.new-main {
}
.news-post article {
  text-align: left;
}
.news-post span {
  display: inline-block;
  margin-top: 20px;
  color: #575552;
  font-size: 12px;
  margin-bottom: 18px;
  padding: 0 10px;
  font-weight: 500;
  padding-left: 0px;
  margin-right: 10px;
}
.news-post span:nth-child(2) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.news-post .news-tittle {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
}
.news-post article .red-more {
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.news-post article .red-more:before {
  position: absolute;
  top: -5px;
  height: 1px;
  left: 0px;
  width: 0%;
  background: #6c6c6c;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.news-post article .red-more:after {
  position: absolute;
  bottom: -5px;
  height: 1px;
  left: 0px;
  width: 0%;
  background: #6c6c6c;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.news-post article .red-more:hover:before {
  width: 0px;
}
.news-post article .red-more:hover:after {
  width: 100%;
}
.news-post .news-tittle:hover {
  color: #000;
}
.news-post p {
  padding: 0;
}



/*=======================================================
			CONTACT FORM
========================================================*/
.contact #contact_form {
  text-align: center;
}
.contact .error {
  border: none;
  border-bottom: 1px solid red !important;
}
.contact .error:before {
  content: "\f071";
  font-family: "FontAwesome";
  position: absolute;
  color: red;
}
.success-msg {
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 16px;
  border-radius: 4px;
  display: none;
}
.success-msg i {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #abd0a8;
  margin-right: 10px;
}
#contact_form li {
  margin-bottom: 20px;
  padding: 0px;
}
#contact_form li label {
  color: #fff;
}
#contact_form li input {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid;
  border-color: transparent;
  padding: 0px 20px;
  background: rgba(0, 0, 0, 0.02);
  border: none;
  box-shadow: none;
  border-radius: 4px;
  color: #000;
  text-transform: none;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#contact_form li .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#contact_form li textarea {
  height: 160px !important;
  text-transform: none;
  background: rgba(0, 0, 0, 0.02);
  padding: 15px 20px !important;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 14px;
}
#contact_form li .btn {
  text-transform: uppercase;
}
.contact-form .tittle {
  text-align: center;
}
.contact-form .tittle hr {
  width: 28px;
  height: 5px;
  margin: 15px auto;
  background: #448aff;
  border: none;
}
.contact-form .tittle p {
  text-transform: none;
  font-size: 16px;
}
.contact-form label {
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin: 0px;
  line-height: 26px;
  position: relative;
  background: none;
}
.contact-form label span {
  color: #fff;
}
.contact-form textarea {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 20px;
}
#contact_form li .form-control:focus {
  background: #ececec;
}
.contact-form button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contact-form button:hover {
}


/*=======================================================
      Studio Location
========================================================*/
.studio-loc li {
  padding: 0;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
}
.studio-loc li i {
  float: left;
  position: absolute;
  left: 0px;
  line-height: 50px;
  font-size: 36px;
}
.studio-loc li {
  padding-left: 60px;
  line-height: 24px;
  position: relative;
}
.contact-social.with-col .studio-loc li i {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 50px;
}
.contact-social.with-col .studio-loc li {
  float: left;
  text-align: center;
  padding: 0px 50px;
  width: 33.33333%;
}
.contact-social .social-links {
  margin-top: 20px;
}
.contact-social .social-links li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  margin-right: 0px;
}
.contact-social .social-links a {
  border-radius: 4px;
  border: 1px solid #131417;
  display: inline-block;
  height: 38px;
  width: 38px;
  text-align: center;
  margin-right: 5px;
  line-height: 36px;
}
.contact-social .social-links a:hover {
  background: #f2b632;
  border: 1px solid #f2b632;
  color: #fff;
}
.contat-widget .block-instagram-widget {
  margin: 0 -5px;
}
.contact-social .heading-block {
  text-align: left;
}
.contact-social .heading-block h3:before {
  right: auto;
}
.contact-social .heading-block h3:after {
  right: auto;
}
.left-align.heading-block {
  text-align: left;
}
.left-align.heading-block h3:before {
  right: auto;
}
.left-align.heading-block h3:after {
  right: auto;
}

@media (max-width: 767px)
{
.about-ser {
    text-align: center;
}

  .about-ser h3:before {
    right: 0px;
    left: 0px;
    margin: 0 auto;
  }
  .about-ser h3:after {
    right: 0px;
    left: 0px;
    margin: 0 auto;
  }
  
  .our-team article {
    text-align: center;
}


}

@media (max-width: 576px)
{
   .nolist-style {
    padding: 0 15px 0 15px;
} 

}

/* tesimonial slider */
.slider {
  height: 300px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}
.slider__nav:checked:nth-of-type(6) ~ .slider__inner {
  left: -500%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
  color: #2196f3;
}
.slider__caption {
  font-size: 18px;
  font-weight: 200;
  margin: 1rem 1rem 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #5c5957;
  margin-bottom: 2rem;
  width:100%;
  max-width: 750px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

/* home top slider */


/*=======================================================
      HOME PAGES STYLE (FREELANCER HOME PAGE)
========================================================*/
.slider-simple {
  background: center center no-repeat;
  background-size: cover;
  min-height: 500px;
  height: calc(100vh);
  margin-top: 0px;
}
.slider-simple .text-sec {
  max-width: 100%;
  text-align: center;
}
.slider-simple .text-sec h2 span {
  /* text-transform: uppercase;*/
  font-size: 50px;
  display: inline-block;
  width: 90%;
  font-weight: 600;
  letter-spacing: -5px;
  color: #e0e0e0;
}
.slider-simple .text-sec {
  font-size: 22px;
  color: #e0e0e0;
  padding: 1rem 0 2rem;
}
.slider-simple h2 {
  font-size: 50px;
  letter-spacing: -4px;
  margin-top: 0px;
}

.home_bg_img {
  width:100%;
  object-fit: cover;
  min-height: 500px;
  height: calc(100vh);
}

.cta-text h4{margin-top:1.3rem}
.recaptcha_text{font-size:11px}
p{color:#000;font-weight:300}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

section {
  position: relative;
  background: #fff;
}

#slide-container {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
	max-width: 800px; /* responsiveness */

}

/* First element to be in block mode for responsiveness */
#slide-first-element {
	display: block; /* to get the dimensions set */
	width: 100%;
	height: auto;
	text-align: center !important;
	
}

/* Other element to be in absolute position */
#slide-element-2,
#slide-element-3 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center !important;
}

.slide-caption {
  font-size: 50px;
  letter-spacing: -4px;
  margin-top: 0px;
}

.slide-text {
	 font-size: 22px;
    color: #e0e0e0;
}

/* Animation settings for individual elements */
/* For more images the animations have to be adjusted */
#slide-first-element {
	animation: fade-1 30s infinite;
	-webkit-animation: fade-1 30s infinite;
}

#slide-element-2 {
	animation: fade-2 30s infinite;
	-webkit-animation: fade-2 30s infinite;
}

#slide-element-3 {
	animation: fade-3 30s infinite;
	-webkit-animation: fade-3 30s infinite;
}

@keyframes fade-1 {
	0% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-2 {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-3 {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 0;
	}
	66% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* example for a 4th slide */
@keyframes fade-4 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}



@media (max-width: 1250px) {
.nav__links {
    top: 60px!important;
}
  }
