body{
	font-family: Raleway, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	line-height: 1;
}
div{
    border: 0;
}
ol,
ul {
    list-style: none;
	padding:0;
}
.hamburger {
    display: block;
    text-decoration: none;
    transition: width .3s cubic-bezier(.645, .045, .355, 1)
}
.hamburger__close {
    color: #fff;
    display: inline-block;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1)
}
.is-active .hamburger__close {
    opacity: 1;
    transform: translateY(-9px)
}

.hamburger__item {
    background-color: #fff;
    border-radius: 2px;
    height: 3px;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1)
}
.is-sticky .hamburger__item{
	background-color:#f05f30;
}
.hamburger__item:first-child {
    width: 100%
}

.is-active .hamburger__item:first-child {
    transform: translateY(19px)
}

.hamburger__item:nth-child(2) {
    transform: translateY(7px);
    width: 80%
}
.is-active .hamburger__item:nth-child(2) {
    transform: translateY(16px)
}

.hamburger__item:nth-child(3) {
    width: 60%;
    transform: translateY(14px)
}
.is-active .hamburger__item:nth-child(3) {
    transform: translateY(13px)
}
.header {
    left: 0;
    position: fixed;
    top: 0;
    transition: padding .3s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    z-index: 20
}

.header__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.header__content-child:nth-child(1) {
    width: 30%
}

.header__content-child:nth-child(2) {
    width: 40%
}

.header__content-child:nth-child(3) {
    width: 30%;
	text-align:right;
}

.header__background {
    background-color: #ffffff;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.is-sticky .header__background {
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .4))
}

.header__background-left {
    left: 0;
    position: absolute;
    top: 100%;
}

.header__background-bottom {
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    transition: width .3s cubic-bezier(.645, .045, .355, 1)
}
.header__logo {
    max-width: 100%;
    transition: max-width .4s cubic-bezier(.645, .045, .355, 1)
}
.footer {
    background-color: #FFF;
    padding:10px 20px 5px 10px;
	-webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .4));
}
.footer__info {
    letter-spacing: 1px;
    margin-top: 10px
}
.menu {
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: auto;
    position: fixed;
    z-index: 10
}

.menu.is-full {
    display: block
}

.menu__background {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0
}

.menu__background-wave {
    height: 100%
}

.menu__background-vortex {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.menu__footer {
    margin-top: 35px
}
.menu__content {
    width: 100vw;
    height: 100vh;
    display: table-cell;
    /*padding-top: 110px;*/
    vertical-align: middle;
    overflow: hidden
}
.menu__list-item {
    margin:15px 0;
}
.menu__list-item-link {
    display: block;
    color: #411f20;
    text-decoration: none;
    transition: transform .3s ease-in-out;
	font-size:22px;
}
.menu__list-item-link:hover{
	text-decoration:none;
}

.menu__list-item:active .menu__list-item-link,
.menu__list-item:focus .menu__list-item-link,
.menu__list-item:hover .menu__list-item-link {
    transform: scale(1.5)
}

.menu__list-item_active .menu__list-item-link {
    transform: scale(1.5)
}

.social-list {
    align-items: center;
    display: inline-flex;
	padding:0px;
}

.social-list__item {
    padding-left: 7px;
    padding-right: 7px
}

.is-sticky .social-list__item:first-child {
    color: #fff
}
.social-list__item:nth-child(1) .social-list__link {
    background-color: #f05f30;
	color:#fff;
}

.social-list__item:nth-child(2) .social-list__link{
    background-color: #f05f30;
    color: #fff;
}
.social-list__item:nth-child(3) .social-list__link{
    background-color: #f05f30;
    color: #fff;
}
.social-list__item:nth-child(4) .social-list__link{
    background-color: #f05f30;
    color: #fff;
}
.social-list__item:last-child {
    padding-right: 0
}

/*.social-list__item:last-child .social-list__link {
    background-color: #f90808;
	color:#fff;
}*/
.social-list__link {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    transition: background-color .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1), height .3s cubic-bezier(.645, .045, .355, 1), transform .5s cubic-bezier(.63, 0, .26, 1.475)
}
.social-list__link:hover {
    transform: scale(1.1)
}
.arrow {
    width: 100%;
    height: 100%;
    border-color: currentColor;
    border-style: solid;
    display: inline-block
}

@media (max-width:575.98px) {
    
}

@media (min-width:576px) {
    
}

.arrow_right {
    transform: rotate(45deg)
}

.arrow_bottom {
    transform: rotate(135deg)
}

.arrow_left {
    transform: rotate(225deg)
}

.arrow_top {
    transform: rotate(315deg)
}
.scroll-down {
    width: 35px;
    height: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 25px;
    position: relative;
	z-index:-999;
}
.scroll-down__item {
    -webkit-animation: scroll-down 2s infinite;
    animation: scroll-down 2s infinite;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto
}

.scroll-down__item:nth-child(1) {
    width: 15px;
    height: 15px
}

