:root {
  --bg-color: #00616a;
  --bg-light-color: #03bdce;
  --font-color: #00616a;
}
@media (max-width: 1400px) {
  .bt_bb_size_extralarge.bt_bb_headline h1,
  .bt_bb_size_extralarge.bt_bb_headline h2,
  .bt_bb_size_extralarge.bt_bb_headline h3,
  .bt_bb_size_extralarge.bt_bb_headline h4,
  .bt_bb_size_extralarge.bt_bb_headline h5,
  .bt_bb_size_extralarge.bt_bb_headline h6 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .bt_bb_layout_boxed_right_1200 {
    max-width: -webkit-calc(50vw + 592px);
    max-width: -moz-calc(50vw + 592px);
    max-width: calc(50vw + 592px);
  }
  .bt_bb_layout_boxed_right_1200 .bt_bb_cell {
    padding-left: -webkit-calc(50vw - 592px);
    padding-left: -moz-calc(50vw - 592px);
    padding-left: calc(50vw - 592px);
  }
}
@media (max-width: 991px) {
  .width_100 
  {
    width:50%;
  }
  .section_top {
    padding: 30px 0 0 0 !important;
}
.service_sec {
  padding: 30px 0 0 0;
}
.industries {
  padding: 30px 0 0 0 !important;
}
  .card1 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    float: right;
}
  .card__header {
    display: grid;
    width: 100%;
    height: 90px;
}
.card__profile {
  align-self: center;
  justify-self: center;
  display: block;
  overflow: hidden;
  width: 10vmax;
  height: 10vmax;
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  margin-bottom: 0;
}
.animated_card {
  position: relative;
  grid-area: card;
  align-self: center;
  justify-self: center;
  overflow: hidden;
  display: block;
  width: 100%;
  /* max-width: 250px; */
  height: 300px;
  font-size: 18px;
  border-radius: 8px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all .3s ease;
}
.card__body {
  display: grid;
  padding: 15px 20px;
}
.height_col_6 
{
  margin-top:0 !important;;
}
  .col_md_4 {
    border-right: none;
    border-bottom: none;
    width: 33%;
    margin: auto auto;
  }

  .col_md_4:last-child {
    border-bottom: none;
  }
  .about_container .about_card {
    position: relative;
    max-width: 500px;
    max-height: 215px;
    background-color: #fff;
    margin: 0 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}
}
/*this is for tab*/
@media (min-width: 768px) and (max-width: 980px) {
  .width_100 
  {
    width:50%;
  }
  .about_text p {
    text-align: justify;
    font-size: 15px;
}
  blockquote {
    font-style: italic;
    line-height: 1.5;
    text-align: justify;
    color: #ffffff;
    display: block;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 2em;
    position: relative;
    padding: 0;
}
  .bq {
    font-size: 16px;
}
  .about_container .about_card {
    position: relative;
    max-width: 500px;
    max-height: 215px;
    background-color: #fff;
    margin: 0 10px!important;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}
  .navbar ul li a.active:after {
    display: none;
  }
  .navbar ul li a.active:after {
    display: none;
  }
  .navbar .getstarted,
  .navbar .getstarted:focus {
    /* color: #5cb874; */
    color: var(--bg-color);
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 4px;
    border: 2px solid var(--bg-color);
    transition: 0.3s;
    font-size: 14px;
    width: 50%;
  }
  .mobile_view_margin {
    margin-top: 10px !important;
  }
  .height_col_6 
{
  margin-top:0 !important;;
}
  section {
    padding: 30px 0;
}
  .width_50 
  {
    width:50%;
  }
  .service-item,
  .blog-sec,
  .wrap-item,
  .loction-info {
    margin-bottom: 15px;
    height:100%;
  }
  .portfolio-item figure figcaption {
    padding: 55px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
  .flip-box-header {
    font-size: 18px;
    word-wrap: break-word;
  }
}
@media (max-width: 992px) {
  #hero {
    height: 30vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  .flip-box-header {
    font-size: 18px;
    word-wrap: break-word;
  }
  .width_100 
  {
    width:50%;
  }
  .navbar ul li a.active:after {
    display: none;
  }
  .navbar ul li a.active:after {
    display: none;
  }
  .navbar .getstarted,
  .navbar .getstarted:focus {
    /* color: #5cb874; */
    color: var(--bg-color);
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 4px;
    border: 2px solid var(--bg-color);
    transition: 0.3s;
    font-size: 14px;
    width: 50%;
  }
  .card__header {
    display: grid;
    width: 100%;
    height: 90px;
}
.card__profile {
  align-self: center;
  justify-self: center;
  display: block;
  overflow: hidden;
  width: 10vmax;
  height: 10vmax;
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  margin-bottom: 0;
}
.animated_card {
  position: relative;
  grid-area: card;
  align-self: center;
  justify-self: center;
  overflow: hidden;
  display: block;
  width: 100%;
  /* max-width: 250px; */
  height: 300px;
  font-size: 18px;
  border-radius: 8px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all .3s ease;
}
.card__body {
  display: grid;
  padding: 15px 20px;
}
.col_md_4 {
  border-right: none;
  border-bottom: none;
  width: 33%;
  margin: auto auto;
}
  #hero h2 {
    font-size: 28px;
  }
  .mobile_view_margin {
    margin-top: 10px !important;
  }
  .height_col_6 
  {
    height:80%;
    margin-top: 0!important;
  }
  .industries {
    padding: 30px 0 0 0 !important;
}
  .section_top {
    padding: 30px 0 0 0 !important;
  }
  .section_top {
    padding: 30px 0 0 0 !important;
}
.service_sec {
  padding: 30px 0 0 0!important;
}
blockquote {
  font-style: italic;
  line-height: 1.5;
  text-align: justify;
  color: #ffffff;
  display: block;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 2em;
  position: relative;
  padding: 0;
}
.bq {
  font-size: 16px;
}
.about_text p 
{
  font-size: 14px;
}
.section-title {
  text-align: center;
  padding-bottom: 20px;
}
}
@media (min-width: 451px) and (max-width: 767px) {
  .flip-box-header {
    font-size: 15px;
    word-wrap: break-word;
  }
  .width_100 
  {
    width:100%;
  }
  .service-item,
  .blog-sec,
  .wrap-item,
  .loction-info {
    margin-bottom: 15px;
  }

  .navbar ul li a.active:after {
    display: none;
  }
  .navbar ul li a.active:after {
    display: none;
  }
  .navbar .getstarted,
  .navbar .getstarted:focus {
    /* color: #5cb874; */
    color: var(--bg-color);
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 4px;
    border: 2px solid var(--bg-color);
    transition: 0.3s;
    font-size: 14px;
    width: 50%;
  }
  #hero {
    height: 35vh;
  }
  .featured-services .icon-box {
    padding: 30px 20px;
    margin-bottom: 10px;
    /* background: #5cb874; */
    /* background: #230075; */
  }
  .section_top {
    padding: 20px 0 0 0 !important;
  }
  .section-title h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .featured-services {
    padding: 20px 0 5px 0;
  }
  .section-title p {
    margin-bottom: 0;
    font-size: 13px;
    color: #919191;
    text-align: justify;
  }
  .section-title {
    text-align: center;
    padding-bottom: 20px;
  }
  .about_image {
    float: right;
    margin: 0px 0px 15px 20px;
    height: 80px;
  }
  .about_text p {
    text-align: justify;
    font-size: 13px;
  }
  blockquote {
    font-style: italic;
    line-height: 1.5;
    text-align: justify;
    color: #ffffff;
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    position: relative;
    padding: 0;
  }
  .bq {
    font-size: 14px;
  }
  .service_sec {
    padding: 20px 0 0 0;
  }

  .industries {
    padding: 20px 0 0 0 !important;
  }
  .box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 100%;
    margin-bottom: 10px;
    /* max-width: 100%; */
    height: 150px;
  }
  .col_md_4 h3 {
    color: rgb(155, 155, 155);
    font-size: 15px;
  }
  .col_md_4 {
    border-right: none;
    border-bottom: none;
    width: 30%;
    margin: auto auto;
  }
  .area-padding-2 {
    padding: 20px 0;
  }
  section {
    padding: 20px 0;
  }
  .col_lg_3 {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .pt-160 {
    padding-top: 60px;
  }
  .pb-160 {
    padding-bottom: 60px;
  }

  .about_container .about_card {
    position: relative;
    max-width: 100% !important;
    max-height: 100% !important;
    background-color: #fff;
    margin: 0 !important;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    border-radius: 15px;
  }
  .about_container .about_card:last-child {
    margin-top: 10px !important;
  }
  #footer {
    background: #090909;
    color: #fff;
    font-size: 14px;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .about_container .about_card .image {
    position: relative;
    width: 260px;
    height: 260px;
    top: -40%;
    left: 8px;
    display: none !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .about_container .about_card .content {
    position: static !important;
    top: 0;
    padding: 10px 15px;
    color: #111;
    text-align: center;
    visibility: visible !important;
    opacity: 1 !important;
    transition: 0.3s ease-in-out;
  }
  .mission_vision {
    display: block !important;
  }
  .mobile_view_margin {
    margin-top: 10px !important;
  }
  .footer_title {
    margin-bottom: 10px !important;
  }
  .margin_b {
    margin-bottom: 5px !important;
  }
  .footer_margin {
    margin-top: 10px;
  }
  #footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .sec_row {
    margin-top: 0 !important;
  }
  .card1 {
    width: 100%;
  }
  .paragraph {
    width: 100%;
    height: 100%;
    z-index: 1;
    color: rgb(0, 0, 0);
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 15px;
    padding: 10px !important;
  }
  .paragraph p {
    font-size: 13px;
  }
  .footer_margin ul {
    margin-bottom: 0 !important;
  }
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
  }
  .contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555555;
  }
  .contact_iframe iframe {
    height: 200px !important;
  }
  .contact .info {
    padding: 20px 10px 10px 10px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  }
  .contact .php-email-form {
    width: 100%;
    padding: 20px 10px 10px 10px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  }
  .contact .php-email-form input {
    height: 30px;
  }
  .contact .php-email-form label {
    font-size: 13px;
  }
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
    margin-top: 0 !important;
  }
  .snip1567 {
    background-color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .flip-box-header {
    font-size: 15px;
    word-wrap: break-word;
  }
}
@media (max-width: 450px) {
  .flip-box-header {
    font-size: 15px;
    word-wrap: break-word;
  }
  .width_100 
  {
    width:100%;
  }
  .snip1567 {
    background-color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
    margin-top: 0 !important;
  }
  .contact .php-email-form label {
    font-size: 13px;
  }
  .contact .php-email-form input {
    height: 30px;
  }
  .contact .info {
    padding: 20px 10px 10px 10px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  }
  .contact .php-email-form {
    width: 100%;
    padding: 20px 10px 10px 10px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  }
  .contact_iframe iframe {
    height: 200px !important;
  }
  .contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555555;
  }
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
  }
  .footer_margin ul {
    margin-bottom: 0 !important;
  }
  .paragraph p {
    font-size: 13px;
  }
  #footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .footer_margin {
    margin-top: 10px;
  }
  .margin_b {
    margin-bottom: 5px !important;
  }
  .navbar ul li a.active:after {
    display: none;
  }
  .navbar .getstarted,
  .navbar .getstarted:focus {
    /* color: #5cb874; */
    color: var(--bg-color);
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 4px;
    border: 2px solid var(--bg-color);
    transition: 0.3s;
    font-size: 14px;
    width: 50%;
  }
  #hero {
    height: 35vh;
  }
  .featured-services .icon-box {
    padding: 30px 20px;
    margin-bottom: 10px;
    /* background: #5cb874; */
    /* background: #230075; */
  }
  .section_top {
    padding: 30px 0 0 0 !important;
  }
  .section-title h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .featured-services {
    padding: 20px 0 5px 0;
  }
  .section-title p {
    margin-bottom: 0;
    font-size: 13px;
    color: #919191;
    text-align: justify;
  }
  .section-title {
    text-align: center;
    padding-bottom: 20px;
  }
  .about_image {
    float: right;
    margin: 0px 0px 15px 20px;
    height: 80px;
  }
  .about_text p {
    text-align: justify;
    font-size: 13px;
  }
  blockquote {
    font-style: italic;
    line-height: 1.5;
    text-align: justify;
    color: #ffffff;
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    position: relative;
    padding: 0;
  }
  .bq {
    font-size: 14px;
  }
  .service_sec {
    padding: 20px 0 0 0;
  }

  .industries {
    padding: 20px 0 0 0 !important;
  }
  .box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 100%;
    margin-bottom: 10px;
    /* max-width: 100%; */
    height: 150px;
  }
  .col_md_4 h3 {
    color: rgb(155, 155, 155);
    font-size: 15px;
  }
  .col_md_4 {
    border-right: none;
    border-bottom: none;
    width: 30%;
    margin: auto auto;
  }
  .area-padding-2 {
    padding: 20px 0;
  }
  section {
    padding: 20px 0;
  }
  .col_lg_3 {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .pt-160 {
    padding-top: 60px;
  }
  .pb-160 {
    padding-bottom: 60px;
  }
  .about_container .about_card {
    position: relative;
    max-width: 100% !important;
    max-height: 100% !important;
    background-color: #fff;
    margin: 0 !important;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    border-radius: 15px;
  }
  .about_container .about_card:last-child {
    margin-top: 10px !important;
  }
  .about_container .about_card .image {
    position: relative;
    width: 260px;
    height: 260px;
    top: -40%;
    left: 8px;
    display: none !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .about_container .about_card .content {
    position: static !important;
    top: 0;
    padding: 10px 15px;
    color: #111;
    text-align: center;
    visibility: visible !important;
    opacity: 1 !important;
    transition: 0.3s ease-in-out;
  }
  .mission_vision {
    display: block !important;
  }
  .mobile_view_margin {
    margin-top: 10px !important;
  }
  #footer {
    background: #090909;
    color: #fff;
    font-size: 14px;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .footer_title {
    margin-bottom: 10px !important;
  }
  .sec_row {
    margin-top: 0 !important;
  }
  .card1 {
    width: 100%;
  }
  .paragraph {
    width: 100%;
    height: 100%;
    z-index: 1;
    color: rgb(0, 0, 0);
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 15px;
    padding: 10px !important;
  }
  .flip-box-header {
    font-size: 15px;
    word-wrap: break-word;
  }
}
