/*---------------------------------------------------------------------------------



	Theme Name: Event Site

	Version: 1.0.1

	Author: CMIPL

	Author URI: https://charumindworks.com/

	Theme URI: https://charumindworks.com/

	Description: 

  	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Tags: one-column, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, threaded-comments, translation-ready, blog, holiday, photography



	-----------------------------------------------------------------------------------*/
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

  html {

    scroll-behavior: smooth;
    scroll-padding-top: 5.78rem;

  }

  @font-face {
    font-family: 'Avengero';
    src: url(../font/Avengero.eot);
    src: url(../font/Avengero.eot?#iefix) format('embedded-opentype'),
    url(../font/Avengero.otf) format('otf'),
    url(../font/Avengero.svg#Avengero) format('svg'),
    url(../font/Avengero.ttf) format('truetype'),
    url(../font/Avengero.woff) format('woff'),
    url(../font/Avengero.woff2) format('woff2');
  }


  [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}
  body {

    margin: 0;

    padding: 0;

    font-family: 'Poppins', sans-serif !important;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.5em;

    overflow-x: hidden !important;

    border-top: none !important;
    color: #888888;

  }

  body.model-open {

    padding: 0 !important;

  }


  .checked {

    color: orange;

  }


  .hide-in-mob {

    display: block !important;

  }

  .view-in-mob {

    display: none !important;

  }

  /*FONT Families*/

  .Domine {

    font-family: 'Domine', serif;

  }

  .avengo {

    font-family: 'Avengero';

  }
  .pop{
   font-family: 'Poppins', sans-serif !important;
 }


 input::-ms-clear {

  display: none;

}


select::-ms-expand {

  display: none;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none !important;

  -moz-appearance: none !important;

  appearance: none !important;

}


input[type=number] {

  -moz-appearance: textfield !important;

}


select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: none;

  background: url(../img/down-arrow-3.png) no-repeat center right 8px/14px;

  border: none;

  padding-right: 15px;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}


a,

a:hover {

  text-decoration: none;

  outline: none;

  color: #202020;
  transition: 0.3s all linear;

}

a:hover {
  color: #7844e7;
}


img {

  max-width: 100%;

}


.h4,

.h5,

.h6,

h4,

h5,

h6 {

  margin: 0;

  padding: 0;

}


.pd5 {

  padding: 5px;

}

.pd10 {

  padding: 10px;

}

.pd15 {

  padding: 15px;

}

.pd20 {

  padding: 20px;

}

.pt5 {

  padding-top: 5px;

}

.pt10 {

  padding-top: 10px;

}

.pt15 {

  padding-top: 15px;

}

.pt20 {

  padding-top: 20px;

}

.pt30 {

  padding-top: 30px;

}


.pt40 {

  padding-top: 40px;

}


.pt50 {

  padding-top: 50px;

}


.pb5 {

  padding-bottom: 5px;

}

.pb10 {

  padding-bottom: 10px;

}

.pb15 {

  padding-bottom: 15px;

}

.pb20 {

  padding-bottom: 20px;

}

.pb30 {

  padding-bottom: 30px;

}


.pb40 {

  padding-bottom: 40px;

}


.pb50 {

  padding-bottom: 50px;

}


.pl5 {

  padding-left: 5px;

}

.pl10 {

  padding-left: 10px;

}

.pl15 {

  padding-left: 15px;

}

.pl20 {

  padding-left: 20px;

}

.pr0 {

  padding-right: 0px;

}

.pr5 {

  padding-right: 5px;

}

.pr10 {

  padding-right: 10px;

}

.pr15 {

  padding-right: 15px;

}

.pr20 {

  padding-right: 20px;

}


/*----------Margin Styles----------*/

.mt0 {

  margin-top: 0px;

}

.mt5 {

  margin-top: 5px;

}

.mt10 {

  margin-top: 10px;

}

.mt15 {

  margin-top: 15px;

}

.mt20 {

  margin-top: 20px;

}


.mt25 {

  margin-top: 25px;

}

.mt30 {

  margin-top: 30px;

}

.mt50 {

  margin-top: 50px;

}


.mb5 {

  margin-bottom: 5px;

}

.mb10 {

  margin-bottom: 10px;

}

.mb15 {

  margin-bottom: 15px;

}

.mb20 {

  margin-bottom: 20px;

}


.mb25 {

  margin-bottom: 25px;

}

.mb30 {

  margin-bottom: 30px;

}


.mb40 {

  margin-bottom: 40px;

}

.mr5 {

  margin: 5px;

}

.mr10 {

  margin: 10px;

}

.mr15 {

  margin: 15px;

}

.mr20 {

  margin: 20px;

}


.mr25 {

  margin: 25px;

}


.wrapper {

  display: inline-block;

  width: 100%;

  clear: both;

  vertical-align: top;

}


/*----------Text Transform ----------*/


.txt-upr {

  text-transform: uppercase;

}


.txt-center {

  text-align: center;

}


.txt-left {

  text-align: left;

}


.txt-right {

  text-align: right;

}


/*----------WORD WRAPPING ----------*/

button {

  outline: none !important;

}

.wordWrap {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: block;

}


.mob {

  display: none;

}


/*-----------BACKGROUND COLOR--------------*/


.bg-yellow {

  background-color: #ffcc29;

}

.bg-darkgreen {

  background-color: #288032;

}

.bg-blackgreen {

  background-color: #041e00;

}

.bg-whitegrey {

  background: #F9FBFF;

}

.bg-darkgreen{
  background-color:#77cdca;
}

.bg-lightgreen{
  background-color:#deede8;
}

.bg-darkgreen-1{
  background-color:#5db094;
}



.bg-grey {

  background: #e3e3e3;

}


.bg-white {

  background-color: #fff;

}

.bg-blue {

  background-color: #17A2B8;

}

.bg-black {

  background-color: #03080c;

}

.bg-Lightgray {

  background: #D9D9D9;

}
.bg-greens{

  background-image: linear-gradient(49deg, #0ACC86 100%, #00C864 0%);

}

.bg-blues{

 background-image: linear-gradient(-130deg, #004FE1 100%, #3478F6 0%);

}

.bg-yellows{

  background-image: linear-gradient(49deg, #F5B016 100%, #FF8800 0%);

}

.bg-reds{

 background-image: linear-gradient(-48deg, #FA4142 0%, #F20F10 100%);

}

.sky-blues{
  background-color:#7665ff;
}
/* fonts-weight */

.thin {

  font-weight: 300;

}


.light {

  font-weight: 300;

}

.reguler {

  font-weight: 400;

}

.medium {

  font-weight: 500;

}


.semiBold {

  font-weight: 600;

}

.bold {

  font-weight: 700;

}

.extrabold {

  font-weight: 800;

}

.bolder {

  font-weight: 900;

}


/* font-size */

.font9 {

  font-size: 9px;

}

.font12 {

  font-size: 12px;

}

.font13 {

  font-size: 13px;

}

.font14 {

  font-size: 14px;

}

.font15 {

  font-size: 15px;

}

.font16 {

  font-size: 16px;

}

.font17 {

  font-size: 17px;

}

.font18 {

  font-size: 18px;

}

.font19 {

  font-size: 19px;

}

.font20 {

  font-size: 20px;

}

.font22 {

  font-size: 22px;

}

.font23 {

  font-size: 23px;

}

.font24 {

  font-size: 24px;

}

.font25 {

  font-size: 25px;

}

.font26 {

  font-size: 26px;

}

.font27 {

  font-size: 27px;

}

.font30 {

  font-size: 30px;

}

.font35 {

  font-size: 35px;

}

.font40 {

  font-size: 40px;

}


.font45 {

  font-size: 45px;

}

.font48 {

  font-size: 48px;

}

.font50 {

  font-size: 50px;

}

.font60 {

  font-size: 60px;

}
.font61{
  font-size:61px;
}

.font64{
  font-size:64px;
}

/*----Text Color styles------ */


.clr-white {

  color: #fff;

}

.clr-green,
.confirmed {

  color: #27d49f !important;

}

.clr-black {

  color: #333333;

}


.clr-whitegrey {

  color: #dfdfe0;

}

.clr-grey {

  color: #888888;

}

.clr-skyblue {

  color: #0db5bb;

}


.clr-yellow {

  color: #FFB60A;

}

.clr-dark-yellow{
  color:#f5b016;
}


.clr-red {

  color: #ec3237;

}


.input-focus {

  color: #342c29;

}


/* Button Style */


/* section-title */


.section-title {

  font-size: 35px;

  font-weight: bold;

  color: #000;

  text-align: center;

  position: relative;

  margin-bottom: 30px;

  line-height: 1.2em;
  font-family: 'Domine', serif;
}


.section-title:after {

  content: '';

  position: absolute;

  width: 207px;

  height: 2px;

  background: #17A2B8;

  bottom: -20px;

  left: 50%;

  transform: translateX(-50%);

}


/* placeholder color change */


::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #bbb9b9;

}


::-moz-placeholder {

  /* Firefox 19+ */

  color: #bbb9b9;

}


:-ms-input-placeholder {

  /* IE 10+ */

  color: #bbb9b9;

}


:-moz-placeholder {

  /* Firefox 18- */

  color: #bbb9b9;

}


input[type=text] {

  outline: none;

}

/*------------------------Button Styles Starts---------------*/

.theme-btn {

  display: inline-block;

  text-align: center;

  font-size: 16px;

  font-weight: 500;

  padding: 12px 25px;

  border: solid 1px #FFB60A;

  color: #fff;

  text-decoration: none;

  background: #FFB60A;

  transition: 0.3s all ease;

  position: relative;

  overflow: hidden;

  z-index: 1;
  border-radius: 50px;

}


.theme-btn:before {

  position: absolute;

  content: '';

  left: 110%;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 1;

  opacity: 1;

  background-color: #002940;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  transform: skewX(-25deg);

  z-index: -1;

}


.theme-btn:hover:before {

  left: 0%;

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}


.btn-radius {

  border-radius: 5px;

}

.theme-btn:hover {

  text-decoration: none;

  background: #002940;

  border-color: #002940;

  color: #fff;


}


/*------------------------Button Styles Ends---------------*/


/*------------------------Header Starts---------------*/

::-webkit-scrollbar {

  width: 5px;

  height: 8px;

  background-color: #aaa;
  /* or add it to the track */

}


/* Add a thumb */

::-webkit-scrollbar-thumb {

  background: #000;

}

/*header*/

.top-header {
  background-color: #2d6ba4;
  padding: 5px 0px;
}

header .top-header .top-link ul li {
  display: inline-block;
  position: relative;
}

header .top-header .top-link ul {
  padding: 0px;
  margin-bottom: 0px;
}

header .top-header .top-link ul li a {
  color: white;
  padding: 0px 14px;
  font-size: 14px;
  font-weight: 300;
}
header .top-header .top-search form {
  margin-bottom: 0px;
}


.bottom-header .bottom-menu ul li {
  display: inline-block;
  padding: 12px 15px;
  position:relative;
}

.bottom-header .bottom-menu ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
}

.bottom-header .bottom-menu ul li a {
  color: white;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.bottom-header ul li.drop-down ul.sub-menu li a {
  text-transform: capitalize;
}

.bottom-header ul li.drop-down ul.sub-menu {
  position: absolute;
  width: max-content;
  background-color: #2d6ba4;
  top: 46px;
  left: 0px;
}

.bottom-header ul li.drop-down ul.sub-menu li a:hover {
  background-color: transparent;
  color: #fcfcfc;
}

.bottom-header ul li.drop-down ul.sub-menu {
  visibility: hidden;
  z-index: 99;
  opacity: 0;
  transition: 0.4s all linear;
  z-index: 99;
  display: block; min-width:120px;
}

.bottom-header ul li.drop-down ul.sub-menu li{
  padding: 8px 8px;
  display: block;
}

.bottom-header ul li.drop-down:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
.bottom-header {
  background-color: #2d6ba4;
  position: relative;
}

.bottom-menu ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.bottom-menu ul.navbar-nav li.dropdown ul.dropdown-menu li a {
  color: #000 !important;
}

.bottom-menu ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
  background: #2d6ba4;
  color: #fff !important;
}

.bottom-header .bottom-menu .navbar #navbarNavDropdown ul li a {
  color: white;
  font-size: 14px;
}

.bottom-header ul li.drop-down:hover ul.sub-menu li.drop-down ul.sub-menu {
  visibility: hidden;
  opacity: 0;
}

.bottom-header ul li.drop-down ul.sub-menu li.drop-down:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.bottom-header ul li.drop-down ul.sub-menu li.drop-down ul.sub-menu {
  left: 100%;
  top: 0;
}
.bottom-header .bottom-menu ul li:hover {
  background: #000;
}

.bottom-menu ul li.drop-down:before {
  position: absolute;
  content: "\f078";
  font-family: 'FontAwesome';
  top: 10px;
  right: 3px;
  color: white;
  font-size: 10px;
}
.bottom-header ul li.drop-down ul.sub-menu li.drop-down:before {
  right: 8px;
  transform: rotate(-90deg);
}

.middle-header .header-logo {
  text-align: center;
  width: 100%;
  height:108px;
}

.middle-header .header-logo img {
  height: 100%;
  object-fit: contain;
}
.middle-header {
  padding: 10px 0px;
}

.middle-header{
  background-image:url(../img/blue_mnt.png); 
  background-repeat: no-repeat;
  object-fit:cover;
  background-size:100% 100%; 
}

.bottom-header .bottom-menu .navbar {
  padding: 0px;
}

.top-search {
  text-align: end;
}
.top-header .top-search input {
 border: none;
 border-radius: 2px;
 outline: none;
 padding-left: 30px;
 font-size: 14px;
}

.top-header .row {
  align-items: center;
}
.top-search {
  position: relative;
  max-width: 220px;
  margin-left: auto;
}

.top-search input{
  width: 100%;
}

.top-search button {
  position: absolute;
  left: 5px;
  top: -3px;
  font-size: 15px;
  padding: 7px 0px;
}

.top-search button a i{
  color:#2d6ba4;
}
.bottom-header .bottom-menu .navbar #navbarNavDropdown {
  justify-content: center;
}

header .top-header .top-link ul li:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  background-color: white;
  top: 2px;
  left: 0px;
}

