/*
	Theme Name: Aditi
	Text Domain: aditi
	Theme URI: http://gopalbonline.com
	Author: Gopal Bhattacharjee (@gopalb123)
	Author URI: http://gopalb.com
	Description: Responsive HTML5 WordPress Theme
	Version: 3.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Tags: Responsive, HTML5, CSS3, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
	Requires at least: 5.0
	Tested up to: 5.4
	Requires PHP: 7.0

*/

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.btn-xl {
    padding: 1.25rem 2.5rem;
}

.content-section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
	padding-left: 0px;
    padding-right: 0px;
}

.content-section-heading h2 {
    font-size: 3rem;
}

.content-section-heading h3 {
    font-size: 1rem;
    text-transform: uppercase;
}

a {
    color: #1D809F;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #155d74;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.clearfix {
	display: inline-block;
	content: "";
	clear: both;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}


/*===Padding===*/

.pm-15 {
	padding-right: -15px;
    padding-left: -15px;
}
.p0 { padding: 0 !important; }
.pl0 { padding-left: 0 !important; }
.pleft { padding-left: 15px !important; }


.no-bullet {list-style: none;}

/*==Margin bottom==*/
.m0 { margin: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.mt10 { margin-top: 10px; }
.mt70 { margin-top: 70px; }
.mt100 { margin-top: 100px;}

.ml100 {margin-left: 100px;}
.mr100 {margin-right: 100px;}

.tc {text-align: center;}






/* ===WordPress Core (Screen Reader)===*/

.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 {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/*===Home-Slider===*/

.home-slide-box {
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
}
.homeSlider.desktop-show {
	display: block;
}
.homeSlider.mobile-show {
	display: none;
}

/*====Slick Slider===*/

.homeSliderBox {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.homeSlider-text h2 {
  margin-bottom: 50px;
}

.homeSlider-text .homeSlider {
  position: relative;
}

.homeSlider-text .homeSlider .homeSlider-slide a:hover span {
  color: #033a71;
}

.homeSlider .homeSlider-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}

.homeSlider .homeSlider-slide .header-content {
  top: 10%;
  margin-left: 8rem;
  max-width: 550px;
  width: 100%;
  padding: 2rem;
}

.homeSlider.slide-content {
  padding: 10px 20px 10px 0;
}

 .header-content h1 {
  font-size: 62px;
}
.header-content h3 {
  font-size: 24px;
}

.btn-primary {
  background-color: #5302FE;
  border: #111;
  border-radius: 0;
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/

.slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  width: auto;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 5px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.slick-active button {
  background: rgba(221, 0, 0, 1);
}



/*===Header===*/

.masthead-dark {
    width: 100%;
    height: 95px;
    background: #000000;
    top: 0px;
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.50);
}

.headerLogo {
	background: url(../images/brand/gb_logo.png) no-repeat scroll 0 0 transparent;
    width: 234px;
    height: 71px;
	margin: 10px 10px;
	z-index: 11;
}
.responsiveImg {
  width: 100%;
  height: auto;
}

.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../../img/bg-masthead.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
    }
    .masthead h1 {
        font-size: 5.5rem;
    }
}


/* Side Menu */

#sidebar-wrapper {
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transition: all 0.4s ease 0s;
    transform: translateX(250px);
	z-index: 12;
	top: 0px;
    
}
.sidebar-brand {
    font-size: 16px;
	font-weight: 500;
    background: rgba(17, 17, 17, 1);
    height: 95px;
    line-height: 50px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
	border-bottom: 1px solid rgba(40,40,40,1.00);
	color: #fff;
}

.sidebar-brand a {
	color: #990000;
}
.sidebar-brand a:hover {
	color: #fff;
}.sidebar-brand a:visited {
	color: #fff;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    font-size: 1.2rem;
    background: rgba(52, 58, 64, 0.1);
    height: 80px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.sidebar-nav>.sidebar-brand a {
    color: #fff;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 300px;
    transition: all 0.4s ease 0s;
}

.menu-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(221, 0, 0, 0.5);
    line-height: 56px;
    z-index: 999;
	vertical-align: middle;
    white-space: nowrap;
    transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;

}

