/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: monospace;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

.aln-center {
	margin-left: auto;
	margin-right: auto;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.header_bg {
    width: 100%;
    float: left;
    background: #1d1d1d
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 20px 10px 20px;
    font-size: 17px;
    color: #fefefd;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0px 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fefefd;
    background-color: #b11717;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fefefd;
    background-color: #b81919;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 0px 0px 5px 0px;
}

.user_icon {
    padding-right: 15px;
}

.login_bt {
    width: 210px;
    margin-top: 28px;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt li a {
    float: left;
    font-size: 18px;
    color: #fefefd;
    text-transform: uppercase;
    padding: 0px 0px 0px 50px;
}

.login_bt li a:hover {
    color: #b11717;
}

.navbar-brand{
    margin-top: 20px;
}


.navbar h2 {
	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar button {
	float: left;
    display: inline;
    position: relative;
}

/* Added By TM For Menu*/

#menu {
  /*background: #343434;*/
  color: #eee;
  height: 35px;
  /*border-bottom: 4px solid #eeeded*/
}

#menu ul,
#menu li {
  margin: 0 0;
  padding: 0 0;
  list-style: none
}

#menu ul {
  height: 35px
}

#menu li {
  float: left;
  display: inline;
  position: relative;
  font: bold 12px Arial;
  text-shadow: 0 -1px 0 #000;
  border-right: 1px solid #444;
  border-left: 1px solid #111;
  text-transform: uppercase
}

#menu li:first-child {
  border-left: none
}

#menu a {
  display: block;
  line-height: 35px;
  padding: 0 14px;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
}

#menu li:hover > a,
#menu li a:hover {
  background: #b81919;
  font-weight: bold;
}

#menu input {
  display: none;
  margin: 0 0;
  padding: 0 0;
  width: 80px;
  height: 35px;
  opacity: 0;
  cursor: pointer
}

#menu label {
  font: bold 30px Arial;
  display: none;
  width: 35px;
  height: 36px;
  line-height: 36px;
  text-align: center
}

#menu label span {
  font-size: 12px;
  position: absolute;
  left: 35px
}

#menu ul.menus {
  height: auto;
  width: 180px;
  background: #b11717;
  position: absolute;
  z-index: 99;
  display: none;
  border: 0;
}

#menu ul.menus li {
  display: block;
  width: 100%;
  font: 12px Arial;
  text-transform: none;
  padding-left: 0;
}

#menu li:hover ul.menus {
  display: block
}

#menu a.home {
  background: #c00;
}

#menu a.prett {
  padding: 0 27px 0 14px;
}

#menu a.prett::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 9px
}

#menu ul.menus a:hover {
  background: #c91717;
}

#menu ul.menus .submenu {
  display: none;
  position: absolute;
  left: 180px;
  background: #f01c1c91;
  top: 0;
  width: 180px;
}

#menu ul.menus .submenu li {
  background: #f01c1c91;
}

#menu ul.menus .has-submenu:hover .submenu {
  display: block;
}

/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 90px 0px 140px 0px;
}

.banner_taital_main {
    width: 100%;
    float: left;
}

.banner_taital {
    width: 100%;
    font-size: 80px;
    color: #fefefd;
    font-weight: 800;
    line-height: 90px;
}

.banner_taital_main h1 {
    width: 100%;
    font-size: 60px;
    color: #fefefd;
    font-weight: 800;
    line-height: 90px;
}

.banner_taital_main h2 {
    width: 100%;
    font-size: 50px;
    color: #fefefd;
    font-weight: 800;
    line-height: 90px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    margin: 20px 0px 0px 0px;
}

/* Basic styles for the slider */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.slider-container {
	position: relative;
	width: 100%;
	min-width: 100%;
	max-width: 800px;
	margin: auto;
	overflow: hidden;
}

.slider {
	display: flex;
	transition: transform 0.5s ease;
}

.banner-slide {
	min-width: 100%;
	position: relative;
}

.banner-slide img {
	width: 100%;
	height: 700px;
	margin-top: -100px;
}

.text-overlay {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	font-size: 24px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
}

.text-overlay h2{
	color: #ffffff;
}

button {
	position: absolute;
	top: 50%;
	background-color: #b11717;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	font-size: 24px;
	z-index: 10;
}

button.prev {
	left: 10px;
	transform: translateY(-50%);
}

button.next {
	right: 10px;
	transform: translateY(-50%);
}


.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.table {
	font-size: 15px;
	font-family: monospace;
}