header .top-header .top-link ul li:nth-child(1):before {
  display: none;
}

.slider-img-box {
  height:500px;
}

.slider-img-box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.slider-img-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*background-color: #2d6ba463;*/
  top: 0px;
}

section.slider-box {
  position: relative;
}
.slider-box .carousel-caption {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate3d(-50%, -50%, 0px);
  bottom: auto !important;
  padding: 0px !important;
}
.carousel-caption h5 {
  font-size: 35px;
  font-weight: 700;
}
.notification-box .notification-inner {
  border: 1px solid #2d6ba4;
}

.notification-box .notification-inner .notification-heading {
  background-color: #2d6ba4;
}

.notification-box .notification-inner .notification-heading h2 {
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 10px 0px;
}
.notification-box .notification-inner .notification-links ul {
  list-style: none;
  padding:0px;
  margin:0px;
}
.notification-box .notification-inner .notification-links ul li:before {
  position: absolute;
  font-family: 'FontAwesome';
  left: 2%;
  top: 11px;
 /*   content: "\f100"; transform: translateX(-50%);*/
}
.notification-box .notification-inner .notification-links ul li {
  position: relative;
  border-bottom: 1px dotted #87a5c1;
  padding: 8px 0px;
}
.notification-box .notification-inner .notification-links ul li a span {
  color: #89959d;
  font-weight: 500;
}

