 @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;800&display=swap');

:root {
  --nml-white-color: #fff;
  --nml-black-color: #101010;
  --nml-platinum-color: #e7e7e7;
  --nml-gray-color: #101010;
  --nml-emerald-color: #61ce70;
  --nml-dark-pastel-green-color: #3abb4b;
  --nml-xanthous-color: #f7b32b;
  --nml-red-color: #c40028;
  --NML-font-name: 'Rubik', sans-serif;
  --NML-heading1: 75px;
  --NML-heading2: 60px;
  --NML-heading3: 42px;
  --NML-heading4: 30px;
  --NML-heading5: 20px;
  --NML-heading6: 16px;
  --NML-paragraph: 16px;
  --NML-header-bg: #363636;
  --NML-text-align: justify
}

[data-theme="light"] {
  --nml-white-color: #101010;
  --nml-black-color: #eeeeee;
  --nml-gray-color: #e6e6e6;
  --nml-emerald-color: #9f0104;
}
.indutry_leadership{
  font-size: var(--NML-paragraph);
  text-align: var(--NML-text-align);
  color: var(--nml-white-color);
  font-family: var(--NML-font-name) !important;
  font-weight: 400;
  line-height: 1.8em;
  padding: 0 0 0 16px;
}
.hide{
 display:none;
}
.hide_im{
 display:none !important;
}
.text_align{
  text-align: left;
}
.pointer{
  cursor: pointer;
}
.nav_bg{
  background: var(--nml-black-color);
}
.scrollbar-bar::-webkit-scrollbar {
  width: 3px
}

.scrollbar-bar::-webkit-scrollbar-track {
  background: #fff
}

.scrollbar-bar::-webkit-scrollbar-thumb {
  background: var(--nml-emerald-color);
  border-radius: 3px
}

.scrollbar-bar::-webkit-scrollbar-thumb:hover {
  background: var(--nml-emerald-color);
  border-radius: 3px
}

body {
  font-family: var(--NML-font-name) !important;
  font-weight: 400;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.5em
}

a {
  color: var(--nml-emerald-color);
  text-decoration: none
}

a:hover {
  color: #e82d2d;
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: vat(--NML-font-name)
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #cc1616;
  width: 40px;
  height: 40px;
  transition: all .4s
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0
}

.back-to-top:hover {
  background: #e72323;
  color: #fff
}

.back-to-top.active {
  visibility: visible;
  opacity: 1
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite
}

@keyframes animate-preloader {
  0 {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }
}

#topbar {
  background: #191919;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6)
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.6);
  transition: .3s
}

#topbar .contact-info a:hover {
  color: #fff
}

#topbar .contact-info i {
  color: #cc1616;
  line-height: 0;
  margin-right: 5px
}

#topbar .contact-info .phone-icon {
  margin-left: 15px
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: .3s
}

#topbar .social-links a:hover {
  color: #fff
}

#header {
  transition: all .5s;
  z-index: 997;
  height: 50px
}

#header.fixed-top {
}

#header .logo {
  font-size: 18px;
  font-weight:600;
  margin: 0;
}

#header.fixed-top2 {
  background: var(--NML-header-bg)
}

#header .logo a {
  color: #fff
}

#header .logo img {
  max-height: 16px;
  margin-right: 5px;
  margin-top: -5px;
}

.scrolled-offset {
  margin-top: 0
}

.navbar {
  padding: 0;
  font-weight:600
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center
}

.navbar li {
  position: relative
}

.navbar>ul>li {
  margin-left: 5px
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  transition: .3s
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--nml-dark-pastel-green-color)
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100%+30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: .3s
}

.navbar .dropdown ul li {
  min-width: 200px
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919
}

.navbar .dropdown ul a i {
  font-size: 12px
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}

.expertise_tags {
  border-bottom: 3px solid var(--nml-emerald-color);
  padding: 0 0 3px 0;
  line-height: 2.1;
  font-size: var(--NML-paragraph);
  margin-right: 8px
}

.keywords_tags {
  border-bottom: 2px solid var(--nml-emerald-color);
  padding: 0 0 3px 0;
  line-height: 2.1;
  font-size: var(--NML-paragraph);
  color:var(--nml-emerald-color);
  margin-right: 5px
}


@media(max-width:1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%
  }
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: .5s
}

.mobile-nav-toggle.bi-x {
  color: #cc1616
}

