@font-face {
  font-family: 'dentco';
  src:
    url('../fonts/dentco.ttf?x70a4r') format('truetype'),
    url('../fonts/dentco.woff?x70a4r') format('woff'),
    url('../fonts/dentco.svg?x70a4r#dentco') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dentco' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-syringe:before {
  content: "\e939";
}
.icon-medicine:before {
  content: "\e93a";
}
.icon-women:before {
  content: "\e93b";
}
.icon-men:before {
  content: "\e93c";
}
.icon-injecting1:before {
  content: "\e93d";
}
.icon-pharmacy:before {
  content: "\e93e";
}
.icon-medicine2:before {
  content: "\e93f";
}
.icon-injecting:before {
  content: "\e940";
}
.icon-ambulance:before {
  content: "\e941";
}
.icon-surgery:before {
  content: "\e942";
}
.icon-doctor:before {
  content: "\e943";
}
.icon-flask:before {
  content: "\e944";
}
.icon-first-aid:before {
  content: "\e945";
}
.icon-star-half:before {
  content: "\e938";
}
.icon-close:before {
  content: "\e937";
}
.icon-instagram-circle:before {
  content: "\e933";
}
.icon-pinterest-logo:before {
  content: "\e934";
}
.icon-pinterest-circle:before {
  content: "\e935";
}
.icon-google-logo:before {
  content: "\e936";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-birthday:before {
  content: "\e901";
}
.icon-black-envelope:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e903";
}
.icon-calendar2:before {
  content: "\e904";
}
.icon-cart:before {
  content: "\e905";
}
.icon-check-mark:before {
  content: "\e906";
}
.icon-clock:before {
  content: "\e907";
}
.icon-clock2:before {
  content: "\e908";
}
.icon-dental-chair:before {
  content: "\e909";
}
.icon-email2:before {
  content: "\e90a";
}
.icon-emergency-call:before {
  content: "\e90b";
}
.icon-error:before {
  content: "\e90c";
}
.icon-facebook-logo:before {
  content: "\e90d";
}
.icon-facebook-logo-circle:before {
  content: "\e90e";
}
.icon-star:before {
  content: "\e90f";
}
.icon-google-plus-circle:before {
  content: "\e910";
}
.icon-google-plus1:before {
  content: "\e911";
  color: #f34a38;
}
.icon-health-care:before {
  content: "\e912";
}
.icon-clock3:before {
  content: "\e913";
}
.icon-icon-implant:before {
  content: "\e914";
}
.icon-icon-orthodontics:before {
  content: "\e915";
}
.icon-icon-whitening:before {
  content: "\e916";
}
.icon-instagram:before {
  content: "\e917";
}
.icon-link-symbol:before {
  content: "\e918";
}
.icon-medical-kit:before {
  content: "\e919";
}
.icon-menu:before {
  content: "\e91a";
}
.icon-paintbrush:before {
  content: "\e91b";
}
.icon-pencil-writing:before {
  content: "\e91c";
}
.icon-placeholder:before {
  content: "\e91d";
}
.icon-placeholder2:before {
  content: "\e91e";
}
.icon-price-tag:before {
  content: "\e91f";
}
.icon-reply-black:before {
  content: "\e920";
}
.icon-right-arrow:before {
  content: "\e921";
}
.icon-left-arrow:before {
  content: "\e92f";
}
.icon-left:before {
  content: "\e922";
}
.icon-right:before {
  content: "\e930";
}
.icon-top:before {
  content: "\e931";
}
.icon-bottom:before {
  content: "\e932";
}
.icon-smartphone:before {
  content: "\e923";
}
.icon-team:before {
  content: "\e924";
}
.icon-telephone:before {
  content: "\e925";
}
.icon-tick:before {
  content: "\e926";
}
.icon-tooth:before {
  content: "\e927";
}
.icon-tooth2:before {
  content: "\e928";
}
.icon-tooth3:before {
  content: "\e929";
}
.icon-twitter-logo-circle:before {
  content: "\e92a";
}
.icon-twitter-logo:before {
  content: "\e92b";
}
.icon-up-arrow:before {
  content: "\e92c";
}
.icon-user:before {
  content: "\e92d";
}
.icon-user2:before {
  content: "\e92e";
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

#app-development-banner {background:linear-gradient(rgb(245, 208, 164), rgba(51, 52, 52, 0.2)),
  url(../images/application-development-banner.jpg);height:350px;padding-top:130px;background-size:cover;}
