
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 4px;
  bottom: 50px;
  background: #fb6317;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
  display:none!important;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #cc4400;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #fb6317;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #fb6317;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fb6317;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  z-index: 997;
  box-shadow: 0px 0px 30px rgba(206, 210, 223, 0.3);
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 64px;
  margin-top: -8px;
  margin-right: 20px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #333;
  padding: 12px 10px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fb6317;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fb6317;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f3548;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fb6317;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 26px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fb6317;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(77vh);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(80vh);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(15, 20, 30, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align:center;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 100px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #ffa97d;
  margin-bottom:20px;
  font-size: 40px;
  font-weight: 700;
  text-transform:capitalize;
  text-align:center;
}
#hero h4 {
  color: #fff;
  margin-bottom:20px;
  font-size: 16px;
  font-weight:600;
  text-align:center;
}
#hero h5 {
  color: #fff;
  margin-bottom:20px;
  font-size: 34px;
  text-align:center;
}
#hero h6 {
  color: #9be2ab;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
#hero p span {
	font-size: 26px;
	font-weight:500;
	color: #59ffa3;
}

#hero p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #e4e4e4;
  /*text-shadow: 1px 1px 0px #fff;*/
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 26px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
  /*background: #428bca;*/
  /*background-image: -webkit-linear-gradient( 0deg, rgb(118,194,27) 0%, rgb(167,218,66) 100%);*/
  background-color:#fb6317;
  box-shadow: 0px 0px 8px 0px #303030;
}

#hero .btn-get-started:hover {
  /*background-image: -webkit-linear-gradient(0deg, rgb(167,218,66) 100%, rgb(118,194,27) 0%);*/
  background-color:#cc4400;
}

@media (max-width: 350px) {
	#hero, #hero .carousel-item {
    	height: calc(80vh - 170px)!important;
	}
	#hero h2 {
    	font-size: 20px!important;
	}
	#hero p {
    	font-size: 14px!important;
		line-height: 20px!important;
	}
	#hero p span {
    	font-size: 20px!important;
	}
	#hero h5 {
    	font-size: 18px!important;
	}
	#hero .btn-get-started {
    	padding: 10px 16px!important;
		font-size: 14px!important;
	}
	.nav-link {
    	font-size: 10px!important;
    	padding: .4rem .3rem!important;
	}
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
	margin-top: 0px!important;
  }
  .footer-top{
	  display:none;
  }
  .carousel-content.container {
    	padding: 0 10px!important;
	}
	.Estimator {
    	margin-left: 20px!important;
		border: 1px solid #fff !important;
	}
	#hero, #hero .carousel-item {
    	height: calc(65vh - 170px)!important;
  	}
	.proHome{
		margin-bottom:30px!important;
	}
	.about .about-content {
    	padding: 6px!important;
	}
	.about-lists {
    	padding: 10px!important;
	}
	#hero p {
		/*background-color: #fff!important;
		padding: 4px!important;
		opacity: 0.9 !important;
		border-radius: 10px!important;*/
		color:#fff!important;
		text-shadow:none!important;
		font-size: 16px;
	}
	#hero h2 {
    	margin-bottom: 10px!important;
	}
	.carousel-control-next, .carousel-control-prev {
    	color: #ffffff!important;
	}
	.sideBarAdd img{
		height:148px!important;
	}
	#hero .btn-get-started {
   		letter-spacing: 0px!important;
   		padding: 12px 20px!important;
		font-size:18px!important;
		margin:60px 0px 0px 0px!important;
	}
	li.nav-item {
    	/*width: 100%;*/
	}
	.nav-link {
    	font-size:12px!important;
		padding: .5rem .3rem!important;
    	border-radius: 20px!important;
    	margin-right: 5px!important;
	}
	.nav-pills .nav-link {
		margin-left:0px!important;
	}
	.estVecImg{
		display:none;
	}
	.HomeSliderArrow{
		display:none;
	}
	#hero h5 {
    	font-size: 22px!important;
		padding: 4px 0;
		margin-bottom: 6px!important;
	}
	#hero h6 {
    font-size: 20px!important;
	}
	#hero p span {
    	font-size: 22px!important;
	}
	.back-to-top {
  	bottom: 110px!important;
	}
	p.SCHideMobile{
		display:none;
	}
	.videothumb img{
		width:90%!important;
	}
	.demoform h5{
		font-size:12px!important;
	}
	.estimator{
		padding:20px 0px!important;
	}
	.NearHP {
    	padding: 0px 16px!important;
	}
}

