@charset "UTF-8";
/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area


*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Yantramanav", sans-serif;
  color: #666c6e;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yantramanav", sans-serif;
  font-weight: 900;
  color: #2c2c2c;
  letter-spacing: 1px;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

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

abbr[title] {
  border-bottom: 1px #7a7a7a dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.single .entry-content p {
  margin-bottom: 18px;
}

.entry-content > p:first-of-type:first-letter {
  font-size: 70px;
  float: left;
  line-height: 60px;
  padding: 4px 12px 0 0;
}

/*-------------- Alignments ---------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------- Forms ---------*/
label {
  color: #323232;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
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;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}

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: #222;
  border-color: #323232;
}

select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-weight: 400;
}

button,
input[type=button],
input[type=submit] {
  background-color: #003478;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  transition: background 0.2s;
}

input + button,
input + input[type=button],
input + input[type=submit] {
  padding: 0.75em 2em;
}

button.secondary,
input[type=reset],
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #7a7a7a;
}

button.secondary:hover,
button.secondary:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button].secondary:hover,
input[type=button].secondary:focus,
input[type=reset].secondary:hover,
input[type=reset].secondary:focus,
input[type=submit].secondary:hover,
input[type=submit].secondary:focus {
  background: #bbb;
}

/*------ Formatting ---------*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*-------- Lists ----------*/
ul,
ol {
  margin: 0 0 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

/*---------- Tables ---------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4em;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*---------- Links -----------*/
a {
  color: #101010;
  text-decoration: none;
}

a:hover,
a:active {
  color: #003478;
  outline: 0;
  text-decoration: none;
}

/*------------- Header -------------*/
.page-template-custom-home-page .wrap_figure {
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.page-template-custom-home-page #header {
  background: transparent;
}

#header {
  background-color: #101010;
}

.top_header {
  padding: 10px 0;
  text-align: right;
  font-size: 15px;
  color: #222;
}

.page-template-custom-home-page .top_header span i {
  color: #101010;
}

.top_header span i {
  margin: 0 10px;
  border: solid 1px #e7e7e7;
  color: #222222;
  padding: 10px;
  border-radius: 50px;
}

.top_header span {
  border-right: solid 2px #e5e5e5;
  padding-right: 15px;
}

.top_header strong {
  color: #fff;
}

.page-template-custom-home-page .top_header strong {
  color: #003478;
}

.top_header a {
  margin-left: 15px;
}

.links {
  margin: 5px 0;
  text-align: center;
}

.links i {
  font-size: 15px;
  color: #fff;
}

.page-template-custom-home-page .links i.fab.fa-facebook-f {
  color: #4266b3;
}

.page-template-custom-home-page .links i.fab.fa-twitter {
  color: #3eabee;
}

.page-template-custom-home-page .links i.fab.fa-youtube {
  color: #ff4444;
}

.page-template-custom-home-page .links i.fab.fa-instagram {
  color: #fa4280;
}

/* ----- header navigation ----- */
.page-template-custom-home-page .menu_header {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#gb_responsive {
  display: inline;
}

ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.gb_nav_menu ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: right;
}

.gb_nav_menu li {
  display: inline-block;
  margin: 0;
  position: relative;
}

.gb_nav_menu li a {
  color: #fff;
  padding: 5px 15px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.gb_nav_menu ul li a:active,
.gb_nav_menu ul li a:hover {
  color: #fff;
}

.gb_nav_menu ul ul {
  display: none;
  position: absolute;
  background: #003478;
  min-width: 210px;
  z-index: 9999;
  padding: 4px;
}

.gb_nav_menu ul ul ul {
  left: 100%;
  top: 0;
}

.gb_nav_menu ul ul a {
  color: #fff;
  padding: 10px;
}

.gb_nav_menu ul ul a:hover {
  background: #003478;
  color: #fff !important;
}

.gb_nav_menu ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
}

.gb_nav_menu ul ul li:last-child {
  border-bottom: 0;
}

.gb_nav_menu ul li:hover > ul {
  display: block;
}

.gb_nav_menu .menu > ul > li.highlight {
  background-color: #006ccc;
}

.gb_nav_menu .menu > ul > li.highlight:hover {
  background: transparent;
}

.sf-arrows ul .sf-with-ul {
  padding: 10px;
}

.sf-arrows .sf-with-ul,
.topbar .sf-arrows .sf-with-ul {
  padding: 10px 18px 10px 8px;
}

.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 11px;
  font-size: 13px;
  font-family: "batpaicon";
}

.topbar .sf-arrows .sf-with-ul:after {
  font-size: 14px;
  top: 0px;
  right: 8px;
}

.sf-arrows ul .sf-with-ul:after {
  top: 4px;
}

.toggle-menu,
a.closebtn {
  display: none;
}

