/* 
font-family: 'Frank Ruhl Libre', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
 */

:root{
  /* ----colors---- */
  --primary-color:#282866;
  --secondary-color:#2853a3;
  --neutralBlack-100:#181818;
  /* ----font-weight---- */
  --FW-800:800;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Frank Ruhl Libre', serif;
  color: #444444;
}

a {
  color:var(--primary-color);
  text-decoration: none;
}

a:hover {
  /* color:var(--primary-color) !important; */
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--primary-color);
  border-top-color: #fef8f6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background:var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background:var(--primary-color);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background:var(--primary-color);
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  background:transparent;
  transition: all 0.5s;
  z-index: 997;
  top: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0);
  padding:2rem 0;
}  

@media (max-width: 992px) {
  #header {
    padding: 1rem 0;
  }
}
#header.header-scrolled {
  top: 0;
  background: #fff; 
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);  
  padding:1rem 0;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header .logo a {
  color: #555555;
}
#header .logo img {
  /* max-height:32px; */
  width: 240px;
}

#header.header-scrolled  .logo img {
  width: 200px;
}

/**
* Appointment Button
*/
.appointment-btn {
  background: var(--primary-color);
  color: #fff !important;
  display: flex !important;
  flex-direction: row;
  padding: 1rem 1.25rem !important;
  font-size: 0.875em !important;
  line-height: 1 !important;
  position: relative !important;
  transition: 300ms ease all !important;
  white-space: nowrap !important;
  margin-left: 1.5em;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.appointment-btn:hover {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 -2px 0 0 rgba(24, 24, 24, 0.15) inset;
}
.appointment-btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: 300ms ease all;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
nav .bicon{font-size: 20px !important;
  color:var(--primary-color);
margin-right: 5px;}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li ul li a {font-size: .875em;font-weight: 400;}
  .navbar li ul li a:hover{color: var(--primary-color);}
.navbar li a {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color:#212121;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: capitalize;
  font-weight:600;
  position: relative;
  min-width: 100px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a.active:after,.application-development .linebefore:after,#hero .linebefore:after,.apply .linebefore:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 5;
  left: 17px;
  width: 10px;
  pointer-events: none;
  height: 2px;
  background-color: #2853a3;
  top: 50%;
  margin-top: -1px;
}
.navbar a.active{color: var(--secondary-color);}
#hero .container .linebefore:after,.application-development .linebefore:after,.apply .linebefore:after {width:70px !important;}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  justify-content: flex-start;
  font-size: 12px;
}

.navbar .dropdown .active{color: var(--secondary-color);}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:after{
  left: 0;
  width: 0;
  content: " ";
  display: block;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  height: 2px;
  background-color: #2853a3;
  top: 46%;
  margin-top: -1px;
}
.navbar .dropdown ul a:hover:after {
  width: 15px;
  transition: 0.3s ease-in-out;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--primary-color) !important;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
  
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: var(--primary-color) !important;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: var(--primary-color);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 100vh;  
  background-color: white;
  overflow: hidden;
  position: relative;
}
#hero ul,.software ul{padding:0;list-style:none;}
#hero li,.software li{display: inline-block;padding: 10px; margin: 5px 8px;font-size: 1rem;font-weight: 400;line-height: 1.5;}
#hero li i,.software li i{color: var(--primary-color) ;font-size: 1rem !important;margin-right:4px;}
.software li{font-size: 0.7rem;padding:0px;  margin-bottom: .75rem;
  display: inline-block;
  border: 1px dashed lightskyblue;
  padding: .25rem;
  border-radius: 6px;}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#hero .container {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
#hero .container1{padding-left: 20%;}
@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
#hero h1,#hero h2,.application-development h1,.application-development h2,.apply h2,.apply h1,.title,.title2{
  font-size:4rem;font-weight:800;}
#hero h2,.application-development h2,.apply h2,.title2 {   color: #2853a3;
  line-height: 70px;
}
.application-development h2 {  line-height: normal;}
.application-development h2 >span{font-size: 1rem;display: block;color: #000;}
#hero h1,.application-development h1,.apply h1,.title{color: #282866;}
#hero p,.application-development p,.apply p {
  margin: 0 auto 40px auto;
  color: #555555;
  position: relative;
  padding-left:97px;
  font-weight: 600;
}
.application-development blockquote p{padding-left: 1rem;}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  display: none;
}
#hero .carousel-indicators {
  bottom: 1.25em;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 0 !important;
  position: absolute;
  bottom: 1em;
  width: 100%;
  height:20px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 9;
  align-items: center;
}
#hero .carousel-indicators li {
  margin: 0 3px;
  width: 20px;
  height: 4px;
  border: 0;
  background:lightgray;
  position: relative;
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  z-index: 9;
  transition: background-color 300ms ease;
  padding: 0;
  border-radius: 4px;
  opacity: 1;
  transition:all 0.5 ease-in-out;
}


