/* Industo Industry HTML Template */
.cursor {display: none;}
#process {
	margin-bottom: 40px;
	clear: both;
    width: 100%;
    display: inline-block;
  }

section#process .row {
    display: block;
}
  
  #process .section-heading {
	margin-bottom: 40px;
  }
  
  .steps-pane img {
	height: 100px;
	margin-top: 18px;
	-ms-transform: skewX(-15deg);
	/* IE 9 */
	-webkit-transform: skewX(-15deg);
	/* Safari */
	-o-transform: skewX(-15deg);
	/* Standard syntax */
	-moz-transform: skewX(-15deg);
  }
  
  .pane-warp {
	height: 140px;
	width: 25px;
	margin-left: 20%;
	margin-top: 20px;
	-ms-transform: skewX(15deg);
	/* IE 9 */
	-webkit-transform: skewX(15deg);
	/* Safari */
	-o-transform: skewX(15deg);
	/* Standard syntax */
	-moz-transform: skewX(15deg);
  }
  
  .steps-pane {
	height: 140px;
	width: 140px;
	margin-left: 30px;
	box-shadow: 7px 0px 5px #bcbcbc;
  }
  
  .inverted-pane-warp {
	height: 140px;
	width: 25px;
	margin-left: 20%;
	-ms-transform: skewX(-15deg);
	/* IE 9 */
	-webkit-transform: skewX(-15deg);
	/* Safari */
	-o-transform: skewX(-15deg);
	/* Standard syntax */
	-moz-transform: skewX(-15deg);
  }
  
  .inverted-steps-pane {
	height: 140px;
	width: 140px;
	background: #bcbcbc;
	margin-left: 30px;
	box-shadow: 7px 0px 5px #bcbcbc;
  }
  
  .inverted-steps-pane p {
	-ms-transform: skewX(15deg);
	/* IE 9 */
	-webkit-transform: skewX(15deg);
	/* Safari */
	-o-transform: skewX(15deg);
	/* Standard syntax */
	-moz-transform: skewX(15deg);
	padding: 20px 10px 10px 10px;
  }
  
  @media(min-width: 900px) {
	.steps-timeline {
	  border-top: 5px double #fdc709;
	  padding-top: 20px;
	  margin-top: 40px;
	  margin-left: 3%;
	  margin-right: 3%;
	}
	.steps-one,
	.steps-two,
	.steps-three,
	.steps-four,
	.steps-five {
	  float: left;
	  width: 20%;
	  margin-top: -88px;
	}
	.step-wrap {
	  height: 50px;
	  width: 50px;
	  border-radius: 50%;
	  background: transparent;
	  margin-left: 39%;
	  border: 2px solid #fdc709;
	}
	.verticle-line {
	  position: absolute;
	  height: 57px;
	  width: 5px;
	  margin-left: 10px;
	  marker-top: 10px;
	}
	.steps-stops {
	  height: 25px;
	  width: 25px;
	  margin: 11px 10.1px;
	  border-radius: 50%;
	  background: #fdc709;
	}
	.end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: 19px;
	  margin-left: -10px;
	}
	.steps-five {
		position: relative;
	}
	.inverted-end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: 19px;
	  margin-left: 0;
	  right: 0;
	}
  }
  
  @media(max-width: 899px) {
	#process .container-fluid {
	  width: 50%;
	}
	.steps-timeline {
	  border-left: 5px double #fdc709;
	  margin-left: 35px;
	}
	.steps-one,
	.steps-two,
	.steps-three,
	.steps-four,
	.steps-five {
	  margin-left: -25px;
	}
	.step-wrap,
	.steps-stops {
	  float: left;
	}
	.steps-timeline {
	  border-left: 2px solid #fdc709;
	  margin-left: 30px;
	}
	.pane-warp {
	  margin-left: 30%;
	}
	.inverted-pane-warp {
	  margin-left: 30%;
	}
	.verticle-line {
	  position: absolute;
	  width: 125px;
	  height: 5px;
	  margin-left: 5px;
	  margin-top: 10px;
	}
	.steps-stops {
	  height: 25px;
	  width: 25px;
	  margin: 11px 10px;
	  border-radius: 50%;
	  background: #fdc709;
	}
	.step-wrap {
	  height: 50px;
	  width: 50px;
	  border-radius: 50%;
	  background: transparent;
	  margin-top: 125px;
	  margin-left: -2px;
	  border: 2px solid #fdc709;
	}
	.end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: -45px;
	  margin-left: 15px;
	}
	.inverted-end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: 280px;
	  margin-left: 15px;
	}
  }
  
  @media (max-width: 600px) {
	#process .container-fluid {
	  width: 90%;
	}
  }
  
  @media (max-width: 400px) {
	.verticle-line {
	  width: 105px;
	}
  }
  
  .back-orange {
	background: #fdc709;
  }
  
  .back-blue {
	background: rgb(31 78 123);
  }
/*---------------step set1 end-786----------------*/

