@import url('https://fonts.googleapis.com/css?family=Oswald');
@font-face{
  font-family: 'Montserrat';
  src:url('../fonts/Montserrat-Medium.ttf');
}
@font-face{
  font-family: 'Montserrat-Regular';
  src:url('../fonts/Montserrat-Regular.ttf');
}
@font-face{
  font-family: 'Montserrat-Bold';
  src:url('../fonts/Montserrat-Bold.ttf');
}
@font-face{
  font-family: 'Montserrat-semibold';
  src:url('../fonts/Montserrat-SemiBold.ttf');
}
@font-face{
  font-family: 'Montserrat-Medium';
  src:url('../fonts/Montserrat-Medium.ttf');
}
@font-face{
  font-family: 'king';
  src:url('../fonts/KINGTHINGS.TTF');
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

hr {
  max-width: 90px;
  border-width: 5px;
  border-color: #9874af;
}

hr.light {
  border-color: #fff;
}

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat-semibold', sans-serif;
}


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

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

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 4rem 0;
}

.section-heading {
  margin-top: 0;
  color:#006699;
}

::-moz-selection {
  color: #fff;
  background-color: #9874af;
  text-shadow: none;
}

::selection {
  color: #fff;
  background-color: #9874af;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}


.md-input {
    position: relative;
    margin-bottom: 15px;
}

.md-input .md-form-control {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    border-bottom: 1px solid #CACACA;
    box-shadow: none;
    width: 100%;
}
.md-form-control:focus{
  outline:none;
}

.md-input label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
/*    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;*/
}

.md-input .bar:before {
    left: 50%;
}

.md-input .bar:after {
    right: 50%;
}

.md-input .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.md-input .md-form-control:focus ~ label{
  /*top: -15px;*/
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  outline:none;
}
.md-input .bar:before, .md-input .bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #9874af;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.md-input .md-form-control:focus ~ .bar:before, .md-input .md-form-control:focus ~ .bar:after {
    width: 50%;
    outline:none;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-brand,.footer-logo{
  font-family:'king',sans-serif;
}

.navbar-toggler{
  border:0;
}

.navbar-toggler:focus{
  outline:none;
}

#mainNav .navbar-brand {
  color: #9874af;
  font-size: 30px;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 500;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #9253af !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color:#9253af;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color:#9253af;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.2rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #a7a7a7;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #ccc;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #9253af;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #9253af;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #a7a7a7;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #9253af;
  }
}

