<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    --main-width: 1300px;
    --main-color: #000;
    --background: #fff;
    --text: #FFF;
    --highlight: #FF1EAD;
    --blue-color:#03528c;
    --yellow-color:#FFB300;
}

*{
  margin:0px;
  padding:0px;
  box-sizing:border-box;
  
}

.underline_color{
	display: inline;
    background-image: linear-gradient(to right, var(--yellow-color), var(--blue-color));
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: left bottom;
}
.blueColor{
    background-color:var(--blue-color) !important;
    
}

.yellowColor{
    background-color:var(--yellow-color) !important;
}

.textyellowColor{
    color:var(--yellow-color) !important;
}

.blueTextColor{
    color:var(--blue-color) !important;;
}

.b-detail-font{
    font-size:0.9rem !important;
}

.centered{
    text-align:center !important;
}
.blackTextColor{
    color:var(--main-color) !important;;
}

.whiteTextColor{
    color:var(--text) !important;
}
.border-dark{
    border: 2px solid #000!important;
}
.border-darks{
    border: 1px solid #fff!important;
}

.border-lights{
    border: 1px solid #fff!important;
}
.padding-right{
    padding-right:0px !important;
}
.padding-left{
    padding-left:0px !important;
}

.text-dark{
    color:#000 !important;
}
@font-face{
    font-family: BalooThambiPara;
    font-display:block;
    src: url(../fonts/BalooThambi2-Regular.woff);
}

html{
    font-size:19px;    
    overflow-x: hidden;
}

body {
    background: #fff;
    font-size:17px;
    font-family: BalooThambiPara;
    letter-spacing: .1rem;
    /*user-select: none;
     -webkit-user-select: none;
    overflow-x: hidden;*/
}

::selection {
	color: #fff;
	background-color: #FFB300;
}

h1, h2, h3, h4, h5, h6{
    font-family: BalooThambiPara;
    font-weight: 400;

}
p{
  font-family: BalooThambiPara;


}

a{
    text-decoration:none;
    font-family: BalooThambiPara;
    
}

.common_border_radius{
    border: 2px solid #000;
    border-radius: 0.5rem;
}

a:hover{
    text-decoration:none;
}

ul {
    list-style: none;
}

ul.disc_ul{
    list-style:circle;
}

img {
    max-width: 100%;
    height: auto;
}

.full_width_img{
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available !important;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.full_height_img{
    height: 350px;
    object-fit: contain;          /* WebKit-based browsers will ignore this. */

}

.rounded1{
    border-radius: 0.5rem!important;
}

.great_work_img{
    height:10rem;
}

/***************Preloader*******************/

 #pageloader {
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 125vh;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 40%;
}

/*******************End Video Section**************/
/* BS4 Grid XXL breakpoint */

/* adding col-xxl */
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}

@media (min-width: 1570px){
    /* expanding BS4 max-width */
    .container {max-width: 1660px;}
    body {
        font-size: 1rem;
    }
    /* grid columns xxl */
    .col-xxl {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
    .col-xxl-auto {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none;}  
    .col-xxl-1 {-webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
    .col-xxl-2 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
    .col-xxl-3 {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
    .col-xxl-4 {-webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
    .col-xxl-5 {-webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
    .col-xxl-6 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
    .col-xxl-7 {-webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
    .col-xxl-8 {-webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
    .col-xxl-9 {-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
    .col-xxl-10 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
    .col-xxl-11 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
    .col-xxl-12 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}

      /* order xxl */
      .order-xxl-0 {-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;}
      .order-xxl-1 {-webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;}
      .order-xxl-2 {-webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;}
      .order-xxl-3 {-webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;}
      .order-xxl-4 {-webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4;}
      .order-xxl-5 {-webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5;}
      .order-xxl-6 {-webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6;}
      .order-xxl-7 {-webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7;}
      .order-xxl-8 {-webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8;}
      .order-xxl-9 {-webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9;}
      .order-xxl-10 {-webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10;}
      .order-xxl-11 {-webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11;}
      .order-xxl-12 {-webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12;}

      /* text-align xxl */
        .text-xxl-center {text-align: center!important;}
        .text-xxl-left {text-align: left!important;}
        .text-xxl-right {text-align: right!important;}  

      /* float xxl */
      .float-xxl-left {float: left!important;}
      .float-xxl-right {float: right!important;}
      .float-xxl-none {float: none!important;}
    
      /* display xxl */
      .d-xxl-none {display: none!important;}
      .d-xxl-inline {display: inline!important;}
      .d-xxl-inline-block {display: inline-block!important;}
      .d-xxl-block {display: block!important;}
      .d-xxl-table {display: table!important;}
      .d-xxl-table-cell {display: table-cell!important;}
      .d-xxl-table-row {display: table-row!important;}
      .d-xxl-flex {display: flex!important;}
      .d-xxl-inline-flex {display: inline-flex!important;}
    
      /* offsets xxl */
      .offset-xxl-1 {margin-left: 8.333333%;}
      .offset-xxl-2 {margin-left: 16.666667%;}
      .offset-xxl-3 {margin-left: 25%;}
      .offset-xxl-4 {margin-left: 33.333333%;}
      .offset-xxl-5 {margin-left: 41.666667%;}
      .offset-xxl-6 {margin-left: 50%;}
      .offset-xxl-7 {margin-left: 58.333333%;}
      .offset-xxl-8 {margin-left: 66.666667%;}
      .offset-xxl-9 {margin-left: 75%;}
      .offset-xxl-10 {margin-left: 83.333333%;}
      .offset-xxl-11 {margin-left: 91.666667%;}
    
      /* spacing xxl */
      .m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}
      .p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}
      .m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}

}

.bg-light{
  background-color: #fff !important;
}

.navbar{
    background-color: rgba(255,255,255,1);
}
.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}

.navbar-dark .navbar-nav .nav-link{
  font-weight:700;
  font-size: 1rem;
}

.box-shadow-right-bottom{
    box-shadow: #ffb300 7px 7px 0 0, #000 7px 7px 0 1px;
}

.box-shadow-right-bottom-blue{
    box-shadow: var(--blue-color) 7px 7px 0 0, #000 7px 7px 0 1px;
}

/********************9th-August***************************************/

.box-shadow-right-bottom-white{
    box-shadow: #fff 7px 7px 0 0, #000 7px 7px 0 1px;
}

.rounded1{
    border-radius:0.8rem !important;
}

.grid_solution{
    background:#000;
}

/***********************End Code****************************************/

/****************New Code******************/
/*header {
    height:100vh;
    min-height:400px;
    background-size:cover;
    background-image:url('https://images.unsplash.com/photo-1470434151738-dc5f4474c239?dpr=1&amp;auto=format&amp;crop=entropy&amp;fit=crop&amp;w=1500&amp;h=1000&amp;q=80&amp;cs=tinysrgb');
}

.divRight{
    top:45%;
}
.hidden-spacer {
    height: 56px
}*/

/*header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}*/

header {
  width: 100%;
  height: 100vh;
  background: url('../images/1.jpg') center center no-repeat;
  background-size: contain;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}
/*********************End New Code**********/
/****************Change the menu dropdown icon**************************/

.dropdown-toggle {

  padding: .5em 1em;
}

.dropdown-menu{
    font-size:0.8rem !important;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: -0.2em 0 0 0.2em;
    vertical-align: middle;
    content: "";
    border: .3em solid;
    border-width: 0 .15em .15em 0;
    transform: rotateZ(45deg)
}

/*************************End Code*****************************/

li.nav-item a{
  color: var(--main-color) !important;
  font-weight:600;
}

.container{
  max-width: var(--main-width) !important;
}

.containers{
    max-width:1450px !important;
}

/**************7*********Top Section********************/

.common_heading{
    font-size: 1.9rem;
}

.common_heading_large{
    font-size:2.2rem;
   
}

.banner_heading{
    color:#fff;
    font-size:1.3rem;
}

.common_p{
    letter-spacing: 0.05rem;
    font-size: 0.87rem;
    /* text-align: justify !important; */
}

.text-center-custom{
    text-align: center !important;
}

 ul.common_p,.b_detail_p,.b_detail_p1{

    text-align: left !important;
    text-align-last: auto !important;
}

.last_line_center{
    text-align-last: center !important;
}

.line_center{
    text-align:center !important;
}
#main_content{
    position:relative;
}

#main_content_btn{
    top:62%;
}

#banner_content{
    top:98.7%;
}