/*------- Header ---------*/
#masthead .wrap {
  position: relative;
}

/* Site branding */
.site-branding {
  padding: 1em 0;
  position: relative;
  transition: margin-bottom 0.2s;
  z-index: 3;
}

.site-branding a {
  text-decoration: none;
  transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
  opacity: 0.7;
}

.site-title {
  clear: none;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
  padding-right: 1em;
  vertical-align: middle;
  width: auto;
}

.custom-logo-link img {
  display: inline-block;
  max-height: 80px;
  width: auto;
}

/* Logo */
.logo {
  padding: 25px 0;
}

.logo h1,
.site-title,
.site-title a {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}

.page-template-custom-home-page .site-title,
.page-template-custom-home-page .site-title a,
.page-template-custom-home-page .logo h1 a,
.page-template-custom-home-page .logo p {
  color: #222222;
}

.logo h1 a {
  color: #fff;
  text-decoration: none;
}

.logo p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

/* --------- SLIDER--------- */
#slider {
  max-width: 100%;
  padding: 0;
  background: #222222;
}

#slider .carousel-caption {
  top: 60%;
  transform: translateY(-60%);
  right: 40%;
  left: 15%;
}

#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon {
  padding: 10px 18px;
  background: #232732;
  width: auto;
  height: auto;
  letter-spacing: 1px;
  font-size: 12px;
}

#slider .carousel-control-next-icon {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}

#slider .carousel-control-prev-icon {
  -webkit-clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
}

#slider .carousel-control-prev-icon i {
  margin-right: 5px;
}

#slider .carousel-control-next-icon i {
  margin-left: 5px;
}

#slider .carousel-control-next-icon:hover,
#slider .carousel-control-prev-icon:hover {
  background: #003478;
}

#slider img {
  width: 100%;
  opacity: 0.4;
}

#slider .carousel-item-next,
#slider .carousel-item-prev,
#slider .carousel-item.active {
  display: block !important;
}

#slider .carousel-control-next,
#slider .carousel-control-prev {
  opacity: 1;
  width: auto;
}

#slider .carousel-caption h2 {
  text-align: left;
  color: #fff;
  padding: 0px;
  font-size: 50px;
  text-transform: uppercase;
}

.home-btn {
  text-align: left;
  margin: 25px 0;
}

.home-btn a {
  background: #003478;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 35px;
  color: #fff;
}

.home-btn a:hover {
  color: #fff;
}

/*--------- Services Section--------- */
.box {
  overflow: hidden;
  position: relative;
  background: #222222;
}

.box:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.6s ease 0s;
}

.box:hover:before {
  background-image: linear-gradient(to right, #f2bb1e, #fd5e48);
  opacity: 0.9;
}

.box img {
  width: 100%;
  height: auto;
  transform-origin: right center;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
}

.box:hover img {
  transform: scale(1.2);
}

.box .box-content {
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  transform: translateY(-50%) scale(0.1);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease 0.1s;
}

.box:hover .box-content {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.outer-box {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.outer-box h4 {
  font-size: 25px;
  padding: 0 20px;
}

.box-content h4 {
  font-size: 20px;
  padding: 15px 0;
  margin-bottom: 0;
}

.box-content i {
  font-size: 50px;
}

.outer-box h4 a,
.box-content h4 a {
  color: #fff;
}

.box:hover .outer-box h4 {
  display: none;
}

/*--------- Category Section--------- */
#Category-section {
  padding: 1% 0;
  width: 100%;
}

.content-area {
  margin: 20px 0;
}

#Category-section .postbox.smallpostimage {
  padding: 15px 30px;
}
#Category-section .postbox.smallpostimage .box-content {
  margin: -20px;
}

#Category-section .postbox.smallpostimage:hover h3 a {
  color: #003478;
}

#Category-section h3 a {
  color: #101010;
}

#Category-section h3 {
  text-align: center;
  padding: 0px;
  color: #101010;
}

#Category-section .date-box,
#single-post-section .date-box {
  text-align: center;
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 600;
}

#single-post-section .date-box {
  text-align: left;
  margin: 20px 0 20px;
}

#Category-section .date-box i,
#single-post-section .date-box i {
  margin-right: 5px;
}

#Category-section .date-box span,
#single-post-section .date-box span {
  margin-right: 15px;
}

/*--------- Woocommerce Section--------- */
.woocommerce ul.products li.product .star-rating {
  margin: 0 auto 0.5em;
}

.woocommerce #sidebar {
  margin-top: 2em;
}

a.showcoupon,
.woocommerce-message::before {
  color: #003478;
}

.woocommerce-message {
  border-top-color: #003478;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background: #003478;
  color: #fff;
  padding: 0;
  border-radius: 50px;
  margin: 0 !important;
}

.woocommerce ul.products li.product .onsale {
  top: 10px !important;
  right: 10px !important;
}

