 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,800&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  color: #212121;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif;
}

a {
  color: #ff4300;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #696969!important;
  opacity:1!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #696969!important;
  opacity:1!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #696969!important;
  opacity:1!important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #d33900;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #d33900;
  color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 75px;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 60px;
  background: #fff;
}

#header .logo h1 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}


/*--------------------------------------------------------------
# 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: #555555;
  padding: 8px 0 12px 25px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff4300;
  text-decoration: none;
}
.nav-menu .couter li {
    display: block;
    float: none !important;
    text-align: right;
}
.nav-menu .couter li a {
    padding: 0;
}
.nav-menu .call a {
  color: #9b9b9b;
  border-radius: 50px;
  margin: 0 0 0 30px;
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 16px;
}
.nav-menu .calltitle {
    color: #6b6b6b;
    font-weight: 500;
}
.nav-menu .call i {
    color: #d8b65b;
  font-size: 17px;
}
.nav-menu .call a:hover {
  color: #9b9b9b;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 25px;
  top: calc(100% + 30px);
  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;
  border-radius: 5px;
}

.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;
  text-transform: none;
  color: #222222;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ff4300;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.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;
}
.steps-outer {
    padding: 0 0 30px;
}
.chkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 17px;
  color:#696969;
  line-height: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 30px;
}

/* Hide the browser's default checkbox */
.chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 1px #dadada;
}

/* When the checkbox is checked, add a blue background */
.chkbox input:checked ~ .checkmark {
  background-color: #ff4300;
  border: 3px solid #fff;
}

.checkmark:after {
  position: absolute;
  display: none;
}

.chkbox input:checked ~ .checkmark:after {
  display: block;
}

.chkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chkbox select {
    border: 0px none;
    border-bottom: 1px solid #acacac;
    color: #696969;
  position: relative;
  top: -4px;
  width: 100%;
}
#msform {
    text-align: center;
    position: relative;
    background: #fff;
  padding: 50px;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea, #states {
    padding: 8px 15px 8px 15px;
    border: 0px none;
    border-bottom: 1px solid #ededed;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #696969;
    font-size: 16px;
    letter-spacing: 1px;
  font-weight: 500;
}
#msform #range_slide
{
	padding:0px !important
}
.range-slider #slider
{
	display:none;
}
#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-width: 0
}

#others:focus,
#fifth_slide input:focus,
#fifth_slide textarea:focus {
    outline-width: 0;
  box-shadow: 0 0 0 0.2rem  #a46868!important;
}

#sixth_slide h5 {
    line-height: 30px;
}
.icofont-navigation-menu {
    display: none;
}
#msform .action-button {
    width: auto;
    background: #ff6000;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 20px 100px;
    margin: 10px 0px 10px 5px;
  font-size: 18px;
  box-shadow: 0px 5px 10px -1px #ffd5bb;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #ff6000
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}



#msformx .action-button {
    width: auto;
    background: #ff6000;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 20px 100px;
    margin: 10px 0px 10px 5px;
  font-size: 18px;
  box-shadow: 0px 5px 10px -1px #ffd5bb;
}

#msformx .action-button:hover,
#msformx .action-button:focus {
    background-color: #ff6000
}

#msformx .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msformx .action-button-previous:hover,
#msformx .action-button-previous:focus {
    background-color: #000000
}








.secure, .offer {
    color: #626262;
    font-size: 14px;
}
.offer span{
  font-weight:500;
}
.secure i{
  color: #000;
  font-size: 17px;
  float: left;
  margin-right: 12px;
}
.offer .checkmark {
    left: 11px;
}
.terms {
    color: #9f9f9f;
    font-size: 13px;
    padding: 12px 0 0;
  margin: 0;
}
.box .row {
    margin: auto;
    padding: 0 50px;
}
.box2 .row {
    display: inherit;
    margin: auto;
    text-align: center;
    padding: 0 220px;
}
.card {
    z-index: 0;
    border: none;
    position: relative;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px!important;
  border-radius:0;
  margin-bottom: 30px !important;
}