/****************************Home Gallery*********************************/

.slider {
 
  margin: 0 auto;

}

.gallery_csr img {
    box-shadow: #fff -5px -5px 0 0, #000 -5px -5px 0 1px;
    border-radius: 10px;
}

/*.slick-list {
    padding-left: 0px!important; 
}*/

.slick-dots{
    bottom: -60px;
}

.slick-track {
    margin:auto;
}

#gallery .container-fluid, #solutions .container-fluid{
    padding-right:0px !important;
    /*overflow-x:hidden;*/
}
.slider2 {
  margin: 0 auto;

}
.slider2 .slick-list {
    padding-left: 0px!important; 
}

/**********************New Css**************************/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: auto;
}

.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev:before, .slick-next:before{
    color:#000;
    font-size: 1.3rem;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 58%;
    width: 30px;
    height: 30px;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-prev{
    left:0.9rem;
}
.slick-next{
    right:0.9rem;
}

.clients img{
    transition: all 0.4s ease-in-out;
}

.ul_list{
    list-style-type:circle;
    margin-left: 1px;
    padding-left: 1em;
}

/*.clients img:hover{
    transform: scale(1.15);
}*/
/*.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li{
    margin: 0 0.25rem;  
    overflow-x: visible;
}
.slick-dots button {
    margin: 0 0.25rem;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    padding: 0; 
    border: none;
    border-radius: 100%;
    background-color: #4B4B4B;
    text-indent: -9999px;   
}
.slick-dots li.slick-active button {
    background-color: #FBFBFB;
}*/
/*.slick-prev{
    left:15px;
}
.slick-prev:before, .slick-next:before{
    font-family: 'slick';
    font-size: 38px;
    line-height: 1;
    opacity: .75;
    color: #000;
}*/

.solution_img{
    position:relative;
}

.solution_desc{
    position:absolute;
    top:9%;
    left:6%;
    right:6%;
}

.solution_h3{
    font-size: 22px !important;
    margin-left: 0rem !important;
    letter-spacing: 0rem;
}

#solutions h4{
    font-size:19px !important;
}
.stat_h4{
    font-size: 19px !important;
}

.highlight_font{
    font-size:2.2rem !important;
}

.solution_p{
    position:absolute;
    top: 30%;
    left: 8%;
    right: 5%;
}

.solution_p a{
    color:#000;
    text-decoration:underline;
    transition: color .3s;
}

.solution_p a:hover{
    color:#03528c
   
}

.card-wrap {
  flex: 0 0 33.333%;
  display: flex;
  padding: 10px; /* gutter width */
}

.card {
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
  flex: 0 0 100%;
}
/****************************Team Section*********************************/
.feedback-slider-item {
    position: relative;
    padding-left: 8rem;
    padding-right: 0rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.card-home {
    border-radius: 0.5rem !important;
}

.feedback-slider-item img{
    width: 5rem;
    height: 5rem;
}

.team_shadow img {
    width: 7rem;
    height: 7rem;
}
.values-item img {
    width: 125px;
    height: 125px;
}

#achievements .feedback-slider-item{
    padding-left: 7.2rem;
}

#achievements1 .card{
    min-height:26rem;
}
.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    margin-left: 0.5rem;
}

.designation{
  
    margin-top: -16px;
}

/*.feedback-slider-item p {
    line-height: 1.875;
}*/

.feedback-slider-item:after {
    content: "";
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 0;
    top: 103px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius:0.25rem !important;
    z-index: -1;
    box-shadow: #03528c -4px 5px 0 0, #03528c -4px 5px 0 1px;
}
/*.image-flip:after {
    content: "";
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 0;
    top: 103px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0px;
    z-index: -1;
    box-shadow: #03528c -4px 5px 0 0, #03528c -4px 5px 0 1px;
}*/

.team_shadow{
    box-shadow: #03528c -7px 7px 0 0, #03528c -7px 7px 0 1px;
    border-radius: 0rem !important;
    border: 1px solid #000;
}


#achievements .feedback-slider-item:after {
    left: 42px;
    right: 42px;
    background-color: #fff;
    box-shadow: none;
}

#achievements p {
    margin-left: -8rem;
    word-break: break-word;
}

/*.common_heading3{
    font-size: 2rem;
    letter-spacing: 0.1rem;
}*/

/***********************Industries &amp; Accordian Section********************/
.accordion{
  margin: 40px 0;
}
.accordion .item {
    border: none;
    margin-bottom: 50px;
    background: none;
}
.t-p{
  color: #fff;
  padding:40px 14px 71px 14px;
  background: #03528c;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
      border-top: 0px !important;
}

.t-p h4{
    margin-top:0px;
    margin-bottom:0px;
   
}
.remove_border{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom:0px !important;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: #03528c;
    color: white;
    border-radius: 0px;
 
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
}