h2.woocommerce-loop-product__title {
  font-size: 18px !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #323232;
}

.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-bottom: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #003478;
  color: #fff;
  border-radius: 36px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #323232;
  color: #fff;
}

.woocommerce .quantity .qty {
  width: 5em;
  padding: 5px;
  border-radius: 0;
  border: solid 1px #323232;
  color: #323232;
}

.col-1,
.col-2 {
  max-width: 100%;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
  background-image: linear-gradient(to right, #f2bb1e, #fd5e48);
  padding: 12px !important;
  margin-bottom: 10px;
  border-radius: 50px;
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: #fff !important;
  font-weight: bold;
  font-style: none !important;
}

.posted_in {
  display: block;
}

.woocommerce .woocommerce-ordering select {
  padding: 10px;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-product-gallery__image {
  padding: 2px;
}

.woocommerce a.checkout-button.button.alt.wc-forward {
  color: #fff !important;
  font-style: none;
}

.woocommerce a.checkout-button.button.alt.wc-forward:hover {
  text-decoration: none !important;
}

/*-------- Regular Content -----------*/
.site-content-contain {
  position: relative;
}

.site-content {
  padding: 2.5em 0 0;
}

/*-------- Posts ----------------*/
.sticky {
  position: relative;
}

.sticky .article_content {
  border: solid 2px #a556d4;
}

.post:not(.sticky) .icon-thumb-tack {
  display: none;
}

.entry-header .entry-title {
  margin-bottom: 0.25em;
}

.entry-title a {
  color: #2c2c2c;
  text-decoration: none;
  margin-left: -2px;
}

h3.entry-title a:hover {
  color: #003478;
}

.entry-title:not(:first-child) {
  padding-top: 0;
}

.entry-meta {
  color: #7a7a7a;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  padding-bottom: 0.25em;
}

.entry-meta a {
  color: #7a7a7a;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.pagination,
.comments-pagination {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
  text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}

.comments-pagination {
  border: 0;
}

.page-numbers {
  display: none;
  padding: 0.5em 0.75em;
}

.page-numbers.current {
  display: inline-block;
  background: #003478;
  color: #fff;
}

.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}

.prev.page-numbers,
.next.page-numbers {
  background-color: #003478;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25em 0.5em 0.4em;
  color: #fff;
  font-weight: normal;
}

.prev.page-numbers,
.next.page-numbers {
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  background: #f7f6f9;
  box-shadow: 1px 3px 7px #aaa;
  color: #2c2c2c;
  cursor: pointer;
}

.prev.page-numbers,
.next.page-numbers {
  font-size: 15px;
  padding: 10px;
}

a.more-link {
  color: #fff;
  background: #003478;
  padding: 8px 18px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5px;
  display: inline-block;
}
a.more-link:hover {
  color: #fff;
}

.more-link:before {
  margin-top: 0 !important;
}

/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}

.article_content {
  background: #eee;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 1px 3px 7px #bbb;
  border-left: 5px solid #2c2c2c;
}

/* Single Post */
.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}

.page-links .page-number {
  color: #7a7a7a;
  display: inline-block;
  padding: 0.5em 1em;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #222;
}

/* Entry footer */
.copyright {
  background: #2c2c2c;
  width: 100%;
}

nav.social-navigation :hover {
  color: #00bcd4;
}

.entry-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  padding-left: 2.5em;
  position: relative;
}

.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
  color: #323232;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
  color: #7a7a7a;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 2px;
}

.entry-footer .edit-link {
  display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
  background-color: #222;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
  background-color: #7a7a7a;
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* Post Navigation */
.post-navigation {
  font-weight: 800;
  margin: 3em 0;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.post-navigation .nav-links span {
  margin: 0;
}
.post-navigation .nav-links span i {
  font-size: 15px;
}

.nav-subtitle {
  background: transparent;
  color: #7a7a7a;
  display: block;
  font-size: 11px;
  font-size: 18px;
  margin-bottom: 1em;
}

.nav-title {
  color: #323232;
  font-size: 15px;
}

.post-navigation .nav-next {
  margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}

/*----------- Pages ---------*/
.page-header h1,
.entry-header h1,
.page-header h2,
.single-post-page h2,
h1.entry-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0px;
}

.page-header,
.entry-header,
.single-post-page h2 {
  padding-bottom: 1em;
  padding-top: 1em;
}

.single-post-page h2 {
  font-weight: bold;
  padding: 0px;
  margin-bottom: 15px;
}

.page .entry-header .edit-link {
  font-size: 14px;
}

.search .page .entry-header .edit-link {
  font-size: 11px;
}

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

/*----------- Footer --------------*/
.site-info i {
  font-size: 16px;
  color: #fff;
}

.site-info p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.site-info p,
.site-info a {
  color: #fff !important;
  text-align: center;
}

.site-footer .wrap {
  padding-bottom: 1.5em;
  padding-top: 2em;
}

/* Footer widgets */
.site-footer .widget-area a:hover {
  color: #003478;
}

.site-footer .search-form .search-submit {
  background: #003478;
  color: #fff;
}

.site-footer .widget-area ul li a,
.site-footer .textwidget {
  color: #ffffff;
}

.site-footer .widget ul li,
.site-footer .widget ol li {
  color: #fff;
  padding: 4px 0;
  list-style: none;
  font-size: 15px;
}

.site-footer h3.widget-title {
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 20px;
  border-bottom: solid 2px #fff;
  border-top: solid 1px #fff;
  padding: 4% 0;
}

.site-footer input[type=search] {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
  width: 100%;
  border: none;
}

.site-footer .search-form .search-submit {
  bottom: 1px;
  padding: 10px;
  position: absolute;
  right: 1px;
  background: #003478;
  color: #fff;
}

/* Site info */
.site-info {
  font-size: 14px;
  background: #1a1a1a;
  padding: 30px 0;
}

.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}