.menu-toggle:focus,
.menu-toggle:hover {
    color: #fff;
	text-decoration: none;
	-webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.menu-toggle:link {
    color: #fff;
	text-decoration: none;
	
}
.menu-toggle:visited {
    color: #fff;
	text-decoration: none;
	
}
.menu-toggle:hover {
    background: rgba(221, 0, 0, 0.5);
}

/*==Stack-Menu==*/

.stack-menu-box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	height: 100%;
    font-weight: 500;
    font-size: 16px;
	background-color: rgba(17, 17, 17, 1);
}
.stack-menu {
    background-color: rgba(17, 17, 17, 1);
    overflow: hidden;
    color: #fff;
}
.stack-menu li a {
	color: #fff;
}
.stack-menu li:link {
	color: #fff;
}
.stack-menu li:visited {
	color: #fff;
}
/*===Scroll To Top===*/

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #990000;
}

.scroll-to-top i {
    font-weight: 800;
}

/*===Services===*/

.service-img-block{
	width: 100%;
	background: #000;
}


.service-item > h4 {
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  font-weight: normal;
  border-bottom: 1px solid #e2e2e2;
}

.service-item > h4:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 0;
  border-top: 3px solid #b6d82f;
}

.service-item h4 > .icon {
  margin: 10px 15px 0 0;
  font-size: 40px;
  color: #555;
  cursor: pointer;
}

.service-item h4 > div {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 24px;
  color: #333;
}

.service-item h4 > div > span {
  display: block;
  margin-top: 3px;
  color: #b6d82f;
  font-size: 14px;
}

.service-item p {
  margin-bottom: 0;
}

.services .service-item {
  border: 1px solid #e2e2e2;
  border-radius: 0px;
  padding: 20px;
  text-align: center;
}

.service-item .service-img {
  display: inline-block;
  margin: 15px 0px 15px 0px;

  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.service-item .service-img img {
  display: block;
}

.service-item .service-title {
	display: block;
	font-size: 1.154em;
	color: #888;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 400;
	padding-top: 10px;
}

.service-item .learn-more {
    display: inline-block;
    font-size: 1.077em;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 20px;
    background: rgba(221,0,0,1);
    border-radius: 5px;
    margin: 10px 0px 10px 0px;
    text-decoration: none;
}

.service-item:hover .service-img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-item .learn-more:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}
.service, .list-group {
   /* border-top: inherit;
    border-bottom: inherit;*/
  	border-radius: 0px;
}
.service, .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.visible {
    visibility: visible;
}

/*=====Services Icon=====*/
#service-item {
	margin: 0px 15px;
}

#service-item span {
	display: inline-block;
	margin-bottom: 10px;
	line-height: 17px;
	padding-left: 26px;
	background: transparent no-repeat left center;
	width: 100%;
}
#service-item .service-box {
	float: left;
	width: 100%;
	border-bottom: 1px solid #888;
	margin-bottom: 20px;
	/*padding-left: 15px;*/
}

#service-item .img-box {
	border-bottom: 3px solid #990000;
}

.text-box h3 {
	font-size: 36px;
	font-weight: 400;
	padding-left: 20px;
}
#service-item p{
	font-size: 16px;
	line-height: 18px;
	color: #9d9d9d;
}
#service-item ul {
	margin: 20px 0px 50px 0px;
}
#service-item li {
    display: block;
    padding-left: 5px;
    margin-bottom: 11px;
    color: #9d9d9d;
}

#service-item li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 700;
    color: #9d9d9d;
    font-size: 20px;
}
/*===Recent Post===*/

#recent-post {
	margin: 0px;
	padding: 0px;
}

#recent-post .service-box {
	float: left;
	width: 100%;
	border-bottom: 1px solid #888;
	margin-bottom: 20px;
	
}

#recent-post .text-box-red {
	margin-top: 15px;
	border-bottom: 3px solid #990000;
}

.text-box-red h3 {
	font-size: 36px;
	font-weight: 400;
}

