* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  html {
    font-size: 62.5%;
  }
  
  html,
  body {
    overflow-x: clip !important;
  }
  
  body {
    font-family: "Open Sans", sans-serif;
    margin: .01rem auto 0;
    padding: 0;
    font-size: 1.5rem;
    width: 100%;
    font-weight: 400;
    background-color: #fff;
  }
  
  h1,
  h2,
  h3 {
    font-family: "Open Sans", sans-serif;
  }
  
  b,
  strong {
    font-weight: 700;
  }
  
  p {
    margin: 0 0 0.8rem;
  }
  
  p,
  ul li {
    font-size: 1.5rem;
    line-height: 2.6rem;
    color: #666e74;
  }
  
  ol,
  ul {
    padding-left: 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
  }
  
  a,
  button,
  input[type=submit] {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  
  a:focus,
  a:hover,
  button:focus,
  button:hover {
    color: #10a0c6;
    text-decoration: none;
    outline: 0 !important;
  }

/*Twitter x icon */
@font-face {
  font-family: "x-twitter";
  src: url("/fonts/x-twitter.eot");
  src: url("/fonts/x-twitter.eot?#iefix") format("embedded-opentype"),
    url("/fonts/x-twitter.woff") format("woff"),
    url("/fonts/x-twitter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "x-twitter" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "x-twitter" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x-twitter:before {
  content: "\61";
  display: flex;
}

/*Twitter x icon END */
  
  .pointer-event-none {
    pointer-events: none;
  }
  
  .row > *,
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding: 0 15px;
  }
  
  .row {
    margin: 0 -15px;
  }
  
  .form-control {
    height: 40px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  .form-group label {
    margin-bottom: 10px;
  }
  
  .form-group label span {
    color: #cc0000;
  }
  
  .form-group textarea {
    height: 200px;
  }
  
  .error,
  .error:focus {
    color: #cc0000;
    border-color: #cc0000;
  }

.phone-ring i{
   animation: ring 4s .7s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes ring {
  0% { transform: rotate(0); }
  5% { transform: rotate(30deg); }
  10% { transform: rotate(-28deg); }
  15% { transform: rotate(34deg); }
  20% { transform: rotate(-32deg); }
  25% { transform: rotate(30deg); }
  30% { transform: rotate(-28deg); }
  35% { transform: rotate(26deg); }
  40% { transform: rotate(-24deg); }
  45% { transform: rotate(22deg); }
  50% { transform: rotate(-20deg); }
  55% { transform: rotate(18deg); }
  60% { transform: rotate(-16deg); }
  65% { transform: rotate(14deg); }
  70% { transform: rotate(-12deg); }
  75% { transform: rotate(10deg); }
  80% { transform: rotate(-8deg); }
  85% { transform: rotate(6deg); }
  90% { transform: rotate(-4deg); }
  95% { transform: rotate(2deg); }
  100% { transform: rotate(-1deg); }
}
  
  .section_divider {
    margin-bottom: 80px;
  }

  .page_body {
    padding: 60px 0;
  }
  
  .page_body p {
    margin-bottom: 20px;
  }
  
  .each_text_wrap {
    margin-bottom: 50px;
  }
  
  .each_text_wrap h5 {
    font-size: 1.7rem;
    line-height: 2.7rem;
    margin-bottom: 10px;
    font-weight: 300;
  }
  
  .each_text_wrap h4 {
    font-size: 2.1rem;
    line-height: 3.1rem;
    margin-bottom: 12px;
    font-weight: 400;
  }
  
  .main_heading {
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 5.0rem;
    margin: 20px 0;
  }
  
  .main_heading span {
    display: block;
    font-size: 4.6rem;
    margin-top: 10px;
    font-weight: 300;
  }
  
  .main_heading.with_border {
    padding: 0 0 10px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
  }
  
  .list_style li {
    list-style: none;
    padding: 7px 0 7px 20px;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .list_style li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 1.0rem;
    font-weight: 600;
    left: 0;
  }
  
  .testimonial_block {
    clear: both;
    margin: 10px 0;
    margin-top: 36px;
    padding-bottom: 18px;
    position: relative;
    text-align: center;
  }
  
  .testimonial_block .testimonial_content {
    padding: 30px 30px 0;
    border-top: 1px solid #e5e5e5;
  }
  
  .testimonial_block .testimonial_content p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
  }
  
  .testimonial_block .testimonial_content p::before, .testimonial_block .testimonial_content p::after {
    font-family: Times, serif;
    font-size: 30px;
    margin: 0 10px;
    font-weight: 800;
    color: #000000;
  }
  
  .testimonial_block .testimonial_content p::before {
    content: '\201C';
  }
  
  .testimonial_block .testimonial_content p::after {
    content: '\201D';
  }
  
  .testimonial_block .testimonial_content h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    color: #494949;
    position: relative;
  }
  
  .testimonial_block .testimonial_content h3::before {
    content: '\2014\0020';
  }
  
  .testimonial_block .testimonial_icon {
    position: relative;
    margin: 0 auto;
    margin-top: 7px;
    height: 40px;
    width: 74px;
  }
  
  .testimonial_block .testimonial_icon::before {
    content: '\201C';
    border-top: 2px solid #c4c4c4;
    border-radius: 50%;
    font-size: 62px;
    color: #555;
    font-weight: bold;
    background: #fff;
    padding: 3px 20px;
    margin-top: 20px;
    font-family: Georgia, Times, serif;
  }
  
  .sidebar_page_block_each {
    margin: 0 0 30px;
    text-align: center;
  }
  
  .sidebar_page_block_each iframe {
    width: 100%;
    border: none;
    height: 230px;
  }
  
  .sidebar_page_block_each p {
    font-size: 1.3rem;
    font-style: oblique;
    line-height: 2.0rem;
    text-align: center;
    margin: 5px 0 0;
  }
  
  .sidebar_page_block_each h4 {
    font-weight: 300;
    font-size: 2.1rem;
    line-height: 3.1rem;
    text-align: left;
  }
  
  .bg_light {
    background-color: #10a0c6;
  }
  
  .btn_main {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 1.4rem;
    min-width: 130px;
    text-transform: uppercase;
    text-align: center;
    background-color: #10a0c6;
    border: 2px solid #10a0c6;
    color: #ffffff;
  }
  
  .btn_main:hover, .btn_main:focus {
    color: #10a0c6;
    background-color: transparent;
  }
  
  .btn_main.sucess {
    background-color: #82ca0e;
    border-color: #82ca0e;
    text-transform: capitalize;
  }
  
  .btn_main.sucess:hover {
    color: #fff;
    background-color: #74b609;
    border-color: #74b609;
  }
  
  header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0rem 0;
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }
  
  .top_bar {
    padding: 8px 0;
  }
  
  .top_bar_links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .top_bar_links ul li {
    list-style-type: none;
    margin: 0 5px 0 0;
    position: relative;
  }
  
  .top_bar_links ul li:not(:last-child)::after {
    content: "|";
    padding-left: 5px;
    color: #ccc;
  }
  
  .top_bar_links ul li a {
    font-size: 1.0rem;
    text-transform: uppercase;
    color: #9aa6af;
    font-weight: 600;
    display: inline;
  }
  
  .top_bar_links ul li a:hover,.top_bar_links ul li a:focus {
    color: #10a0c6;
  }

  
  .top_bar_links ul li .btn_main {
    padding: 3px 10px;
    min-width: auto;
    color: #ffffff;
  }
  
  .top_bar_links ul li .btn_main:hover {
    color: #10a0c6;
  }
  
  .top_bar_social_links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .top_bar_social_links ul li {
    list-style-type: none;
    margin: 0 0 0 20px;
  }
  
  .top_bar_social_links ul li a {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #10a0c6;
    font-weight: 600;
  }
  
  .navigation_area {
    border-top: 1px solid #f3f3f3;
    padding: 0;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  
  .navigation_area.menu-fix {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
  }
  .navigation_area.menu-fix .top_bar{
    display:none;
}
  .logo_block img {
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
  }
  
  .menu-fix .logo_block img {
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
  }
  
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  .navbar-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .nav-item {
    margin-left: 2.0rem;
  }
  
  .nav-item.active .nav-link {
    color: #10a0c6;
    text-decoration: none;
    border-top: 3px solid #10a0c6;
  }
  
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 3rem 1rem;
  }
  
  .nav-link {
    position: relative;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000000;
    border-top: 3px solid transparent;
  }
  
  .nav-link:hover {
    color: #10a0c6;
    border-top: 3px solid #10a0c6;
  }
  
  .nav-link:focus {
    color: #10a0c6;
    border-top: 3px solid #10a0c6;
  }
  
  .navbar.navbar-expand-xl {
    padding: 0;
    position: static;
  }
  
  .dropdown-menu {
    width: 100%;
    position: absolute;
    padding: 0;
    border: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    display: block;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    opacity: 0;
    min-width: 280px;
    border-radius: 0;
    border-top: 3px solid #10a0c6;
  }
  
  .dropdown-menu.megamenu_main {
    min-width: auto;
  }
  
  .dropdown-menu .megamenu_block {
    margin: 0;
    padding: 10px;
    min-height: calc(100% - 0px);
    -webkit-column-count: 4;
            column-count: 4;
  }
  
  .dropdown-menu .megamenu_block h4 {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0 0 5px;
    margin-bottom: 0.8rem;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  
  .dropdown-menu .third-level {
    left: 100%;
    top: 0;
  }
  
  .dropdown-menu .dropdown-item {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    white-space: unset;
    padding: 7px 10px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .dropdown-menu .dropdown-item::before {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 6 Pro";
    left: 10px;
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    color: #10a0c6;
    font-size: 1.2rem;
    font-weight: 400;
  }
  
  .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  
  .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 7px 0px 7px 22px;
    color: #10a0c6;
    font-weight: 400;
  }
  
  .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
  }
  
  .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #10a0c6;
  }
  
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    right: 0;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
  }
  
  .search_btn {
    position: relative;
  }
  
  .search_box {
    position: absolute;
    right: 0;
    width: 300px;
    height: auto;
    background-color: #fff;
    padding: 15px;
    border-top: 3px solid #10a0c6;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  
  .search_box.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  
  .nav_btn {
    padding: 0 !important;
    background-color: #f7f8f9;
    border-radius: 50%;
    font-size: 1.3rem;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    border: none;
    color: #10a0c6;
  }
  
  .nav_btn:hover {
    border: none;
    background-color: #10a0c6;
    color: #ffffff;
  }
  
  .nav_btn:focus {
    border: none;
    background-color: #10a0c6;
    color: #ffffff;
  }
  
  header .fixed_menu_logo {
    display: none;
  }
  
  header .nfixed_menu_logo {
    display: block;
  }
  
  header.menu-fix .fixed_menu_logo {
    display: block;
  }
  
  header.menu-fix .nfixed_menu_logo {
    display: none;
  }
  
  header.menu-fix .nav-link {
    color: #000000;
  }
  
  header.menu-fix .nav-link:hover {
    color: #10a0c6;
  }
  
  .dropdown.has_megamenu {
    position: static !important;
  }
  
  .dropdown.has_megamenu .dropdown-menu {
    background-color: transparent;
    border: none;
  }
  
  .dropdown.has_megamenu .dropdown-menu .megamenu_block {
    background-color: #ffffff;
    border-top: 3px solid #10a0c6;
  }
  
  .g-recaptcha > div {
      transform: scale(0.7);
      transform-origin: top left;
  }
  
  .sidebar_page_block_each form iframe {
      height: 78px !important;
      width: auto !important;
  }
  
  .toast-message {
      font-size: 16px !IMPORTANT;
  }
  
  @media(min-width:1500px){
  .g-recaptcha > div {
      transform: scale(0.8);
      transform-origin: top left;
  }
  }
  
  @media (max-width: 1400px) {
    .nav-item {
      margin-left: 1rem;
    }
    .dropdown-menu .megamenu_block {
      -webkit-column-count: 3;
              column-count: 3;
    }
  }
  
  @media (max-width: 1199px) {
    .main_heading {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin: 0 0 20px;
      }
      .main_heading span {
        font-size: 2.8rem;
        margin: 0;
      }
      .testimonial_block .testimonial_content {
        padding: 30px 0;
      }
      .testimonial_block .testimonial_content p {
        font-size: 2.0rem;
        line-height: 3.0rem;
      }
    .navbar-nav {
      display: block;
      margin: 15px 0;
    }
    .nav-link {
      padding: 7px 10px !important;
      color: #ffffff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.03);
      border-top: none;
      font-size: 1.4rem;
    }
    .nav-link:hover {
      color: #ffffff;
    }
    .navigation_area {
      padding: 10px 0;
    }
    #scroll-nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
    .nav-item {
      margin-left: 0;
    }
    .nav-item.active .nav-link{
      color:#fff}

    .offcanvas-start {
      max-width: 280px;
      height: 100vh;
      border-right: none;
      background-color: #10a0c6;
      padding: 0 0 20px;
      overflow: auto;
      -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    }
    #hamburger {
      background-color: transparent;
      border: none;
      cursor: pointer;
      padding: 0;
    }
    #hamburger .line {
      fill: none;
      stroke: #10a0c6;
      stroke-width: 6;
      -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    #hamburger .line1 {
      stroke-dasharray: 60 207;
      stroke-width: 6;
    }
    #hamburger .line2 {
      stroke-dasharray: 60 60;
      stroke-width: 6;
    }
    #hamburger .line3 {
      stroke-dasharray: 60 207;
      stroke-width: 6;
    }
    #hamburger.open .line1 {
      stroke-dasharray: 90 207;
      stroke-dashoffset: -134;
      stroke-width: 6;
    }
    #hamburger.open .line2 {
      stroke-dasharray: 1 60;
      stroke-dashoffset: -30;
      stroke-width: 6;
    }
    #hamburger.open .line3 {
      stroke-dasharray: 90 207;
      stroke-dashoffset: -134;
      stroke-width: 6;
    }
    .dropdown-menu {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
      display: block;
      min-width: 10px;
      padding: 0px;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
    }
    .dropdown-menu.show {
      max-height: 350px;
      overflow: auto;
      visibility: visible;
      opacity: 1;
      margin: 0;
    }
    .dropdown-menu .megamenu_each {
      padding: 15px 15px;
      background-color: #edf3ff;
    }
    .dropdown-menu .megamenu_each h4 {
      margin: 0;
    }
    .dropdown-menu .two_col_megamenu {
      display: block;
    }
    .dropdown-menu .two_col_megamenu .dropdown-item {
      width: 100%;
    }
    .drp-arrow {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 33px;
      height: 33px;
      background-color: rgba(255, 255, 255, 0.2);
      text-align: center;
      font-size: 1.6rem;
      z-index: 99;
      color: #ffffff;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .dropdown.has_megamenu {
      position: relative !important;
    }
    .dropdown-toggle::after {
      content: none;
    }
    .dropdown .drp-arrow i {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
      display: inline-block;
    }
    .dropdown > .drp-arrow.show i {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    .nav_btn {
      padding: 0 15px;
    }
    .nav_btn .btn_main {
      background-color: #ffffff;
      color: #10a0c6;
      display: block;
    }
    .dropdown-menu {
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    .dropdown-menu .dropdown-item {
      color: #ffffff;
    }
    .dropdown-menu .dropdown-item:hover {
      color: #ffffff;
    }
    .dropdown-menu .dropdown-item:hover::before {
      color: #ffffff;
    }
    .dropdown.has_megamenu .dropdown-menu {
      border: none;
    }
    .dropdown.has_megamenu .dropdown-menu .container {
      padding: 0 !important;
    }
    .dropdown.has_megamenu .dropdown-menu .megamenu_block {
      -webkit-column-count: 1;
              column-count: 1;
      background-color: rgba(255, 255, 255, 0.1);
      border-top: none;
    }
    header.menu-fix .nav-link {
      color: #ffffff;
    }
    header.menu-fix .nav-link:hover {
      color: #10a0c6;
    }
  }
  
  @media (max-width: 1024px) {
      .g-recaptcha > div {
      transform: scale(0.5);
  }
    .form-group label {
    font-size: 1.3rem;
}
  }
  
  @media (max-width: 990px) {
    .container,
    .container-md,
    .container-sm {
      max-width: 920px;
    }
  }
  
  @media (max-width: 767px) {
     /* .navigation_area.menu-fix .top_bar{
    display:block;
}*/
    .main_heading {
        font-size: 2.0rem;
        line-height: 3.0rem;
        font-weight: 400;
        margin: 0 0 20px;
      }
      .main_heading span {
        font-weight: 400;
        font-size: 2.6rem;
        margin: 0;
      }
        .g-recaptcha > div {
      transform: scale(0.8);
  }
    .top_bar_links {
      margin-bottom: 15px;
    }
    .top_bar_links ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .top_bar_links ul li {
      list-style-type: none;
      margin: 0 5px;
    }
    .top_bar_social_links ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .navigation_area .logo_block img {
      max-width: 150px;
    }
  }
  
  /*========== Footer CSS ===========*/
  footer {
    background-color: #fafafa;
    padding: 50px 0 0px;
    color: #000000;
    position: relative;
    border-top: 6px solid #e9e9e9;
    z-index: 1;
  }
  
  footer .footer_inner {
    padding: 0 0 50px;
  }
  
  .footer_block .foot_head {
    color: #414141;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin: 20px 0 21px;
    border-bottom: 1px solid #888;
    padding: 0 0 6px 0;
  }
  
  .footer_block .footer_quick_links {
    margin: 0;
    padding: 0;
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  
  .footer_block .footer_quick_links li {
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7px 4px 7px 0;
  }
  
  .footer_block .footer_quick_links li:not(:last-child) {
    border-bottom: 1px dotted #e3e3e3;
  }
  
  .footer_block .footer_quick_links li a {
    color: #10a0c6;
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }
  
  .footer_block .footer_quick_links li a:hover {
    color: #000000;
  }
  
  .footer_call_cta {
    border: 1px solid #ddd;
    background-color: #ffffff;
    margin: 50px 0 0;
    padding: 40px 25px 30px;
    border-radius: 4px;
    text-align: center;
    position: relative;
  }
  
  .footer_call_cta .call_icon {
    position: absolute;
    top: -25px;
    width: 50px;
    height: 50px;
    background-color: #e53f51;
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  
  .footer_call_cta p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .social_links a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    margin: 0 10px 0 0;
    color: #ffffff;
    text-decoration: none;
  }
  
  .social_links a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .copyright_bg {
    background-color: #e9e9e9;
    border-top: 6px solid #e0e0e0;
  }
  
  .copyright_main {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .copyright_main p {
    font-size: 1.4rem;
    margin: 0;
  }
  
  .copyright_main a {
    font-size: 1.4rem;
    color: #000000;
  }
  
  .scroll_top {
    background-color: rgba(0, 0, 0, 0.4);
    width: 35px;
    height: 35px;
    position: fixed;
    right: 35px;
    bottom: 55px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    border-radius: 5px;
  }
  
  .scroll_top:hover {
    background-color: #ffcc00;
    color: #ffffff;
  }
  
  .scroll_top.in {
    opacity: 1;
  }
  
  @media (max-width: 767px) {
    .footer_block {
      text-align: left;
    }
    .footer_block .foot_head {
      margin: 30px 0 15px;
    }
    .copyright_main {
      display: block;
      text-align: center;
    }
  }
  /******mobile call cta*******/
.mob-call-sec {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: fixed;
  bottom: -70px;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.mob-call-sec li {
  width: 50%;
  display: inline-block;
  background-color: #10a0c6;
  text-align: center;
  list-style: none;
}

.mob-call-sec li:first-child {
  border-right: 1px solid #ddd;
}

.mob-call-sec li a {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding: 15px 10px;
  display: block;
}

.mob-call-sec li a:hover, .mob-call-sec li a:focus {
  background-color: #000000;
}

@media (max-width: 767px) {
  .mob-call-sec.stick-mob-menu {
    bottom: 0px;
    margin: 0;
  }
  footer {
    padding: 30px 0 50px !important;
  }
}

/******mobile call cta end*******/

.footer-links li {
    list-style: none;
    box-sizing: border-box;
    padding: 5px 4px 5px 0;
}
.footer-links li a {
    color: #10a0c6;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.footer-links li a:hover {
    color: #000;
}
.footer-links li a i {
margin-right: 5px;
}



#e-brochure-pop-up .modal-title {
    font-size: 1.8rem;
    text-transform: capitalize !important;
    font-weight: 500;
}
.ticker-tape {
    background-color: rgb(19 116 164 / 26%);
    padding: 5px 0
}

.ticker-tape p {
    text-align: center;
    font-weight: 600;
    color: #000
}

.ticker-tape p span {
    cursor: pointer;
    text-decoration: underline
}