/*------- Comments ------------*/
.pre .nav-links a,
.nex .nav-links a {
  background: #2c2c2c;
  color: #fff;
  padding: 5px 10px;
}

.pre,
.nex {
  margin: 0 0 20px;
}

.comments-area {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  margin-top: 100px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #7a7a7a;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #7a7a7a;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #323232;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #323232;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #7a7a7a;
  font-size: 14px;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

/*sidebar*/
#sidebar td#prev a {
  color: #003478;
}

#sidebar caption {
  font-weight: bold;
  color: #003478;
  font-size: 20px;
}

#sidebar table,
#sidebar th,
#sidebar td {
  text-align: center;
}

#sidebar td {
  padding: 7px;
  color: #003478;
}

#sidebar th {
  text-align: center;
  padding: 5px;
  color: #003478;
}

#sidebar select {
  padding: 10px 5px;
  border: solid 1px #2c2c2c;
  color: #003478;
  background: transparent;
}

#sidebar h3 {
  font-weight: bold;
  font-size: 22px;
  color: #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  border-top: 1px solid #2c2c2c;
  padding: 4% 0;
}

#sidebar input[type=search],
input[type=search] {
  padding: 17px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #666c6e;
  border: solid 1px #e5eaec;
  width: 100%;
}

#sidebar .search-form .search-submit {
  bottom: 4px;
  padding: 15px;
  position: absolute;
  right: 4px;
}

#sidebar label {
  margin-bottom: 0;
  width: 100%;
}

#sidebar input[type=submit] {
  background: #003478;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
  width: 100%;
  font-weight: bold;
}

#sidebar .widget {
  margin-bottom: 40px;
  padding: 30px 30px 30px 30px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: #fff;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
  padding-left: 15px;
}

#sidebar ul li {
  border-bottom: 1px dashed #ddd;
  background: url(assets/images/icon1.png) no-repeat 0 15px;
  margin: 0 0 5px;
  padding: 0;
}

#sidebar ul li:last-child {
  border: none;
}

#sidebar ul li a {
  font-size: 15px;
  font-weight: 500;
}

#sidebar .tagcloud a,
.site-footer .tagcloud a {
  background: #eeeeee;
  color: #2c2c2c;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display: inline-block;
}

#sidebar .tagcloud a:hover,
.site-footer .tagcloud a:hover {
  background: #003478;
  color: #fff;
}

/* Search */
.search-form {
  position: relative;
}

.search-form .search-submit {
  bottom: 3px;
  padding: 16px 25px;
  position: absolute;
  right: 3px;
}

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}

button.search-submit {
  background-color: #003478;
  font-weight: normal;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td,
.widget_calendar caption {
  text-align: center;
  color: #ffffff;
}

.widget_calendar tfoot td {
  border: 0;
}

.widget_calendar td#today {
  background: #003478;
  color: #fff;
}

/*----------- Media ----------*/
img,
video {
  height: auto;
  max-width: 100%;
}

/*--------- Galleries --------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  transition: filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*--------- Media --------------*/
@media screen and (min-width: 48em) {
  /* Posts */
  .site-content {
    padding: 2em 0 0;
  }

  .nav-next,
.post-navigation .nav-next {
    margin-top: 0;
  }

  .blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
    padding-bottom: 4em;
  }

  .entry-footer {
    display: table;
    width: 100%;
  }

  /* Comments */
  .comments-title {
    margin-bottom: 2.5em;
  }

  ol.children .children {
    padding-left: 2em;
  }

  /* Posts pagination */
  .nav-links .nav-title {
    position: relative;
  }

  .nav-title-icon-wrapper {
    position: absolute;
    text-align: center;
    width: 2em;
  }

  .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    left: -2em;
  }

  .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    right: -2em;
  }
}
@media screen and (max-width: 768px) {
  .site-footer td,
#sidebar .widget_calendar th,
#sidebar .widget_calendar td {
    padding: 3px;
  }

  .site-footer .search-form .search-submit,
