body {
  font-family: "Roboto", sans-serif;
}
p {
  font-weight: 300;
}

a:hover {
  color: #8509a0;
}
.h4,
h4,
.h5,
h5 {
  color: #7e0394;
}

.top-header {
  background: #4a0158;
  height: 40px;
}
.social-navbar {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-navbar {
  float: right;
  padding-left: 0;
  margin-bottom: 0;
}
.contact-navbar li,
.social-navbar li {
  display: inline-block;
}
.contact-navbar li a,
.social-navbar li a {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  padding: 11px 0 11px 10px;
  line-height: normal;
}

.contact-navbar li a {
  padding: 11px 0 11px 10px;
}
.social-navbar li a {
  padding: 11px 10px 11px 0px;
}
.social-navbar li a:hover,
.contact-navbar li a:hover {
}

/* Nabbar */
.navbar-dark {
  color: #fff;
  background-color: #3a0145; /* background: #2e003880;background: #ec1573;background:linear-gradient(to bottom, #2e0038 , #ffffff00); */
}
.btn-bd-download {
  color: #fff;
  border: solid 1px #fff;
}
.btn-bd-download:hover {
  color: #fff;
  background: #ec1573;
  border: solid 1px #ec1573;
}
.navbar-dark .navbar-nav .nav-item {
  margin-left: 5px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  border: solid 1px transparent;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
  background: #3b0550;
  color: #fff;
  border: solid 1px #ffc323;
  border-radius: 5px;
}
.fixed-top {
  position: absolute !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.header-container {
  position: relative;
}
.carousel-caption {
  left: 0em;
  top: 20px;
  right: inherit;
  z-index: 10;
  padding-top: 10%;
  padding-bottom: 20px;
  padding-left: 13%;
  padding-right: 13%;
  color: #fff;
  text-align: left;
  width: 100%;
  color: #000;
}
.carousel-caption h1 {
  color: #4a0158;
  font-size: 44px;
  font-weight: 700;
  margin: 0 0 30px 0;
  padding: 0;
}
.carousel-caption h1:before {
  display: none;
}

.carousel-caption h1 span {
  color: #ffc323;
  display: block;
  font-size: 48px;
}
.carousel-caption p {
  margin-bottom: 31px;
  font-size: 20px;
  color: #000;
}
.carousel-indicators {
  bottom: 15px;
}
/* End Top Navbar */

/* Main */
main h1 {
  font-size: 40px;
  font-weight: 700;
  padding: 0 0 0 40px;
  margin-bottom: 70px;
  position: relative;
}
main h2 {
  font-size: 38px;
  font-weight: 700;
  padding: 0 0 0 40px;
  margin-bottom: 40px;
  position: relative;
  color: #f6b92e;
}

main h1:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 31px;
  left: 0;
  top: 9px;
  background: #7e0394;
}
main h2:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 26px;
  left: 0;
  top: 9px;
  background: #7e0394;
}

main .big-text-para {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
}
main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.know-more-btn a {
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  background: #400d58;
  color: #f6b92e;
  font-size: 25px;
  font-weight: 300;
}
.know-more-btn a:hover {
  color: #ffffff;
}

/* About section */
.about-us {
  padding: 70px 0;
}
.about-us h1 {
  color: #f6b92e;
}

.our-products {
  padding: 50px 0;
}

.our-products .app-store-link a img {
  width: 200px;
}
.our-products .app-store-link a .more {
  display: inline-block;
  width: 200px;
  height: 66px;
  border: none;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  background: #400d58;
  color: #f6b92e;
  font-size: 25px;
  font-weight: 300;
  border-radius: 10px;
  vertical-align: middle;
  line-height: normal;
  margin-left: 15px;
}