/*===Default Page===*/
#content-page {
	width: 100%;
	margin-top: 73px;
}
#page-title {
    color: #fff;
    padding: 30px;
    background: url(../images/page-title-bg.webp)no-repeat center top;
	margin-bottom: 48px;
	background-size: cover;
}
#page-title .title {
	color: #fff;
}
#page-title h1 {
    color: #fff;
   font-size: 3rem;
	font-weight: 300;
	font-style: italic;
}
#page-title, .title h1 a {
	color: #fff;
}
#page-title, .title h1 a:visited {
	color: #fff;
}

.breadcrumb {
    padding: 10px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
	float: right;
}
.breadcrumb-item {
	text-align: center;
}
.breadcrumb a {
    color: rgba(221,0,0,1);
    text-decoration: none;
}
.breadcrumb a:visited {
	color: #fff;
}
.page-content {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
/*===Post Page===*/
#content-post {
	width: 100%;
	padding: 0px 20px 0px 20px;
}
.post {
	width: 100%;
}
.content-entry {
	width: 100%;
	
}


.post-title h2 {	 
    font-size: 24px;
    padding-top: 5px;
    color: #990000;

}
.post-entry p {
    margin: 5px 0px 5px 0px;
    padding: 5px 0px;
    line-height: 180%;
}
.post-entry {
    font-size: 16px;
    padding: 10px 0px;
}



.post-thumb {
	margin: 5px 5px 5px 0px;
}
.postimg {
    float: left;
    margin: 15px 10px 10px 0px;
}
img.scale-with-grid, .column img {
    max-width: 100%;
    height: auto;
    border: 2px solid #ccc;
}



/*====uni===*/
.post-items .post-item {
  position: relative;
  margin-bottom: 5px;
}

.post-item .post-image {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 224px !important;
}

.post-items.ver-1 .post-image {
  margin-bottom: 5px;
}

.post-item .flex-video {
  margin-bottom: 20px;
}

.post-item .post-image a,
.post-item .post-image img {
  display: inline-block;
}

.post-item .post-meta {
  position: absolute;
  bottom: 0;
  z-index: 20;
}

.post-item .post-meta span {
  float: left;
  font-size: 0.769em;
  color: #fff;
  padding: 10px 20px 10px 20px;
  line-height: 17px;
  margin-right: 4px;
  background: rgb(0,0,0) no-repeat 10px center;
  background: rgba(221,0,0,.4) no-repeat 10px center;
}

.post-item .post-meta a {
  color: #fff;
}

.post-item .post-meta a:hover {
  text-decoration: underline;
}

.post-item .post-meta .comments:before {
  
	font-family: "Font Awesome 5 Free";
   content: "\f086";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight: 700;
	color: #fff;
	font-size: 20px;
}

.post-item .post-meta .date:before {
  
	font-family: "Font Awesome 5 Free";
   content: "\f073";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight: 700;
	color: #fff;
	font-size: 20px;
}

.post-item .post-meta .category-meta:before {
font-family: "Font Awesome 5 Free";
   content: "\f46d";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight: 700;
	color: #fff;
	font-size: 20px;
}
.post-item .post-meta .author-meta:before {
  font-family: "Font Awesome 5 Free";
   content: "\f044";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight: 700;
	color: #fff;
	font-size: 20px;
}

.post-item .post-container {
  max-height: 126px;
  margin-bottom: 15px;
  overflow: hidden;
}

.post-items.ver-1 .post-container {
  max-height: 190px;
}

.post-item .post-title {
  font-size: 1.385em;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 20px;
}

.post-items.ver-1 .post-title {
  margin-bottom: 16px;
}

.post-items.ver-2 .post-title {
  font-size: 1.692em;
}

.post-item .post-title a {
  color: #000;
}

.post-item .post-title a:hover {
  text-decoration: none;
  color: #990000;
}

.post-item .post-content p {
  color: #8d8d8d;
  line-height: 1.692em;
}

