.work-process-area{
  /* padding: 21px 0 93px; */
  /* background-color: #f2f2f2; */
}
.work-process-area .sec_middle_title {
    text-align: center;
}
.work-process-area .sec_middle_title h2::after{
  display: none;
}
.work-process-list {
    float: left;
    width: 100%;
    text-align: center;
}
.work-process-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 0px;
    position: relative;
    padding: 0px 0px;
    margin-bottom: 50px;
    float: left;
    width: 285px;
}
.work-process-list ul li:before {
    /* content: "\f178"; */
    font-family: FontAwesome;
    position: absolute;
    right: -35px;
    top: 50%;
    font-size: 29px;
    margin: -37px 0px 0px;
    color: #000;
}
.work-process-list ul li:last-child:before { content: none;}
.work-process-list ul li span {
    display: inline-block;
    width: 140px;
    height: 140px;
    border: 2px solid #744066;
    position: relative;
    margin: 0px 0px 18px;
    line-height: 115px;
}
.work-process-list ul li span i {
    display: inline-block;
    font-size: 50px;
    padding: 33px 0px 0px;
}
.work-process-list ul li:hover span i { color: #000;}

.work-process-list ul li span a {
    position: absolute;
    right: -23px;
    margin: -22px 0px 0px 0px;
    top: 50%;
    font-weight: bold;
    width: 45px;
    height: 45px;
    border: 6px solid #ff5201;
    background-color: #ff5201;
    border-radius: 100%;
    color: #ffffff;
    padding: 9px 0px 0px;
}
.work-process-list ul li:hover span a { opacity: 1;}
.work-process-list ul li h6 {
    margin: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #744066;
    white-space: nowrap;
    font-weight: 600;
}


.div1 {
    border-radius: 12px;
    border: 8px solid white;
}
.br{
    border: 3px solid #744066;
    border-top: 0px;
    margin-top: -2px;
    }


.widget-title1 {
  margin-top: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to right,#744066,#915f83);
  padding: 14px 14px;
  letter-spacing: 2px;
  /* border-radius: 8px; */
  border-radius: 11px 11px 0 0;
  color: white;
  text-align: center;
  font-weight: 500;
  /* background-color: #764268; */
  text-transform: uppercase;
  background-color: #744066;
  background-image: linear-gradient(#703d5e, #94577f, #3e2033);
  font-family: oswald;
  font-style: normal;
}

.widget-title2 {
  margin-top: -1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to right,#204f86,#204f86);
  padding: 7px 11px;
  /* border-radius: 8px; */
  border-radius: 0px 0px 10px 10px;
  color: white;
  text-align: center;
  font-weight: 500;
}

.services-list li {
  background-color: #f1f1f1;
  border-bottom: 1px solid #b7b7b7;
  padding: 10px 15px 10px 20px;
  margin-bottom: 5px;
}

 .services-list li a {color: #17161a;     width: 100%;
    display: block;}
 .services-list li a:hover {color: #ffffff !important;}
 .services-list li:hover {
   /* background: linear-gradient(to right,#6b3d5b,#905e82); */
   background-color: #744066;
   background-image: linear-gradient(#703d5e, #94577f, #3e2033);
}
 .services-list li:hover a {
  color: #fff ;

}
 .services-list li.active {
  /* position: relative; */
  /* border-bottom: 1px solid transparent !important; */
  /* border-top: 1px solid transparent !important; */
}
 .services-list li.active a {
  color: #fff;

}
 .services-list li.active::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  /* border-style: solid; */
  /* border-width: 22px; */
  bottom: 0;
  content: "";
  height: 18px;
  right: -47px;
  position: absolute;
  top: 0px;
  width: 18px;
  transform: scaleX(-1);
}

ul.list {
  list-style: outside none none;
  margin-top: 3px;
  /* padding-left: 11px; */
}

.border-theme-colored {
  border-color: #2E375F !important;
}
.services-list li.active::after {
  /* border-color: transparent #7e476b transparent transparent; */
  /* background-color: #744066; */
  /* background-image: linear-gradient(#703d5e, #94577f, #3e2033); */
}
.services-list li.active {
   background: linear-gradient(to right,#744066,#915f83);
   border-right: 0px solid #915f83!important;
   background-color: #744066;
   background-image: linear-gradient(#703d5e, #94577f, #3e2033);
}

.breadcrumb .active a {
	color: #0097d8 !important;
	font-size:13px;
	font-weight:600;
}

.image_thumb {
  overflow: hidden;
  /*display: inline-block;*/
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 17px #d2cfcf;
  background-color: #FFF;
  padding: 6px;
  margin-bottom: 40px;
}

.image_thumb:before {
  content: "";

  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.image_thumb img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.image_thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image_thumb:hover:before {
  opacity: 1;
}


.image_thumb {
  overflow: hidden;
  /*display: inline-block;*/
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 17px #d2cfcf;
  background-color: #FFF;
  padding: 6px;
  margin-bottom: 40px;
  margin-top: 35px;
}

.image_thumb:before {
  content: "";

  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.image_thumb img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.image_thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image_thumb:hover:before {
  opacity: 1;
}
.have_qus {
      border-radius: 5px;
      padding: 15px 19px;
      background-color: #744066;
      color:white;
}
.have_qus p {
         line-height: 25px;
    font-size: 14px;
    color: white;

     
}

.have_qus h3 {
    margin-top: 0px;
    font-size: 19px;
}

.have_qus .btn-dark {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #111111;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  padding: 13px 25px;
  text-transform: uppercase;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
  margin-top: 15px;
  text-decoration: none;
}
.have_qus .btn-dark i {
  font-size: 17px;
  margin-right: 12px;
  vertical-align: sub;
}
.have_qus .btn-dark:hover{
  background:transparent;
  border: 1px solid #fff;
  color: #ffffff;
}


.jobt{
 background-color: #2e3092;
    color: white;
    padding: 6px;
}
.jobdetail-services {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 18px 25px 11px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    margin-bottom: 30px;
}
.jobdetail-services1 {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 18px 25px 11px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    margin-bottom: 30px;
}
.jobdetail-services ul {
    margin: 0px -7px; }
.jobdetail-services ul li {
    display: inline-block;
    width: 33.333%;
    margin-right: -3px;
    vertical-align: top;
    list-style: none;
    margin-bottom: 14px;
    padding: 0px 7px;
}
.jobdetail-services-inner {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    text-align: center;
    padding: 18px 25px 12px 25px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.jobdetail-services i {
 position: absolute;
 left: 10px;
 top: 0px;
 font-size: 50px;
 color: #2e3092;
 opacity: 0.70;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -ms-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 padding: 10px 11px;
}
.jobdetail-services1  {

 left: 10px;
 top: 0px;

 color: #333;

 transition: all 0.4s ease-in-out;
 padding: 10px 11px;
}
.jobdetail-services1 li{

margin-bottom: 7px;
}
.jobdetail-services1 li i{

margin-bottom: 7px;

margin-right: 7px;

color: #2e3092;
}

.jobdetail-services span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
    position: relative;
    margin-bottom: -3px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.jobdetail-services small {
    font-size: 13px;
    position: relative;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}


.solution_tabs > ul {
  border: 1px solid #e7e7e7;
}


.solution_tabs .active a {
  background: #0097d8;
  /* background: #f2f2f2; */
  color: #5a5a5a;
  font-size: 15px;
  display: block;
  /* height: 58px; */
  line-height: 44px;
  width: 100%;
  /* padding-left: 16px; */
  border-bottom: 1px solid #cecece;
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.solution_tabs > ul {
  /* margin-top: 18px; */
  list-style:none;
  magin-left: 0;
  padding-left: 0;
  /* margin-bottom: 30px; */
  margin-left: 0px;
}
.solution_tabs ul li a {
  background: #f9f9f9;
  color: #333;
  font-size: 15px;
  display: block;
  /* height: 58px; */
  line-height: 44px;
  width: 100%;
  /* padding-left: 18px; */
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  text-align: center;
}

.solution_tabs ul li a:hover{
  background: #2e3092;
  color: #ffffff;
  text-decoration:none;
}

.widget .search-button {
  background: #009688  none repeat scroll 0 0;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  height: 45px;
  color: white;
}	


#accordion .panel-default > .panel-heading .panel-title a:before {color: #ffffff;content: "-";float: right;font-size: 30px;margin-right: 0;padding: 0 0px;font-weight:normal;}



#accordion .panel-default > .panel-heading .panel-title a.collapsed:before {content: "+";margin-right: 0px;color: #ffffff;font-size: 30px;}



.panel-default > .panel-heading {padding: 0px;border-radius: 0px;overflow: hidden;border: none;/* padding-left: 15px; */}



.panel-default > .panel-heading {



    background: none;



}



.panel-default > .panel-heading a {text-decoration: none;font-size: 18px;width: 100%;font-weight: 600;padding: 0px;color: #ffffff;display: inline-block;line-height: 43px;}



.panel-default > .panel-heading + .panel-collapse > .panel-body {



}



#accordion .panel-body p {/* color: #b4b7ba; *//* font-weight: 300; *//* font-size: 16px; *//* line-height: 24px; */margin-bottom: 8px;}



#accordion .panel-body {



    background: #fff;



}



#accordion .panel-default {



    border: 1px solid #dee1e4;



    position: relative;



    overflow: hidden;



}



.acd-items .panel-heading .panel-title a {background: #009688 none repeat scroll 0 0;display: block;font-weight: 600;padding: 9px 17px;position: relative;color: #ffffff !important;text-align: revert;font-size: 16px;box-shadow: 0px 8px 16px 0px rgb(0 109 232 / 15%);}

.acd-items .panel-heading .panel-title a:hover {
  background: #0097d8 none repeat scroll 0 0;
  color: #ffffff !important;o
}

.acd-items .panel-heading {

  padding: 0;

}



.acd-items .panel.panel-default {

  -moz-border-bottom-colors: none;

  -moz-border-left-colors: none;

  -moz-border-right-colors: none;

  -moz-border-top-colors: none;

  border-color: #e7e7e7;

  border-image: none;

  border-radius: inherit;

  border-style: none none solid;

  border-width: medium medium 1px;

  box-shadow: inherit;

  margin-top: 0;

  padding: 0;

}



.acd-items .panel.panel-default:last-child {

  border: medium none;

}



.acd-items .panel.panel-default:last-child .panel-body {

  padding-bottom: 0;

}



.acd-items .panel-body {

  padding: 0px 0;

}



.acd-items .panel.panel-default:first-child {

  margin-top: 0;

}



.faq-area .panel-body p {

  margin: 0;

}



.faq-area .panel-body {

  padding: 15px 0;

}



.faq-area .faq-items .acd-items .panel .panel-body {

  border-color: #e7e7e7;

}



.acd-arrow .panel-group.symb .panel-heading a::before {content: "\f078" !important;font-size: 20px;position: absolute;right: px;top: 8px;font-family: "FontAwesome";font-weight: 400;color: #ffffff;right: 9px;}



.color-crimson .acd-arrow .panel-group.symb .panel-heading a::after {

  color: #e22a31;

}



.color-yellow .acd-arrow .panel-group.symb .panel-heading a::after {

  color: #fbba42;

}



.acd-arrow.left .panel-group.symb .panel-heading a::after {

  content: "\f01b" !important;

  font-size: 20px;

  position: absolute;

  right: auto;

  left: 10px;

  top: 12px;

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

}



.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {

  content: "\f01a" !important;

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

}



.faq-area .faq-items .panel-group {

  margin: 0;

}



.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {

  /* content: "\f105"; */

  /* font-family: "Font Awesome 5 Free"; */

  font-weight: 00;

}



.faq-area.left-sidebar .faq-content {

  float: right;

  margin-top: -20px;

  padding-left: 35px;

}



.faq-area.left-sidebar .left-sidebar .sidebar {

  padding-left: 0;

}



.faq-area .acd-items .panel-body ul li {

  display: block;

  margin-bottom: 10px;

  padding-left: 25px;

  position: relative;

  text-transform: capitalize;

  z-index: 1;

}
.c_details_item i {
 height: 35px;
  width: 50px;
  /* border: 1px solid #04925e; */
  border-radius: 50%;
  color: #cc404b;
  text-align: center;
  line-height: 35px;
  font-size: 23px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}