#sidebar .search-form .search-submit {
    bottom: 0px;
    padding: 10px;
    position: static;
    right: 0px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .gb_nav_menu .nav ul li a:focus,
a.closebtn.gb_menu:focus,
.toggle-menu button:focus {
    outline: -webkit-focus-ring-color auto 1px;
  }

  .toggle-menu {
    display: none;
    width: 100%;
    top: 0;
    cursor: pointer;
    z-index: 999999;
    text-align: left;
    right: 0;
    font-size: 20px;
  }

  .toggle-menu.gb_menu p {
    margin-bottom: 0;
  }

  .toggle-menu i {
    font-size: 22px;
    color: #fff;
  }

  .toggle-menu button {
    padding: 10px 15px;
    background: #222222;
  }

  .side_gb_nav {
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    top: -110%;
    right: 0;
    overflow-y: scroll;
    background-color: #1a1a1a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    visibility: hidden;
  }

  .side_gb_nav.show {
    visibility: visible;
    top: 0%;
  }

  .side_gb_nav .closebtn {
    position: absolute;
    top: 0;
    padding: 0px 18px;
    font-size: 36px;
    display: block;
    color: #ffffff;
    right: 0;
  }

  .side_gb_nav .closebtn i {
    margin: 15px;
  }

  .side_gb_nav #top_gb_menu {
    width: 100%;
  }

  .toggle-menu span {
    font-size: 30px;
    cursor: pointer;
    text-align: right;
  }

  .toggle-menu {
    display: block;
  }

  .toggle i.fa.fa-bars,
.toggle i.fa.fa-times {
    float: right;
    color: black;
  }

  .gb_nav_menu .nav ul li {
    border-top: 1px #303030 solid;
    display: block;
  }

  .nav ul li a {
    padding: 10px 15px;
    display: block;
    color: #ffffff !important;
    border: none;
    border-bottom: 1px solid #3c3c3c;
    background: none !important;
  }

  .sf-arrows .sf-with-ul:after {
    right: 20px;
  }

  .nav ul li:first-child a {
    border-top: 1px solid #3c3c3c;
  }

  .nav ul li:first-child ul li a {
    border-top: none;
  }

  .gb_nav_menu .current_page_item > a,
.gb_nav_menu .current-menu-item > a,
.gb_nav_menu .current_page_ancestor > a {
    color: #003478;
  }

  .nav ul li ul li a:before {
    content: "__";
    padding-right: 10px;
  }

  .nav ul li ul li a {
    padding-left: 20px !important;
  }

  .nav ul li ul li ul li a {
    padding-left: 30px !important;
  }

  .gb_nav_menu ul ul {
    position: static;
    width: 100%;
    background: none;
    border: none;
  }

  .gb_nav_menu li,
.menu_header {
    padding: 0;
    display: block;
  }

  .gb_nav_menu ul {
    margin: 0;
    text-align: left;
  }

  .main-header-box {
    padding-bottom: 15px;
  }

  #gb_responsive {
    text-align: left;
    display: inline;
  }

  .gb_nav_menu .sub-menu > li > a:focus,
.nav ul li a:focus {
    outline: -webkit-focus-ring-color auto 1px;
  }
}
@media screen and (max-width: 425px) {
  .links,
.site-info,
.top_header {
    text-align: center;
  }

  .page-template-custom-home-page .wrap_figure {
    position: static;
  }

  .top_header span {
    display: table-header-group;
  }

  .logo h1,
#slider .carousel-caption h2 {
    font-size: 23px;
  }

  #slider .carousel-caption {
    right: 10%;
    left: 10%;
    padding: 0;
    top: 40%;
    transform: translateY(-40%);
  }

  #slider .carousel-control-next,
#slider .carousel-control-prev {
    display: none;
  }

  #middle-sec .box {
    margin: 15px 0;
  }

  .site-footer .search-form .search-submit,
#sidebar .search-form .search-submit {
    bottom: 1px;
    padding: 10px;
    position: absolute;
    right: 2px;
  }

  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    float: none !important;
  }

  .site-info {
    padding: 2em 0;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .site-footer td,
.site-footer th {
    padding: 0px;
  }

  .woocommerce .products li {
    width: 40% !important;
  }

  #slider .carousel-caption {
    right: 15%;
    left: 15%;
  }
}
#single-post-section .meta-box {
  margin: 30px 0 15px;
}

/* Global */
.admin-bar .navbar-sticky.sticky {
  margin-top: 30px;
}