#app-development-banner  h1{color:#fff;}
#app-development-banner .h-decor{display: inline-block; height: 2px;  width: 60px; background: #ffffff;}

#designing {background:linear-gradient(rgb(245, 208, 164), rgba(51, 52, 52, 0.2)),
  url(../images/designing-banner.jpg);height:350px;padding-top:130px;background-size:cover;}
#designing  h1{color:#fff;}
#designing .h-decor{display: inline-block; height: 2px;  width: 60px; background: #ffffff;}

#digital-marketing {background:linear-gradient(rgb(245, 208, 164), rgba(51, 52, 52, 0.2)), url(../images/digital-marketing-banner.jpg);height:350px;padding-top:130px;background-size:cover;}
#digital-marketing  h1{color:#fff;}
#digital-marketing .h-decor{display: inline-block; height: 2px;  width: 60px; background: #ffffff;}

#about-banner {background:linear-gradient(rgb(245, 208, 164), rgba(51, 52, 52, 0.2)), url(../images/about-banner.jpg);height:350px;padding-top:130px;background-size:cover;}
#about-banner  h1{color:#fff;}
#about-banner .h-decor{display: inline-block; height: 2px;  width: 60px; background: #ffffff;}

#contact-banner {background:linear-gradient(rgb(245, 208, 164), rgba(51, 52, 52, 0.2)), url(../images/contact-banner.jpg);height:350px;padding-top:130px;background-size:cover;}
#contact-banner  h1{color:#fff;}
#contact-banner .h-decor{display: inline-block; height: 2px;  width: 60px; background: #ffffff;}

#price-banner {background:linear-gradient(rgb(245, 208, 164), rgba(51, 52, 52, 0.2)), url(../images/price-banner.jpg);height:350px;padding-top:130px;background-size:cover;}
#price-banner h1{color:#fff;}
#price-banner .h-decor{display: inline-block; height: 2px;  width: 60px; background: #ffffff;}

#crm {background:linear-gradient(rgb(245, 208, 164), rgba(51, 52, 52, 0.2)), url(../images/pc-support-banner.jpg);height:350px;padding-top:130px;background-size:cover;}
#crm  h1{color:#fff;}
#crm  .h-decor{display: inline-block; height: 2px;  width: 60px; background: #ffffff;}

#tpr-banner{background:linear-gradient(rgb(245, 208, 164), rgba(51, 52, 52, 0.2)), url(../images/tpr-banner.jpg);height:350px;padding-top:130px;background-size:cover;}
#tpr-banner h1{color:#fff;}
#tpr-banner  .h-decor{display: inline-block; height: 2px;  width: 60px; background: #ffffff;}

@media (max-width: 768px) {
#tpr-banner{height:115px;}
#app-development-banner {height:115px;}
#designing {height:115px;}
#contact-banner {height:115px;}
#digital-marketing {height:115px;}
#about-banner {height:115px;}
#price-banner {height:115px;}
#crm {height:115px;}
}