.notification-box .notification-inner .notification-links ul li a {
  color: #2d6ba4;
  font-weight: 500;
  font-size: 14px;
  margin-left: 0px;
}


.notification-links {
  padding: 0px 10px;
  padding-bottom: 10px;

}
.sa_owl_theme .owl-dots .owl-dot span {

  background-color: rgba(0,0,0,0.2) !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 0!important;
  margin: 0px 3px !important;
  
}
.sa_owl_theme .owl-dots {
  position: absolute;
  width: 100%;
  display: block !important;
  padding: 10px 0px 0px !important;
  bottom: 0px !important;
  text-align: center !important;
  font-size: 12px !important;
  line-height: 12px !important;
}
.notification-box .notification-inner .notification-links ul li:nth-child(9) {
  border: none;
}
.notification-links-btn a {
  background-color: #2d6ba4;
  color: white;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 2px;
}
.notification-links-btn {
  padding: 20px 15px;
}
.profile-main .profile-inner {
  width: 100%;
  height: 100px;
}

.profile-main .profile-inner img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.profile-main .profile-heading h5 {
  font-size: 15px;
  text-align: center;
  padding: 10px 0px;
  color: black;
}

.profile-name h5 {
  font-size: 13px;
  text-align: center;
  padding: 10px 19px;
  color: white;
}
.profile-name h5 span {
  display: block;
}