/* Image */
.alignright.size-thumbnail.wp-image-827 {
  margin-bottom: 40px;
  display: inline-block;
}

img,
figure {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img[class*=wp-image-] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
}

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  clear: both;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  margin-bottom: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.clearfix:after,
.clearfix {
  content: "";
  display: block;
  clear: both;
}

/*-- HTML Formate --*/
/* table */
table,
iframe {
  border: 1px solid #fbfbfb;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 10px;
  border: 1px solid #ededed;
  text-align: center;
}

div#calendar_wrap caption {
  margin: 0;
  padding: 8px;
  caption-side: top;
  text-align: center;
  background: #003478;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
div#calendar_wrap table > thead > tr > th,
div#calendar_wrap table > tbody > tr > th,
div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td,
div#calendar_wrap table > tbody > tr > td,
div#calendar_wrap table > tfoot > tr > td {
  padding: 0;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  border: 1px solid #e7e7e7;
}

dt {
  font-weight: bold;
  margin: 6px;
}

/* Gallery item */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  box-shadow: none;
  background: none;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  transition: filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-size-thumbnail .gallery-caption {
  display: inline-block;
  max-width: 200px;
  margin-top: 5px;
}
.gallery-size-thumbnail .gallery-item > div > a {
  display: inline-block;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  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;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/* Theme check */
blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
blockquote p {
  margin-bottom: 5px;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 1.125em;
  padding: 0.667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:hover {
  color: #fff;
}



figcaption {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  display: block;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

a code {
  color: #003478;
}

p {
  margin: 0 0 25px;
}

p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

select {
  max-width: 100%;
}

.post-password-form input[type=password] {
  padding: 5px 15px;
  margin-left: 10px;
}
.post-password-form input[type=submit] {
  background-color: #003478;
  border: none;
  padding: 7px 55px;
  color: #fff;
  cursor: pointer;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover {
  color: #fff;
}

blockquote, .wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
  padding: 20px;
  padding-left: 40px;
  border-left: 5px solid #E3335F;
  margin: 15px 0;
  background: #003478;
  position: relative;
  color: #fff;
}
blockquote p, .wp-block-quote:not(.is-large) p, .wp-block-quote:not(.is-style-large) p {
  margin-bottom: 0px;
}

.blog-single blockquote.wp-block-quote {
  background: #003478;
  text-align: center;
  color: #fff;
  padding: 20px;
}

blockquote.has-text-color.has-very-dark-gray-color {
  color: #fff;
}

/*============================
   post
=============================== */
.post,
article.page {
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
.single .post,
.single article.page {
  border-color: transparent;
}
.page .post,
.page article.page {
  border-color: transparent;
}
.post .postbox,
article.page .postbox {
  border-radius: 5px;
}
.post .post-media,
article.page .post-media {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.post .post-media img,
article.page .post-media img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.post .post-media .video-link-btn,
article.page .post-media .video-link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.post .post-media .video-link-btn a,
article.page .post-media .video-link-btn a {
  background: #003478;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}
.post .post-title,
article.page .post-title {
  font-size: 30px;
  margin: 10px 0;
  margin-top: 6px;
  transition: 0.2s;
  word-break: break-word;
  color: #313845;
}
.post p,
article.page p {
  margin-top: 0;
}
.post .post-desc,
article.page .post-desc {
  margin-bottom: 15px;
  text-align: left;
}
.post .link-more a,
article.page .link-more a {
  color: #fff;
  background: #003478;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.post.sticky,
article.page.sticky {
  overflow: hidden;
}
.post.sticky .sticky-badge,
article.page.sticky .sticky-badge {
  display: block;
  position: absolute;
  right: -37px;
  top: -4px;
  background: #003478;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  z-index: 1;
}

.meta-box {
  display: inline-block;
  align-items: center;
  word-break: break-word;
  margin-bottom: 15px;
}
.meta-box span {
  font-size: 14px;
  color: #a2a6ad;
  text-transform: capitalize;
  font-weight: 400;
}
.meta-box span:not(:first-child) {
  margin-left: 10px;
}
.meta-box span i {
  vertical-align: middle;
  font-size: 12px;
  line-height: 0.8;
  margin-right: 5px;
}

.search article.page {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.xs-page-header {
  margin-bottom: 30px;
}

.post-inline.media .post-media {
  margin-right: 15px;
}

/* Single Post */
.single-post .post .entry-header .post-meta {
  margin: 25px 0 15px;
}

/*=========================== ===========
         sidebar
========================================*/
.sidebar .widget {
  margin-bottom: 40px;
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 3px;
}
.sidebar .widget .widget-title {
  font-size: 18px;
  font-weight: 800;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
  letter-spacing: -0.54px;
  text-transform: uppercase;
}
.sidebar .widget .widget-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 30px;
  height: 3px;
  left: 0;
  z-index: 1;
  background: #003478;
}
.sidebar .widget .entry-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.54px;
}
.sidebar .widget .media-body {
  margin-left: 25px;
}
.sidebar .widget.widget_search {
  padding: 0;
  border: 0;
}
.sidebar .widget.widget_search .instive-serach {
  padding: 0;
  background: transparent;
  height: auto;
}
.sidebar .widget.widget_search .instive-serach .form-control {
  font-style: italic;
  border-radius: 0;
  font-size: 14px;
  padding: 13px 30px;
  border: 1px solid #ededed;
  border-radius: 5px 0 0 5px;
}
.sidebar .widget.widget_search .instive-serach .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #003478;
}
.sidebar .widget.widget_search .instive-serach .input-group-btn {
  background: #003478;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  border: none;
  right: 0;
  left: auto !important;
  top: 0;
  border-radius: 0 5px 5px 0px;
}
.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}
.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  transition: all 0.3s;
}
.sidebar .widget.widget-tags ul li a:hover {
  background: #003478;
  color: #fff;
  transition: all ease 500ms;
}
.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}
.sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul li {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar ul li a {
  color: #003478;
}
.sidebar ul li a:hover {
  color: #003478;
}
.sidebar ul li a.url, .sidebar ul li a.rsswidget {
  color: #193656;
}
.sidebar ul li a.rsswidget {
  font-weight: 600;
}
.sidebar ul li cite {
  font-style: normal;
}
.sidebar ul.sub-menu,
.sidebar ul.children {
  padding: 10px 0px 0 20px;
}
.sidebar ul.children {
  padding-bottom: 0;
}

.service-time li span:last-child {
  float: right;
}

.recent-post-widget .widget-post {
  padding: 20px 0;
  border-bottom: 1px dashed #eeeeee;
}
.recent-post-widget .widget-post:first-of-type {
  padding-top: 0;
}
.recent-post-widget .widget-post:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.recent-post-widget .widget-post img {
  width: 110px;
  height: 80px;
  border-radius: 5px;
}

.tag-lists a,
.tagcloud a {
  border: 1px solid #f1f1f1;
  color: #003478;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
}
.tag-lists a:hover,
.tagcloud a:hover {
  color: #003478;
}

.textwidget img {
  margin: 10px 0;
}

.page-links .page-link {
  display: inline-block;
}
.page-links .page-link:hover {
  background: none;
}

a.post-page-numbers {
  display: inline-block;
}
a.post-page-numbers:hover {
  color: #fff;
  background: #003478;
}
a.post-page-numbers:hover .page-link {
  color: #fff !important;
  margin: 0 !important;
}

/*=======================================
 Post  Comments section
 ========================================*/
.blog-post-comment .comment-title {
  font-size: 24px;
}
.blog-post-comment .comment-info [class*=col-md-] {
  margin-bottom: 15px;
  position: inherit;
}
.blog-post-comment .comment-content > h3 {
  margin-bottom: 0.5rem;
}
.blog-post-comment .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}
.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}
.blog-post-comment .comment-respond .comment-form .form-control {
  border-radius: 0;
  height: 45px;
  margin-bottom: 15px;
}
.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
  height: 245px;
}
.blog-post-comment .comment-respond .comment-form .form-control:focus {
  box-shadow: none;
  border-color: #003478;
}
.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 40px;
}
.blog-post-comment .comments-list .trackback .comment-body {
  margin-left: 0;
}