@media(max-width:991px) {
  .mobile-nav-toggle {
    display: block
  }

  .navbar ul {
    display: none
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: .3s;
  z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #303030;
  overflow-y: auto;
  transition: .3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--nml-emerald-color);
  background: 0
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25)
}

.navbar-mobile .dropdown ul li {
  min-width: 200px
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cc1616
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block
}

.divider {
  --divider-border-style: solid;
  --divider-color: var(--nml-emerald-color);
  --divider-border-width: 6px;
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  width: 100px;
  margin: 0 auto;
  margin-left: 0;
  margin-bottom: 7px
}

.wrapper {
  display: flex
}

.elementor-row {
  flex-wrap: wrap
}

.elementor-column-wrap {
  width: 100%;
  position: relative
}

.elementor-widget-wrap {
  align-content: flex-end;
  align-items: flex-end
}

.elementor-widget-container1 {
  margin: 100px 0 0
}

.elementor-divider {
  padding-top: 0;
  padding-bottom: 0;
  display: flex
}

.elementor-divider-separator {
  display: flex;
  margin: 0;
  direction: ltr;
  --divider-border-style: solid;
  --divider-color: var(--nml-emerald-color);
  --divider-border-width: 0px;
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  width: 100%
}

.elementor-icon-list-items {
  padding: 0;
  list-style-type: none;
  margin: 0 0 6px 0;
}

.elementor-icon-list-item-left {
  text-align: left;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative
}

.elementor-icon-list-item-center {
  text-align: center;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative
}

.elementor-icon-list-item-right {
  text-align: right;
  display: table;
  width: 108%;
  margin: 0;
  padding: 0;
  position: relative
}

.elementor-icon-list-icon {
  padding-right: 3px;
  display: contents;
  position: relative;
  top: var(--icon-vertical-offset, initial);
  --icon-vertical-offset: 0
}

.elementor-icon-list-icon i {
  color: var(--nml-emerald-color);
  transition: color .3s;
  /*width: 1.25em;*/
  font-size: var(--e-icon-list-icon-size);
  --e-icon-list-icon-size: 18px
}

.elementor-icon-list-text {
  transition: color .3s;
  padding-left: 5px;
  font-weight: 300;
  color: var(--nml-white-color)
}

.wrapper {
  margin-top: 10px;
  margin-bottom: 10px
}

.elementor-row {
  width: 93%;
  display: flex;
  margin-top: 150px
}

#home {
  width: 100%;
  height: calc(100vh);
  background: url("../img/background.webp") top center;
  background-size: cover;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

#home:before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}

#home h1 {
  margin: 20px 0 60px -4px;
  font-size: var(--NML-heading1);
  text-align: left;
  line-height: 56px;
  color: var(--nml-white-color);
  font-weight: 800;
  font-family: var(--NML-font-name) !important;
}

#home h2 {
  margin-bottom: 30px;
  font-size: var(--NML-heading4);
  color: var(--nml-white-color);
  font-weight: 600;
  line-height: 1.1em;
  font-family: var(--NML-font-name) !important;
  border-left: none !important;
  padding-left:0px !important
}
h2 {
  font-size: var(--NML-heading2);
  border-left: 10px solid var(--nml-emerald-color);
  padding-left: 10px;
  margin-bottom: 15px
}
h4{
  margin-top: 30px
}
#home .btn-get-started {
  font-family: vat(--NML-font-name);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .5px;
  display: inline-block;
  padding: 10px 28px;
  transition: .5s;
  border: 2px solid #fff;
  color: #fff
}

#home .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616
}

.bg-overlay {
/*  background-color: var(--nml-gray-color);*/
/*  opacity: .8; */
  transition: background .3s, border-radius .3s, opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute
}
}

@media(min-width:1024px) {
  #home {
    background-attachment: fixed
  }
}