.read-more  {
  display: inline-block;
  padding: 10px 18px;
  font-style: italic;
  color: #fff;
  background: #990000;
}
.read-more a:link {color: #fff}

.read-more a:visited {color: #fff}

.read-more:hover {
  color: #fff;
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}
/*.post-content a:link, a:visited {
	color: #980000;
}*/
/* ------------------------------------------------------
  pagination
------------------------------------------------------ */
.pagination {
margin: 20px 0;
}
.pagination ul {
display: inline-block;
margin-left: 0;
margin-bottom: 0;
border-radius: 5px;
}
.pagination ul>li {
display: inline;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    /* border-radius: 5px 0 0 5px; */
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin: 10px;
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
	border-rigth-width: 1px;
    color: #fff;
    padding: 10px;
    margin: 10px;
	background: #980000;
}

.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    /* border-left-width: 0; */
    margin: 10px;
	color: #888;
}
.pagination ul>li>span, .page-numbers current {
	background-color: #990000;
	color: #fff;
}
.pagination ul>li:second-child>a, .pagination ul>li:second-child>span {
	border-rigth-width: 1px;
    color: #fff;
    padding: 10px;
    margin: 10px;
	background: #980000;
}

/*===Comment-Form===*/

#commentsbox {
	margin: 0px 0px 0px 0px;
	width: 100%;
}
#comments {
	
}
.commentlist, .commentlist, .children {
    list-style: none;
	padding: 0px;
	padding-left: 30px;
}
ol.commentlist li {
    line-height: 18px;
    background: #e8e8e8;
    margin: 5px 0 20px 0px;
    padding: 15px;
    border: none;
}
ol.commentlist li .comment-author, ol.commentlist li .comment-author .fn {
	color: #555;
	padding-right: 10px;

}
ol.commentlist li .comment-author .avatar {
    float: right;
    border: 1px solid #ddd;
    background: #eee;
    padding: 3px;
	width: 50px;
	height: 50px;
}
cite.fn {
    color: #444;
    font-style: normal;
}
ol.commentlist li .comment-author a:link, ol.commentlist li .comment-author a:visited {
    color: #333;
    font-weight: 700;
    text-decoration: none!important;
}
ol.commentlist li .comment-meta, #respond label small {
    font-size: 12px;
}

ol.commentlist li .comment-meta a {
    color: #980000;
    text-decoration: none!important;
}
ol.commentlist li p {
    line-height: 22px;
    margin-top: 5px;
    color: #888;
    font-size: 14px;
}

.reply {
	color: #fff;
	padding: 10px 0px;
	margin: 10px 0px;
	
}
.reply a{
	color: #fff;
	background: #980000;
	padding: 10px;
	margin: 10px 0px;
	
	
}
.commentlist .reply a:link, a:visited {
	color: #fff;
	background: #980000;
	padding: 10px;
}
.commentlist .reply a:hover {
	color: #fff;
	background: #888;
	padding-left: 10px;
}
#comment-form input[type="submit"] {
    float: right;
    font-size: 16px;
	font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 13px 20px;
    background: #990000;
    cursor: pointer;
}
#comment-form input[type="submit"]:hover {
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter:alpha(opacity=85);
}
#comment-form .comment-login {
	float: right;
    font-size: 14px;
	font-weight: 700;
    color: #000;
	padding-bottom: 20px;
}
#comment-form .comment-login-user {
    
    font-size: 14px;
    color: #990000;
	padding: 13px 20px;
    border: none;
    cursor:pointer;
}
#comment-form .comment-login-btn {
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 13px 20px;
    background: #990000;
    cursor: pointer;
}
#comment-form .comment-login-btn:hover {
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter:alpha(opacity=85);
}
#comment-form  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    max-width: 100%;
}
#respond .commentlist, .comment-body {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
}

#respond  h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0px 20px 0px;
}
#respond .cancel-comment-reply a {
	color: #980000;
}
#respond textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	border: 1px solid #888;
}
#respond .cancel-comment-reply {
	color: #980000;
	font-size: 16px;
	margin: 20px 0px 20px 0px;
}

#respond .comment-login-user {
	color: #980000;
}
#respond .comment-login-user a {
	color: #980000;
}

#respond .comment-login {
	color: #888;
}

.commentlist .comment-login-btn {
	color: #fff;
    background: #980000;
    padding: 10px;
	float: right;
	margin-bottom: 10px;
}