/* services section */
.services-section p {
  color: #fff;
}
.services-section h3 {
  color: #f6b92e;
  margin: 30px 0 40px 0;
  font-size: 26px;
}
.services-section {
  padding: 70px 0;
  background: url(../images/faneesh_services_bg_pic.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.services-section h1 {
  color: #f6b92e;
}
.services-section .left-side {
  border-left: dashed 2px #fff;
  border-bottom: dashed 2px #fff;
  margin: 0;
  margin: -2px 0 0 0;
  border-top: dashed 2px #fff;
}
.services-section .right-side {
  border-right: dashed 2px #fff;
  border-bottom: dashed 2px #fff;
  margin: 0;
}
.services-section .right-side div {
  padding-left: 0;
}

.services-section img {
  margin: 55px 20px 20px 20px;
}
.services-section .more {
  padding: 10px 0 35px 0;
}
.services-section .more a {
  display: block;
  padding: 10px 30px;
  width: 230px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #f6b92e;
  font-size: 28px;
  font-weight: 400;
}
.services-section .more a:hover {
  color: #7e0394;
}

.services-section .see-all {
  padding-top: 100px;
}
.services-section .see-all a {
  display: block;
  padding: 10px 30px;
  margin: 0 auto;
  width: 270px;
  text-align: center;
  text-decoration: none;
  color: #f6b92e;
  background: #400d58;
  font-size: 28px;
  font-weight: 400;
}
.services-section .see-all a:hover {
  background: #f6b92e;
  color: #400d58;
}
.services-section .see-all:hover {
  color: #fff;
}

.product-slider {
  padding: 30px 54px 0 54px;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  position: relative;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  font-size: 160px !important;
  bottom: 250px;
  color: #9e42af !important;
  outline: none;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}
.owl-carousel .owl-nav button.owl-next {
  right: -70px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #f6b92e !important;
}
.owl-carousel.owl-drag .owl-item h4 {
  text-align: center;
}

/* contact-section */
.contact-section {
}
.contact-section {
  color: #fff;
}
.contact-section .col-right h1 {
  color: #f6b92e;
}
.contact-section .col-left h1 {
  color: #fff;
}

.contact-section .col-left {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 8.85%;
  padding-right: 2%;
  background: #f6b92e;
}
.contact-section .col-right {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-right: 8.85%;
  padding-left: 2%;
  background: #260130;
}
.contact-section input {
  border-radius: 0;
  height: 60px;
  background: none;
  border: solid 1px #7e0394;
  outline: none;
}
.contact-section textarea {
  border-radius: 0;
  height: 140px;
  background: none;
  border: solid 1px #7e0394;
  outline: none;
}
.contact-section input:focus {
  box-shadow: 0 0 0 4px #7e0394;
  border: inherit;
}
.contact-section textarea:focus {
  box-shadow: 0 0 0 4px #7e0394;
  border: inherit;
}
.contact-section input::placeholder {
  color: #fff;
}
.contact-section input:focus::-webkit-input-placeholder {
  color: #000;
}
.contact-section input:focus::-moz-placeholder {
  color: #000;
}
.contact-section input:focus::-ms-input-placeholder {
  color: #000;
}
.contact-section textarea::placeholder {
  color: #fff;
}
.contact-section textarea:focus::-webkit-input-placeholder {
  color: #000;
}
.contact-section textarea:focus::-moz-placeholder {
  color: #000;
}
.contact-section textarea:focus::-ms-input-placeholder {
  color: #000;
}
.contact-section {
  color: #000;
}

.col-right {
  color: #fff;
}
.col-right .info-row {
  margin: 0;
}
.col-right .info-row .icon-block {
  float: left;
  width: 15%;
  padding-right: 40px;
  color: #7e0394;
  font-size: 40px;
}
.col-right .info-row .con-block {
  float: left;
  width: 85%;
}
.col-right .info-row h6 {
  font-size: 24px;
  font-weight: 700;
}
.col-right .info-row p {
  font-size: 20px;
  font-weight: 400;
}
.col-right .info-row p a {
  color: #fff;
}
.social-links {
  padding-top: 15px;
}
.social-links ul {
  list-style-type: none;
  margin-left: 40px;
  margin-bottom: 0;
}
.social-links ul li {
  display: inline-block;
  margin-right: 40px;
}
.social-links ul li a {
  display: inline-block;
  color: #7e0394;
  font-size: 32px;
}

.contact-section button {
  border-radius: 0;
  height: 60px;
  background: #7e0394;
  color: #f6b92e;
  text-align: center;
  border: none;
  border-color: #7e0394;
}
.btn-primary:hover {
  color: #fff;
  background-color: #7e0394;
  border-color: #7e0394;
}

.subscribe-section {
  color: #fff;
  background: #fff;
  padding: 80px 0;
}
.subscribe-section h1 {
  margin-bottom: 70px;
  color: #f6b92e;
}
.subscribe-form input,
.subscribe-form button {
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 300;
  border: solid 1px #7e0394;
}
.subscribe-form input:focus,
.subscribe-form button:focus {
  outline: none;
  box-shadow: none;
}
.subscribe-form input {
  width: 65%;
}
.subscribe-form input::placeholder {
  color: #b2b2b2;
}
.subscribe-form button {
  width: 35%;
  margin: 0 0 0 -4px;
  background: #7e0394;
  border-color: #7e0394;
  color: #f6b92e;
}
.subscribe-form button:hover {
  background: #f6b92e;
  border-color: #f6b92e;
  color: #7e0394;
}

footer {
  background: #260130;
  padding: 70px 0 0 0;
  color: #fff;
  font-size: 14px;
}
footer p {
  text-align: center;
  margin: 0;
}
footer p a {
  color: #f6b92e;
}
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 4px 0 #000;
  margin-top: 20px;
}
footer h2 {
  font-size: 24px;
  margin-bottom: 40px;
  color: #f6b92e;
  position: relative;
  padding: 0 0 0 40px;
}
footer h2:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 22px;
  left: 0;
  top: 3px;
  background: #7e0394;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}

footer ul li:before {
  content: "";
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #7e0394;
  border-right: solid 8px transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 4px;
}

footer ul li {
  position: relative;
  padding-left: 22px;
  display: block;
  font-size: 16px;
}
footer ul .bold {
  font-weight: 700;
}
footer ul ul li:before {
  border: none;
}
footer ul ul li {
  background: url(../images/faneesh_dotted-arrow.png) no-repeat 0 6px;
  font-weight: 400;
}

footer ul li a {
  color: #fff;
  padding-left: 10px;
}
footer ul ul {
  list-style-type: none;
}

/* DropDown Megha menu */
/* adds some margin below the link sets  */
.dropdown-menu {
  background-color: transparent;
  border: none;
}

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: none;
  padding: 40px 0 0 0;
  /*  background-color:#0060c8!important;*/
}