@media(max-width:1179px) {
  :root {
    --NML-heading1: 30px;
    --NML-heading2: 26px;
    --NML-heading3: 24px;
    --NML-heading4: 20px;
    --NML-heading5: 18px;
    --NML-heading6: 16px;
    --NML-paragraph: 16px;
    --NML-text-align: justify
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .width_100 {
    display: table;
    width: 100%
  }
  .elementor-heading-title-sub {
    margin-top: 20px
  }

  #blog_title_list {
    display: none
  }

  .mobile_title_blog_div_view {
    width: 100%;
    display: table;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px
  }

  .faq-answer-box {
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    width: 100%
  }

  .blog_title_h_view {
    width: 96%;
    float: left
  }

  .blog_mobile_view_icon {
    display: block !important;
    padding-right: 3px;
    position: relative;
    top: var(--icon-vertical-offset, initial);
    --icon-vertical-offset: 0;
    width: 3%;
    float: right;
    color: var(--nml-emerald-color);
    cursor: pointer
  }

  .blog_mobile_view_icon>i {
    font-size: 25px
  }

  .hide_blog {
    display: none
  }
}

@media(max-width:768px) {
  .width_100 {
    display: table;
    width: 100%
  }

  .column-reverse {
    flex-direction: column-reverse
  }

  .dateclass {
    padding-top: 20px
  }

  .elementor-heading-title-sub {
    margin-top: 20px
  }

  #blog_title_list {
    display: none
  }

  .mobile_title_blog_div_view {
    width: 100%;
    display: table;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px
  }

  .faq-answer-box {
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 5px
  }

  .blog_title_h_view {
    width: 96%;
    float: left
  }

  .blog_mobile_view_icon {
    display: block !important;
    padding-right: 3px;
    position: relative;
    top: var(--icon-vertical-offset, initial);
    --icon-vertical-offset: 0;
    width: 3%;
    float: right;
    color: var(--nml-emerald-color);
    cursor: pointer
  }

  .blog_mobile_view_icon>i {
    font-size: 25px
  }

  .hide_blog {
    display: none
  }

  #home {
    text-align: center
  }

  #home .container {
    padding-top: 40px
  }

  #home h1 {
    font-size: 24px !important;
    line-height: normal !important
  }

  #home h2 {
    font-size: 15px !important;
    line-height: normal !important;
    text-align: left;
    margin-bottom: 30px
  }

  .elementor-row {
    margin-top: 0 !important
  }

  .wrapper {
    display: block !important
  }

  .elementor-widget-container {
    margin: 20px 0 0 !important
  }

  .elementor-heading-title-sub {
    margin-top: 20px
  }
}

section {
  padding: 60px 0;
  overflow: hidden
}



.margin_bottom10{
margin-bottom: 10px;
}
.container {
  max-width: 96%
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2
}

@media(max-width:575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px
  }

  .section-title span {
    font-size: 38px
  }
}

.elementor-heading-title {
  font-size: var(--NML-heading2);
  color: var(--nml-white-color);
  font-weight: 600;
  line-height: 1em;
  font-family: var(--NML-font-name) !important
}

.elementor-heading-title-sub {
  font-size: var(--NML-heading2);
  color: var(--nml-white-color);
  font-weight: 600;
  line-height: 1em;
  font-family: var(--NML-font-name) !important
}


.about {
  background-color: var(--nml-black-color);
  padding: 40px 0 50px
}

.elementor-size-default {
  font-size: var(--NML-heading4)
}

.elementor-size-default-sub {
  font-size: var(--NML-heading5)
}
.client{
  margin-top: 15px;
  color:var(--nml-emerald-color)
}

.content-p {
  font-size: var(--NML-paragraph);
  text-align: var(--NML-text-align);
  color: var(--nml-white-color);
  font-family: var(--NML-font-name) !important;
  font-weight: 400;
  line-height: 1.8em
}
.content-title {
  font-size: var(--NML-paragraph);
  text-align: var(--NML-text-align);
  color: var(--nml-emerald-color);
  font-family: var(--NML-font-name) !important;
  font-weight: 600;
  line-height: 1.8em
}

.footnote{
  font-weight:600;
  text-align: center;
}
.bullet_point_p{
  font-size: var(--NML-paragraph);
  text-align: var(--NML-text-align);
  color: var(--nml-white-color);
  font-family: var(--NML-font-name) !important;
  font-weight: 300;
  line-height: 1.5em;
  margin: 5px 0px 0 22px;
}
.sub_bullet_point_p{
  font-size: var(--NML-paragraph);
  text-align: var(--NML-text-align);
  color: var(--nml-white-color);
  font-family: var(--NML-font-name) !important;
  font-weight: 300;
  line-height: 1.5em;
  margin: 5px 0px 0 65px;
}

