/* Start single service page css */
.carrers_area {
  padding: 50px 0px;
}
.single-sidebar-widget{

}
.single-sidebar-widget .nav.nav-tabs {
  border: none;
}

.single-sidebar-widget .nav.nav-tabs li {
  float: none;
  margin-bottom: 3px;
}

.single-sidebar-widget .nav.nav-tabs li a {
  display: block;
  border: none;
  background: #1d72c9;
  font-size: 12px;
  color: #FFF;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 25px;
  padding: 10px 0px 10px 5px;
  border-radius: 0px;
  cursor: pointer;

  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}


.single-sidebar-widget .nav.nav-tabs li a:hover , .single-sidebar-widget .nav.nav-tabs li.active a {
  background: #98c739;
  color: #fff !important;
}



.single-sidebar-widget .nav.nav-tabs li:last-child {
  margin-bottom: 0px;
}


.download_btn a {
  display: block;
  background: #ea2222;
  padding: 13px 18px;
  font-size: 18px;
  /*font-family: "Lato", sans-serif;*/
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

.download_btn a img {
  float: right;
}
.single-sidebar-widget.affix {
  top: 0;
  width: 270px;
  position: fixed;
}

.single-sidebar-widget.affix-bottom {
  position: absolute;
  width: 270px;
}
.service_content_right_col{

}
.service_content_bx{
  
}
.service_content_bx h2 {
  font-size: 24px;
  color: #242424;
/*  font-family: 'Roboto', sans-serif;*/
  font-weight: bold;
  text-transform: uppercase;
  padding: 35px 0 20px;
}
.service_content_bx p {
  font-size: 17px;
  font-weight: 400;
  color: #797979;
  line-height: 28px;
/*  font-family: "Lato", sans-serif;*/
  letter-spacing: .34px;
  padding-bottom: 15px;
}

.service_content_bx h3 {
  
font-size: 22px;
  
line-height: 28px;
  
margin: 10px 0px 10px 0px;
  
letter-spacing: .44px;
  
color: #016AAD;
}

.service_content_bx p + p {
  padding-bottom: 0px;
}
.service_content_bx .service_point{

}
.service_content_bx .service_point ul {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.service_content_bx .service_point li {
  margin-bottom: 10px;
}

.service_content_bx .service_point li a {
  font-size: 17px;
/*  font-family: "Lato", sans-serif;*/
  color: #173f76;
  letter-spacing: .34px;
  line-height: 20px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}
.service_content_bx .service_point li::before {

    content: '\f14a';
    font-family: 'fontawesome';
    margin-right: 10px;
    font-size: 18px;
    color: #173f76;

}
.service_content_bx .service_point ul li a .fa-arrow-circle-right{
  color: #000;
  font-size: 20px;
}

.service_advantage {
  margin-top: 50px;
}

.service_advantage .service_text_left {
  padding-right: 20px;
}
.service_advantage .service_text_left h2 {
  font-size: 24px;
  color: #242424;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 0 20px;
}

.service_advantage .service_text_left p {
  font-size: 17px;
  /*font-family: "Lato", sans-serif;*/
  color: #797979;
  letter-spacing: .34px;
  line-height: 28px;
}

.service_advantage .service_text_left ul {
  padding-left: 32px;
  padding-top: 25px;
}

.service_advantage .service_text_left ul li {
  margin-bottom: 10px;
}

.service_advantage .service_text_left ul li a {
  font-size: 17px;
/*  font-family: "Lato", sans-serif;*/
  color: #999999;
  letter-spacing: .34px;
  line-height: 20px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}
.service_advantage .service_text_left ul li a .fa-arrow-circle-right{
  color: #000;
  font-size: 20px;
}

.service_advantage .service_text_left ul li a img {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.service_advantage .service_text_left ul li:last-child {
  margin-bottom: 0px;
}

.service_advantage .service_text_left ul li:hover a {
  color: #999999;
}

.service_advantage .service_text_left ul li:hover a img {
  left: -30px;
}
/* End single service page css */


/*============= Start All Services area css =============*/
.service_area {
  padding: 50px 0px;
}

.service_area .section_title {
  padding-bottom: 60px;
}

.service_item_inner {
  margin-bottom: -60px;
  overflow: hidden;
  clear: both;
}

.service_item_inner .service_box_item {
  margin-bottom: 60px;
}
.service_box_item .service_image {
    overflow: hidden;
    position: relative;
    display: block;
}
.service_box_item .service_image::before {
    content: "";
    background: rgb(255, 206, 48,0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    display: block;
}
.service_box_item .service_image img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.service_box_item .service_text {
    border-left: 3px solid #98c738;
   padding-left: 15px;
   margin-top: 10px;
   background-color: #F8F8F8;
   padding: 25px 15px 30px;
   display: table;
   min-height: 235px;
}
.service_box_item .service_text h4 {
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    /*font-family: 'Roboto', sans-serif;*/
    text-transform: uppercase;
    letter-spacing: .32px;
    padding-bottom: 8px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.service_box_item .service_text p {
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    letter-spacing: .34px;
    margin-bottom: 25px;
}
/*============= End All Services area css =============*/



@media (max-width: 1024px){
.single-sidebar-widget .nav.nav-tabs li a {
    font-size: 14px;
    padding: 0px 10px;
  }
  .download_btn a {
    padding: 13px 15px;
    font-size: 14px;
  }
}
/* Style sheet for tablet device*/
@media (max-width: 991px){
.service_advantage .service_text_left {
    padding-bottom: 50px;
  }
  .carrers_area .single-sidebar-widget {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 735px) {
  .service_content_bx .image_thumb{
    margin-bottom: 15px;
  }
  .service_content_bx h2 {
    font-size: 22px;
  }
  .service_advantage .service_text_left h2 {
    font-size: 22px;
}