/*
Theme Name: Orbbms Theme
Theme URI: https://www.orbbms.in/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.4
Tested up to: 6.7
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
/* ------------------------------ Global CSS ------------------------------ */
* {
	margin: 0;
	padding: 0;
}
a, img, a:hover {
	text-decoration: none;
}
input, textarea, img, a {
	border: 0 none;
}
body {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
    overflow-y:none;
    font-family: 'Roboto', sans-serif;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
.title-main p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 10px;
}
h3.title-style {
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
}
h3.title-style span {
  color: rgb(0, 208, 45);
  font-weight: 600;
}
/* Top Navigation */
header {
    padding-top: 12px;
    background-color: #fcfeff;
}
nav {
    background-color: #222222;
}
.navbar .navbar-brand, a.logo {
  margin: 0;
  padding: 0;
  font-size: 28px;
  color: #fff;
  font-weight: 800;
  position: relative;
}
.top-header-section {
  padding: 14px 15px;
  background-color: #0e5d22;
}
.top-header-section .top-headers li a, .top-header-section  .top-headers li {
  color: #fafafa;
  font-size: 16px;
  font-weight: 500;
}
.top-header-section .top-headers li {
  display: inline-block;
  margin-right: 2em;
}
.top-header-section ul.social li a:hover {
  color: rgb(0, 208, 45);
}
/* Slider */
.slider {
  position: relative;
  width: 100%;
  background-color: green;
  padding: 0px;
  margin: 0px;
}
/* Services Section */
.services-section {
  background-color: rgb(234, 236, 234);
}
.services-content h5 a {
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 24px;
}
.services-single:hover .services-content h5 a {
  color: rgb(0, 208, 45);
}
/* footer */
footer {
  width: 100%;
  float: left;
  position: relative;
}
footer .footer-main {
  background: #060606;
}

footer .footer-main h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #fff;
}

footer .column ul li {
  display: block;
  list-style: none;
  margin: 10px 0;
  color: #777679;
}

footer .column ul li:last-child {
  margin-bottom: 0;
}

footer .footer-p p {
  font-size: 15px;
}

p.top-p {
  border-left: 1px solid #272727;
  font-weight: 500;
}

.footer-grids {
  border-top: 1px solid #272727;
}

footer form {
  display: flex;
  margin-bottom: 15px;
}

footer .subscribe input[type="email"] {
  background: #fff;
  border: none;
  padding: 12px 12px;
  font-size: 15px;
  outline: none;
  width: 80%;
  color: #000;
}

footer .subscribe button {
  border: none;
  outline: none;
  font-size: 16px;
  padding: 11px 12px;
  cursor: pointer;
  width: 20%;
  color: #fff;
  background: rgb(0, 208, 45);
}

footer .subscribe button:hover {
  opacity: .8;
}

footer ul.social li {
  display: inline-block;
  margin-right: 8px;
}

footer ul.social li a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  background: rgb(255 255 255 / 9%);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

footer ul.social li a:hover {
  color: #fff;
  background: rgb(0, 208, 45);
}

footer .column2 i {
  width: 25px;
  text-align: center;
}

footer .column i {
  margin-right: 8px;
}

footer .column ul li a {
  font-size: 16px;
  color: #777679;
  line-height: 26px;
}

footer .column ul li a:hover {
  color: #fff;
}

.copy-section {
  background: #000;
}

footer p.copy-text {
  font-size: 16px;
  color: #777679;
}

footer p.copy-text a {
  color: #fff;
}

footer p.copy-text a:hover {
  color: var(--primary-color);
}
.inner-page h4, .inner-page h5, .inner-page h6, .inner-page strong, .inner-page p {
	margin-bottom: 15px;
}
.inner-page ul {
    list-style: inherit;
    padding-left: 25px;
	margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  p.top-p {
    border-left: none;
  }
}

@media screen and (max-width: 568px) {
  footer .footer-main h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

/* //footer */