.pricingTable{
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    text-align: center;
    padding: 0 0 10px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
	border: 1px solid #e7dfdf;
}
.pricingTable .pricingTable-header{
    color: #fff;
    background-color: #308FBB;
    padding: 25px 10px 45px;
    border-bottom: 10px solid #fff;
    box-shadow: 0 0 0 15px #69AAD4;
}
.pricingTable .title{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .price-value{
    background-color: #5CAFE3;
    line-height: 110px;
    height: 170px;
    width: 170px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 50%;
    transform: translateY(-40px);
    position: relative;
}
.pricingTable .price-value:before{
    content: '';
    height: 85%;
    width: 85%;
    border: 2px dashed #fff;
    border-radius: 50%;
    transform:translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.pricingTable .price-value .amount{
    color: #308FBB;
    background-color: #fff;
    font-size: 38px;
    font-weight: 600;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 5px 2px 0 3px rgba(0,0,0,0.3);
    display: block;
}
.pricingTable .time{
    color: #202020;
    font-size: 20px;
    text-transform: uppercase;
    margin: -25px 0 15px;
    display: block;
}
.pricingTable .pricing-content{
    color: #222;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
.pricingTable .pricing-content li:nth-child(odd){ background-color: #E7EEF4; }
.pricingTable .pricingTable-signup a{
    color: #fff;
    background-color: #5DAEE3;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 25px;
    border: 2px solid #5DAEE3;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.pricingTable .pricingTable-signup a:hover{ color: #5DAEE3; }
.pricingTable .pricingTable-signup a:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0) rotate(-60deg) translateX(-30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover:before{
    opacity: 1;
    transform: scale(1) rotate(0) translateX(0);
}
.pricingTable.green .pricingTable-header{
    background-color: #A4B437;
    box-shadow: 0 0 0 15px #B7D43E;
}
.pricingTable.green .price-value{ background-color: #B6D339; }
.pricingTable.green .price-value .amount{ color: #A4B437; }
.pricingTable.green .pricing-content li:nth-child(odd){ background-color: #F1F5DE; }
.pricingTable.green .pricingTable-signup a{
    background-color: #B6D53A;
    border-color: #B6D53A;
}
.pricingTable.green .pricingTable-signup a:hover{ color: #B6D53A; }
.pricingTable.orange .pricingTable-header{
    background-color: #F38A46;
    box-shadow: 0 0 0 15px #F7A245;
}
.pricingTable.orange .price-value{ background-color: #F5A448; }
.pricingTable.orange .price-value .amount{ color: #F38A46; }
.pricingTable.orange .pricing-content li:nth-child(odd){ background-color: #FEECD8; }
.pricingTable.orange .pricingTable-signup a{
    background-color: #F28B48;
    border-color: #F28B48;
}
.pricingTable.orange .pricingTable-signup a:hover{ color: #F28B48; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}

.header-nav .nav-item > .active {
    color: #f38c11;
    transition: 0.3s;
}

.case_studies_heading{ color:#000; font-size:24px;}
.case_study_box{ width:100%; height:440px; float:left; background:#fff;box-shadow: 0px 0px 5px #888888; position:relative ; overflow:hidden }
.case_study_top1{ width:100%; height:360px; float:left; background:url(../images/maven.png); margin-bottom:30px;}
.case_study_top2{ width:100%; height:360px; float:left; background:url(../images/squadvision.jpg); margin-bottom:30px;}
.case_study_top3{ width:100%; height:360px; float:left; background:url(../images/xpert.png); margin-bottom:30px;}
.case_study_top4{ width:100%; height:360px; float:left; background:url(../images/hrconsultings.jpg); margin-bottom:30px;}
.case_study_top5{ width:100%; height:360px; float:left; background:url(../images/fokatkart.jpg); margin-bottom:30px;}
.case_study_top6{ width:100%; height:360px; float:left; background:url(../images/swiftinternational.jpg); margin-bottom:30px;}

.plus_box{ width:50px;  border-radius:50%; background:#1dd7ac; position:absolute; z-index:5; right:30px; top:335px; line-height:50px; cursor:pointer; transition:all ease-in .3s; }
.case_study_bottom{ width:100%; height:440px; margin:auto; background:#fff; position:absolute; top:440px; transition:all ease-in .3s; padding:50px 20px; }