.bullet_point{
  font-size: var(--NML-paragraph);
  text-align: var(--NML-text-align);
  color: var(--nml-white-color);
  font-family: var(--NML-font-name) !important;
  font-weight: 300;
  line-height: 1.8em;
  margin:5px 0 0 0;
  list-style-type: revert;
}

.bullet_point_circle{
  font-size: var(--NML-paragraph);
  text-align: var(--NML-text-align);
  color: var(--nml-white-color);
  font-family: var(--NML-font-name) !important;
  font-weight: 300;
  line-height: 1.8em;
  margin:5px 0 0 30px;
  list-style-type: circle;
}
.bullet_point_circle::marker, .bullet_point::marker {
  font-size: 1.2em;
}
.bullet_icon{
  font-size: 50px;
  vertical-align: middle;
  margin-right: 4px;
  position: absolute;
  margin: 0px 6px 0px -25px;
}
.capabilities {
  background-color: var(--nml-gray-color);
  padding: 40px 0 50px
}
.ourServices {
  background-color: var(--nml-gray-color);
  padding: 90px 0 50px
}

.elementor-image img {
  height: auto;
  max-width: 100%;
  border: 2px solid var(--nml-white-color);
  border-radius: 5px;
  box-shadow: none
}

.elementor-image-diagram img {
  height: auto;
  max-width: 100%;
  border-radius: 5px;
  box-shadow: none
}

.wp-image-985 {
  width: 100%
}

.mr-top {
  margin-top: 50px
}

.sub-elementor-heading-title {
  font-size: 17px;
  color: var(--nml-white-color);
  font-weight: 600;
  line-height: 1.2em;
  font-family: var(--NML-font-name) !important
}

.elementor-divider1 {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px
}

.elementor-divider1 .elementor-divider-separator1 {
  width: 5px;
  display: flex;
  margin: 0 auto;
  direction: ltr;
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  --divider-border-style: solid;
  --divider-color: rgba(255, 255, 255, 0.22);
  --divider-border-width: 40px
}

.text-align {
  text-align: center !important
}

@media(max-width:768px) {
  .column-reverse {
    flex-direction: column-reverse
  }

  .dateclass {
    padding-top: 20px
  }
}

.elementor-widget-container p {
  margin-bottom: 1em;
  color: var(--nml-white-color);
  font-size: 14px;
  font-family: var(--NML-font-name) !important;
  font-weight: 300;
  line-break: anywhere
}

.blog_mobile_view_icon {
  display: none
}

.scrollbar-bar {
  float: left;
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: 1px solid #ccc;
  overflow-x: clip
}

.scheem-box {
  color: var(--nml-white-color);
  font-weight: 300
}

.faq-items {
  padding: 0;
  margin: 0
}

.faq-items li {
  list-style: none
}

.faq-items li.active a {
  background: var(--gray-light);
  border-radius: 5px
}

.faq-items li a {
  display: block;
  padding: 0;
  font-size: 18px;
  color: var(--gray-dark)
}

.tab-content {
  margin-top: 50px
}

.tab-list.active {
  display: block
}

.tab-list {
  display: none
}

.elementor-widget .elementor-icon-list-icon {
  display: flex;
  position: relative;
  top: var(--icon-vertical-offset, initial);
  --e-icon-list-icon-size: 14px;
  --icon-vertical-offset: 0
}

.blog_active>a {
  color: var(--nml-emerald-color)
}

.active span {
  color: var(--nml-emerald-color)
}

.team-porfile {
  display: flex
}

.elementor-icon-list-text {
  align-self: center;
  padding-left: 5px;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--NML-font-name) !important
}

.li_span {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 85% !important
}

@media(max-width:991px) {
  .scheem-box {
    padding: 0;
    margin-bottom: 15px
  }

  .tab-list {
    margin-top: 0;
    margin-bottom: 5px;
    display: block !important;
    padding: 0
  }
}

.accordion {
  border: 0 solid #000 !important
}

.accordion-body {
  font-family: var(--NML-font-name) !important;
  color: var(--nml-white-color) !important;
  background-color: var(--nml-gray-color) !important;
  border: 0 !important;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 0;
  line-height: normal
}

.accordion-button:not(.collapsed) {
  color: var(--nml-white-color) !important;
  background-color: var(--nml-gray-color) !important;
  box-shadow: none;
  font-size: 13px;
  font-family: var(--NML-font-name) !important
}