#hero .carousel-indicators li.active,#hero .carousel-indicators li:hover  {
  background-color: #282866 !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
#hero .carousel-indicators li:hover{
  height:16px;
  width: 16px;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: var(--primary-color);
}
#hero .btn-get-started:hover {
  background: #ec8255;
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .container {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--primary-color);
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fef8f6;
  min-height: 40px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color:var(--secondary-color);
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}
/* This for loop creates the necessary css animation names Due to the split circle of progress-left and progress right, we must use the animations on each side. */
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}
.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}
.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}
.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}
.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}
.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}
.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}
.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}
.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}
.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
 }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
 }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
 }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
 }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
 }
}
.progress {
  margin-bottom: 1em;
}


.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #fbe7df;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
/* .featured-services .icon-box:hover::before {
  background: var(--primary-color);
  top: 0;
  border-radius: 0px;
} */
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
/* .featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
} */

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: var(--primary-color);
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  font-size: 28px;
  font-weight: 700;
}
.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: var(--primary-color);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about,#why-us{
  padding:60px 0;
  overflow: hidden;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: var(--primary-color);
  text-transform: uppercase;
}
.section-header h1 {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 2rem;
  line-height: 42px;
  font-weight: 700;
  margin: 0;
  color: var(--secondary-color);
  text-transform: uppercase;
  }
  .aboutcontent p {
    color: #6b6b6b;
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.aboutimg {
  width: 100%;
  display: table;
  vertical-align: middle;
}
.aboutimg img {
  width: 100%;
  height: auto;
}
.left-border {
  border-left: 15px solid var(--secondary-color);
}
.mtext_autowdth {
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  width: 100%;
  display: inline-block;
}
/*--------------------------------------------------------------
# why-us
--------------------------------------------------------------*/
#why-us .section-header {
  text-align: center;
    padding-bottom: 40px;
}
.mtext {
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  width: 60%;
  display: inline-block;
}
.why-us .icon-boxes .icon-box {
  border-radius: 10px;
  background: #fff;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 30px;
  box-shadow: none;
  text-align: left;
  padding: 15px;
}