@media (min-width: 1024px) {
  #hero p {
    width: 100%;
	/*background-color: rgba(255, 255, 255, 0.8);
    padding: 4px;
    border-radius: 10px;*/
	color:#fff;
	text-align:center;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  .topmobile{
	  display:none;
  }
  .stickymobile{
	  display:none;
  }
  .MFSocialLinks{
	  display:none;
  }
  .bdearlar{
	  display:none;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  /*background-color: #f0a783;*/
  background-image:url(../img/hr-bg.png);
  background-repeat:repeat-x repeat-y;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #010f2e;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.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;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  padding: 20px;
  border-radius: 6px;
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .about-content {
  padding: 40px;
}

.about .icon-box + .icon-box {
  margin-top: 30px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #ffe7db;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #fb6317;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #fb6317;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #010f2e;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #fb6317;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fb6317 50%, rgba(249, 204, 177) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(251, 99, 23);
  top: -15%;
  left: -15%;
  background: rgb(251, 99, 23);
}

.about .play-btn:hover::after {
  border-left: 15px solid #fb6317;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding:4px 40px 40px 40px;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  padding: 16px;
  border-left: 1px solid #fde6db;
  border-bottom: 1px solid #fde6db;
  margin: -1px;
}

.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.about-lists .content-item h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 8px 0;
  color: #010f2e;
}

.about-lists .content-item p {
  color: #181818;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 20px 0;
  }
  #footer .copyright {
    	padding-top: 16px!important;
	}
	#footer {
    	padding: 0 0 6px 0!important;
		background-color: #fff !important;
		color: #010f2e!important;
	}
	#footer .credits {
    	color: #010f2e!important;
		float:left;
	}
	.form-inline {
    	float: left!important;
	}
	#footer .credits a {
    	color: #010f2e!important;
	}
	.abInPageContent {
		padding-bottom:0px!important;
	}
	.abmobile{
		padding-bottom:16px!important;
	}
	.process{
		margin-bottom:10px!important;
	}
	.proImg {
		order:2!important;
	}
	.HW-Mobile {
    	margin-top: 0px!important;
	}
	.HW-MImage{
		order: -1;
	}
	.services{
		background-image:none!important;
	}
	.services-08-thumb {
    	float: left!important;
    	width: 28%!important;
	}
	.about-lists .content-item h4 {
    	margin: 0px!important;
    	font-size: 20px!important;
	}	
	.about-lists .content-item p {
    	overflow: hidden!important;
    	text-align: justify!important;
	}
	.counts .count-box i {
    	margin-bottom: 0px!important;
	}
	.counts .count-box {
    	padding: 20px!important;
	}
	.projectBox img {
    	margin-bottom: 20px!important;
	}
	.formC {
    	height: calc(1.8rem + 2px)!important;
    	padding: .375rem .25rem!important;
	}
	.sidepadding {
    	padding-bottom: 8px!important;
	}
	.servicePage img {
		width:94%!important;
	}
	.scrolls img{
		max-height: 160px!important;
	}
	.careerForm{
		margin-top:10px;
	}
	.career img{
		display:none;
	}
	.stickydesktop h4 {
    	margin-top: 5px!important;
    	font-size: 14px!important;
		margin-bottom: 0px!important;
		text-align:left!important;
	}
	.stickydesktop {
    	/*position: fixed!important;*/
    	bottom: 39px!important;
		padding:6px 0!important
	}
	.TabHome{
		padding-left:0px!important;
	}
	.sm-icons {
    	margin-left: 20px;
    	float: left;
		padding-left: 0px!important;
	}
	.stickydesktop a {
    	font-size: 12px!important;
		padding: 6px 12px!important;
	}
	.count-box img {
    	width: 80px!important;
	}
	.MFSocialLinks {
    	/*text-align: right!important;*/
	}
	.demoform {
    padding:0px!important;
    box-shadow:none!important;
    margin-top:4px!important;
    margin-bottom:10px!important;
	}
	.section-title h2 {
    	font-size: 26px!important;
	}
	#hero h4 {
    margin-bottom: 10px!important;
	}
	#hero p {
		margin-bottom: 10px!important;
	}
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
}