header.masthead {
  padding-top: 1rem;
  /* padding-bottom: 4rem; */
  /*background-image: url("../img/header.jpg");*/
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

/*@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}*/

@media (min-width: 992px) {
  header.masthead {
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.tech-stack{
  /*transform: rotate(45deg);*/
  width:130px;
  height:130px;
  box-shadow:0px 1px 9px 0px #0000001a;
  border:0;
}

.tech-stack-images{
  width: 70px;
  height: 70px;
  /*transform: rotate(-45deg);*/
  margin-left: 10px;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 20%;
  /*text-align: center;*/
  opacity: 0;
  color: #fff;
  background: #9253af;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  /*text-align: center;*/
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Montserrat', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 12px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
  }
}

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

.btn {
  background-color:#9874af;
  color:#fff;
  border: none;
  border-radius: 300px;
  font-family: 'Montserrat', sans-serif;
  padding: .375rem 1.75rem;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-liner{
  background-color:#fff;
  color:#9874af;
  border:1px solid #9874af;
  border-radius: 300px;
  font-family: 'Montserrat', sans-serif;
  padding: .375rem 1.75rem;
  cursor: pointer;
}

.btn-service-page{
  background-color: #fff;
  color: #9874af;
  border: 1px solid #9874af;
  border-radius: 300px;
  font-family: 'Montserrat', sans-serif;
  padding: .375rem 1.15rem;
  cursor: pointer;
  font-size: 12px;
  outline:none;
}
.btn-service-page:focus{
  outline: none;
}
.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.service-icons{
  border-radius:60px;
  padding:30px;
  box-shadow:0 2px 2px #0000004d;
  width:115px;
}

.footer{
  padding-bottom:0;
  background-color:#171017;
}
.footer-products-section>ul>li>a,.footer-social-section>ul>li>a{
  color: #ffffff;
  text-decoration: none;
}
.footer-products-section>ul{
  list-style-type:none;
}
.footer-products-section>ul>li{
  margin-bottom:10px;
}
.footer-social-section>p{
  font-size:18px;
}
.footer-copyright-section{
  font-size:11px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff8f;
}
.footer-about-section>p{
  font-size:13px;
}


.register-input{
  margin-bottom: 10%;
}
.contact-section-form{
  width:90%;
}
.contactus-section-one>a{
  color: #ea8603;
  text-decoration: none;
  font-size:18px;
}
#map{
  height:500px;
}
.se-pre-con{
  position: fixed;
  left: 0px;
  top: 0px;
  display:none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:url(../img/loading.gif) center no-repeat #ffffffc7;
}

.font16{
  font-size:16px;
}

.font12{
  font-size:12px;
}

.font14{
  font-size:14px;
}

.footer-social-section>ul>li>a{
  font-size: 25px;
  color: #ffffffc9;
}


.service-section-p{
  line-height:34px;
  color:#9253af;
}

.service-section-block{
  margin-bottom:2.5em;
  margin-top:2.5em;
}

.industry-block{
  height:500px;
}

.industry-body{
  padding-top:4rem;
  padding-left:2rem;
  padding-right:2rem;
}

.lookingForToggle,.lookingFor{
  background:#f9f9f9;
  padding:7px 15px;
  font-size:13px;
  border-radius:15px;
  color: #9874af;
  cursor: pointer;
}

.lookingForToggle.active,.lookingFor.active{
  background:#F05F40;
  color:#ffffff;
}

.sendForm:hover,.sendForm:focus,.sendForm:active{
  background-color: #9874af;
  color: #ffffff;
  outline:none;
}

.first-portfolio-section{
  background-image:url(../img/doctor.jpg);
  background-size:cover;
  height:300px;
  background-repeat: no-repeat;
  cursor: pointer;
  border:0;
  background-position-x:0px;
}

.second-portfolio-section{
  background-image:url(../img/weworkport.jpg);
  background-size:cover;
  height:300px;
  background-repeat: no-repeat;
  cursor: pointer;
  border:0;
}

.third-portfolio-section{
  background-image:url(../img/promethean.gif);
  background-size:cover;
  height:300px;
  background-repeat: no-repeat;
  cursor: pointer;
  border:0;
}


.first-portfolio-body{
  background:linear-gradient(20deg, #8a3bbd, #9874af03 60%);
  border-radius:2px;
}

.second-portfolio-body{
  background:linear-gradient(19deg, #bd8618, #f3af2500 70%);
  border-radius:2px;
}

.third-portfolio-body{
  background:linear-gradient(19deg, #1f92d8, #5499c300 60%);
  border-radius:2px;
}

.portfolio-hovered-section{
  padding-top:3rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:4rem;
  width:90%;
  margin-top:10px;
  display:none;
}

.service-card{
  box-shadow:0px 2px 6px 0px #0000001f;
  border:0;
  width:95%;
  margin-top:30px;
}

.service-trigger{
  border:0;
  /*box-shadow:1px 5px 12px 0px #0000001a;*/
  margin-bottom:20px;
  margin-left:10px;
  margin-right:10px;
  background-color: #582a64;
}

.service-trigger-text{
  padding-top:20px;
  color:#ffffff;
}

.service-trigger:hover,.service-trigger:focus,.service-trigger:active{
  background-image:linear-gradient(#d15f19, #d968bd);
  box-shadow:none;
}

.portfolio-hovered-text{
  color: #ccc;
}

.crm-section{
  padding:8rem 0;
  position: relative;
}

.crm-section::after{
  content: "";
  background-image:url('../img/crmcover.png');
  background-position: center;
  opacity: 0.05;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.portfolio-readmore{
  background: #000;
  text-decoration: none;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  font-size: 13px;
  padding-bottom: 5px;
  border: 1px solid #fff;
}


.portfolio-readmore:active,.portfolio-readmore:hover,.portfolio-readmore:focus{
  background: #fff;
  text-decoration:none;
  color: #000;
  border: 1px solid #000;
}

.drchat{
  height:450px;
}

.navbar-underline{
  max-width: 20px;
  border-width: 3px;
  border-color: #9874af;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.speechBubble{
  position: fixed;
  top: auto;
  bottom: 40px;
  right: 30px;
  z-index: 1000;
  padding: 15px;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.product-subheading{
  font-size:16px;
  color: #000;
  margin-bottom:20px;
}

.carousel-indicators li{
  background-color:#ccc;
}

.carousel-indicators .active{
  background-color:#000;
}

@-webkit-keyframes glowing {
  0% { background-color: #9874af; box-shadow: 0 0 3px #9874af; }
  50% { background-color: #9874af; box-shadow: 0 0 30px #9874af; }
  100% { background-color: #9874af; box-shadow: 0 0 3px #9874af; }
}

@-moz-keyframes glowing {
  0% { background-color: #9874af; box-shadow: 0 0 3px #9874af; }
  50% { background-color: #9874af; box-shadow: 0 0 30px #9874af; }
  100% { background-color: #9874af; box-shadow: 0 0 3px #9874af; }
}

@-o-keyframes glowing {
  0% { background-color: #9874af; box-shadow: 0 0 3px #9874af; }
  50% { background-color: #9874af; box-shadow: 0 0 30px #9874af; }
  100% { background-color: #9874af; box-shadow: 0 0 3px #9874af; }
}

@keyframes glowing {
  0% { background-color: #9874af; box-shadow: 0 0 3px #9874af; }
  50% { background-color: #9874af; box-shadow: 0 0 30px #9874af; }
  100% { background-color: #9874af; box-shadow: 0 0 3px #9874af; }
}



@media (max-width: 767px) {
  section{
    padding:2rem 0;
  }
  .service-card{
    width:100%;
  }
  .industry-block{
    height:auto;
  }
  .industry-heading{
    font-size:30px;
  }
  .industry-body{
    padding-top:2rem;
  }
  .drchat{
    height:260px;
  }
  .prom{
    height:210px;
  }
  .tech-stack{
    margin-top:20px;
  }

  .techs-using {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }


}

/* techs using */

.techs-using {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.card_body {
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .techs-using {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* justify-content: center;
    align-items: center; */
  }

}

@media only screen and (min-width: 768px) and (max-width: 801px) {
  .techs-using {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* justify-content: center;
    align-items: center; */
  }
 }