.scroll-down__item:nth-child(2) {
    width: 20px;
    height: 20px;
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.scroll-up {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    color: currentColor;
    cursor: pointer;
    position: relative;
    transition: background-color .6s cubic-bezier(.63, 0, .26, 1.475), color .6s cubic-bezier(.63, 0, .26, 1.475), transform .5s cubic-bezier(.63, 0, .26, 1.475)
}

.scroll-up:hover {
    background-color: #e02125;
    color: #fff;
    transform: scale(1.05)
}
.scroll-up__item {
    margin-left: auto;
    margin-right: auto
}
.stripe {
    align-items: center;
    display: flex;
    position: relative
}

.stripe__action {
    left: 50%;
    margin-top: 10px;
    position: absolute;
    transform: translateX(-50%);
    bottom: 100%;
    z-index: 4
}

.stripe__background {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.stripe__background-elements {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.stripe__background-elements image {
    opacity: 0;
    transform-origin: center
}

.is-start.stripe__background-elements image:nth-child(3n+1) {
    -webkit-animation: float 6s 0s ease-in-out infinite;
    animation: float 6s 0s ease-in-out infinite
}

.is-start.stripe__background-elements image:nth-child(3n+2) {
    -webkit-animation: float 6s 1s ease-in-out infinite;
    animation: float 6s 1s ease-in-out infinite
}

.is-start.stripe__background-elements image:nth-child(3n+3) {
    -webkit-animation: float 6s 2s ease-in-out infinite;
    animation: float 6s 2s ease-in-out infinite
}
.stripe__background-shapes {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}
.stripe__background-shapes path {
    opacity: 0;
    transform-origin: center
}

.is-start.stripe__background-shapes path:nth-child(3n+1) {
    -webkit-animation: float 6s 0s ease-in-out infinite;
    animation: float 6s 0s ease-in-out infinite
}

.is-start.stripe__background-shapes path:nth-child(3n+2) {
    -webkit-animation: float 6s 1s ease-in-out infinite;
    animation: float 6s 1s ease-in-out infinite
}

.is-start.stripe__background-shapes path:nth-child(3n+3) {
    -webkit-animation: float 6s 2s ease-in-out infinite;
    animation: float 6s 2s ease-in-out infinite
}
.stripe__background-vortex {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25vw
}
.stripe__content {
	padding:80px 0 100px 0px;
    position: relative;
    width: 100%
}
@-webkit-keyframes float {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes scroll-down {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(5px)
    }
}

@keyframes scroll-down {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(5px)
    }
}

.container{
	width:1170px;
	margin:auto;
}
p{
	margin:0 0 10px 0;
}
.stripe__background{
    overflow: hidden;
}
/* section start  */
.testimonial-body{
	width:30%;
	margin:auto;
}
.testimonial-img{
	width:80px;
	height:80px;	
	float:left;
	margin-right:15px;
}
.testimonial-img img{
	width:100%;
	border-radius:50px;
}
.testimonial-text{
	float:left;
	width:auto;
}
.testimonial_subtitle{
    color: #00799e;
    font-size: 12px;
}
.testimonial_para{
	padding:0 100px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .bg-voilat{
	 background:#e06034;
 }
.bg-grey{
	background:#f5f5f5;
}
.bg-voilat .about-box h3, .bg-voilat .about-box p, .bg-voilat .title h2, .bg-voilat .title p, .bg-voilat p, .bg-voilat h2, .bg-voilat h3{
	color:#fff !important;
}
.text-white{
	color:#fff;
}
.arrow-white{
	color:#fff;
}
.arrow-black{
	color:#000;
}
.title hr {
    width: 40%;
    border-color: #dddddd;
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.about-box h3 {
    margin: 20px 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #3C3B3B;
    font-weight: bold;
}
.about-box h3 a{
	color:#fff;
}
.about-box h3 a:hover{
	text-decoration:none;
}
.title p {
   /* letter-spacing: 1px;*/
}
.about-box {
    margin: 40px 0;
    color: #999999;
    padding: 0 10px;
}


/* section end  */

/*   slider start  */
.sec-padding{
	padding:100px 0;
}
.swiper-slider{
  width: 100%;
  height: 100vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
}
.slide-image {
  /*position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 200px);
  height: calc(100% + 200px);*/
  background-position: 50% 50%;
  background-size: cover;
  width:100%;
  height:100vh;
}
.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  position:absolute;
  bottom:90px;
  left:60px;
  background: #eba924b5;
  padding: 10px 30px;
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 55px;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
  font-size:40px;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #000;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(59, 121, 158, 0.42);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}


/*   slider end  */

.inner-banner{
	width:100%;
	height:500px;
	position:relative;
}
.page-title{
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
}
.page-title .breadcrumb{
	margin:0;
	background-color:#e05f34;
}
.page-title .breadcrumb li a{
	color:#fbfcfd87;
}
.page-title .breadcrumb .active{
	color:#fff;
}
.about-bg {
    background-image: url(../demo-images/about-us.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.public-relation-bg {
    background-image: url(../demo-images/public_relations.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.digital-marketing-bg {
    background-image: url(../demo-images/digital-marketing.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.public-affairs-bg {
    background-image: url(../demo-images/public_affairs.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.learning_development-bg {
    background-image: url(../demo-images/learning_development.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.advisory-bg {
    background-image: url(../demo-images/advisory.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.newsroom-bg {
    background-image: url(../demo-images/newsroom.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.press-release-bg {
    background-image: url(../demo-images/press-release.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.press-release-bg1 {
    background-image: url(../demo-images/press-release1.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.measurement_pr-bg {
    background-image: url(../demo-images/measurement_pr.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.good-reads-bg {
    background-image: url(../demo-images/good-reads.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.media-bg {
    background-image: url(../demo-images/media.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.careers-bg {
    background-image: url(../demo-images/careers.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.contact-us-bg {
    background-image: url(../demo-images/contact-us.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.why-choose-bg {
    background-image: url(../demo-images/why-choose-us.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.brand-marketing-bg {
    background-image: url(../demo-images/brand-marketing.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.service-content-holder{
	margin-bottom:25px;
	width:100%;
}
/* gallery start  */
#image-gallery .modal-body{
	overflow:hidden;
}
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
/* gallery end  */

.contact-form select{
    color: #23214c;
    border: 0;
    border-bottom: 1px solid #1c1c1c;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 10px;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    color: #23214c;
    border: 0;
    border-bottom: 1px solid #1c1c1c;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 10px;
}
.contact-form input[type=text], .contact-form input[type=email] {
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.contact-form input[name="your-name"] {
    margin-top: 0;
    padding-top: 0;
}
.contact-form {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    color: #9a9a9a;
}
.contact-form input[type=submit] {
    color: #e06034;
    display: inline-block;
    border: 2px solid #e06034;
    text-align: center;
    padding: 20px 0px;
    cursor: pointer;
    margin-top: 30px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear;
}
.footer-menu{
	margin:10px 0 10px 0;
}
.footer-menu li{
	display:inline-block;
}
.footer-menu li a{
	color:#000;
	text-decoration:none;
	margin:0 5px;
}
.footer-menu li:last-child a:after{
	content: "";
}
.footer-menu li a:hover{
	text-decoration:underline;
}
.member-name{
	margin-top:0;
}
.bottommargin{
	margin-bottom:20px;
}
.topmargin{
	margin-top:20px;
}
.contact-sec h3{
	margin:0 0 15px 0;
}
.list-padding li{
	margin-bottom:10px;
}

/*   News room    */

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
  cursor:pointer;
}
.post-module .thumbnail {
  background: #000000;
  height: 400px;
  overflow: hidden;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.post-module .post-content .title a{
  color: #333333;
  text-decoration: none;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.newsroom-container {
  /* max-width: 1170px;
  min-width: 640px;
  margin: 0 auto; */
}
.newsroom-container:before,
.newsroom-container:after {
  content: '';
  display: block;
  clear: both;
}
.newsroom-container .column {
  width: 33.33%;
  padding: 0 25px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
}
.newsroom-container .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.newsroom-container .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.newsroom-container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.newsroom-container .info span {
  color: #666666;
  font-size: 12px;
}
.newsroom-container .info span a {
  color: #000000;
  text-decoration: none;
}
.newsroom-container .info span .fa {
  color: #e74c3c;
}
/*   News room end   */

.slide-title{
	display:none;
}
    
.title h2{
	color: #3C3B3B;
    position: relative;
    margin-bottom: 60px;
    padding: 0 0 20px;
    border-bottom: 1px #e2e2e2 solid;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 30px;
	font-size: 30px;
}
.title h2:before {
    position: absolute;
    bottom: -3px;
    left: 49%;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
}
.title h2:before, .title h2:after{
	background-color: #e05f34;
}
.bg-voilat .title h2:before, .bg-voilat .title h2:after{
	background-color: #fff;
}
.bg-voilat .title h2{
	border-color:#ccc;
}

.title h2:after {
    position: absolute;
    bottom: -1px;
    left: 47%;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
}
.content-holder{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.content-title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.copyright-footer i{
	color:#000;
}
.article-blog{
	padding:10px 15px;
	box-sizing:border-box;
}
.footer__logo{
	display:none;
}
.footer__info.text-white{
	color:#000;
}
.img-thumbnail{
	border:none !important;
}
.btn{
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
	font-weight:bold !important;
	padding:10px 20px !important;
    transition: all .2s linear;
	border:solid #000 2px !important;
}
.btn:hover{
	color:#000 !important;
	}
.article-text{
	width: 70%;
    margin: 30px auto;
    font-size: 18px;
    line-height: 45px;	
	}
.text-cntrl{
	margin-top:100px;
}
.header.js-header .header__logo.logo-hide{
    display: none;
}
.header.js-header .header__logo.logo-show{
    display: inline-block;
}

.js-header.is-sticky .header__logo.logo-hide{
    display: inline-block;
}
.js-header.is-sticky .header__logo.logo-show{
    display: none;
}