.fs-title {
    font-size: 25px;
    color: #212121;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: center
}

.apply {
    font-size: 14px;
    color: #797979;
    text-align: center;
  display: inherit;
}

.orange-btn {
    color: #ff6000;
    font-weight: normal
}

.steps {
    font-size: 30px;
    color: #212121;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 5px
}

.progress-bar {
    background-color: #31e29f;
}
@-webkit-keyframes progress-bar-stripes2 {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes2 {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes2 {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress2 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  height:5px;
}
.progress-bar2 {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes2 2s linear infinite;
       -o-animation: progress-bar-stripes2 2s linear infinite;
          animation: progress-bar-stripes2 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped2 .progress-bar-warning2 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger2 {
  background-color: #d9534f;
}
.progress-striped2 .progress-bar-danger2 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.progress2:last-child {
    margin: 0;
}
.progress2 .progress-bar2 {
  background-color: #5c4084;
  position: relative;
  border-radius: 4px;
}

.progress2 {
  overflow: visible;
  margin-bottom: 37px;
  height: 5px;
}
.progress2 .progress-bar2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a46868+0,ff4300+100 */
background: #a46868; /* Old browsers */
background: -moz-linear-gradient(left, #a46868 0%, #ff4300 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #a46868 0%,#ff4300 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #a46868 0%,#ff4300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a46868', endColorstr='#ff4300',GradientType=1 ); /* IE6-9 */
  position: relative;
  border-radius: 4px;
  height: 5px;
}
.progress2 .progress-bar2 span {
  position: absolute;
  top: -20px;
  font-size: 16px;
  line-height: 10px;
  padding: 2px 3px 2px 4px;
  right: -1.4em;
  border-radius: 2px;
  color: #000;
  font-weight: 700;
}
.demo h1 {
    font-size: 16px;
    font-weight: 700;
}
.fit-image {
    width: 100%;
    object-fit: cover
}
.progre_s {
    padding: 0 150px;
}
.owl-buttons {
  display: none;
}
.owl-carousel:hover .owl-buttons {
  display: block;
}

.owl-item {
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 20px;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  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: #29c16d;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ff4300;
  text-decoration: none;
}

.mobile-nav .call {
  text-align: center;
  margin-top: 10px;
}

.mobile-nav .call a {
  background: #29c16d;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 30px;
  display: inline-block;
}

.mobile-nav .call a:hover {
  background: #29c16d;
  color: #fff;
}

.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: "\eaa1";
}

.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-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.wrap{
  margin-top: 70px;
  padding: 0;
  background-image: url(../images/ptrn.png);
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  margin-top: 0;
  padding-top: 7px;
  text-align: center;
  background-image: url('../images/banner.png');
  background-size: cover;
  background-position: center;
}

#hero h1 {
  font-family: 'Poppins', sans-serif;
  margin: 0 0 10px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #212121;
}

#hero h1 span{
  color:#ea3d00;
}

#hero h2 {
  font-family: 'Poppins', sans-serif;
  color: #212121;
  font-size: 16px;
}

#hero h2 span{
  font-weight:700;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #ff4300;
  border: 2px solid #ff4300;
}

#hero .btn-get-started:hover {
  background: #ff4300;
  color: #fff;
}

