/* Theme Name: Anukul India - IT Solution & Technology HTML Landing Template
   Author: MarkeyThemes
   Version: 1.0
   File Description: Main Css file of the template
*/
/************************
01.General
02.Loader
03.Helper
04.Components
05.Menu
06.Footer
07.Multipurpose Layout
08.Contact
09.Agency Layout
10.Startup layout
11.Business Layout
12.Software Layout
12.App Layout
13.Default
************************/
/** Google font **/
@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
body {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rethink Sans", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

html {
  scroll-padding-top: 59px; /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sk-chase {
  width: 50px;
  height: 50px;
  position: relative;
  animation: sk-chase 3s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #f58967;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section-sm {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  position: relative;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(15, 31, 62, 0.8);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-2 {
  position: absolute;
  background-color: rgba(248, 249, 250, 0.9);
  backdrop-filter: blur(4px);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.title h3 {
  font-size: 26px;
}

.title p.subtitle {
  letter-spacing: 4px;
  font-weight: 600;
  font-family: "Rethink Sans", sans-serif;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

a.text-custom:hover {
  color: #1f222b;
}

.text-light-custom {
  color: #a2aeb9;
}

.modal-backdrop {
  background-color: #000;
}

/**BACK TO TOP**/
.back-to-top-btn {
  position: fixed;
  padding: 0px 5px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.back-to-top-btn i {
  font-size: 22px;
  line-height: 30px;
}

#mkLightboxContainer {
  z-index: 999;
}

.icon {
  height: 30px;
  width: 30px;
}

.icon-bg {
  height: 40px;
  width: 40px;
  background-color: rgba(245, 137, 103, 0.1);
}

.icon-lg {
  height: 50px;
  width: 50px;
  background-color: rgba(245, 137, 103, 0.1);
}

.img-part::after {
  content: "";
  position: absolute;
  right: 128px;
  height: 300px;
  width: 300px;
  bottom: 75%;
  background-color: rgba(245, 137, 103, 0.4);
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
@media (max-width: 568.98px) {
  .img-part::after {
    display: none;
  }
}

.form-check-input:checked {
  background-color: #f58967;
  border-color: #f58967;
}
.form-check-input:focus {
  border: 1px solid #ced4da;
}

.btn {
  padding: 12px 25px;
  transition: all 0.5s;
  font-weight: 500;
  border-radius: 30px;
  font-family: "Rethink Sans", sans-serif;
  box-shadow: none !important;
}
.btn.btn-sm {
  padding: 7px 18px;
}
.btn.btn-primary {
  background-color: #f58967 !important;
  border: 1px solid #f58967 !important;
  border-bottom: 3px solid #f3764f !important;
  color: #fff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #f36f46 !important;
  border: 1px solid #f36f46 !important;
  border-bottom: 3px solid #f26437 !important;
}
.btn.btn-outline-primary {
  border: 1px solid #f58967 !important;
  color: #f58967 !important;
}
.btn.btn-secondary {
  background-color: #536976 !important;
  border: 1px solid #536976 !important;
  border-bottom: 3px solid #485c67 !important;
  color: #fff !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #445661 !important;
  border: 1px solid #445661 !important;
  border-bottom: 3px solid #3e4e58 !important;
}
.btn.btn-outline-secondary {
  border: 1px solid #536976 !important;
  color: #536976 !important;
}
.btn.btn-info {
  background-color: #4bbbce !important;
  border: 1px solid #4bbbce !important;
  border-bottom: 3px solid #37b3c9 !important;
  color: #fff !important;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #34acc1 !important;
  border: 1px solid #34acc1 !important;
  border-bottom: 3px solid #31a2b5 !important;
}
.btn.btn-outline-info {
  border: 1px solid #4bbbce !important;
  color: #4bbbce !important;
}
.btn.btn-warning {
  background-color: #fdba45 !important;
  border: 1px solid #fdba45 !important;
  border-bottom: 3px solid #fdb12c !important;
  color: #fff !important;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #fdad22 !important;
  border: 1px solid #fdad22 !important;
  border-bottom: 3px solid #fca713 !important;
}
.btn.btn-outline-warning {
  border: 1px solid #fdba45 !important;
  color: #fdba45 !important;
}
.btn.btn-success {
  background-color: #13ce67 !important;
  border: 1px solid #13ce67 !important;
  border-bottom: 3px solid #11b75b !important;
  color: #fff !important;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: #10ad57 !important;
  border: 1px solid #10ad57 !important;
  border-bottom: 3px solid #0f9f50 !important;
}
.btn.btn-outline-success {
  border: 1px solid #13ce67 !important;
  color: #13ce67 !important;
}
.btn.btn-danger {
  background-color: #f58967 !important;
  border: 1px solid #f58967 !important;
  border-bottom: 3px solid #f3764f !important;
  color: #fff !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #f36f46 !important;
  border: 1px solid #f36f46 !important;
  border-bottom: 3px solid #f26437 !important;
}
.btn.btn-outline-danger {
  border: 1px solid #f58967 !important;
  color: #f58967 !important;
}
.btn.btn-dark {
  background-color: #0f1f3e !important;
  border: 1px solid #0f1f3e !important;
  border-bottom: 3px solid #0a1529 !important;
  color: #fff !important;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #081121 !important;
  border: 1px solid #081121 !important;
  border-bottom: 3px solid #050a15 !important;
}
.btn.btn-outline-dark {
  border: 1px solid #0f1f3e !important;
  color: #0f1f3e !important;
}
.btn.btn-light {
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  border-bottom: 3px solid #e9ecef !important;
  color: #fff !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #e3e7eb !important;
  border: 1px solid #e3e7eb !important;
  border-bottom: 3px solid #dae0e5 !important;
}
.btn.btn-outline-light {
  border: 1px solid #f8f9fa !important;
  color: #f8f9fa !important;
}
.btn.btn-white {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  border-bottom: 3px solid #f2f2f2 !important;
  color: #fff !important;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #ededed !important;
  border: 1px solid #ededed !important;
  border-bottom: 3px solid #e6e6e6 !important;
}
.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn.btn-light, .btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 3px solid #e0e0e0 !important;
  color: #f58967 !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  border-bottom: 3px solid #d9d9d9 !important;
}
.btn.btn-outline-light, .btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #fff;
  color: #0f1f3e !important;
}

.modal .video-modal {
  border: 0;
  background-color: transparent;
}
.modal .video-modal .video-box {
  position: relative;
}
.modal .video-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}
.modal .video-modal .btn-close video:focus {
  outline: none;
}
.modal .video-modal:hover .btn-close {
  opacity: 0.5;
}
.modal .btn-close:focus {
  box-shadow: none;
}

.bg-primary {
  background-color: #f58967 !important;
}

.text-primary {
  color: #f58967 !important;
}

.btn-primary {
  background-color: #f58967 !important;
}

.border-primary {
  border-color: #f58967 !important;
}

.btn-outline-primary {
  color: #f58967 !important;
  border: 1px solid #f58967 !important;
}
.btn-outline-primary:hover {
  background-color: #f58967 !important;
  color: #f8f9fa !important;
}
.btn-outline-primary:active {
  background-color: #f58967 !important;
  color: #f8f9fa !important;
}
.btn-outline-primary:focus {
  background-color: #f58967 !important;
  color: #f8f9fa !important;
}

.bg-secondary {
  background-color: #536976 !important;
}

.text-secondary {
  color: #536976 !important;
}

.btn-secondary {
  background-color: #536976 !important;
}

.border-secondary {
  border-color: #536976 !important;
}

.btn-outline-secondary {
  color: #536976 !important;
  border: 1px solid #536976 !important;
}
.btn-outline-secondary:hover {
  background-color: #536976 !important;
  color: #f8f9fa !important;
}
.btn-outline-secondary:active {
  background-color: #536976 !important;
  color: #f8f9fa !important;
}
.btn-outline-secondary:focus {
  background-color: #536976 !important;
  color: #f8f9fa !important;
}

.bg-info {
  background-color: #4bbbce !important;
}

.text-info {
  color: #4bbbce !important;
}

.btn-info {
  background-color: #4bbbce !important;
}

.border-info {
  border-color: #4bbbce !important;
}

.btn-outline-info {
  color: #4bbbce !important;
  border: 1px solid #4bbbce !important;
}
.btn-outline-info:hover {
  background-color: #4bbbce !important;
  color: #f8f9fa !important;
}
.btn-outline-info:active {
  background-color: #4bbbce !important;
  color: #f8f9fa !important;
}
.btn-outline-info:focus {
  background-color: #4bbbce !important;
  color: #f8f9fa !important;
}

.bg-warning {
  background-color: #fdba45 !important;
}

.text-warning {
  color: #fdba45 !important;
}

.btn-warning {
  background-color: #fdba45 !important;
}

.border-warning {
  border-color: #fdba45 !important;
}

.btn-outline-warning {
  color: #fdba45 !important;
  border: 1px solid #fdba45 !important;
}
.btn-outline-warning:hover {
  background-color: #fdba45 !important;
  color: #f8f9fa !important;
}
.btn-outline-warning:active {
  background-color: #fdba45 !important;
  color: #f8f9fa !important;
}
.btn-outline-warning:focus {
  background-color: #fdba45 !important;
  color: #f8f9fa !important;
}

.bg-success {
  background-color: #13ce67 !important;
}

.text-success {
  color: #13ce67 !important;
}

.btn-success {
  background-color: #13ce67 !important;
}

.border-success {
  border-color: #13ce67 !important;
}

.btn-outline-success {
  color: #13ce67 !important;
  border: 1px solid #13ce67 !important;
}
.btn-outline-success:hover {
  background-color: #13ce67 !important;
  color: #f8f9fa !important;
}
.btn-outline-success:active {
  background-color: #13ce67 !important;
  color: #f8f9fa !important;
}
.btn-outline-success:focus {
  background-color: #13ce67 !important;
  color: #f8f9fa !important;
}

.bg-danger {
  background-color: #f58967 !important;
}

.text-danger {
  color: #f58967 !important;
}

.btn-danger {
  background-color: #f58967 !important;
}

.border-danger {
  border-color: #f58967 !important;
}

.btn-outline-danger {
  color: #f58967 !important;
  border: 1px solid #f58967 !important;
}
.btn-outline-danger:hover {
  background-color: #f58967 !important;
  color: #f8f9fa !important;
}
.btn-outline-danger:active {
  background-color: #f58967 !important;
  color: #f8f9fa !important;
}
.btn-outline-danger:focus {
  background-color: #f58967 !important;
  color: #f8f9fa !important;
}

.bg-dark {
  background-color: #0f1f3e !important;
}

.text-dark {
  color: #0f1f3e !important;
}

.btn-dark {
  background-color: #0f1f3e !important;
}

.border-dark {
  border-color: #0f1f3e !important;
}

.btn-outline-dark {
  color: #0f1f3e !important;
  border: 1px solid #0f1f3e !important;
}
.btn-outline-dark:hover {
  background-color: #0f1f3e !important;
  color: #f8f9fa !important;
}
.btn-outline-dark:active {
  background-color: #0f1f3e !important;
  color: #f8f9fa !important;
}
.btn-outline-dark:focus {
  background-color: #0f1f3e !important;
  color: #f8f9fa !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.text-light {
  color: #f8f9fa !important;
}

.btn-light {
  background-color: #f8f9fa !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.btn-outline-light {
  color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
}
.btn-outline-light:hover {
  background-color: #f8f9fa !important;
  color: #f8f9fa !important;
}
.btn-outline-light:active {
  background-color: #f8f9fa !important;
  color: #f8f9fa !important;
}
.btn-outline-light:focus {
  background-color: #f8f9fa !important;
  color: #f8f9fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.btn-white {
  background-color: #fff !important;
}

.border-white {
  border-color: #fff !important;
}

.btn-outline-white {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.btn-outline-white:hover {
  background-color: #fff !important;
  color: #f8f9fa !important;
}
.btn-outline-white:active {
  background-color: #fff !important;
  color: #f8f9fa !important;
}
.btn-outline-white:focus {
  background-color: #fff !important;
  color: #f8f9fa !important;
}

.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  font-family: "Rethink Sans", sans-serif;
}
.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 15px;
  font-weight: 500;
}
.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a.active {
  color: #f58967 !important;
}
.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-custom.navbar-dark .nav-item .nav-link {
  color: #0f1f3e;
}
.navbar-custom.navbar-dark .nav-btn .nav-link {
  color: #0f1f3e;
}
.navbar-custom.navbar-dark .logo .logo-light {
  display: none;
}
.navbar-custom.navbar-dark .logo .logo-dark {
  display: inline-block;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}
.navbar-toggler:focus {
  outline: none;
}

.navbar-btn {
  margin: 0 15px;
  font-size: 12px;
  border-color: transparent;
  transition: all 0.5s;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-btn:hover {
  color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #0f1f3e !important;
}
.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav li a {
  color: #0f1f3e;
}

.logo .logo-light {
  display: inline-block;
}
.logo .logo-dark {
  display: none;
}

.nav-sticky .logo .logo-dark {
  display: inline-block;
}
.nav-sticky .logo .logo-light {
  display: none;
}

/********* Responsive *********/
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(15, 31, 62, 0.1);
    color: #0f1f3e !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    color: #0f1f3e !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav li.active a {
    border-color: transparent;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0f1f3e;
  }
  .navbar-btn {
    margin: 0px;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: block;
  }
}
.hero-section {
  background-image: url("../images/live-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}

.marquee-content {
  display: flex;
  animation: scrolling 40s linear infinite;
}

.marquee-item {
  flex: 0 0 16vw;
  margin: 0 1vw;
}

.marquee-item img {
  display: block;
  width: 100%;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-144vw);
  }
}
.shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.demo-box {
  padding: 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.demo-box img {
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.demo-box:hover .demo-overlay {
  opacity: 1;
}

.demo-box:hover {
  transform: translateY(-7px);
}

.demo-box img {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  top: 0;
}

.demo-box > a {
  opacity: 1;
}

.demo-box-title {
  margin-top: 20px;
  font-size: 20px;
  color: #000000;
}

.sub-title {
  font-size: 13px;
  color: #7a7d84;
}

.demo-overlay {
  position: absolute;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(245, 137, 103, 0.4));
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.demo-overlay .demo-btn {
  top: 50%;
  margin-top: -19px;
  position: relative;
}

.demo-overlay .demo-btn .btn {
  padding: 0.45rem 1.1rem;
}

.bg-overlay-3 {
  position: absolute;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(245, 137, 103, 0.7));
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.line::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  left: 0;
  right: 0;
  border-top: 2px dashed #f58967;
  top: 14px;
  margin: 0 auto;
}
.line small {
  z-index: 1;
}

.cta-bg {
  background: url("../images/cta.jpg") fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-shape {
  background-image: url("../images/bg-home.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-team {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.user-team-price ul {
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding: 0;
}
.user-team-price ul li:not(:first-child) {
  margin-left: -12px;
}
.user-team-price ul li img {
  height: 3.3rem;
  width: 3.3rem;
  line-height: 3rem;
  border: 3px solid #fff;
}

.footer-part p {
  font-size: 17px;
}
.footer-part li {
  margin-bottom: 17px;
}
.footer-part li a {
  font-size: 16px;
  color: #7c8bad;
}
.footer-part li a:hover {
  color: #f58967 !important;
}
.footer-part .form-button form {
  position: relative;
}
.footer-part .form-button input {
  padding: 13px 16px;
  box-shadow: none;
  border-color: transparent;
  background-color: #292E49;
  color: #f8f9fa;
}
.footer-part .form-button input::placeholder {
  color: #f8f9fa;
}
.footer-part .form-button a {
  background-color: #292E49;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 20px;
}
.footer-part .contact-f i {
  font-size: 30px;
  color: #fff;
  margin-right: 16px;
  display: flex;
  align-items: start;
}
.footer-part .icon {
  background-color: #eff1f5;
  height: 40px;
  width: 40px;
}

ul {
  list-style: none !important;
  padding: 0;
}

/********** Home ************/
.bg-home {
  position: relative;
  background-image: url("../images/bg-home.png");
  background-color: #1f222b;
  background-position: center center;
}
.bg-home .home-center {
  padding: 200px 0px 150px 0px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title h1 {
  font-size: 60px;
}
.home-title h3 {
  letter-spacing: 2px;
}
.home-title h5 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 700;
}

.play-icon-circle {
  background: #fff;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #1f222b;
}

.mouse-down .down-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 1;
}
.mouse-down .down-scroll i {
  width: 48px;
  height: 48px;
  background: #fff;
  display: inline-block;
  line-height: 48px;
  border-radius: 50%;
  box-shadow: 1px 5px 40px -15px #0f1f3e;
}

/*********** About *************/
.about-content h4 {
  line-height: 1.4;
  max-width: 590px;
}

/*********** Features ***********/
.feautures-icon i {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 7px;
}

/********** Services ***********/
.services-icon:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 37px;
  width: 42px;
  height: 42px;
  margin: 0px auto;
  border-radius: 6px;
  z-index: -2;
}

/********** Testimonial **********/
.carousel-indicators {
  align-items: center;
}
.carousel-indicators li {
  width: 40px !important;
  height: 40px !important;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.4;
  border-radius: 50%;
  border: 3px solid #fff !important;
  box-shadow: 1px 9px 48px -15px #0f1f3e;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}
.carousel-indicators .active {
  opacity: 1;
}

/********** Team ***********/
.team-box {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
}

/********** Pricing **********/
.pricing-header h4 {
  letter-spacing: 2px;
}

.pricing-table {
  border-radius: 12px;
  border: 2px solid rgba(15, 31, 62, 0.04);
}

/********** Clients ***********/
.client-images img {
  max-height: 94px;
  width: auto !important;
  margin: 10px auto;
  opacity: 0.6;
  transition: all 0.5s;
}
.client-images img:hover {
  opacity: 0.9;
}

/********* Responsive ***********/
@media (min-width: 200px) and (max-width: 768px) {
  .home-title h3 {
    font-size: 26px;
  }
  .mouse-down .down-scroll {
    top: 99px;
  }
  .pull-none {
    float: none !important;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .watch-video > a span {
    display: none;
  }
  .carousel-inner {
    min-height: 385px;
  }
  .carousel-indicators li {
    width: 50px;
    height: 50px;
  }
  .carousel-indicators .active {
    width: 70px;
    height: 70px;
  }
}
.custom-form .form-control {
  height: 45px;
  padding: 0.375rem 1.1rem;
  font-size: 14px;
  border-width: 2px;
}
.custom-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.custom-form textarea.form-control {
  height: auto;
}

.form-control:focus {
  border-color: #7c8bad;
}

.bg-home-agency {
  background-image: linear-gradient(#ffefed 2px, transparent 2px), linear-gradient(to right, #ffefed 2px, transparent 2px);
  background-size: 85px 85px;
}
.bg-home-agency::before {
  content: "";
  position: absolute;
  top: 0;
  left: 67%;
  bottom: 0;
  right: 0;
  background-color: rgba(245, 137, 103, 0.2);
}
.bg-home-agency .home-center {
  padding: 189px 0px 180px 0px;
}

.agency-home-title {
  max-width: 780px;
}

.play-icon {
  height: 74px;
  width: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}

/******** agency-about ********/
.agency-about-img {
  position: relative;
}
.agency-about-img img {
  border-radius: 12px;
}

.agency-about-img-desc {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.7);
}

/******** agency-services ********/
.agency-services-box {
  overflow: hidden;
}

.agency-services-icon i {
  font-size: 36px;
  color: #6c757d;
}

/******** agency-work ********/
.container-filter li {
  list-style: none;
}
.container-filter li a {
  display: block;
  font-size: 12px;
  color: #6c757d !important;
  background: #f8f9fa;
  border: 1px solid #eceff2;
  padding: 17px 15px;
  margin: 18px 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: all 0.6s;
}

.container-filter li a:hover, .container-filter li a.active,
.busi-container-filter li a:hover,
.busi-container-filter li a.active {
  color: #fff !important;
  border: 1px solid;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.item-box a {
  display: inline-block;
}
.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.item-box:hover .item-mask .item-caption {
  bottom: 50%;
  transform: translateY(50%);
  opacity: 1;
}
.item-box:hover .item-container {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
}
.item-mask p {
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin: 0;
}
.item-mask .item-caption {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.filter-box {
  display: none;
}

.show {
  display: block;
}

.tab-active:hover {
  background-color: #ddd;
}

.tab-active.active {
  background-color: #666;
  color: white;
}

/******** agency-pricing ********/
.pricing-table-agency {
  box-shadow: 0 10px 50px rgba(15, 31, 62, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}

.pricing-title {
  overflow: hidden;
}

/******** startup-home ********/
.bg-home-2 {
  padding: 100px 0;
  background-image: url("../images/bg-home-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-home-2 .main-top-img {
  position: relative;
}
.bg-home-2 .main-top-img .chat-img {
  position: absolute;
  top: 30%;
  left: 0;
}
@media (max-width: 1523px) {
  .bg-home-2 .main-top-img .chat-img {
    display: none !important;
  }
}

/******** startup-about ********/
.startup-about-img img {
  border-radius: 12px;
}

.play {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
}

/******** startup-testimonials ********/
.testi-startup {
  box-shadow: 0 10px 50px rgba(124, 139, 173, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
}

.testi-icon i {
  line-height: 0.6;
}

/******** startup-team ********/
.startup-team-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.startup-team-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
}

/******** startup-pricing ********/
.startup-pricing-table {
  border-radius: 12px;
  border: 2px solid rgba(15, 31, 62, 0.04);
  border-top: 16px solid rgba(15, 31, 62, 0.04);
}

.startup-pricing-table-active {
  border-radius: 12px;
  border: 2px solid;
  border-top: 16px solid;
}

/******** subscribe ********/
.subscribe .form-control {
  padding: 10px 20px;
  border-width: 2px;
  border-color: #fff !important;
  height: 46px;
}
.subscribe .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/********* Responsive ***********/
@media (max-width: 425px) {
  .bg-home-start-up .mouse-down a {
    top: 35px;
  }
}
/******** Business-home ********/
.bg-home-3 {
  background-image: url("../images/business.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
  position: relative;
}

/******** Business-about ********/
.busi-services-box {
  box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
}

.busi-about-content h3 {
  max-width: 660px;
  line-height: 1.4;
}

.busi-services-icon i {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  top: 24px;
  right: 48px;
  border-radius: 50%;
}

/******** Business-portfolio ********/
.busi-container-filter li {
  list-style: none;
  display: inline-block;
}
.busi-container-filter li a {
  display: block;
  font-size: 11px;
  color: #6c757d !important;
  background-color: #f8f9fa;
  border: 1px solid #eceff2;
  padding: 0px 15px;
  margin: 5px 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  line-height: 34px;
  border-radius: 3px;
  -webkit-transition: all 0.6s;
}

/******** Business-testi ********/
.busi-testi-box {
  box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
}

.busi-testi-icon i {
  position: absolute;
  right: 30px;
  top: -18px;
  color: #e9ecef;
}

/******** Business-team ********/
.busi-team-img img {
  border-radius: 8px;
  max-width: 120px;
}

/******** software-home ********/
.bg-home-software {
  position: relative;
  background-size: cover;
  background-image: url("../images/map-bg.png");
  background-color: rgba(245, 137, 103, 0.05);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-home-software .home-center {
  padding: 230px 0px 180px 0px;
}

/******** software-features ********/
.bg-soft {
  background-image: url("../images/bg-software.png");
  background-color: #1f222b;
}

.soft-features-box p {
  overflow: hidden;
}

.soft-feautures-content h4 {
  line-height: 1.4;
}

/******** software-team ********/
.soft-team-content {
  position: relative;
  bottom: 30px;
  box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid;
}

/******** software-testi ********/
.testi-slider .soft-testi-box {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, transparent 75%, transparent, transparent 75%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
.testi-slider .soft-testi-icon i {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  width: 56px;
  height: 56px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
}

.client-slider .tns-outer .tns-nav {
  margin-top: 50px;
  text-align: center;
}

.tns-outer .tns-nav button {
  height: 7px;
  width: 20px !important;
  border-radius: 30px;
  margin: 0 6px;
  padding: 0;
  border: none;
  background-color: #6c757d;
  opacity: 0.5;
}
.tns-outer .tns-nav button.tns-nav-active {
  opacity: 1;
}
.tns-outer .tns-nav button:focus {
  outline: none;
}

/******** software-pricing ********/
.soft-pricing-price h5 {
  height: 94px;
  width: 94px;
  line-height: 94px;
  display: inline-block;
  border-radius: 50%;
}

/********* Responsive ***********/
@media (min-width: 200px) and (max-width: 768px) {
  .home-title h1,
  .startup-home-title h1,
  .soft-home-title h2,
  .agency-home-title h1,
  .busi-home-title h2 {
    font-size: 36px;
  }
}
.main-img {
  position: relative;
}
.main-img .card-img-1 {
  position: absolute;
  top: 3%;
  filter: drop-shadow(0px 5px 10px #e6e6e6);
  border-radius: 10px;
}
@media (max-width: 1656.98px) {
  .main-img .card-img-1 {
    display: none;
  }
}
.main-img .card-img-2 {
  position: absolute;
  bottom: 70%;
  right: 100%;
  filter: drop-shadow(0px 5px 10px #e6e6e6);
  border-radius: 10px;
}
@media (max-width: 1656.98px) {
  .main-img .card-img-2 {
    display: none;
  }
}
.main-img .card-img-3 {
  position: absolute;
  top: 80%;
  left: 100%;
  filter: drop-shadow(0px 5px 10px #e6e6e6);
  border-radius: 10px;
}
@media (max-width: 1656.98px) {
  .main-img .card-img-3 {
    display: none;
  }
}
.main-img .card-img-4 {
  position: absolute;
  top: 74%;
  right: 90%;
  filter: drop-shadow(0px 5px 10px #e6e6e6);
  border-radius: 10px;
}
@media (max-width: 1656.98px) {
  .main-img .card-img-4 {
    display: none;
  }
}
.main-img .arrow-img {
  position: absolute;
  top: 38%;
  right: 100%;
  opacity: 0.5;
}
@media (max-width: 1656.98px) {
  .main-img .arrow-img {
    display: none;
  }
}
.main-img .arrow-img-2 {
  position: absolute;
  bottom: 100%;
  left: 100%;
  opacity: 0.5;
}
@media (max-width: 1656.98px) {
  .main-img .arrow-img-2 {
    display: none;
  }
}

/********** App-home ***********/
.bg-home-app {
  position: relative;
  background-color: rgba(245, 137, 103, 0.05);
  background-image: url("../images/bg-img-5.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-home-app .home-center {
  padding: 189px 0px 180px 0px;
}

.app-home-title h1 {
  line-height: 1.4;
}

.bg-app-overlay {
  position: absolute;
  background: url("../images/bg-app-overlay.png");
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/********** App-features ***********/
.app-features-box {
  box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

.app-border-right {
  border-right: 3px solid;
}

.app-border-left {
  border-left: 3px solid;
}

.arrow-right {
  position: absolute;
  right: 1px;
  border-left: 14px solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.arrow-left {
  position: absolute;
  left: 1px;
  border-right: 14px solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.bg-app-gradient {
  background: linear-gradient(to right, #292E49, #6c757d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/********** App-screenshot *********/
.screenshot-item {
  padding: 0 15px;
}

.screenshot-img {
  border: 10px solid #fff;
  display: block;
  box-shadow: 0 1px 15px rgba(124, 139, 173, 0.35);
}

.screenshot-demo-slider .tns-outer .tns-nav {
  margin-top: 8px;
  text-align: center;
}

.screenshot-slider .tns-item {
  padding: 0 !important;
}

.mfp-arrow {
  background-color: transparent;
  outline: none !important;
}

/********** App-testi *********/
.app-testi-icon i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(245, 137, 103, 0.5);
  border-radius: 50%;
}

.testimonial-slider .tns-outer .tns-nav {
  text-align: center;
}

/********** App-team *********/
.app-team-box {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.app-team-box:hover .app-team-overlay {
  opacity: 1;
  visibility: visible;
}
.app-team-box:hover .app-team-content {
  bottom: 50%;
  transform: translateY(50%);
  opacity: 1;
}

.app-team-box-img > img {
  width: 100%;
  border-radius: 6px;
}

.app-team-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
}

.app-team-content {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.app-team-social-icon a {
  height: 35px;
  width: 35px;
  display: inline-block;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
.app-team-social-icon a:hover {
  border: 1px solid;
}

/********** App-team *********/
.app-pricing-table {
  box-shadow: 0 10px 50px rgba(41, 46, 73, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}

/********* Responsive ***********/
@media (min-width: 200px) and (max-width: 768px) {
  .bg-home-app {
    height: auto;
  }
  .arrow-left,
  .arrow-right {
    display: none;
  }
  .app-home-title h1 {
    font-size: 30px;
  }
}
/* Theme Name: Anukul India - IT Solution & Technology HTML Landing Template
   Author: MarkeyThemes
   File Description: Default template color
*/
.text-custom,
.btn-outline,
.open > .dropdown-toggle.btn-primary,
.btn-white,
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.open > .dropdown-toggle.btn-outline-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.open > .dropdown-toggle.btn-white,
.navbar-btn,
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active,
.busi-team-icons li a:hover {
  color: #f58967;
}

.bg-custom,
.btn-primary,
.navbar-btn:hover,
.play-icon,
.container-filter li a:hover,
.container-filter li a.active,
.busi-container-filter li a:hover,
.busi-container-filter li a.active,
.footer-startup .footer-icons li a:hover,
.app-team-social-icon a:hover {
  background: #f58967;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.open > .dropdown-toggle.btn-primary,
.container-filter li a:hover,
.container-filter li a.active,
.footer-startup .footer-icons li a:hover,
.busi-container-filter li a:hover,
.busi-container-filter li a.active,
.app-team-social-icon a:hover {
  border-color: #f58967;
}

.app-border-right {
  border-right: 3px solid #f58967;
}

.app-border-left {
  border-left: 3px solid #f58967;
}

.arrow-right {
  border-left: 14px solid #f58967;
}

.arrow-left {
  border-right: 14px solid #f58967;
}

.startup-pricing-table-active {
  border: 2px solid rgba(245, 137, 103, 0.4);
  border-top: 16px solid rgba(245, 137, 103, 0.4);
}

.soft-team-content {
  border-bottom: 2px solid #f58967;
}

.navbar-btn {
  background-color: rgba(245, 137, 103, 0.2);
}

.feautures-icon i,
.app-testi-icon i,
.services-icon:after,
.busi-services-icon i {
  background: white;
}

.testi-icon i {
  color: white;
}

.btn-primary {
  border-bottom: 3px solid #f3764f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.open > .dropdown-toggle.btn-primary {
  background-color: #f36f46;
  border-color: #f36f46;
  border-bottom-color: #f26437;
}

.spinner {
  border-left: 5px solid #f58967;
}/*# sourceMappingURL=style.css.map */