.icon-barst {
  position: fixed;
  z-index: 200;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-barst a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
}

.ourh3{
  text-align: center;margin-bottom: 50px;
  font-weight: 600;
  line-height: 1.5;
}

.dropdown-item {
  color: black!important;
  line-height: 40px!important;
  font-weight: 400!important;
  padding: 10px!important;
  text-transform: none!important; 
}

.icon-barst a:hover {
  background-color: #000;
}

.plcenter input {
  text-align: center;
}

.callto {
  background: #339c37;
  color: white;
  border-top-left-radius: 12px;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
  border-bottom-left-radius: 12px;
}

.youtube {
  background: #bb0000;
  color: white;
}

.main_menu_area .container:after{
  content: unset;
}

.give_us_widget p {
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    color: white;
    line-height: 20px;
    padding: 3px 0px 7px 5px;
}  

.work_area .work_content .service_item .service_item_inner {
    background: #fff;
    padding: 35px 20px 30px 20px;
    text-align: center;
    border-top: 3px solid #ffcd00;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.pricetable{
  /*color: #e8e8e8; */
  border-collapse: separate;
  border: none;
  -webkit-border-vertical-spacing: 20px;
  margin-top: 20px;
  font-size: 18px;
}

.pricetable tr td:first-child { border-top-left-radius: 25px; border-width: 2px; }
.pricetable tr td:last-child { border-top-right-radius: 25px; border-width: 2px; }
.pricetable tr td:first-child { border-bottom-left-radius: 25px; border-width: 2px; }
.pricetable tr td:last-child { border-bottom-right-radius: 25px; border-width: 2px; }

.pricetable>thead>tr>th,
.pricetable>tbody>tr>th,
.pricetable>tfoot>tr>th,
.pricetable>thead>tr>td,
.pricetable>tbody>tr>td,
.pricetable>tfoot>tr>td {
    padding-top: 18px;
    padding-bottom: 18px;
}

.tabletender {
  text-align: center;
  margin-top: 20px;
  border-color: #0096c8;
}

.tabletender th {
      background-color: #0096c8;
      color: #ffffff;
}





.tabletender>caption+thead>tr:first-child>th, .tabletender>colgroup+thead>tr:first-child>th, .tabletender>thead:first-child>tr:first-child>th, .tabletender>caption+thead>tr:first-child>td, .tabletender>colgroup+thead>tr:first-child>td, .tabletender>thead:first-child>tr:first-child>td{
  text-align: center;
}

.pricetable > tbody tr > td:first-of-type {
  text-align: left;
}

.pricetable > tbody tr > td:nth-child(2n) {
  font-size: 20px;
}

.counter_item {
  margin-bottom: 25px;
  color: #444444;
}

.pad5 .col-md-2 {
  padding-left: 5px;
  padding-right: 5px;
}

.ourp2{
    color: red!important;
    font-weight: 700;
    font-size: 24px!important;
    text-align: center;
    line-height: 1.4!important;
}

.ourp2 span {
  font-size: 30px!important;
}

.filese h3 {
  font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    padding-left: 80px;
  }

.filese {
  padding-top: 40px;
}

.who_we_left_content div.row {
  margin-bottom: 40px;
}

.who_we_left_content div.row p {
  margin-top: 70px;
}

.who_we_left_content div.row:first-child p {
  margin-top: 25px;
}

.flex1{
  margin-top: 40px;
  display: flex;
    justify-content: space-around;
}

.flex1 div span {
    line-height: 1.3;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}

.flex1 div a {
      width: max-content;
    margin: auto;
}

.flex1 div {
      display: flex;
    flex-direction: column;
}

.get_bg_btn_num {
  display: inline-block;
  padding: 20px 40px;
  border: 1px solid #0096c8;
  border-radius: 20px;
  line-height: 50px;
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: color 0.5s;
}
.get_bg_btn_num:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #0096c8;
  height: 250px;
  width: 300px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  transition: all 0.7s;
}
.get_bg_btn_num:hover {
  color: #0096c8;
}
.get_bg_btn_num:hover:before {
  bottom: 100%;
}

.testdiv a {
  color: white;
    text-decoration: underline;
}

.h3o{
color: #ff2b2b;font-weight: 700;
font-size: 22px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #0096c8;
}

.table-responsive .table-bordered>thead>tr>th, .table-responsive .table-bordered>tbody>tr>th, .table-responsive .table-bordered>tfoot>tr>th, .table-responsive .table-bordered>thead>tr>td, .table-responsive .table-bordered>tbody>tr>td, .table-responsive .table-bordered>tfoot>tr>td {
border: 1px solid #ddd;
}

.tabletender>thead>tr>th, .tabletender>tbody>tr>th, .tabletender>tfoot>tr>th, .tabletender>thead>tr>td, .tabletender>tbody>tr>td, .tabletender>tfoot>tr>td {
border: 1px solid #0096c8!important;
}

.poi tr td:first-child {
  vertical-align: middle;
}