.counts .count-box i {
  display: block;
  font-size: 50px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 30px;
  display: block;
  font-weight: 700;
  color: #010f2e;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
  background-image: url(../img/aliment-right.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #fb6317;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(255, 190, 158, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #010f2e;
  transition: 0.3s;
  font-weight: 700;
}

.services .title a:hover {
  color: #fb6317;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #ffb590;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
  color: #181818;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #428bca !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 20px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: #010f2e;
  padding: 15px 0;
  border-radius: 4px;
  opacity: 0.9;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #e0f9c1;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fb6317;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 30px 0;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #fb6317;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fb6317;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #010f2e;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #181818;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #fb6317;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 30px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fb6317;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background: #010f2e;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #010f2e;
  border-top: 1px solid #76c21b;
  border-bottom: 1px dashed #67839c;
  padding: 30px 0 6px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .twitter:hover {
  background:#1c9cea;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top .facebook:hover {
  background:#3d548e;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top .youtube:hover {
  background:#f60000;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top .linkedin:hover {
  background:#0077b5;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top .instagram:hover {
  background:#cc3b92;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#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: #fb6317;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fb6317;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#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: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: left;
  padding-top: 10px;
}
#footer .copyright a {
	color:#fb6317;
}

#footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fb6317;
}
.carousel-control-next, .carousel-control-prev {
    /*color: #182541;*/
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    /*color: #182541;*/
}
/*mobile top start*/
.topshare{
	float:left;
	display:inline-block;
}
.topshare i{
	color:#43a351;
}
.topmobile{
	background:#010f2e;
	padding:8px 10px;
	overflow: hidden;
	display:none;
}
.topmobile ul{
	float:right;
	margin-bottom:0px;
	z-index: 9999;
	position: relative;
}
.topmobile ul li{
	display:inline-block;
	/*padding-left:0px;*/
}
.topmobile a{
	color: #fff;
	font-size: 14px;
	padding: 3px 4px;
	border-radius: 4px;
}
.btn-group, .btn-group-vertical {
	position:absolute;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.sharetop .dropdown > button i {
    width: 15px;
}
.sharetop .dropdown-menu {
    z-index: 103;
    padding: 0;
    margin-top: 4px;
    font-size: 0;
    box-shadow: none;
    background-color: #33a621;
	width: 185px;
}
.sharetop li {
    padding: 4px 4px;
    /*border-right: 1px solid #e3e3e3;*/
    margin: 0;
	border-radius: 4px;
}
.sharetop li {
    display: inline-block;
    margin: 0 0px 0px 0;
}
.sharetop .dropdown > button {
    padding: 2px 8px 0px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    min-width: 0;
    margin: 0;
    margin-left: 0px;
    background-color: transparent;
    box-shadow: none !important;
	border:1px solid #fb6317;
}
.sharetop ul {
    float: left;
    padding-left: 0px;
}
/*mobile top closed*/
.height {
    margin-top: 0px;
}
.about-lists{
	background-image:url(../img/aliment-left.png);
	background-repeat:no-repeat;
	background-position: left center;
}
.services-08-thumb {
    margin-bottom: 10px;
}
.services-08-thumb i {
    width: 70px;
    height: 70px;
    border-width: 2px;
    border-color: #fb6317;
    border-style: solid;
    display: inline-block;
    font-size: 30px;
    color: #fb6317;
    line-height: 66px;
    border-radius: 50%;
    text-align: center;
}
.services-08-thumb img {
	width: 50px;
}
.services-08-thumb i:hover {
	/*background-color:#fb6317;
	color:#fff;*/
}

.Hregister{
	/*background:url(../img/hr-bg.png);*/
	background-size:cover;
	background-color: #ffe4d6;
	padding:30px 0 50px;
}
.Hregister h4{
	font-size: 24px;
	font-weight: 700;
	color: #010f2e;
	text-align:center;
	margin-bottom: 0px;
}
.Hregister a{
	background-color:#fb6317;
	border-radius: 30px;
	color: #FFF;
	padding: 10px 30px;
}

.Estimator {
    border: 1px solid #252525;
    padding: 4px 10px !important;
    margin-top: 8px;
    color: #252525;
    border-radius:20px;
}
/*footer mobile start*/
.stickymobile{
	background:#010f2e;
	position: sticky;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	z-index:111;
	border-radius: 0px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
.stickymobile ul{
	margin-bottom:0px;
	width: 100%;
	padding-left:0px;
}
.stickymobile ul li{
	display:inline-block;
	/*padding-left:16px;*/
	text-align: center;
}
.stickymobile li:first-child {
    width: 24%;
}
.stickymobile li:nth-child(2) {
    width: 40%;
}
.stickymobile li:nth-child(3) {
    width: 30%;
}
.stickymobile a{
	color: #fff;
	font-size: 15px;
	padding: 6px 1px;
	border-radius: 4px;
}
/*footer mobile closed*/
.estimator{
	padding:30px 0px;
}
.demoform {
    padding: 30px 20px 20px 20px;
    box-shadow: 0 11px 34px 0 rgba(45,62,68,.1);
    border-radius: 0px;
    background-color: #fff;
    /*border: 1px solid #eee;*/
    margin-top: 16px;
    margin-bottom: 20px;
}
.form-control {
    border-radius: .0rem !important;
}
.form-control {
    height: calc(2.1rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.8rem;
}
.form-control:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.000), 0 0 0px rgba(0, 0, 0, 0.0);
}
label {
    font-size: 14px;
	color: #181818;
	margin-bottom: 4px;
}
.demopadding{
	padding-bottom:12px;
}
.demoBtn {
    /*background-image: -webkit-linear-gradient( 0deg, rgb(118,194,27) 0%, rgb(167,218,66) 100%);*/
	background-color:#fb6317;
    padding: 8px 40px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    margin-left: 0px;
    color: #fff;
    border: none;
	margin-top:6px;
}
.demoBtn1 {
    padding: 4px 10px!important;
	font-size:14px!important;
}
.inpageTital{
	padding-bottom: 10px!important;
}
.inpageTital h2{
	font-size:22px!important;
}
.form-inline {
    float: right;
}
/*floating sidebar start*/
.content{
  padding:50px 100px;
}
.sidebar-contact h2{
  padding:0;
  margin:0px 0 0px 14px;
  font-size:21px;
  color:#010f2e;
  font-weight:700;
}
.sidebar-contact h2 span{
	font-size:26px;
}
.sideGrid {
}
.sideGrid p {
    color: #fff;
    font-size: 14px;
    line-height:18px;
	margin-bottom: 10px;
}
.sideGrid img {
	width:22px;
	margin-bottom:4px;
	margin-top:4px;
}
.sidebar-contact{
  position:fixed;
  top:52%;
  right:-450px;
  transform:translateY(-50%);
  width:450px;
  height:auto;
  padding:10px;
  background:rgba(255,255,255,.94);
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 2;
}
.sidebar-contact.active{
  right:0;
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#fb6317;
  /*top:0;*/
  left:-48px;
  line-height:48px;
  bottom:0;
}
.toggle:before{
  content:'\f1ec';
  font-family:fontAwesome;
  font-size:22px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    /*height:100%;*/
    right:-100%;
  }
  .sidebar-contact .toggle{
    top:90%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:-48px;
    left:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
/*floating sidebar closed*/

.modal-body p{
	text-align:justify;
	color:#181818;
	font-size:14px;
}
.modal-dialog {
    margin-top: 100px;
}
.abInmain{
	padding:30px 0;
}
.inpageTital h4{
	text-align:left;
	margin-top:8px;
	font-size:20px;
	font-weight:700;
	color:#010f2e;
	font-style:italic;
}
.inpageTital h5{
	text-align:justify;
	margin-top:8px;
	font-size:18px;
	font-weight:700;
	color:#010f2e;
	font-style:italic;
}
.inpageTital p{
	line-height: 24px;
	font-size: 14px;
	text-align: justify;
	color:#181818;
	margin-top:6px;
}
.abInPageContent h4{
	text-align:left;
	font-size:20px;
	font-weight:700;
	color: #010f2e;
	/*border-left: 4px solid #fb6317;
	padding-left: 10px;*/
}
.abInPageContent p{
	line-height: 24px;
	font-size: 14px;
	text-align: justify;
	color:#181818;
}
.abInPageContent {
	padding-bottom:40px;
}
.modal-title {
    color: #010f2e;
}
.process h4{
	text-align:left;
	font-size:20px;
	font-weight:700;
	color: #010f2e;
}
.process p{
	line-height: 24px;
	font-size: 14px;
	text-align: justify;
	color:#181818;
}
.h4-underline {
    background-color: #fb6317;
    height: 3px;
    margin: 10px 0 10px 1px;
    width: 70px;
}
.process{
	margin-bottom:20px;
}
.proHome{
	background-color: #fff;
	box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}
.proHome h4{
	text-align: center;
	font-weight: 700;
	color: #010f2e;
	padding:12px 6px 0px 6px;
	font-size:20px;
	margin-bottom: 0px;
}
.proHome p{
	text-align:justify;
	padding: 0px 20px 20px;
	line-height: 24px;
	font-size: 14px;
	color: #181818;
}
.proHome img{
	width:94%;
	margin-top:10px;
}
.proPage p{
	text-align:justify;
	padding: 0px 4px;
	line-height: 24px;
	font-size: 14px;
	color: #181818;
	margin-bottom:10px;
}
.Hwework{
	margin-bottom:20px;
}
.Hwework h4{
	text-align: left;
	font-weight: 700;
	color: #010f2e;
	padding:6px;
	font-size:17px;
	margin-bottom: 0px;
	border:1px solid #ffe4d6;
}
.Hwework span{
	color: #fb6317;
}
.HW-Mobile{
	margin-top:100px;
}

/*our solution start*/
@media(max-width:768px){
	 .bbb_viewed_item {
     	width: 100%!important;
	}
	.bbb_viewed_item {
		padding: 20px!important;
	}
}
.bbb_viewed {
     padding-top: 0px;
     padding-bottom: 20px;
     background: #fff;
 }

 .bbb_main_container {
     background-color: #fff;
     padding: 11px
 }

 .bbb_viewed_title_container {
     /*border-bottom: solid 1px #dadada*/
 }

 .bbb_viewed_title {
     margin-bottom: 16px;
     margin-top: 8px
 }

 .bbb_viewed_nav_container {
     /*position: absolute;*/
     right: -5px;
     bottom: -30px;
	 margin-top: 20px;
 }

 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer
 }

 .bbb_viewed_nav i {
     color: #dadada;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_nav:hover i {
     color: #606264
 }

 .bbb_viewed_prev {
     margin-right: 15px
 }

 .bbb_viewed_slider_container {
     padding-top: 0px
 }

 .bbb_viewed_item {
     width: 99%;
     background: #FFFFFF;
     border-radius: 6px;
     /*padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px;*/
	 box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
	 padding: 10px;
	 border: 1px solid #DDD;
 }


 .bbb_viewed_image img {
     display: block;
     max-width: 100%
 }

 .bbb_viewed_content {
     width: 100%;
     margin-top: 25px
 }


 .bbb_viewed_item.discount .bbb_viewed_price {
     color: #df3b3b
 }

 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }

 .item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }

 .item_discount {
     background: #df3b3b;
     margin-right: 5px
 }

 .item_new {
     background: #0e8ce4
 }

 .bbb_viewed_item.discount .item_discount {
     display: inline-block
 }

 .bbb_viewed_item.is_new .item_new {
     display: inline-block
 }
 .bbb_viewed_item h4{
	text-align:left;
	font-weight: 600;
	color: #010f2e;
	padding:10px 0px;
	font-size:17px;
	margin-bottom: 0px;
	width:100%;
 }
 .bbb_viewed_item h5{
	text-align:left;
	font-weight: 500;
	color: #181818;
	padding-bottom:6px;
	font-size:15px;
	margin-bottom: 0px;
 }
 .bbb_viewed_item h6{
	text-align:left;
	font-weight: 500;
	color: #181818;
	padding-bottom:6px;
	font-size:15px;
	margin-bottom: 0px;
 }
 .bbb_viewed_item p{
	text-align:justify;
	padding:0px 0px 8px 0px;
	line-height: 24px;
	font-size: 14px;
	color: #181818;
	margin-bottom:0px;
}
.slink{
}
.slink a{
	background-color:#fb6317;
	color:#fff;
	padding: 4px 10px;
	font-size: 13px;
	border-radius: 12px;
}
.slink a:hover{
	background-color:#cc4400;
}
/*our solution closed*/

