#inner_hero{
  width: 100%;
  height: 40vh;
  background: #37517e;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about_us .content {
  padding: 10px 0;
}

.about_us .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #213b52;
}

.about_us .content p {
  margin-bottom: 0;
}

.about_us .content .icon-box {
  margin-top: 25px;
}

.about_us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #213b52;
}

.about_us .content .icon-box h4 a {
  color: #213b52;
  transition: 0.3s;
}

.about_us .content .icon-box h4 a:hover {
  color: #fdc134;
}

.about_us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #fdc134;
}

.about_us .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about_us .image {
  background: url("../img/about_us.png") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}
/* this for about_us section first image */

/*Tech Handle Section */
.tech_handle img{
	border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.sub_title{
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #213b52;
}
.image_one{
  background: url("../img/about_us1.png") center center no-repeat;
  background-size: cover;
  min-height: 460px;
}

@media (max-width: 667px) {
  .about_us .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Types of Website | in Website Development page
--------------------------------------------------------------*/
.website_types {
  padding-bottom: 20px;
}

.website_types .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0  0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}

.website_types .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.website_types .icon i {
  font-size: 36px;
  line-height: 1;
}

.website_types .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.website_types .title a {
  color: #111;
}

.website_types .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.website_types .icon-box-pink .icon {
  background: #fceef3;
}

.website_types .icon-box-pink .icon i {
  color: #ff689b;
}

.website_types .icon-box-pink:hover {
  border-color: #ff689b;
}

.website_types .icon-box-cyan .icon {
  background: #e6fdfc;
}

.website_types .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.website_types .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.website_types .icon-box-green .icon {
  background: #eafde7;
}

.website_types .icon-box-green .icon i {
  color: #41cf2e;
}

.website_types .icon-box-green:hover {
  border-color: #41cf2e;
}

.website_types .icon-box-blue .icon {
  background: #e1eeff;
}

.website_types .icon-box-blue .icon i {
  color: #2282ff;
}

.website_types .icon-box-blue:hover {
  border-color: #2282ff;
}

/*process-box*/
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #213b52;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
/*.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}*/

.pro-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #213b52;
}

.pro-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.pro-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fdc134;
  bottom: 0;
  left: calc(50% - 20px);
}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #04889800;
    border-right: 8px solid #048898;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #048898;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}

/* software_features Feature Section
--------------------------------*/
#software_features {
  padding: 60px 0 40px 0;
}

#software_features .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#software_features .box:hover {
  transform: scale(1.1);
}

#software_features .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#software_features .icon i {
  font-size: 36px;
  line-height: 0;
}

#software_features .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#software_features .title a {
  color: #111;
}

#software_features .box:hover .title a {
  color: #1bb1dc;
}

#software_features .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}