/*
	
*/

/* ## Global */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
}
main,
footer {
	overflow-x: auto;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}


/* -- Section Padding */
.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* -- Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}
.section-header h3{
	color: #222;
	font-size: 32px;
	line-height: 28px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 17px;
	word-wrap: break-word;
}
.section-header h3 span{
	color: #0b6117;
}
.section-header p {
	color: #777;
	font-size: 15px;
	letter-spacing: 0.30px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
}

/* ## Fonts Settings */

/* font-family: 'Roboto', sans-serif; */
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0atzTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
}
/* -- font-family: 'Open Sans', sans-serif; */
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
}
/* -- RobotoBlack */
/* -- font-family: 'robotoblack'; */
@font-face {
   font-family: 'robotoblack';
    src: url('fonts/roboto-black.woff2') format('woff2'),
         url('fonts/roboto-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* -- font-family: 'Poppins', sans-serif; */
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v1/gG8m82oGcrBJF727xHU04fY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
}
/* ## Header */

/* -- Expanding Search */
.menu-block .container {
	position: relative;
}
.menu-block .menu-search {
	float: right;
	position: absolute;
	padding-left: 15px;
	top: 42px;
	right: 16px;
}
.menu-block .menu-search::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background-color: #000;
	height: 25px;
	width: 1px;
}
.menu-search .sb-search-submit i {
	font-size: 18px;
	color: #808080;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	font-weight: 300;
}
.menu-block.navbar-fixed-top .menu-search .sb-search-submit:hover i,
.menu-search .sb-search-submit:hover i {
	color: #0b6117;
}

.menu-search .sb-search-input::-webkit-input-placeholder {
    color: #777;
}
.menu-search .sb-search-input:-moz-placeholder {
    color: #777;
}
.menu-search .sb-search-input::-moz-placeholder {
    color: #777;
}
.menu-search .sb-search-input:-ms-input-placeholder {
    color: #777;
}
.menu-search .sb-search {
	position: relative;
	top: 0;
}
.menu-search .sb-icon-search,
.menu-search .sb-search-submit {
    width: auto;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.menu-search .sb-search-submit {
    background: transparent; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
	position: relative;
	left: 0;
	right: 0;
	top: 2px;
	margin:0 auto;
	width: 100%;
}
/* Open state */
.menu-search .sb-search.sb-search-open,
.menu-search .no-js .sb-search {
    width: 100%;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-icon-search,
.menu-search .no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}
.menu-search .sb-search.sb-search-open .sb-search-submit,
.menu-search .no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.menu-search .sb-search-input {
    position: absolute;
    top: 52px;
    right: 0;
    border: none;
    outline: none;
    background: none;
    width: 0;
    height: 0;
    margin: 0;
    z-index: 11;
    font-size: 14px;
    color: #222;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
    top: 67px;
	right: 0;
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    width: 280px;
    height: 40px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.menu-block.navbar-fixed-top .menu-search {
	border: none;
	top: 23px;
}
.menu-block.navbar-fixed-top .menu-search .sb-search.sb-search-open .sb-search-input {
	top: 48px;
}
.menu-block.navbar-fixed-top  .menu-search .sb-search-submit i {
	color: #fff;
}
.menu-block.navbar-fixed-top .menu-search::before {
	background-color: #fff;
}

/* ## Footer */
/* -- Footer Main */
.footer-main {
	background-color: #ffffff;	
}
.footer-main .row {
	padding-top: 88px;
	padding-bottom: 48px;
}

/* -- Wiget:: About */
.about_widget {
	padding-right: 50px;
    text-align: center;
}
/* -- Footer Bottom */
.footer-bottom{
	border-top: 1px solid #343434;
	padding-top: 13px;
	padding-bottom: 28px;
}
.copyright{
	display: inline-block;
}
.footer-bottom span{
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #888;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

}
.footer-bottom .ow-navigation .nav.navbar-nav li > a:hover{
	color: #0b6117;
}
.footer-bottom span,
.footer-bottom .ow-navigation .nav.navbar-nav li > a{
	text-transform: capitalize;
	font-weight: 300;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}





/* [ Responsive ] */

/* -- min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* -- min-width: 992 */
@media (min-width: 992px) {
	/* -- Footer Main */
	.footer-main .col-md-4:nth-child(2n+1){
		clear: both;
        float: none;
        
	}
	.footer-main.col-md-3:nth-child(4n+1) {
		clear: both;
	}
}



/* -- max-width: 991 */
@media (max-width: 991px) {
	/* -- Menu Block */		
	/* -- Menu Search */
	.menu-block .menu-search{
		right: 85px;
		top: 18px;
	}
	.menu-block .menu-search::before{
		width: 0;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input{
		top: 35px;
		width: 230px;
	}
	.menu-block.navbar-fixed-top .menu-search{
		top: 15px;
	}
	.menu-block.navbar-fixed-top .menu-search .sb-search.sb-search-open .sb-search-input{
		top: 40px;
	}
	
	/* -- Footer Main */
	.footer-main .col-md-6:nth-child(2n+1){
		clear: both;
	}
	/* -- Footer Bottom */
	.footer-bottom{
		padding-top: 0;
		padding-bottom: 7px;
	}
	.footer-bottom span{
		line-height: 50px;
	}
	.footer-bottom .ow-navigation{
		position: relative;
		margin-top: -50px;
		width: 100%;
	}
	.footer-bottom .ow-navigation a{
		margin: 0;
	}
	
	.footer-bottom .ow-navigation .navbar-collapse > ul > li > a{
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	

/* -- max-width: 767 */
@media (max-width: 767px) {	
	
	/* -- Footer Main */
	.footer-main .row {
		padding-bottom: 0;
		padding-top: 30px;
        margin-left: 30px;
	}
	
	
	
/* --  max-width: 479 */
@media (max-width: 479px) {
	/* -- Footer Bottom */
	.footer-bottom span{
		font-size: 10px;
	}
	
	