.navbar .small-dd-nav {
  position: relative !important;
}
.navbar .small-dd {
  left: inherit !important;
  top: 20px !important;
  width: 260px !important;
}

.dd-container {
  background-color: #3a0145;
  padding-top: 25px;
  padding-bottom: 0px;
  color: #ffc323;
  font-size: 12px;
}
.dd-container ul {
  margin-bottom: 10px;
  list-style-type: none;
}
.dd-container ul ul {
  list-style-type: square;
  padding-left: 16px;
}
.dd-container > ul {
  margin-bottom: 10px;
}
.dd-container ul .bold {
  font-weight: 700;
}
.dd-container ul li {
  position: relative;
}
.dd-container ul li a {
  color: #fff;
}
.dd-container ul li a:hover {
  color: #ec97ff;
  text-decoration: none;
}
.dd-container ul ul li a {
  font-weight: 400;
}

.dd-container ul li:before {
  content: "";
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 5px #9705b5;
  border-right: solid 5px transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: -15px;
  top: 4px;
}

.dd-container ul ul li:before {
  border: none;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 24px;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }
  .navbar .dropdown-menu {
    /* border: 1px solid rgba(0,0,0,.15); background-color: #fff; */
  }
}

@media (max-width: 1199px) {
  .carousel-caption {
    padding-top: 5%;
  }
  .carousel-caption p {
    margin-bottom: 65px;
  }
}

