/* ========== Core Style CSS ========== */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1em;
  overflow-x: hidden;
  color: #2C2A29;
  background: #fff;
}

* {
  outline: 0;
}

textarea {
  resize: none
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}


ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

::-moz-selection {
  background: #064A76;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #064A76;
  text-shadow: none;
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.fade {
  transition: opacity 0.2s ease;
  ;
}

#page-top {
  scroll-behavior: smooth;
}

@media (min-width:1350px) {
  .container {
    max-width: 1320px;
  }

  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .show>.btn-primary.dropdown-toggle {
    background: transparent !important;
  }


}


/* ========== Text Heading CSS ========== */
h1 {
  font-weight: 400;
  font-size: 2.255em;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
  line-height: 58px;
  text-shadow: 1px 1px #000;
   margin-top: 12px;
}

h2 {
  font-weight: 400;
  font-size: 1.75em;
  color: #2b2a28;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 32px;
  margin-top: 12px;
}

h3{
 margin: 20px 0;
 font-size: 1.25em;
 font-weight: 400;
 text-transform: uppercase;
  color:#2b2a28;
}

/* ========== Text Paragraph CSS ========== */
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #2b2a28;
    line-height: 30px;
    margin: 0 0 20px 0;
}

p a:hover,
p a:focus {
  color: #FAA31A;
  text-decoration: underline;
}


/* ========== Bold Unordered List CSS ========== */
ul.solid-main {
  padding: 0 0 10px 0;
  margin: 0;
  list-style: none;
}

ul.solid-main li {
  color: #000;
  margin: 0;
  font-size: 1em;
  padding: 0 0 0 18px;
  list-style: none;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 18px;
  text-align: left;
}

ul.solid-main li::before {
  left: 0;
  color: #000;
  position: absolute;
  top: 0;
  font-size: 7px;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

ul.solid-main li ul {
  margin-top: 15px;
}

ul.solid-main li ul li::before {
  color: #000;
}



/* ========== Ordered List CSS ========== */
ol.main {
  padding: 0;
  margin: 0 0 10px 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  counter-reset: li;
}

ol.main li {
  counter-increment: step-counter;
  margin: 0;
  font-size: 1em;
  color: #000;
  padding: 0 0 0 22px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

ol.main li::before {
  content: "0" counter(li)'. ';
  counter-increment: li;
  color: #000;
  font-size: 1em;
  margin-right: 0;
  top: 1px;
  position: absolute;
  left: -5px;
  font-weight: 500;
}



/* ========== Button CSS ========== */


.primary-btn {
  display: inline-block;
  color: #FFF;
  border-radius: 0;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  min-height: 40px;
  background: #f15c22;
  line-height: 40px;
  padding: 6px 20px;
  text-transform: uppercase;
  text-align: right;
  border: 1px solid #f15c22;
  margin-top:20px;
  margin-bottom: 20px;
}

.primary-btn:hover,
.primary-btn:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2b2a28;
  border: 1px solid #fff;
}

.primary-btn2 {
  color: #f15c22;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-decoration: underline;
}

.primary-btn2:hover,
.primary-btn2:focus {
  color: #2b2a28;
}

.primary-btn3 {
  display: inline-block;
  color: #2C2A29;
  border-radius: 0;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  min-height: 50px;
  line-height: 30px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-align: right;
  border: 1px solid #f15c22;
  margin-top: 20px;
  margin-bottom: 10px;
}

.primary-btn3:hover,
.primary-btn3:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f15c22;
}


.primary-btn4 {
  display: inline-block;
  color: #2C2A29;
  border-radius: 0;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  min-height: 50px;
  line-height: 30px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-align: right;
  border: 1px solid #f15c22;
  margin-top: 10px;
  margin-bottom: 10px;
}

.primary-btn4:hover,
.primary-btn4:focus {
  color: #f15c22;
  text-decoration: none;
  border: 1px solid #f15c22;
}


/* ========== Navigation Style CSS ========== */
/* .navbar-brand img{width:185px;} */
.dropdown-toggle::after {
  display: none;
}

.sticky .navbar-nav .menu-item {
  margin: 0 20px  0 0px ;
}

/*.sticky .navbar-nav .menu-item:last-child {
  margin-right: 0;
} */

.sticky .navbar-nav .menu-item a {
  color: #fff;
  font-size: 11px;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.sticky .navbar-nav .nav-link:hover {
  color: #f15c22;
}


.navbar-brand {
  padding-top: 0;
}

.sticky.fixed-nav .navbar-nav .nav-link:hover {
  color: #f15c22;
}

.tp-background {
  background: #2C2A29;
  padding: 20px 0 0px;
}

.navbar-brand {
  padding-top: 0;
}



.navbar-expand-xl .navbar-collapse {
  justify-content: flex-end;
}

/* ==== Dropdown Navigation ==== */
 
.navbar .megamenu {
  padding: 0px 0rem !important;
  border-radius: 0;
  margin-top: 0;
  width: auto;
}

.col-megamenu ul li {
  margin: 0 0 5px 0;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}

.col-megamenu ul li a {
  color: #000;
  font-size: 1em;
}

.col-megamenu ul li a:hover {
  color: #064A76;
  text-decoration: none;
}

.dropdown-menu {
  border: 0;
}

.navbar-section {
  display: flex;
  align-items: center;
  width: 100%;
}

.functions-block h6 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 1.125em;
  color: #f15c22;
  font-weight: 400;
}

