/* header css starts */
.ladnding-top-cont header {
  margin: 0 auto;
  max-width: inherit;
  z-index: 20;
  padding-top: 30px;
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}


header  .container, .offerd-services-cont .container {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding: 0px 10px;
  position: relative;
}

header {
  margin: 0 auto;
  position: absolute;
  width:100%;
  z-index: 20;
  background: rgba(255, 255, 255, 0.6);
  padding-top: 30px;
  padding-bottom: 20px;
}

header,
header * {
  box-sizing: border-box;
}

.logo {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  width: 270px;
  z-index: 20;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  max-width: 100%;
}

.primary-menu {
  position: absolute;
  top: 50%;
  left: 0;
  text-transform: uppercase;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.primary-menu .split-menu {
  float: left;
  width: calc(50% - 170px);
}

.primary-menu .right-menu {
  float: right;
}

.primary-menu ul.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.copyright {
  padding: 20px 20px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #454546;
  width:100%;
}

.copyright a {
  color: #ffdb00;
}

.left-menu .menu li:first-child {
  margin-left: 8px;
}

.right-menu .menu li:last-child {
  margin-right: 8px;
}

.primary-menu ul.menu li {
  margin: 0 auto;
  display: inline-block;
}

.primary-menu ul.menu li a {
  display: block;
  padding: 5px 3px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
}

ul.menu li a:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 1.5px;
  right: 0;
  bottom: 0;
  background: #fdb913;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

ul.menu li a:hover:after,
ul.menu li a.active:after {
  right: inherit;
  left: 0;
  width: 100%;
}

#nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 00px auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #f49320;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 13px;
}

#nav-icon span:nth-child(4) {
  top: 26px;
}

#nav-icon.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 13px;
  width: 0%;
  left: 50%;
}

.footer{
  position: relative;
}

footer {
  float: left;
  width: 100%;
  padding: 15px 0px 15px 0px;
  position: relative;
  background: #58585a;  
}

footer * {
  box-sizing: border-box;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  
}

footer .footer-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 780px;
  padding-top: 10px;
}

.footer-menu ul.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;

}

.footer-menu ul.main-menu li {
  display: inline-block;
  margin: 0 2px;
  font-size: 18px;
  color: #fdbb0b;
}

.footer-menu ul.main-menu li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 4px;
}

.footer-menu ul.main-menu li a:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 1.5px;
  right: 0;
  bottom: 0;
  background: #fdbb0b;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-menu ul.main-menu li a:hover:after {
  right: inherit;
  left: 0;
  width: 100%;
}

/*.footer-menu ul.main-menu li a:hover{color: #f37020}*/

.footer-menu ul.submenu {
  list-style: none;
}

.footer-menu ul.submenu li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 10px;
  color: #58595b;
}

.footer-menu ul.submenu li:nth-child(1) a {
  text-transform: uppercase;
  font-size: 20px;
  color: #58595b;
  font-family: 'Roboto', sans-serif;
  padding-left: 0;
}

.footer-menu ul.submenu li:nth-child(1) a:after {
  display: none;
}

.footer-menu ul.submenu li a {
  text-decoration: none;
  font-size: 20px;
  color: #58595b;
  text-transform: none;
  line-height: 34px;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  padding-left: 20px;
  display: block;
}

ul.submenu li a:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #58595b;
  border-radius: 50%;
}

ul.submenu li:nth-child(2) a {
  padding-left: 0;
}

ul.submenu li:nth-child(2) a:after {
  display: none;
}

.social-media ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.social-media ul li {
  margin-left: 20px;
}

.social-media ul li a {
  width: 50px;
  height: 50px;
  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;
  border: solid 1px #fff;
  border-radius: 50px;
}

.social-media ul li a:hover {
  border-color: #fdb913
}

.social-media ul li a img {
  height: 24px;
}

.offerd-services-cont {
  padding-top: 40px;
  padding-bottom: 30px;
  clear: both;
  background: #454546;
  border-bottom: solid 1px #828282;
  overflow: hidden;
}

.offerd-services-cont ul {
  list-style: none;
  width: 33.33%;
  float: left;
  margin: 0;
  padding: 0;
}

.offerd-services-cont ul li {
  font-size: 14px;
  margin-right: 0;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  box-sizing: border-box;

}