.about_bt {
    width: 175px;
    float: left;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #fefefd;
    color: #1c130f;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.about_bt a:hover {
    color: #fefefd;
    background-color: #b11717;
}


.about_bt.active a {
    color: #fefefd;
    background-color: #b11717;
}

.callnow_bt {
    width: 175px;
    float: left;
}

.callnow_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #fefefd;
    color: #1c130f;
    text-align: center;
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.callnow_bt a:hover {
    color: #fefefd;
    background-color: #b11717;
}

#banner_slider a.carousel-control-prev {
    left: 0px;
    top: 411px;
    right: 60px;
}

#banner_slider a.carousel-control-next {
    right: 0px;
    top: 411px;
    left: 60px;
    color: #fefefd;
    background-color: #b11717;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #4a4949;
    background-color: #efefef;
    margin: 0 auto;
    text-align: center;
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #b11717;
}

.banner_img {
    width: 100%;
    float: left;
    text-align: center;
}


/* banner section end */

/* about section start */

.about_section {
    width: 100%;
    float: left;
}

.about_section_2 {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
}

.about_taital_box {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.about_img {
    width: 100%;
	border-radius: 8px;
}

.about_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #3b3b3b;
    margin: 10px 0px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #232222;
    margin: 0px;
	text-align: justify;
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 40px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #b11717;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #b11717;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.readmore_btn a:hover {
    color: #4a4949;
    border: 1px solid #4a4949;
}


/* about section end */


/* inner-page section start */

.inner-page_section {
    width: 100%;
    float: left;
}

.inner-page_section_2 {
    width: 100%;
    float: left;
}

.inner-page_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 40px;
	text-align: center;
}

.inner-page_taital_box {
    width: 100%;
    float: left;
    padding-top: 15px;
}
inner-page_taital_box h1{
	padding-bottom: 30px;
}

.inner_parahead h1{
	font-size: 35px;
    padding: 0;
    text-align: left;
}

.inner_parahead h2{
	font-size: 25px;
    padding: 0;
    text-align: left;
}

.inner-page_img {
    width: 100%;
}

.inner-page_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #3b3b3b;
    margin: 10px 0px;
}

.inner-page_text {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #232222;
    margin: 0px;
	text-align: justify;
	line-height: 2;
}

.inner-page_section_2 ul{
	padding-left: 40px;
}

.inner-page_section_2 li{
	list-style: circle;
}
/* inner-page section end */


/* officer section start */

.officer_section {
    width: 100%;
    float: left;
}

.officer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.officer_section_2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.officer_img img {
    width: 100%;
    float: left;
	border-radius: 8px;
	box-shadow: 0px 1px 19px -6px rgba(0, 0, 0, 0.75);
}
.officer_box {
    width: 100%;
    float: left;
    background-color: #242c2f;
    height: auto;
    padding: 20px 20px;
	margin-top: -5px;
}
.officer_box:hover {
    background-color: #b11717;
}

.types_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #fefefd;
    text-align: center;
    font-weight: bold;
}

.types_text a {
    color: #fefefd;
}
.looking_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fefefd;
    text-align: center;
    margin: 0px;
}

.read_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fefefd;
    text-transform: uppercase;
    padding: 8px;
}

.read_bt a:hover {
    color: #fefefd;
    border: 1px solid #fefefd;
}

#main_slider a.carousel-control-prev {
    left: -50px;
    top: 170px;
}

#main_slider a.carousel-control-next {
    right: -50px;
    top: 170px;

}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #fefefd;
    background-color: #4a4949;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #b11717;
}


/* officer section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
}

.client_section_2 {
    width: 100%;
    float: left;
}

.client_taital_main {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.client_left {
    width: 20%;
    float: left;
}

.client_img {
    width: 90%;
}

.client_right {
    width: 80%;
    float: left;
    padding-top: 20px;
}


.moark_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #3b3b3b;
    font-weight: bold;
}

.client_text {
    width: 75%;
    float: left;
    font-size: 16px;
    color: #3b3b3b;
    margin: 0px;
}

#custom_slider a.carousel-control-prev {
    left: initial;
    top: 190px;
    right: -50px;
    color: #fefefd;
    background-color: #dc8977;
}

#custom_slider a.carousel-control-next {
    right: -50px;
    top: 130px;

}

#custom_slider .carousel-control-next,
#custom_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #fefefd;
    background-color: #4a4949;
}

#custom_slider .carousel-control-next:focus,
#custom_slider .carousel-control-next:hover,
#custom_slider .carousel-control-prev:focus,
#custom_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #dc8977;
}


/* client section end */

