/* Universal Selector */
* {
  padding: 0;
  margin: 0;
  font-family: 'Merriweather', serif;
  font-size:1em;
  line-height:1.5em;
}
a {
  color: #337ab7;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline;
}
h5{
	margin: 0;
  font-size: 1rem;
  color: #425dca;
  line-height: 1.55rem;
  font-weight: 600;
}
p{
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.navbar{
  background: #53527a;
/*background: #0c6d92;*/
}
.navbar ul li a{
	text-transform: uppercase;
	color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

.navbar ul li:hover{
  color:#000;
  background-color: #c5c5c5;
  cursor:pointer;
}
.navbar ul .active{
	/*background-color: #62bee1;*/
  background: #2088c3;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.topAdd img{
  width: 100%;
  /*float: right;*/
}
@media screen and (max-width: 767px) {
  .topAdd img{
    width: 80%;
    float: left;
    margin-top: 35px;
  }
}
.navbar-nav .dropdown-menu{
  background: #53527a;
}
.sloganTxt{
  /*border: 1px solid #53527a;*/
  /*background: #dc3545;*/
}
.sloganTxt h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  padding: 5px;
  background: red;
  width: 73%;
}
.category_link a{
  background: #0c6d92;
  padding:15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  color:white;
  width:100%;
}
.card {
  border: none;
  border-radius: 0;
}
.carousel-inner {
  padding: 1em;
}
.card .card-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.card .card-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #0c6d92;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 30%;
  transform: translateY(-50%);
}
.carousel-control-prev span,
.carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 577px) {
  .cards-wrapper {
    display: flex;
  }
  .card {
    margin: 0 0.5em;
    width: calc(100% / 2);
  }
  /*.image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }*/
}
@media screen and (max-width: 576px) {
  .card:not(:first-child) {
    display: none;
  }
}


/*Home page directory list  style start */
.directory_name {
  margin-bottom:1.5em;
  border-bottom: 1px solid #53527a;
  position: relative;
  padding-bottom: 1px;
}
.directory_name span{
  font-size:22px;
  font-weight: bold;
  color:#0c6d92;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom:20px;
  border-bottom: 3px solid red;
}
.right_directory span{
  font-size:18px;
  font-weight: bold;
  color:#0c6d92;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom:20px;
  border-bottom: 3px solid red;
}
.my_btn {
  cursor: pointer;
  border: 1px solid #337ab7;
  border-radius: 15px;
  font-weight: 600;
  transition: 0.4s;
  font-size: 16px;
  height: 25px;
  background: #53527a;
  box-shadow: 0 1px #999;
  /*margin-left: 33%;*/
  color: #fff;
}
.my_btn:hover {
  background: #baedfd;
}

.my_btn .cButton {
   padding: 5px;
   color: #fff;
}
.my_btn .cButton:hover {
   padding: 5px;
   color: #0c6d92;
}