.accordion .item .item-header h2 button.btn.btn-link1:hover, .accordion .item .item-header h2 button.btn.btn-link1:focus {
    background: #fff !important;
}
.accordion .item .item-header {
    border-bottom: none;
    background: #03528c;
    padding: 2px;
    margin-top: 0px;
        background-color: #03528c;
    border-color: #03528c;
    /*padding: 9px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;*/
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding-bottom: 1px;
    padding-top:2px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 1.1rem;
    color: #000;
    background-color: #fff;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    
    padding: 0.5rem 1rem;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.accordion .item{
        border-top: 0.5rem solid #03528c;
        border-bottom: 0.5rem solid #03528c;
        border-left: 0.5rem solid #03528c;
        border-right: 0.5rem solid #03528c;
        border-radius: 14px;
        background: #03528c;
        overflow-y: auto;
    }
    
    .accordion_team .item{
        border-top: 0.1rem solid #000 !important;
        border-bottom: 0.1rem solid #000 !important;
        border-left: 0.1rem solid #000 !important;
        border-right: 0.1rem solid #000 !important;
        border-radius: 14px;
        background: #fff !important;
        overflow-y: auto;
    }
    
    .accordion_team .item .item-header{
        background:#fff;
    }
    
    .accordion_team .item .item-header h2 i{
        border: 1px solid #000 !important;
    }


/***********************Reach Out Section*************/


fieldset{
	border: 2px solid #000 !important; 
	border-top-color: #000 !important; 
	box-sizing: border-box; 
	grid-area: 1 / 1; 
	padding-top: 15px; 
	padding-bottom: 20px; 
	width: inherit; 
	border-radius: 2rem;
}

.contact_div{
    margin-top:-2rem;
}
p#innerPara{padding:20px ;}
legend{
        width: 18rem;
        padding:10px 20px;
    
} 

.solution_img_border{
	border-radius: 0.5rem;
    border: 2px solid;
}
	



/***********************Button CSS*********************/

.btn-get-started {
    
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;

    color: var(--main-color) !important;
    background:#FFB300;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #f6b024;
}

.btn-get-started:before{
    font-family: fontAwesome;
    content:"\f144\00a0";

}

.btn2{
    position:relative;
    background-color:  #03528c;
    background-image: none;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: #fff -2px 3px 0 0, #000 -2px 3px 0 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 20px;

    overflow: visible;
    padding: 9px 22px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 0.5s;
}

.usp1{
    /*background-color:  #FFB300;
	color: #000;*/
    border-radius: 50%;
    
}

.usp2{
 
    border-radius: 5%;

}

.btn-info{
    box-shadow: none;
    font-size: 1.1rem;
}

.btn3, .btn4{
    box-shadow:none;
    border-radius: 0px;
}

.solutions h4{
    border-radius:2rem;
    background-color:#fff;
    color:#000;
}

.btn4{
    background-color:transparent !important;
    letter-spacing: 0rem;
    font-size:1rem;
}

#reachout a{
    background: #FFB300;
    color: #000;
    padding: 13px 27px;
    font-size: 1.1rem;
    box-shadow: #fff -4px 5px 0 0, #000 -4px 5px 0 1px;
    letter-spacing: 0px;
}


.btn2:hover{
    /*color:#000;
    background:#FFB300;*/
}



.usp2:hover{
    background-color: #03528c;
    color:#fff;
}

#reachout a:hover{
    color:#fff !important;
    background:#03528c !important;
}

.cursor{
    cursor:auto;
}

/*.btn2:hover ~ .cursor {
  transform:translate(-20%, -20%) scale(10);
}*/

a.btn2:hover,button.btn2:hover{
    color:#000 !important;
    background-color:#FFB300 !important;
}

.tab_color_change{
    color:#000 !important;
    background-color:#FFB300 !important;
}

a.apply_btn{
    transition: all 1s;
}

a.apply_btn:hover{
    background-color:#fff !important;
    border:double;
}

button.btn2:active, button.btn2:focus{
    color:#000 !important;
    background-color:#FFB300 !important;
}

.text-stroke{
    -webkit-text-stroke: 0.5px #000;
    -webkit-text-fill-color: white;
    -webkit-animation: fill 0.5s infinite alternate;
}

.text-stroke-yellow{
    -webkit-text-stroke: 0.5px var(--yellow-color);
    -webkit-text-fill-color: white;
    -webkit-animation: fill 0.5s infinite alternate;
}

@-webkit-keyframes fill {
  from { -webkit-text-fill-color: #000; }
  to { -webkit-text-fill-color: slategrey; }
}

/*********************8Video Audio CSS **************/
	
#toggle_button {
    font-size: 16px;
    color: #eee;
    position: absolute;
    top: 25%;
    left: 100%;
    transform: translate(-50%, -70%);
    width: 50px;
    padding: 15px;
    border: none;
    border-radius: 2px;
    outline: none;
    background: rgba(0, 86, 179, 0.8);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease-out;
}

#toggle_button.fade:hover {
    opacity: 0.8;
}

.fade {
    opacity: 0.2;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}



/***********************Footer Responsive************************************/

.footer-section {
  background-color: #03528c;
  position: relative;
  overflow: hidden;
  z-index: 9;
}


.footer-top {
  padding-top: 44px;
  padding-bottom: 0px;
}
.footer-top p,
.company-footer-contact-list li {
   color: #ffffff;

}
.company-footer-contact-list {
  margin-top: 10px;
}
.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.company-footer-contact-list li+li {
  margin-top: 5px;
}
.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
}
.widget-title {
  text-transform: capitalize;
}
.footer-top .widget-title {
    color: #ffffff;
    margin-bottom: 17px;
    font-size: 1.4rem;
    letter-spacing: 0;
}
.courses-link-list li+li {
  margin-top: 5px;
}
.courses-link-list li a {
  color: #ffffff;
  text-transform: capitalize;
  
  /*font-size: 0.8rem;*/
  letter-spacing: 0;

  font-weight: 400;
}

.t-p ul li a{
    text-decoration:underline;
}
.courses-link-list li a:hover {
  color: #FFB300;
}
.courses-link-list li i {
  margin-right: 5px;
}
.footer-top .small-post-title a {
  font-family: var(--para-font);
  color: #ffffff;
  font-weight: 400;
}
.small-post-item .post-date {
  color: #ffb606;
  margin-bottom: 3px;
  font-family: var(--para-font);
  font-weight: 400;
}
.small-post-list li+li {
  margin-top: 30px;
}

.footer-bottom {
  padding: 13px 0;
 
  
}

.footer-section hr{
    border-color: #9294a0;
    
}

.footer-section .container-fluid{
    border-color: #9294a0;
    padding-right:0px !important;
    padding-left:0px !important;
    
}
.copy-right-text {
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 0;
}
.copy-right-text a {
  color: #FFB300;
  
}
.terms-privacy li+li {
  margin-left: 30px;
}
.terms-privacy li a {
  color: #ffffff;
  position: relative;

  font-weight: 100;
  letter-spacing: 0;
}
.terms-privacy li a:after {
  position: absolute;
  content: '      ';
  color: #ffffff;
  display: inline-block;
  top: 0;
  right: -18px;
}
.terms-privacy li+li a:after {
  display: none;
}