.industries-block {
  margin-right: 5%;
}

.functions-block {
  padding-left: 10%;
}

.vertical-tabs .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.sticky.inner-page-nav .navbar-nav .nav-link {
  color: #231f20;
}

.sticky.inner-page-nav .get-started-btn::after {
  border: 1px solid #231f20;
}

.sticky.inner-page-nav .get-started-btn {
  color: #231f20;
}

.sticky.inner-page-nav .get-started-btn:hover::after,
.sticky.inner-page-nav .get-started-btn:focus::after {
  border: 1px solid #FEBE3B !important;
}

.sticky.inner-page-nav .navbar-nav .nav-link:hover {
  color: #FEBE3B;
}

.sticky.inner-page-nav .navbar-nav li.menu-item:hover a.dropdown-toggle-icon {
  color: #FEBE3B;
}

.sticky.inner-page-nav .navbar-nav li.menu-item:hover a.nav-link::after {
  position: absolute;
  bottom: -2px;
  content: "";
  right: 0;
  left: 0;
  border-radius: 0;
  z-index: -1;
  z-index: 1000000;
  border-bottom: 2px solid #FEBE3B;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sticky .navbar-nav li.menu-item:hover a {
 
  text-decoration: none;
}

/* .sticky .navbar-nav li.nav-item:hover a.nav-link::after{position:absolute; bottom:-1px; content:""; right:0; left:0; border-radius:0; z-index:-1; z-index: 1000000; border-bottom:2px solid #064A76; width:100%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;} */

.navbar-toggler {
  margin-left: 0px;
  padding-right: 30px;
}

.header-social {
  margin-left: 40px;
  padding-top: 5px;
}

.header-social li {
  margin-left: 10px;
}

.header-social li a {
  color: #064A76;
  font-size: 1.1764705882352942em;
}

.header-search {
  margin-left: 40px;
}

.header-search li {
  margin-left: 10px !important;
}

.header-search li a {
  color: #fff !important;
  font-size: 1.0588235294117647em;
  background: #FAA31A;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 40px;
  border: 1px solid #FAA31A;
  cursor: pointer;
}

.header-search li a:hover {
  border: 1px solid #7D1E5E;
  background: transparent;
  color: #7D1E5E !important;
}


/* ==== Navigation Animation Icon ==== */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 5% 5%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 13% 95%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.icon-bar {
  width: 24px;
  height: 1px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
  margin-top: 0;
  margin-bottom: 6px;
}

.navbar-light .navbar-toggler {
  border: 0;
  padding-right: 0;
}


@media (max-width:1199px) {
  .navbar-section {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #breadcrumb-section {
    margin-top: 100px;
  }

  .sticky .navbar-nav .menu-item {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .sticky .navbar-nav .menu-item:last-child {
    border-bottom: 0;
  }

  #main_nav {
    padding-top: 25px;
  }

  .sticky .navbar-nav .nav-link {
    font-size: 1.25em;
    padding: 10px;
  }

  .navbar .megamenu {
    padding: 0 !important;
  }

  .dropdown-nav a.dropdown-toggle-icon {
    position: relative;
  }

  .dropdown-nav a.dropdown-toggle-icon:after {
    color: #333;
    position: absolute !important;
    font-size: 1.5em;
    content: "\f358";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 10px;
  }

  .dropdown-nav.show a.dropdown-toggle-icon:after {
    color: #fff;
    position: absolute !important;
    font-size: 1.411764705882353em;
    content: "\f35b" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
  }

  .navbar-collapse {
    max-height: 100vh;
    overflow-y: auto;
  }


  .tab-content {
    background: #015487;
    padding: 5px 15px;
  }

  .tab-content .functions-block h6 {
    color: #fff
  }

  .tab-content .col-megamenu ul li a {
    color: #fff
  }

  .nav-stacked::after {
    display: none;
  }

  .nav-pills .brand-nav {
    margin: 0;
  }

  .navbar-collapse.show .container {
    max-width: initial;
    width: 100%;
  }

  .navbar-collapse.show .container .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }


  .navbar-collapse.show .nav-stacked li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
  }

  .nav-pills .brand-nav a {
    width: 100%;
    display: block;
  }

  .nav-pills .brand-nav a.active::after {
    display: none;
  }

  .nav-pills .brand-nav a {
    padding: 10px 0 !important;
  }


  .dropdown-nav.show .dropdown-toggle-icon {
    background: #015487;
    color: #fff !important;
  }

  .dropdown-menu {
    background: transparent;
    border: 0;
  }

  .functions-block {
    padding-left: 0;
  }


  .tab-pane .justify-content-start {
    justify-content: space-between !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }

  .nav-pills-custom .brand-nav a {
    position: relative !important;
  }

  .nav-pills-custom .brand-nav a::before {
    color: #adadad;
    position: absolute !important;
    font-size: 1.375em;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav-pills-custom .brand-nav a.active::before {
    color: #064A76;
    position: absolute !important;
    font-size: 1.375em;
    content: "\f106" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
  }

}