#hero img {
    width: 46px;
  margin: 0 auto 20px;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.mob{
  display:none;
}
.offer p {
    padding-left: 4px;
}
.list {
    padding: 0;
}
.list li {
    text-transform: capitalize;
  list-style: none;
  padding: 0 0 10px;
}
.list li i {
    color: #fff;
    background: #ff4300;
    padding: 4px;
    float: left;
    margin: 0 10px 10px 0;
  border-radius: 100%;
    font-size: 12px;
}
input#others {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 5px 2px;
    top: -7px;
    cursor: auto;
}
@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";
  }
}
@media (max-width: 1170px) {
  .box .row{
    padding: 0;
  }
  .box .chkbox{
    padding-right:0;
  }
  .box2 .row{
    padding: 0 85px!important;
  }
  .box2 .chkbox{
    width:50%;
  }
  .about .section-title h2{
    padding: 100px 0 0 0!important;
  }
  .demo{
    margin: 50px 0 0!important; 
  }
  #footer i{
    font-size: 20px!important;
    width: 39px!important;
  }
}
@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 70%;
  }
}
@media (max-width: 1000px) {
  .about .section-title h2 {
    padding: 70px 0 0 0;
}
}
@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
  .form-card {
    margin: 0 0 20px;
}
  .box .chkbox {
    max-width: 100%;
  flex: 0 0 100%;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 35px;
  } 
  .box2 .row{
    padding: 0 85px!important;
  }
  .box2 .chkbox{
    display: inline;
  }
  .progre_s {
    padding: 0;
}
}
@media (max-width: 991px) {
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
  .about img {
    display: none;
}
.about .section-title h2 {
    padding: 0;
}
.intro{
  padding: 70px 0 0!important;
}
#footer .col-lg-2 {
    text-align: center;
  margin:20px 0 0;
}
}

@media (max-width: 768px) {
   #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    background: #fff;
  }
  #header .logo h1 {
    font-size: 28px;
  }
  #hero {
    margin-top: 20px;
  }
  #hero h1 {
    font-size: 35px;
    line-height: 36px;
    padding: 0 100px;
  }
  #hero h2 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 0 55px;
  }
  #hero .hero-img img {
    width: 70%;
  }
  .card{
    padding: 20px !important;
  }
  
.steps {
    font-size: 20px;
  }
  .fs-title {
    font-size: 18px;
    padding: 0 60px;
  }
  .progress{
    margin-bottom: 0;
  }
  #msform fieldset{
    padding-bottom: 0;
  }
  #msform{
    padding: 35px 25px 25px;
  }
  #progress_show{
    top: -27px;
  }
  .mob .count-box img {
    width: 87px !important;
  float: none !important;
  display: inline-block !important;
  margin: 0 0 30px !important;
}
#msform {
    padding: 12px 25px 25px;
}
.box .row{
  padding: 0;
}
#hero h2{
  margin-bottom: 0;
}
#msform .action-button{
  width: 100%;
}
.progre_s {
    padding: 0;
}
#msform input, #msform textarea{
  margin-bottom: 0;
}
.mob{
  display:block!important;
}
.mob .count-box span, .mob .count-box p {
    margin:0!important
}
.desktop{
  display:none;
}
.wrap{
    background-image: url(../images/mob-slider-bg.jpg);
  background-size: contain;
  background-position: bottom;
}
.testimonials .testimonial-item .testimonial-img {
    width: 70px!important;
}
.testimonials .testimonial-item {
    padding: 60px 60px 0!important;
}
.section-title h2 {
    font-size: 30px!important;
}
.about .section-title h2 {
    padding: 0 95px!important;
    text-align: center!important;
}
.about {
    background-image: url('../images/about-mob-bg.jpg')!important;
  background-size: cover !important;
}
.about img {
    display: none;
}
.about .col-lg-6 {
    padding-right: 15px!important;
}
.demo{
  padding: 30px!important;
  margin: 30px 0 20px!important;
}
.intro{
  padding: 70px 0 0!important;  
}
.fs-title{
  line-height: 25px;
}
.progress{
  margin: 7px 0 0;
}
.slider-wrapper{
  margin: 30px auto 60px!important;
}
#footer .col-lg-2 {
    width: 100%;
    text-align: center;
  margin: 20px 0;
}
#footer .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

#footer .container .col-lg-10 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

