
.footersection {
  margin-top: 50px;
}
.footerTop {
  padding: 30px 0;
  background: #000;
}
.bottomFooter {
  padding: 15px 0;
}
.footersection li,
.footersection a,
.footersection p {
  font-size: 12px;
  color: #939598;
}
.footersection h2 {
    font-size: 15px;
    color: #f2bc1a;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.footersection h2 small {
  display: inline-block;
  width: 100%;
}
.subscriberInput {
  margin-bottom: 25px;
  display: flex;
  width: 100%;
}
.subscriberInput input {
  width: calc(100% - 40px);
  padding: 5px 12px;
  height: 40px;
  border: none;
}
.subscriberInput button {
  width: 40px;
  border-radius: 0px;
  height: 40px;
  padding: 0px;
  background: #f2bc1a !important;
  border: none;
}
.subscriberInput button img{
	width:auto;
	height:auto;
}
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600&display=swap');
.layouts-website-project-share .container .container {
  padding: 0px !important;
}
.footersection.share {
    display: inline-block !important;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.footersection.share .footerTop {
  padding: 20px 0;
}
.footersection.share .container {
  color: #fff;
}
.footersection.share .webname {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-content: center;
} 
.footersection.share .webname img {
    max-width: 110px;
    height: 12px;
    display: inline-block;
    object-fit: contain;
    object-position: center;
    margin-left: 5px;
}
.socialMedia li {
  display: inline-block;
}
.socialMedia li a {
  display: inline-block;
    background: #939598 !important;
    color: #000 !important;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0px !important;
    line-height: unset;
    text-align: center;
}
.footerAddress li {
  padding-left: 25px;
  position: relative;
  padding-top: 2px;
}
.footerAddress li span {
  color: #f2bc1a;
  position: absolute;
  top: 0px;
  left: 0px;
}
.footerLinks {
  float: left;
  width: 50%;
}
.footerLinks li {
  line-height: 30px;
}

.eventSlider .item {
  position: relative;
}
.eventSlider iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: none !important;
}


  .mobileDisplyBlock {
    display: none !important;
  } 

@media (min-width: 768px){
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
		min-height: 1px; 
	}
}
.container:before{
    display: table;
    content:" ";
}
 .container:after{
    clear: both;
}
.container:after{
    display: table;
    content: " ";
}



@media only screen and (max-width: 767px) {
  .footersection {
    display: none;
  }



  .notificationViewPage > .container > .row > [class*="col-sm"] {
    margin-bottom: 0 !important;
  }
  .notificationViewPage {
    padding: 0px;
  }
  .main-wrapper.projects {
    /*height: calc(100vh - 135px);*/
    /*overflow-y: auto;*/
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .bottomFixedMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 0 28px;
    background: #fff;
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .bottomFixedMenu ul {
    float: left;
    width: 100%;
    text-align: center;
  }
  .bottomFixedMenu ul li {
    float: left;
    width: 20%;
    margin: 0px;
	 min-height: 30px;
  } 
  .bottomFixedMenu ul li span {
    font-size: 8.5px;
  } 
  






  .fixedMenuName {
    float: left;
  	font-family: 'Noto Sans', sans-serif;
    width: 100%;
  }
  .fixedMenuImage {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    filter: invert(165) grayscale(1) contrast(10);
    -webkit-filter: invert(165) grayscale(1) contrast(10);
    -moz-filter: invert(165) grayscale(1) contrast(10);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
  }
	.fixedMenuImage img {
	    display: inline-block;
	    /* width: 50%; */
	    max-width: 28px;
	}

  .bottomFixedMenu ul li a.active .fixedMenuImage,
  .bottomFixedMenu ul li a.yellow .fixedMenuImage,
  .bottomFixedMenu ul li a:hover .fixedMenuImage {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
  }
  .centerMenu .fixedMenuImage {
    position: relative;
  }
  .centerMenu .yellow .fixedMenuImage::after,
  .centerMenu .active .fixedMenuImage::after {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    width: 49px;
    height: 49px;
    background-image: url(../../sales-assistant/center-menu-active.png);
    background-size: 49px 49px;
    background-repeat: no-repeat;
    z-index: 4;
    border-radius: 50px;
    transform: translateX(-50%);
  }
  


}

@media only screen and (min-width: 768px){
	.fixedMenuImage {
    filter:  invert(1) brightness(6) grayscale(1);
    -webkit-filter: invert(1) brightness(6) grayscale(1);
    -moz-filter:  invert(1) brightness(6) grayscale(1);
  }
	.fixedMenuName{
		width:100%;
		font-size: 9px;
	}
	.bottomFixedMenu {
    vertical-align: middle;
    width: 100px;
    position: fixed;
    top: 35%;
    right: 0;
    text-align: center;
    min-height: 32vh;
    font-size: 10px;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #221f1f;
    border-radius: 25px 0 0 25px;
  }
	span.fixedMenuImage {
    width: 35px;
  }
  .fixedMenuName {
    width: 100%;
    font-size: 10px;
    color: #fff;
    margin: 2px 0 0;
    font-weight: 600;
  }
  .bottomFixedMenu ul li a.active .fixedMenuImage,
    .bottomFixedMenu ul li a.yellow .fixedMenuImage,
    .bottomFixedMenu ul li a:hover .fixedMenuImage {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    }
    .bottomFixedMenu ul li {
      margin-top: 15px;
  }
}
	.bottomFixedMenu{
		z-index:10000;
	}
	.bottomFixedMenu ul li {
		text-align:center;
		list-style: none;
		
	}
  .bottomFixedMenu ul li .fixedMenuName {
    text-transform: uppercase;
  }
	
	.bottomFixedMenu ul li a.active .fixedMenuImage,
	  .bottomFixedMenu ul li a.yellow .fixedMenuImage,
	  .bottomFixedMenu ul li a:hover .fixedMenuImage {
		filter: grayscale(0) contrast(1);
		-webkit-filter: grayscale(0) contrast(1);
		-moz-filter: grayscale(0) contrast(1);
	  }




    