.demoform h4{
	text-align: left;
	font-weight: 700;
	color: #010f2e;
	padding:0px 16px;
	font-size:16px;
	margin-bottom: 0px;
}
.demoform h5{
	text-align: left;
	font-weight: 700;
	color: #717171;
	padding:4px;
	font-size:14px;
	margin-bottom: 0px;
}
.estiBox{
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 6px;
	margin:10px 0px;
}
.estiBox img{
	width: 32%;
    margin-top: 6px;
}
.estiBox h4{
	text-align:center;
	font-weight: 700;
	color: #010f2e;
	padding:2px 2px 10px 2px;
	font-size:24px;
	margin-bottom: 0px;
	font-family: Roboto;
}
.estiBox h5{
	text-align:center;
	font-weight: 700;
	color: #484848;
	padding:10px 6px;
	font-size:14px;
	margin-bottom: 0px;
	font-family: Roboto;
	background-color: #eaeaea;
}
.demoform p{
	text-align:justify;
	padding:10px;
	line-height: 24px;
	font-size: 14px;
	color: #181818;
	margin-bottom:0px;
}
.projectBox{
	box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
	padding:30px 20px;
}
.projectBox img{
	border-radius:10px;
}
.proPadding{
	padding-bottom:20px;
}
.servicePage{
	margin-bottom:40px;
}
.servicePage h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
	background-color:#010f2e;
	padding:4px 8px;
	border-left:4px solid #fb6317;
	margin-bottom: 20px;
}
.servicePage p {
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #181818;
}
.servicePage h5 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #010f2e;
    border-left: 4px solid #fb6317;
    padding-left: 10px;
}
.servicePage ul li {
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #181818;
	margin-bottom:6px;
}
.servicePage ul {
	padding-left:12px;
	padding-top:8px;
}
.servicePage img {
	width:20%;
}
.scroll p {
    text-align: justify;
    margin: 6px ​0px 8px 0px;
    line-height: 24px;
    font-size: 14px;
    color: #181818;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fb6317;
    font-weight: 600;
}
.nav-link{
	color: #010f2e;
    font-weight: 600;
}
.nav-link:hover{
	color: #010f2e;
    font-weight: 600;
}
.modal-dialog {
    max-width: 600px!important;
}
/*start pop up scrolling home page project*/
.wrapper { 
        background:#fff; 
        box-shadow: 1px 1px 10px #d4d4d4; 
        margin: auto; 
        text-align: center; 
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px !important;
        width: 100%;
        padding: 10px;
    }
    .scrolls { 
        overflow-x: scroll;
        overflow-y: hidden;
    white-space:nowrap;
	padding-bottom: 10px;
    } 
    .scrolls img { 
        box-shadow: 1px 1px 10px #999; 
        margin: 2px;
        max-height: 100px;
        cursor: pointer;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
    }