/*******************History&amp;Legacy********************/
.stat_container{
    border: 2px solid #000;
    border-radius:0.5rem;
    background-color:var(--blue-color) ;
}
.grid {
    background-image:
      repeating-linear-gradient(#1f66a0 0 1px, transparent 1px 100%),
      repeating-linear-gradient(90deg, #1f66a0 0 1px, transparent 1px 100%);
    background-size: 43px 43px;
}
.grid2 {
    background-image:
      repeating-linear-gradient(#b9b8b8 0 1px, transparent 1px 100%),
      repeating-linear-gradient(90deg, #b9b8b8 0 1px, transparent 1px 100%);
    background-size: 43px 43px;
}
#stat h3{
    background: #fff;
    color: #000;
    font-size: 2.2rem;
    line-height: 100px;
    position: relative;
    text-align: center;
    letter-spacing: 0.005rem;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #000;
    box-shadow: #FFB300 -5px 5px 0 0, #000 -5px 5px 0 1px;
}

.stat1 h3{
    box-shadow: #03528c -5px 5px 0 0, #000 -5px 5px 0 1px !important;
}

#stat h4{
    background: #fff;
    border: 2px solid #000; 
}

/********************Timeline Code********************/

/***************************Timeline Header Code*********************/
.overlay{
    position: absolute;
    bottom: 0px;
    background: rgb(3, 82, 142);
    background: rgba(3, 82, 142, 0.5);
    color: #f1f1f1;
    transition: .7s ease;
    opacity: 1;
    color: white;
    font-size: 20px;

    border: 1px solid transparent;
    border-bottom-right-radius: 9px;
    right: 1.7%;
}

 .timeline_header {
	 width: 100%;
	 position: relative;
	 perspective: 5000px;
}
 .timeline_header:before {
	 position: absolute;
	 content: "";
	 width: 98.9%;
	 height: 2px;
	 background-color: rgba(213, 223, 229, 1);
	 border-radius: 15px;
	 top: 46%;
	 left: 0.8rem;
}

.timeline_header:before{
    left: 0.4rem;
}

 .timeline_header2:before {
	 background-color: transparent;
}
.timeline_header1:before {

	 width: 98.6%;
	 
}
.w-90{
    width:91%;
}
.w-85{
    width:85%;
}

.w-80{
    width:80%;
}

.w-75{
    width:75%;
}

.w-70{
    width:70%;
}

.w-60{
    width: 61% ;
}

.w-55{
    width: 55% ;
}

.w-40{
    width: 40% ;
}

.w-35{
    width: 35% ;
}

.w-30{
    width: 30% ;
}
 .timeline_header .timeline-item {
	 text-align: center;
	 position: relative;
	 z-index: 1;
	 cursor: pointer;
}
 .timeline_header .timeline-item:hover:after {
	 transform: scale(1.5, 1.5);
}
 .timeline_header .timeline-item.selected:after {
	 background-color: rgba(255, 255, 255, 1);
	 border: 5px solid rgba(255, 255, 255, 1);
	 transform: scale(1.5, 1.5);
}
 .timeline_header .timeline-item:after {
	 width: 15px;
	 height: 15px;
	 position: absolute;
	 top: 6px;
     left: 10%;
	 margin-left: -15px;
	 background-color: rgba(3, 82, 140, 1);
     border: 2px solid rgba(255, 255, 255, 1);
	 content: "";
	 border-radius: 50%;
	 transition: transform 0.5s ease;
}

 .timeline_header2 .timeline-item:after {
	 width: 0px !important;
	 height: 0px !important;
	 background-color: none;
     border: none;
	 content: "";
}
 .timeline_header .timeline-item .timeline-content {
	 position: absolute;
	 top: -300px;
	 display: none;
	 width: 350px;
	 left: -60px;
	 cursor: auto;
}
 .timeline_header .timeline-item .timeline-content.fadeIn {
	 animation-delay: 0.2s;
}
 .timeline_header .timeline-item .timeline-content.animated {
	 display: block;
}
 .flex-container {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 justify-content: flex-start;
	 align-content: flex-start;
	 align-items: flex-start;
}
 .flex-items-default {
	width: 170px;
    height: 27px;
}

.flex-items-about{
    width: 150px;
}
.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 88%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 6.2%;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    line-height: 18px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #FF9F55;
    border: 2px solid #000;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.rounded-top-left-1{
    border-top-left-radius: 0.6rem;
}

.rounded-bottom-left-1{
    border-bottom-left-radius: 0.8rem;
}
.rounded-top-right-1{
    border-top-right-radius: 0.6rem;
}

.rounded-bottom-right-1{
    border-bottom-right-radius: 0.8rem;
}
.inner{
    box-shadow: #fff -7px 7px 0 0, #000 -7px 7px 0 1px;
}

.outer{
    box-shadow:#fff 7px 7px 0 0, #000 7px 7px 0 1px;
}

.grid1{
    background-image: repeating-linear-gradient(rgba(23, 96, 149, 0.04) 0 1px, transparent 1px 100%), repeating-linear-gradient(90deg, rgba(23, 96, 149, 0.04) 0 1px, transparent 1px 100%);
    background-size: 50px 50px;
}

.grid3 {
    background-image: repeating-linear-gradient(#176095 0 1px, transparent 1px 100%), repeating-linear-gradient(90deg, #176095 0 1px, transparent 1px 100%);
    background-size: 50px 50px;
}


.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .timeline-content1 {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}
.timeline-content img{
    border-radius:10px;
    box-shadow:#fff -7px -7px 0 0, #000 -7px -7px 0 1px;
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content1 {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}



#team_sec button,h4.card-title,#team_sec1 button,h4.card-title{
    font-size:1.05rem;
    line-height:1.5rem;
}

h4.card-title{
    font-weight:600;
}

#team_sec .accordion .item .item-header h2 i,#team_sec1 .accordion .item .item-header h2 i{
    margin-top:-1.2rem;
}
#team_sec .customer-name,#team_sec1 .customer-name{
    margin-top:0px;
}