.directory_list .list-group a{
  color:#4a42e6;
}
.directory_list .list-group li{
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
.directory_list .list-group li:hover{
  background-color: #0c6d92;
}
.list_of_interview ul li {
  font-weight: 600;
}
.detail_info .list-group-item  {
  padding: 15px;
  margin-bottom: 10px;
}

.largeAdvertise img{
  width: 100%;
}
.AboutUs .aBout {
  font-size: 1.1em;
}
.right-side .interviewtitle{
  margin-left: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.right-side .interTitle{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.right-side .listTitle{
  border-bottom: solid 1px #e2e2e2;
}
.video_img img {
  width:100%;
  height:100%;
}
.video_img .video_text h3::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    content: "\f04b";
    color:#ed7701;
    padding-left:20px;
    padding-right:10px;
} 
.video_img .video_text a{
  text-decoration:none;
  color:rgb(67, 19, 19);
}
.video_img .video_text{
  position: absolute;
  top: 550px;
  left: 25px;
  color:#f01d1d;
}
.duration::before{
    content: "\f144";
    font-family: "Font Awesome 6 Free";
    font-weight:900;
    color:#ed7701;
}
.recent_list{
  padding:10px;
}
.recent_list h5 {
  color: #000;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.recent_list span{
    background: #3882d1;
    color: #fff;
    padding: 0 25px;
    font-size: 18px;
    position: relative;
    border-bottom: 1.5px solid #3882d1 ;
}
.recent_list span::before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #3882d1;
  border-right: 8px solid transparent;
}
.related_video h4{
  margin-top:25px;
  border-bottom:1px solid rgb(242, 140, 140);
}
.related_video img{
  width:40%;
  height:100%;
}
.related_video p{
 margin-left: 10px;
}
.related_video a{
  text-decoration:none;
  color:inherit;
}
/* End of video section */
/*  */
.news_design h5{
  color:#000;
}
.news_design h5:hover{
  color:#3882d1;
}
.news_design p{
  text-decoration:none;
  color:#00;
}

.recent_news a{
  text-decoration: none;
  color:inherit;
}
.recent_news img{
  width:100%;
  height:100%;
}
.news_detail h3{
  color: #000;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 900;
}

.recent_news h3{
  margin-top:10px;
}

.news_section .news_tt {
  font-size: 16px;
  width: 100%;
  font-weight: 200;
  color: #0b0c10;
}
.news_section .news_tt :hover{
  color:#0c6d92;
}
.news_section .news_list img{
  width:120px;
  height: 84px;
}
.news_section .news_tt h5{
  color:#000;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.news_section h6{
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}

.image_left {
  margin-right:1em;
}
.dir_name{
  margin-top:5px;
  padding:5px;
  background-color: #8bc8e0;
  width:40%;
}
.directory_second img{
  border-radius: 4px;
  height: 100px;
  width: 150px;
}
.news_section .tTitle{
  margin-left: 10px;
  color: #000;
}
.news_section .lTitle{
  border-bottom: solid 1px #e2e2e2;
  color: #000;
}

.directory_second .halfRow img{
  border-radius: 4px;
  height: 120px;
  width: 100%;
}

.directory_third .halfRow img{
  border-radius: 4px;
  height: 220px;
  width: 100%;
}
.directory_third .twoHalf img{
  border-radius: 4px;
  height: 80px;
  width: 50%;
}

.directory_third img{
  border-radius: 4px;
  height: 100px;
  width: 150px;
}
.directory_third .tTitle{
  margin-left: 10px;
}
.directory_third .lTitle{
  border-bottom: solid 1px #e2e2e2;
}
.directory_four .largeImgRow img{
  border-radius: 4px;
  height: 340px;
  width: 100%;
}
.directory_four .smallImgRow img{
  border-radius: 4px;
  height: 140px;
  width: 100%;
}
.directory_four .tTitle{
  margin-left: 10px;
}
.directory_four .lTitle{
  border-bottom: solid 1px #e2e2e2;
}

.directory_four .halfRow img{
  border-radius: 4px;
  height: 100px;
  width: 142px;
}

.directory_five .largeImgRow img{
  border-radius: 4px;
  height: 340px;
  width: 100%;
}
.directory_five .smallImgRow img{
  border-radius: 4px;
  height: 140px;
  width: 100%;
}
.directory_five .tTitle{
  margin-left: 10px;
}
.directory_five .lTitle{
  border-bottom: solid 1px #e2e2e2;
}
/*  */

.right-side .list_of_interview span{
 color: #000;
}
.right-side  .bichar-item .author-name {
  font-size: 11px;
  color: #000;
  display: block;
  margin-bottom: 5px;
  position: relative;
  font-weight: 600;
}
.right-side  .bichar-item .author-name::after {
  content: "";
  width: 80px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

.right-side  .bichar-item .listTitle .author-name {
  text-align: left;
}
.right-side  .bichar-item .listTitle .author-name::after {
  text-align: left;
  background: none;
}
.right-side  .bichar-item img {
  width: auto;
  height:60px;
}
.right-side .bigyaapan-item {
  margin-top: 30px
}

.right-side .bigyaapan-item img {
  width: 100%
}
.news_detail img{
  width: 100%;
}
/* Blog section start here*/

.listSection .listImage img{
  width: 100%;
  height: 200px;
}
.listSection a{
  text-decoration: none;
  color:#23252d; 
}
.listSection h5{
  color: #23252d;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 10px;
}
.listSection .list-item{
  margin-bottom: 20px;
}
.pagination p{
  margin-top: 10px;
}
.blog  img{
  margin-top: 10px;
}
.blog .blog_detail p{
  margin-top: 10px;
  padding:10px;
}
/* End of blog section */
/* Start of contact section */
.contact_info{
  margin-top:30px;
}
.contact_info a{
  color:#23252d;
  }
.icon_style i{
  padding-left:20px;
  font-size: 2em;
  font-weight: 900;
}

.interview_list img{
  margin-top: 10px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.interview_list h6{
  margin-top: 10px;
  margin-left: 15px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
}
.interview_list .list_item{
  margin-bottom: 15px;
  border: 1px solid ;
  width: 32%;
  margin-left: 15px;
}
.interview_detail figure img{
  width:100%;
  height:100%;
}
.interview_detail .interview_title h1{
  margin-top:30px;
  margin-bottom:20px;
  border-bottom: 1px solid #337ab7;
}
.main_statement p{
  font-family:Neuton,serif;
  font-style: italic;
}
.detail_content nav{
  margin-bottom:20px;
  font-size:large;
  font-weight:bold;
}
/*  */

.association img{
  /*width: 165px;*/
}
/* footer style start here */
section.footer-menu-wrap {
  width: 100%;
  padding: 25px 0;
  /*background-color: #0c6d92;*/
  background: #53527a;
}
.footer-block-post h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}
.footer-block-post ul {
  padding-top: 15px;
  padding-left: 0
}
.footer-block-post ul li {
  list-style-type: none;
  padding-bottom: 10px;
  color: #fff
}
.footer-block-post ul li:last-child {
  padding-bottom: 0
}
.footer-block-post ul li a {
  color: #fff;
  transition: all .2s linear
}
.footer-block-post ul li a:hover {
  color: #ed7701;
  padding-left: 5px
}
.foot_copy p{
  color:#fff;
}
/* Footer section end here */
/*.title_style{
  background-color: #d1dee3;
  text-shadow: #2e2a25;
  height:100%;
  width:100%;
  font-weight:900;
  border-radius: 10px;
  text-align: center;
}*/
/*homepage video section*/
.video_list {
 /*background: #bdc3c7;*/
}
.pb-video {
    border: 1px solid #e6e6e6;
    padding: 5px;
}
.pb-video:hover {
    background: #2c3e50;
}
.pb-video-frame {
    transition: width 2s, height 2s;
}
.pb-video .form-control{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.pb-video img{
  width: 100%;
  height: auto;
}
/*.pb-video-frame:hover {
    height: 300px;
}
*/
/*gallery start*/
.gallery-title
{
    font-size: 36px;
    color: #53527a;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #53527a;
    border-radius: 5px;
    text-align: center;
    color: #53527a;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #53527a;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #53527a;

}
.btn-default:active .filter-button:active
{
    background-color:#53527a;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.skiptranslate  iframe{
  display: none;
}
.skiptranslate img{
  display:none;
}
.goog-te-gadget-simple{
  float:right;
  margin-top: 1em;
  margin-right:10%;
  padding-top:20px;
  padding-bottom:20px;
  width:20%;
  text-align:center;
  background-color: #0c6d92;
  outline-color: #3ec4f0;
  font-weight:bold;
  color:transparent; 
  zoom: 1;
}
/* .goog-te-gadget{
  color: transparent !important;
} */
#google_translate_element select{
  background:#f6edfd;
  color:#383ffa;
  border: none;
  border-radius:3px;
  padding:6px 8px
  }
.icon_language::after{
  content:"\f1ab";
  font-family: "Font Awesome 6 Free";
  font-weight:900;
  float:right;
  margin-right:4em;
  display:inline;
  margin: auto;
  padding-top: 14px;
  font-size: 50px;
  color:blueviolet;
}
.weather_title{
  background:rgb(45, 162, 208);
  width:30%;
}


#owl-demo .item{
  padding: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  
}
#owl-demo .item h2{
  position: absolute;
  bottom: 0px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  
}
/*.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/
 

 @media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
}