.timeline {
	white-space: nowrap;
	overflow-x: hidden;
  }
  
  .timeline ol {
	font-size: 0;
	width: 100vw;
	padding: 250px 0;
	transition: all 1s;
  }
  
  .timeline ol li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	width: 160px;
	height: 3px;
	background: #c1c1c1;
  }
  
  .timeline ol li:last-child {
	width: 280px;
  }
  
  .timeline ol li:not(:first-child) {
	margin-left: 14px;
  }
  
  .timeline ol li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% - 4px);
	bottom: 0;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #fcc300;
    border: 4px solid white;
    outline: 2px solid #214e76;
    z-index: 2;
  }
  
  .timeline ol li div {
	position: absolute;
	left: calc(100% + 7px);
	width: 280px;
	padding: 10px 0 10px 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: 0;
    border-left: 2px solid #c1c1c1;
  }
  
  .timeline ol li div::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
  }
  
  .timeline ol li:nth-child(odd) div {
	top: -16px;
	transform: translateY(-100%);
  }
  
  .timeline ol li:nth-child(odd) div::before {
	top: 100%;
	border-width: 8px 8px 0 0;
	border-color: transparent transparent transparent transparent;
  }
  
  .timeline ol li:nth-child(even) div {
	top: calc(100% + 16px);
  }
  
  .timeline ol li:nth-child(even) div::before {
	top: -8px;
	border-width: 8px 0 0 8px;
	border-color: transparent transparent transparent transparent;
  }
  
  .timeline time {
	display: block;
    font-size: 32px;
    margin-bottom: 12px;
    font-family: 'Castellar';
    font-weight: normal;
    line-height: 30px;
  }
  section.timeline h2 {
    font-size: 14px;
    line-height: 20px;
    color: #1e4e79;
	margin: 0 0 12px 0;
	}
	section.timeline p {
		font-size: 14px;
		color: #666;
		margin: 0;
		line-height: 22px;
	}


  
  /* TIMELINE ARROWS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline .arrows {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
  }
  
  .timeline .arrows .arrow__prev {
	margin-right: 20px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYuMzQ5OTk5OSA2LjM1MDAwMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnIHRyYW5zZm9ybT0ibWF0cml4KC0xLDAsMCwxLDYuMzUwMDQyNTgxNTU4MjI3NSwwKSI+PGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMjkwLjY1KSI+PHBhdGggaWQ9InBhdGg5NDI5IiBkPSJtMi4yNTgwMzk0IDI5MS45NjUwMmEuMjY0NjA5ODIuMjY0NjA5ODIgMCAwIDAgLS4xNzQxNDk2LjQ2ODcxbDEuNjE5MDIyNSAxLjM4Njk5LTEuNjE5MDIyNSAxLjM4NjQ4YS4yNjQ2MDk4Mi4yNjQ2MDk4MiAwIDEgMCAuMzQzNjQ4My40MDA0OWwxLjg1MzYzMzUtMS41ODU5NWEuMjY0NjA5ODIuMjY0NjA5ODIgMCAwIDAgMC0uNDAyNTZsLTEuODUzNjMzNS0xLjU4NzVhLjI2NDYwOTgyLjI2NDYwOTgyIDAgMCAwIC0uMTY5NDk4Ny0uMDY2N3oiIGZvbnQtdmFyaWFudC1saWdhdHVyZXM9Im5vcm1hbCIgZm9udC12YXJpYW50LXBvc2l0aW9uPSJub3JtYWwiIGZvbnQtdmFyaWFudC1jYXBzPSJub3JtYWwiIGZvbnQtdmFyaWFudC1udW1lcmljPSJub3JtYWwiIGZvbnQtdmFyaWFudC1hbHRlcm5hdGVzPSJub3JtYWwiIGZvbnQtZmVhdHVyZS1zZXR0aW5ncz0ibm9ybWFsIiB0ZXh0LWluZGVudD0iMCIgdGV4dC1hbGlnbj0ic3RhcnQiIHRleHQtZGVjb3JhdGlvbi1saW5lPSJub25lIiB0ZXh0LWRlY29yYXRpb24tc3R5bGU9InNvbGlkIiB0ZXh0LWRlY29yYXRpb24tY29sb3I9InJnYigwLDAsMCkiIHRleHQtdHJhbnNmb3JtPSJub25lIiB0ZXh0LW9yaWVudGF0aW9uPSJtaXhlZCIgd2hpdGUtc3BhY2U9Im5vcm1hbCIgc2hhcGUtcGFkZGluZz0iMCIgaXNvbGF0aW9uPSJhdXRvIiBtaXgtYmxlbmQtbW9kZT0ibm9ybWFsIiBzb2xpZC1jb2xvcj0icmdiKDAsMCwwKSIgc29saWQtb3BhY2l0eT0iMSIgdmVjdG9yLWVmZmVjdD0ibm9uZSIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+);
  }
  .timeline .arrows .arrow__next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYuMzQ5OTk5OSA2LjM1MDAwMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxnIGlkPSJsYXllcjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTI5MC42NSkiPjxwYXRoIGlkPSJwYXRoOTQyOSIgZD0ibTIuMjU4MDM5NCAyOTEuOTY1MDJhLjI2NDYwOTgyLjI2NDYwOTgyIDAgMCAwIC0uMTc0MTQ5Ni40Njg3MWwxLjYxOTAyMjUgMS4zODY5OS0xLjYxOTAyMjUgMS4zODY0OGEuMjY0NjA5ODIuMjY0NjA5ODIgMCAxIDAgLjM0MzY0ODMuNDAwNDlsMS44NTM2MzM1LTEuNTg1OTVhLjI2NDYwOTgyLjI2NDYwOTgyIDAgMCAwIDAtLjQwMjU2bC0xLjg1MzYzMzUtMS41ODc1YS4yNjQ2MDk4Mi4yNjQ2MDk4MiAwIDAgMCAtLjE2OTQ5ODctLjA2Njd6IiBmb250LXZhcmlhbnQtbGlnYXR1cmVzPSJub3JtYWwiIGZvbnQtdmFyaWFudC1wb3NpdGlvbj0ibm9ybWFsIiBmb250LXZhcmlhbnQtY2Fwcz0ibm9ybWFsIiBmb250LXZhcmlhbnQtbnVtZXJpYz0ibm9ybWFsIiBmb250LXZhcmlhbnQtYWx0ZXJuYXRlcz0ibm9ybWFsIiBmb250LWZlYXR1cmUtc2V0dGluZ3M9Im5vcm1hbCIgdGV4dC1pbmRlbnQ9IjAiIHRleHQtYWxpZ249InN0YXJ0IiB0ZXh0LWRlY29yYXRpb24tbGluZT0ibm9uZSIgdGV4dC1kZWNvcmF0aW9uLXN0eWxlPSJzb2xpZCIgdGV4dC1kZWNvcmF0aW9uLWNvbG9yPSJyZ2IoMCwwLDApIiB0ZXh0LXRyYW5zZm9ybT0ibm9uZSIgdGV4dC1vcmllbnRhdGlvbj0ibWl4ZWQiIHdoaXRlLXNwYWNlPSJub3JtYWwiIHNoYXBlLXBhZGRpbmc9IjAiIGlzb2xhdGlvbj0iYXV0byIgbWl4LWJsZW5kLW1vZGU9Im5vcm1hbCIgc29saWQtY29sb3I9InJnYigwLDAsMCkiIHNvbGlkLW9wYWNpdHk9IjEiIHZlY3Rvci1lZmZlY3Q9Im5vbmUiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==);
  }
  .timeline .arrows .arrow {
    display: inline-block;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: #214e76;
    border-radius: 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
  .timeline .disabled {
	opacity: .5;
  }
  
  .timeline .arrows img {
	width: 45px;
	height: 45px;
  }
  
  
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media screen and (max-width: 599px) {
	.timeline ol,
	.timeline ol li {
	  width: auto; 
	}
	
	.timeline ol {
	  padding: 0;
	  transform: none !important;
	}
	
	.timeline ol li {
	  display: block;
	  height: auto;
	  background: transparent;
	}
	
	.timeline ol li:first-child {
	  margin-top: 25px;
	}
	
	.timeline ol li:not(:first-child) {
	  margin-left: auto;
	}
	
	.timeline ol li div {
	  width: 94%;
	  height: auto !important;
	  margin: 0 auto 25px;
	}
	
	.timeline ol li div {
	  position: static;
	}
	
	.timeline ol li:nth-child(odd) div {
	  transform: none;
	}
	
	.timeline ol li:nth-child(odd) div::before,
	.timeline ol li:nth-child(even) div::before {
	  left: 50%;
	  top: 100%;
	  transform: translateX(-50%);
	  border: none;
	  border-left: 1px solid #f5f5f5;
	  height: 25px;
	}
	
	.timeline ol li:last-child,
	.timeline ol li:nth-last-child(2) div::before,
	.timeline ol li:not(:last-child)::after,
	.timeline .arrows {
	  display: none;
	}
  }
/*-------------------- step set2 end-786------------------------------*/
aside.colorBxSet {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.clrBx {
    position: relative;
	margin: 0% 4%;
	transition: all ease-in-out 0.3s;
}
.clrBx:hover {
	transform: scale(0.95);
}
.clrBx2 {
    min-width: 200px;
    min-height: 200px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    justify-content: center;
}
.clrBx2:hover {
	background: rgba(0, 0, 0, 0.04);
}
.clrTxt {position: relative; z-index: 4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.clrBx:before, .clrBx:after, .clrBx2:before, .clrBx2:after {
    content: "";
    background: url(../images/corner.svg) no-repeat center center;
    width: 30%;
    height: 30%;
    position: absolute;
    z-index: 1;
}

.clrBx:before {
    right: 0;
    top: 0;
	transform: rotate(-90deg);
}
.clrBx:after {
    right: 0;
    bottom: 0;
}
.clrBx2:before {
    left: 0;
    top: 0;
	transform: rotate(180deg);
}
.clrBx2:after {
    left: 0;
    bottom: 0;
	transform: rotate(90deg);
}
.main-slider p {
    color: #fff;
}



/*-------786------*/

@media only screen and (max-width: 2200px){
	
	.main-slider-three .social-box{
		top:0px;
	}
	
}

@media only screen and (max-width: 1800px){
	
	.main-slider-three .social-box{
		top:100px;
	}
	
}
	
@media only screen and (max-width: 1340px){

	.page-wrapper{
		overflow:hidden;	
	}
	
	.main-slider .slide .pattern-layer-two{
		display:none;
	}
	
}

@media only screen and (max-width: 1140px){
	
	.main-header{
		margin:0px !important;
	}
	
	.page-wrapper{
		overflow:hidden;	
	}
	
	.main-menu .navigation > li{
		margin-left:0px;
	}
	
	.main-header .info-box strong{
		font-size:13px;
	}
	
	.main-slider{
		padding:0px 0px;
	}
	
	.main-header .info-box{
		margin-left:5px;
		margin-right:20px;
		padding-left:60px;
	}
	
	.main-header .info-box:last-child{
		margin-right:0px;
	}
	
	.main-header .header-lower{
		position:relative;
		bottom:0px;
		min-height:70px;
	}
	
	.vertical-lines-wrapper{
		display:none;
	}
	
	.sidebar-page-container .sidebar-side .padding-left,
	.about-section .content-column .inner-column{
		padding-left:var(--padding-zero);
	}
	
	.about-section .image-column .inner-column{
		padding-left:var(--padding-zero);
		padding-right:var(--padding-zero);
	}
	
	.sec-title .big-text{
		left:0px;
		font-size:var(--font-50);
	}
	
	.service-block-two .inner-box .overlay-box-two .overlay-inner{
		padding:10px 20px;
	}
	
	.service-block-two .inner-box .overlay-box-two .icon-two{
		width:60px;
		height:60px;
		line-height:60px;
		font-size:var(--font-34);
	}
	
	.service-block-two .inner-box .overlay-box-two::before{
		right:0px;
	}
	
	.news-block .inner-box .overlay-box-two .overlay-inner{
		padding:10px 20px;
	}
	
	.news-block .inner-box .overlay-box-two .post-date{
		opacity:0;
	}
	
	.news-block .inner-box .overlay-box-two .image-layer{
		right:0px;
	}
	
	.team-block .inner-box .image .social-box{
		left:15px;
		top:15px;
	}
	
	.main-header.header-style-two .header-lower{
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: -32px;
	}
	
	.main-slider-two .social-box{
		display:none;
	}
	
	.main-slider-two .owl-nav{
		right:10px;
	}
	
	.about-section-two .content-column .inner-column .sec-title-two h2{
		font-size:var(--font-38);
	}
	
	.cta-section-one h2 br{
		display:none;
	}
	
	.cta-section-one .button-box{
		border:none;
		padding-left:var(--padding-zero);
		margin-left: var(--margin-left-10);
	}
	
	.cta-section-one .play-box strong{
		font-size:var(--font-18);
	}
	
	.service-block-three .inner-box{
		padding-left:var(--padding-left-15);
		padding-right:var(--padding-right-15);
	}
	
	h2{
		font-size:var(--font-40);
	}
	
	.header-style-three .main-menu .navigation > li{
		margin-right:var(--margin-right-15);
	}
	
	.main-slider-three .image-column .image{
		margin-right:var(--margin-zero);
	}
	
	.main-slider-three h1{
		font-size:var(--font-44);
		line-height:50px;
	}
	
	.main-slider-three .content-column .inner-column{
		padding-top:var(--padding-top-30);
	}
	
	.counter-section .counter-column .counter-text{
		font-size:var(--font-16);
	}
	
	.welcome-section .image-column .image{
		width:auto;
		height:auto;
	}
	
	.news-section-three .sec-title-three .text,
	.service-section-four .sec-title-three .text{
		max-width:440px;
	}
	
	.news-section-three .sec-title-three .text br,
	.service-section-four .sec-title-three .text br{
		display:none;
	}
	
	.cta-section-two .play-box strong{
		font-size:var(--font-18);
	}
	
	.location-block .inner-box strong{
		font-size:var(--font-20);
	}
	
	.cta-section-two .button-box{
		margin-right:var(--margin-right-10);
	}
	
	.cta-section-two .inner-container{
		padding-left:var(--padding-left-15);
		padding-right:var(--padding-right-15);
	}
	
	.skill-section .image-layer{
		height:100%;
	}
	
	.team-section-three{
		padding-top:var(--padding-top-110);
	}
	
	.clients-section .owl-nav{
		left:10px;
		right:10px;
	}
	
	.location-block .inner-box{
		padding:20px 20px;
	}
	
	.main-slider-three .pattern-layer{
		display:none;
	}
	
	.main-slider-three .client-thumb-outer{
		left:0px;
	}
	
	.main-header .header-upper .upper-right{
		padding-top:var(--padding-top-35);
	}
	
}

@media only screen and (min-width: 768px){
	
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
	
}

@media only screen and (max-width: 1023px){
	
	.main-header .main-box .logo-box {
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		margin:0px;
		text-align:left;
	}
	
	.main-header .header-lower .inner-container:after{
		display:block;
	}
	
	.main-slider .slide{
		padding:150px 0px 200px;
	}
	
	.main-header .info-box{
		margin-top:5px
	}
	
	.main-header .outer-box{
		display:block;
	}
	
	.main-menu .navigation > li > a{
		font-size:14px;
	}
	
	.main-header .options-box{
		margin-top:0px;
		position:absolute;
		left:0px;
		top:25px;
		z-index:12;
		display:none;
		right:auto;
	}
	
	.main-menu .navigation > li{
		margin-right:25px;
	}
	
	.main-header .header-upper .logo-box{
		margin: 0px;
		width:100%;
		padding-bottom:0px;
		text-align:center;
	}
	
	.main-header{
		position:relative;
	}
	
	.main-header .nav-outer{
		width:100%;
		padding-top:0px;
	}
	
	.main-menu .navigation > li > a{
		text-transform:capitalize;
	}
	
	.sticky-header .main-menu .navigation > li{
		margin-left:0px;
		margin-right:20px;
	}
	
	.banner-section .slide{
		padding:120px 0px 150px;
	}
	
	.main-header .header-upper .upper-right{
		width:100%;
		text-align:center;
	}
	
	.main-header .info-box{
		float:none;
		display:inline-block;
	}
	
	.main-header .header-upper .upper-right{
		padding-top:10px;
	}
	
	.main-header .header-upper{
		padding-bottom:15px;
	}
	
	.main-header .header-lower{
		position:relative;
	}
	
	.main-header .header-lower .inner-container{
		padding:0px 0px;
	}
	
	.banner-section{
		padding-top:120px;
	}
	
	.main-header .main-menu{
		margin-left:var(--margin-zero);
	}
	
	.main-header .nav-outer::before{
		transform:skew(0deg);
	}
	
	.main-header .main-menu .navigation > li{
		margin-right:var(--margin-right-25);
	}
	
	.main-header .main-menu .navigation > li > a{
		font-size:var(--font-16);
	}
	
	.service-section .inner-container{
		margin-top:var(--margin-zero);
	}
	
	.main-header .sticky-header .main-menu .navigation > li{
		margin-left:var(--margin-left-20);
	}
	
	.main-slider .slide{
		padding:150px 0px 150px;
	}
	
	.service-section{
		padding:110px 0px 0px;
	}
	
	.service-section-two .owl-nav{
		max-width:170px;
	}
	
	.project-section .tabs-content{
		padding-right:var(--padding-zero);
	}
	
	.project-section .btns-outer{
		position:relative;
		padding:60px 0px 45px;
	}
	
	.project-section .tabs-content .image{
		margin-left:var(--margin-zero);
	}
	
	.project-section .btns-outer{
		max-width:100%;
	}
	
	.project-section .btns-outer .tab-buttons{
		max-width:inherit;
		text-align:center;
		padding-left:var(--padding-left-25);
	}
	
	.project-section .tab-btns .tab-btn{
		border-radius:4px;
		padding:10px 24px;
		margin:0px 5px 15px;
		display:inline-block;
		font-size:var(--font-18);
		border:2px solid var(--white-color);
	}
	
	.project-section .tab-btns .tab-btn:before,
	.project-section .tab-btns .tab-btn:after{
		display:none;
	}
	
	.project-section .tab-btns .tab-btn:hover,
	.project-section .tab-btns .tab-btn.active-btn{
		transform:translateX(0px);
	}
	
	.project-section .btns-outer .title-box{
		text-align:center;
	}
	
	.project-section .btns-outer .title-box{
		margin-bottom:var(--margin-bottom-30);
	}
	
	.products-section .owl-nav{
		max-width:220px;
	}
	
	.news-section .owl-dots,
	.team-section .owl-dots{
		position:relative;
		right:0px;
		top:0px;
		margin-top:var(--margin-zero);
	}
	
	.news-section .owl-dots .owl-dot span::after,
	.team-section .owl-dots .owl-dot span::after{
		display:none;
	}
	
	.news-section .owl-nav,
	.team-section .owl-nav{
		display:none;
	}
	
	.project-section .tabs-content .image{
		padding-top:var(--padding-top-30);
	}
	
	.main-header.header-style-two .header-lower{
		position:relative;
		bottom:0px;
		background-color:var(--color-twentyfour);
	}
	
	.header-style-two .nav-outer{
		padding-right:var(--padding-zero);
	}
	
	.header-style-two .outer-box .btn-box .theme-btn{
		padding:13px 14px;
		font-size: var(--font-14);
	}
	
	.main-slider-two .slide{
		padding:120px 0px 130px;
	}
	
	h1{
		font-size: var(--font-60);
		line-height:66px;
	}
	
	.about-section-two .content-column{
		order:1;
	}
	
	.about-section-two .image-column{
		order:2;
	}
	
	.cta-section-one .inner-container{
		text-align:center;
	}
	
	.cta-section-one h2{
		margin-bottom:var(--margin-bottom-20);
	}
	
	.cta-section-one .play-box{
		display:block;
		width:100%;
		padding:var(--padding-zero);
	}
	
	.cta-section-one .play-box .play-button{
		position:relative;
		margin:0 auto;
		display:block;
		margin-bottom:var(--margin-bottom-30);
	}
	
	.cta-section-one .button-box{
		width:100%;
		margin-left:var(--margin-zero);
		margin-top:var(--margin-top-25);
	}
	
	.cta-section-one .button-box .theme-btn{
		display:inline-block;
	}
	
	.project-section-two::before{
		top:200px;
		bottom:0px;
		height:auto;
	}
	
	.faq-section .accordion-column .upper-text{
		margin-top:var(--margin-zero);
	}
	
	.header-style-three .header-lower .inner-container{
		
	}
	
	.header-style-three .logo-box{
		padding:15px 0px;
	}
	
	.header-style-three .nav-outer{
		width:auto;
		float:left;
	}
	
	.header-style-three .outer-box{
		padding:6px 0px;
	}
	
	.main-slider-three .content-column{
		margin-bottom:var(--margin-bottom-30);
	}
	
	.welcome-section .content-column{
		order:1;
	}
	
	.welcome-section .image-column{
		order:2;
	}
	
	.welcome-section .image-column .image{
		border-radius:0px;
		border:0px;
		text-align:center;
	}
	
	.team-section-three .sec-title-three .pull-right,
	.service-section-four .sec-title-three .pull-right{
		width:100%;
	}
	
	.team-section-three .sec-title-three .text,
	.service-section-four .sec-title-three .text{
		max-width:100%;
		margin-top:var(--margin-top-20);
	}
	
	.team-section-three .sec-title-three .text br{
		display:none;
	}
	
	.cta-section-two .inner-container{
		text-align:center;
	}
	
	.cta-section-two .button-box{
		display:block;
		width:100%;
		margin-right:var(--margin-zero);
	}
	
	.cta-section-two .button-box .theme-btn{
		display:inline-block;
	}
	
	.cta-section-two .play-box{
		width:100%;
		padding:var(--padding-zero);
	}
	
	.cta-section-two .play-box .play-button{
		position:relative;
		margin:0 auto;
		display:block;
		margin-bottom:var(--margin-bottom-30);
	}
	
	.cta-section-two .side-image{
		display:none;
	}
	
	.cta-section-two h2{
		padding:var(--padding-zero);
	}
	
	.cta-section-two .inner-container{
		padding:50px 15px;
	}
	
	.project-section-three .inner-container{
		padding:var(--padding-zero);
	}
	
	.project-section-three .project-tab .tab-btns-box{
		position:relative;
		width:100%;
	}
	
	.skill-section .skill-column{
		order:1;
		margin-bottom:var(--margin-bottom-50);
	}
	
	.skill-section .video-column{
		order:2;
	}
	
	.news-section-three .sec-title-three .pull-right{
		width:100%;
	}
	
	.news-section-three .sec-title-three .text{
		max-width:100%;
		margin-top:var(--margin-top-20);
	}
	
	.page-title{
		padding:100px 0px;
	}
	
	.team-page-section .sec-title-three .text{
		max-width:100%;
		margin-top:var(--margin-top-20);
	}
	
	.team-page-section .sec-title-three .text br{
		display:none;
	}
	
	.skills.style-two{
		max-width:100%;
	}
	
	.process-section .images-column .image-two{
		position:relative;
		top:0px;
	}
	
	.sidebar-page-container .sidebar-side.left-sidebar{
		order:2;
	}
	
	.sidebar-page-container .sidebar-side.right-sidebar{
		order:1;
	}
	
	.project-detail-section .upper-box{
		padding:var(--padding-zero);
	}
	
	.project-detail-section .upper-box .info-box{
		position:relative;
		top:0px;
		max-width:100%;
		margin-top:var(--margin-top-30);
	}
	
	.project-detail-section .more-posts .pull-left{
		width:100%;
	}
	
	.project-detail-section .more-posts .prev-post{
		text-align:center;
		padding:var(--padding-zero);
		margin-bottom:var(--margin-bottom-25);
	}
	
	.project-detail-section .more-posts .prev-post .thumb-image{
		position:relative;
		display:inline-block;
		margin-bottom:var(--margin-bottom-15);
	}
	
	.project-detail-section .more-posts .pull-right{
		width:100%;
	}
	
	.project-detail-section .more-posts .next-post{
		text-align:center;
		padding:var(--padding-zero);
	}
	
	.project-detail-section .more-posts .next-post .thumb-image{
		position:relative;
		display:inline-block;
		margin-bottom:var(--margin-bottom-15);
	}
	
	.header-style-three .outer-box{
		display:none;
	}
	
	.main-header.header-style-two .header-upper .logo-box{
		padding:15px 0px 15px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.header-upper .logo-outer {
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		width:100%;
		margin:0px;
	}
	
	.main-header .sticky-header .outer-box{
		display:block;
		right: 15px;
		left: auto;
		top:0px;
	}
	
	.main-header .sticky-header .pull-right{
		width:auto;
	}
	
	.main-menu{
		width:100%;
		display:none;
	}
	
	.service-detail .lower-content .gallery-images .image{
		margin-bottom:var(--margin-bottom-30);
	}
	
	.sidebar-page-container .comments-area .comment-box.reply-comment{
		margin-left:0px;
	}
	
	.main-header .info-box{
		padding-left:0px;
		text-align:center;
		width:100%;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom: 20px;
	}
	
	.main-header .info-box:last-child{
		margin-bottom:0px;
	}
	
	.main-header .info-box .icon-box{
		position:relative;
		margin:0 auto;
		margin-bottom:15px;
	}
	
	.main-header .header-lower .outer-box{
		position:absolute;
		left:0px;
		z-index:12;
		display:block;
		padding-left:0px;
		border:0px;
		padding:16px 0px 16px 0px;
	}
	
	.main-header .nav-outer::before{
		left:-10%;
	}
	
	.main-menu .navbar-header .navbar-toggler{
		display: inline-block;
		z-index: 12;
		width: 50px;
		height: 40px;
		float: none;
		padding: 0px;
		text-align: center;
		border-radius: 0px;
		background: none;
		border: 1px solid #ffffff;
	}
	
	.main-menu .navbar-header .navbar-toggler .icon-bar{
		position: relative;
		background: #ffffff;
		height: 2px;
		width: 26px;
		display: block;
		margin:0 auto;
		margin:5px 11px;
	}
	
	.main-header .nav-outer{
		width:100%;
	}
	
	.main-header .nav-outer .mobile-nav-toggler{
		display: block;
		margin: 0px;
		padding: 3px 0px;
	}
	
	#navbarSupportedContent{
		display:block;
	}
	
	.mCSB_inside > .mCSB_container{
		margin-right:0px;
	}
	
	.page-title h2,
	h2{
		font-size:30px;
		line-height: 36px;
	}
	
	.main-header .info-box:last-child{
		top:0px;
	}
	
	.main-header .btn-box{
		float:none;
		margin-left:0px;
	}
	
	.main-header .info-box:last-child{
		margin-left:0px;
	}
	
	.main-header .sticky-header .mobile-nav-toggler{
		display:block;
	}
	
	.sec-title .text br,
	.header-top .top-right .clock{
		display:none;
	}
	
	h1{
		font-size:var(--font-50);
	}
	
	.main-slider .slide{
		padding:120px 0px 120px;
	}
	
	.main-slider .owl-nav{
		right:10px;
	}
	
	.about-section{
		padding-top:var(--padding-top-80);
	}
	
	.main-header .header-upper{
		padding:var(--padding-zero);
	}
	
	.service-section-two .pattern-layer-one,
	.main-header .header-upper .upper-right,
	.products-section .owl-dots .owl-dot span::after,
	.service-section-two .owl-dots .owl-dot span::after,
	.service-section-two .owl-nav{
		display:none;
	}
	
	.main-header .header-upper .logo-box{
		padding:5px 0px;
	}
	
	.about-section{
		padding-bottom:var(--padding-bottom-70);
	}
	
	.products-section,
	.service-section-two{
		padding:100px 0px 100px;
	}
	
	.project-section{
		padding-bottom:var(--padding-bottom-100);
	}
	
	.cta-section h2{
		line-height:54px;
		font-size:var(--font-40);
	}
	
	.main-header.header-style-two .header-lower .outer-box{
		padding:8px 0px;
	}
	
	.main-header.header-style-two .nav-outer .mobile-nav-toggler{
		padding:11px 0px;
	}
	
	.sec-title-two h2 br,
	.sec-title-two .text br{
		display:none;
	}
	
	.main-slider-two .title{
		font-size:var(--font-22);
	}
	
	.sec-title-two h2{
		line-height:46px;
	}
	
	.project-section-two::before{
		top:150px;
	}
	
	.footer-style-two .footer-bottom .pull-left,
	.footer-style-two .footer-bottom .pull-right{
		width:100%;
		text-align:center;
	}
	
	.footer-style-two .footer-bottom .copyright{
		margin-bottom:var(--margin-bottom-15);
	}
	
	.header-style-three .header-lower .outer-box{
		display:none;
	}
	
	.header-style-three .nav-outer{
		margin-top:-95px;
	}
	
	.header-style-three .logo-box{
		padding:15px 0px;
	}
	
	.main-slider-three .title{
		font-size:18px;
	}
	
	.sec-title-three h2{
		line-height:42px;
	}
	
	.sec-title-three .text br{
		display:none;
	}
	
	.testimonial-block-two .inner-box{
		padding-left:var(--padding-left-15);
		padding-right:var(--padding-right-15);
	}
	
	.process-section .images-column .image{
		margin-bottom:var(--margin-zero);
	}
	
	.project-detail-section .gallery-box .image{
		position:relative;
		margin-bottom:var(--margin-bottom-20);
	}
	
	.project-detail-section .gallery-box .image img{
		position:relative;
		width:100%;
	}
	
	.news-block-four .inner-box .lower-content{
		padding-top:var(--padding-top-40);
	}
	
	.news-block-four .inner-box .post-info li{
		margin-bottom:var(--margin-bottom-15);
	}
	
	.news-detail .inner-box .lower-content{
		padding-top:var(--padding-top-30);
	}
	
	.news-detail .inner-box .post-info li{
		margin-bottom:var(--margin-bottom-15);
	}
	
	.news-detail .inner-box .gallery-box .carousel-column{
		margin-bottom:var(--margin-bottom-30);
	}
	
	.news-detail .post-share-options .social-box{
		width:100%;
		padding-top:var(--padding-top-15);
	}
	
	.project-detail-section .more-posts{
		display:none;
	}
	
	.project-detail-section{
		padding-bottom:var(--padding-bottom-90);
	}
	
	.main-header .header-lower{
		min-height:auto;
	}
	
	.main-slider-two .owl-nav{
		bottom:20px;
		left:5px;
		right:auto;
		top:auto;
		transform:translateY(0%);
	}
	
	.main-slider .owl-nav{
		bottom:0px;
		right:5px;
		top:auto;
		transform:translateY(0%);
	}
	
	.main-slider-two .content-column .inner-column .pull-left,
	.main-slider-two .content-column .inner-column .pull-right{
		width:100%;
	}
	
}

@media only screen and (max-width: 599px){
	
	.cta-section h2 br,
	.main-slider-three .social-box,
	.sec-title .text br{
		display:none;
	}
	
	h1{
		font-size:var(--font-40);
		line-height:48px;
	}
	
	.feature-block .inner-box{
		min-height:56px;
	}
	
	.about-section .content-column .lower-box{
		margin-right:var(--margin-zero);
	}
	
	.cta-section h2{
		font-size:var(--font-34);
		line-height:40px;
	}
	
	.project-section .tab-btns .tab-btn {
		border-radius: 4px;
		padding: 8px 24px;
		margin: 0px 3px 10px;
		display: inline-block;
		font-size: var(--font-16);
		border: 2px solid var(--white-color);
	}
	
	.main-slider-two .phone-box{
		margin-left:var(--margin-zero);
		margin-top:var(--margin-top-25);
	}
	
	.about-section-two .content-column .inner-column .sec-title-two h2{
		font-size: var(--font-30);
		line-height:40px;
	}
	
	.testimonial-block .inner-box .text{
		padding-right:var(--padding-zero);
	}
	
	.testimonial-block .inner-box .author-image{
		position:relative;
		right:0px;
		margin-top:var(--margin-top-35);
		margin-bottom:var(--margin-bottom-25);
	}
	
	.news-section-two .owl-nav{
		position:relative;
		top:0px;
		right:0px;
	}
	
	.project-block .inner-box .content-box{
		margin:30px 0px 0px;
		box-shadow:inherit;
		padding:0px 0px 0px 25px;
	}
	
	.project-block .inner-box .content-box h3 a br,
	.sec-title-three h2 br{
		display:none;
	}
	
	.cta-section-two h2{
		line-height:40px;
	}
	
	.news-block-four .inner-box .lower-content{
		padding:25px 20px;
	}
	
	.news-detail .inner-box .lower-content{
		padding:20px 20px;
	}
	
	.sidebar-page-container .comments-area .comment-box{
		padding:20px 20px;
	}
	
	.sidebar-page-container .comments-area .comment{
		padding-left:var(--padding-zero);
	}
	
	.sidebar-page-container .comments-area .comment-box .author-thumb{
		position:relative;
		margin-bottom:var(--margin-bottom-25);
	}
	
	.main-slider-three .slide{
		padding-bottom:var(--padding-bottom-200);
	}
	
	.about-section .content-column .button-box{
		width:100%;
	}
	
	.about-section .content-column .phone-box{
		margin-left:var(--margin-zero);
		margin-top:var(--margin-top-25);
	}
	
}

@media only screen and (max-width: 479px) {
	
	.sec-title h2 br,
	.cta-section .pattern-layer-two,
	.products-section .pattern-layer-two,
	.products-section .pattern-layer,
	.news-block .inner-box .overlay-box-two .text,
	.service-block-two .inner-box .overlay-box-two .text,
	.about-section .image-column .image .gear-icon-two,
	.service-block .inner-box .shape-two,
	.header-top .top-right .social-box:before,
	.header-top .top-left{
		display:none;
	}
	
	.header-top .top-right .social-box{
		padding-left:var(--padding-zero);
	}
	
	.header-top .top-right,
	.header-top .top-right .social-box{
		width:100%;
		text-align:center;
	}
	
	h1{
		line-height:1.3em;
		font-size:var(--font-30);
	}
	
	.service-block .inner-box{
		padding:50px 20px 50px;
	}
	
	.sec-title .big-text {
		left: 0px;
		font-size: var(--font-40);
	}
	
	.about-section .content-column .phone-box{
		margin-left:var(--margin-zero);
		margin-top:var(--margin-top-25);
	}
	
	.service-block-two .inner-box .overlay-box-two h5{
		margin-bottom:var(--margin-bottom-20);
	}
	
	.service-block-two .inner-box .overlay-box{
		right:0px;
	}
	
	.project-section .content{
		position:relative;
		padding:25px 25px;
	}
	
	.project-section .content .arrow{
		height:55px;
		line-height:55px;
	}
	
	.cta-section h2 {
		font-size: var(--font-28);
		line-height: 38px;
	}
	
	.news-block .inner-box .overlay-box-two h5{
		margin-bottom:var(--margin-bottom-20);
	}
	
	.news-block .inner-box .overlay-box .content{
		padding:25px 15px 25px;
	}
	
	.main-slider-two .title{
		font-size: var(--font-18);
	}
	
	.main-slider-two .phone-box strong{
		font-size: var(--font-20);
	}
	
	.project-detail-section .middle-box h3,
	h3{
		font-size: var(--font-28);
	}
	
	h4{
		font-size: var(--font-20);
	}
	
	.sec-title-two h2,
	.about-section-two .content-column .inner-column .sec-title-two h2 {
		font-size: var(--font-26);
		line-height: 36px;
	}
	
	.cta-section-one h2{
		line-height:40px;
	}
	
	.project-section-two::before{
		top:200px;
	}
	
	.sec-title-two .title{
		font-size: var(--font-20);
		padding-right:var(--padding-right-20);
	}
	
	.testimonial-block .inner-box .pull-right{
		width:100%;
		margin-top:var(--margin-top-10);
	}
	
	.main-slider-three h1 {
		font-size: var(--font-30);
		line-height: 40px;
	}
	
	.main-slider-three .title{
		font-size: var(--font-16);
	}
	
	.main-slider-three .client-thumb-outer{
		left:0px;
		max-width:300px;
	}
	
	.project-section-three .project-tab .tab-btns-box .p-tab-btn{
		font-size: var(--font-14);
	}
	
	.project-section-three .lower-box{
		margin-top:var(--margin-top-30);
	}
	
	.approach-block .inner-box{
		padding:10px 10px 25px;
	}
	
	.accordion-box .block .icon-outer{
		right:0px;
	}
	
	.process-block .inner-box{
		padding-left:var(--padding-zero);
	}
	
	.process-block .inner-box .number{
		position:relative;
		top:0px;
		line-height:1em;
		margin-bottom:var(--margin-bottom-15);
	}
	
	.sidebar-widget .widget-content{
		padding:20px 20px 25px;
	}
	
	.download-list li a{
		font-size: var(--font-16);
	}
	
	.project-block-two .inner-box .content{
		left:20px;
		bottom:20px;
	}
	
	.project-block-two .inner-box .content h4{
		line-height:30px;
	}
	
	.project-detail-section .upper-box .info-list{
		padding:20px 20px;
	}
	
	.project-detail-section .value-box{
		padding:20px 20px;
	}
	
	.feature-block-three .block-content{
		padding-left:var(--padding-zero);
	}
	
	.feature-block-three .block-content .icon{
		position:relative;
		top:0px;
		display:inline-block;
		margin-bottom:var(--margin-bottom-20);
	}
	
	.sidebar-page-container .comments-area .comment-info .comment-time{
		display:block;
		margin-left:var(--margin-zero);
		margin-top:var(--margin-top-10);
	}
	
	.comment-form{
		padding:25px 15px 15px;
	}
	
	.project-section .btns-outer .title-box h2{
		font-size: var(--font-28);
	}
	
	.page-title h2, h2 {
	  font-size: 26px;
	  line-height: 30px;
	}
	
	.about-section-two{
		padding-top:var(--padding-top-90);
	}
	
	.cta-section-one .inner-container{
		padding-left:var(--padding-left-15);
		padding-right:var(--padding-right-15);
	}
	
}












.main-header .header-upper {z-index: 1;}
.main-header .header-lower {z-index: 3;}
body .mailpoet_form_column {flex: 1;}
body #mailpoet_form_1 form.mailpoet_form {
    padding: 0;
}
.mailpoet_form_tight_container .mailpoet_form_columns.mailpoet_stack_on_mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#mailpoet_form_1 .mailpoet_form_column:not(:first-child) {
    max-width: 100px;
}
#mailpoet_form_1 .mailpoet_submit {
    height: 44px; cursor: pointer;
    background: #ffc607;
    border-radius: 0 5px 5px 0;    font-weight: 500;
}
#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
    height: 44px;
    border-radius: 5px 0 0px 5px;
}
#mailpoet_form_1 .last .mailpoet_paragraph:last-child {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}
#mailpoet_form_1 .mailpoet_form_column:not(:first-child) {
    margin-left: 0;
}
@media screen and (max-width:1030px) {/* 1024 px */
	body .mobmenul-container i {
		color: #1e4f77;
	}
	body .mobmenul-container {
		top: 76px;
	}

}



@media screen and (max-width:767px) { /* 640 px */
	.service-block .inner-box, .sec-title-three, .welcome-section .btn-box, .footer-style-three .widgets-section, .h_res_text,
	.main-slider {text-align: center;}
	.service-block .inner-box h5:before {left: calc(50% - 30px);}
	.bg-stroke {width: 100%;}
	.sec-title-three .text {text-align: left;}
	.h_res_clm1 {
		width: 100%;
		transform: unset;
	}	
	.h_res_clm2 {
		width: 100%;
		transform: unset;
	}
	.footer-style-three .footer-bottom .copyright {font-size: 12px;}
	.h_res_clm2_clr {padding: 50px 20px;}
	.h_res_clm2_clr { align-items: center; }
	.main-slider .owl-nav {
		right: 0;
		width: 100%;
	}
	.main-slider .owl-nav div {
		margin: 0 10px;
	}
	.sidebar-page-container {
		padding: 40px 0px;
	}

}

