/*========================================= 
  WEB FONT
=========================================*/
@import url('https://fonts.cdnfonts.com/css/effra-heavy');
@import url('https://fonts.googleapis.com/css2 family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*========================================= 
  RESET
=========================================*/
*{
    font-family: 'Effra Heavy', sans-serif;
    font-family: 'Effra Light', sans-serif;
    font-family: 'Effra Medium', sans-serif;
    font-family: 'Effra', sans-serif;
    font-family: "Montserrat", sans-serif;
}

html {
  box-sizing: border-box;
  text-rendering: geometricPrecision;
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
    background: #ffffff;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1;
  color: inherit;
}

.text-uppercase {text-transform: uppercase;}

.f100 {font-weight: 100; !important}
.f200 {font-weight: 200; !important}
.f300 {font-weight: 300; !important}
.f400 {font-weight: 400; !important}
.f500 {font-weight: 500; !important}
.f600 {font-weight: 600; !important}
.f700 {font-weight: 700; !important}
.f800 {font-weight: 800; !important}
.f900 {font-weight: 900; !important}

.fs8 {font-size: 8px; !important}
.fs9 {font-size: 9px; !important}
.fs10 {font-size: 10px; !important}
.fs11 {font-size: 11px; !important}
.fs12 {font-size: 12px; !important}
.fs13 {font-size: 13px; !important}
.fs14 {font-size: 14px; !important}
.fs15 {font-size: 15px; !important}
.fs16 {font-size: 16px; !important}
.fs18 {font-size: 18px; !important}
.fs20 {font-size: 20px; !important}
.fs24 {font-size: 24px; !important}
.fs30 {font-size: 30px; !important}
.fs36 {font-size: 36px; !important}
.fs40 {font-size: 40px; !important}
.fs50 {font-size: 50px; !important}
.fs60 {font-size: 60px; !important}
.fs70 {font-size: 70px; !important}
.fs80 {font-size: 80px; !important}
.fs90 {font-size: 90px; !important}
.fs100 {font-size: 100px; !important}

a {
  color: #2b2b2b;
  -moz-transition: all 0.7s ease-in;
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  text-decoration: none;
}

a:active,
a:hover {
  -moz-transition: all 0.7s ease-in;
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  text-decoration: none;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.max1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.max1700 {
    max-width: 1700px;
    margin: 0 auto;
}

/* =========================================================================
  BG
========================================================================== */

bg {
  width: 100%;
  height: 100vh;
  background-size: 300% 300%;
  background-image: linear-gradient(-45deg, #ffffff 0%, #dddddd 25%, #ffffff 51%, #dddddd 100%);
  -webkit-animation: AnimateBG 5s ease infinite;
          animation: AnimateBG 5s ease infinite;
}

.bg2 {
  width: 100%;
  height: 100vh;
  background-size: 300% 300%;
  background-image: linear-gradient(-45deg, #1A1B1F 0%, #000000 25%, #1A1B1F 51%, #000000 100%);
  -webkit-animation: AnimateBG 10s ease infinite;
          animation: AnimateBG 10s ease infinite;
}

@-webkit-keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* =========================================================================
  MOBILE MENI
========================================================================== */
.box-shortcut-nav {
    background: #fff;
    padding: 10px 0;
}

/* =========================================================================
  SITE HEADER
========================================================================== */
.navbar-hdg {
    font-size: 15px !important;
}

.navbar-hdg .navbar-brand {
  color: #32343d;
    z-index: 9;
    position: relative;
}

.navbar-hdg .navbar-brand svg {
    fill: #ffffff !important;
}

@media (max-width: 768px) {
  .navbar-hdg .navbar-brand img {
      margin-top: -10px;
  }
}

.navbar-hdg .navbar-brand:hover, .navbar-hdg .navbar-brand:focus {
  color: #3c3c3c !important;
    font-weight: 900  !important;
}

.navbar-hdg .navbar-nav .nav-link {
    color: #303030;
    font-family: 'Effra Medium', sans-serif;
    margin-bottom: -5px;
}

.navbar-hdg .navbar-nav .nav-link:hover {
    color: #FF000D;
}

.navbar-hdg .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-hdg .navbar-nav .show > .nav-link,
.navbar-hdg .navbar-nav .nav-link.active {
  color: #FF000D;
}

.navbar-hdg .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-hdg .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-hdg .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-hdg .navbar-text a,
.navbar-hdg .navbar-text a:hover,
.navbar-hdg .navbar-text a:focus {
  color: #2b2b2b;
}


/* =========================================================================
  SITE HEADER WHITE
========================================================================== */
.navbar-hdg-w {
    font-size: 15px !important;
}

.navbar-hdg-w .navbar-brand {
  color: #32343d;
    z-index: 9;
    position: relative;
}

@media (max-width: 768px) {
  .navbar-hdg-w .navbar-brand img {
      margin-top: -10px;
  }
}

.navbar-hdg-w .navbar-brand:hover, .navbar-hdg-w .navbar-brand:focus {
  color: #ffffff !important;
    font-weight: 900  !important;
}

.navbar-hdg-w .navbar-nav .nav-link {
    color: #ffffff;
    font-family: 'Effra Medium', sans-serif;
    margin-bottom: -5px;
}

.navbar-hdg-w .navbar-nav .nav-link:hover {
    color: #FF000D;
}

.navbar-hdg-w .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-hdg-w .navbar-nav .show > .nav-link,
.navbar-hdg-w .navbar-nav .nav-link.active {
  color: #FF000D;
}

.navbar-hdg-w .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-hdg-w .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-hdg-w .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-hdg-w .navbar-text a,
.navbar-hdg-w .navbar-text a:hover,
.navbar-hdg-w .navbar-text a:focus {
  color: #2b2b2b;
}

.navl {
	padding-left: 12px;
	padding-right: 12px;
}

.navl2 {
	padding-left: 12px;
	padding-right: 12px;
    border-right: 1px solid #e0e0e0;
}

.navl3 {
	padding-left: 12px;
	padding-right: 12px;
    margin-top: 10px;
}

.navl4 {
	padding-left: 20px;
	padding-right: 20px;
}

.navlS {
	padding-left: 3px;
	padding-right: 3px;
}

.navl5 {
	padding-left: 12px;
	padding-right: 12px;
}

/* ============ auto hide// ============ */ 
.autohide {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}


/* ================ NEW HEADER ========================*/

.dropdown-style {
    margin: 0 1rem 0 0;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    color: rgba(0,0,0,0.5);
    backdrop-filter: blur(33px);
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1030;
}
/* =========================================================================
  SITE SUB
========================================================================== */
.btns {
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    padding: 2px 20px;
    border-radius: 100px;
    background: #ffffff;
    /*background: #cfef00;*/
    border: 1px solid transparent;
    display: flex;
    align-items: center;
}

.btns > svg {
    width: 24px;
    margin-left: 10px;
    transition: transform .3s ease-in-out;
}

.btns:hover svg {
    transform: translateX(5px);
}

.btns:active {
    transform: scale(0.95);
}


/* =========================================================================
 BLOG STYLE
========================================================================== */
.blog-main{
	position: relative; 
	z-index:9
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-size: 30px;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

/* =========================================================================
  SIDEBAR
========================================================================== */
.sidebar {
    background: #FFFFFF;
    padding: 40px;
	  border: 1px solid #e0e0e0;
}

.sidebar h4 {
    font-size: 14px;
    font-weight: 900;
    color: #004e48;
}

.sidebar ul{
	list-style: none;
	margin: 30px 0 0 ;
	padding: 0;
}

.sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0;
}

.sidebar ul li:before{
	content: "\f105";
    font-family: 'FontAwesome';
    color: #696969;
}

.sidebar ul li a {
	color: #838383;
	font-size: 13px;
	margin-left: 15px;
	margin-top: -20px;
	display: block;
}

.sidebar ul li a:hover {
	text-decoration: none;
	color: #4eafcc;
}
/* =========================================================================
  SITE FOOTER
========================================================================== */
.bar-social {
    background: #1D1D1D;
    padding: 40px 20px;
    color: #ffffff;
}

.footer-hdg {
    padding: 40px 20px 5px 20px;
    background: #f7f7f7;
    bottom: 0;
}

.footer-hdg h4 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #2c2c2c;
}

.footer-hdg p {
    font-weight: 500;
    color: #3c3c3c;
    font-size: 13px;
}

.footer-hdg p a {
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 500;
}

.footer-hdg p a:hover {
	color: #000;
}

/* =========================================================================
  HOVER HACK
========================================================================== */

/* =========================================================================
 FORM
========================================================================== */
.form-lg {
    /*height: calc(1.5em + 1rem + 2px);*/
    padding: 20px 1rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 0.1rem 1rem rgba(51, 51, 112, 0.15) !important;

    -moz-transition: all 0.7s ease-in;
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.form-lg:focus {
    box-shadow: 0 0.1rem 1rem rgba(51, 51, 112, 0.25) !important;

    -moz-transition: all 0.7s ease-in;
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.form-md {
    height: calc(1.5em + 1rem + 2px);
    padding: 25px 1rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.5rem;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0.1rem 1rem rgba(51, 51, 112, 0.15) !important;

    -moz-transition: all 0.7s ease-in;
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.form-md:focus {
    box-shadow: 0 0.1rem 1rem rgba(51, 51, 112, 0.25) !important;

    -moz-transition: all 0.7s ease-in;
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.line {
    width: 100%;
    height: 1px;
    background: #ededed;
    margin-bottom: 20px;
}


/* =========================================================================
 MODAL backdrop
========================================================================== */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background: rgb(000,000,0);
  background: linear-gradient(78deg, rgba(000,000,0,1) 0%, rgba(000,000,0,1) 100%);
  /*background: rgb(167,255,0);
  background: linear-gradient(78deg, rgba(167,255,0,1) 0%, rgba(123,255,0,1) 100%);*/
}
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.7;
  -webkit-filter:  none !important;
  -moz-filter:  none !important;
  filter: none !important;
}
/* =========================================================================
 MODAL LLEFT RIGHT
========================================================================== */
.modal.left_modal,
.modal.right_modal {
  position: fixed;
  z-index: 99999;
}

.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0)
}

.modal-dialog {
  margin: 1.75rem auto;
}

@media (max-width: 768px) {
  .left_modal .modal-dialog {
    width: 100%;
  }
  
  .left_modal .modal-dialog {
    width: 100%;
  }
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
  height: 100vh !important
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
  padding: 15px 15px 30px
}

.modal-backdrop {
  /*display: none;*/
}

.modal.left_modal.fade .modal-dialog {
  left: -50%;
  -webkit-transition: opacity .3s linear, left .3s ease-out;
  -moz-transition: opacity .3s linear, left .3s ease-out;
  -o-transition: opacity .3s linear, left .3s ease-out;
  transition: opacity .3s linear, left .3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
  left: 0;
}

.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity .3s linear, right .3s ease-out;
  -moz-transition: opacity .3s linear, right .3s ease-out;
  -o-transition: opacity .3s linear, right .3s ease-out;
  transition: opacity .3s linear, right .3s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header.left_modal,
.modal-header.right_modal {
  padding: 10px 15px;

}

.modal_outer .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: 91vh;
}

/* marquee */

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 23px;
  overflow-x: hidden;
}

.track {
    color: #ececec;
    font-weight: 500;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 62s linear infinite;
  animation-play-state: running;
}

.marquee:hover .track {
    animation-play-state: paused;
}

.track2 {
    color: #ececec;
    font-weight: 500;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 22s ease-in infinite;
  animation-play-state: running;
}

.marquee:hover .track2 {
    animation-play-state: paused;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* marquee brand */

.marquee-brand {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 60px;
  overflow-x: hidden;
}

.marquee-brand:hover .track {
    animation-play-state: paused;
}

.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
  
} 
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
} 
/* ============ desktop view .end// ============ */
.dropdown-toggle::after {
    display:none !important;
}