.profile-main {
  background-color: #eaf3f0;
  border: 1px solid #2d6ba4;
}

.profile-name {
  background-color: #2d6ba4;
  margin-top: 11px;
} 
.notification-heading h2 {
  background-color: #2d6ba4;
  font-size: 22px;
  color: white;
  padding: 10px 15px;
  margin-bottom: 0px;
}
.synopsis-img img {
  object-fit:cover;
  width: 100%;
  height: 100%;
}

.synopsis-img {
  height: 250px;
  width: 100%;
}
.synopsis-details p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}

.synopsis-details {
  padding: 10px 0px;
}
.synopsis-details-btn a {
  background-color: #2d6ba4;
  font-size: 14px;
  color: white;
  padding: 5px 10px;
  border-radius: 2px;
}

.synopsis-details-btn {
  margin-top: 24px;
}

.thought-box{
  padding: 20px 0px;
}
.thought-box .img-gallery .thought-inner-heading h5 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: black;
}

.thought-box .img-gallery .thought-inner-img {
  font-size: 30px;
  text-align: center;
  padding: 10px 0px;
  color: black;
}

.thought-box .img-gallery {
  padding: 15px;
  border-radius: 5px;
}
.national-logo-inner img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.national-logo {
  display: flex;
}
.national-logo-inner {
  width: 50%;
  height: 100px;
  padding: 10px;
}