#footer .container .col-lg-2 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #footer i{
    width: 33px!important;
    height: 33px!important;
    font-size: 16px!important;
    line-height: 13px;
  }
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  #msform .action-button{
    margin: 0;
  }
}

@media (max-width: 767px) {
  #header .logo img {
    height: 25px!important;
}
.topicon {
    display: none;
}
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
  .mob{
  display:none;
  }
  #hero {
    margin-top: 0;
    padding-top: 0;
}
  .wrap {
    margin-top: 60px;
  }
  #hero h1, #hero h2{
	  display: none;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
  #msform {
    padding: 12px 10px 25px;
}
.calltitle {
    display: none !important;
}
}
@media (max-width: 472px) {
  #hero h1{
    padding: 0 50px;
  }
}
@media (max-width: 430px) {
  .box2 .row {
    padding: 0 !important;
}
#msform .action-button{
  padding: 20px 0;
}
#header .logo img{
  height: 30px;
}
.intro img{
  max-width: 300px;
}
}

@media (max-width: 380px) {
  .testimonials .testimonial-item{
    margin: 30px 0!important;
    min-height: 400px!important;
  }
  }
}
@media (max-width: 360px) {
.offer span {
    padding-left: 5px;
}
#msform .action-button{
  margin: 0!important;
}
header .container {
    padding: 0 5px;
}
#header .logo img {
    height: 22px !important;
}
} 
@media (max-width: 320px) {
  .testimonials .testimonial-item{
    margin: 30px 0;
    min-height: 460px;
  }
  .nav-menu .call a{
    margin: 0;
  }
  #counts {
    padding: 0;
}
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  color: #212121;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}



/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about{
  background: url('../images/ptrn2.jpg');
  padding-bottom: 0;
  background-size: cover;
}
.about .section-title h2 {
    text-align: left;
  padding: 137px 0 0 0;
}
.about .col-lg-6 {
    padding-right: 0;
}
.about p {
    color: #000;
  font-weight: 500;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ff4300;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #ff4300;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ff4300;
}