.commentlist .comment-login-btn a {
	color: #fff;
    background: #980000;
}


#respond input[type="submit"] {
    float: right;
    font-size: 16px;
	font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 13px 20px;
    background: #990000;
    cursor: pointer;
}
#respond input[type="submit"]:hover {
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter:alpha(opacity=85);
}





/*===Separetor/Bullet===*/
/*====Separetor===*/
hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
	/*vertical-align: bottom;*/
}
hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 0.1rem;
    overflow: visible;
    position: relative;
}
hr.styled-separator {
	color: #6d6d6d;
}
hr.styled-separator::after {
    right: calc(50% - 0.5rem);
}
separator::after {
    background: currentColor;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    transform: rotate(22.5deg);
    width: 0.1rem;
}
hr.styled-separator::before {
    left: calc(50% - 0.5rem);
}
hr.styled-separator::before, hr.styled-separator::after {
    background: currentColor;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    transform: rotate(22.5deg);
    width: 0.1rem;
}
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}

/*===Right Sidebar===*/
#right-sidebar {
	width: 100%;
	
}
.sidebar {
    margin-bottom: 30px;
}
.sidebar a {
    color: #888;
}
#right-sidebar .widget {
    overflow: hidden;
    margin-bottom: 20px;
}
.widget {
	border: 1px solid #dfdfdf;
    padding: 20px 10px 20px 10px;
    margin-bottom: 15px;
}
.widget_archive {
	width: 100%;
	
}
.widget .widget_archive> ul {
	
    margin-bottom: -11px !important;
}

.widget_archive h3 {
    font-size: 1.308em;
    text-transform: uppercase;
    font-weight: bold;
    color: #990000;
    padding: 15px 20px;
    margin: -20px -20px 20px -20px;
    border-bottom: 1px solid #dfdfdf;
    background: #f7f7f7;
}
#right-sidebar .widget ul {
    margin: 0;
	width: 100%;
	padding-left: 10px;
}

.widget.widget_archive li {
    display: block;
    padding-left: 5px;
    margin-bottom: 11px;
    color: #9d9d9d;
    
}
.widget.widget_archive li:before {
	font-family: "Font Awesome 5 Free";
    content: "\f101";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 700;
    color: #990000;
    font-size: 20px
}

.widget.widget_archive li a {
    color: #9d9d9d;
	margin-right: 5px;
}

.widget.widget_archive ul li a {
    padding: 8px 0;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.widget.widget_archive ul li a:hover {
    padding-left: 8px;
    color:#990000;
    font-weight:700
}

.widget_archive .search {
	width: 100%;
	padding: 10px;	
}
.search input {
	border: 1px solid #888;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
}
.search-submit {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 20px;
	color: #980000;
	background: none;
}
.widget_tagcloud {
	width: 100%;
	
}
.widget.widget_tagcloud li {
    display: block;
    padding-left: 5px;
    margin-bottom: 11px;
    color: #9d9d9d;
    
}
.widget_tagcloud h3 {
    font-size: 1.308em;
    text-transform: uppercase;
    font-weight: bold;
    color: #990000;
    padding: 15px 20px;
    margin: -20px -20px 20px -20px;
    border-bottom: 1px solid #dfdfdf;
    background: #f7f7f7;
}
.widget.widget_tagcloud a {
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 0.769em !important;
    background: #990000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	
}

.widget.widget_tagcloud a:hover {
  background: #74777b;
	transition: all 0.2s ease-in-out;
	padding: 7px;
    
}


.widget-search input[type="search"] {
    position: relative;
    margin: 0;
    float: left;
    height: 37px;
    line-height: 37px;
    width: calc(100% - 38px);
    border-right: none;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
}
.widget-search .search-btn {
    display: inline-block;
    width: 38px;
    height: 37px;
    border: none;
    color: #fff;
    font-size: 1.2em;
    line-height: 36px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.widget-search .search-btn:hover {
    background-color: #444;
}
#right-sidebar .widget h4 {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
#right-sidebar .widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ddd;
    margin: 0;
}
.widget-categories ul li a {
    padding: 8px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.widget-categories ul li:first-child a {
    padding-top: 0;
}
.widget-categories ul li a:hover {
    padding-left: 8px;
    color:#990000;
    font-weight:700
}
#right-sidebar .widget-popular-posts li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
#right-sidebar .widget-popular-posts li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
#right-sidebar .widget-popular-posts .widget-thumb {
    float: left;
    margin-right: 8px;
    border: 3px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}
#right-sidebar .widget-popular-posts .widget-thumb img {
    width: 65px;
    height: 65px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#right-sidebar .widget-popular-posts .widget-thumb:hover img {
    opacity: 0.7;
}
.sidebar .widget-popular-posts .widget-content h5 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 300;
}
#right-sidebar .widget-popular-posts .widget-content span {
    color: #bbb;
    font-size: 12px;
}


