@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.custom-container {
  width: 90%;
  margin: auto;
}

.wide-container {
  width: 80%;
  margin: auto;
}

.news-container {
  width: 80%;
  margin: auto;
}

div.section-title {
  text-align: center;
}

div.section-title.hdb h1 {
  color: #123D6A;
}

div.section-title.pb p {
  color: #191919c7;
}

div.section-title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 4.25rem;
}

div.section-title h1 span {
  font-weight: 600;
}

div.section-title h1.movie_section_title {
  font-size: 3rem;
}

div.section-title p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  width: 80%;
  margin: auto;
}

div.section-title.linear h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 5.25rem;
}

div.section-title.linear h1 span {
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  div.section-title h1 {
    font-size: 2rem;
  }
  div.section-title h1.movie_section_title {
    font-size: 1.6rem;
  }
  div.section-title p {
    font-size: 14px;
    width: 90%;
    text-align: center;
  }
  div.section-title.linear h1 {
    font-size: 2rem;
  }
  .wide-container {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .wide-container {
    width: 90%;
    margin: auto;
  }
  div.section-title h1 {
    font-size: 60px;
  }
  div.section-title p {
    font-size: 11px;
    width: 80%;
  }
  div.section-title.linear h1 {
    font-size: 60px;
  }
}

header {
  position: relative;
  width: 95%;
  margin: auto;
  margin-top: 50px;
}

header nav.navbar.navbar-expand-lg.navbar-light {
  position: absolute;
  width: 100%;
  z-index: 2;
  margin-left: -50px;
}

header nav.navbar.navbar-expand-lg.navbar-light .navbar-brand .logo {
  width: 284px;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto {
  margin-right: -100px;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li {
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li.active a {
  padding-bottom: 2px;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li.active::after {
  position: absolute;
  content: '';
  height: 2px;
  left: 0;
  width: 70%;
  margin: auto;
  background-color: #B5E5F2;
  right: 0;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li.nav-btn {
  background: #B5E5F2;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li.nav-btn:hover {
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-box-shadow: inset 0 0 0 3em #123D6A;
          box-shadow: inset 0 0 0 3em #123D6A;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li.nav-btn:hover a {
  color: #fff;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li.nav-btn a {
  color: black;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li.nav-btn a:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li a {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li a:hover {
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li a:hover::after {
  position: absolute;
  content: '';
  height: 2px;
  left: 0;
  width: 70%;
  margin: auto;
  background-color: #B5E5F2;
  right: 0;
  bottom: 2px;
}

header .video-overlay {
  background: #00000082;
  position: absolute;
  height: 99%;
  width: 100%;
}

header #myVideo {
  z-index: 1;
  width: 100%;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: url("/userassets/img/banner.png");
}

header .banner_image {
  width: 100%;
}

header .banner-content {
  position: absolute;
  top: 25%;
  bottom: 50%;
  left: 10%;
}

header .banner-content.otherpages {
  top: 30%;
  bottom: 0;
  left: 5%;
}

header .banner-content.otherpages h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.9375rem;
  font-weight: 300;
  width: auto;
  color: #fff;
}

header .banner-content.otherpages h3 {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 200;
  color: #fff;
  width: 50%;
}

header .banner-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 5.5rem;
  font-weight: 200;
  width: 75%;
  color: #fff;
}

header .banner-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2.9375rem;
  font-weight: 300;
  color: #B5E5F2;
}

header .banner-content .banner-btn {
  background: #B5E5F2;
  color: #123D6A;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 31px;
  border-radius: 0;
  margin-top: 25px;
}

header .banner-content .banner-btn span.icon {
  position: absolute;
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

header .banner-content .banner-btn span.icon i {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .banner-content .banner-btn:hover span.icon {
  position: relative;
  opacity: 1;
  margin-left: 25px;
}

header .banner-content .banner-btn:hover span.icon i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
  header {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 0;
  }
  header nav.navbar.navbar-expand-lg.navbar-light {
    position: absolute;
    width: 100%;
    z-index: 2;
    margin-left: 0;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-brand .logo {
    width: 130px;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-toggler {
    border: none;
    outline: none;
    padding: 0px;
    height: 20px;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-toggler .navbar-toggler-icon {
    background: url("/userassets/img/navbar-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse {
    background: #B5E5F2;
    color: black;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto {
    margin-right: 0;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.active a {
    padding-bottom: 5px;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.active::after {
    display: none;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.nav-btn {
    background: #B5E5F2;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.nav-btn:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.nav-btn:hover a {
    color: #000;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.nav-btn a {
    color: black;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.nav-btn a:hover {
    -webkit-transform: none;
            transform: none;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li a {
    font-size: 11px;
    color: #000;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li a:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
  }
  header #myVideo {
    z-index: 1;
    width: 100%;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background: url("/userassets/img/banner.png");
  }
  header .banner_image {
    width: 100%;
  }
  header .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }
  header .banner-content.otherpages {
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
  }
  header .banner-content.otherpages h1 {
    font-size: 25px;
  }
  header .banner-content.otherpages h3 {
    font-size: 11px;
    width: 80%;
    margin: auto;
    margin-top: 15px;
  }
  header .banner-content h1 {
    font-size: 27px;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  header .banner-content h3 {
    font-size: 16px;
    text-align: center;
  }
  header .banner-content .banner-btn {
    font-size: 11px;
    margin-top: 0;
    padding: 3px 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  header {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 0;
  }
  header nav.navbar.navbar-expand-lg.navbar-light {
    position: absolute;
    width: 100%;
    z-index: 2;
    margin-left: 0;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-brand .logo {
    width: 250px;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-toggler {
    border: none;
    outline: none;
    padding: 0px;
    height: 20px;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-toggler .navbar-toggler-icon {
    background: url("/userassets/img/navbar-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    margin-top: -10px;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse {
    background: #B5E5F2;
    color: black;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto {
    margin-right: 0;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.active a {
    padding-bottom: 2px;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.active::after {
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    width: 70%;
    margin: auto;
    background-color: #B5E5F2;
    right: 0;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.nav-btn {
    background: #B5E5F2;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.nav-btn:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.nav-btn:hover a {
    color: #000;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.nav-btn a {
    color: black;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li.nav-btn a:hover {
    -webkit-transform: none;
            transform: none;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li a {
    font-size: 11px;
    color: #000;
  }
  header nav.navbar.navbar-expand-lg.navbar-light .navbar-collapse ul.navbar-nav.ml-auto li a:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
  }
  header #myVideo {
    z-index: 1;
    width: 100%;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background: url("/userassets/img/banner.png");
  }
  header .banner_image {
    width: 100%;
  }
  header .banner-content {
    position: absolute;
    left: 15%;
    top: 35%;
    text-align: center;
    width: 100%;
    left: 0;
  }
  header .banner-content.otherpages {
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
  }
  header .banner-content.otherpages h1 {
    font-size: 40px;
  }
  header .banner-content.otherpages h3 {
    font-size: 15px;
    width: 80%;
    margin: auto;
    margin-top: 15px;
  }
  header .banner-content h1 {
    font-size: 40px;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  header .banner-content h3 {
    font-size: 25px;
    text-align: center;
  }
  header .banner-content .banner-btn {
    font-size: 11px;
    margin-top: 0;
    padding: 5px 10px;
  }
}

footer {
  background: url("/userassets/img/footer.png");
  background-position: top;
  padding-top: 200px;
  margin-top: -150px;
  padding-bottom: 25px;
}

footer .footer-logo {
  width: auto;
  height: 85px;
  margin-left: -15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

footer h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28;
  font-weight: 400;
  color: #B5E5F2;
  margin-bottom: 15px;
}

footer a.footer-btn {
  background: #B5E5F2;
  color: #123D6A;
  outline: none;
  border: none;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
}

footer a.footer-btn:hover {
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-box-shadow: inset 0 0 0 3em #B5E5F2;
          box-shadow: inset 0 0 0 3em #B5E5F2;
  color: #123D6A;
}

footer .footer-title {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
}

footer .footer-menu {
  display: block;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 35px;
}

footer p {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

footer img.footer-icon {
  width: 40px;
  margin-right: 10px;
}

footer .copyright-row {
  margin-top: 25px;
}

footer .copyright-row p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

footer .copyright-row p span {
  color: #fff;
  font-weight: 700;
}

footer .copyright-row p a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  footer {
    background: url("/userassets/img/footer-mob.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 160px;
    margin-top: 0px;
    padding-bottom: 25px;
  }
  footer .col-sm-3 {
    text-align: left;
  }
  footer .col-sm-3.fifty-section {
    width: 50%;
  }
  footer .footer-logo {
    margin: auto;
    width: 100%;
    height: unset;
    margin-left: -15px;
    margin-bottom: 10px;
  }
  footer h3 {
    font-size: 11px;
    color: #B5E5F2;
    text-align: left;
  }
  footer a.footer-btn {
    background: #B5E5F2;
    color: #123D6A;
    font-size: 9px;
    padding: 5px 10px;
    margin-bottom: 25px;
  }
  footer .footer-title {
    font-size: 19px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  footer .footer-menu {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 0 0px;
    display: block;
  }
  footer p {
    font-size: 11px;
    color: #fff;
  }
  footer img.footer-icon {
    width: 20px;
    margin-right: 5px;
  }
  footer .copyright-row {
    margin-top: 25px;
    text-align: center;
  }
  footer .copyright-row p {
    font-size: 9px;
    color: #fff;
    text-align: center;
  }
  footer .copyright-row p span {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer {
    background-position: top;
    padding-top: 220px;
    margin-top: -160px;
    padding-bottom: 25px;
  }
  footer .footer-logo {
    width: 150px;
    height: auto;
  }
  footer h3 {
    font-size: 12px;
  }
  footer a.footer-btn {
    font-size: 11px;
  }
  footer .footer-title {
    font-size: 15px;
    margin-top: 15px;
  }
  footer .footer-menu {
    font-size: 12px;
    line-height: 20px;
  }
  footer p {
    font-size: 12px;
    margin-bottom: 0;
  }
  footer img.footer-icon {
    width: 20px;
    margin-right: 3px;
  }
  footer .copyright-row {
    margin-top: 15px;
  }
  footer .copyright-row p {
    font-size: 11px;
  }
}

.ourfocus {
  padding: 100px 0;
}

.ourfocus .focus-container {
  margin: auto;
  width: 80%;
}

.ourfocus .focus-blue-card {
  background: #B5E5F2;
  padding: 50px 30px;
}

.ourfocus .focus-blue-card h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 5.25rem;
  color: #393939;
  text-align: center;
}

.ourfocus .focus-blue-card h1 span {
  font-weight: 400;
}

.ourfocus .focus-blue-card p {
  color: #393939;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
}

.ourfocus .focus_image_container {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  background: #000000bf;
}

.ourfocus .focus_image_container img {
  opacity: 0.4;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.ourfocus .focus_image_container .focus_overlay {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.ourfocus .focus_image_container .focus_overlay h3 {
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  font-weight: 300;
  color: #fff;
}

.ourfocus .focus_image_container .focus_overlay hr {
  width: 50%;
  background: #B5E5F2;
  height: 2px;
}

.ourfocus .focus_image_container .focus_overlay .focusbtn {
  background: #B5E5F2;
  color: #123D6A;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0px 20px 0 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.ourfocus .owl-theme .owl-dots {
  margin-top: 10px;
  text-align: right;
  margin-right: 25px;
}

.ourfocus .owl-theme .owl-dots .owl-dot {
  outline: none;
}

.ourfocus .owl-theme .owl-dots .owl-dot.active span {
  background: #123D6A;
}

.ourfocus .owl-theme .owl-dots .owl-dot span {
  width: 60px;
  height: 5px;
  margin: -2px;
  border-radius: 0;
  background: #B5E5F2;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.ourfocus .focus-carousel-btns {
  margin-right: 15px;
  margin-top: 20px;
}

.ourfocus .focus-carousel-btns .focus-carousel-btn {
  font-size: 35px;
  margin-left: 5px;
  color: #123D6A;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  cursor: pointer;
}

.ourfocus .focus-carousel-btns .focus-carousel-btn:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media only screen and (max-width: 767px) {
  .ourfocus {
    padding: 5px 0;
  }
  .ourfocus .focus-container {
    width: 98%;
  }
  .ourfocus .focus-blue-card {
    background: #123D6A;
    padding: 25px 20px;
    text-align: center;
  }
  .ourfocus .focus-blue-card h1 {
    font-size: 2rem;
    color: #fff;
  }
  .ourfocus .focus-blue-card p {
    color: #fff;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .ourfocus .focus_image_container {
    position: relative;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ourfocus .focus_image_container img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .ourfocus .focus_image_container .focus_overlay {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .ourfocus .focus_image_container .focus_overlay h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
  }
  .ourfocus .focus_image_container .focus_overlay hr {
    width: 50%;
    background: #B5E5F2;
    height: 2px;
  }
  .ourfocus .focus_image_container .focus_overlay .focusbtn {
    background: #B5E5F2;
    color: #123D6A;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0px 15px 0 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ourfocus .owl-theme .owl-dots {
    margin-top: 10px;
    text-align: right;
    margin-right: 25px;
    display: none;
  }
  .ourfocus .owl-theme .owl-dots .owl-dot {
    outline: none;
  }
  .ourfocus .owl-theme .owl-dots .owl-dot.active span {
    background: #123D6A;
  }
  .ourfocus .owl-theme .owl-dots .owl-dot span {
    width: 60px;
    height: 5px;
    margin: -2px;
    border-radius: 0;
    background: #B5E5F2;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
  .ourfocus .focus-carousel-btns {
    display: none;
    margin-right: 15px;
    margin-top: 20px;
  }
  .ourfocus .focus-carousel-btns .focus-carousel-btn {
    font-size: 40px;
    margin-left: 10px;
    color: #123D6A;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    cursor: pointer;
  }
  .ourfocus .focus-carousel-btns .focus-carousel-btn:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ourfocus {
    padding: 50px 0;
  }
  .ourfocus .focus-container {
    width: 90%;
  }
  .ourfocus .focus-blue-card {
    padding: 50px 25px;
  }
  .ourfocus .focus-blue-card h1 {
    font-size: 50px;
  }
  .ourfocus .focus-blue-card p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
  }
  .ourfocus .focus_image_container {
    width: 100%;
    margin-bottom: 20px;
  }
  .ourfocus .focus_image_container .focus_overlay h3 {
    font-size: 23px;
  }
  .ourfocus .focus_image_container .focus_overlay .focusbtn {
    font-size: 11px;
    padding: 5px 10px;
  }
  .ourfocus .owl-theme .owl-dots {
    margin-top: -10px !important;
    margin-right: 0;
  }
  .ourfocus .owl-theme .owl-dots .owl-dot span {
    height: 3px;
  }
  .ourfocus .focus-carousel-btns {
    margin-right: 0;
    margin-top: 10px;
  }
  .ourfocus .focus-carousel-btns .focus-carousel-btn {
    font-size: 25px;
  }
}

.ourbrands {
  background: #A8A8A852;
  padding-bottom: 100px;
  position: relative;
}

.ourbrands .section-title-holder {
  margin-bottom: 100px;
}

.ourbrands .section-title-holder h1.section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 5.25rem;
  margin-top: -60px;
  color: #191919;
}

.ourbrands .section-title-holder h1.section-title span {
  font-weight: 400;
}

.ourbrands .section-title-holder p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #191919;
  width: 50%;
  margin: auto;
}

.ourbrands .brand-card {
  background: white;
  margin: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.ourbrands .brand-card.black {
  background: #060709;
}

.ourbrands .brand-card.black p {
  color: #fff;
}

.ourbrands .brand-card img {
  width: 80%;
  margin: auto;
}

.ourbrands .brand-card p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 200;
  color: #123D6A;
  margin: auto;
  width: 50%;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  height: 70px;
  display: none;
}

.ourbrands .brand-card span {
  height: 3px;
  display: block;
  position: absolute;
  background: #00B9FF;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.ourbrands .brand-card span.top-bar {
  width: 65%;
  top: 50px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.ourbrands .brand-card span.bottom-bar {
  width: 35%;
  bottom: 50px;
  right: 15px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.ourbrands .brand-card:hover p {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.ourbrands .brand-card:hover span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ourbrands .owl-theme .owl-dots {
  margin-top: 40px !important;
  text-align: left;
  margin-left: 15px;
}

.ourbrands .owl-theme .owl-dots .owl-dot {
  outline: none;
}

.ourbrands .owl-theme .owl-dots .owl-dot.active span {
  background: #123D6A;
}

.ourbrands .owl-theme .owl-dots .owl-dot span {
  width: 70px;
  height: 5px;
  margin: -2px;
  border-radius: 0;
  background: #B5E5F2;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.ourbrands .brand-carousel-btns {
  margin-right: 15px;
}

.ourbrands .brand-carousel-btns .brand-carousel-btn {
  font-size: 35px;
  margin-left: 10px;
  color: #123D6A;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  cursor: pointer;
}

.ourbrands .brand-bg {
  position: absolute;
  width: 100%;
  bottom: -75px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .ourbrands {
    background: #A8A8A852;
    padding-bottom: 50px;
  }
  .ourbrands .section-title-holder {
    margin-bottom: 20px;
  }
  .ourbrands .section-title-holder h1.section-title {
    font-size: 2rem;
    margin-top: -15px;
  }
  .ourbrands .section-title-holder p {
    font-size: 14px;
    width: 90%;
  }
  .ourbrands .brand-card {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .ourbrands .brand-card p {
    font-size: 15px;
    width: 100%;
  }
  .ourbrands .brand-card span.bottom-bar {
    bottom: 60px;
  }
  .ourbrands .owl-theme .owl-dots {
    display: none;
    margin-top: 40px !important;
    text-align: left;
    margin-left: 15px;
  }
  .ourbrands .owl-theme .owl-dots .owl-dot {
    outline: none;
  }
  .ourbrands .owl-theme .owl-dots .owl-dot.active span {
    background: #123D6A;
  }
  .ourbrands .owl-theme .owl-dots .owl-dot span {
    width: 70px;
    height: 5px;
    margin: -2px;
    border-radius: 0;
    background: #B5E5F2;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
  .ourbrands .brand-carousel-btns {
    margin-top: 15px;
  }
  .ourbrands .brand-carousel-btns .brand-carousel-btn {
    font-size: 20px;
    margin-left: 5px;
  }
  .ourbrands .brand-bg {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ourbrands {
    padding-bottom: 50px;
    position: relative;
  }
  .ourbrands .section-title-holder {
    margin-bottom: 30px;
  }
  .ourbrands .section-title-holder h1.section-title {
    font-size: 60px;
    margin-top: -35px;
  }
  .ourbrands .section-title-holder p {
    font-size: 11px;
    width: 80%;
  }
  .ourbrands .brand-card {
    background: white;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
  }
  .ourbrands .brand-card img {
    width: 80%;
    margin: auto;
    margin-bottom: -40px;
  }
  .ourbrands .brand-card p {
    font-size: 11px;
    width: 80%;
    margin-bottom: 15px;
  }
  .ourbrands .brand-card span {
    height: 3px;
  }
  .ourbrands .brand-card span.top-bar {
    top: 10px;
  }
  .ourbrands .brand-card span.bottom-bar {
    bottom: 25px;
  }
  .ourbrands .owl-theme .owl-dots {
    margin-top: 20px !important;
  }
  .ourbrands .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 3px;
    margin: -2px;
  }
  .ourbrands .brand-carousel-btns {
    margin-right: 15px;
    margin-top: -25px;
  }
  .ourbrands .brand-carousel-btns .brand-carousel-btn {
    font-size: 25px;
    margin-left: 10px;
  }
  .ourbrands .brand-bg {
    bottom: 0;
  }
}

.latestnews {
  padding: 100px 0;
}

.latestnews .section-title-holder {
  margin-bottom: 60px;
}

.latestnews .section-title-holder h1.section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 5.25rem;
  color: #191919;
}

.latestnews .section-title-holder h1.section-title span {
  font-weight: 400;
}

.latestnews .section-title-holder p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #191919;
  width: 50%;
  margin: auto;
}

.latestnews .news-card {
  position: relative;
}

.latestnews .news-card span.count {
  font-family: "Urbanist", sans-serif;
  font-weight: 200;
  font-size: 124px;
  color: #19191924;
  margin-bottom: -60px;
  display: block;
  z-index: -1;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.latestnews .news-card img {
  width: 100%;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.latestnews .news-card .news-image-card {
  height: 214px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.latestnews .news-card:hover span.count {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.latestnews .news-card:hover img {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.latestnews .news-card .content {
  width: 80%;
  margin-left: 18%;
  margin-top: 10px;
}

.latestnews .news-card .content .bar {
  height: 150px;
  width: 3px;
  background: #B5E5F2;
  display: block;
  position: absolute;
  margin-left: -25px;
  margin-top: -50px;
}

.latestnews .news-card .content .more a {
  background: #123D6A;
  border-radius: 0;
  outline: none;
  border: none;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.latestnews .news-card .content .more a:hover {
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-box-shadow: inset 0 0 0 3em #B5E5F2;
          box-shadow: inset 0 0 0 3em #B5E5F2;
  color: #123D6A;
}

.latestnews .news-card .content .more span {
  font-family: "Urbanist", sans-serif;
  font-size: 9px;
  font-weight: 400;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .latestnews {
    padding: 50px 0;
  }
  .latestnews .section-title-holder {
    margin-bottom: 30px;
  }
  .latestnews .section-title-holder h1.section-title {
    font-size: 2rem;
  }
  .latestnews .section-title-holder p {
    font-size: 14px;
    width: 90%;
  }
  .latestnews .news-card {
    position: relative;
  }
  .latestnews .news-card span.count {
    font-size: 70px;
    margin-bottom: -35px;
  }
  .latestnews .news-card .content {
    width: 80%;
    margin-left: 18%;
  }
  .latestnews .news-card .content .bar {
    height: 100px;
    margin-left: -25px;
    margin-top: -50px;
  }
  .latestnews .news-card .content p {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .latestnews .news-card .content .more a {
    font-size: 9px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .latestnews {
    padding: 50px 0;
  }
  .latestnews .section-title-holder {
    margin-bottom: 0;
  }
  .latestnews .section-title-holder h1.section-title {
    font-size: 60px;
  }
  .latestnews .section-title-holder p {
    font-size: 16px;
    width: 80%;
  }
  .latestnews .news-container {
    width: 90%;
  }
  .latestnews .news-card span.count {
    font-size: 60px;
    margin-bottom: -30px;
  }
  .latestnews .news-card:hover span.count {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .latestnews .news-card:hover img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .latestnews .news-card .content {
    width: 90%;
    margin-left: 18%;
    margin-top: 10px;
  }
  .latestnews .news-card .content .bar {
    height: 100px;
    margin-left: -20px;
  }
  .latestnews .news-card .content p {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .latestnews .news-card .content .more a {
    font-size: 10px;
  }
  .latestnews .news-card .content .more span {
    font-size: 9px;
  }
}

.carouselarrow {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #828282;
  margin: 0 15px;
  cursor: pointer;
}

.carouselarrow span {
  color: #00B9FF;
  margin: 0 5px;
}

.news-carousel {
  padding: 100px 0;
}

.news-carousel .news-section-title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 72px;
}

.news-carousel .news-section-title h1 span {
  font-weight: 600;
  font-size: 114px;
}

.news-carousel .carousel-news-card {
  position: relative;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  background: #000000bf;
}

.news-carousel .carousel-news-card img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.news-carousel .carousel-news-card .news_overlay {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.news-carousel .carousel-news-card .news_overlay h3 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
}

.news-carousel .carousel-news-card .news_overlay p {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 50px;
}

.news-carousel .carousel-news-card .news_overlay hr {
  width: 40%;
  background: #fff;
  height: 1px;
  margin: 25px auto;
}

.news-carousel .carousel-news-card .news_overlay .readmorebtn {
  background: transparent;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 10px;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #fff;
}

.news-carousel .carousel-news-card:hover img {
  opacity: 0.3;
}

.news-carousel .carousel-news-card:hover .news_overlay {
  opacity: 1;
}

.portfolio-detail-card {
  position: relative;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  background: #000000bf;
}

.portfolio-detail-card img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.portfolio-detail-card .portfolio_overlay {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.portfolio-detail-card .portfolio_overlay h3 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
}

.portfolio-detail-card .portfolio_overlay p {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 50px;
}

.portfolio-detail-card .portfolio_overlay hr {
  width: 40%;
  background: #fff;
  height: 1px;
  margin: 25px auto;
}

.portfolio-detail-card .portfolio_overlay .readmorebtn {
  background: transparent;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 10px;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #fff;
}

.portfolio-detail-card:hover img {
  opacity: 0.3;
}

.portfolio-detail-card:hover .portfolio_overlay {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .carouselarrow {
    font-size: 7px;
    margin: 0 5px;
  }
  .carouselarrow span {
    margin: 0 3px;
  }
  .news-carousel {
    padding: 50px 0;
  }
  .news-carousel .news-section-title {
    text-align: center;
  }
  .news-carousel .news-section-title h1 {
    font-size: 23px;
  }
  .news-carousel .news-section-title h1 span {
    font-size: 23px;
  }
  .news-carousel #topnews-carousel .owl-dots {
    display: none;
  }
  .news-carousel .carousel-news-card {
    width: 100%;
    margin-bottom: 5px;
  }
  .news-carousel .carousel-news-card .news_overlay {
    width: 100%;
  }
  .news-carousel .carousel-news-card .news_overlay h3 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .news-carousel .carousel-news-card .news_overlay p {
    font-size: 9px;
    margin-bottom: 10px;
    width: 90%;
    margin: auto;
  }
  .news-carousel .carousel-news-card .news_overlay hr {
    margin: 5px auto;
  }
  .news-carousel .carousel-news-card .news_overlay .readmorebtn {
    font-size: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .portfolio-detail .wide-container .row .col-sm-3 {
    width: 33%;
    padding: 0;
    margin: auto;
  }
  .portfolio-detail-card .portfolio_overlay h3 {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .portfolio-detail-card .portfolio_overlay p {
    font-size: 6px;
    margin-bottom: 5px;
    width: 90%;
    margin: auto;
  }
  .portfolio-detail-card .portfolio_overlay hr {
    margin: 3px auto;
  }
  .portfolio-detail-card .portfolio_overlay .readmorebtn {
    font-size: 5px;
    padding: 2px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .carouselarrow {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #828282;
    margin: 0 15px;
    cursor: pointer;
  }
  .carouselarrow span {
    color: #00B9FF;
    margin: 0 5px;
  }
  .news-carousel {
    padding: 50px 0;
  }
  .news-carousel .news-section-title h1 {
    font-size: 40px;
  }
  .news-carousel .news-section-title h1 span {
    font-size: 45px;
  }
  .news-carousel .owl-dots {
    display: none !important;
  }
  .news-carousel .carousel-news-card {
    width: 100%;
  }
  .news-carousel .carousel-news-card .news_overlay {
    width: 100%;
  }
  .news-carousel .carousel-news-card .news_overlay h3 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .news-carousel .carousel-news-card .news_overlay p {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .news-carousel .carousel-news-card .news_overlay hr {
    margin: 5px auto;
  }
  .news-carousel .carousel-news-card .news_overlay .readmorebtn {
    font-size: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .portfolio-detail .wide-container .row .col-sm-3 {
    padding: 5px;
  }
  .portfolio-detail-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .portfolio-detail-card .portfolio_overlay {
    width: 100%;
  }
  .portfolio-detail-card .portfolio_overlay h3 {
    font-size: 13px;
    margin-bottom: 5px;
    width: 90%;
    margin: auto;
  }
  .portfolio-detail-card .portfolio_overlay p {
    font-size: 8px;
    margin-bottom: 5px;
    width: 90%;
    margin: auto;
  }
  .portfolio-detail-card .portfolio_overlay hr {
    margin: 15px auto;
  }
  .portfolio-detail-card .portfolio_overlay .readmorebtn {
    margin-top: 10px;
    font-size: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.news-category-holder {
  padding-bottom: 100px;
}

.news-category-holder h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 27px;
  color: #123D6A;
}

.news-category-holder .news-category .btn-news {
  border-radius: 0;
  color: #fff;
  background: #b2b2b2;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 8px 11px;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
}

.news-category-holder .news-category .btn-news:hover {
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-box-shadow: inset 0 0 0 3em #8A8A8A;
          box-shadow: inset 0 0 0 3em #8A8A8A;
}

.news-category-holder .news-category .btn-news.active, .news-category-holder .news-category .btn-news:focus {
  background: #123D6A;
}

@media only screen and (max-width: 767px) {
  .news-category-holder {
    padding-bottom: 50px;
    text-align: center;
  }
  .news-category-holder h3 {
    font-size: 11px;
  }
  .news-category-holder h3 br {
    display: none;
  }
  .news-category-holder .news-category .btn-news {
    margin: 3px 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news-category-holder {
    padding-bottom: 50px;
  }
  .news-category-holder h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
  }
  .news-category-holder .news-category .btn-news {
    margin: 3px 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
}

.news-page-card {
  margin: 40px 0;
}

.news-page-card h3 {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  color: #000;
}

.news-page-card.type-two h3 {
  font-size: 17px;
  margin-bottom: 25px;
}

.news-page-card .news-card-image {
  width: 100%;
  margin-bottom: 25px;
}

.news-page-card .btn-readmore {
  background: #123D6A;
  border-radius: 0;
  outline: none;
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-left: 5px solid #B5E5F2;
}

.news-page-card .btn-readmore:hover {
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-box-shadow: inset 0 0 0 3em #B5E5F2;
          box-shadow: inset 0 0 0 3em #B5E5F2;
  color: #123D6A;
}

.large-news-card .large-news-container {
  background: #E1E1E1;
}

.large-news-card .large-news {
  background: #E1E1E1;
  padding: 145px 50px;
}

.large-news-card .large-news h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5625rem;
  font-weight: 500;
}

.large-news-card .news-card-image {
  width: 100%;
}

.large-news-card .btn-readmore {
  background: #123D6A;
  border-radius: 0;
  outline: none;
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-left: 5px solid #B5E5F2;
  margin-top: 25px;
}

.large-news-card .btn-readmore:hover {
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-box-shadow: inset 0 0 0 3em #B5E5F2;
          box-shadow: inset 0 0 0 3em #B5E5F2;
  color: #123D6A;
}

.pc {
  display: block !important;
}

.mob {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  .news-page-card {
    margin: 10px 0;
    text-align: center;
  }
  .news-page-card h3 {
    font-size: 11px;
    width: 90%;
    margin: auto;
    margin-bottom: 5px;
  }
  .news-page-card.type-two h3 {
    font-size: 11px;
    width: 90%;
    margin: auto;
    margin-bottom: 5px;
  }
  .news-page-card .news-card-image {
    width: 90%;
    margin: auto;
    margin-bottom: 5px;
  }
  .news-page-card .btn-readmore {
    font-size: 5px;
    width: 100%;
    padding: .5rem 1rem;
    line-height: 1.5;
    margin: auto;
    border-left: 2px solid #B5E5F2;
  }
  .news-page-card .btn-readmore.btn-block {
    width: 90%;
    margin: auto;
  }
  .singleline {
    margin: 15px 0;
  }
  .singleline .news-page-card h3 {
    font-size: 11px;
    width: 100%;
    margin: auto;
    margin-bottom: 2px;
  }
  .singleline .news-page-card .news-card-image {
    width: 100%;
  }
  .large-news-card .large-news-container {
    background: #FFF;
  }
  .large-news-card .large-news {
    background: #fff;
    padding: 0 5px;
    text-align: center;
  }
  .large-news-card .large-news h1 {
    font-size: 11px;
  }
  .large-news-card .news-card-image {
    width: 90%;
    margin: auto;
    display: block;
  }
  .large-news-card .btn-readmore {
    font-size: 5px;
    border-left: 3px solid #B5E5F2;
    margin-top: 5px;
    width: 90%;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .pc {
    display: block !important;
  }
  .mob {
    display: none !important;
  }
  .news-page-card {
    margin: 40px 0;
  }
  .news-page-card h3 {
    font-size: 15px;
  }
  .news-page-card.type-two h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .news-page-card .news-card-image {
    margin-bottom: 10px;
  }
  .news-page-card .btn-readmore {
    font-size: 11px;
  }
  .large-news-card .large-news {
    padding: 25px 10px;
  }
  .large-news-card .large-news h1 {
    font-size: 20px;
  }
  .large-news-card .btn-readmore {
    font-size: 11px;
    margin-top: 5px;
  }
}

.portfolio-section {
  padding: 100px 0;
}

.portfolio-section .portfolio-container-holder {
  padding-top: 100px;
}

.portfolio-section .divider-title {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 50px 0;
}

.portfolio-container {
  padding: 110px 0;
}

.portfolio-container:last-child {
  padding-bottom: 0;
}

.portfolio-container:first-child {
  padding-top: 0;
}

.portfolio-container * {
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.portfolio-container .portfolio-image {
  position: relative;
}

.portfolio-container .portfolio-image .small-image {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 9px 19px #0000001c;
          box-shadow: 0px 9px 19px #0000001c;
  position: absolute;
  top: -100px;
  left: 70px;
  width: 300px;
}

.portfolio-container .portfolio-image .big-image {
  width: 80%;
  margin-left: 20%;
}

.portfolio-container h2.portfolio-title {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #191919;
  margin-top: 25px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.portfolio-container .desc {
  border-left: 6px solid #B5E5F2;
  width: 75%;
  margin-left: 25px;
  padding-left: 15px;
}

.portfolio-container .desc h4 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #191919;
}

.portfolio-container .desc p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #191919b9;
  line-height: 25px;
}

.portfolio-container .more {
  margin-left: 25px;
  margin-top: 25px;
}

.portfolio-container .more h4 {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #123D6A;
}

.portfolio-container .more a.readmorebtn {
  background: #123D6A;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  border: none;
  border-left: 8px solid #B5E5F2;
  margin-top: 15px;
}

.portfolio-container .more a.readmorebtn:hover {
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-box-shadow: inset 0 0 0 3em #B5E5F2;
          box-shadow: inset 0 0 0 3em #B5E5F2;
  color: #123D6A;
}

.portfolio-container .more .download {
  margin-top: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #123D6A;
}

.portfolio-container .more .download a.readmorebtn {
  margin-top: 0;
  margin-right: 15px;
}

.portfolio-container:hover .portfolio-image .small-image {
  top: -140px;
}

.portfolio-container:hover h2.portfolio-title {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}

.portfolio-container.invert .portfolio-image {
  text-align: right;
  z-index: 1;
}

.portfolio-container.invert .portfolio-image .small-image {
  position: absolute;
  top: -100px;
  left: 60%;
}

.portfolio-container.invert .portfolio-image .big-image {
  margin-left: 0;
  margin-right: 20%;
  z-index: 1;
}

.portfolio-container.invert h2.portfolio-title {
  text-align: right;
  z-index: 2;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  position: -webkit-sticky;
  position: sticky;
}

.portfolio-container.invert .desc {
  border-left: 0;
  border-right: 6px solid #B5E5F2;
  text-align: right;
  margin-left: 20%;
  padding-left: 0;
  padding-right: 15px;
}

.portfolio-container.invert .more {
  text-align: right;
  margin-left: 0;
  margin-right: 40px;
}

.portfolio-container.invert .more a.readmorebtn {
  border-left: none;
  border-right: 8px solid #B5E5F2;
}

.portfolio-container.invert:hover .portfolio-image .small-image {
  top: -140px;
}

.portfolio-container.invert:hover h2.portfolio-title {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

@media only screen and (max-width: 767px) {
  .portfolio-section {
    padding: 50px 0;
    padding-bottom: 0;
  }
  .portfolio-section .portfolio-container-holder {
    padding-top: 0;
  }
  .portfolio-section .divider-title {
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 15px 0;
  }
  .portfolio-container {
    padding: 25px 0;
  }
  .portfolio-container .row .col-sm-6 {
    width: 50%;
    padding: 5px;
  }
  .portfolio-container * {
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
  }
  .portfolio-container .portfolio-image {
    position: relative;
    margin-top: 25px;
  }
  .portfolio-container .portfolio-image .small-image {
    padding: 5px;
    top: -50px;
    left: 0;
    width: 70px;
  }
  .portfolio-container .portfolio-image .big-image {
    width: 90%;
    margin-left: 10%;
  }
  .portfolio-container h2.portfolio-title {
    font-size: 17px;
    margin-top: 0px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .portfolio-container .desc {
    border-left: 2px solid #B5E5F2;
    width: 90%;
    margin-left: 0;
    padding-left: 5px;
  }
  .portfolio-container .desc h4 {
    font-size: 9px;
  }
  .portfolio-container .desc p {
    font-size: 9px;
    line-height: unset;
    margin-bottom: 10px;
  }
  .portfolio-container .more {
    margin-left: 5px;
    margin-top: 2px;
  }
  .portfolio-container .more h4 {
    font-size: 9px;
    margin-bottom: 0;
  }
  .portfolio-container .more a.readmorebtn {
    font-size: 9px;
    border-left: 3px solid #B5E5F2;
    margin-top: 0;
    padding: 3px 5px;
  }
  .portfolio-container .more .download {
    margin-top: 5px;
    font-size: 9px;
  }
  .portfolio-container .more .download img {
    width: 50px;
    margin-top: 10px;
  }
  .portfolio-container .more .download a.readmorebtn {
    margin-top: 0;
    margin-right: 0;
  }
  .portfolio-container:hover .portfolio-image .small-image {
    top: -40px;
  }
  .portfolio-container:hover h2.portfolio-title {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .portfolio-container.invert .portfolio-image .small-image {
    top: -60px;
    left: 60%;
  }
  .portfolio-container.invert .portfolio-image .big-image {
    margin-left: 0;
    margin-right: 10%;
    z-index: 1;
  }
  .portfolio-container.invert h2.portfolio-title {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .portfolio-container.invert .desc {
    border-left: 0;
    border-right: 2px solid #B5E5F2;
    text-align: right;
    margin-left: 10%;
    padding-left: 0;
    padding-right: 5px;
  }
  .portfolio-container.invert .more {
    text-align: right;
    margin-left: 0;
    margin-right: 5px;
  }
  .portfolio-container.invert .more a.readmorebtn {
    border-left: none;
    border-right: 3px solid #B5E5F2;
  }
  .portfolio-container.invert:hover .portfolio-image .small-image {
    top: -40px;
  }
  .portfolio-container.invert:hover h2.portfolio-title {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .portfolio-section {
    padding: 50px 0;
  }
  .portfolio-section .portfolio-container-holder {
    padding-top: 50px;
  }
  .portfolio-section .divider-title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 50px 0;
  }
  .portfolio-container {
    padding: 60px 0;
  }
  .portfolio-container .portfolio-image {
    position: relative;
  }
  .portfolio-container .portfolio-image .small-image {
    padding: 10px;
    top: -50px;
    left: -25px;
    width: 100px;
  }
  .portfolio-container .portfolio-image .big-image {
    width: 100%;
    margin-left: 0%;
  }
  .portfolio-container h2.portfolio-title {
    font-size: 30px;
    margin-top: 25px;
  }
  .portfolio-container .desc {
    border-left: 3px solid #B5E5F2;
    width: 100%;
    margin-left: -10px;
    padding-left: 10px;
  }
  .portfolio-container .desc h4 {
    font-size: 15px;
  }
  .portfolio-container .desc p {
    font-size: 11px;
    line-height: unset;
  }
  .portfolio-container .more {
    margin-left: 0;
    margin-top: 10px;
  }
  .portfolio-container .more h4 {
    font-size: 11px;
    margin-bottom: 0;
  }
  .portfolio-container .more a.readmorebtn {
    font-size: 11px;
    border-left: 4px solid #B5E5F2;
    margin-top: 10px;
  }
  .portfolio-container .more .download {
    font-size: 11px;
  }
  .portfolio-container .more .download a.readmorebtn {
    margin-top: 0;
    margin-right: 5px;
  }
  .portfolio-container .more .download .store-image {
    width: 60px;
  }
  .portfolio-container:hover .portfolio-image .small-image {
    top: -60px;
  }
  .portfolio-container:hover h2.portfolio-title {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .portfolio-container.invert .portfolio-image {
    text-align: right;
    z-index: 1;
  }
  .portfolio-container.invert .portfolio-image .small-image {
    position: absolute;
    top: -40px;
    left: 60%;
  }
  .portfolio-container.invert .portfolio-image .big-image {
    margin-left: 0;
    margin-right: 10%;
    z-index: 1;
  }
  .portfolio-container.invert h2.portfolio-title {
    text-align: right;
    z-index: 2;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    position: -webkit-sticky;
    position: sticky;
  }
  .portfolio-container.invert .desc {
    border-left: 0;
    border-right: 3px solid #B5E5F2;
    text-align: right;
    margin-left: 0%;
    padding-left: 0;
    padding-right: 10px;
  }
  .portfolio-container.invert .more {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
  }
  .portfolio-container.invert .more a.readmorebtn {
    border-right: 4px solid #B5E5F2;
  }
  .portfolio-container.invert:hover .portfolio-image .small-image {
    top: -60px;
  }
  .portfolio-container.invert:hover h2.portfolio-title {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.team {
  padding: 50px 0;
}

.team .team-title {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #123D6A;
  margin: 50px 0;
  position: relative;
}

.team .team-title span {
  display: inline-block;
  height: 4px;
  width: 300px;
  background: #00B9FF;
  position: absolute;
  top: 30px;
  margin-left: 20px;
}

.team .team-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .owl-carousel {
  height: 450px;
}

.team .team-member-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .team-member-card .team-image-holder .team-image {
  width: 400px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.team .team-member-card:hover .team-image-holder .team-image {
  width: 400px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.team .team-member-card .team-member-content {
  display: none;
  -webkit-transition: .2s ease-in all;
  transition: .2s ease-in all;
  -webkit-transform: translateX(-350px);
          transform: translateX(-350px);
  opacity: 0;
  width: 350px;
  background: #123D6A;
  color: #fff;
  padding: 30px 15px;
  position: relative;
}

.team .team-member-card .team-member-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.team .team-member-card .team-member-content h1 span {
  display: block;
  font-weight: 600;
}

.team .team-member-card .team-member-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: 85%;
  margin: 15px 0;
}

.team .team-member-card .team-member-content p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 200;
  width: 80%;
  border-left: 1px solid #00B9FF;
  padding-left: 10px;
}

.team .team-member-card .team-member-content a.btn.btn-connect {
  border: 1px solid #fff;
  background: #B5E5F2;
  font-family: "Poppins", sans-serif;
  color: #123D6A;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0 20px 0 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: -15px;
  right: 20px;
}

.team .team-member-card .team-member-content a.btn.btn-connect span {
  margin-left: 5px;
  font-size: 11px;
  color: #0077b5;
}

.team .team-member-card:hover .team-member-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  display: block;
}

@media only screen and (max-width: 767px) {
  .team {
    padding: 10px 0;
  }
  .team .team-title {
    font-size: 2rem;
    margin: 25px 0;
    margin-top: 0;
    text-align: center;
  }
  .team .team-title span {
    display: block;
    height: 2px;
    width: 30%;
    position: initial;
    margin: auto;
    margin-top: 5px;
  }
  .team .team-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .owl-carousel {
    height: 115px;
  }
  .team .team-member-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
  }
  .team .team-member-card .team-image-holder .team-image {
    width: 130px;
  }
  .team .team-member-card .team-member-content {
    width: 100px;
    padding: 8px 10px;
  }
  .team .team-member-card .team-member-content h1 {
    font-size: 15px;
  }
  .team .team-member-card .team-member-content h3 {
    font-size: 4px;
    margin: 15px 0;
  }
  .team .team-member-card .team-member-content p {
    font-size: 3px;
    width: 80%;
    border-left: 1px solid #00B9FF;
    padding-left: 5px;
  }
  .team .team-member-card .team-member-content a.btn.btn-connect {
    font-size: 3px;
    border-radius: 0 15px 0 15px;
    padding: 5px 8px;
    bottom: -10px;
    right: 10px;
  }
  .team .team-member-card .team-member-content a.btn.btn-connect span {
    margin-left: 2px;
    font-size: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .team {
    padding: 25px 0;
  }
  .team .team-title {
    font-size: 25px;
    margin: 25px 0;
  }
  .team .team-title span {
    height: 2px;
    width: 250px;
    top: 15px;
  }
  .team .team-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .owl-carousel {
    height: 210px;
  }
  .team .team-member-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .team-member-card .team-image-holder .team-image {
    width: 200px;
  }
  .team .team-member-card .team-member-content {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    width: 150px;
    padding: 10px 10px;
  }
  .team .team-member-card .team-member-content h1 {
    font-size: 15px;
  }
  .team .team-member-card .team-member-content h3 {
    font-size: 10px;
    width: 80%;
    margin: 15px 0;
  }
  .team .team-member-card .team-member-content p {
    font-size: 8px;
    border-left: 1px solid #00B9FF;
    padding-left: 5px;
  }
  .team .team-member-card .team-member-content a.btn.btn-connect {
    border: 1px solid #fff;
    font-size: 9px;
    font-weight: 600;
    border-radius: 0 20px 0 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: -15px;
    right: 15px;
  }
  .team .team-member-card .team-member-content a.btn.btn-connect span {
    font-size: 10px;
  }
  .team .team-member-card:hover .team-member-content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    display: block;
  }
}

.new_team-card {
  text-align: center;
  cursor: pointer;
  width: 80%;
  margin: auto;
  margin-bottom: 25px;
}

.new_team-card:hover .new_team-image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.new_team-card .new_team-image {
  width: 80%;
  border-radius: 50%;
  margin: auto;
  background: #B5E5F2;
  border: 2px solid #123D6A;
  padding: 15px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.new_team-card .new_team-image:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.new_team-card .new_team-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.new_team-card .new_team-position {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.new_team-card .new_team-description {
  font-size: 0.9rem;
}

.new_team-card .readmoreclickable {
  border: 1px solid #fff;
  background: #B5E5F2;
  font-family: "Poppins", sans-serif;
  color: #123D6A;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0 20px 0 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}

.contact-card .contact-form {
  position: relative;
  background: #B5E5F2;
  padding: 50px 25px;
}

.contact-card .contact-form .btn-submit {
  background: #15BF4E;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #FFF;
  border-radius: 0;
  position: absolute;
  bottom: 70px;
  right: -150px;
  z-index: 2;
}

.contact-card .contact-form h3 {
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  font-weight: 300;
  color: #123D6A;
  position: relative;
}

.contact-card .contact-form h3 span.bar {
  width: 150px;
  height: 3px;
  background: #123D6A;
  display: block;
  position: absolute;
  right: 150px;
  top: 17px;
}

.contact-card .contact-form .form {
  width: 80%;
  margin-top: 40px;
}

.contact-card .contact-form .form .form-group textarea {
  height: 150px;
  resize: none;
}

.contact-card .contact-form .form .form-group .form-control {
  border-radius: 0;
  background: #F6F6F6;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1E1E1E;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 50px;
}

.contact-card .form-image {
  width: 100%;
  height: 100%;
}

.map-image {
  width: 80%;
  margin: 50px auto;
}

.country-holder {
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

.country-holder .btn-country {
  border-radius: 0;
  background: #303030;
  color: #fff;
  outline: none;
  width: 100%;
  text-align: left;
  font-family: "Urbanist", sans-serif;
  font-weight: regular;
  font-size: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.country-holder .btn-country.collapsed span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.country-holder .btn-country span {
  float: right;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.country-holder .country-address .card-body {
  background: #123D6A;
  color: #fff;
  border-radius: 0;
  min-height: 270px;
}

.country-holder .country-address .card-body p {
  font-family: "Poppins", sans-serif;
}

.country-holder .country-address .card-body p.company-name {
  font-size: 17px;
  font-weight: 500;
}

.country-holder .country-address .card-body p.company-address {
  font-size: 17px;
  font-weight: 400;
}

.country-holder .country-address .card-body p.company-contact {
  font-size: 13px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .contact-title-holder {
    margin: 15px auto;
  }
  .contact-card .contact-form {
    padding: 30px 25px;
    width: 90%;
    margin: auto;
  }
  .contact-card .contact-form .btn-submit {
    font-size: 11px;
    bottom: -15px;
    right: 25%;
    left: 25%;
  }
  .contact-card .contact-form h3 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 25px;
  }
  .contact-card .contact-form h3 span.bar {
    height: 1px;
    right: 25%;
    top: 20px;
    left: 25%;
  }
  .contact-card .contact-form .form {
    width: 90%;
    margin: auto;
    margin-top: 10px;
  }
  .contact-card .contact-form .form .form-group textarea {
    height: 75px;
  }
  .contact-card .contact-form .form .form-group .form-control {
    font-size: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 20px;
  }
  .contact-card .form-image {
    width: 90%;
    margin: 10px 5%;
    height: 300px;
  }
  .map-image {
    width: 90%;
    margin: 5px auto;
  }
  .address_holder_row .col-sm-3 {
    width: 100%;
    padding: 0;
  }
  .address_holder_row .col-sm-9 {
    width: 100%;
    padding: 0;
  }
  .address_holder_row .country-holder {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }
  .address_holder_row .country-holder .btn-country {
    font-size: 9px;
  }
  .address_holder_row .country-holder .country-address .card-body {
    min-height: 100px;
    padding: 10px 0;
  }
  .address_holder_row .country-holder .country-address .card-body.single {
    padding: 10px 20px;
  }
  .address_holder_row .country-holder .country-address .card-body div {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .address_holder_row .country-holder .country-address .card-body p {
    margin-bottom: 5px;
  }
  .address_holder_row .country-holder .country-address .card-body p.company-name {
    font-size: 10px;
  }
  .address_holder_row .country-holder .country-address .card-body p.company-address {
    font-size: 8px;
  }
  .address_holder_row .country-holder .country-address .card-body p.company-contact {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .contact-card .contact-form {
    padding: 15px 20px;
  }
  .contact-card .contact-form .btn-submit {
    font-size: 13px;
    bottom: 35px;
    right: -80px;
  }
  .contact-card .contact-form h3 {
    font-size: 20px;
  }
  .contact-card .contact-form h3 span.bar {
    width: 130px;
    right: 0;
    top: 14px;
  }
  .contact-card .contact-form .form {
    width: 80%;
    margin-top: 15px;
  }
  .contact-card .contact-form .form .form-group textarea {
    height: 75px;
    resize: none;
  }
  .contact-card .contact-form .form .form-group .form-control {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 20px;
  }
  .map-image {
    width: 90%;
    margin: 10px 0 25px 0;
  }
  .country-holder {
    width: 100%;
    margin-bottom: 0;
  }
  .country-holder .btn-country {
    width: 100%;
    font-size: 14px;
  }
  .country-holder .btn-country span {
    margin-top: 4px;
    margin-right: 0;
  }
  .country-holder .country-address .card-body {
    background: #123D6A;
    color: #fff;
    border-radius: 0;
    padding: 10px 5px;
  }
  .country-holder .country-address .card-body p.company-name {
    font-size: 12px;
  }
  .country-holder .country-address .card-body p.company-address {
    font-size: 11px;
  }
  .country-holder .country-address .card-body p.company-contact {
    font-size: 11px;
  }
}

.filter-holder {
  width: 300px;
  float: right;
}

.filter-holder .filter .input-group-prepend {
  height: 50px;
}

.filter-holder .filter .input-group-prepend span {
  background: #123D6A;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  outline: none;
}

.filter-holder .filter .input-group-prepend span img {
  height: 20px;
}

.filter-holder .filter select {
  height: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: none;
  outline: none;
  background: #E3E3E3;
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-right: 20px solid #E3E3E3;
}

.job-card-holder {
  margin-top: 50px;
}

.job_card {
  width: 80%;
  margin: auto;
  margin-bottom: 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 11px #00000029;
          box-shadow: 0px 0px 11px #00000029;
  border: 1px solid #CFCFCF;
  border-radius: 35px;
}

.job_card hr.job_card_divider {
  border: 1px solid #123D6A;
}

.job_card p {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  letter-spacing: 0.17px;
  color: #111111;
  margin-bottom: 0;
}

.job_card .company_info {
  padding: 30px;
  padding-bottom: 0;
}

.job_card .company_info img {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}

.job_card .company_info p {
  margin-bottom: 0.5rem;
}

.job_card .company_info p.job_desc {
  font-size: 20px;
  padding: 15px 0;
}

.job_card .job_info {
  padding: 30px;
  padding-top: 15px;
}

.job_card .job_info p {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.job_card .job_info p.time {
  font-size: 13px;
}

.job_card .job_info a.btn {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #123D6A;
  margin-top: 15px;
}

.about-section .about-row {
  position: relative;
  margin: 150px 0;
}

.about-section .about-row .about-img {
  width: 90%;
  margin: auto;
}

.about-section .about-row .about-content {
  width: 80%;
  margin: auto;
  font-family: "Poppins", sans-serif;
  color: #191919;
  font-size: 20px;
}

.about-section .about-row .divide-square {
  position: absolute;
  background: #A8A8A838;
  left: 35%;
  height: 250px;
  width: 250px;
  bottom: -10px;
}

.about-section .about-row .divide-square.alt {
  left: 40%;
}

.counter-section .counter-container {
  background: white;
  -webkit-box-shadow: 0 3px 30px #00000029;
          box-shadow: 0 3px 30px #00000029;
  padding: 25px 0px;
}

.counter-section .counter-container .counter h1 {
  font-family: "Poppins", sans-serif;
  font-size: 89px;
  font-weight: 200;
  color: #123D6A;
}

.counter-section .counter-container .counter p {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #505050;
}

.featuredsection {
  background: #EEEEEE;
  width: 100%;
  padding: 100px 0;
}

.featuredsection .featuredsection-title {
  font-size: 80px;
  font-weight: 400;
  color: #191919;
}

.featuredsection .client-logo-holder .client-logo {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .about-section .about-row {
    margin-top: 30px !important;
    margin: 30px 0;
  }
  .about-section .about-row .about-img {
    margin: 25px 0;
  }
  .about-section .about-row .about-content {
    width: 100%;
    font-size: 12px;
  }
  .about-section .about-row .divide-square {
    left: 0;
    bottom: 50px;
  }
  .about-section .about-row .divide-square.alt {
    left: 0;
  }
  .counter-section .counter-container {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 25px 0px;
    width: 90%;
    margin: auto;
  }
  .counter-section .counter-container .col-sm-2 {
    width: 50% !important;
    margin: auto;
  }
  .counter-section .counter-container .counter h1 {
    font-size: 40px;
  }
  .counter-section .counter-container .counter p {
    font-size: 16px;
  }
  .featuredsection {
    background: #EEEEEE;
    padding: 50px 0;
  }
  .featuredsection .featuredsection-title {
    font-size: 40px;
    line-height: 80px;
  }
  .featuredsection .client-logo-holder {
    width: 100%;
    text-align: center;
  }
  .featuredsection .client-logo-holder .client-logo {
    width: 80%;
    margin: auto;
  }
  .featuredsection .col-sm-2 {
    width: 50%;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about-section .about-row {
    position: relative;
    margin: 100px 0;
  }
  .about-section .about-row .about-img {
    width: 100%;
    margin: auto;
  }
  .about-section .about-row .about-content {
    width: 100%;
    font-size: 14px;
  }
  .about-section .about-row .divide-square {
    height: 200px;
    width: 200px;
  }
  .counter-section .counter-container {
    background: white;
    -webkit-box-shadow: 0 3px 30px #00000029;
            box-shadow: 0 3px 30px #00000029;
    padding: 25px 0px;
  }
  .counter-section .counter-container .counter h1 {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 200;
    color: #123D6A;
  }
  .counter-section .counter-container .counter p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #505050;
  }
  .featuredsection {
    padding: 50px 0;
  }
  .featuredsection .featuredsection-title {
    font-family: "Urbanist", sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #191919;
  }
  .featuredsection .client-logo-holder .client-logo {
    width: 90%;
    margin: auto;
  }
}

.movie-popup {
  background: #00000061;
}

.movie-popup .movie-header-row {
  margin-bottom: 100px;
}

.movie-popup .movie-popup-header {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("/userassets/img/portfoliodetail/images/9.png");
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/userassets/img/portfoliodetail/images/9.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px 25px;
}

.movie-popup .movie-popup-header .movie-type {
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  color: #fff;
  background: #00B9FF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 15px;
  border-radius: 5px;
}

.movie-popup .movie-popup-header .movie-close-btn {
  color: white;
  font-size: 32px;
}

.movie-popup .movie-popup-header .movie-title {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 34px;
}

.movie-popup .movie-popup-header .play-trailer {
  border-radius: 30px;
  padding: 10px 18px;
  background: #00B9FF;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
}

.movie-popup .movie-popup-header .play-trailer span {
  margin-left: 5px;
}

.movie-popup .movie-popup-content {
  padding: 25px 25px;
}

.movie-popup .movie-popup-content p {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.movie-popup .movie-popup-content .movie-info p {
  color: #123D6A;
}

@media only screen and (max-width: 767px) {
  .movie-popup {
    background: #00000061;
  }
  .movie-popup .movie-header-row .col-sm-5, .movie-popup .movie-header-row .col-sm-7 {
    width: 50%;
  }
  .movie-popup .movie-align-row .col-sm-5, .movie-popup .movie-align-row .col-sm-7 {
    width: 50%;
  }
  .movie-popup .movie-popup-header {
    padding: 25px 25px;
  }
  .movie-popup .movie-popup-header .movie-type {
    font-size: 15px;
  }
  .movie-popup .movie-popup-header .movie-close-btn {
    font-size: 22px;
  }
  .movie-popup .movie-popup-header .movie-title {
    font-size: 25px;
  }
  .movie-popup .movie-popup-header .play-trailer {
    padding: 7px 12px;
    font-size: 10px;
  }
  .movie-popup .movie-popup-header .play-trailer span {
    margin-left: 5px;
  }
  .movie-popup .movie-popup-content {
    padding: 0px 15px;
  }
  .movie-popup .movie-popup-content p {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */