body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  background: #FFFFFF; }

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
  outline: none; }

a {
  text-decoration: none !important; }

.font-size-14 {
  font-size: 14px; }

.img-object-cover {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover; }

.img-object-contain {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.common_padding {
  padding-top: 60px;
  padding-bottom: 60px; }

.btn {
  box-shadow: none !important; }

.btn-outline-vibrand {
  background: linear-gradient(90deg, #971838 0%, #F79447 100%);
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.49);
  padding: 1px;
  border: none;
  border-radius: 50px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 18px; }
  .btn-outline-vibrand div {
    color: #ffffff;
    background: #0E0E0E;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s; }
    .btn-outline-vibrand div svg {
      margin-left: 15px; }
  .btn-outline-vibrand:hover div {
    background: transparent;
    color: #ffffff; }

.landing_slider {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .landing_slider .landing_video {
    position: relative;
    z-index: 1; }
    .landing_slider .landing_video .main_bg {
      height: 100vh;
      width: 100%; }
    .landing_slider .landing_video video {
      width: 100%;
      height: 100vh;
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
      display: block; }
    .landing_slider .landing_video .content {
      position: absolute;
      left: 5%;
      right: 0;
      bottom: 5%;
      width: 50%;
      padding: 20px;
      overflow: hidden; }
      .landing_slider .landing_video .content .heading {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 50px;
        font-weight: 700;
        color: #ffffff;
        line-height: 55px;
        text-align: left;
        display: block;
        text-transform: uppercase;
        padding-bottom: 10px;
        width: 100%; }
        .landing_slider .landing_video .content .heading span {
          color: #FFCB05; }
      .landing_slider .landing_video .content p {
        color: #ffffff;
        text-align: left;
        font-size: 20px;
        padding-bottom: 30px; }
      .landing_slider .landing_video .content ul li .btn-light {
        padding: 15px 20px 15px 80px;
        margin-right: 20px;
        font-size: 16px;
        background: linear-gradient(90deg, #971838 0%, #F79447 100%);
        box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.49);
        border-radius: 42px;
        border: none;
        color: #ffffff;
        font-weight: 600;
        position: relative;
        text-transform: uppercase;
        text-align: right; }
        .landing_slider .landing_video .content ul li .btn-light svg {
          position: absolute;
          left: 18px;
          top: -12px;
          width: 65px;
          transition: all 0.3s; }
        .landing_slider .landing_video .content ul li .btn-light:hover svg {
          transform: rotate(-40deg); }
          .landing_slider .landing_video .content ul li .btn-light:hover svg .rocketdot {
            animation: blink 1s linear 0.3s infinite alternate; }
      .landing_slider .landing_video .content ul li .btn-link {
        font-weight: 500;
        font-size: 20px;
        color: #ffffff; }
        .landing_slider .landing_video .content ul li .btn-link svg {
          margin-right: 10px; }
      .landing_slider .landing_video .content .swiper-slide {
        background: transparent;
        flex-wrap: wrap;
        justify-content: flex-start; }
    .landing_slider .landing_video:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100vh;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(190deg, rgba(0, 0, 0, 0.2) 50%, black 100%);
      z-index: 0; }

@keyframes blink {
  0% {
    fill: #ffffff; }
  50% {
    fill: #971838; }
  100% {
    fill: #ffffff; } }
.topheader {
  background: #008CD2;
  padding: 6px 0; }
  .topheader ul {
    margin-bottom: 0; }
    .topheader ul li {
      padding: 0 10px; }
      .topheader ul li a {
        color: #ffffff; }
        .topheader ul li a svg {
          margin-right: 5px; }

header {
  background-color: white;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9; }
  header .navbar {
    padding-bottom: 0px;
    padding-top: 0px; }
    header .navbar .navbar-brand {
      position: relative; }
      header .navbar .navbar-brand img {
        height: 60px; }
    header .navbar .nav-item {
      padding: 30px 20px; }
      header .navbar .nav-item .nav-link {
        font-size: 15px;
        color: #000;
        padding: 0;
        border-bottom: 3px solid transparent; }
        header .navbar .nav-item .nav-link:hover {
          border-bottom: 3px solid #332E81; }
      header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
        color: #000000;
        font-size: 15px;
        padding: 10px 20px;
        background: transparent;
        transition: all 0.3s; }
        header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
          color: #332E81;
          background: transparent; }
  header .dropdown:hover > .dropdown-menu,
  header .dropend:hover > .dropdown-menu {
    display: inline-block;
    top: 100%; }

@keyframes masking {
  from {
    -webkit-mask-position-x: 1300px;
    mask-position-x: 1300px; }
  top {
    -webkit-mask-position-x: -1050px;
    mask-position-x: -1050px; } }
.navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  outline: none;
  position: relative;
  border: none !important;
  box-shadow: none !important; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.6)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0; }

.navbar-toggler span {
  display: block;
  background-color: #008CD2;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1; }

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out; }

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9; }

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent; }

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9; }

.whoweare h1 {
  text-transform: uppercase;
  font-size: 36px;
  padding-bottom: 15px; }
.whoweare p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 50px 20px 0; }
.whoweare .btn {
  background-color: #008CD2;
  border-color: #008CD2;
  color: #fff;
  padding: 10px 20px; }
.whoweare .imgwoweare img {
  height: 100%;
  width: 100%; }

.service h2 {
  text-transform: uppercase;
  font-size: 36px;
  padding-bottom: 15px; }
.service .servicelist {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .service .servicelist .serv {
    padding: 0 10px;
    width: 25%;
    margin-bottom: 20px; }
  .service .servicelist .card {
    padding: 25px;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 1px solid #008CD2;
    border-radius: 20px;
    transition: 0.3s all; }
    .service .servicelist .card svg {
      width: 90px;
      height: 90px;
      margin: 0 auto 15px auto; }
    .service .servicelist .card h5 {
      font-weight: 500; }
    .service .servicelist .card:hover {
      background-color: #008CD2; }
      .service .servicelist .card:hover svg {
        stroke: #fff; }
      .service .servicelist .card:hover p, .service .servicelist .card:hover h5 {
        color: #ffffff; }

.projects:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70%;
  background-color: #008CD2;
  z-index: -1; }
.projects h4 {
  text-transform: uppercase;
  font-size: 36px;
  padding-bottom: 15px;
  color: #ffffff; }
.projects .btn-link {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-weight: 600; }
.projects .portfolio_slider {
  margin-top: 40px;
  padding-bottom: 40px; }
  .projects .portfolio_slider img {
    width: 100%;
    height: 600px;
    border-radius: 20px; }
  .projects .portfolio_slider .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 140, 210, 0.49);
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: 0.5s all; }
    .projects .portfolio_slider .overlay div {
      margin: auto;
      width: 100%;
      height: 100%;
      border: 3px solid #ffffff;
      border-radius: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px; }
    .projects .portfolio_slider .overlay h5 {
      font-size: 20px;
      color: #ffffff;
      font-weight: 600;
      padding-bottom: 15px;
      transition: 0.3s all;
      transform: translateY(100px); }
    .projects .portfolio_slider .overlay .btn {
      background-color: #ffffff;
      color: #008CD2;
      font-weight: 600;
      padding: 8px 15px;
      font-size: 16px;
      transition: 0.5s all;
      transform: translateY(100px); }
    .projects .portfolio_slider .overlay:hover {
      opacity: 1; }
      .projects .portfolio_slider .overlay:hover img {
        transform: scale(1.1); }
      .projects .portfolio_slider .overlay:hover h5 {
        transform: translateY(0px);
        opacity: 1; }
      .projects .portfolio_slider .overlay:hover .btn {
        display: inline-block;
        transform: translateY(0px);
        opacity: 1; }

footer {
  background-color: #032637;
  padding-top: 60px;
  padding-bottom: 20px; }
  footer h4 {
    color: #ffffff;
    padding-bottom: 15px; }
  footer ul li {
    color: #ffffff; }
    footer ul li a {
      color: #ffffff; }
      footer ul li a:hover {
        color: #008CD2; }
  footer .links li {
    padding: 5px 0; }
  footer p {
    color: #ffffff; }
  footer .copyright {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    text-align: center; }

.subpages {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 250px;
  padding-bottom: 150px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .subpages:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .subpages h1 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 600; }
  .subpages p {
    color: #ffffff;
    padding-bottom: 20px; }
  .subpages span {
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    display: inline-block; }

.about_bg {
  background-image: url("../images/about_bg.jpg"); }

.project_bg {
  background-image: url("../images/project_bg.jpg"); }

.contact_bg {
  background-image: url("../images/contact_bg.jpg"); }

.news_bg {
  background-image: url("../images/news_bg.jpg"); }

.abouttext p {
  text-align: justify; }

.abt_video {
  position: relative; }
  .abt_video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .abt_video img {
    border-radius: 20px; }

.mision {
  background: #008CD2;
  padding-top: 80px;
  padding-bottom: 20px; }
  .mision .card {
    background: transparent;
    border: none;
    margin-bottom: 80px; }
    .mision .card h4 {
      color: #fff; }
      .mision .card h4 span {
        font-weight: 700; }
    .mision .card p {
      color: #ffffff; }

.profile_d {
  padding-top: 80px;
  padding-bottom: 80px; }
  .profile_d .container {
    border-top: 1px solid #008CD2;
    padding-top: 60px; }
  .profile_d h4 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 40px; }
  .profile_d .btn {
    padding: 15px 60px;
    background: #008CD2;
    color: #ffffff;
    font-size: 24px; }

.filter-menu {
  margin-bottom: 20px;
  text-align: left;
  padding: 0; }

.filter-menu li {
  display: inline-block;
  padding: 6px 15px;
  margin: 10px;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s all;
  border: 1px solid #008CD2;
  border-radius: 5px; }

.filter-menu li:hover,
.filter-menu li.current {
  color: #fff;
  background: #008CD2;
  font-weight: 800; }

.filter-item li {
  width: 50%;
  padding: 10px;
  float: left;
  position: relative;
  transition: 0.5s all;
  overflow: hidden; }
  .filter-item li .card {
    overflow: hidden;
    position: relative;
    border-radius: 20px; }
  .filter-item li img {
    height: 500px;
    transition: 0.5s all; }
  .filter-item li .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    transition: 0.5s all;
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
    border-radius: 20px;
    background: rgba(0, 140, 210, 0.49);
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1); }
    .filter-item li .overlay div {
      margin: auto;
      width: 100%;
      height: 100%;
      border: 3px solid #ffffff;
      border-radius: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px; }
      .filter-item li .overlay div span {
        text-align: center; }
    .filter-item li .overlay h5 {
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      padding-bottom: 15px;
      line-height: 22px;
      transform: translateY(100px);
      transition: 0.3s all;
      opacity: 1; }
    .filter-item li .overlay .btn {
      transform: translateY(100px);
      opacity: 1;
      display: inline-block;
      transition: 0.6s all;
      border-radius: 10px;
      color: #008CD2;
      font-weight: 600; }
    .filter-item li .overlay svg {
      transition: 0.5s all; }
      .filter-item li .overlay svg:hover {
        transform: scale(1.1); }
  .filter-item li:hover {
    opacity: 1; }
    .filter-item li:hover img {
      transform: scale(1.1); }
    .filter-item li:hover .overlay {
      opacity: 1; }
      .filter-item li:hover .overlay h5 {
        transform: translateY(0px);
        opacity: 1; }
      .filter-item li:hover .overlay .btn {
        display: inline-block;
        transform: translateY(0px);
        opacity: 1; }

.filter-item li.active {
  width: 50%;
  transition: all 0.5s ease; }

.filter-item li.delete {
  width: 0%;
  padding: 0;
  transition: all 0.5s ease; }

.filter-item img {
  display: block;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) {
  .filter-item li.active,
  .filter-item li {
    width: 33.3%; } }
@media screen and (min-width: 1280px) {
  .filter-item li.active,
  .filter-item li {
    width: 33.3%; } }
.hm_wrk {
  position: relative;
  overflow: hidden; }

.pr_detail .table th {
  width: 30%;
  color: #008CD2; }
.pr_detail .masonary {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
  column-gap: 10px;
  row-gap: 10px; }
  .pr_detail .masonary div:nth-child(5n-0) {
    width: 100%; }
  .pr_detail .masonary div:nth-child(5n-1), .pr_detail .masonary div:nth-child(5n-2), .pr_detail .masonary div:nth-child(5n-3), .pr_detail .masonary div:nth-child(5n-4) {
    width: 49%; }
  .pr_detail .masonary div img {
    width: 100%;
    height: 450px;
    border-radius: 20px; }

.contact .address .card {
  padding: 40px;
  background: #008CD2;
  border-radius: 20px;
  border: none; }
  .contact .address .card h4 {
    color: #ffffff;
    padding-bottom: 30px;
    font-size: 30px; }
  .contact .address .card p {
    color: #ffffff; }
    .contact .address .card p a {
      color: #ffffff; }
  .contact .address .card hr {
    border: 1px solid #ffffff; }
.contact .form {
  padding-left: 60px; }
  .contact .form .form-control {
    border-radius: 20px;
    border: 1px solid #000000; }
  .contact .form input[type='text'],
  .contact .form input[type='email'] {
    height: 45px; }
  .contact .form .btn {
    border-radius: 20px;
    color: #ffffff;
    background: #008CD2;
    padding: 10px 30px; }

.map iframe {
  width: 100%;
  height: 450px; }

.service_cont p {
  text-align: center;
  padding: 0 60px; }

.serv_list .serv_listitem {
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
  .serv_list .serv_listitem .card {
    display: inline-block;
    border: none;
    margin-bottom: 40px;
    width: 50%; }
    .serv_list .serv_listitem .card h4 {
      font-weight: 600;
      padding-bottom: 10px; }
    .serv_list .serv_listitem .card ul li {
      padding: 5px 0; }
.serv_list .masonary {
  column-count: 2;
  column-gap: 10px; }
  .serv_list .masonary div {
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid; }
    .serv_list .masonary div img {
      grid-row: 1 / -1;
      grid-column: 1;
      max-width: 100%;
      display: block;
      width: 100%;
      border-radius: 20px; }

.service_carosel {
  padding-bottom: 80px; }
  .service_carosel img {
    width: 100%;
    height: 500px;
    border-radius: 20px; }

.news .news_list {
  display: grid;
  grid-template-columns: 50% 48%;
  grid-gap: 30px; }
  .news .news_list .card {
    width: 100%;
    border: none;
    border-radius: 30px;
    overflow: hidden; }
    .news .news_list .card:first-child {
      grid-column: 1 / span 2; }
      .news .news_list .card:first-child h5 {
        font-size: 30px !important; }
    .news .news_list .card img {
      height: 500px;
      width: 100%; }
    .news .news_list .card .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      padding: 30px; }
      .news .news_list .card .overlay div {
        border: 2px solid #ffffff;
        padding: 25px;
        display: flex;
        justify-content: left;
        align-items: flex-end;
        border-radius: 30px;
        height: 100%; }
        .news .news_list .card .overlay div h5 {
          color: #ffffff;
          font-size: 18px;
          transform: translateY(50px);
          transition: 0.3s all; }
        .news .news_list .card .overlay div .btn {
          opacity: 0;
          transform: translateY(100px);
          transition: 0.5s all; }
      .news .news_list .card .overlay:hover .btn {
        transform: translateY(0);
        opacity: 1; }
      .news .news_list .card .overlay:hover h5 {
        transform: translateY(0); }

.corevalues {
  padding-bottom: 60px; }
  .corevalues h4 {
    text-transform: uppercase;
    font-size: 36px;
    padding-bottom: 30px; }

.counter_section {
  flex-wrap: wrap; }
  .counter_section .hm_bn_sub_detail {
    width: 20%;
    text-align: center; }
    .counter_section .hm_bn_sub_detail .card {
      width: 220px;
      height: 220px;
      border-radius: 50%;
      border: 10px solid #008CD2;
      text-align: center;
      overflow: hidden; }
      .counter_section .hm_bn_sub_detail .card .card-body {
        border: 5px solid #ffffff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(90deg, #FEFEFE 0%, #EEEEEF 100%); }
      .counter_section .hm_bn_sub_detail .card span {
        font-size: 24px;
        color: #008CD2;
        font-weight: 800;
        position: relative; }
        .counter_section .hm_bn_sub_detail .card span sub {
          font-size: 10px;
          color: #008CD2;
          font-weight: 300;
          position: absolute;
          right: 0;
          bottom: 0; }
      .counter_section .hm_bn_sub_detail .card p {
        font-size: 12px;
        padding-top: 5px;
        font-weight: 600; }

.testimonials {
  background-image: url("../images/testi_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px; }
  .testimonials .headding h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0; }
  .testimonials .headding p {
    color: #ffffff;
    padding-bottom: 40px; }
  .testimonials .testi_slider .card {
    padding: 30px;
    border-radius: 20px; }
    .testimonials .testi_slider .card svg {
      position: absolute;
      right: 30px;
      bottom: 30px;
      width: 60px;
      height: 60px; }
    .testimonials .testi_slider .card p {
      margin-bottom: 20px; }
    .testimonials .testi_slider .card h5 {
      font-size: 18px;
      font-weight: 600;
      text-align: right; }
  .testimonials .testi_slider .slider__pagination {
    margin: auto;
    text-align: center;
    margin-top: 30px; }
    .testimonials .testi_slider .slider__pagination .swiper-pagination-bullet {
      background-color: #ffffff !important; }

.swiper {
  height: 100%; }

.swiper-slide {
  height: auto !important; }

.swiper-content {
  height: 100% !important; }

.clients {
  padding-top: 40px;
  padding-bottom: 40px; }
  .clients .client_slider .swiper-slide {
    text-align: center; }
    .clients .client_slider .swiper-slide img {
      border: 1px solid #f2f2f2;
      width: 100%;
      height: 140px;
      padding: 20px;
      border-radius: 10px; }

.profile {
  background: #008CD2;
  padding-top: 30px;
  padding-bottom: 30px; }
  .profile h4 {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 40px; }
  .profile .btn {
    background: #ffffff;
    color: #008CD2;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: 600; }

.footer_address {
  position: relative; }
  .footer_address .card {
    position: absolute;
    top: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1); }
    .footer_address .card h4 {
      color: #008CD2; }
    .footer_address .card ul li {
      color: #008CD2; }

.hmflipbook {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../images/certificate_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .hmflipbook h4 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 0;
    color: #ffffff; }
  .hmflipbook iframe {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 20px; }

.teams {
  padding-top: 80px; }
  .teams h4 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 40px;
    margin-bottom: 0;
    text-align: center; }
  .teams .team_slider .swiper-wrapper {
    padding-top: 40px;
    padding-bottom: 40px; }
  .teams .team_slider .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: none;
    padding: 25px;
    text-align: center; }
    .teams .team_slider .card img {
      border-radius: 50%;
      width: 200px;
      height: 200px;
      border: 1px solid #008CD2;
      margin: auto;
      z-index: 1;
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
      object-position: top; }
    .teams .team_slider .card h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px;
      padding-top: 10px; }
    .teams .team_slider .card span {
      font-size: 14px; }
    .teams .team_slider .card p {
      text-align: justify;
      padding: 10px 0 0 0;
      font-size: 14px; }
    .teams .team_slider .card svg {
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      margin: auto;
      top: 93px; }

@media only screen and (max-width: 1200px) {
  .landing_slider .landing_video .content {
    width: 90%; }

  .whoweare p {
    font-size: 14px;
    line-height: 20px; }

  .service .servicelist .serv {
    width: 30%;
    margin-bottom: 20px; }

  .service .servicelist {
    flex-wrap: wrap; }

  .projects .portfolio_slider img {
    height: 400px; }

  .projects .portfolio_slider .overlay h5 {
    font-size: 16px; }

  .projects .portfolio_slider .overlay .btn {
    font-size: 16px; }

  .filter-item li img {
    height: 400px; }

  .counter_section .hm_bn_sub_detail {
    width: 30%;
    margin-bottom: 30px; } }
@media only screen and (max-width: 991px) {
  .service_carosel img {
    height: 280px; }

  .serv_list .serv_listitem .card {
    width: 100%; }

  .serv_list .serv_listitem {
    column-count: 1; }

  .landing_slider .landing_video .content .heading {
    font-size: 36px;
    line-height: 36px; }

  .imgwoweare {
    height: 100%; }

  .filter-item li img {
    height: 280px; }

  .filter-item li .overlay h5 {
    font-size: 16px; }

  .filter-item li .overlay .btn {
    display: block;
    opacity: 1;
    transform: translateY(0);
    font-size: 14px; }

  .counter_section .hm_bn_sub_detail .card {
    width: 190px;
    height: 190px; }

  .counter_section .hm_bn_sub_detail .card p {
    font-size: 11px; }

  .counter_section .hm_bn_sub_detail .card span {
    font-size: 20px;
    line-height: 20px; }

  .contact .form {
    padding-left: 15px;
    padding-top: 30px; } }
@media only screen and (max-width: 767px) {
  .service_cont p {
    padding: 0; }

  footer h4 {
    padding-top: 40px; }

  .serv_list .serv_listitem .card ul {
    padding-left: 15px; }

  .whoweare p {
    padding: 0; }

  .imgwoweare {
    padding-top: 40px; }

  .service .servicelist .serv {
    width: 100%; }

  .filter-menu li {
    font-size: 15px; }

  .filter-item li .overlay {
    padding: 15px; }

  .filter-item li .overlay h5 {
    padding-bottom: 5px; }

  .pr_detail .masonary div:nth-child(5n-1), .pr_detail .masonary div:nth-child(5n-2), .pr_detail .masonary div:nth-child(5n-3), .pr_detail .masonary div:nth-child(5n-4) {
    width: 100%; }

  .pr_detail .masonary div img {
    height: auto; }

  header .navbar .nav-item {
    padding: 15px 20px; }

  .navbar-collapse {
    height: 100vh; }

  .counter_section .hm_bn_sub_detail {
    width: 50%; }

  .profile .col-md-12 {
    flex-wrap: wrap; }

  .profile h4 {
    padding-bottom: 20px;
    text-align: center; }

  .hmflipbook iframe {
    height: 400px; }

  footer {
    text-align: center; }

  .footer_address .card {
    position: relative;
    top: 0;
    margin: auto; }

  .footer_address .card h4 {
    padding-top: 0; }

  .topheader {
    display: none; }

  .news .news_list {
    grid-template-columns: 100%;
    grid-gap: 0px;
    display: block; }

  .news .news_list .card {
    margin-bottom: 20px; }

  .news .news_list .card img {
    height: 300px; }

  .news .news_list .card:first-child h5 {
    font-size: 18px !important; } }
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .serv_list .masonary {
    column-count: 1; }

  .landing_slider .landing_video .content p {
    font-size: 14px;
    line-height: 18px; }

  .landing_slider .landing_video .content .heading {
    font-size: 24px;
    line-height: 24px; }

  .whoweare h1,
  .service h2,
  .projects h4,
  .corevalues h4,
  .testimonials .headding h4,
  .hmflipbook h4 {
    font-size: 24px; }

  .whoweare h1 img,
  .service h2 img,
  .projects h4 img,
  .corevalues h4 img,
  .testimonials .headding h4 img,
  .hmflipbook h4 img {
    height: 20px; }

  .projects .btn-link {
    display: none; }

  .filter-item li {
    width: 100%; }

  .filter-menu li {
    padding: 10px 8px; }

  .subpages h1 {
    font-size: 20px; }

  .subpages span {
    display: block; }

  table {
    border: 0; }

  table caption {
    font-size: 1.3em; }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block; }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left; }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }

  table td:last-child {
    border-bottom: 0; }

  .counter_section .hm_bn_sub_detail {
    width: 100%; }

  .counter_section .hm_bn_sub_detail .card {
    margin: auto; } }

/*# sourceMappingURL=style.css.map */