.qoute-box {
  background: url(../img/mizoram-1.jpg) no-repeat center/cover;
  position:relative;
}
.qoute-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2d6ba4b0;
  z-index: 99;
}
.qoute-main {
  position: relative;
  z-index: 99;
}

.qoute-main .qoute-heading {
  padding: 50px  0px 20px;
  text-align: center;
}

.qoute-main .qoute-details p {
  margin-bottom: 0px;
  padding: 0px  0px 20px;
  font-size: 18px;
  text-align: center;
}

.qoute-main .qoute-details h5 {
  font-size: 16px;
  padding-bottom:50px;
  text-align: center;
}

footer .top-footer {
  background-color: #ecf5f2;
  padding: 20px 0px;
}
.top-footer .quick-links .quick-links-inner ul li {
  display: inline-block;
  margin: 30px 0px;
}

.top-footer .quick-links .quick-links-inner ul {
  padding: 0px;
  margin: 0px;
}

.top-footer .quick-links .footer-icon ul li {
  display: inline-block;
}

.top-footer .quick-links .footer-icon {
  padding: 0px 0px 20px;
}

.top-footer .quick-links .footer-icon ul {
  padding: 0px;
  margin: 0px;
}

.top-footer .quick-links .footer-icon ul li a i {
  font-size: 30px;
  padding: 0px 5px 0px 0px;
}
.top-footer .quick-links .quick-links-inner ul li a {
 padding: 0px 20px 0px 0px;
 font-size: 12px;
 font-weight: 500;
 color: #9a9696;
}

.top-footer .quick-links .quick-links-inner ul li {
  position: relative;
}

.top-footer .quick-links .quick-links-inner ul li:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background-color:#9a9696;
  left: -12px;
  top:2px;
}

.top-footer .quick-links .quick-links-inner ul li:nth-child(1):before {
  display: none;
}
.top-footer .quick-links .quick-links-inner ul li a:hover {
  color: black;
}
.top-footer .quick-links .footer-icon ul li a i:hover {
  color: #2d6ba4;
}

.bottom-footer {
  background-color: #000;
  padding: 15px 0px;
}

.bottom-footer .bottom-details p {
  margin-bottom: 0px;
  color: white;
  font-size: 14px;
  font-weight: 300;
}

.bottom-details-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.visitor-counter .visitor-counter-main ul li {
  display: inline-block;
  background-color: black;
  color: white;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.visitor-counter .visitor-counter-main ul {
  padding: 0px;
  margin: 0px;
}

.visitor-counter .visitor-counter-heading h5 {
  font-size: 16px;
  color: #9a9696;
  padding: 10px 0px;
}


.nav-btn span.nav-icon span.inner-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color:#2d6ba4;
  width: 30px;
  height: 2PX;
  display: block;
  transition: 0.4s all linear;
}

.nav-btn span.nav-icon span.inner-icon.middle {
  top: 8px;
  width: 25px;
  right: 4px
}

.nav-btn span.nav-icon span.inner-icon.bottom {
  width: 30px;
  top: 17px;
}

.nav-btn {
  position: relative;
  top: -34px;
  width: 100%;
  height: 23px;
  max-width: 30px;
  margin-left: auto;
  z-index: 999;
  right: 0;
  margin-top: -23px;
}

.menuopen .nav-btn span.inner-icon.middle {
  display: none;
}

.menuopen .nav-btn span.inner-icon.bottom {
  width: 30px !important;
  transform: rotate(45deg);
  top: 5px !important;
}