/*closed pop up scrolling home page project*/

.career h4{
	 text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #010f2e;
}
.career p{
	line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #181818;
}
/*stickydesktop start*/
.stickydesktop {
    background: #fff;
    position: sticky;
    bottom: 0;
    width: 100%;
    line-height: 42px;
    z-index: 111;
	box-shadow: 0 -2px 4px rgb(3 27 78 / 10%);
	padding:14px 0;
}
.stickydesktop h4 {
	text-align:center;
    font-size: 20px;
    font-weight: 700;
    color: #010f2e;
	margin-bottom:0px;
	margin-top: 10px;
}
.stickydesktop a{
	background-color: #fb6317;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 20px;
}
.stickydesktop a:hover{
	background-color: #010f2e;
    color: #fff;
}
/*stickydesktop closed*/
.HStextBox h4{
	text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #010f2e;
}
.HStextBox p{
	line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #181818;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fb6317;
	border-radius: 30px;
}
.nav-pills .nav-link {
	background-color: #e4e4e4;
    border-radius: 20px;
    margin-left: 4px;
}
.TabHome{
	padding-left:260px;
}
.HProPopup{
	padding: 0px!important;
    border: 0px solid #DDD!important;
}
.count-box img {
    width: 100px;
}
.ECCPrev, .ECCNext{
	bottom: 76px!important;
}
.EcaroIndicator{
	bottom: 70px!important;
}
.NearHP h4{
	padding: 10px 0px 0px 0px;
}
.NearHP p{
	padding: 2px 0px 0px 0px;
}
.sm-icons {
    flex-direction: row;
	padding-left: 14px;
}
.sm-icons .nav-item {
    padding-right: 10px;
}
.Pri-Net h6{
	color: #010f2e;
    font-weight: 600;
	margin-top: 14px;
	margin-bottom: 2px;
}
.Pri-Net p{
	padding: 0px;
}
/*collapse start*/
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    /*transform: rotate(180deg);*/
}
.md-accordion .card i {
    float: right;
	font-size:16px;
	font-weight:600;
}
.card {
	margin-top:16px;
	margin-bottom: 16px;
}
.card-header {
    padding: .55rem .55rem;
}
.card-header h5{
	text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #010f2e;
	line-height: 20px;
}
.card-body h6{
	text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #010f2e;
}
.card-body h5{
	text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #010f2e;
}
.card-body ul{
	padding-left:20px;
}
.card-body ul li {
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    color: #181818;
    margin-bottom: 0px;
}
.card-body p {
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    color: #181818;
    margin-bottom: 0px;
}
/*collapse start closed*/
.MFSocialLinks{
	text-align:center;
	margin-top:4px;
}
.MFSocialLinks a{
	padding:0px 12px;
	font-size:21px;
}
.MFSocialLinks, .twitterM i{
	color:#1c9cea;
}
.MFSocialLinks, .facebookM i{
	color:#3d548e;
}
.MFSocialLinks, .linkedinM i{
	color:#0077b5;
}
.MFSocialLinks, .instagramM i{
	color:#cc3b92;
}
.MFSocialLinks, .youtubeM i{
	color:#f60000;
}
a.SerPageLink{
	color:#fb6317;
	font-weight:700;
}
a.SerPageLink:hover{
	color:#010f2e;
	text-decoration:underline;
}
.videothumb img{
	width:40%;
}
.videothumbMain{
	margin-top:30px;
}
#contact{
	padding: 30px 0;
}
/*faq start*/
.faq {
    background-color: #f5f9fc;
	margin-bottom:0px;
}
#mainCaptcha
{
  background-color: #136dac;
  color: #fefcfc;
  padding: 10px;
  font-weight: 700;
  box-shadow: 2px 2px 2px 2px #f1efef;
  border-radius: 4px;
}
/*faq closed*/