* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
    .container22 {
        max-width: 1220px !important;
    }
}
@media (min-width: 1400px) {
    .container22  {
        max-width: 1320px  !important;
    }
}

@font-face {
    font-family: 'cooper_hewittbold';
    src: url('../fonts/cooperhewitt-bold-webfont.woff2') format('woff2'),
        url('../fonts/cooperhewitt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
/***** font-weight:700 ******/
}




@font-face {
    font-family: 'cooper_hewittbook';
    src: url('../fonts/cooperhewitt-book-webfont.woff2') format('woff2'),
        url('../fonts/cooperhewitt-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
/***** font-weight:400 ******/
}




@font-face {
    font-family: 'cooper_hewittheavy';
    src: url('../fonts/cooperhewitt-heavy-webfont.woff2') format('woff2'),
        url('../fonts/cooperhewitt-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/***** font-weight:800 ******/
}




@font-face {
    font-family: 'cooper_hewittlight';
    src: url('../fonts/cooperhewitt-light-webfont.woff2') format('woff2'),
        url('../fonts/cooperhewitt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/***** font-weight:300 ******/
}




@font-face {
    font-family: 'cooper_hewittmedium';
    src: url('../fonts/cooperhewitt-medium-webfont.woff2') format('woff2'),
        url('../fonts/cooperhewitt-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/***** font-weight:500 ******/
}




@font-face {
    font-family: 'cooper_hewittsemibold';
    src: url('../fonts/cooperhewitt-semibold-webfont.woff2') format('woff2'),
        url('../fonts/cooperhewitt-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	/***** font-weight:600 ******/
}


html {
  font-size: 62.5%;
}

html,
body {
  overflow-x: clip !important;
}
p,li{
	text-align:justify;
}

body {
    
    font-family: 'Cooper Hewitt', sans-serif;


  margin: 0.01rem auto 0;
  padding: 0;
  color: #515151;
  font-size: 1.6rem;
  width: 100%;
  font-weight: 400;
  background-color: #fff;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 8px;
}
.navbar-nav .nav-link {
	
	text-wrap:nowrap !important;
}

p,
ul li {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #515151;
}

ol,
ul {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101010;
  font-weight: 400;
   
}

h3 {
  font-size: 2.2rem;
  line-height: 3.5rem;
}

h4 {
  font-size: 1.8rem;
  line-height: 3rem;
}

a,
button,
input[type=submit] {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #fcaf3b;
  text-decoration: none;
  outline: 0 !important;
}

.toast-message {
  font-size: 14px !important;
}

.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;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  animation-duration: 0.5s;
  transition: 0.3s all ease-in-out;
  background-color: #fff;
}
/*header.menu-fix {
  animation-name: fadeInDown;
  animation-fill-mode: none;
}*/

/*.menu-fix .logo-area img {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-fill-mode: none;
}*/

strong {
 font-family: 'cooper_hewittbold';
}

.head-tp {
  background-color: #e9e9e9;
  padding: 12px 0;
}

.head-tp a, .head-tp p {
  color: #101010;
}
.head-tp .head-tp-l a {
  margin-right: 25px;
}
.head-tp .head-tp-r {
  justify-content: flex-end;
}
.head-tp .head-tp-r a {
  margin-left: 25px;
}

.navigation-area {
    padding: 8px 0;
    position: static;
    left: 0;
    width: 100%;
    background-color: #fff;
  border-bottom: 1px solid #eee;
}

.menu-fix .navigation-area {
    background-color: #fff;
}

.nav-item {
  margin-left: 25px;
}

.nav-link {
  color: #101010;
  padding: 0;
  position: relative;
  padding: 10px 0 !important;
}
.nav-link:hover, .nav-link:focus {
  color: #fcaf3b;
}
.nav-link.btn-main {
  padding: 10px 25px !important;
  transition: 0.3s all ease-in-out;
}

.navbar.navbar-expand-xl {
  padding: 0;
}

.menu__block_wrap {
  display: flex;
  justify-content: flex-end;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: 99;
  transform-origin: bottom center;
  transform: rotate(-90deg) scale(0) translateX(85px);
  display: inline-block;
  
  padding: 0;
  text-align: center;
  font-size: 2rem;
  color: #101010;
  background-color: #fcaf3b;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-to-top.fade.in {
  opacity: 1;
  transform: rotate(0) scale(1) translateX(0);
}
.scroll-to-top:hover {
  animation: float-icon 1s ease-in-out;
  background-color: #515151;
  color: #fff;
}

::-moz-selection {
  color: #101010;
  background: #fcaf3b;
}

::selection {
  color: #101010;
  background: #fcaf3b;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  height: auto;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  width: 250px;
  padding: 0;
  border: none;
  background-color: #eff6fe;
  margin: 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  transform: translateY(20px);
  display: block;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.dropdown-menu .dropdown-item {
  padding: 8px 12px;
  display: block;
  color: #101010;
  font-size: 1.4rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  white-space: unset;
}
.dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #fcaf3b;
  color: #101010;
}

.dropdown-submenu {
  position: relative;
}

footer {
  border-top: 1px solid #eee;
}
footer a, footer p {
  color: #101010;
  font-size: 16px;
  line-height: 27px;
	text-align:start;
}

.footer-bg {
  padding: 60px 0;
}

.copyright-bg {
  padding: 20px 0;
  background-color: #101010;
}

.footer-links li {
  list-style-type: none;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
	text-align: start;
}
.footer-links li i {
  margin-right: 8px;
  color: #101010;
}
.footer-links li .ms-left {
  margin-left: 2.4rem;
}
.footer-links li a, .footer-links li p {
  color: #101010;
  display: inline-flex;
  align-items: baseline;
}

.get-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.get-social a {
  color: #fff;
  margin-right: 10px;
}
.get-social a:hover {
  transform: scale(1.05);
}

.footer-bg .get-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #515151;
  border-radius: 5px;
}
.footer-bg .get-social a:hover {
  background-color: #fcaf3b;
  color: #101010;
}

.btn-main {
  background-color: #fcaf3b;
  border: 1px solid #fcaf3b;
  color: #101010;
  padding: 12px 25px;
  display: inline-block;
  cursor: pointer;
  /*border-radius: 5px;*/
  text-align: center;
  position: relative;
  top: 0;
}
.btn-main:focus, .btn-main:hover {
  background-color: #515151;
  border: 1px solid #515151;
  color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  top: -3px;
}
.btn-main.btn-bdr {
  background-color: transparent;
  border: 1px solid #515151;
  color: #515151;
}
.btn-main.btn-bdr:hover, .btn-main.btn-bdr:focus {
  background-color: #101010;
  border: 1px solid #101010;
  color: #fff;
}
.btn-main.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #101010;
}
.btn-main.btn-white:hover {
  background-color: #515151;
  border: 1px solid #515151;
  color: #fff;
}
.btn-main.btn-white.btn-bdr {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-main.btn-white.btn-bdr:hover, .btn-main.btn-white.btn-bdr:focus {
  background-color: #fff;
  color: #fcaf3b;
}

.foot-head {
  font-size: 2rem;
  line-height: 3rem;
  padding: 0 0 8px;
  margin: 0px 0 20px;
  text-transform: uppercase;
  position: relative;
}
.foot-head::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  width: 55px;
  height: 1px;
  background-color: #fcaf3b;
}

.heading {
  font-size: 3rem;
  line-height: 4.2rem;
  margin: 0 0 30px;
  position: relative;
  
  
}
.heading i {
  font-style: normal;
  font-size: 2.2rem;
  line-height: 3.2rem;
  display: block;
 
  
}

.sub-heading {
  font-size: 2.6rem;
  line-height: 4rem;
  
  
}

.section-divider {
  margin: 0 0 60px;
}

.form-control,
.form-select {
  min-height: 48px;
  border: 1px solid #949494;
  font-size: 1.4rem;
  border-radius: 3px;
  padding: 10px 15px;
  background-color: #fff;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  background-color: #fff;
  border-color: #fcaf3b;
}
.form-control.error,
.form-select.error {
  border: 1px solid #f00;
}

.form-group {
  margin-bottom: 28px;
}

label {
  margin: 0 0 5px;
  font-weight: 600;
}

label.error {
  padding: 0;
  margin: 0;
  color: #f00;
  font-size: 14px;
}

.form-group {
  margin-bottom: 25px;
}

.grey-bg {
  background-color: #f8f8f8;
}

.black-bg {
  background-color: #101010;
}

.check-list {
  margin-top: 15px;
}
.check-list li {
  list-style-type: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 8px;
}
.check-list li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f560";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fcaf3b;
  background-color: rgba(252, 175, 59, 0.09);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-r {
  text-align: right;
}

.footer-tabs .nav-item {
  margin-left: 0;
  margin-right: 25px;
  width: auto;
  padding: 0;
  border: none;
}
.footer-tabs .nav-item .nav-link {
  border: none;
  padding: 0 !important;
  padding-bottom: 4px !important;
  margin: 0;
  border-bottom: 2px solid transparent;
  color: #101010;
  text-transform: none;
  background-color: transparent;
}
.footer-tabs .nav-item .nav-link.active {
  border-bottom-color: #101010;
}

.hover-animation {
  position: relative;
  top: 0;
  transition: 0.3s all ease-in-out;
}
.hover-animation:hover {
  top: -4px;
}

.box-shadow {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
}

.auto-height {
  min-height: calc(100% - 30px);
  margin: 30px 0 0;
}

.text-yellow {
  color: #fcaf3b;
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.beforeFix {
    display: none;
}

@media (max-width: 1500px) {
  .nav-item {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: block;
  }
  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .drp-arrow.submenu-arrow {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
  }
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    right: 0;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
  .dropdown.second-level .dropdown-menu {
    right: -100%;
    left: auto;
    top: 0;
  }
  .dropdown.second-level > .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .offcanvas-start {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .dropdown-menu.third-level a {
    color: #fff;
  }
  .dropdown.second-level.show-drop .dropdown-menu {
    max-height: 500px;
    background-color: #515151;
    visibility: visible;
    opacity: 1;
  }
  .dropdown.second-level .drp-arrow {
    width: 38px;
    height: 29px;
    background-color: #101010;
    color: #fff;
  }
  .dropdown.second-level .dropdown-toggle i {
    transform: rotate(0deg) !important;
  }
  .dropdown.second-level.show-drop .dropdown-toggle i {
    transform: rotate(45deg) !important;
  }
  .dropdown.second-level .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #616161;
  }
  .dropdown.second-level .dropdown-menu {
    max-height: 0px;
    visibility: hidden;
    opacity: 0;
  }
  .nav-link {
    padding: 12px 0 !important;
    color: #fff;
  }
  .nav-link.nav-btn {
    margin-top: 15px;
  }
  .nav-item.active .nav-link {
    background-color: transparent;
    font-weight: 600;
  }
  .drp-arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: 3px;
    width: 43px;
    height: 39px;
    background-color: #fcaf3b;
    color: #101010;
    text-align: center;
    font-size: 1.6rem;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-open {
    position: relative;
    transition: 0.3s all;
  }
  .dropdown-item {
    flex-basis: 100%;
    white-space: pre-line;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
  }
  .dropdown-submenu .dropdown-menu {
    background-color: #c8e1fe;
    padding: 0 10px;
  }
  .dropdown .drp-arrow i {
    transform: rotate(0deg);
    transition: 0.3s all ease-in-out;
    display: inline-block;
  }
  .dropdown > .drp-arrow.show i {
    transform: rotate(45deg);
  }
  .offcanvas-start {
    width: 260px;
    border-right: none;
    background-color: #101010;
    overflow-x: auto;
    height: 100vh;
    padding: 0 0 80px;
  }
  .nav-item {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid rgba(228, 228, 228, 0.1);
    margin: 0;
  }
  .nav-item.dropdown.show .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .nav-item:last-child {
    border: none;
  }
  .navbar-nav .dropdown-menu {
    width: 100%;
    transform: none;
    padding: 0;
  }
  #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  #hamburger .line {
    fill: none;
    stroke: #fcaf3b;
    stroke-width: 6;
    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;
    transition: 0.4s ease-in-out;
    display: block;
    min-width: 10px;
    padding: 0 7px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
  }
  .dropdown-menu.show {
    max-height: 500px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    background-color: #f8f8f8;
  }
  .dropdown-menu .dropdown-item {
    color: #101010;
    background-color: transparent;
    border-bottom: 1px solid #eee;
    padding-right: 45px;
  }
  .nav-item.dropdown.show .dropdown-toggle i {
    transform: rotate(45deg);
  }
  .dropdown-submenu.show .drp-submenu {
    max-height: 500px;
    overflow: visible;
    background-color: #dbe8fb;
  }
  .dropdown-submenu.show .drp-arrow i {
    transform: rotate(45deg);
  }
  .nav-link.btn-main {
    margin: 10px 0 0;
    display: block;
    color: #101010;
  }
    .nav-link.btn-main:hover {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 60%;
  }
  .pd-80 {
    padding: 60px 0;
  }
  .g-recaptcha > div {
    transform: scale(0.8);
    transform-origin: top left;
}
}
@media (max-width: 990px) {
  html {
    font-size: 55%;
  }
  .footer-left-block {
    text-align: center;
    margin: 0px 0 30px;
  }
  .footer-bg .get-social a {
    margin: 0px 6px;
  }
  .get-social {
    justify-content: center;
  }
  .get-social a {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .copyright-bg,
  .copyright-bg .copyright-r {
    text-align: center;
  }
  .get-social {
    justify-content: center;
  }
  .foot-head::after {
    margin: 0 auto;
    right: 0;
  }
  .footer-links.useful-links li {
    align-items: flex-start;
  }
  .footer-links.useful-links li a {
    flex-direction: row;
    text-align: left;
  }

  .footer-links.useful-links li i {
    margin-right: 8px;
  }
  .section-divider {
    margin: 0 0 40px;
  }
  .footer-links ul li {
    text-align: center;
  }
  .footer-links li {
    flex-direction: row;
    align-items: center;
  }
  .footer-links li a, .footer-links li p {
    flex-direction: row;
    align-items: center;
  }
  .footer-links li i {
    margin-right: 10px;
   
  }
  .footer-tabs .nav-tabs {
    justify-content: center;
  }
  .footer-tabs .nav-tabs .nav-item {
    margin: 0 10px;
  }
  .footer-head {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .footer-social {
    justify-content: space-around;
  }
  .footer-bg {
    text-align: center;
    padding: 40px 0 20px;
  }
  .footer-links {
    text-align: center;
  }
  .footer-links li {
    justify-content: start;
  }
  .footer-links li {
    margin-bottom: 20px;
  }
}


/******* 01-02-2024 *******/

.footer-dark {
  background-color: #333;
  color: #fff;
}
.footer-dark .foot-head {
  color: #fff;
}
.footer-dark .footer-links li a,
.footer-dark .footer-links li p {
  color: #fff;
}
.footer-dark .footer-links li i {
  color: #fff;
}
.footer-dark .footer-tabs .nav-item .nav-link {
  color: #fff;
}
.footer-dark .footer-tabs .nav-item .nav-link.active {
  border-bottom-color: #fff;
}
@media (max-width: 990px) { 
  
  .footer-dark .get-social {
    justify-content: flex-start;
  }
  
  
}

@media (max-width: 767px) { 
  
  .footer-dark .get-social {
    justify-content: center;
  }
  
  
}


/*********** 01 -03-2024 ************/

.floated-icon {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    z-index: 999;
    background-color: transparent;
    padding: 5px 10px;
 //   box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
}

.floated-icon .social-icons {
    display: flex;
    flex-direction: column;
}

.floated-icon .social-icons .icon {
    margin: 8px 0px;
}

.floated-icon .social-icons .icon img {
    width: 35px;
    transform: scale(1);
    transition: 0.3s all ease-in-out;
}

.floated-icon .social-icons .icon:hover img {
    transform: scale(1.1);
}




/*************** 18-03-2024 ********/

@media (max-width: 1024px) { 
   .scroll-to-top {
    bottom:75px;
  }
}

@media (max-width: 767px) { 
   .scroll-to-top {
    bottom:20px;
  }
}

.pagination span, .pagination a {
    margin: 5px !important;
	font-weight: 600 !important;
}
.pagination span {
    color: #fcaf3b;
	
}