
.heading-area .text {
  font-size: 16px;
  color: #494949;
  line-height: 1.6;
  margin: auto;
  font-family: Roboto, sans-serif;
}
p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
  opacity: 1;
}
.main-title h2 {
  font-weight: 300;
  color: #000000;
  line-height: 1.2;
  max-width: 650px;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.color-cus-main {
  color: #c29b5d;
}

.about ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  display: flex;
  color: #000000;
  opacity: 1;
}

.rare-box {
  height: 187px;
  width: 100%;
  background: #c29b5d;
  position: relative;
}

.main-title h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-bottom: 1.1rem;
  color: #000;
}

.ui-block-04.pricing-sec .pricing-cards .pricing-box .pricing-detail-overlay {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #84a1d2;
  display: block;
  transition: 0.3s ease;
}

.ui-block-04.pricing-sec .pricing-cards .pricing-box .pricing-header-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 100%;
  z-index: 1;
  background-color: #c29b5d;
  display: block;
  transition: 0.3s ease;
}

/* ===================================
      Contact sec css
====================================== */
.contact-sec .heading {
  color: #000000;
  font-size: 40px;
  margin-bottom: 40px;
}

.contact-sec .contact-form input {
  color: #8799a3;
  font-size: 16px;
  height: 50px;
  padding: 25px;
}
.contact-sec .contact-form .form-control {
  border-radius: 0;
 
}
.contact-sec .contact-form input::placeholder {
  color: #8799a3;
  font-size: 16px;
}
.contact-sec .contact-form textarea {
  padding: 13px;
  padding-left: 25px;
  height: 193px;
  color: #8799a3;
  font-size: 16px;
}
.contact-sec .contact-form .purple-btn {
  margin-top: 15px;
}