.ftco-media-1 &gt; .ftco-media-1-inner:after {
    position: absolute;
    content: "";
    right: 16rem;
    bottom: -2rem;
    top: -2rem;
    width: 100%;
    z-index: -1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
    visibility: visible;
    width: 74%;
    border: 2px solid #000;
    background-image: repeating-linear-gradient(#e9e4e4 0 1px, transparent 1px 100%), repeating-linear-gradient(90deg, #e9e4e4 0 1px, transparent 1px 100%);
    background-size: 50px 50px;
    border-radius:0.5rem;
}

.ftco-media-2 &gt; .ftco-media-2-inner:after {
    position: absolute;
    content: "";
    left: 16rem;
    bottom: -2rem;
    top: -2rem;
    width: 100%;
    z-index: -1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
    visibility: visible;
    width: 74%;
    border: 2px solid #000;
    background-image: repeating-linear-gradient(#e9e4e4 0 1px, transparent 1px 100%), repeating-linear-gradient(90deg, #e9e4e4 0 1px, transparent 1px 100%);
    background-size: 50px 50px;
    border-radius:0.5rem;
}




.hero {
  width: 100vw;
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
  text-align: center;
}





#hero__image {
  width: auto;
  
  height: auto;
 
  object-fit: cover;
}

.hero__text {
  z-index: 1;
  max-width: 100%;
  padding: 20px 5%;
}


/*@media (min-width: 768px) {
	 .testimonials li {
		 flex-direction: row;
	}
}
 .testimonials li .img_cont {
	 height: 400px;
	 overflow: hidden;
}
 @media (min-width: 768px) {
	 .testimonials li .img_cont {
		 width: 50%;
	}
}
 .testimonials li .img_cont img {
	 max-width: 100%;
	 display: block;
}
 .testimonials li .content {
	 color: #fff;
	 width: 100%;
	 padding: 20px 30px;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
}
 @media (min-width: 768px) {
	 .testimonials li .content {
		 width: 50%;
	}
}
 .testimonials li .content h4 {
	 font-size: 16px;
}
 @media (min-width: 992px) {
	 .testimonials li .content h4 {
		 font-size: 18px;
	}
}
 .testimonials li .content p {
	 font-size: 14px;
}
 .testimonials li .testimony {
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
}
 .testimonials li .testimony .person {
	 width: 60px;
	 height: 60px;
	 border-radius: 50%;
	 border: 5px solid #372e44;
}
 @media (min-width: 768px) {
	 .testimonials li .testimony .person {
		 width: 80px;
		 height: 80px;
		 margin: 0px 0 0 -70px;
	}
}
 @media (min-width: 992px) {
	 .testimonials li .testimony .person {
		 width: 100px;
		 height: 100px;
		 margin: 0px 0 0 -80px;
	}
}
 .testimonials li .testimony .details {
	 list-style-type: none;
	 margin: 0px 20px 0 10px;
	 padding: 0;
}
 @media (min-width: 992px) {
	 .testimonials li .testimony .details {
		 border-right: 1px dotted #ccc;
		 padding-right: 20px;
		 margin: 0px 20px 0 20px;
	}
}
 .testimonials li .testimony .details .name {
	 font-size: 13px;
}
 @media (min-width: 768px) {
	 .testimonials li .testimony .details .name {
		 font-size: 15px;
	}
}
 .testimonials li .testimony .details .position {
	 font-size: 11px;
}
 .testimonials li .testimony .details .company {
	 font-size: 11px;
}
 .testimonials li .testimony .testimony_logo {
	 width: 70px;
	 margin-top: 10px;
	 margin-left: 70px;
}
 @media (min-width: 768px) {
	 .testimonials li .testimony .testimony_logo {
		 margin: 0;
		 width: 60px;
	}
}*/

/******************End Timeline Code*****************/

/****************************Mission &amp; Vision ****************************/

#mission .container-fluid{
    overflow-x: clip;
}

#mission h4, #solutions h4, .client_h4, #solutions_about h4{
    cursor:auto !important;
}

.client_h4{
    padding: 12px 0px !important;
}

#mission h4:hover, #solutions h4:hover, #solutions_about h4:hover, .client_h4:hover{
    background:#03528c !important;
    color:#fff !important;
}

#solutions h4:hover{
	background: #fff !important;
    color: #000 !important;
}


.gov_h4{
    border:none;
    font-weight:600;
}

/****************************Card Flip Code***************************/

/*flipper-card*/
    .card-flipper {
      position: relative;
      float: left;
      width: 100%;
      text-align: center;
      height: 555px;
    }

    .card__front, .card__back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: transform 2s;
    }

    .card__back .card {
      width: 100%;
      height: 555px;
    }
    
    .card-flipper div.card-body{
        padding:0rem;
    }
    
    #achievements1 div.card-body{
        padding:0.75rem;
    }

    .card__front, .card__back {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: 1s;
      transition:1s;
    }

    .card__back {
      -webkit-transform: rotateY(-180deg);
       -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
    }
    
    .card__back a, .t-p a{
        color:#FFB300;
    }

    .card-flipper.effect__hover:hover .card__front {
      -webkit-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
    }

    .card-flipper.effect__hover:hover .card__back {
      -webkit-transform: rotateY(0);
      -ms-transform: rotateY(0);
      transform: rotateY(0);
    }

    .card-flipper.effect__random.flipped .card__front {
      -webkit-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
    }

    .card-flipper.effect__random.flipped .card__back {
      -webkit-transform: rotateY(0);
      -ms-transform: rotateY(0);
      transform: rotateY(0);
    }
    
    .card{
        transition: all 1s;
    }
/*******************End Code*************************/

.hidden {
  display: none;
}

.btn-tag{
    width: calc(100% + 0px) !important;
}

.usp{
    box-shadow: #fff -4px 5px 0 0, #000 -4px 5px 0 1px;
    height: 250px;
    width: 250px;

}

.usp img{
    width:100px;
}

.usp_2{
    height: 235px;
    width: 235px;
}

/************************Pagination*************************/

/**********************Pagination***********************/

/*--------- Pager2 ---------*/
.Pager2 .pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
}
.Pager2 .pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #2bbbad;
}
.Pager2 .pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: var(--blue-color) !important;
    color: #fff;
}
.Pager2 .pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.2rem;
    color: black;
}
.Pager2 .pagination .page-item.active .page-link{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.Pager2 .page-link{
  border:none!important;
}
.Pager2 .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0;
}

.card-body p{
    font-size: 0.9rem;
}

.a_body a{
    transition: all 1s;
    
}


.a_body a:hover, .t-p a:hover{
    color:#000000
}


/********************************Blog Detail Page*************/

#hero {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /*background: url(../img/hero-bg.jpg) top center;*/
    background-size: cover;
    position: relative;
    margin-bottom: -11rem;
    z-index: 99;
    transition: 0.3s;
}

#hero:before {
    content: "";
    background: #03528c;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.icon-boxes {
    padding-top: 0;
    position: relative;
    z-index: 100;
}
.icon-boxes .icon-box {

    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

#detail-bottom a {
    color: black;
}

.frontside .card .card-body img{
    margin-top:-4rem;
}
.frontside .card .card-body img{
    margin-top:-4rem;
}
.frontside .card .card-body .top_achievement{
    margin-top:-3.1rem;
    border-radius:0.8rem;
}

.solution_div{
    height:450px;
}