.about .content .btn-learn-more:hover {
  background: #ff4300;
  color: #fff;
  text-decoration: none;
}
.demo {
    background: #fff;
    padding: 67px;
    border-radius: 25px;
  margin: 70px 0 0;
}
.success strong {
    font-size: 30px;
}
.form-card .fa.fa-check {
    color: #fff;
    font-size: 30px;
    background: #ff4300;
    padding: 12px;
    border-radius: 100%;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar_new {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress {
  overflow: visible;
  height: 5px;
}
.progress {
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.progress .progress-bar {
  background-color: #ff4300;
  position: relative;
  border-radius: 4px;
}
.progress .progress-bar_new {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a46868+0,ff4300+100 */
background: #a46868; /* Old browsers */
background: -moz-linear-gradient(left, #a46868 0%, #ff4300 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #a46868 0%,#ff4300 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #a46868 0%,#ff4300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a46868', endColorstr='#ff4300',GradientType=1 ); /* IE6-9 */
  position: relative;
  border-radius: 4px;
  height: 5px; 
}
.progress .progress-bar span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a46868+0,ff4300+100 */
background: #a46868; /* Old browsers */
background: -moz-linear-gradient(left, #a46868 0%, #ff4300 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #a46868 0%,#ff4300 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #a46868 0%,#ff4300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a46868', endColorstr='#ff4300',GradientType=1 ); /* IE6-9 */
  position: absolute;
  bottom: -20px;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 3px 2px 4px;
  right: -1.4em;
  border-radius: 2px;
}
.progress .progress-bar span:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #5c4084;
  border-width: 5px;
  margin-left: -5px;
}
.progre_s span {
    color: #ff4300;
    font-weight: 500;
  font-size: 16px;
}
.slider-wrapper {
  max-width: 800px;
  display: inherit;
  position: relative;
  margin: 30px auto 40px;
}

.ui-slider {
  background: #9b9b9b;
  height: 2px;
  position: relative;
  border-radius: 100px;
}

.ui-slider-range {
  background: #ff4300;
  height: 2px;
  position: absolute;
  transform: translateY(-1px);
}
.ui-slider-range:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.ui-slider-handle {
  background: #555;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 49%;
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 10;
  background: #ff4300;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  box-shadow: inset -2px -2px 6px 2px rgba(0, 0, 0, 0.1);
  transition: width 0.1s;
}
.ui-slider-handle:focus {
  outline: none;
}
.ui-slider-handle:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.ui-state-active {
  width: 22px;
}

.range-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.range {
  background: #fff;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #555;
  width: 150px;
  z-index: 10;
  position: relative;
}

.range-value {
  width: 74px;
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  transition: background 0.1s;
  color: #ff4300;
  font-size: 16px;
  padding-left: 5px;
  width: 100%;
}
.range-value sup {
    top: 0;
    font-size: 16px;
}

.range-divider {
  width: 1px;
  display: inline-block;
}
.range-divider:after {
  width: 1px;
  height: 100%;
  content: '-';
  color: #ff4300;
}

.range-alert {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #d2d2d2;
  color: #0E0E0E;
  line-height: 15px;
  transition: right 0.2s;
}
.range-alert.active {
  right: -15px;
}

.marker {
  position: absolute;
  top: 100%;
  padding-top: 16px;
  font-size: 17px;
color: #a6a6a6;
  letter-spacing: 0.05em;
}
.marker:after {
  content: '';
  width: 1px;
  height: 8px;
  background: #d2d2d2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ui-widget.ui-widget-content {
    border: 1px solid #9b9b9b;
    background: #9b9b9b;
    height: 2px;
}
.ui-slider-handle {
    background: #ff4300!important;
    border: 0px none!important;
    border-radius: 100%!important;
  top: -10px!important;
}
.breadcrumb-outer {
    padding-bottom: 30px;
    margin-top: 20px;
}
.newbread {
    background: #ff4300;
}
.breadcrumb{
  background: transparent;
}
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active{
    color: #fff;
}
.innerpage {
    padding-top: 0;
}
.offer p {
    padding-left: 4px;
}
button.close_btn {
    background: transparent;
    border: 0px none;
    font-size: 23px;
}
.modal{
    background: rgba(0, 0, 0, 0.7);
}
#myModal p {
    font-weight: 500;
}
.left-val, .right-val{
    padding-top: 16px;
    font-size: 17px;
    color: #a6a6a6;
    letter-spacing: 0.05em;
}
.left-val {
    float: left;
}
.right-val{
  float: right;
}
.price-picker{
    padding: 8px 0;
    text-align: center;
    display: inline-block;
    transition: background 0.1s;
    color: #ff4300;
    font-size: 16px;
    padding-left: 5px;
  width: 100%;
}

.marker-0:after {
  display: none;
}

.marker-25 {
  left: 25%;
}

.marker-50 {
  left: 50%;
}

.marker-75 {
  left: 75%;
}

.marker-100 {
  right: 0;
}
.marker-100:after {
  display: none;
}

.gear-wrapper {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  backface-visibility: hidden;
  width: 150px;
  height: 20px;
  overflow: hidden;
}

.gear-large {
  width: 40px;
  height: 40px;
  background: #d2d2d2;
  border-radius: 100px;
  position: absolute;
  top: 18px;
  left: 18px;
  transform-origin: 50% 50%;
  transition: top 0.15s;
}
.gear-large:after {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e8e8e8;
  border-radius: 100px;
}
.gear-large:nth-child(2) {
  background: #d2d2d2;
  left: auto;
  right: 18px;
}
.gear-large:nth-child(2) .gear-tooth {
  background: #d2d2d2;
}
.gear-large.active {
  top: 4px;
}

.gear-tooth {
  width: 22%;
  height: 114%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  background: #d2d2d2;
  border-radius: 2px;
}
.gear-tooth:nth-child(2) {
  transform: rotate(90deg) translate(-50%, -50%);
}
.gear-tooth:nth-child(3) {
  transform: rotate(45deg) translate(-50%, -50%);
}
.gear-tooth:nth-child(4) {
  transform: rotate(-45deg) translate(-50%, -50%);
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box img {
  display: block;
  float: left;
  box-shadow: 0 12px 6px -6px #d3e7d5;
  margin-right: 37px;
margin-bottom: 50px;
border-radius: 5px;
}

.counts .content .count-box span {
  font-size: 25px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-left: 50px;
  padding-bottom: 15px;
}

.counts .content .count-box p {
  margin: 0 0 0 50px;
  font-size: 16px;
  color: #797979;

}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

.intro{
  text-align:center;
  background-color: #1fc9be; 
  background-size: cover;
  padding: 70px 0;
      background-position: 50%;

}
.intro img {
    margin: 0 0 30px;
}
.intro p {
    font-size: 12px;
    color: #fff;
}
.footer-links {
    padding: 0 0 25px;
}
.footer-links a {
    color: #fff;
}
.footer-links a::after {
    content: 'I';
    padding: 0 5px;
}
.footer-links :last-child a:after { display:none }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.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;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #ff4300;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #ff4300;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #ff4300;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #ff4300;
}

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f6f6f6;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #ff4300;
}

.features .icon-box:hover {
  background: #eef7fc;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 70px 30px 30px 44px;
  margin: 30px 15px;
  min-height: 300px;
  position: relative;
  background: #f0f3f3 url('../images/bb.png') no-repeat;
  border-radius: 25px;
  text-align: left;
}

.testimonials .testimonial-item .testimonial-img {
  width: 105px;
  border-radius: 100%;
  border: 10px solid #d33900;
  float: left;
  box-shadow: 0 12px 6px -6px #b8dabe;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #212121;
}

.testimonials .testimonial-item h4 {
  font-size: 15px;
  color: #ff492a;
  margin: 0 0 10px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}
.cimage {
    border: 12px solid #f0f3f3;
    float: left;
    border-radius: 100%;
  margin-right: 10px;
}
.checkedstar {
  color: #ffb400;
}
.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 {
  margin: 15px auto 15px auto;
  float: left;
  color:#212121;
  font-size: 15px;
  font-weight: 500;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #ff492a !important;
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ff4300;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ff4300;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #ff4300;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.pricing .box h4 {
  font-size: 42px;
  color: #ff4300;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #ff4300;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #ff4300;
  color: #ff4300;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #ff4300;
  color: #fff;
}

.pricing .recommended {
  border-color: #ff4300;
}

.pricing .recommended .btn-buy {
  background: #ff4300;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.faq .faq-item i {
  color: #8bc4ea;
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #ff4300;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #ff4300;
}

.contact .social-links a:hover {
  background: #ff4300;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #ff4300;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.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: center;
  padding: 15px;
  font-weight: 600;
}

.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 button[type="submit"] {
  background: #ff4300;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #2383c4;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f3f3;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #ff4300 !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.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-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #d33900;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
}
#footer i {
    color: #d33900;
    background: #fff;
    padding: 10px;
    font-size: 25px;
    width: 45px;
    text-align: center;
    border-radius: 100%;
#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}

#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #ff4300;
}
.progre_s span   {  
  margin-left:20%;
}
.prog_success{
  background: #a46868 !important;
    background: -moz-linear-gradient(left, #a46868 0%, #ff4300 100%) !important;
    background: -webkit-linear-gradient(left, #a46868 0%,#ff4300 100%) !important;
    background: linear-gradient(to right, #a46868 0%,#ff4300 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a46868', endColorstr='#ff4300',GradientType=1 ) !important;
}
.owl-carousel div{
  width:300px !important;
}
#message_validate {
    color: #ff6000;
    font-weight: 700;
}
#range_slide
{
	padding:0px !important 
}