/*contact details*/
.contact-sec .contact-background {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: -1;
}
.contact-sec .contact-details {
  font-family: Roboto, sans-serif;
  width: 90%;
  margin-left: 20px;
}
.contact-sec .contact-details .heading {
  margin-bottom: 50px;
}
.contact-sec .contact-details .text {
  color: #000000;
  opacity: 0.8;
}
.contact-sec .contact-details ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 50px;
}
.contact-sec .contact-details ul li {
  color: #000000;
  opacity: 0.8;
  list-style: none;
  margin-bottom: 22px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.contact-sec .contact-details ul li:first-child {
  width: 60%;
}
.contact-sec .contact-details ul li span {
  display: inline-block;
  padding-right: 30px;
}
.contact-sec .contact-details ul li span:last-child {
  padding-right: 0;
}
.contact-sec .contact-details ul li i {
  font-size: 38px;
  margin-right: 20px;
  margin-bottom: 8px;
}
.contact-sec .contact-details ul li i.addr {
  color: #f71c52;
  font-size: 44px;
}
.contact-sec .contact-details ul li i.phone {
  color: #554c86;
}
.contact-sec .contact-details ul li i.email {
  color: #39d47a;
  transform: rotate(-30deg);
}

.pink-btn {
  border: solid 1px #f71c52;
  color: #ffffff;
  font-weight: 400;
  padding: 8px 35px;
  background-color: #f71c52;
  font-size: 14px;
  font-family: Roboto, sans-serif;

  border-radius: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.8s ease;
  text-decoration: none;
  cursor: pointer;
}
.pink-btn:hover {
  border: solid 1px #39d47a;
  color: #ffffff;
}
.pink-btn span {
  cursor: pointer;
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #39d47a;
  transform: translateY(150%);
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
}
.purple-btn {background-image: linear-gradient(to right, #C7AA66 0%, #F5EEA0  51%, #C7AA66  100%)}
.purple-btn {
  /* border: solid 1px #a8a8aa; */
  color: #000 !important;
  font-weight: 400;
  padding: 8px 35px;
  /* background-color: #000; */
  font-size: 14px;
  font-family: Roboto, sans-serif;
  box-shadow: 0 0 20px #eee;
  border-radius: 0.5em;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* transition: 0.8s ease; */
  text-decoration: none;
  cursor: pointer;
  
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  
  display: block;

}
.purple-btn:hover {
  /* border: solid 1px #c29b5d; */
  /* color: #a59191; */
  background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;

}
.purple-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #c29b5d;
  transform: translateY(150%);
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
}

.contact-sec .heading {
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

/* ===================================
     Stats sec css
====================================== */
/************STATS SECTION START***********/

.stats-text .heading {
  font-size: 40px;
}
.stats-text .home-text .sub-heading {
  font-size: 20px;
  color: rgb(105, 105, 105);
}
.stats-box {
  cursor: pointer;
}
.stats-icon {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.stats-box:hover .stats-icon {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.stats-icon {
  margin-top: auto;
  margin-bottom: auto;
}
.stats-icon i {
  font-size: 36px;
}
.stats-box-text .numbering {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 500;
}
.stats-box-text .stat-sub-heading {
  font-weight: 400;
}
.plant-img {
  /* transform: translateY(-50px); */
}
.plant-img img {
  width: 100%;
}

.color-blue {
  color: #0596a1 !important;
}
.color-yellow {
  color: #dabf07 !important;
}
.color-green {
  color: #9cc11a !important;
}
/* ===================================
        Blog sec css
====================================== */

.blog-sec .blog-detail {
  padding-top: 50px;
}
.blog-sec .blog-detail .text {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
}
.blog-sec .blog-img {
  position: relative;
  width: 90%;
}
.blog-sec .blog-img img {
  width: 100%;
}
.blog-sec .blog-img #mokeup-img {
  width: 83%;
  position: absolute;
  left: 51%;
  top: 37%;
  transform: translate(-50%, -50%);
}

.section-padding {
  position: relative;
  overflow: hidden;
}

.blog-sec .heading {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}

.blog-sec .text {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.blog-sec p {
  margin: 0 0 25px;
}

.position-relative {
  position: relative;
}
.left-overlay {
  position: absolute;
  left: 0;
  right: 60%;
  top: 0;
  bottom: 0;
}

.grid {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.grid li {
  float: left;
  position: relative;
  width: 16.66%;
  padding: 20px;
}
.grid.grid-2-columns li,
.grid.grid-2-columns figure {
  width: 50%;
}
.grid.grid-3-columns li,
.grid.grid-3-columns figure {
  width: 33.333333%;
}
.grid.grid-4-columns li,
.grid.grid-4-columns figure {
  width: 25%;
}
.grid.grid-5-columns li,
.grid.grid-5-columns figure {
  width: 20%;
}
.grid.grid-6-columns li,
.grid.grid-6-columns figure {
  width: 16.6666666%;
}
.grid li:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}
.grid li a,
.grid li img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid li a img {
  width: 100%;
}
.grid li:before,
.grid li:after {
  content: "";
  position: absolute;
}
.grid li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #eee;
}
.grid li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #eee;
}
.grid.clients-grey {
  border: 1px solid #ddd;
}
.grid.clients-grey li {
  background-color: #eee;
}
.grid.clients-grey li:before {
  border-left: 1px solid #ccc;
}
.grid.clients-grey li:after {
  border-bottom: 1px solid #ccc;
}
.grid.clients-border {
  border-width: 10px;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.p-t-20 {
  padding-top: 20px;
}

.about .grid li:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 15px;
  font-weight: 700;
  content: "";
  color: red;
}

/*Clients Responsive li*/
body.breakpoint-md .carousel-description-clients .flickity-button,
body.breakpoint-xs .carousel-description-clients .flickity-button {
  display: none;
}
body.breakpoint-md .grid li,
body.breakpoint-sm .grid li {
  width: 33.33%;
}

@media (max-width: 576px) {
  .grid li {
    width: 50%;
  }
}
.heading {
  font-family: Oswald, sans-serif;
  font-weight: 700;
}
.bg-second {
  background-color: #3aa4fa;
}

.main-title {
  /* font-family: Oswald, sans-serif;
  font-weight: 700; */
}

.price .price-item h2 {
  color: #c29b5d;
  padding-bottom: 10px;
}


.main-title {
  position: relative;
  margin-bottom: 1rem; 
  text-align: center;
}


/* ===================================
   Team
====================================== */

.team-classic .item {
  text-align: center;
}
.team-classic .item img {
  transform: scale(1);
  transition: 1s;
}
.team-classic .item:hover img {
  transform: scale(1.2);
  transition: 1s;
}
.team-data-img {
  overflow: inherit;
}
.team-classic-content {
  padding: 20px 0 15px;
  background: #ffffff;
}

.team-classic .team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  opacity: 0;
  z-index: 2;
  transition: 2s;
}
.team-classic .team-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .7;
}
.team-classic .item:hover .team-overlay {
  opacity: 1;
  visibility: visible;
  transition: .5s;
}

.team-classic .item:hover ul li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: .5s ease-in-out;
}
.team-classic .item:hover .team-classic-content h5 {
 color: black;
}
.team-classic .item .team-classic-content:after {
  position: relative;
  content: '';
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  display: table;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  bottom: -30px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #28a745;
  visibility: hidden;
  opacity: 0;
}
.team-classic .item:hover .team-classic-content:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}
/* ---- Social Icons ---- */
ul.social_icon li a {
  color: #fff;
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  width: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
ul.social_icon li a:hover,
ul.social_icon li a:focus {
  background: #b2cb20;
  border-color: transparent;
  color: #fff;
}
ul.social_icon li a.facebook:hover,
ul.social_icon li a.facebook:focus {
  background: #3b5999;
  border-color: #3b5999;
}
ul.social_icon li a.twitter:hover,
ul.social_icon li a.twitter:focus {
  background: #55acee;
  border-color: #55acee;
}
ul.social_icon li a.insta:hover,
ul.social_icon li a.insta:focus {
  background: #e4405f;
  border-color: #e4405f;
}
ul.social_icon li a.google:hover,
ul.social_icon li a.google:focus {
  background:#dd4b39;
  border-color: #dd4b39;
}

.team-classic ul li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-540%);
  transition: .5s ease-in-out;
}