/************************Contact Form*****************************/
.contactform {
    position: relative;
    border-radius: 1rem;
    background-color: transparent;
    border: 5px solid #782758;
    padding: 5px;
    z-index: 2;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: 3%;
    width: 75%;
    animation-name: gradient;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.get_in_touch{
    width: inherit;
}

    .usp_h4{
	   margin-top: 25px;
	   margin-bottom: 25px;
	}
	
	.value_usp{
	    box-shadow:none;
	    color: #fff !important;
        background: #03528c !important;
        border-radius: 8px;
        min-height:18rem;
	}
	
	.value_usp_mission{
	    min-height:15rem;
	}

.contactform:hover {
    animation-name: gradient;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

.contactform legend{
    width:18rem;
}

.contactform label.error {
    font-size: 15px;
    color: red;
    letter-spacing: 0rem;
}

/*************************Bullets***********************/

ul.disc {
    list-style-image: url('../images/bullet.gif');
    margin-left: 1px; 
    padding-left: 1em;
}

::marker{
    height:20px;
}
ul.disc li {
    padding-left: 1em;
    letter-spacing: 0.05rem;
}

.bolder-font{
    font-size:1.3rem;
}

.top-management{
        margin-top: -2.6rem !important;
}

.solution_img img{
	height:700px;
}

.post-item__content-wrapper {
    padding: 2rem;
    position: relative;
    height: auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.post-item__excerpt {
    margin-bottom: 0rem;
    font-size: 1rem;
    line-height: 1.5rem;

}

.post-item__read-more-wrapper {
    margin-top: auto;
}

.card-body-solution-home {
    padding: 0px !important;
}

/********************Social Media Icon***********************/

.wrapper1{
            position: absolute;
            top: 74%;
            left: 84%;
        }

        ul.social_media{
            list-style: none;
            margin: 0 0 50px;
            padding: 0;
        }

        ul.social_media li{
            display: inline-block;
            margin: 0 10px;
            text-align: center;
            font-size: 18px;
            position: relative;
        }

        ul.social_media li a{
            display: block;
            text-decoration: none;
            position: relative;
            z-index: 1;
            color: #fff;
            text-shadow: 2px 2px 1px rgba(0,0,0,.4);
            transition: all .35s;
        }

        ul.social_media li:hover a{
            color: #FB5660;
        }

/* Effect 1 */

.effect_1 li{
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.effect_1 li:after{
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: all .35s;
}

.effect_1 li:hover:after{
  transform: scale(1);
}

/******************8Top to Bottom Button********************/

.back-to-top {
	 background-color: #03528c;
	 text-decoration: none;
	 cursor: pointer;
	 width: 56px;
	 height: 56px;
	 z-index: 999;
	 position: fixed;
	 right: 32px;
	 bottom: 32px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border: 0;
	 border-radius: 100%;
	 box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
 .back-to-top:hover {
	 background-color: #0475c8;
}
 .back-to-top:active {
	 box-shadow: none;
	 background-color: #022f50;
}
 .back-to-top svg.icon__arrow-up {
	 fill: #fff;
	 width: 32px;
	 height: 32px;
	 
}

h4.designation{
    font-size:15px;
}

.h-120{
    height:32rem;
}

#solution_home h4{
    font-size:19px !important;
}

.client_logo{
    margin-top:-6.3rem;
}
 

@media screen and (min-width:1600px){
    .solution_p{
        margin-left: 1rem;
        margin-right: 4rem;
    }
}

@media screen and (max-width:1300px){
	.solution_img img{
		height:750px;
	}
}

@media screen and (max-width:1025px){
    .flex-items-default {
        width: 130px;
        
    }
    
    .overlay{
        right: 1.9%;
    }
    
    .timeline_header:before{
        left: 0.5rem;
    }
    .accordion .item .item-header h2 button.btn.btn-link, .accordion .item .item-header h2 i{
        font-size:1rem;
    }
    
    .accordion .item .item-header h2 i{
        padding: 0.3rem 0.7rem;
    }
    
    .stat_usp{
        margin-top:5px;
        margin-bottom:5px;
    }
}
@media screen and (max-width:995px){
    html{
        font-size:16px;    
    }
	
	.desktop-solution{
        display:none;
    }
	.wrapper1 {
		top: 83%;
		left: 58%;
	}

    ul.social_media li{
        margin: 0 6px;
    }
    
    .btn-tag{
        width: calc(100% + 0px) !important;
    }

    body {
      font-size:14px;   
      
    }
    
    .value_usp_mission{
	    min-height:18rem;
	}
    
    #top{
        overflow-x:hidden;
    }
    .container{
       width: 100%;
    }
    
    
    .usp img{
        width: 60px;
    }
    .common_heading {
        font-size: 1.4rem;
    }
    
    .w-85{
        width:65%;
    }
    
    .t-p{
        padding:40px 14px 71px 12px;
  
}
    .btn-get-started{
        font-size: 1.2rem;
        font-weight: 700;
        padding: 8px 27px;
        margin:12px;
    }
    
    /*.btn2:hover{
        color: #fff;
        background: #03528c;
    }*/
    
    .w-30{
        width:40%;
    }
    /*******************New Code****************/
    
    .btn2:hover{
        color:#000;
        background:#FFB300;
    }

    /******************End New Code***************/
    
    .main-timeline .timeline-content1 {
        margin-top: 35px
    }

    .main-timeline .timeline-content {
        padding: 72px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
    
    .feedback-slider-item{
        padding-left: 11.5rem;
    }
    
    #achievements .feedback-slider-item{
        padding-left: 19.3%;
    }
    #achievements p{
        margin-left: -7rem;
    }
    #achievements1 .card{
        min-height:19rem;
    }
    /*header {

      background-color: white;
      height: auto;
	
      
    }*/
    
    header{
        height:82vh;
        background: url(../images/header_tab.webp) center center no-repeat;
        background-size: contain;
    }
    
    .overlay{
        right: 2.3%;
        width: 80%;
    }
    
    .timeline_header:before{
        left: 0.45rem;
 
    }
    
    .timeline_header .timeline-item:after{
        left: 15%;
    }
    
    .flex-items-default {
        width: 85px;
        height: 27px;
    }
    
    .feedback-slider-item:after{
        left: 82px;
        right: 32px;
    }
    .accordion .item .item-header h2 button.btn.btn-link {
        font-size: 1rem;
    }
    .accordion .item .item-header {
        border-bottom: none;
        background: transparent;
        padding: 0px;
        
    }
    
    .accordion .item{
        margin-bottom: 10px;
    }
    
    .accordion .item .item-header h2 i{
        font-size: 22px;
        width: 28px;
        height: 0px;
        padding: 0.8rem 0.8rem;
    }
    
        
    legend {
        width: 19rem;
    }
    
    .contactform legend{
        width:19rem;
    }
    
    #reachout a{
        font-size:1.2rem;
    }
    #stat h3{
        width: 125px;
        height: 125px;
        /*font-size: 1.9rem;*/
    }
    .main-timeline:before{
        height: 92.8%;
        top: 4.2%;
    }
    
    .padding-right{
        padding-right:1.5rem !important;
    }
    
    .padding-left{
        padding-left:1.5rem !important;
    }
    
    .ftco-media-1 &gt; .ftco-media-1-inner:after{
        right: 12rem;
    }
    .ftco-media-2 &gt; .ftco-media-2-inner:after{
        left:11rem;
    }
	

    
    .card-flipper, .card__back .card{
        /*height:425px;*/
        height:375px;
    }
    
    .full_height_img{
        height: 315px;
    }
    
    #hero{
        /*height: 30vh;*/
        height: 20vh;
    }
    
    .card-body p{
        font-size: 0.8rem;
    }
    
    .card-wrap {
      flex: 0 0 100%;
    
    }
    
    .card-text{
        font-size:0.9rem !important;
    }
    
    .job_heading{
	    font-size:16px !important;
	    font-weight:800 !important;
	}
	
	#pageloader {

        height: 65vh;
    
    }
    
    .sec_line{
        top: 6% !important;
    }
    
    .third_line{
        top: 4% !important;
    }
    
    #stats_desktop{
        display:none;
    }
    
    .bolder-font{
        font-size:1rem;
    }
    .usp2:hover{
        background-color: #03528c !important;
        color: #fff !important;
    }
    
    .usp{
        height: 220px;
        width: 220px;
    }
    .top-management{
        margin-top: -2.3rem !important;
    }
    
    #toggle_button{
        margin-top: 10rem;
        left: 90% !important;
    }
	
	.h-120{
		height:40rem;
	}
	
	.client_logo {
        margin-top: 1.2rem;
    }
	
	.footer_client1{
        display:none;
    }
}

