


/** service-details **/

.service-details{
    position: relative;
    padding: 100px 0px 94px 0px;
  }
  
  .service-details-content{
    position: relative;
    display: block;
    margin-right: -10px;
  }
  
  .service-details-content .image-box img{
    width: 100%;
    padding: 9px 8px 0px 8px;
  }
  
  .service-details-content .content-style-one .image-box{
    position: relative;
    display: block;
  }
  
  .service-details-content .content-style-one .sec-title{
    margin-bottom: 15px;
  }
  
  .service-details-content .content-style-one .text{
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .stdy-list{
    margin-bottom: 20px;
  }
  
  .service-details-content .content-style-one .text p{
    margin-bottom: 28px;
  }
  
  .service-details-content .content-style-one .text p:last-child{
    margin-bottom: 0px;
  }
  
  .service-details-content .content-style-one .list-item li{
    position: relative;
    display: block;
    font-size: 16px;
    color: #383636;
  /*  font-weight: 700;*/
    margin-bottom: 1px;
    padding-left: 25px;
  }
  
  .service-details-content .content-style-one .list-item li:last-child{
    margin-bottom: 0px;
  }
  
  .service-details-content .content-style-one .list-item li:before{
    position: absolute;
    content: "\f101";
    font-size: 12px;
    font-family: 'fontawesome';
    left: 0px;
    top: 0px;
  }
  
  .service-details-content .content-style-one{
    position: relative;
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 6px 25px rgb(0 0 0 / 18%) !important;
    
  }
  
  .heght-wrp{
    height: 673px;
    overflow-y: scroll;
    padding: 20px 5px 15px 11px;
  }
  
  .service-details-content .content-style-two .image-box{
    position: relative;
    display: block;
    margin-bottom: 53px;
  }
  
  .service-details-content .content-style-two .text{
    margin-bottom: 40px;
  }
  
  .service-details-content #content_block_two .content-box .single-progress-box .piechart{
    float: left;
    margin-bottom: 0px;
    width: 50%;
  }
  
  .service-details-content #content_block_two .content-box .single-progress-box .text{
    position: relative;
    float: left;
    text-align: left;
    padding: 30px 20px 25px 10px;
    margin: 0px;
    width: 50%
  }
  
  .service-details-content .content-style-two{
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 52px;
  }
  
  .service-details .service-sidebar{
    position: relative;
    display: block;
    margin-left: 40px;
  }
  
  .service-details .service-sidebar .sidebar-categories ul li{
    position: relative;
    display: block;
    margin-bottom: 12px;
  }
  
  .service-details .service-sidebar .sidebar-categories ul li:last-child{
    margin-bottom: 0px;
  }
  
  .service-details .service-sidebar .sidebar-categories ul li a{
    position: relative;
    display: block;
    overflow: hidden;
    background: #f0f5f9;
    font-size: 18px;
    color: #222;
    line-height: 30px;
    font-weight: 400;
    border-radius: 3px;
    padding: 10px 15px;
    z-index: 1;
  }
  
  
  .service-details .service-sidebar .sidebar-categories ul li a img{
    width: 14%;
  background-color: #f2f2f2;
  padding: 2px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px #00000057;
  margin-right: 10px;
  }
  
  .service-details .service-sidebar .sidebar-categories ul li a:after{
    position: absolute;
    content: "\f061";
    font-family: 'fontawesome';
    font-weight: 700;
    top: 14px;
    right: 20px;
    font-size: 14px;
    color: #204669;
    transition: all 500ms ease;
  }
  
  .service-details .service-sidebar .sidebar-categories ul li a:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .service-details .service-sidebar .sidebar-categories ul li a:hover:before,
  .service-details .service-sidebar .sidebar-categories ul li a.active:before{
    width: 100%;
    left: 0px;
  }
  
  .service-details .service-sidebar .sidebar-categories ul li a:hover,
  .service-details .service-sidebar .sidebar-categories ul li a.active{
    color: #fff;
  }
  
  .service-details .service-sidebar .sidebar-categories ul li a.active:after,
  .service-details .service-sidebar .sidebar-categories ul li a:hover:after{
    color: #fff;
  }
  
  .service-details .service-sidebar .sidebar-categories{
    position: relative;
    margin-bottom: 10px;
  /*  overflow-y: scroll;*/
    height: auto;
    padding: 16px 13px;
  }
  
  .prgrm-sidbr{
    height: 405px !important;
  }
  
  .service-details .service-sidebar .sidebar-testimonial{
    position: relative;
    display: block;
    background: #204669;
    padding: 44px 40px 41px 40px;
    margin-bottom: 53px;
  }
  
  .service-details .service-sidebar .sidebar-testimonial .content-box .text{
    position: relative;
    margin-bottom: 30px;
  }
  
  .service-details .service-sidebar .sidebar-testimonial .content-box .text p{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-style: italic;
  }
  
  .service-details .service-sidebar .sidebar-testimonial .content-box .author-info{
    position: relative;
    padding: 11px 0px 11px 70px;
    margin-bottom: 43px;
  }
  
  .service-details .service-sidebar .sidebar-testimonial .content-box .author-info .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .service-details .service-sidebar .sidebar-testimonial .content-box .author-info .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .service-details .service-sidebar .sidebar-testimonial .content-box .author-info h6{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
  }
  
  .service-details .service-sidebar .sidebar-testimonial .content-box .author-info .designation{
    position: relative;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
  }
  
  .sidebar-testimonial .owl-theme .owl-dots{
  
    text-align: center;
  }
  
  .sidebar-testimonial .owl-theme .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 8px;
    background: #cccccc;
    border-radius: 5px;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .sidebar-testimonial .owl-theme .owl-dots .owl-dot.active span,
  .sidebar-testimonial .owl-theme .owl-dots .owl-dot span:hover{
    width: 18px;
  }
  
  .service-details .service-sidebar .sidebar-testimonial .quote-box{
    position: absolute;
    right: 35px;
    bottom: 45px;
    font-size: 40px;
    line-height: 40px;
    color: rgba(255,255,255,0.3);
  }
  
  .service-details .service-sidebar .sidebar-title{
    position: relative;
  /*  margin-bottom: 10px;*/
    padding: 24px 13px 12px;
  }
  
  .service-details .service-sidebar .sidebar-title h3{
    font-size: 24px;
    padding-left: 40px;
    position: relative;
   
    
   
    left: 0px;
    
    
  }
  .text_for_item{
    color: white;
  }
  .buttonfor-apply{
    padding: 5px 10px;
    display: inline;
    position: relative;
    left: -10px;
  }
  
  .service-details .service-sidebar .sidebar-title h3:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    left: 0px;
    top: 15px;
  }
  
  .service-details .service-sidebar .sidebar-info .sidebar-content p{
    position: relative;
    margin-bottom: 21px;
    color: #fff;
  }
  
  .service-details .service-sidebar .sidebar-info .info-list li{
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
    padding-left: 35px;
  }
  
  .service-details .service-sidebar .sidebar-info .info-list li:last-child{
    margin-bottom: 0px;
  }
  
  .service-details .service-sidebar .sidebar-info .info-list li i{
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 18px;
  }
  
  .service-details .service-sidebar .sidebar-info .info-list li a{
    color: #fff;
  }
  
  .service-details .service-sidebar .sidebar-info .info-list li a:hover{
  color: #fff;
  }
  
  .service-details .service-sidebar .sidebar-info .info-list{
    position: relative;
    display: block;
    margin-bottom: 22px;
  }
  
  .service-details .service-sidebar .sidebar-info .social-links li{
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 25px;
    height: 25px;
    background-color: #e8502f30;
    text-align: center;
    line-height: 23px;
  }
  
  .service-details .service-sidebar .sidebar-info .social-links li:last-child{
    margin-right: 15px;
  }
  
  .service-details .service-sidebar .sidebar-info .social-links li a{
    font-size: 13px;
    color: #cccccc;
  }
  
  
  
  .service-details .service-sidebar .sidebar-info{
    position: relative;
    margin-bottom: 46px;
    padding: 20px;
  }
  
  .service-details .service-sidebar .download-option .download-file{
    position: relative;
    display: block;
    background: #f0f5f9;
  }
  
  .service-details .service-sidebar .download-option .download-file li{
    position: relative;
    display: block;
    padding: 20px 25px;
    border-bottom: 1px solid #c8d7e3;
  }
  
  .service-details .service-sidebar .download-option .download-file li:first-child{
    border-top: 1px solid #c8d7e3;
  }
  
  .service-details .service-sidebar .download-option .download-file li a{
    font-size: 16px;
    color: #222;
  }
  
  .service-details .service-sidebar .download-option .download-file li a i{
    position: relative;
    top: 4px;
    margin-right: 10px;
    font-size: 24px;
  }
  
  
  
  .service-details .service-sidebar .download-option .sidebar-title{
    margin-bottom: 17px;
  }
  
  .main-footer.alternet-5 .widget-section .logo-widget .info-list li i{
    color: #fff;
  }
  
  
  
  
  .service-details-content .content-style-one .list-item li:before{
      color: #B6033A;
  }
  
  .service-details .service-sidebar .sidebar-categories ul li a:before{
      background: #3a5780;
  }
  
  .sidebar-testimonial .owl-theme .owl-dots .owl-dot.active span,
  .sidebar-testimonial .owl-theme .owl-dots .owl-dot span:hover{
    background: #B6033A;
  }
  
  .service-details .service-sidebar .sidebar-title h3:before{
      background: #B6033A;
  }
  
  .service-details .service-sidebar .sidebar-info .info-list li i{
      color: #eaeef2;
  }
  
  .service-details .service-sidebar .sidebar-info .info-list li a:hover{
        color: #B6033A;
  }
  
  .service-details .service-sidebar .sidebar-info .social-links li a:hover{
        color: #B6033A;
  }
  
  .service-details .service-sidebar .download-option .download-file li a i{
      color: #B6033A;
  }
  
  .service-details .service-sidebar .download-option .download-file li a:hover{
        color: #B6033A;
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  
  
  .service-details .service-sidebar{
    margin-left: 0px;
  }
  
  .rtl .service-details .service-sidebar{
    margin-right: 0px;
  }
  
  .service-details-content{
    margin-right: 0px;
  }
  
  .rtl .service-details-content{
    margin-left: 0px;
  }
  
  
  .rtl .service-details .service-sidebar{
    text-align: right;
  }
  
  .rtl .service-details .service-sidebar .sidebar-categories ul li a:after{
    right: inherit;
    left: 45px;
    content: "\f060";
  }
  
  .rtl .service-details .service-sidebar .sidebar-testimonial{
    direction: ltr;
  }
  
  .rtl .service-details .service-sidebar .sidebar-testimonial .quote-box{
    right: inherit;
    left: 35px;
  }
  
  .rtl .service-details .service-sidebar .sidebar-title h3{
    padding-left: 0px;
    padding-right: 40px;
  }
  
  .rtl .service-details .service-sidebar .sidebar-title h3:before{
    left: inherit;
    right: 0px;
  }
  
  .rtl .service-details .service-sidebar .sidebar-info .info-list li{
    padding-left: 0px;
    padding-right: 35px;
  }
  
  .rtl .service-details .service-sidebar .sidebar-info .info-list li i{
    left: inherit;
    right: 0px;
  }
  
  .rtl .service-details .service-sidebar .download-option .download-file li a i{
    margin-right: 0px;
    margin-left: 10px;
  }
  
  .rtl .service-details-content{
    text-align: right;
  }
  
  .rtl .service-details-content #content_block_two .content-box .single-progress-box .text{
    text-align: right;
  }
  
  .rtl .service-details-content .content-style-one .list-item li{
    padding-left: 0px;
    padding-right: 25px;
  }
  
  .rtl .service-details-content .content-style-one .list-item li:before{
    left: inherit;
    right: 0px;
    content: "\f100";
  }
  
  .rtl .service-details-content #content_block_two .content-box .single-progress-box .piechart{
    float: right;
  }
  
  .rtl .service-details-content{
    margin-right: 0px;
    margin-left: -10px;
  }
  
  .rtl .service-details .service-sidebar{
    margin-left: 0px;
    margin-right: 40px;
  }
  
  
  .service-details .service-sidebar .sidebar-categories ul li a:before{
      background: #3a5780;
  }
  b {
    color: #B6033A;
  }
  
  .sidebar-testimonial .owl-theme .owl-dots .owl-dot.active span,
  .sidebar-testimonial .owl-theme .owl-dots .owl-dot span:hover{
    background: #B6033A;
  }
  
  .service-details .service-sidebar .sidebar-title h3:before{
      background: #B6033A;
  }
  
  .service-details .service-sidebar .sidebar-info .info-list li i{
      color: #eaeef2;
  }
  
  .service-details .service-sidebar .sidebar-info .info-list li a:hover{
        color: #B6033A;
  }
  
  .service-details .service-sidebar .sidebar-info .social-links li a:hover{
        color: #B6033A;
  }
  
  .service-details .service-sidebar .download-option .download-file li a i{
      color: #B6033A;
  }
  
  .service-details .service-sidebar .download-option .download-file li a:hover{
        color: #B6033A;
  }
  /*-----*/



 
  .theme-btn {
    border: 0;
    color: #FFF !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding: 18px 37.8px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #012369;
    z-index: 1;
    overflow: hidden;
    position: relative;
    left: 40px;
  }
  .theme-btn:after {
    background:#0044ff ;
  }
  .theme-btn.btn__2 {
    z-index: 1;
    overflow: hidden;
    position: relative;
  }
  .theme-btn.btn__2:after {
    background: #EF0548 !important;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .theme-btn.btn__2:hover, .theme-btn.btn__2:focus {
    color: #FFF !important;
  }
  .theme-btn.btn__2:hover:after, .theme-btn.btn__2:focus:after {
    height: 380%;
  }
  @media (max-width: 900px) {
    .theme-btn.btn_sm__2 {
      padding: 12px 25px;
    }
  }
  @media (max-width: 767px) {
    .theme-btn {
      padding: 17px 30px;
      font-size: 14px;
    }
  }
  @media (max-width: 580px) {
    .theme-btn {
      padding: 16px 26px;
    }
  }
  @media (max-width: 480px) {
    .theme-btn {
      padding: 15px 25px;
    }
  }
  .theme-btn i {
    font-size: 12px;
    margin-left: 10px;
  }
  .theme-btn.btn-white {
    color: #0E1E36;
    background-color: #FFF;
  }
  .theme-btn.btn-white:after {
    background: #012369;
  }
  .theme-btn:hover, .theme-btn:focus {
    color: #FFF;
    background-color: #012369;
  }
  .theme-btn.btn-sm {
    padding: 15px 29px;
  }
  .theme-btn.btn-yellow {
    background-color: #012369;
  }
  .theme-btn.btn-yellow:after {
    background: #012369;
  }
  .theme-btn.btn-yellow:hover, .theme-btn.btn-yellow:focus {
    background: #012369;
  }
  .theme-btn.btn-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .theme-btn.btn-red {
    background-color: #EF0548;
  }
  .theme-btn.btn-red:after {
    background: #012369;
  }
  .theme-btn.btn-red:hover, .theme-btn.btn-red:focus {
    background-color: #EF0548;
  }
  .theme-btn.btn-black {
    padding: 8px 79.1px;
    background-color: #0E0A01;
  }
  .theme-btn.btn-black:after {
    background: #012369;
  }
  .theme-btn.btn-black:hover, .theme-btn.btn-black:focus {
    background: #012369;
  }
  .theme-btn.btn-transparent {
    color: #012369;
    padding: 13.5px 31.1px;
    background: transparent;
    border: 1.5px solid rgba(255, 156, 0, 0.3);
  }
  .theme-btn.btn-transparent i {
    margin: 0 10px 0 0;
  }
  .theme-btn.btn-transparent:after {
    background: #012369;
  }
  .theme-btn.btn-transparent:hover, .theme-btn.btn-transparent:focus {
    color: #000;
    background: #012369;
    border-color: #012369;
  }
  .theme-btn.btn-border {
    color: #243342;
    padding: 13.5px 26.5px;
    background: transparent;
    border: 1.5px solid rgba(36, 51, 66, 0.5);
  }
  .theme-btn.btn-border:after {
    background: #243342;
  }
  .theme-btn.btn-border:hover, .theme-btn.btn-border:focus {
    color: #FFF;
    background: #243342;
  }
  .theme-btn.btn-yellow-transparent {
    color: #012369;
    padding: 13.5px 31.1px;
    background: transparent;
    border: 1.5px solid rgba(255, 156, 0, 0.3);
  }
  .theme-btn.btn-yellow-transparent:after {
    background: #012369;
  }
  .theme-btn.btn-yellow-transparent:hover, .theme-btn.btn-yellow-transparent:focus {
    color: #FFF;
    border-width: 1px;
    padding: 14px 31.6px;
    border-color: #012369;
    background: transparent;
  }
  .theme-btn:after {
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .theme-btn:hover:after, .theme-btn:focus:after {
    height: 380%;
  }
  



  /*--------*/


  .careers{
    margin-top: 100px;
    margin-bottom: 100px;
  }



  .service_row{
    margin-top: 50px;
  }
  
@media screen and (max-device-width: 600px) {
 

 
   .mbimages{
    display:block !important;
 }
 .mbimages{
    display: none !important;
 }
}


.footer-widget__contact-list {
  position: relative;
  display: block;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
}

.footer-widget__contact-list li+li {
  margin-top: 10px;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: inline-block;
}

.footer-widget__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.footer-widget__contact-list li .content {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget__contact-list li .content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
}

.footer-widget__contact-list li .content p {
  font-size: 16px;
  line-height: 22px;
}

.footer-widget__contact-list li .content p a {
  color: var(--bixola-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li .content p a:hover {
  color: #0079c1;
}