/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
  
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
a {
    text-decoration: none !important;
    color: #666 !important;
}
a:hover{
 color: #ED6D23;
}

.anchor-tag{
    position: absolute;
    left: 50%;
    bottom: -100px;
    right: 0;
    transition: all 0.6s ease-in-out;
    z-index: 9999;
    transform: translate(-50%, 0);    7
    width: 100%;
}
.web-block-wrap:hover .anchor-tag{
  bottom: 0;
}
.banner-wrapper{
position: relative;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto', sans-serif;
}
ul, ol, ul li, ol li{
  marign:0;
  padding:0;
}
li{
  list-style: none;
}
.h6, h6{
  font-size: 1rem
    font-weight: 400;
}
.h4, .footer h4{
  color:#666;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-weight: 700;
}
.footer .hs-menu-wrapper ul{
  margin-top:0;
}
.footer .hs-menu-wrapper a {
    font-size: 1rem;
    font-weight: 400;
    display: block;
    font-family: 'Roboto',sans-serif;
}
.footer .bottom-footer-menu .hs-menu-wrapper a{
    text-decoration: underline !important;
}
.footer .hs-menu-wrapper a:hover, .footer .hs-menu-wrapper a:focus{
  font-weight: 400;
}
.address-block ul li{
  font-weight: 400;
  color: #666;
  padding-top: 10px;
}
.address-block ul li a i{
  font-size: 1.125rem;
}
.address-block ul li a{
 color: #666;
}
a.social-links__link {
    background: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
span#hs_cos_wrapper_footer_social_ {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 30px;
    height: 30px;
}
.social-links__icon svg{
  height: 30px !important;
}
.footer .hs-menu-wrapper ul {
    margin: 0;
}
li.hs-menu-item.hs-menu-depth-1:first-child{
  padding-left:0 !important;
}
.bottom-footer-menu li.hs-menu-item.hs-menu-depth-1 {
    padding-left: 35px;
   padding-bottom: 0;
}

/* Header Css */
.header .header__menu {
    margin-left: 0;
}
.navigation-primary .submenu.level-1>li{
  padding: 0;
}
.header .header__menu {
    margin-left: 0;
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.header{
 padding:0;
}
.header__logo.position-absolute {
    right: 0;
    top: 10px;
  z-index:99;
  width:95px;
}
.header .navigation-primary .submenu.level-1>li>a.active-item:after, .header .navigation-primary .submenu.level-1>li>a.active-branch:after {
    background-color: transparent;
}
a.menu-link.active-item {
    color: #fff !important;
}
.header .navigation-primary .submenu.level-1>li.menu-item>a.menu-link.active-branch, .header .navigation-primary .submenu.level-1>li.menu-item>a.menu-link.active-item{
  font-size:0.875rem;
}
.header .navigation-primary .submenu.level-1>.menu-item:first-child{
  padding-left: 0;
}
.header .navigation-primary .submenu.level-1>.menu-item {
    padding-left: 25px;
}

/* Banner Css */
.banner-title-wrapper{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
div#hs_cos_wrapper_hero-banner_ p{
    color: #fff;
    font-size: 3rem;
    line-height: 68px;
}

/* Website Blog Css */
.single-web-block:first-child{
  border-right: 1px solid #C35230;
  padding: 220px 0 122px;
}
.single-web-block:first-child:before{
    background: #C35230;
    top: 144px;
}
.single-web-block:nth-child(2){
  border-right: 1px solid #F8B428;
  padding: 180px 0 162px;
}
.single-web-block:nth-child(2):before{
    background: #F8B428;
    top: 104px;
}
.single-web-block:nth-child(3){
  border-right: 1px solid #ED6D23;
  padding: 114px 0 224px;
}
.single-web-block:nth-child(3):before{
    background: #ED6D23;
    top: 40px;
}
.single-web-block{
  position: relative;
}
.single-web-block:before {
    content: '';
    width: 8px;
    height: 50px;
    position: absolute;
    right: 0;
}
.web-block-wrap:first:child{
   animation-delay: 0.2s;
}
.web-block-wrap:nth-child(2){
   animation-delay: 0.5s;
}
.web-block-wrap:nth-child(3){
   animation-delay: 0.5s;
}
.web-block-wrap {
    width: 300px;
    float: right;
    position: relative;
}
.single-web-block:first-child .web-block-wrap .block-wrap-img:before{
    background: rgba(195, 82, 48, 0.8);
}
.single-web-block:nth-child(3) .web-block-wrap .block-wrap-img:before{
    background: rgba(237, 109, 35, 0.8);
}
.single-web-block:nth-child(2) .web-block-wrap .block-wrap-img:before{
    background: rgba(252, 241, 18, 0.8);
}
.web-block-wrap .block-wrap-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hover-section div#hs_cos_wrapper_module_16299921589769_{
  color: #fff;
  font-size:1.5rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.anchor-tag div#hs_cos_wrapper_module_16299921589769_{
  font-weight: 500;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.hover-section{
    width: 90%;
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
      overflow: hidden;
}

.web-block-wrap:hover .block-wrap-img{
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scaleY(1.3);
}
.web-block-wrap .block-wrap-img{
  transition: all .2s ease-in-out;    
}
.hover-section a{
  left: 50%;
  width: 100%;
    position: absolute;
    transform: translate(-50%, 0);
}
.hover-section a div#hs_cos_wrapper_module_16299921589769_{
    text-transform: capitalize;
    border: 1px solid #fff;
    padding: 10px 25px;
    font-size: 14px;
}
.container-fluid {
    padding: 0 48px;
}
a.menu-link {
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 0;
    display: block;
  letter-spacing: 0 !important;
}
.banner-title-wrapper span{
  position: relative;
  display: block;
}
.icon-animate-bounce {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: tds-keyframe--bounce;
	animation-name: tds-keyframe--bounce
}
@-webkit-keyframes tds-keyframe--bounce {
	0%,
	20%,
	50%,
	80%,
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	60% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px)
	}
}