.whychse-abt .icon-boxes .icon-box h4 {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0 0 8px 0;
  color: var(--secondary-color);
  font-family: 'Montserrat', sans-serif;
  min-height: 52px;
}
.whychse-abt .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-top: 0;
  margin-bottom: 1rem;
}
.whychse-abt .icon-boxes .icon-box i{
  font-size: 2.75rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.whychse-abt .icon-boxes .icon-box a{
  font-size: .8rem; text-transform: uppercase;font-weight: 500;letter-spacing: .5px;

} 
.whychse-abt .icon-img{
  width: 154px;
  height: 154px;
  border-radius: 100%;
  /* background: lightblue; */
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .whychse-abt .icon-img::after{ 
  content: "";
  position: absolute;
  background: #ebebeb;
  width: 230px;
  height: 230px;
  margin: auto;
  border-radius: 100%;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} */
.whychse-abt .icon-img::after{ 
  content: "";
  position: absolute;
  /* background: #ffb6b6; */
  width: 154px;
  height:154px;
  margin: auto 0;
  border-radius: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto;
}
.shape_1::after{
  background: url('../img/service_bg/shape_1.svg');
}
.shape_2::after{
  background: url('../img/service_bg/shape_2.svg');
}
.shape_3::after{
  background: url('../img/service_bg/shape_3.svg');
}
.shape_4::after{
  background: url('../img/service_bg/shape_4.svg');
}
.shape_5::after{
  background: url('../img/service_bg/shape_5.svg');
}
.shape_6::after{
  background: url('../img/service_bg/shape_6.svg');
}
.whychse-abt .icon-img img{
  width: 140%; 
  border-radius: 100%;
  position: relative;
  z-index: 4;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.counts .count-box3 { 
  justify-content:flex-start; 
  padding: 1rem;
}

.counts .count-box1{box-shadow: none;}
.counts .count-box i { 
  font-size: 2rem;
  color: var(--secondary-color);
  background: #dce1ea;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: -2em;
  border-radius: 100px;
  width: 72px;
  height: 72px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box img{height:70px;width:70px; margin: auto ;}
.counts .count-box span {
  font-size: 2.5rem;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: var(--secondary-color);
  color: var(--primary-color);
  /* margin-left: 50px; */
  margin-bottom: 1rem;
}
.counts .count-box h5{word-break: break-all;font-size: 1.5625em;color:var(--secondary-color);letter-spacing: -.03em;
  font-weight: var(--FW-800);line-height: normal;margin-bottom: 0;
  text-align:center;}
.counts .count-box p {
  padding:0;
  margin: 0;
  /* font-family: "Roboto", sans-serif; */
  font-size: 1rem;
  color: #000;
  font-weight: 300;
  opacity: .75;
  text-align:center;
}
.counts .count-box a {
  font-weight: 600;
  display: inline-block;
  margin-top: 5px;
  color: #7b7b7b;
  font-size: 15px;
  /* font-family: "Poppins", sans-serif; */
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: var(--primary-color);
}

.contactcard_box{ 
  display: flex;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  padding: 1rem !important;
}
.contactcard_box h5,
.contactcard_box p{
  text-align: left !important;
}
.contactcard_box .contact_info {width: 100%;}
.contactcard_box div >h5 {
  font-size: 1.5rem !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800 !important;
  color:var(--secondary-color) !important;
}
.contactcard_box .icon { 
  width: 54px;
  margin-right: 5px; 
}
.contactcard_box .icon img {
  width: 100% !important; 
  height: auto !important;
}

.map{
  border-radius: 100%;
  overflow: hidden;
  border: 1px dashed lightcoral;
  width: 520px;
  height: 520px;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.features .icon-box i {
  font-size: 48px;
  float: left;
  color: var(--primary-color);
}
.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: var(--primary-color);
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.services .icon i {
  font-size: 36px;
  line-height: 0;
}
.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(231, 96, 39, 0.3);
}
.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.services .title a {
  color: #444444;
  transition: 0.3s;
}
.services .title a:hover {
  color: var(--primary-color);
}
.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: var(--primary-color);
  bottom: 0;
  left: calc(50% - 25px);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}
.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}
.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}
.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: var(--primary-color);
}
.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}
.appointment .php-email-form textarea {
  padding: 10px 12px;
}
.appointment .php-email-form button[type=submit] {
  background: var(--primary-color);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.appointment .php-email-form button[type=submit]:hover {
  background: #ea713e;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}
.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.departments .nav-link:hover h4 {
  color: var(--primary-color);
}
.departments .nav-link.active {
  background: white;
  border-color: var(--primary-color);
}
.departments .nav-link.active h4 {
  color: var(--primary-color);
}
.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}
.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}
@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}
.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.departments .tab-pane p {
  color: #777777;
}
.departments .tab-pane p:last-child {
  margin-bottom: 0;
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #f6c5b1;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fefbfa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--primary-color);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(231, 96, 39, 0.1);
}
.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}
.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.doctors .member .social a i {
  line-height: 0;
}
.doctors .member .social a:hover {
  color: var(--primary-color);
}
.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.doctors .member .member-info {
  padding: 25px 15px;
}
.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}
.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.doctors .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}
.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--primary-color);
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.gallery .swiper-slide-active {
  text-align: center;
}
@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }
  .gallery .swiper-slide-active {
    border: 6px solid var(--primary-color);
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: var(--primary-color);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: var(--primary-color);
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: var(--primary-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #ec8255;
}
.pricing .featured h3 {
  color: #fff;
  background: var(--primary-color);
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--primary-color);
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #fbe7df;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: var(--primary-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #c54a16;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: var(--primary-color);
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: var(--primary-color);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f9d6c8;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: var(--primary-color);
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: var(--primary-color);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #ec8255;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #add5f8;
  padding: 0 0 16px 0;
  color: #555555;
  font-size: 14px;
}
#footer .footer-top {
  background: #FFF  url('../img/bgn-footer-curve.png') no-repeat bottom right;
  background: #eff7fe url(../img/bgn-footer-curve.png) no-repeat bottom right;
  background-size: auto;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3,
