.btn-1 {
    background: #4e92ff;
    color: #fff;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.btn-1:hover {
    background: #4efcf3;
    color: #000;
}
.btn-2 {
    background: var(--mt-color);
    color: #000;
    border-radius: 4px;
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid var(--mt-color);
}
.btn-2:hover {
    background: #FFF;
    color: #000
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: var(--mt-color);
  font-size: 52px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 90px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
    margin-top: 10px;
}

#services .title a {
  color: #111;
}

/*
#services .box:hover .title a {
  color: #fff;
}
*/

#services .description {
  font-size: 14px;
  margin-left: 100px;
  line-height: 24px;
  margin-bottom: 0;
    color: #444;
    text-align: justify;
}

/*
#services .section-header h3 {
    color: #fff;
}
*/

#services .box a {
    color: #111;
}
#services .box a:hover {
    color: var(--mt-color);
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f7f7f7;
  min-height: 40px;
  margin-top: 100px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 80px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
}

.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: "/";
}

.breadcrumbs ol li a {
    color: #222;
}
.breadcrumbs ol li a:hover {
    color: var(--mt-color);
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

.p-25 {
    margin-bottom: 25px;
}
.p-10 {
    margin-bottom: 20px;
}
#solution {
    padding: 40px 0 80px;
}
.header-scrolled #logo img {
    width: 250px;
}
.about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  position: relative;
}

.about-col .img {
  position: relative;
}

.about-col .img img {
  border-radius: 4px 4px 0 0;
}

.about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: var(--mt-color);
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

.about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

.about-col:hover .icon {
  background-color: #fff;
}

.about-col:hover i {
  color: var(--mt-color);
}

.about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

.about-col h2 a {
  color: #000;
}

.about-col h2 a:hover {
  color: var(--mt-color);
}

.about-col p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-bottom: 0;
  padding: 0 15px 30px 15px;
  
}
.pbox {
    background: #fff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    padding: 70px 30px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.pbox h3 {
    color: #111;
    font-weight: 700;
    padding-bottom: 5px;
}
.pbox h3:before {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: relative;
  top: 43px; /* your padding + border-width */
}
.dt h3:before {
    top:76px;
}
.pbox h3:after {
  content: "";
  display: block;
  border-bottom: 5px solid var(--mt-color);
  width: 25%;
  position: relative;
  bottom: -7px; /* your padding + border-width */
}
.pbox h3 span {
    color: var(--mt-color);
}
.pbox p {
    text-align: justify;
    margin-bottom: 15px;
}
.pbox h6 {
    color: #111;
    font-weight: 700;
}
.pbox ul {
    padding-left: 20px; 
}
.pbox ol {
    padding-left: 20px; 
}
.pbox ol li {
    margin-bottom: 8px;
}
.solution-title {
    background: #595959;
    padding: 50px 0;
}
.form {
    background-image: url(../img/temp/contact-bg.jpg);
}
.solution {
    background-image: url(../img/temp/p-bg.jpg);
    background-position: center left;
    background-size: cover;
    padding: 100px 0;
}
.solution-1 {
    background-image: url(../img/temp/p-bg-1.jpg);
    background-position: center left;
    background-size: cover;
    padding: 100px 0;

}
.solution-2 {
    background-image: url(../img/temp/p-bg-2.jpg);
    background-position: center right;
    background-size: cover;
    padding: 100px 0;
}
.solution-3 {
    background-image: url(../img/temp/p-bg-3.jpg);
    background-position: center;
    padding: 100px 0;
}
.solution-4 {
    background-image: url(../img/temp/p-bg-4.jpg);
    background-position: center right;
    padding: 150px 0 100px;
}
.solution-5 {
    background-image: url(../img/temp/p-bg-5.jpg);
    background-position: center left;
    padding: 120px 0;
}
.solution-6 {
    background-image: url(../img/temp/p-bg-6.jpg);
    background-position: center right;
    padding: 100px 0;
}
.solution-7 {
    background-image: url(../img/temp/p-bg-7.jpg);
    background-position: center left;
    padding: 100px 0;
}
.asection {
    margin-top: -100px;
    margin-bottom: 100px;
}
.about {
    background-image: url(../img/temp/aboutus-bg.jpg);
    background-position: center;
    padding: 100px 0 150px;
    margin-bottom: 30px;
}
.abox {
    padding: 40px 35px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 20px 70px 0px rgb(38 42 76 / 15%);
}
.abox i {
    background: var(--mt-color);
    color: #111;
    text-align: center;
    font-size: 36px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50% 50% 50% 50%;
    margin-bottom: 30px;
}
.abox h4 {
    color: #111111;
    font-weight: 700;
}
.abox p {
    text-align: justify;
}
.nav-pills .nav-link {
    background: #111;
    color: #fff;
    margin-right: 10px;
}
.nav-pills .nav-link:hover {
    background: var(--mt-color);
    color: #111;
}
.nav-pills .nav-link.active {
    background: var(--mt-color);
    color: #111;
}