.offerd-services-cont ul li:after {
  /* content: '|'; */

}

.offerd-services-cont ul li:last-child:after {
  display: none;
}

.offerd-services-cont ul li a {
  text-decoration: none;
  color: #fff;
  padding-right: 8px;
  line-height: 24px;
  font-weight: 400;
}

.offerd-services-cont ul li a:hover {
  color: #fdbb14;
}

.posts-container {
  padding-bottom: 50px;
}


.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0f172a;
  color: #fff;
  padding: 24px 32px;
  font-size: 16px;
  z-index: 9999;
  box-shadow: 0 -6px 18px rgba(0,0,0,0.08);
  border-top: 1px solid #e5e7eb;

  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.4s ease;
}

.cookie-bar.show {
  transform: translateY(0);
  opacity: 1;
}


.cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-text{
    max-width:700px;
	font-size: 12px;
    line-height: 1.8;
}

.cookie-text a {
  color: #93c5fd;
}

.cookie-buttons button {
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background: #2563eb;
  color: #fff;
}

.cookie-buttons .secondary {
  background: #475569;
}

.cookie-preferences {
  display: none;
  margin-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 12px;
}

.cookie-preferences label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}

.cookie-preferences button {
  margin-top: 8px;
  background: #22c55e;
  color: #022c22;
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}




@media screen and (max-width: 1035px) {
  section.ladnding-top-cont header {
    padding: 20px 0;
  }

  footer>.container {
    padding: 0 35px;
  }

  header .container {
    width: 100%;
  }

  .logo {
    width: 180px;
  }

  .primary-menu {
    padding: 0 20px;
  }

  .primary-menu ul.menu li a {
    font-size: 16px;
  }

  .offerd-services-cont ul li {
    padding-left: 25px;
    padding-right: 15px;
  }
}


@media screen and (max-width: 800px) {
  .offerd-services-cont ul {
    width: 100%;
  }

  .offerd-services-cont ul li {
    font-size: 14px;
    margin-right: 0px;
    float: left;
    width: 49%;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 0;
  }

  .offerd-services-cont ul li a {
    line-height: 18px;
  }

  footer .container {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 0;
  }

  footer .footer-menu {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .logo {
    margin-left: 0;
    width: 200px;
    float: left;
  }

  .primary-menu {
    float: right;
    width: 41px;
    margin: 0 20px;
    overflow: inherit;
    margin-top: 11px;
    position: static;
    transform: initial;
  }

  #nav-icon {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .mobile-menu-container {
    float: left;
    position: absolute;
    z-index: 999;
    width: 100%;
    right: 0;
    left: 0;
    top: 61px;
    background: rgba(0, 0, 0, 0.8);
    height: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
    opacity: 0;
  }

  .primary-menu .split-menu {
    width: 100%;
    padding-left: 30px;
  }

  .primary-menu ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .primary-menu ul.menu li {
    padding: 10px 0;
    display: block;
    width: auto;
    margin-left: 0px !important;
    text-align: left;
  }

  .footer-menu ul.main-menu,
  .footer-menu ul.submenu {
    text-align: center;
  }
    footer {
        padding: 25px 0;
    }
  .social-media ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
  }

  .primary-menu ul.menu li a {
    display: inline-block;
    color: #fff;
  }

  .mobile-menu-container.show {
    min-height: 500px;
    height: 100vh;
    opacity: 1;
    padding-top: 10px;
    padding-left: 00px;
  }

}


@media (max-width: 768px) {
.contact-actions {
        flex-direction: column;
		gap:5px;
    }
	
	footer .offerd-services-cont{
	width: 100% !important;
	float: none !important;
	}

	.offerd-services-cont ul {
	display: flex !important;
	flex-direction: column !important;  /* force vertical */
	align-items: center !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	}

	.offerd-services-cont ul li{
	display: block !important;
	float: none !important;
	width: 100% !important;
	text-align: center !important;
	margin: 6px 0 !important;
	padding: 0px 10px;
	}

	.offerd-services-cont ul {
	gap: 0px;
	}
}

@media (max-width: 900px) {
	header{
		background: rgba(11, 11, 11, 0.6);
		height:100px;
	}
}