/*!
Theme Name: Foxberry Technologies
Theme URI: http://underscores.me/
Author: Durga Mishra
Author URI: https://www.foxberry.in
Description: Foxberry Wordpress Theme Template
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foxberry
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links dont change this for 'a'
--------------------------------------------- */
a {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Body, Typography, General
--------------------------------------------------------------*/
html {
	overflow-x: hidden;
  }
  
  body {
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: 'Pontano Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	height: auto;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
  }
  
  
  /* Bootstrap Overrides */
  
  .row {
	margin-right: 0;
	margin-left: 0;
  }
  
  .container-fluid {
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .container-fluid-md {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .container-fluid-sm {
	max-width: 786px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .container-fluid-xs {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
  }
  
  strong,
  b {
	font-weight: 700;
  }
  ul,
	ol {
		margin: 0 0 1.5em 1.5em;
	}
  
  /* text colors */
  
  .redtext {
	color: #d10000;
  }
  
  .greentext {
	color: #009900;
  }
  
  .bluetext {
	color: #336699;
  }
  
  .orangetext {
	color: #e95a00;
  }
  
  
  /* Headings */
  
  h1,
  h2,
  h3,
  h4 {
	font-weight: bold;
	color: #000;
  }
  
  h1 {
	font-size: 30px;
	margin-top: 10px;
  }
  
  h2 {
	font-size: 27px;
  }
  
  h3 {
	font-size: 24px;
  }
  
  h4 {
	font-size: 16px;
  }
  
  h5 {
	font-size: 14px;
	color: #990000;
  }
  
  
  /* general tags */
  
  a {
	color:rgb(0, 85, 182);
	text-decoration: none;
  }
  
  a:hover,
  a:focus {
	color: #fbb234;
	text-decoration: underline;
  }
  
  p {
	margin-bottom: 15px;
	text-align: justify;
  }
  
  hr {
	border-top: 1px solid #dbdbdb;
	margin: 20px 0;
	background-color: transparent;
  }
  
  .orangehr {
	border-top: 1px solid #f06224;
	margin: 24px auto 0px auto;
	width: 60%;
  }
  
  .bordergrey {
	border: 1px solid #ddd;
  }
  
  .img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
  }
  
  .img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
  }
  
  .img-border {
	border: 2px solid #FFFFFF;
	box-shadow: 0 4px 5px 2px #999999;
  }
  .sp1, .spacer {
	padding: 10px;
  }
  .center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
  }
  
  .content {
	overflow: hidden;
	margin-bottom: 10px;
  }
  
  .content img {
	display: inline-block;
	max-width: 100%;
	height: auto;
  }
  .post-image,
  .post-thumbnail,
  .img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  
  .btn-primary {
	background-color: #006DCC;
	background-image: linear-gradient(to bottom, #2f8df1, #510AFE);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  .btn-primary:hover {
	background-image: linear-gradient(to bottom,  #510AFE, #2f8df1);
  }


/*--------------------------------------------------------------
# Bootstrap Topmenu
--------------------------------------------------------------*/

/* added class for hover dropdown in topmenu */

@media (min-width: 780px) {
.dropdown:hover .dropdown-menu{
	display: block;
}
.dropdown-menu{
	margin-top: 0;
}
}

  /* only for Foxberry */

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-right: -10px;
  }
@media (max-width: 767px) {
	.container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	  margin-top: 10px;
	}
	.container-nav {
		border-bottom: 1px solid #ededed;
		margin-bottom: 5px;
	}
}
  /* only for Foxberry End */

  .bgnav {
	background-color: #fff;
	margin-bottom: 10px;
  }
  
  .navbar-default {
	background-color: #fff;
	border: 0;
	margin-right: -20px;
  }
  
  .navbar {
	border-radius: 0;
	min-height: 50px;
	margin-bottom: 0;
	border: 0;
	padding-bottom: 10px;
  }
  
  .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
  }
  
  .navbar-default .navbar-nav>li>a {
	font-family: 'Pontano Sans', Arial, sans-serif;
	font-size: 18px;
	color: #000;
	padding: 12px 15px;
  }

  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:active,
  .navbar-default .navbar-nav>li>a:hover {
	color: #000;
	background-color: #fff;
	background-image: url("images/bg-topmenu-mo.png");
	background-position: bottom center;
	background-repeat: no-repeat;
  }
  
  .navbar-default .navbar-nav>.active>a {
	color: #000;
	background-color: #fff;
	background-image: url("images/bg-topmenu-mo.png");
	background-position: bottom center;
	background-repeat: no-repeat;
  }
  
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
	color: #000;
	background-color: #fff;
  }
  
  .dropdown-menu {
	background: #fbcc34;
	min-width: 226px;
	padding-left: 5px;
	border-radius: 10px;
  }
  
  .dropdown-header,
  .dropdown-menu>li>a {
	display: block;
	padding: 4px 15px 4px 15px;
	margin: 3px 0;
	line-height: 1.42857143;
	white-space: nowrap;
	color: #000;
	border-left: 3px solid #fbcc34;
	font-size: 18px;
  }
  
  .dropdown-menu>li>a:focus,
  .dropdown-menu>li>a:hover {
	color: #000;
	text-decoration: none;
	background: #fbcc34;
	border-left: 3px solid #fff;
  }
  
  
  .navbar-brand {
	color: #666 !important;
	  padding-top: 9px;
  }
  
  .navbar-toggle {
	background: #ffc600;
	border-color: #5b5a25 !important;
  }
  
  .navbar-toggle:hover {
	background: #000 !important;
	border-color: #5b5a25 !important;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff !important;
  }
  
  .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff !important;
  }
  
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover {
	color: #000;
  }
  
  
  /* solution for dropdown menu being hidden after certain height in smaller screens*/
  
  @media only screen and (min-width: 960px) and (max-width: 1024px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 13px;
	  font-weight: 400;
	}
	.nav>li>a {
	  padding: 10px 12px 10px 12px;
	}
	.dropdown-header,
	.dropdown-menu>li>a {
	  font-size: 13px;
	}
  }
  
  /* end solution */
  
  @media (max-width: 767px) {
	.navbar-collapse.collapse {
	  height: auto !important;
	  overflow: visible !important;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 18px;
	  font-weight: normal;
	}
	.navbar-collapse {
	  padding-right: 15px;
	  padding-left: 15px;
	}
	.nav>li>a {
	  padding: 15px 9px 15px 9px;
	}
	.navbar-default .navbar-nav>.open>.dropdown-menu>li>a,
	.dropdown-menu>li>a {
	  padding: 12px 15px 12px 15px;
	  font-size: 18px;
	  line-height: 1.42857143;
	  white-space: nowrap;
	  color: #000 !important;
	  background: #fbcc34;
	}
	.navbar-default .navbar-nav>.open>.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:hover,
	.submenu li {
	  color: #000 !important;
	  background: #fff;
	}
  }
  
  
  /* multi level menu */
  
  .dropdown-submenu {
	position: relative;
  }
  
  .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
  }
  
  .dropdown-submenu:hover>.dropdown-menu {
	display: block;
  }
  
  .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
  }
  
  .dropdown-submenu:hover>a:after {
	border-left-color: #fff;
  }
  
  .dropdown-submenu.pull-left {
	float: none;
  }
  
  .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
  }
  
  
  /* multilevel menu open tabs*/
  
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
	background-color: #fbcc34;
	border-left: 3px solid #fff;
	color: #000;
  }
  
  .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:focus,
  .dropdown-menu>.active>a:hover {
	color: #000;
	text-decoration: none;
	background-color: #fbcc34;
	border-left: 3px solid #fff;
	outline: 0;
  }
  
  
  /* make sub menu arrows look like +/- buttons in collapsible mode */
  
  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	color: #004570;
  }
  
  .navbar-nav.sm-collapsible .caret:hover,
  .navbar-nav.sm-collapsible ul .caret:hover {
	color: #fff;
  }
  
  .navbar-nav.sm-collapsible .caret:before {
	content: "+";
	font-family: monospace;
	font-weight: bold;
  }
  
  .navbar-nav.sm-collapsible .open>a>.caret:before {
	content: "-";
  }
  
  .navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
  }
  
  
  /* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
  
  .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret,
  .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
  }
  
  .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: "" !important;
  }
  
  .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
  }
  
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
	background-color: #f7f7f7;
	margin: 20px 0;
	padding: 0 20px;
	border: 1px solid #ddd;
}
.sidebar h2 {
	background-color: #000;
	font-size: 16px;
	color: #fff;
	padding: 5px 10px;
}
.sidebar .wp-block-group__inner-container ul, .sidebar .wp-block-group__inner-container ol {
	list-style: none !important;
	margin-left: 0 !important;
}
.sidebar .wp-block-group__inner-container li {
	margin-left: 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-left: 40px !important;
  }
/*--------------------------------------------------------------
# Sidebar Menu
--------------------------------------------------------------*/
.widget_nav_menu ul li {
	list-style: none;
	padding: 0.8em;
	border-bottom: 1px dotted #ccc;
	margin-left: -39px;
	font-family: 'Pontano Sans', Arial, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #478ccc;
}
.widget_nav_menu ul li:hover {
	background: #006DCC;
	color: #fff
}
.widget_nav_menu ul li:hover a {
	color: #fff
}
.widget_nav_menu ul li a {
	text-decoration: none;
}
.current-menu-item {
	background: #006DCC;
}
.current-menu-item a {
	color: #fff;
}
h2.widget-title {
	border-bottom: 1px dotted #006DCC;
    display: block;
    padding-bottom: 10px;
}
.wp-block-search__input {
	margin-right: 10px;
}
/*--------------------------------------------------------------
# Global General
--------------------------------------------------------------*/
/* Make images responsive below 767 pixels */
@media (max-width: 767px) {
  img {
	  max-width: 100%;
	  height: auto;
  }
}
/* centered columns styles */
.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
/* reset the text-align */
	text-align:left;
