:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-hogg-blue: #000095;
  --color-hogg-lightblue: #62669e;
  --color-hogg-grey: #7a7a7a;
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-20: 20px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-32: 32px;
  --font-size-34: 34px;
  --font-size-36: 36px;
  --font-size-40: 40px;
  --font-size-42: 42px;
  --font-size-44: 44px;
  --font-size-48: 42px;
  --font-size-50: 50px;
  --font-size-52: 52px;
  --font-size-56: 56px;
  --font-size-58: 58px;
  --font-size-60: 60px;
  --font-size-62: 62px;
  --font-size-80: 80px;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-family-Montserrat: "Montserrat", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
}

/* MEDIA QUERY  PC, laptop CSS */
@media screen and (max-width: 1399.98px) {
  .navbar-expand-lg .navbar-nav.menu_bar .nav-link {
    padding-left: 11px;
    padding-right: 11px;
  }

  .whoWePage-section .text {
    margin: 0 0 34px 0;
  }
  .whoWePage-section {
    padding: 100px 0 100px;
  }
  .ourTeamflip-card {
    height: 535px;
  }
  .contact-ourOffices-row .card {
    min-height: 300px;
  }
  .contact-ourOffices-row .card .card-img-box::before {
    bottom: -75px;
  }
}
/* MEDIA QUERY  PC, laptop CSS */
@media screen and (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav.menu_bar .nav-link {
    padding-left: 9px;
    padding-right: 9px;
    font-size: var(--font-size-15);
  }
  .navbar-expand-lg {
    justify-content: end;
  }
  .navBar_btn .call-Btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: var(--font-size-19);
  }
  .navBar_btn .call-Btn span.callExpert {
    margin: 0 0 0 46px;
  }
  .banner-section .bannerCarousel .carousel-inner .carousel-item img {
    height: 750px;
  }
  .heading {
    line-height: 65px;
    font-size: var(--font-size-52);
  }
  .banner-content {
    max-width: 630px;
  }
  .footer-links {
    columns: 1;
    -webkit-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    -moz-columns: 1;
  }
  .testimonial-slider-card {
    padding: 40px 35px 40px 30px;
  }
  .ourServices-row .card .card-body {
    padding: 35px 20px;
  }
  .ContactPage-section .content,
  .whoWePage-section .content {
    padding-right: 0;
  }
  .banner-section.innerPages-banner {
    min-height: 600px;
  }
  .whoWePage-section .sub-heading {
    margin: 0 0 34px 0;
  }
  .ourTeamflip-card {
    height: 630px;
  }
  .team-member-name {
    padding: 20px 0 0px 0;
  }
  .contact-ourOffices-row .card {
    min-height: auto;
  }
}

/* tablet CSS */

@media screen and (max-width: 991.98px) {
  .mobile_visible {
    display: block;
  }
  .navbar-expand-lg .navbar-nav.menu_bar .nav-link::after {
    display: none;
  }
  .button_nav i {
    color: var(--color-white);
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-800);
    background-color: var(--color-hogg-blue);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
  }
  header.sticky .button_nav i {
    background-color: var(--color-white);
    color: var(--color-hogg-blue);
  }

  .closebtn,
  .button_nav {
    display: block;
  }
  /* HEADER */
  .button_nav {
    cursor: pointer;
  }
  .navbar {
    justify-content: flex-end;
  }
  #mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 7;
    top: 0;
    left: 0;
    background-color: var(--color-hogg-blue);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px 10px 30px rgb(56 29 219 / 20%);
  }
  #mySidenav a {
    color: var(--color-white);
    font-size: var(--font-size-15);
    display: block;
    transition: 0.3s;
    text-decoration: none;
    text-align: left;
  }
  #mySidenav a:hover {
    text-decoration: underline;
  }
  #mySidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 28px;
    /* margin-left: 50px; */
    color: #fff;
  }
  #mySidenav .closebtn:hover {
    color: #000;
    text-decoration: none;
  }
  .navbar-nav.menu_bar {
    display: block;
    width: 100%;
    margin-top: 30px;
    /* text-align: center;
          */
  }
  .navbar-nav.menu_bar .nav-item {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .order_1 {
    order: 1;
  }
  .order_2 {
    order: 2;
  }
  .order_3 {
    order: 3;
  }
  .order_4 {
    order: 4;
  }
  .banner-section .bannerCarousel .carousel-control-next-icon,
  .banner-section .bannerCarousel .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 19px;
    background-image: none;
  }
  .banner-section .bannerCarousel .carousel-inner .carousel-item img {
    height: 650px;
  }
  .heading {
    line-height: 55px;
    font-size: var(--font-size-44);
    margin: 0 0 22px 0;
  }
  .banner-content p {
    font-size: var(--font-size-18);
    line-height: 26px;
    padding: 0 40px;
  }
  .aboutus-section,
  .what-we-do-section,
  .ourServices-section {
    padding: 50px 0;
  }
  .aboutus-section .content,
  .what-we-do-section .content,
  .whoWePage-section .content,
  .ContactPage-section .content {
    margin: 20px 0 0;
  }
  .content h4,
  .sub-heading,
  .content h3,
  .aboutus-section ul,
  .whoWePage-section .sub-heading {
    margin: 0 0 15px 0;
  }
  .sub-heading {
    font-size: var(--font-size-36);
    line-height: 40px;
  }
  .aboutus-section .text,
  .what-we-do-section .text,
  .ourServices-row .card,
  .whoWePage-section .text {
    margin: 0 0 25px 0;
  }
  .testimonial-row,
  .ourServices-row {
    margin: 35px 0 0;
  }
  .ourServices-row .card .card-title {
    margin: 15px 0;
  }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    display: none;
  }
  .testimonial-section::after,
  .testimonial-section::before {
    background-size: contain;
  }
  .testimonial-section::before {
    top: 81%;
  }
  .footer-links {
    columns: 2;
    -webkit-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    -moz-columns: 2;
  }
  .testimonial-section {
    padding: 50px 0 80px;
  }
  .testimonial-slider-card {
    padding: 35px 30px 35px 30px;
  }
  .ourServices-row .card .card-body {
    padding: 30px 20px;
  }
  .banner-section.innerPages-banner {
    min-height: 560px;
  }
  .whoWePage-section,
  .ourTeamPage-section {
    padding: 70px 0 70px;
  }
  .ourTeamflip-card-back .team-member-name {
    padding: 0;
  }
  .ourTeamflip-card {
    height: 515px;
  }
  .ourTeamflip-card-back {
    padding: 25px 20px 20px 25px;
  }
}
/* Tablet CSS */