@keyframes tds-keyframe--bounce {
	0%,
	20%,
	50%,
	80%,
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	60% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px)
	}
}

/* Shutter Out Horizontal */
.anchor-tag div#hs_cos_wrapper_module_16299921589769_ {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.anchor-tag div#hs_cos_wrapper_module_16299921589769_:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #666;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.anchor-tag div#hs_cos_wrapper_module_16299921589769_:hover, .anchor-tag div#hs_cos_wrapper_module_16299921589769_:focus, .anchor-tag div#hs_cos_wrapper_module_16299921589769_:active {
  color: #666;
}
.anchor-tag div#hs_cos_wrapper_module_16299921589769_:hover:before, .anchor-tag div#hs_cos_wrapper_module_16299921589769_:focus:before, .anchor-tag div#hs_cos_wrapper_module_16299921589769_:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#hs_cos_wrapper_footer_social .social-links__icon:hover svg, #hs_cos_wrapper_footer_social .social-links__icon:focus svg, #hs_cos_wrapper_footer_social .social-links__icon:active svg {
    fill: #ed6d23;
}
.accordion-item .show {
    display: block;
    height: auto;
    text-align: left;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ed6d23;
    border-bottom: 1px solid #ddd;
}
button.accordion-button:hover, button.accordion-button:focus, .button.accordion-button:hover, .button.accordion-button:focus{
   border: none;
  background: #ed6d23;
}
button.accordion-button:hover:after{
  filter: invert(100%);
}
.accordion-button:not(.collapsed)::after {
    filter: invert(100%);
}
.accordion-button:focus{
  box-shadow: none;
}
.page-title h1 span#hs_cos_wrapper_module_16309290402513_ {
    color: #ed6d23;
    font-size: 1.875rem;
    margin-bottom: 20px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