@media screen and (max-width:770px){
    .container {
        max-width: 720px !important;
    }
    .feedback-slider-item {
        padding-left: 8.5rem;
    }
    
    .stat_h4{
        font-size: 16px !important;
    }
    .feedback-slider-item:after {
        left: 65px;
        right: 65px;
    }
    
    .overlay{
        right: 2.6%;
    }
    
    .w-85{
        width:73%;
    }
    .usp img{
        width: 45px;
    }
    .timeline_header:before{
        width: 97.1%;
    }
    #achievements .feedback-slider-item{
        padding-left: 18.5%;
    }
    
    #achievements p{
        margin-left: -6rem;
    }
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .timeline-content1 {
        width: 95%;
        float: right;
        margin-top: 0
    }

    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
    
    .full_height_img{
        height: 250px;
    }
    .usp_h4{
	   margin-top: 6px;
        margin-bottom: 15px;
	}
	
	.flex-items-about {
        width: 70px;
    }
    
    .w1-25{
        width:35% !important;
    }
    
    
    
}



@media screen and (max-width:600px){
    
    .container {
        max-width: 540px !important;
    }
	
	.solution_img_border{
		border-radius: 0px;
		border:0px;
	}
	
	.wrapper1 {
		top: 81%;
		left: 44%;
	}
    
    .btnR{
        padding: 5px 14px !important;
    }
	
	.h-120{
        height:55rem;
    }
    
    #solution_home div.slick-track{
        margin-bottom:2rem;
    }
    
    .gallery_csr1{
        display:none;
    }
    
    h2{
        font-size:1.8rem;
    }
    #main_content_btn {
        top: 40%;
        right: 0.09rem;
    }
    
    #solution_container, .home_gallery{
        display:none;
    }
    
    #pageloader {

        height: 76vh;
    
    }
    /*****************New Code****************/
    #banner_content_mobile{
        top:83%;
    }
    
    .divRight{
        padding-left:0px !important;
    }
    
    .accordion .item {
        border-top: 0.2rem solid #03528c;
        border-bottom: 0.2rem solid #03528c;
        border-left: 0.2rem solid #03528c;
        border-right: 0.2rem solid #03528c;
        border-radius: 8px;
        background: #03528c;
        overflow-y: auto;
    }
    
    /****************End New Code***************/
    .great_work_img{
        height:auto;
    }
    
        .common_heading {
            font-size: 1.3rem;
            letter-spacing: 0.05rem;
        }
        
        .solution_div{
            height:auto;
        }
    
        .feedback-slider-item{
            padding-top: 3.5rem;
            padding-left: 10.2rem;
        }
    
        #achievements .feedback-slider-item {
            padding-top: 3.5rem;
            padding-left: 38%;
        }
        
        /*header{
            min-height:28rem;
        }*/
	
	    header{
            height:85vh;
            background: url(../images/header_mobile_new1.webp) center center no-repeat;
            background-size: contain;
        }
    
    
    .servicess{
        margin-top: -6rem;
    }
    #achievements .feedback-slider-item:after{
        top:30%;
        left: 32px;
        right: 32px;
    }
    /*#reachout .common_heading{
        font-size:1.2rem;
    }*/
    legend {
        width: 13rem;
    }
    .btn-get-started {
        font-size: 1rem;
    }
    
    .btn2{
        font-size: 0.8rem;
        
    }
    #achievements1 h3{
        font-size:1.4rem;
    }
    /*.overlay{
        right: 0%;
        left: 18%;
        width: 75%;
        bottom: 3rem;
        border-bottom-right-radius: 0px;
    }*/
    
    /******************New Code**************/
    .overlay{
        right: 0%;
        left: 0%;
        width: 100%;
        bottom: -2.8rem;
        border-bottom-right-radius: 0px;
    }
    
    .flex-items-default{
        width:0px;
        height:0px;
    }
    
    .usp_block_mobile .slick-dots{
        bottom:-3rem;
    }
    
    .btn2{
        padding: 10px 90px;
    }
    
    .usp_block_mobile .slick-slide{
        margin: 12px 15px;
    }
    
    .banner_heading {
        padding-right:1.3rem;
    }
    /*************End New Code**************/
    .overlay_about{
        width:85%;
    }
    
    .timeline_header:before{
        width:100%;
        left: 0rem;
        height: 1px;
        top: 37%;
    }
    
    /*.flex-items-default{
        width: 45px;
        height: 27px;
    }*/
    
    
    .timeline_header .timeline-item:after{
        left: 0%;
        margin-left: 0px;
        width: 8px;
        height: 8px;
    }
    
    .divRight h1{
        bottom:15rem;
        left: 17%;
        font-size: 1.3rem;
    }
     #gallery img{
        width:95% !important;
    }
    
    .solution_img img{
        width:100% !important;
        height:75vh;
    }
    
    
    .img_cont img{
        border-radius: 1px solid #000;
        border-bottom-left-radius: 11px;
    }
    .img_cont1 img{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 11px;
    }
    #it-solutions img{
        border-bottom-left-radius: 0px;
    }
    .slick-dots{
        width:100% !important;
    }
    
    .slider2 .slick-dots{
        width:95% !important;
    }
    
    .main-timeline:before{
        top: 3.9%;
        left: 11px;
    }
    
    .accordion .item .item-header h2 button.btn.btn-link{
        font-size: 18px;
        
    }
    
    .usp img{
        width:60px;
    }
    .t-p{
        font-size:0.9rem;
    }
    .accordion .item .item-header h2 i{
        font-size: 16px;
        width: 23px;
        padding: 0.8rem 0.8rem;
    }
    #reachout a {
        font-size: 1.2rem;
        padding: 14px 29px;
    }
    
    .contactform{
        width:90%;
    }
    
    .contactform legend, .get_in_touch legend{
        width: 16rem;
    }
    
    #solutions h4{
        font-size:17px !important;
    }

    
    /********************Footer menu***********************/
    
    .shfooter .collapse {
        display: inherit;
    }
    
    .shfooter ul {
        margin-bottom: 0;
    }
     
    .shfooter .collapse {
        display: none;
    }
     
    .shfooter .collapse.show {
        display: block;
    }
     
    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded="true"] .fa-angle-down {
        display: none;
    }
     
    .shfooter .title[aria-expanded="true"] .fa-angle-up {
        display: block;
    }
 
    .shfooter .navbar-toggler {
        display: inline-block;
        padding: 0;
    }
      
    .fa-angle-double-right {
        animation: rightanime 1s linear infinite;
    }
 
    .fa-angle-double-left {
        animation: leftanime 1s linear infinite;
    }
    
    .ftco-media-1 &gt; .ftco-media-1-inner:after {

        /*right: 1rem;
        bottom: -2rem;
        top: 0rem;*/
        right: 0.87rem;
        bottom: -2rem;
        top: 0rem;
        
        width: 91%;
        
    }
    
    .ftco-media-2 &gt; .ftco-media-2-inner:after{
        left: 0.87rem;
        top: 0rem;
        width: 90%;
    }
    @keyframes rightanime {
        50% {
            transform: translateX(10px);
            opacity: 0.5;
        }
        100% {
            transform: translateX(10px);
            opacity: 0;
        }
    }
    @keyframes leftanime {
        50% {
            transform: translateX(-10px);
            opacity: 0.5;
        }
        100% {
            transform: translateX(-10px);
            opacity: 0;
        }
    }
    
    #hero-section{
        display:none !important;
    }
      
    /**************************End Menu***************/
    .footer-section {
        margin-right: 0rem;
    }
    
    .footer-top .site-logo{
        display: initial;
    }
    
    .footer-top .widget-title{
        margin-bottom: 2px;
        font-size: 1.2rem;
    }
    

    
    #hero{
        height: 25vh;
    }
    
    .t-p1{
        padding: 0px 0px 0px 0px;
    }
    
    /*.usp_h4{
	   margin-top: 10px;
	   margin-bottom: 10px;
	}*/
	
	/*****************8New Code************/
	
	.usp_h4{
	   margin-top: 15px;
	   margin-bottom: 15px;
	}
	
	.usp1_h4{
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	
	.accordion{
	   margin: 20px 0;
	}
	
	
	
	
	/************End New Code***************/
	
	.common_heading1{
	    font-size:1.15rem;
	}
	

	.value_usp{
	    min-height:auto;
	}
	
	.usp_block_desktop{
	    display:none;
	}
	
	#reachout a {
        font-size: 0.9rem;
        padding: 6px 30px;
        box-shadow: #fff -4px 4px 0 0, #000 -4px 4px 0 1px;
    }
    
    .usp{
        height: 220px;
        width: 220px;
    }
    
    #csr1 img, #csr img, #csr2 img{
        border-radius: 0.5rem!important;

        border: 0px solid #000!important;
    }
    
    #csr1 img{


    }
    
    .contact_div{
        margin-top:0rem;
    }
    
    .b_detail_p1{

        text-align: center !important;
        text-align-last: auto !important;
    }
    
    .commonp_left_mobile{
        text-align: left !important;
    }
}