/*===Author Box===*/

.author-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    box-sizing: border-box;
	padding: 20px;
	border: 1px solid #9d9d9d;
}
.author-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    font-weight: 300;
}
.author-box .author-box-avatar {
    margin-bottom: 0;
    display: table;
	
	
}
.author-box-avatar {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    height: 120px;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    margin: 0 0 20px;
	text-align: center;
	
}

.author-box .photo {
	border-right: 1px solid #888;
	padding: 10px;
}
.author-box-avatar img {
	border: 1px solid #990000;
    margin: 10px;
    padding: 10px;
}
.author-social-links {
    text-align: center;
    display: block;
	color: #990000;
	font-size: 20px;
	margin: 0px;
}
.author-social-links .facebook-icon {
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
	color: #990000;
}
.author-social-links .twitter-icon {
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
	color: #990000;
}
.author-box-description {
    margin-left: 20px;
    line-height: 1.5;
}
.author-box-description h4 {
    padding: 0 0 5px;
    font-weight: 700;
}
.author-description .note {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.author-box .url {
	color: #990000;
	margin-top: 20px;
}
.author-box .url a {
	color: #fff;
	padding: 10px;
	margin: 0px;
	background: #980000;
}

.author-box .url avisited {
	color: #fff;
	padding: 10px;
	margin: 0px;
	background: #980000;
}
.author-box .url a:hover {
	color: #fff;
	background: #74777b;
	transition: all 0.2s ease-in-out;
	padding: 7px;
}
.author-post {
	margin-top: 50px;
}
.contact-info{
	margin: 0px 0px 0px 0px;
    padding: 40px 0px 0px 400px;
}
.contact-info .contact-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.contact-info .contact-box h1 {
    font-size: 36px;
    margin-bottom: 50px;
	color: #fff;
}
.contact-info .contact-box h3 {
    font-size: 18px;
    margin-bottom: 30px;
	color: #fff;
}
.contact-info  span a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
#contact-page {
	color: #fff;
    padding: 30px;
    background: url(../images/contact-page.webp)no-repeat center top;
	margin-top: -48px;
	background-size: cover;
	margin-bottom: -65px;
	
}
#map {
   width: 100%;
   height: 400px;
   background-color: grey;
	border: 1px solid #888;
 }

/*===404===*/

.error-404 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px;
}
.error-404 h1 {
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 50px;
}
.error-404 h2 {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 50px;
}
.error-404 p {
	font-size: 16px;
	margin-bottom: 50px;
	text-align: center;
}
.error-404-details {
	
}
.error-actions {
	margin: 30px 10px 30px 10px
}