/* pm-co section start */

.pm-co_section {
    width: 100%;
    float: left;
}

.pm-co_section_2 {
    width: 100%;
    float: left;
}

.pm-co_taital_main {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.pm-co_left {
    width: 30%;
    float: left;
}

.pm-co_img {
    width: 90%;
	border: solid #141414;
    border-width: thin;
	margin: 0 15px;
}

.pm-co_right {
    width: 70%;
    float: left;
    /*padding-top: 20px;*/
    padding: 20px 0 0 20px;
}

.pm-co_desig {
    width: 75%;
    float: left;
    font-size: 18px;
    color: #3b3b3b;
    margin: 0px;
	padding-bottom: 10px; 
}

.pm-co_text {
    width: 75%;
    float: left;
    font-size: 16px;
    color: #3b3b3b;
    margin: 0px;
}


/* pm-co section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.blog_col_toppad {
	padding-top: 0;
}

.blog_col_botpad {
	padding-bottom: 0;
}

.blog_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0px 0px 30px 0px;
}

.blog_img {
    width: 100%;
}

.date_text {
    width: auto;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    background-color: #b11717;
    position: absolute;
    top: 0px;
}

.prep_text {
    width: 100%;
    font-size: 20px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}

.prep_text-div {
	background-color: #f01c1c9c; 
	margin-bottom:10px;
	color: #3b3b3b;
}

.prep_text-1 {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px 20px;
	text-align: justify;
	line-height: 2;
}

.read_btn {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #b11717;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #b11717;
    text-transform: uppercase;
    padding: 8px;
}

.read_btn a:hover {
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
}

/* blog section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.contact_section_2 h2 {
	font-size: 32px;
	text-align: center;
	padding: 15px 0;
    /*color: #ffffff;*/
	color: #3b3b3b;
    font-weight: bold;	
}

.contact_section_2 h3 {
	font-size: 18px;
	text-align: justify;
	padding: 30px 30px 10px 30px;	
}

.contact_section_2 h4 {
	font-size: 18px;
	text-align: justify;
	padding: 10px 30px 10px 30px;	
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 50%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2e2e2d;
    border: 0px;
    background-color: #efefef;
    padding: 11px 20px;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

input.mail_text::placeholder {
    color: #2e2e2d;
}

.massage-bt {
    color: #2e2e2d;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #efefef;
    padding: 40px 20px 0px 20px;
    border: 0px;
    height: 110px;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}

textarea#comment.massage-bt::placeholder {
    color: #2e2e2d;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #b11717;
    padding: 10px;
    margin-top: 20px;
    display: block;
    border-radius: 40px;
}

.send_bt a:hover {
    color: #161616;
    background-color: #efefef;
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 50px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    height: auto;
    background-color: #1d1d1d;
    background-size: 100%;
    padding: 50px 0px;
}

.footer_section h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.footer_section h4 {
	color: #ffffff;
	font-size: 14px;
}

.footer_section ul {
	color: #d4c8c8;
}

.footer_section a {
	color: #d4c8c8;
}

.address_text {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 14px;
    color: #fefefd;
    font-weight: bold;
    /*padding-bottom: 50px;*/
}

.footer_text {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
	color: #ffffff;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 10px 5px 10px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #b11717;
}

.padding_left_10 {
    padding-left: 10px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_social_icon li {
    float: left;
}

.footer_social_icon li a {
    float: left;
    padding: 5px 10px;
    background-color: #fff;
    color: #1d1d1d;
    border-radius: 100%;
    font-size: 19px;
    margin-right: 5px;
    width: 44px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: #ffffff;
    color: #b11717;
}

.update_mail {
    color: #383838;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #efefef;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 1px solid #b11717;
}

textarea#comment.update_mail::placeholder {
    color: #383838;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.subscribe_bt {
    width: 70px;
    float: left;
    padding-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #fefefd;
    font-size: 16px;
    padding: 13px 0px 14px 0px;
    background-color: #b11717;
    text-transform: uppercase;
    text-align: center;
}

.subscribe_bt a:hover {
    color: #fefefd;
    background-color: #b11717;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #b11717;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.copyright_text a {
    color: #fefefd;
}

.copyright_text a:hover {
    color: #252525;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

/* gallery start */

.item {
	border: none;
	margin-bottom: 30px;
	border-radius: 4px;
	display: block;
	}
	
.item a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	display: block; 
	}
	
.item a img {
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out; 
	}
	
.item .item-wrap {
	display: block;
	position: relative; 
	}
	
.item .item-wrap:after {
	z-index: 2;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out; 
	}
	