.page-content p{
  text-align: justify;
}
.page-content ul li{
 color: #151515;
    font-weight: 400;
    list-style: disc;
    margin: 0 !important;
    padding-bottom: 10px;
    font-size: 1rem;
}
.page-content ul{
  padding-left: 15px;
}
.web-block-wrap:hover .hover-section {
    overflow: visible;
}
span#hs_cos_wrapper_footer_copyright_ {
    font-size: 1rem;
  color: #666;
  font-weight: 400;
}
.footer__row--info {
       border-top: 1px solid #666;
    padding-top: 0.5rem !important;
    margin-top: 80px !important;
}
.navigation-primary .submenu.level-1>li>a, .header__language-switcher-label-current{
      letter-spacing: 0;
}
.footer .hs-menu-wrapper li{
  padding:10px 0 0;
}
.footer {
    padding-top: 35px;
}
.map-wrapper{
  border: 6px solid #fff;
}
.body-wrapper.menu-open {
    overflow: hidden;
    height: 100vh;
}
.header__navigation{
   display: block !important;
}
@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
        div#hs_cos_wrapper_footer_menu_header_two {
          margin-top: 20px;
        }
     }
}
div#hs_menu_wrapper_footer_menu_four_ li:first-child{
  padding-left:0;
}
div#hs_menu_wrapper_footer_menu_four_ li{
 padding: 0 10px !important;
}  
  body .social-links__icon:hover, body .social-links__icon:focus, body .social-links__icon:active{
     background: transparent;
  }
  body .social-links__icon:hover svg, body .social-links__icon:focus svg, body .social-links__icon:active svg{
    fill: #ed6d23;
  }
.navigation-primary .submenu.level-1>li>a:hover:before, .navigation-primary .submenu.level-1>li>a:hover:before{
    width: 100%;
}
.navigation-primary .submenu.level-1>li>a{
  position: relative;
}
.navigation-primary .submenu.level-1>li>a:before {
    position: absolute;
    transition: .3s;
    content: "";
    width: 0;
    left: 0;
    bottom: 0px;
    height: 4px;
    background: #fff;
}
.single-web-block:before, .web-block-wrap .block-wrap-img:before {
  display:none;
}
.block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.vertical-line {
    width: 8px;
    height: 50px;
    position: absolute;
    right: 0;
}
.single-web-block:first-child .vertical-line {
  top: 144px;
}
.single-web-block:nth-child(2) .vertical-line {
  top: 104px;
}
.single-web-block:nth-child(3) .vertical-line {
  top: 40px;
}
.footer .address-block ul .h6 {
            padding-left: 30px;
            margin-left: 0;
            position: relative;
        }
        .footer .address-block ul .h6 i {
            width: 20px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 12px;
            margin: 0!important;
        }

.link-wrapper-col{
  display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
}
.single-icon-block {
    width: 184px;
    text-align: center;
}
.single-icon-block img, .single-item img {
/*     width: 32px; */
  object-fit: cover;
  padding: 3px;
      transition: 400ms ease;
}
.single-icon-block:last-child img{
  width: 32px;
}
.single-icon-block:hover img, .single-item:hover img{
  transform: translateY(10px);
}
div#hs_cos_wrapper_module_16998841974318_ {
    color: #fff;
    font-size: 0.875rem;
    padding-top: 6px;
  transform: translateY(10px);
}
.single-web-block:nth-child(3) .block-wrap-img, .single-web-block:nth-child(2) .block-wrap-img {
    height: 160px;
    position: relative;
}
.single-web-block:nth-child(3) .block-wrap-img img, .single-web-block:nth-child(2) .block-wrap-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
}
.single-web-block:nth-child(1) .web-block-wrap {
    width: 400px;
}
.single-web-block:nth-child(1) .block-wrap-img {
    transform: scaleY(1.3);
}
.single-web-block:first-child .vertical-line {
    top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1318px) {
.single-web-block:nth-child(1) .web-block-wrap {
  width: 100%;
}
}
@media screen and (min-width: 319px) and (max-width: 767px) {
.single-web-block:nth-child(1) .block-wrap-img{
  transform: none;
}
  .single-web-block:nth-child(1) .web-block-wrap {
    width: 100%;
}
  .single-web-block:nth-child(1) .block-wrap-img {
    height: 260px;
    position: relative;
}
.single-web-block:nth-child(1) .block-wrap-img img {
height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
}
}