.sbox {
    text-align: center;
    padding: 10px;
}
.sbox img {
    border-radius: 100%;
    margin-bottom: 30px;
    border: 3px solid var(--mt-color);
    width: 100px;
}
.sbox h6 {
    color: #111;
    font-weight: 700;
    
}
.nbox {
    text-align: center;
    padding: 10px;
}
.nbox img {
    margin-bottom: 20px;
}
.nbox h6 {
    color: #111111;
    font-weight: 700;
    
}

.menu-has-children ul li .sf-with-ul {
    margin-bottom: 0;
}
.sf-arrows li ul li .sf-with-ul {
     margin-bottom: 0;
}
#software .nav-item {
    margin-bottom: 5px;
}
.sborder {
    border: 1px solid #ccc;
}
.slogo img {
    text-align: center;
    margin-bottom: 15px;
}



/*----------------------------RESPONSIVE STYLES------------------------------- */

/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {	
    

    
}

/* ---------- MAX 1000PX ---------- */	
@media screen and (max-width: 1000px) {


    
}	
	
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {

}

/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
    .abox { margin-bottom: 30px; }
    .nav-pills .nav-item { margin-bottom: 15px; }
    .pbox h3:before { display: none; }
    .pbox img { margin-bottom: 30px; }
    
}

/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {
    #featured-services h4 { text-align: left; padding: 0; }
    #featured-services p { padding: 0; }
    .pr-0 { padding-right: 15px!important; }
    .pl-0 { padding-left: 15px!important; }
    .abox { margin-bottom: 30px; }
    .nav-pills .nav-item { margin-bottom: 15px; }
    .pbox h3:before { display: none; }
    .pbox img { margin-bottom: 30px; }
 
}

/* ---------- MAX 640PX ---------- */
@media screen and (max-width: 640px) {
    #featured-services h4 { text-align: left; padding: 0; }
    #featured-services p { padding: 0; }
    .pr-0 { padding-right: 15px!important; }
    .pl-0 { padding-left: 15px!important; }
    .abox { margin-bottom: 30px; }
    .nav-pills .nav-item { margin-bottom: 15px; }
    .pbox h3:before { display: none; }
    .pbox img { margin-bottom: 30px; }
    #services .description { height: auto!important; }
}

/* ---------- MAX 480PX ---------- */
@media screen and (max-width: 480px) {
    #featured-services h4 { text-align: left; padding: 0; }
    #featured-services p { padding: 0; }
    .pr-0 { padding-right: 15px!important; }
    .pl-0 { padding-left: 15px!important; }
    .abox { margin-bottom: 30px; }
    .nav-pills .nav-item { margin-bottom: 15px; }
    .pbox h3:before { display: none; }
    .pbox img { margin-bottom: 30px; }
    #services .description { height: auto!important; }

}

/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
    #featured-services h4 { text-align: left; padding: 0; }
    #featured-services p { padding: 0; }
    .pr-0 { padding-right: 15px!important; }
    .pl-0 { padding-left: 15px!important; }
    .abox { margin-bottom: 30px; }
    .nav-pills .nav-item { margin-bottom: 15px; }
    .pbox h3:before { display: none; }
    .pbox img { margin-bottom: 30px; }
    #services .description { height: auto!important; }

}

/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
    #featured-services h4 { text-align: left; padding: 0; }
    #featured-services p { padding: 0; }
    .pr-0 { padding-right: 15px!important; }
    .pl-0 { padding-left: 15px!important; }
    .abox { margin-bottom: 30px; }
    .nav-pills .nav-item { margin-bottom: 15px; }
    .pbox h3:before { display: none; }
    .pbox img { margin-bottom: 30px; }
    #services .description { height: auto!important; }

}