@media screen and (max-width: 767.98px) {
  .banner-section .bannerCarousel .carousel-control-next {
    right: 20px;
  }
  .banner-section .bannerCarousel .carousel-control-prev {
    left: 20px;
  }
  .banner-content {
    max-width: 100%;
  }
  .heading,
  .banner-content p,
  .sub-heading,
  .content h3 {
    line-height: inherit;
  }
  .heading {
    font-size: var(--font-size-36);
    margin: 0 0 18px 0;
  }
  .banner-content p,
  .content h3 {
    font-size: var(--font-size-17);
    padding: 0;
  }
  .btn_common {
    padding: 15px 40px;
  }
  .sub-heading {
    font-size: var(--font-size-30);
  }
  .ourServices-row .card .card-title {
    font-size: var(--font-size-21);
  }
  .section .btn_common {
    padding: 15px 30px;
  }
  .testi-info {
    margin: 0 0 0 30px;
  }
  .testimonial-section::after,
  .testimonial-section::before {
    background-size: cover;
  }
  .btn-box {
    margin: 15px 0 0;
  }
  .footer-list {
    margin: 0 0 30px 0;
  }
  .footer-top {
    padding: 44px 0 24px;
  }
  .whoWePage-section,
  .ourTeamPage-section,
  .ContactPage-section {
    padding: 70px 0 40px;
  }
  .banner-section.innerPages-banner {
    min-height: 450px;
  }
  .ourTeamflip-card-front img {
    height: 380px;
    object-fit: contain;
  }
  .contact-info-card h3 {
    margin: 15px 0 15px 0;
  }
  .contact-ourOffices-row {
    margin: 45px 0 0;
  }
}
/* Mobile CSS */
@media screen and (max-width: 575.98px) {
  .button_nav i {
    font-size: var(--font-size-22);
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .navBar_btn {
    text-align: center;
  }
  .banner-section .bannerCarousel .carousel-control-next,
  .banner-section .bannerCarousel .carousel-control-prev {
    display: none;
  }
  .heading {
    font-size: var(--font-size-30);
    margin: 0 0 18px 0;
  }
  .banner-content p {
    font-size: var(--font-size-16);
  }
  .btn_common {
    padding: 15px 30px;
  }
  .sub-heading {
    font-size: var(--font-size-26);
    line-height: normal;
  }
  .ourServices-row .card .card-title {
    font-size: var(--font-size-20);
    line-height: normal;
  }
  .icon-box {
    width: 65px;
    height: 65px;
    line-height: 65px;
    right: 30px;
  }
  .ourServices-row .card .card-body {
    padding: 25px 20px;
  }
  .aboutus-section .text,
  .what-we-do-section .text,
  .ourServices-row .card {
    margin: 0 0 18px 0;
  }
  .testimonial-slider-card {
    padding: 25px 20px 25px 20px;
  }
  .quotes {
    width: 45px;
    height: 45px;
    top: -15px;
    line-height: 45px;
  }
  .footer-links {
    columns: 1;
    -webkit-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    -moz-columns: 1;
  }
  .footer-list.address li {
    margin: 0 0 20px 0;
    line-height: 28px;
  }
  .banner-section.innerPages-banner {
    min-height: 400px;
  }
  .banner-section.innerPages-banner .banner-content.innerPage-content p {
    padding: 0 20px !important;
    flex-direction: column;
    display: inherit;
  }
  .contact-ourOffices-row .card .card-img-box::before {
    bottom: auto;
  }
}
@media screen and (max-width: 399.98px) {
  .ourTeamflip-card-front img {
    height: 380px;
    object-fit: cover;
    object-position: right;
  }
  .ourTeamflip-card {
    height: 550px;
  }
}