@media (max-width: 1024px) {
  .carousel-caption h1 {
    font-size: 40px;
  }
  .how-to-step .step-no i {
    width: 30px;
    height: 30px;
    padding: 6px 12px;
  }
  .how-to-step .step-icon i {
    font-size: 60px;
  }
  .carousel-caption p {
    margin-bottom: 40px;
  }
  .carousel-caption a {
    font-size: 1.8em;
  }
  .carousel-caption p {
    margin-bottom: 80px;
  }
  main h1 {
    font-size: 50px;
  }
  .how-to-step h2 {
    font-size: 34px;
  }
  .rent-detail .detail-inner {
    padding: 40px;
  }
  .rent-detail2 .detail-inner {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .carousel-caption {
    width: 70%;
    top: 0;
    left: 4.5em;
  }
  .carousel-caption p {
    margin-bottom: 45px;
  }
  .d-none {
    display: block !important;
  }
  main h1 {
    font-size: 40px;
  }
  main h1 {
    margin-bottom: 40px;
  }
  .slider-section h4,
  .subscribe-section h4 {
    font-size: 26px;
  }
  .slider-section {
    padding: 40px 0;
  }
  .subscribe-section {
    padding: 40px 0;
  }
  .subscribe-section h4 {
    margin-bottom: 40px;
  }
  .navbar-dark .navbar-brand {
    width: 80px;
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    padding-top: 6%;
    left: 2.5em;
  }
  .carousel-caption h1 {
    margin: 0 0 20px 0;
  }
  .carousel-caption p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .carousel-caption {
    padding: 6% 12.5% 0 12.5%;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .carousel-caption h1 {
    text-align: center;
    font-size: 30px;
  }
  .carousel-caption p {
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: inherit;
    max-height: inherit;
  }
  .carousel-caption a {
    font-size: 1.5em;
  }
  .rent-detail,
  .rent-detail2,
  .rent-detail h1,
  .rent-detail2 h1 {
    text-align: center;
  }
  .rent-detail a,
  .rent-detail2 a {
    font-weight: 400;
  }
  .rent-pic {
    background: url(../images/rent-pic.jpg) no-repeat center center fixed;
    min-height: 300px;
    background-size: cover;
  }
  .rent-pic2 {
    background: url(../images/ad_pic.jpg) no-repeat center center fixed;
    min-height: 300px;
    background-size: cover;
  }
  .subscribe-form input,
  .subscribe-form button {
    font-size: 22px;
  }
  .foot-left,
  .foot-right {
    text-align: center;
  }
  .foot-left p {
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .contact-navbar li a span {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-brand.abs {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
  }
}

/* Inner Page */
.about-us-page,
.service-page {
  padding: 70px 0 0 0;
}
.service-page {
  padding: 70px 0;
}
.detail-page {
  padding: 70px 0;
}
.detail-page .float-right {
  margin-left: 20px;
}
.service-page h5 {
  font-weight: 700;
}
.inner-title {
  background: #e6e6e6;
}
.inner-header {
  background: url(../images/faneesh_inner-page-header-bg.jpg) no-repeat center top;
  padding-top: 110px;
  min-height: 260px;
}
.inner-title h2 {
  color: #7e0394;
  padding: 40px 0;
  font-size: 40px;
  font-weight: 700;
}
.our-team {
  margin-top: 50px;
  padding: 70px 0;
  background: #f3f3f3;
}

.dataset-list,
.dataset-list2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dataset-list li,
.dataset-list2 li {
  display: block;
  color: #000;
  padding: 0 15px 0 0 !important;
}
.dataset-list li {
  min-height: 274px;
  margin-bottom: 20px;
}
.dataset-list2 li {
  margin-bottom: 10px;
}
.dataset-list2 img {
  max-width: 100%;
}

.dataset-list li img {
  margin-right: 30px;
  display: block;
  float: left;
}
.dataset-list2 li img {
  margin: 0;
}
.dataset-list li h5,
.dataset-list2 li h5 {
  font-weight: bold;
  font-size: 20px;
}
.dataset-list li h5 {
  padding: 22px 0 0px 0;
}
.dataset-list2 li h5 {
  padding: 0;
  margin: 0 0 5px 0;
}

.dataset-list li .date,
.dataset-list2 li .date {
  display: block;
  font-style: italic;
  font-size: 16px;
}
.dataset-list li .date {
  padding: 0 0 32px 0;
}
.dataset-list2 li .date {
  padding: 0 0 15px 0;
}

.dataset-list li .more,
.dataset-list2 li .more {
  padding: 0;
  display: block;
  text-align: right;
}
.dataset-list li .more a,
.dataset-list2 .more a {
  padding: 7px 15px;
  text-decoration: none;
  background: #400d58;
  color: #f6b92e;
}
.dataset-list li .more a:hover,
.dataset-list2 .more a:hover {
  color: #fff;
}
.dataset-list .bg-blue,
.dataset-list2 .bg-blue .detail {
  background: #7ae1f9;
  padding: 15px;
}
.dataset-list .bg-yellow,
.dataset-list2 .bg-yellow .detail {
  background: #f5d646;
  padding: 15px;
}
.dataset-list .bg-pink,
.dataset-list2 .bg-pink .detail {
  background: #ffbee9;
  padding: 15px;
}
.pagination-nav {
  padding-top: 20px;
}
.page-link {
  color: #000000;
}
.iot-tech {
  list-style-type: none;
  margin: 25px 0 20px 0;
  padding: 0;
}
.iot-tech li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  border-radius: 6%;
  border: solid 1px #ccc;
  padding: 10px 10px;
}
.iot-tech li img {
  margin: 0 5px 0 0;
  width: 25px;
}
.m-TB {
  margin: 20px 0 40px 0;
}

/* iot-services */
.iot-services {
  margin-top: 50px;
}
.iot-services p {
  margin: 0px;
  line-height: normal;
}
.iot-services h5 {
  margin: 0px;
  font-weight: 700;
  margin-bottom: 10px;
}
.iot-services a {
  display: block;
  padding: 20px;
  margin: 10px 0;
  color: #585858;
  text-decoration: none;
  min-height: 184px;
}
.iot-services a:hover {
  background: #e498f3;
  color: #fff;
}
.iot-services .color1 {
  background: #e498f3;
}
.iot-services .color2 {
  background: #eaeaea;
}

/* 27-July-2020 CSS for Slider */
.carousel-item {
  background: #f5f5f5;
  min-height: 551px;
}
.carousel-caption {
  position: static;
}
.carousel-item .col-RS {
  padding-top: 4%;
}
.carousel-item .col-RS img {
  max-width: 100%;
}
.carousel-caption ul {
}
.carousel-caption ul li {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #000;
}

.carousel-caption .app-store-link {
  padding-top: 15px;
}
.carousel-caption .app-store-link a {
  display: inline-block;
  vertical-align: top;
}
.carousel-caption .app-store-link a img {
  width: 200px;
}
.carousel-caption .app-store-link a .more {
  display: inline-block;
  width: 200px;
  height: 66px;
  border: none;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  background: #400d58;
  color: #f6b92e;
  font-size: 25px;
  font-weight: 300;
  border-radius: 10px;
  vertical-align: middle;
  line-height: normal;
  margin-left: 15px;
}

.carousel-control-next,
.carousel-control-prev {
  top: 47%;
  height: 50px;
}