#footer .footer-top h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 900;
  color: var(--secondary-color);
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 100px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #ec8255;
  text-decoration: none;
}
#footer .footer-top h4,
#footer .footer-info h4 {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding-bottom: 0;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: var(--primary-color);
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ec8255;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .footer-links-nw {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-links-nw ul {
  list-style: none;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap; 
  padding: 0;margin: 0;
}
#footer .footer-links-nw ul li {
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none; 
  margin:0 2px;
}

#footer .footer-links-nw ul li a {
  color: #333;
  transition: 0.3s;
  display: block;
  white-space: nowrap;
  line-height: 20px;
  padding:5px;
  transition: all 0.5s ease-in-out;
} 
.id{border: 1px dashed #f90;}
#footer .footer-links-nw ul a:hover {
  color: #FFF; 
  background: #2853a3;
  border-radius: 2px;
} 
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */

.application-development{padding:120px 0 60px 0;}
.application-development h6{font-size: 1.5625em;font-style: normal;font-weight: 400;line-height: 1.3;}
.application-development ul{margin-top: 1rem}
.application-development ul li{margin: 6px 0;}
.wearein_pg h1,
.wearein_pg h2{font-size: 3rem;}
.wearein_pg h1 {font-size: 2rem;}


blockquote {display: block;margin: 0;font-size: 1.5625em;font-style: normal;font-weight: 400;line-height: 1.3;position: relative;padding: 1.6em 0 1.6em 1.8em;}
blockquote:before {content: ',,';font-family: Avantage;display: block;font-size:14em;line-height: 1;position: absolute;inset: -100% auto auto 18%;opacity: .1;color: currentColor;}
.border-right{border-right: 1px solid rgb(224, 221, 221);}
.count-box2{box-shadow: none !important;}
.count-box2 img{width:260px !important;height:270px !important;}
.count-box2 h5{word-break: normal !important;font-size:1.875em !important;font-weight: 700 !important;margin:15px 0 20px 0;line-height: 36px !important;}
.count-box2 a{color: var(--primary-color) !important;}
.count-box2 a:hover{color: var(--neutralBlack-100) !important;}
.theme-color{color: var(--primary-color) !important;}