/*===Share===*/
	.social-share {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.share-buttons {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 60px;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(25% - 1px);
    margin-right: 1px;
}

.share-buttons li:last-child {
    width: 25%;
    margin-right: 0;
}

.share-buttons svg {
    fill: #fff;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

.share-googleplus svg {
    width: 24px;
    height: 24px;
}

.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center;
}

.share-buttons li:first-child a {
    border-radius: 3px 0 0 3px;
}

.share-buttons li:last-child a {
    border-radius: 0 3px 3px 0;
}

.share-twitter	{
    background: #1da1f2;
}

.share-facebook	{
    background: #3b5998;
}

.share-linkdin	{
    background: #db4437;
}

.share-pinterest	{
    background: #b5071a;
}
.share-buttons span {
    padding: 0;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
	color: #fff;
}
.display-tags {
	display: block;
    padding-left: 5px;
    margin-bottom: 20px;
    color: #980000;
	font-size: 16px;
	font-weight: 500;
	}
	
.display-tags a {	
	display: inline-block;
    margin: 0 7px 7px 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px !important;
    background: #990000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	
}
.display-tags a:link, a:visited {
	color: #fff;
}

.display-tags a:hover {
	background: #74777b;
	transition: all 0.2s ease-in-out;
	padding: 7px;
    
}
/*====Sidebar-Tab===*/
	
	#right-sidebar .tabx {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.tabxx {
	border: 1px solid #dfdfdf;
    padding: 20px 10px 20px 10px;
    margin-bottom: 15px;
	}
	.tabxx .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #980000;
	}
	
	.tabxx .nav-pills .nav-link {
    color: #980000;
    background-color: #e2e2e2;
    margin-right: 3px;
	}
	.tabxx, .nav-pills, .nav-link, a:link, a:visited {
		color: #980000;
	}
	
	.tabxx .tab-pane li {
		display: block;
    padding-left: 5px;
    margin-bottom: 11px;
    color: #9d9d9d;
	}
	
	.tab-pane li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 700;
    color: #990000;
    font-size: 20px;
	}
	
	.tab-pane li a {
    padding: 8px 0;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	}
	
	.tab-pane li a {
    color: #9d9d9d;
    margin-right: 5px;
	}
	
	.tab-pane li a:hover {
    padding-left: 8px;
    color:#990000;
    font-weight:700
	
	}

/* ===Footer===*/
#footer {
	background: #14283E;
	padding-top: 20px;
	margin-top: 20px;
}
#footer .footer-bg {
	background-image: url(../images/kolkata-outline.png);
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	background-position: bottom;
	background: cover;
}
.footer-box {
    padding: 20px 10px 20px 10px;
    margin-bottom: 15px;
}
#footer .footer-box {
  color: #fff;
  margin-bottom: 30px;
}

#footer .footer-box-title {
  font-size: 1.538em;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #333;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#footer p {
  color: #fff;
}
.footer-box.about-us span, .contact-info span {
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 26px;
    background: transparent no-repeat left center;
}
#footer span a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer span a:hover {
	color: rgba(221,0,0,1.00);
	text-decoration: none;
}
#footer ul {
	padding: 0px;
}

.copyright {
  float: none;
  font-size: 0.846em;
  line-height: 32px;
	color: #ffffff;
}


.social-icons {
  float: none;
}

.social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 11px;
  background: transparent no-repeat center;
  color: #fff;
	font-size: 32px;
	font-weight: 700;
}

.social-icons .pinterest-icon { 
   display: inline-block;
   padding: 5px;
   vertical-align: middle;
   
}
.social-icons .facebook-icon { 
 display: inline-block;
   padding: 5px;
   vertical-align: middle;
   
}
.social-icons .twitter-icon { 
 display: inline-block;
   padding: 5px;
   vertical-align: middle;
   
}
.social-icons .instragram-icon { 
   display: inline-block;
   padding: 5px;
   vertical-align: middle;
   
}
.social-icons a:hover {
	color: #990000;
  opacity: 0.80 !important;
  -moz-opacity: 0.80 !important;
  filter:alpha(opacity=80) !important;
}


/*==== Media Queries ==== */

@media (max-width: 768px) {
  .homeSlider-text .homeSlider .homeSlider-slide a {
    padding-top: 0.8rem;
  }

  .homeSlider-text .homeSlider .homeSlider-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }

  .homeSlider .homeSlider-slide .header-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }
	.footer-bg {
		background-image: none ! important;
		width: 100%;
		height: auto;
	}
	.entry img {
	width: 100%;
}
	.breadcrumb {
		display: none;
	}
		
	.homeSlider .desktop-show {
	display: none;
}
.mobile-show {
	display: block;
}
	
}

@media (min-width: 1024px) {
.desktop-show {
	display: block;
}
.mobile-show {
	display: none;
}
	

	
	
	
/*======================*/	
}