.team-classic ul li:first-child, .team-classic .item:hover ul li:first-child {
  transition-delay: .2s;
}
.team-classic ul li:nth-child(2), .team-classic .item:hover ul li:nth-child(2) {
  transition-delay: .3s;
}
.team-classic ul li:nth-child(3), .team-classic .item:hover ul li:nth-child(3) {
  transition-delay: .4s;
}
.team-classic ul li:nth-child(4), .team-classic .item:hover ul li:nth-child(4) {
  transition-delay: .5s;
}
.team-classic ul li:nth-child(5), .team-classic .item:hover ul li:nth-child(5) {
  transition-delay: .6s;
}
.team-classic ul li:nth-child(6), .team-classic .item:hover ul li:nth-child(6) {
  transition-delay: .7s;
}
.team-classic ul li:nth-child(7), .team-classic .item:hover ul li:nth-child(7) {
  transition-delay: .8s;
}


/* buttons */
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}
button {
  cursor: pointer;
}
button:hover, button:active, button:focus {
  outline: none;
}
.btn-setting {
  background-image: linear-gradient(to right, #C7AA66 0%, #F5EEA0  51%, #C7AA66  100%);
  padding: 9px 34px;
  width: auto;
  display: inline-block;
  font-weight: 400;
  line-height: 25px;
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid transparent !important;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  
}

.btn-setting:hover {

  background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;

}
nav .btn-setting {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn-scale {
  border: none;
}
.btn-scale:before {
  position: absolute;
  content: "";
  right: 0;
  left: -101%;
  width: 101%;
  height: 100%;
  background: #0284d0;
  z-index: -1;
  top: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  overflow: hidden;
}
.btn-setting:hover.btn-scale:before, .btn-setting:active.btn-scale:before, .btn-setting:focus.btn-scale:before {
  top: 0;
  left: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-blue.btn-scale:before {
  background: #28a745;
}
.btn-green.btn-scale:before {
  background: #0284d0;
}
.btn-hvr-blue:hover, .btn-hvr-blue:focus {
  border-color: #0284d0;
  background-color: #0284d0;
  color: #ffffff;
}
.btn-hvr-green:hover, .btn-hvr-green:focus {
  border-color: #28a745;
  background-color: #28a745;
  color: #ffffff;
}
.btn-hvr-transparent-grey:hover, .btn-hvr-transparent-grey:focus {
  border-color: #acacac;
  background-color: transparent;
  color: #1f1f1f;
}

.btn-blue {
  border-color: #0284d0;
  background-color: #0284d0;
  color: #ffffff;
}

.btn-green {
  border-color: #28a745;
  background-color: #28a745;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #1f1f1f;
}
.btn-transparent2 {
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}
.btn-transparent3 {
  color: #ffffff;
}
.rev_slider .btn-transparent3, .rev_slider .btn-border {
  border: 2px solid;
}

.btn-black {
  border-color: #202020;
  background-color: #202020;
  color: #ffffff;
}

.btn-transparent {
  border: 1px solid #ffffff;
  background: transparent;
}
.btn-white:hover, .btn-white:focus, .btn-transparent2:hover, .btn-transparent2:focus {
  color: #ffffff;
}
.btn-transparent3:hover, .btn-transparent3:focus {
  color: #1f1f1f;
}
.btn-white2:hover, .btn-white2:focus {
  color: #1f1f1f;
}

.btn-transparent-white {
  background: transparent;
  border: 1px solid !important;
  border-color: #ffffff;
}


.ui-block-13.footer.footer-area{
  background-color: #000;
}


.header-appear .navbar-top-default {

  background: #000;
}


.dot-3 {
  background-color: #c29b5d;
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
  background-color: #c29b5d;
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
  background-color: #c29b5d;
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}


.ui-block-13.footer .btn.btn-green {

  background: #c29b5d;
  border-color: #c29b5d;
  color: #ffffff;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #c29b5d;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}




 .owl-dots .owl-dot:not(.active) {
  opacity: .4;
  background-color: #c29b5d;


}

.owl-dots .owl-dot.active {
  opacity: 1;
  background-color: #c29b5d;

}








/* ===================================
    About Section
====================================== */

.img-sec{
  position: relative;
  padding-right: 50px;
}

.about_img {
  position: relative;
}

.margin_about-img{
  margin-left: 5%;
}

.about_img img{
  height: 100%;
  width: 100%;
}

.green_rectangle{
  position: absolute;
  width: 40%;
  height: 30%;
  top: -4%;
  background-color: #c29b5d;
}

.feature-item {
  display: table;
  padding: 30px 10px;
  max-width: 450px;
  text-align: left;
}

.feature-margin {
  margin-bottom: 20px;
}

.feature-item .icon {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 46px;
}

.laptop-features-icon {
  display: table-cell;
  vertical-align: top;
  width: 41px;
  transition: all 1.2s;
  color: #c29b5d;
}

.feature-item:hover .laptop-features-icon {
  transform: rotateY(360deg);
  transition: all 1.2s;
}

.features-content {
  display: table-cell;
  padding-left: 40px;
}

.features-content h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

.features-content p {
  color: #888888;
  margin-top: 10px;
  font-size: 17px;
  font-weight: normal;
  font-family: Roboto, sans-serif;
}

.bg-main-blue{
  background-color: #0B0C29 ;
}
.btn-setting{
  color: #000 ;
}
section{
padding-bottom: 30px;
}

.page {
  position: relative;
  max-width: 40em;
  margin: 2em auto;
  background-color: #fff;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.page__main {
  padding: 3em;
}
@media (min-width: 32em) {
  .page__main {
    padding: 6em 4em;
  }
}
.page__pretitle {
  display: block;
  margin: 0 0 2em;
}
.page__pretitle-link {
  color: #2d2dc7;
  font-family: "Roboto";
  text-decoration: none;
  transition: color 0.4s ease;
}
.page__pretitle-link:hover {
  color: blue;
}

.read-more__link {
  font-family: "Roboto";
  font-weight: 700;
  color: #c29b5d !important;
}

.read-more.is-inline,
.read-more.is-inline p,
.read-more.is-inline + span {
  display: inline;
}

.read-more.is-inline + span {
  margin-left: 0.25em;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #444;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
.features-content h4 {
  font-size: 20px;
 
}

.bg-main-blue-2{
  background-image:  linear-gradient(#133756,#06131E, #030B11);
}
.bg-green {
  background-image: linear-gradient(#201F34,#201F34, #101536); ;

 }

 .bg-main-about {
   background-color: #000610;
 }


 /* ===================================
   Latest Blog
====================================== */

.news-item{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news-item img{
  width: 100%;
}

.news-item:hover{
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);

}

.news-item .news-text-box{
  padding: 30px;
  background-color: #fff;
}

.news-item .date{
  font-weight: 400;
  color: #00b7ff;
  transition: .3s ease;
}

.news-item:hover .date, .news-item:hover .author .author-name {
  color: #002450;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news-item:hover .news-title {
  color: #00b7ff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news-item .news-title{
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #002450;
  margin: 10px 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;}

.news-item .author{
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 10px;
}

.news-item .author > img{
  max-width: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
}

.news-item .author .author-name{
  margin: 0;
  font-size: 15px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-style: italic;
  font-family: Roboto, sans-serif;
}

.news-item .news-text-box .para {
  font-size: 16px;
  color: #9fa4af;
}

.side-menu.center {

  background: #202020;

}
.about-top{
  top: -50px;
  overflow: visible;
}

.title h2{
  font-size:2.3rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.title h2 span{
  font-size: 2.7rem;
}

.feature-box .feature-item{
  width: 48%;
  display: inline-block;
  margin: 8px 6px;
  padding: 2.5rem 1.8rem;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(173,173,173,0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(173,173,173,0.2);
  box-shadow: 0px 0px 5px 2px rgba(173,173,173,0.2);
}

.feature-box .feature-item i{
  font-size: 3rem;
  margin-bottom: 1.2rem;
  display: inline-block;
}

.feature-box{
  margin-bottom: -50px;
}
.main-color {
  color: #c29b5d;
}
.about-top{
  top: -50px;
  overflow: visible;
}
.about-us .new1{
  margin-bottom: 40px;
  margin-top: 40px;
  background-color: #202020;
  overflow: hidden;
}

.about-us .new1:last-child{
  margin-bottom: 0;
  margin-top: 0;
}
/*ZOOM EFFECT ON IMAGES*/
.about-us .new1 .media img{
  cursor: pointer;
  transition: .8s ease;
}
.about-us .new1 .media img:hover{
  transform: scale(1.1);
}

.about-us .new1 .media .media-body .sub-title{
  color: #ffffff;
  font-family: Roboto, "sans-serif";
}
.about-us .new1 .media .media-body .title{
  color: #ffffff;
}

.about-us .new1 .media .media-body p{
  margin-top: 15px;
  color: #ffffff;
}

.about-us .new2{
  overflow: hidden;
}

.about-us .new2 .card{
  position: static;
}

.about-us .new2 .card .image-holder{
  cursor: pointer;
}


.about-us .new2 .card .image-holder .video-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
  font-size: 50px;
  opacity: 0;
  transition: .8s ease;
}

.about-us .new2 .card .image-holder:hover .video-btn{
  opacity: 1;
}

.about-us .new2 .card .image-holder img{
  width: 100%;
  height: 404px;
}

.about-us .new2{
  margin-bottom: 40px;
  margin-top: 40px;
}

.about-us .new2 .card-body{
  background-color:#202020;
  color: #ffffff;
}
.about-us .new2 .card .card-body p {
 
  color: #fff;
}



.content-list{
  margin: 0;
  padding: 0;
  margin-top: 1.8rem;
}

.content-list li{
  font-size:1.1rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  list-style: none;
}

.content-list li:last-child{
  margin-bottom: 0;
}

.content-list li i{
  list-style:none;
  text-align: center;
  border: 5px solid #F5EEA0 ;
  border-radius: 50px;
  margin-right: 8px;
  background-color: #c29b5d;
  color: #fff;
  padding: 5px;
}

.about ul li:before {

  content: "";
 
}

.bg-digital{
  background-image:  linear-gradient(#FCFCFC,#FAFAFA, #F3F3F3);
}



.bacKground-svg{
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23067ac0' stroke-width='0.8' stroke-opacity='0.02'%3E%3Crect x='-40' y='40' width='75' height='75'/%3E%3Crect x='-35' y='45' width='65' height='65'/%3E%3Crect x='-30' y='50' width='55' height='55'/%3E%3Crect x='-25' y='55' width='45' height='45'/%3E%3Crect x='-20' y='60' width='35' height='35'/%3E%3Crect x='-15' y='65' width='25' height='25'/%3E%3Crect x='-10' y='70' width='15' height='15'/%3E%3Crect x='-5' y='75' width='5' height='5'/%3E%3Crect width='35' height='35'/%3E%3Crect x='5' y='5' width='25' height='25'/%3E%3Crect x='10' y='10' width='15' height='15'/%3E%3Crect x='15' y='15' width='5' height='5'/%3E%3Crect x='40' width='75' height='75'/%3E%3Crect x='45' y='5' width='65' height='65'/%3E%3Crect x='50' y='10' width='55' height='55'/%3E%3Crect x='55' y='15' width='45' height='45'/%3E%3Crect x='60' y='20' width='35' height='35'/%3E%3Crect x='65' y='25' width='25' height='25'/%3E%3Crect x='70' y='30' width='15' height='15'/%3E%3Crect x='75' y='35' width='5' height='5'/%3E%3Crect x='40' y='80' width='35' height='35'/%3E%3Crect x='45' y='85' width='25' height='25'/%3E%3Crect x='50' y='90' width='15' height='15'/%3E%3Crect x='55' y='95' width='5' height='5'/%3E%3Crect x='120' y='-40' width='75' height='75'/%3E%3Crect x='125' y='-35' width='65' height='65'/%3E%3Crect x='130' y='-30' width='55' height='55'/%3E%3Crect x='135' y='-25' width='45' height='45'/%3E%3Crect x='140' y='-20' width='35' height='35'/%3E%3Crect x='145' y='-15' width='25' height='25'/%3E%3Crect x='150' y='-10' width='15' height='15'/%3E%3Crect x='155' y='-5' width='5' height='5'/%3E%3Crect x='120' y='40' width='35' height='35'/%3E%3Crect x='125' y='45' width='25' height='25'/%3E%3Crect x='130' y='50' width='15' height='15'/%3E%3Crect x='135' y='55' width='5' height='5'/%3E%3Crect y='120' width='75' height='75'/%3E%3Crect x='5' y='125' width='65' height='65'/%3E%3Crect x='10' y='130' width='55' height='55'/%3E%3Crect x='15' y='135' width='45' height='45'/%3E%3Crect x='20' y='140' width='35' height='35'/%3E%3Crect x='25' y='145' width='25' height='25'/%3E%3Crect x='30' y='150' width='15' height='15'/%3E%3Crect x='35' y='155' width='5' height='5'/%3E%3Crect x='200' y='120' width='75' height='75'/%3E%3Crect x='40' y='200' width='75' height='75'/%3E%3Crect x='80' y='80' width='75' height='75'/%3E%3Crect x='85' y='85' width='65' height='65'/%3E%3Crect x='90' y='90' width='55' height='55'/%3E%3Crect x='95' y='95' width='45' height='45'/%3E%3Crect x='100' y='100' width='35' height='35'/%3E%3Crect x='105' y='105' width='25' height='25'/%3E%3Crect x='110' y='110' width='15' height='15'/%3E%3Crect x='115' y='115' width='5' height='5'/%3E%3Crect x='80' y='160' width='35' height='35'/%3E%3Crect x='85' y='165' width='25' height='25'/%3E%3Crect x='90' y='170' width='15' height='15'/%3E%3Crect x='95' y='175' width='5' height='5'/%3E%3Crect x='120' y='160' width='75' height='75'/%3E%3Crect x='125' y='165' width='65' height='65'/%3E%3Crect x='130' y='170' width='55' height='55'/%3E%3Crect x='135' y='175' width='45' height='45'/%3E%3Crect x='140' y='180' width='35' height='35'/%3E%3Crect x='145' y='185' width='25' height='25'/%3E%3Crect x='150' y='190' width='15' height='15'/%3E%3Crect x='155' y='195' width='5' height='5'/%3E%3Crect x='160' y='40' width='75' height='75'/%3E%3Crect x='165' y='45' width='65' height='65'/%3E%3Crect x='170' y='50' width='55' height='55'/%3E%3Crect x='175' y='55' width='45' height='45'/%3E%3Crect x='180' y='60' width='35' height='35'/%3E%3Crect x='185' y='65' width='25' height='25'/%3E%3Crect x='190' y='70' width='15' height='15'/%3E%3Crect x='195' y='75' width='5' height='5'/%3E%3Crect x='160' y='120' width='35' height='35'/%3E%3Crect x='165' y='125' width='25' height='25'/%3E%3Crect x='170' y='130' width='15' height='15'/%3E%3Crect x='175' y='135' width='5' height='5'/%3E%3Crect x='200' y='200' width='35' height='35'/%3E%3Crect x='200' width='35' height='35'/%3E%3Crect y='200' width='35' height='35'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
}

/* .contact-form {
  max-width: 750px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.contact-form .form-control {
  border: none;
  border-bottom:1px solid #e2e2e2;
  padding: 12px 0;
  background: #fff;
  letter-spacing: .7px;
  font-weight: 300;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 44px;
  color: #a5a5a5;
  font-size: 14px;
  position: relative;
  -webkit-transition: border .9s ease;
  -o-transition: border .9s ease;
  transition: border .9s ease;
}

.contact-form textarea {
  min-height: 175px;
  resize: none;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
} */

.contact-form .form-control {
  border: none;
  border-bottom:1px solid #e2e2e2;
  padding: 12px 0;
  background: #fff;
  letter-spacing: .7px;
  font-weight: 300;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 44px;
  color: #a5a5a5;
  font-size: 14px;
  position: relative;
  -webkit-transition: border .9s ease;
  -o-transition: border .9s ease;
  transition: border .9s ease;
}


.p-text-cus{
  font-size: 14px;
  line-height:23.3326px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-weight: 400;

}
.mb-3{
  font-size: 1em;
}

/* ===================================
        Preloader
   ====================================== */

   .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #202020;
    z-index: 999;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
}
.full-width {
    max-width: 100%;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}


@-webkit-keyframes loader {
    0%, 10%, 100% {
        width: 84px;
        height: 84px;
    }
    65% {
        width: 150px;
        height: 150px;
    }
}
@keyframes loader {
    0%, 10%, 100% {
        width: 84px;
        height: 84px;
    }
    65% {
        width: 150px;
        height: 150px;
    }
}
@-webkit-keyframes loaderBlock {
    0%, 30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: transparent;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loaderBlock {
    0%, 30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: transparent;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-webkit-keyframes loaderBlockInverse {
    0%, 20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: transparent;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loaderBlockInverse {
    0%, 20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: transparent;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84px;
    height: 84px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;
}
.loader span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #c29b5d;
    border: 1px #c29b5d solid;
    box-sizing: border-box;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
    top: 0;
    left: 0;
}
.loader span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
    bottom: 0;
    right: 0;
}