.loginformuser .form-control {
  height: 100%;
  resize: none;
}
.loginformuser .form-control:focus {
  box-shadow: none;
  border-color: #003478;
}

/* Common */
.pingback p,
.pingback .says {
  display: none;
}

.comments-list .pingback .comment-body {
  margin-left: 0;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  list-style: none;
}
.comments-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  color: #003478;
  text-transform: uppercase;
  font-style: normal;
}
.comments-list .comment-author a {
  color: #003478;
}
.comments-list .comment-author a:hover {
  color: #003478;
}
.comments-list .comment-author cite {
  font-style: normal;
}
.comments-list .comment-date {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-reply-link {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}
.comments-list .comment-reply-link i {
  margin-right: 5px;
}
.comments-list .comment-reply-link:hover {
  color: #003478;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #666;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
  float: right;
  color: #000;
}
#cancel-comment-reply-link:hover {
  color: #003478;
}

.not-found h1 {
  margin-bottom: 20px;
}
.not-found .input-group-btn {
  background: #003478;
  color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}
.not-found .input-group-btn i {
  line-height: 48px;
}
.not-found .form-control:focus {
  box-shadow: none;
  border-color: #003478;
}
.not-found p {
  line-height: 1.1;
  margin-bottom: 25px;
}
.not-found p small {
  display: block;
}

article.page .post-meta {
  margin-bottom: 15px;
}