.item .item-wrap > span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	color: #ffffff;
	font-size: 1.7rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	}
	
.item .item-wrap:hover:after {
	opacity: 1;
	visibility: visible; 
	}
	
.item .item-wrap:hover span {
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1); 
	}
	
.item:hover a img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out; 
	}
.icon-search2:before {
  content: "\e8b6";
}


.fancybox-content {
	transform: translate(365px, 64px);
    width: 805px;
    height: 566px;
}

/*Footer Mini Gallery Start */

/* Gallery container */
.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 16px;
	padding: 0 20px;
	}

/* Gallery image styles */
.gallery img {
	width: 100%;
	height: 100px;
	border-radius: 8px;
	transition: transform 0.3s ease-in-out;
}

/* Zoom effect on hover */
.gallery img:hover {
	transform: scale(1.2);
	cursor: pointer;
}

/* Lightbox container for full image view */
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}

.lightbox img {
	max-width: 90%;
	max-height: 80%;
	border-radius: 8px;
}

/* Close button styles */
.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 50%;
}

/*Footer Mini Gallery End */

.marquee p {
	color: #f01c1c;
	font-weight: bold;
	padding: 0;
	/*margin: 0;*/
}

/*@media screen and (max-width: 600px) {*/

@media screen and (max-width: 767px) {

/*header saction start */
.navbar h2 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}
#menu {
  /*background: #343434;*/
  color: #eee;
  height: auto;
  /*border-bottom: 4px solid #eeeded*/
}

.navbar .menus {
  height: auto;
}

#menu li:hover ul.menus {
    display: contents;
}
#menu ul.menus li {
    display: block;
    width: 100%;
    font: 12px Arial;
    text-transform: none;
    padding-left: 20px;
}
/*header saction end */

/* Add responsiveness */
.text-overlay {
	font-size: 18px;
	bottom: 10px;
	left: 10px;
}

.inner-page_text {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #232222;
    margin: 0px;
	text-align: justify;
	line-height: 2;
	padding-right: 20px;
    padding-left: 20px;
	padding-bottom: 20px;
}
.inner_parahead h1{
	font-size: 35px;
    padding: 0 20px 0 20px;
    text-align: left;
}

.inner_parahead h2{
	font-size: 25px;
    padding: 0 20px 0 20px;
    text-align: left;
}

.blog_col_toppad {
	padding-top: 60px;
}
.blog_col_botpad {
	padding-bottom: 60px;
}

.footer_social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 16px;
	padding: 40px 20px 20px 20px;
	}

}

@media (min-width: 767px) and (max-width: 990px) {

/*header saction start */
.navbar h2 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}
#menu {
  /*background: #343434;*/
  color: #eee;
  height: auto;
  /*border-bottom: 4px solid #eeeded*/
}

.navbar .menus {
  height: auto;
}

#menu li:hover ul.menus {
    display: contents;
}
#menu ul.menus li {
    display: block;
    width: 100%;
    font: 12px Arial;
    text-transform: none;
    padding-left: 20px;
}
/*header saction end */

/* Add responsiveness */
.text-overlay {
	font-size: 18px;
	bottom: 10px;
	left: 10px;
}

.inner-page_text {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #232222;
    margin: 0px;
	text-align: justify;
	line-height: 2;
	padding-right: 20px;
    padding-left: 20px;
	padding-bottom: 20px;
}
.inner_parahead h1{
	font-size: 35px;
    padding: 0 20px 0 20px;
    text-align: left;
}

.inner_parahead h2{
	font-size: 25px;
    padding: 0 20px 0 20px;
    text-align: left;
}

.blog_col_toppad {
	padding-top: 0px;
}
.blog_col_botpad {
	padding-bottom: 0px;
}

.footer_social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 16px;
	padding: 40px 20px 20px 20px;
	}

.blog_box_vgam-np {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0px 0px 30px 0px;
	min-height: 650px;
}

.sanstha-first-row {
	min-height: 650px;
}

.sanstha-second-row {
	min-height: 480px;
}

.sanstha-third-row {
	min-height: 850px;
}

.jovalayak-second {
	min-height: 750px;
}
.jovalayak-third {
	min-height: 750px;
}

}

@media screen and (min-width: 990px) {
.sanstha-first-row {
	min-height: 390px;
}

.sanstha-second-row {
	min-height: 300px;
}

.sanstha-third-row {
	min-height: 520px;
}
.jovalayak-second {
	min-height: 650px;
}
.jovalayak-third {
	min-height: 650px;
}

}