.erpimplimentation p{font-size: 1.125rem;line-height: 1.5em;font-weight:400;}
.content-ctrl1{font-size: 2.55rem !important;line-height: 35px;}
.blackimgsec{padding:60px 0;overflow: hidden;background-color:#333; background-color:#282866;}
.par-img{max-width: 75%;}
.par-img{width: 96%; margin: auto;max-width: auto;}
.applyjob,.apply{padding-top:100px;}

.bb_1{background:#FFF url('../img/bg_1.png') no-repeat left bottom;background-size: cover;}
.bb_2{background:#FFF url('../img/curve_left.png') no-repeat left top;background-size: auto;}
.small_cap{  
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: 1rem;
color: var(--secondary-color);
}
.applyjob .counts .count-box h5 {font-size: 1.25rem !important;}
.applyjob .counts .count-box p{font-size: .875rem !important;margin-top: 1em;}
.applyjob .counts .count-box img{height: 50px !important;width:50px !important;}
.apply .count-box img{height:50px !important;width: 50px !important;}
.apply .count-box h5{margin:0;margin-bottom: 10px;}
.apply form input{padding: 1.25em;border-radius:5px;width:100%;margin-bottom:20px;height:3.25em;border:1px solid rgb(218, 206, 206)}
.apply input[type=submit]{width:auto;margin:0;margin-top: 20px;}
.carrers{padding:100px 0 60px 0;}
.border-bottom{border-bottom:1px solid rgb(228, 225, 225);}
.carrers table ul{list-style: none;}
.carrers td{background-color: #F4F6F7;margin-bottom: 15px;padding:1rem;}

.carrers thead th{background-color: #e6f0f5}
.carrers th{padding: 1rem;}
.carrers tr{border-bottom: 10px solid white;}

.carrers thead tr{border-bottom: 2px solid white;}
.carrers table{font-size: .9rem;font-weight: 400;}
.carrers table td button,
.carrers table td a{width:auto;background-color:#211f40;border:none;padding:10px;color:white;}
.carrers table td a{font-size:12px;text-transform: uppercase;border-radius:2px; white-space: nowrap;}
.carrers table td a:hover{background: var(--secondary-color);}
.carrers-content .timebtn{border:none;background-color: yellow;color: var(--neutralBlack-100);padding: 20px 30px;}
.carrers-content .applynowbtn{background-color: #0b0a1c;color:white;}
.carrers-content table{margin-top: 20px;}
.carrers-content  tr {border: 1px solid #b7d8ef;}
.carrers-content th{border-right:1px solid #b7d8ef;}
.carrers-content th,.carrers-content td{padding: 1em;}
.carrers-content ol li{line-height: 25px;font-weight: 300;margin-bottom: 10px;}
.applyjob form{background-color: #add5f8;padding:2rem;}
.applyjob input,.applyjob select{padding: 0.8rem 1.5rem;}
.applyjob input[type=radio]{width:auto;padding:8px;}
.applyjob label b{color:red;}
.applyjob label{margin-bottom: 5px;}
.applyjob input[type=file]{background-color: white;border-radius: 5px;padding: 0.8rem 1.5rem;}

.accordion-button{color:var(--primary-color);}
.accordion-button:not(.collapsed) {background-color:#2853a3;color:white;}
.accordion-button:focus{box-shadow: 0 0 0 0.25rem #f2ecee;}
.accordion-button::after{background-size: 80%;}
.accordion-body{font-size: 1rem;font-weight:400;}

.carrers-content input{padding: 5px;padding-left:10px;border:1px solid rgb(228, 223, 223);}
.carrers-content input:focus{outline: none;}
.carrers-content input[type=submit]{background-color: #211f40;border: none;padding:15px 10px;color: white;border-radius: 4px;}
.carrers-content label{font-size: 15px;font-weight: 500;word-spacing: 0.1em;margin-bottom: 4px;}

.carrers-content form,img,.carrers-content input,
.applyjob input,.applyjob select,
.carrers-content table,.carrers table
{width:100%;}

.text-start ul{list-style: none;padding: 0;}
.text-start ul li{background: #dcebfb; list-style: none; margin-bottom: .75rem; display: inline-block; border: 1px dashed lightskyblue;padding:.5rem 1rem;border-radius: 6px;margin-right: 5px;}
.counts .inside_imgctrl{
  width: 100%;  
}
.counts .inside_imgctrl img{
  width: 100% !important;
  height: auto !important;
  margin: auto !important;
}
.cb_card h5{text-transform: capitalize; min-height:82px;}

.line_auto{line-height: normal !important;}
.inside_imgctrl{
  /* border: 1px dashed #f90; */
  text-align: center;
  padding: 2rem;
}

.inside_imgctrl img{
  width: 100%;
  height: auto;
  margin: auto;
}

@media (max-width:1020px) { 
  #hero h1, #hero h2, .application-development h1, .application-development h2, .apply h2, .apply h1, .title, .title2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: normal;
  }
  #main {
    margin-top: 90px; 
  }
  #hero .container .linebefore:after, .application-development .linebefore:after, .apply .linebefore:after {
    width: 22px !important;
  }
  #hero p, .application-development p, .apply p {
    margin: 0 auto 1.5rem auto;
    color: #555555;
    position: relative;
    padding-left: 52px; 
  }
  .why-us .icon-boxes .icon-box { 
    margin-bottom: 1rem; 
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  .counts .count-box i {
    font-size: 1.25rem; 
    margin-bottom: 1rem;
    margin-top: -1rem; 
    width: 52px;
    height: 52px; 
}
}
@media (max-width:680px) {  
  .text-start h2, .text-start h1{ display: inline-block;}
  #hero h1, #hero h2, .application-development h1, .application-development h2, .apply h2, .apply h1, .title, .title2 {
    font-size:1.5rem;
    font-weight: 800;
    line-height: normal;
  }
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 36px;
    font-size: 15px;
    color: #555555;
  }
  #hero { 
    height: 40vh !important; 
    min-height: 50vh !important; 
    margin-top: 5rem;
    padding: 1rem 0;
  }
  #hero .container {
    margin-top: 0;
    margin-left: 32px;
    margin-right: 0;  
  }
  .application-development {
    padding: 30px 0;
  }
  blockquote { 
    padding: 1em;
  }
  .application-development blockquote p { 
    padding-left: 0;
  }
  #about, #why-us {
    padding: 30px 0;
    overflow: hidden;
  }
  .whychse-abt .icon-img { 
    margin-left: 30px;
  }
}