/* inline-block space fix */
	margin-right:-4px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.bgheader {
    background-color: #FFFFFF;
	-webkit-box-shadow: 0 8px 6px -6px #cfcfcf;
       -moz-box-shadow: 0 8px 6px -6px #cfcfcf;
            box-shadow: 0 8px 6px -6px #cfcfcf;
	position: fixed;
  	top: 0;
 	width: 100%;
	z-index: 10000;
}

.logo {
	padding-top: 10px;
}

.headerright {
	text-align: right;
}

.socialtop {
	font-size: 16px;
	margin-top: 10px;
}
.socialtop a {
	text-decoration: none;
}
.socialtop span {
	color: #fbcc34;
	font-size: 18px;
	font-weight: bold;
}
.socialtopmobile {
	margin-bottom: 10px;
}
@media (max-width: 1024px) {
	.logo {
		display: none;
	}
	.socialtop {
		display: none;
	}
	.bgheader {
		position: unset;
	}
}
.whatsappicon span {
	color: #007900 !important;
}

.wp-block-search label {
	display: none;
}
.wp-block-search {
	margin-top: 18px;
}
@media (max-width: 767px) {
	.logo {
		text-align: center;
	}
	.logo img {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.headerright {
		text-align: center;
	}
	.punchline {
		margin-top: 10px;
		font-size: 18px;
	}
	.socialtop {
		font-size: 18px;
		margin-top: 10px;
	}
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.our-mission {
	background-image: url("images/bg-our-mission.jpg");
	background-repeat: repeat-x;
	padding-top: 39px;
	padding-bottom: 60px;
}
.our-mission h1, .our-mission p {
	text-align: center;
}
.welcometxt {
	padding-bottom: 30px;
}
.welcometxt h1 {
	color: #000;
	font-weight: bold;
}
.section-heading h2 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
}
.mission-box {
	-webkit-box-shadow: 0 0 5px 2px #cfcfcf;
    -moz-box-shadow: 0 0 5px 2px #cfcfcf;
    box-shadow: 0 0 5px 2px #cfcfcf;
	min-height: 200px;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 20px;
	text-align: center;
	margin: 10px;
}
.mission-box h2 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.our-products {
	background-color: #000;
	color: #fff;
	padding: 30px 0;
}
.our-products h2 {
	color: #fff;
	text-align: center;
}
.our-products h3 {
	color: #fbcc34;
	font-size: 24px;
	font-weight: bold;
}
.product-boxes {
	margin: 70px 0;
}
.our-services {
	padding: 30px 0;
}
.our-services h2 {
	color: #000;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
}
.services-box-border {
	background-image: url("images/bg-services-box-border.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}
.services-box {
	padding: 30px 45px 20px 10px;
	min-height: 410px;
}
.services-box h3 {
	color: #3c3c3c;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0;
}
.services-box h3, .services-box p {
	text-align: center;
}
.our-awards {
	background-image: url("images/bg-awards-section.jpg");
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 39px;
	padding-bottom: 39px;
}
.awards-info h3, .awards-info p, .awards-info {
	text-align: center;
}
.awards-info h3 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
}
.awards-info img {
	padding: 20px 0 30px 0;
}
.image-awards {
	float: left;
	margin: 30px;
}
.client-logo-slider {
	padding: 30px 0 50px 0;
	text-align: center;
}
.achivement-numbers {
	padding: 30px 0 50px 0;
	text-align: center;
	background-color: #fbcc34;
}
.achivement-numbers p, .achivement-numbers h2 {
	text-align: center;
}
.achivement-numbers p {
	font-size: 20px;
}
.achivement-numbers .section-heading {
	margin-bottom: 30px;
}
.number-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid #fff;
	margin-left: auto;
	margin-right: auto;
}
.number-circle .fa {
	font-size: 48px;
	margin: auto;
	margin-top: 24px;
}
.number-circle:hover {
	background-color: #000;
	border: 3px solid #000;
}
.number-circle:hover .fa {
	color: #fff;
}
.success-stories {
	padding: 30px 0 50px 0;
	background-color: #f7f7f7;
}
.success-text-box {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px 2px #cfcfcf;
    -moz-box-shadow: 0 0 5px 2px #cfcfcf;
    box-shadow: 0 0 5px 2px #cfcfcf;
	padding: 30px;
	margin-top: 50px;
}
.success-icon {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Nav Tabs on Home Page awards-tabs
--------------------------------------------------------------*/

.awards-tabs .nav-tabs > li.active > a, .awards-tabs .nav-tabs > li.active > a:focus, .awards-tabs .nav-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	background-color: #000;
	border: 0px solid #000;
	border-radius: 10px;
	border-bottom: 2px solid #fbcc34;
  }
  .awards-tabs .nav-tabs > li > a {
	margin-right: 15px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	background-color: #fff;
	color: #000;
	border: 0px solid #000;
	border-radius: 10px;
  }
  .awards-tabs .nav > li > a:hover {
	color: #fff;
	cursor: default;
	background-color: #000;
	border: 0px solid #000;
	border-radius: 10px;
	border-bottom: 2px solid #fbcc34;
  }
  .awards-tabs .nav-tabs {
	border-bottom: 0px solid #ddd;
  }
  .tab-content {
	  padding-top: 20px;
	  padding-left: 30px;
  }
.awards-tabs img {
	float: left;
	margin: 10px;
}
.elementor-widget-tabs .elementor-tabs-wrapper {
	overflow: hidden;
	margin-left: 30px;
  }
.elementor-tab-desktop-title.elementor-active {
	border-bottom-style: none;
	color: #fff;
	cursor: default;
	background-color: #000;
	border: 0px solid #000;
	border-radius: 10px;
	border-bottom: 2px solid #fbcc34 !important;
  }
  .elementor-tab-title {
	margin-right: 15px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	background-color: #fff;
	color: #000;
	border: 0px solid #000;
	border-radius: 10px;
	border: 1px solid rgb(189, 189, 189) !important;
  }
/*--------------------------------------------------------------
# Inside Pages
--------------------------------------------------------------*/
.page {
	margin: 0;
  }
.breadcrumb {
    padding: 8px 15px;
    margin: 20px 0;
    list-style: none;
    background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 13px;
}
.programsrow {
	border-bottom: 1px solid #d1d1d1;
	min-height: 240px;
}
.programsrow img {
	margin-top: 24px;
}
.archive h2 {
	margin-top: 0;
}
@media (max-width: 767px) {
	.ourteachers img {
		margin-bottom: 20px;
	}
}
.inside-page-banner {
	min-height: 208px;
	margin-top: 86px;
}
article {
	margin-top: 10px !important;
}
@media (max-width: 767px) {
	.inside-page-banner {
		background-size: 100% auto;
		background-repeat: no-repeat;
		min-height: 55px;
		margin-top: 106px;
	}
	article {
		margin-top: 106px;
	}
}
.inside-page-header {
	background-color: #fbcc34;
	min-height: 100px;
	padding: 20px 0 20px 0;
}

.inside-page-header h1.entry-title, .inside-page-header h1 {
	text-align: center;
	margin-bottom: -10px;
}
.inside-page-content {
	margin-top: 0;
}
.project-mouseover {
	opacity: 0;
	transition-duration: .5s;
}
.project-mouseover:hover {
	opacity: 1;
}
.project-mouseover h3 {
	color: #fff;
}
.project-mouseover p {
	margin-bottom: 30px;
}
.project-mouseover a {
	background-color: #fbcc34;
	padding: 10px 20px;
	border-radius: 20px;
	color: #000;
}
.project-mouseover a:hover {
	background-color: #e2b319;
}
.archive-header {
	margin: 30px 0 50px;
	border-bottom: 0px solid #eee;
}
.archive-header h1 {
	text-align: center;
}
.blog-archive-page {
	background-image: url("images/bg-archives-page.jpg");
	background-repeat: repeat-x;
}
.blog-archive-page h1.entry-title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -10px;
}
.post-icons i {
	margin: 0 5px;
}
.inside-blog-header {
	background-color: #fbcc34;
	min-height: 100px;
	padding: 20px 0 20px 0;
	text-align: center;
	margin-top: 86px;
}
@media (max-width: 767px) {
	.inside-blog-header {
		margin-top: 106px;
	}
}
.featured-image {
	margin: 20px 0;
}
.no-results, .not-found {
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Blog Archie
--------------------------------------------------------------*/
.blog-box {
	box-shadow: 0 0 6px #dddddd;
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 190px;
	overflow: hidden;
}
.blog-box:hover {
	box-shadow: 0 0 6px #bbbbbb;
	border: 1px solid #aaa;
}
.blog-box h3 {
	margin-top: 10px;
}
.blog-box .entry-title {
	white-space: nowrap;
	overflow: hidden;
}
.post-excerpt {
	min-height: 100px;
}
@media (min-width: 1180px) and (max-width: 1280px) {
	.post-excerpt {
	min-height: 150px;
}
}
.blog-box-career {
	box-shadow: 0 0 6px #dddddd;
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 200px;
	overflow: hidden;
}
.blog-box-career:hover {
	box-shadow: 0 0 6px #bbbbbb;
	border: 1px solid #aaa;
}
.blog-box-career h3 {
	margin-top: 10px;
}
.blog-box-career .entry-title {
	white-space: nowrap;
	overflow: hidden;
}
@media (max-width: 910px) and (min-width: 600px) {
	.blog-box-career {
		min-height: 100px;
	}
	.post-excerpt {
	min-height: 60px;
}
}

@media screen and (orientation:landscape)
and (min-device-width: 319px) 
and (max-device-width: 768px) {
   /* Your CSS Here*/
	.navbar {
		overflow-y: scroll;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #000;
	padding: 30px 0;
	color: #fff;
}
.site-footer h3 {
	color: #fbcc34;
	font-size: 21px;
	margin-bottom: 30px;
}
.image-footer {
	margin-top: 20px;
	margin-bottom: 10px;
}
.contact-rows {
	margin-bottom: 15px;
}
.icon-address-contact {
	width: 36px;
	float: left;
	color: #fbcc34;
	font-size: 20px;
}
.address-contact-text {
	width: 420px;
	float: left;
}
.address-contact-text-single-word {
	width: 150px;
	float: left;
}
.icon-footer-social {
	width: 36px;
	float: left;
	margin-right: 15px;
}
.icon-footer-social:hover {
	opacity: .82;
}
.copyright {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Top Button
--------------------------------------------------------------*/
.topbutton {
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:1;
	color: rgb(87, 87, 87);
	display:none;
	font-size: 30px;
}
.topbutton a, .topbutton a:visited, .topbutton a:focus, .topbutton a:active  {
	color: rgb(87, 87, 87);
}
.topbutton a:hover {
	color: #fbcc34;
}

/*--------------------------------------------------------------
# Announcements
--------------------------------------------------------------*/
.announcement {
	background: rgb(221, 221, 221);
}
.announcement img {
	float: right;
}
.announcement h3 {
	color: #d10000 !important;
	margin: 0;
	line-height: 55px;
}
@media (max-width: 767px) {
	.announcement img {
		float: none;
	}
}
/*--------------------------------------------------------------
# Home Slider
--------------------------------------------------------------*/
.slider {
	margin-top: 86px;
}
@media (max-width: 767px) {
	.slider {
		margin-top: 106px;
	}
}
.slider img {
	width: 100%;
	height: auto;
}

.carousel-control.left, 
.carousel-control.right {
    background-image: none;
    background-repeat: none;
	display: none;
}

.carousel-indicators {
	position: absolute;
	bottom: -20px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
  }

.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #727272;
  border-radius: 12px;
}
.carousel-indicators .active {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 12px;
  }

/*--------------------------------------------------------------
# Team Member Tabs
--------------------------------------------------------------*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background: #FBCC34;
  }

.nav-tabs > li {
	width: 33% !important;
  }
  @media (max-width: 767px) {
	.nav-tabs > li {
		width: 50%;
	  }
  }
.team-member-box h3, .team-member-box p {
	text-align: center;
}
.nav > li > a {
	color: #000;
  }
.team-member-image {
/* 	box-shadow: 0 0 6px #bbbbbb; */
	border-radius: 50%;
	padding:35px;
}
/*--------------------------------------------------------------
# Mobile Specefic CSS
--------------------------------------------------------------*/
  @media (max-width: 420px) {
	.elementor-5 .elementor-element.elementor-element-f18fa86 .elementor-tab-title.elementor-active, .elementor-5 .elementor-element.elementor-element-f18fa86 .elementor-tab-title.elementor-active a {
		color: #fff !important;
		background-color: #000 !important;
	  }
	.address-contact-text {
		width: 280px;
		float: left;
	}
	.address-contact-text-single-word {
		width: 100%;
		float: left;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-right: 10px;
	  }
}

.address-contact-text-single-word a {
	color: #fbcc34;
}
.elementor-menu-anchor::before {
  content: '';
  display: block;
  height:      100px;
  margin-top: -100px;
  visibility: hidden;
}
.awardimageshome img {
	border-radius: 50% !important;
	margin: 5px;
}
.single-item-wrapper {
	border: 1px solid rgb(224, 224, 224);
	box-shadow: 0px 4px 10px 0px rgba(90.74999999999997, 90.74999999999997, 90.74999999999997, 0.5);
	padding-top: 10px;
}


/*--------------------------------------------------------------
# Topmenu Collapse on Tab
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

#awardsHome,.displayNone{
	display:none;
}
.blog-box-career .entry-title a{
	font-size: 16px;
    color: #e0dcdc;
    letter-spacing: 1px;
}
.blog-box-career .post-icons{
	font-size:14px;
}

.blog-box-career{
	padding:0;
}
.blog-box-career .entry-header{
	background: #353535;
    padding: 10px;
    border-left: 5px solid #fcc100;
    border-right: 5px solid #fcc100;
    border-bottom: 5px solid #fcc100;
    border-top: 5px solid #fcc100;
}
.blog-box-career .entry-title{
	margin:0;
}

.blog-box-career>*>.post-details{
	padding:15px 8px;
	display:none;
}

.blog-box-career{
	border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
	min-height: 185px !important;
}

.post-excerpt{
	min-height:200px !important;
}

.post-excerpt p{
	font-size: 15px;
    padding: 15px 8px;
    font-weight: 600;
	margin:0;
	line-height:30px;
}