.menuopen .nav-btn span.inner-icon.top {
  transform: rotate(-45deg);
  top: 5px;
}


/*responsive*/

@media(max-width:991px){
  .middle-header .header-logo{
    text-align: left;
  }
  .bottom-menu {
    position: absolute;
    right: -130%;
    top: 100%;
    background: #2d6ba4;
    width: 100%;
    text-align: center;
    transition: 0.4s all linear;
    z-index: 999;
  }
  .bottom-header .bottom-menu ul {
    flex-direction: column;
    padding: 15px;
  }

  .bottom-menu ul li {
    display: block !important;
  }

  header .bottom-menu ul li a {
    padding: 0;
  }

  body.menuopen .bottom-menu {
    right: 0;
  }
  .bottom-header ul li.drop-down ul.sub-menu {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 100%;
    top: 0;
  }

  .bottom-header .bottom-menu ul li:hover {
    background: transparent;
  }

  .bottom-header ul li.drop-down ul.sub-menu {
    padding: 5px 0px;
    display: none;
    background: #deede8;
    margin-top: 10px;
  }

  .bottom-header ul li.drop-down ul.sub-menu li {
    padding: 4px 5px;
  }

  .bottom-header ul li.drop-down ul.sub-menu a {
    color: #000;
  }

  .bottom-header ul li.drop-down ul.sub-menu li.drop-down:before {
    transform: none;
    top: 1px;
    color: #000;
  }

  .bottom-header ul li.drop-down ul.sub-menu li.drop-down ul.sub-menu {
    left: 0;
  }



  .slider-box .carousel-caption {
    width: 80%;
  }

  .slider-box .carousel-caption{
    top:50%;
  }
  .carousel-caption h5{
    font-size:30px;
  }
  .profile-main .profile-inner {
    height: 110px;
  }
  .profile-name h5 {
    font-size: 12px;
    padding: 6px 6px;
  }

  .notification-box .notification-inner .notification-heading h2 {
    font-size: 15px;
  }

  .notification-box .notification-inner .notification-links ul li a {
    font-size: 13px;
  }

  .notification-heading h2 {
    font-size: 15px;
  }
  .synopsis-img {
    height: 200px;
  }
  .bottom-details-main {
    justify-content: space-around;
  }
  .qoute-main .qoute-heading h2 {
    font-size: 25px;
  }
  .qoute-main .qoute-details p {
    font-size: 16px;
  }


  .top-header .top-search input {
    width: 100%;
  }

  .top-search button {
    right: auto;
    margin-top: 0 !important;
  }
}

@media(max-width:767px){
  .nav-btn {
    top: -28px;
  }
  .middle-header .header-logo {
    height: 60px;
  }
  .top-link {
    text-align: center;
  }

  .top-search {
    text-align: center;
    max-width: 100%;
    margin-top: 10px;
  }

  .profile-main {
    margin-bottom: 20px;
  }
  .notification-inner-main {
    margin-top: 0px!important;
  }


  .thought-box .img-gallery {
    margin-bottom: 15px;
  }
  .top-footer .quick-links .quick-links-inner ul li {
    margin: 10px 0px 10px 0px;
  }
  .thought-box .col-lg-8.mt-5 {
    margin-top: 20px!important;
  }
  .top-footer .quick-links .quick-links-inner ul li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9a9696;
    left: 0px;
    top: -4px;
  }
  .top-footer .quick-links .quick-links-inner ul li {
    margin: 10px 0px 10px 0px;
    display: block;
    text-align: center;
  }
  .top-footer .quick-links .footer-icon ul{
    text-align:center; 
  }
  .visitor-counter .visitor-counter-heading h5 {
    text-align: center;
  }
  .visitor-counter .visitor-counter-main ul {
    text-align: center;
  }
  .thought-box .col-lg-4.mb-5 {
    margin-bottom: 20px!important;
  }
  .notification-box .col-md-4.mt-5 {
    margin-top: 20px!important;
  }
}

@media (max-width: 640px){
 .carousel-caption h5 {
  font-size: 25px;
}
.notification-box .col-md-8.mt-5 {
  margin-top: 20px!important;
}

.slider-img-box {
    height: 250px;
}
}

@media (max-width:460px){
  .nav-btn {
    top: -22px;
  }
  .middle-header .header-logo {
    height: 44px;
  }

  .slider-box .carousel-caption {
    width: 67%;
  }
  .carousel-caption h5 {
    font-size: 21px;
  }
}