@media screen and (max-width:415px){
    .feedback-slider-item {
        padding-left: 9.4rem;
    }
    .ftco-media-1 &gt; .ftco-media-1-inner:after {
        width: 92%;
        
    }
    
    .ftco-media-2 &gt; .ftco-media-2-inner:after {
        width: 92%;
        
    }
    .common_p {
        font-size:1rem;
    }
    
    /*#reachout a {
        font-size: 1.1rem;
        padding: 12px 22px;
        box-shadow: #fff -5px 6px 0 0, #000 -5px 6px 0 1px;
    }*/
    
    /*.overlay{

        bottom: 3rem;
        width: 76%;

    }*/
    
    .overlay_about{
        width:85%;
    }
    
    .timeline_header:before{
        top:48%;
    }
    /*.flex-items-default{
        width: 40px;
        height: 22px;
    }*/
    
    .usp_h4{
	    margin-top: 25px;
        margin-bottom: 25px
	}
	
	.usp1_h4{
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	
	

}

@media screen and (max-width: 390px){
    .feedback-slider-item{
        padding-left: 8.6rem;
    }
    
    .icon-boxes{
        padding-top:3rem;
    }
    
    .accordion {
        margin: 10px 0;
    }
    
    .accordion .item .item-header h2 i{
        font-size: 9px;
        width: 9px;
        /*padding: 0.5rem 0.5rem;*/
    }
    
    /*****************New Code**************/
    
    .usp_block_mobile .slick-slide{
        margin: 7px 10px;
    }
    
    .usp_block_mobile .slick-dots{
        bottom: -3rem;
    }
    
    
    /**************End New Code**************/
    
    
    .flex-items-default{
        width: 30px;
    }
    
    .usp_h4{
	   margin-top: 20px;
	   margin-bottom: 20px;
	}
	

    
 
}

@media screen and (max-width: 388px){

    
    .usp_h4{
	   margin-top: 15px;
	   margin-bottom: 15px;
	}
	
	.common_p {
        font-size:0.88rem;
    }
}

/*******************New Code******************/
@media screen and (max-width: 376px){
    .usp_block_mobile .slick-dots{
        margin-bottom:-12rem;
    }
    
    .usp_h4{
	   margin-top: 15px;
	   margin-bottom: 15px;
	}
    
    
}
/**************End New Code*******************/
/**************FAQ New Code by Hari*******************/

/* @import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&amp;display=swap"); */


.accordion_faq {
    display: flex;
    flex-direction: column;
    /* font-family: "Sora", sans-serif; */
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;

}

/* .accordion h1 {
    font-size: 32px;
    text-align: center;
} */

.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}

.accordion-item .accordion-item-desc {
    display: none;
    font-size: 0.8rem;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}

.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
    display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
    content: "-";
    font-size: 20px;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}

.accordion-item:first-child {
    margin-top: 0;
}

.accordion-item .icon {
    margin-left: 14px;
}

.faq_bold_heading{
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .accordion_faq {
        padding: 0 16px;
    }

}</pre></body></html>