.ourul {
    list-style: none;
    margin-left: 0;
    margin: unset;
    padding: revert;
}

.ourul i {
    color: #0096c8;
    padding-right: 4px;
}

.moblogo{
  width: 60px!important;
  display: none;
}

.other_service_area{
  margin-top: 80px!important;
  background-color: unset;
}

.mobdisp{
  display: none!important;
}

.btn2{
    border: 2px solid #0096c8;
    width: 150px;
    line-height: 30px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: black;
    font-weight: 500;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: color 0.5s;
}

.btn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #0096c8;
  height: 250px;
  width: 300px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  transition: all 0.7s;
}
.btn2:hover {
  color: #ffffff;
}
.btn2:hover:before {
  bottom: -50px;
}

.btn2li{
  margin-top: 10px;
}


.btn2li a {
  line-height: 40px!important;
}

.wh_btn{
  color: #0096c8;
}
.wh_btn:before {
  background: #ffffff;
}
.get_bg_btn:hover {
  color: #0096c8;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li a:hover {
  text-decoration: underline;
}

.ourc{
  padding-left: 0px;
  padding-right: 0px;
}

.cen2{
  text-align: center;
}

.cen2 a {
  line-height: 72px;
  color: white;
  font-size: 16px;
}
/* =======================================================MEDIA_QUERIES======================================== */
@media (max-width: 500px){
  .flex1 div {
    margin-bottom: 20px;
  }

  .btn2{
    width: 100%;
  }

  .nav-item.dropdown{
    display: none;
  }

  .mobdisp{
    display: block!important;
  }

  .tabletender{
    margin-top: 0px;
  }

  .ourul{
    padding: unset;
  }

  .pricetable > tbody tr > td:nth-child(2n) {
    font-size: 15px;
  }

  .pricetable > tbody tr > td:first-child {
    width: 70%;
  }

  .pricetable{
    font-size: 15px;
  }

  .testi_left{
    margin-top: 20px;
  }

  .flex1 {
    margin-top: 0px;
  }

  .who_we_are_area {
    padding-top: 50px;
  }

  .mobh1{
    margin-top: 20px;
    font-size: 24px;
  }

  .flex1 {
    display: block;
  }

  .moblogo{
    display: inline-block !important;
  }

  .desclogo{
    display: none !important;
  }
  .who_we_left_content div.row p {
    font-size: 21px;
    margin-top: 15px;
  }
  .other_service_area{
      padding-top: 30px;
  }


}

.navbar-toggle{
  padding: 11px;
}

@media (max-width: 820px) {
  .icon-barst{
    display: flex;
    left: 0;
    bottom: 0;
    top: unset;
    transform: none;
  }

  .filese h3 {
    padding-left: 0px;
    font-size: 17px;
    line-height: 1.3;
  }

  .linkedin {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 12px;
  }

  .callto {
    border-top-left-radius: 0px;
  }

  .ourc{
    padding-left: 15px;
    padding-right: 15px;
  }


}

.chose_text_inner ul li a {
    font-size: 18px;
    line-height: 2;
    color: #505050;
    padding-left: 15px;
}

.testi_left h3 {
  font-weight: 700;
}

.ourtable{
  display: table;
}

.pricetable tbody tr td{
  vertical-align: middle;
}

.pricetable tbody tr td:first-child{
  border-right: none;
}

.pricetable tbody tr td:nth-child(2n){
  border-left: none;
}

.ourul li:after {
  content: none;
}

.ourp{
  /*font-size: 13px !important;*/
  line-height: 18px !important;
}
.testimonials_slider .item .testi_left {
padding: 10px 10px 10px 20px;
border-radius: 20px;
}
.testimonials_slider .item .testi_left:before {
    border-width: 244px 0 0 47px;
}
.testdiv{
  padding-top: 10px;
  padding-left: 15px;
  display: flex;
}
.testdiv span {
  font-size: 17px;
  line-height: 21px;
}

.microsoftp{
  font-size: 15px!important;
  text-align: right;
  padding-bottom: 0px !important;
}

.h21{
  text-align: center;
  color: #0096c8;
}
@media (max-width: 1199px) {
  .testimonials_slider .item .testi_right {
    display: none;
  }
}

@media (max-width: 1199px) {
  .testimonials_slider .item .testi_right {
    display: none;
  }
}
@media (max-width: 700px) {
  .testimonials_slider .item .testi_left:before {
    content: unset;
  }

  .microsoftp{
    font-size: 12px!important;
  }
}
@media (max-width: 1235px) {
  .icon-barst a {
    padding: 10px;
    font-size: 23px;
  }
}

@media (max-width: 830px) {
  .get_bg_btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px;) {
  .get_bg_btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px){
  .pad5 .col-md-2 {
    margin-bottom: 12px;
  }
}

@media (min-width: 1200px){
  .line80{
    line-height: 47px;
  }
  .f3ti li:not(:first-child){
    line-height: 72px;
  }

  .f3ti li:first-child{
    padding-bottom: 20px;
  }
}