.accordion-button {
  font-size: 13px !important;
  font-family: var(--NML-font-name) !important;
  padding: 0;
  color: var(--nml-white-color) !important;
  background-color: var(--nml-gray-color) !important;
  margin: 0
}

#footer {
  background: #0c0c0c;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px
}

#footer .footer-top {
  padding: 60px 0 30px 0
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #cc1616;
  text-align: center;
  padding: 30px 20px
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: vat(--NML-font-name)
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: .3s
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px
}

#footer .footer-top .footer-links {
  margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: .3s;
  display: inline-block;
  line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px)
}

#footer .footer-top .footer-newsletter form input[type=button] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #cc1616;
  color: #fff;
  transition: .3s;
  border-radius: 4
}

#footer .footer-top .footer-newsletter form input[type=button]:hover {
  background: #e82d2d
}

#footer .copyright {
  text-align: center;
  padding-top: 14px;
  font-weight: 600
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff
}

#footer .credits a {
  color: #e82d2d
}

@media(max-width:575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0
  }
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0
}

.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777;
  font-weight: 700;
  margin: 10px 0
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0
}

.refresh_a {
  cursor: pointer;
  margin-top: 6px;
  float: right
}

.marginauto {
  margin: 0 auto
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 5px;
  font-family: var(--NML-font-name) !important
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #cc1616
}

.contact .php-email-form input {
  padding: 10px 15px
}

.contact .php-email-form textarea {
  padding: 12px 15px
}

.contact .php-email-form button[type=button] {
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: .4s;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: .4s;
  background: var(--nml-emerald-color);
  color: #000;
  font-family: var(--NML-font-name) !important;
  border-radius: 5px
}

.ourServices_view button[type=button] {
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: .4s;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: .4s;
  background: var(--nml-emerald-color);
  color: #000;
  font-family: var(--NML-font-name) !important;
  border-radius: 10px
}

.contact_icon {
  color: var(--nml-emerald-color);
  font-size: 20px;
  width: 25px
}

.contact_phone {
  color: var(--nml-emerald-color);
  font-size: 28px;
  width: 25px
}

@keyframes animate-loading {
  0 {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.error_msg {
  color: var(--nml-red-color);
  text-align: center;
  margin-bottom: 5px
}

#message_view {
  text-align: center
}

.input_error {
  border-color: var(--nml-red-color)
}

@media(min-width:430px) {
  .home_text {
    width: 100%;
    height: calc(100vh);
    position: relative !important
  }

  #home_text .home_title_view {
    width: 98%;
    position: absolute;
    margin-top: 0 !important;
    bottom: 80px !important
  }
}

@media(max-width :430px) and (min-width :360px) {
  .home_text {
    width: 100%;
    height: calc(100vh);
    position: relative !important
  }

  #home_text .home_title_view {
    width: 93%;
    position: absolute;
    margin-top: 0 !important;
    bottom: 0 !important
  }
  .profile_img_mb{
    margin-bottom: 20px !important;
    max-width: 100% !important;
  }
}

@media only screen and (device-width:768px) and (device-width:667px) {
  .home_text {
    width: 100%;
    height: calc(100vh);
    position: relative !important
  }

  #home_text .home_title_view {
    width: 93%;
    position: absolute;
    margin-top: 0 !important;
    bottom: 0 !important
  }
}

@media only screen and (device-width:667px) {
  .home_text {
    width: 100%;
    height: calc(100vh);
    position: relative !important
  }

  #home_text .home_title_view {
    width: 93%;
    position: absolute;
    margin-top: 0 !important;
    bottom: 0 !important
  }
}

@media(max-width:933px) {
  .column-reverse {
    flex-direction: column-reverse
  }
  .profile_img_mb{
    margin-bottom: 20px;
    max-width: 50%;
  }
  .home_contact_list_align_left{
    text-align: left;
  }
}
@media(min-width:1301px) {
  .elementor-image img{
    max-width: 75%;
  }
  .float_right{
    float: right;
  }
}


/* The Close Button */
.nml_close {
  position: absolute;
  top: 60px;
  right: 25px;
  color: #f1f1f1;
  font-size: 30px;
}

.nml_close:hover,
.nml_close:focus {
  color: #f1f1f1;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */
.nml_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 60px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.nml_modal-content {
  margin: auto;
  display: block;
  width: 95%;
}
.overflow_hidden{
  overflow: hidden;
}