/*===========================
         author box
=============================*/
.author-box {
  padding: 40px 40px 20px;
  margin-bottom: 40px;
  min-height: 135px;
  background: #f0f4f9;
}
.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.author-box .author-info {
  margin-left: 90px;
}
.author-box .author-info > h3 {
  margin-bottom: 4px;
  font-size: 18px;
}
.author-box .author-url {
  margin-bottom: 12px;
}
.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

/*=============================
   pagination nav
 =============================*/
.post-navigation {
  padding: 25px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
}
.post-navigation .post-previous,
.post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.post-navigation span:hover,
.post-navigation h3:hover {
  color: #003478;
}
.post-navigation h3 {
  font-size: 17px;
  line-height: 26px;
  margin: 5px 0;
  font-weight: bold;
  ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-navigation span {
  color: #525252;
}
.post-navigation i {
  margin: 0 5px;
  color: #525252;
}
.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}
.post-navigation .post-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

/*==============================
 pagination
 ============================*/
.pagination {
  margin: 0;
  display: flex;
  justify-content: center;
}
.pagination li a,
.pagination li span {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: normal;
  border: 1px solid #dadada;
  text-align: center;
  display: inline-block;
  color: #666;
  border-radius: 3px;
}
.pagination li a i,
.pagination li span i {
  line-height: 40px;
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #003478;
  border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #003478;
}
.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

.entry-content .page-links {
  color: #10100e;
  margin-left: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.entry-content .page-links span {
  display: inline-block;
}
.entry-content .page-links span.page-link {
  color: #10100e;
}
.entry-content .page-links .page-link-text {
  margin-right: 10px;
}
.entry-content .page-links .post-page-numbers.current {
  margin-right: 5px;
}

/*=======================
   blog details
 ========================*/
.blog-single .post .post-media {
  margin-bottom: 30px;
}
.blog-single .post .post-body {
  background: #fff;
  border: 0;
  padding: 0;
}

/*-- Review --*/
.header ul.navbar-nav li .dropdown-menu {
  margin: 0;
}

.header ul.navbar-nav > li > a {
  font-size: 13px;
  margin-left: 8px;
}

.header ul.navbar-nav {
  margin-right: 0;
}

body.blog,
body.single-post,
body.page,
body.search.search-results {
  color: #525252;
}
body.blog .sidebar ul li a:hover,
body.blog .tag-lists a:hover,
body.blog .tagcloud a:hover,
body.single-post .sidebar ul li a:hover,
body.single-post .tag-lists a:hover,
body.single-post .tagcloud a:hover,
body.page .sidebar ul li a:hover,
body.page .tag-lists a:hover,
body.page .tagcloud a:hover,
body.search.search-results .sidebar ul li a:hover,
body.search.search-results .tag-lists a:hover,
body.search.search-results .tagcloud a:hover {
  color: #003478;
}
body.blog .sidebar .ts-social-list li a:hover,
body.single-post .sidebar .ts-social-list li a:hover,
body.page .sidebar .ts-social-list li a:hover,
body.search.search-results .sidebar .ts-social-list li a:hover {
  color: #fff;
}
body.blog .sidebar .ts-social-list li a,
body.single-post .sidebar .ts-social-list li a,
body.page .sidebar .ts-social-list li a,
body.search.search-results .sidebar .ts-social-list li a {
  border: 1px solid #d6d6d6;
}

.post .post-body,
article.page .post-body {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 3px;
}

.post.has-post-thumbnail .post-media.post-image {
  margin-bottom: -2px;
}

.sidebar .widget select {
  -webkit-appearance: none;
  appearance: none;
  color: #596172;
  border-color: #ebebeb;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0 30px;
  border-radius: 0 !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #fff;
}

/* Sidebar latest post */
.sidebar .widget .entry-title {
  font-size: 14px;
}

/* Single Post all */
.tag-lists span {
  margin-right: 10px;
}

.inner-banner-area {
  padding: 40px 0;
  background-color: #fbfbfb;
}
.inner-banner-area .banner-title {
  margin: 0;
}
.inner-banner-area.banner_overlay {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.inner-banner-area.banner_overlay::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
}
.inner-banner-area.banner_overlay .banner-heading {
  position: relative;
}
.inner-banner-area.banner_overlay .banner-heading .banner-title {
  color: #fff;
  margin-bottom: 10px;
}
.inner-banner-area.banner_overlay .banner-heading .breadcrumbs {
  color: #fff;
}
.inner-banner-area.banner_overlay .banner-heading .breadcrumbs a {
  color: inherit;
}

.main-container {
  padding: 40px 0;
}

.page-header .error-title {
  font-size: 80px;
  font-weight: 700;
}

#Category-section .postbox.smallpostimage .box-content {
  margin-bottom: 25px;
}