/* ============ nav-scroller// ============ */
.nav-scroller {
    position: relative;
    z-index: 2;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/* =========================================================================
  BTN HEDGIE'S
========================================================================== */

.btn-ten-contact {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-ten-contact:focus,
.btn-ten-contact.focus {
  color: #fff;
  background-color: #FF000D;
  border-color: #FF000D;
}
.btn-ten-contact:hover {
  color: #fff;
  background-color: #FF000D;
  border-color: #FF000D;
}

/*RED*/
.btn-red {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  color: #fff;
  padding: 10px 30px;
  background: #fc0005;
  border-color: none !important;
  border-radius: 90px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  
  -moz-transition: all 0.7s ease-in;
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.btn-red:hover {
  color: #fff;
  background: #000;
  border-color: none !important;
  -moz-transition: all 0.7s ease-in;
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.btn-red:focus + .btn-hdg-0, .btn-orange:focus {
  color: #fff;
  background: #000;
  border-color: none !important;
}

/*Purple*/
.btn-hdg-p {
  color: #fff;
  padding: 20px 60px;
  background: rgb(150,91,236);
  background: linear-gradient(90deg, rgba(150,91,236,1) 0%, rgba(186,105,215,1) 100%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-hdg-p:hover {
  color: #fff;
  background: rgb(150,91,236);
  background: linear-gradient(180deg, rgba(150,91,236,1) 0%, rgba(150,91,236,1) 100%);
  border-color: rgb(150,91,236);
}
.btn-hdg-p:focus + .btn-hdg-p, .btn-hdg-p:focus {
  color: #fff;
  background-color: rgb(150,91,236);
  border-color: rgb(150,91,236);
}

/*black*/
.btn-hdg-g {
  color: #fff;
  padding: 20px;
  background-color: #006633;
  border-color: #006633;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-hdg-g:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-hdg-g:focus + .btn-hdg-g, .btn-hdg-g:focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.slider-social-menu a {
    color: #ffffff !important;
}

.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
  
} 
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
} 
/* ============ desktop view .end// ============ */
.dropdown-toggle::after {
    display:none !important;
}
/* ============ auto hide// ============ */ 
.autohide {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
