* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

body {
  /* background-color: #f1f1f1;  */
  font-size: 16px; 
  background: radial-gradient(45vw 45vw at 85% -5vh, #f9cdd1, #f6f7f9 50%) no-repeat, #fff;
  background-attachment: fixed;
  }

h1, h3, h2, h4, h5, h6, p, ul, ol {
  margin: 0px;
  padding: 0px; }

a, a:hover, a:active {
  color: inherit;
  text-decoration: none; }

img {

    border-radius: 3px;
}
.navbar-nav .quick-section {
  margin-right: 10px;
  display: inline-block;
  direction: ltr;
}

.topbar {
  padding: 15px 0; }

.searchBar {
  width: 100%; }

.topbar .form-inline .form-control {
  width: 100%; }

.btn-success {
  color: #fff;
  background-color: #00d2b2;
  border-color: #00d2b2;
  font-size: 13px;
  padding: 8px 14px;
  font-weight: 500; }

.btn-primary {
 background-color: #1f9cee;
    border-color: #3192d2;
    font-size: 13px;
    padding: 8px 14px;
    font-weight: 500; }

.mgl10 {
  margin-left: 10px; }

/* here top bar for new homepage */
.new_topbar{
  background-color: #FFA545;
  margin-top: -6.2rem;
  padding: 2rem;
}
.new_text{
  padding-top: 7rem;
}
.new_text h4{
  font-size: 16px;
  font-weight: 500;
}
.new_text h6{
  font-size: 24px;
  color:#000;
  font-weight: 500;
}
.new_text p{
  font-size: 14px;
}
.search .form { position:relative; display:inline-block;}

.new_topbar .search #search-icon { 
        fill: #6b7172;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 2px;
      right: 20px;
      z-index:200;}

.bg-light {
  position: relative;
  z-index: 10;
  width: 90%;
  margin-left: 5%;
  margin-top: 2rem;
  border-radius: .4rem;
  background: #ffffff!important; 
  box-shadow: 0 0 2px rgba(136, 135, 135, 0.8);
}

.new_second_top .main_heading{
  margin: 15px;
  font-size: 20px;
  color:#000;
  font-weight: 600;
  text-transform:uppercase;
}
.new_second_top ul {
  margin-bottom: 15px;
  border-radius: 5px;
  list-style-type: none;
  padding:20px;
}
.new_second_top .box-white {
  background-color: #fff;
}
.new_second_top ul p{
  display: inline-block;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
  padding-top: 3px;
  background-color: #DEE1E6;
}
.new_second_top ul a{
  padding: 0;
  text-decoration: none;
  /* display: inline; */
}
.new_second_top ul h4{
  display: inline;
  color:#000;
  font-size: 14px;
  font-weight: 600;
  height: 10rem;
  overflow: hidden;
}
.new_second_top ul li {
    padding: 15px 5px;
    border-bottom: 1px solid #777;
}
.new_second_top ul li:last-child {
    border-bottom: none;
    /* padding-bottom: 20px; */
}

.new_topic_heading {
  margin: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000; }
.new_featured_section{
  padding: 1rem;
  border-radius: 10px;
  background-color: #e4e4e6;
}
.new_featured_section img{
  display: inline-block;
  width: 2.5rem;
  height: 2rem;
  border-radius: 3px;
}
.new_featured_section h4{
  display: inline;
  color:#000;
  font-size: 14px;
  font-weight: 600;
  height: 10rem;
  overflow: hidden;
}
.txtBxA{
  font-size: 14px;
}
.new_latest_news{
    margin-bottom: 15px;
    border-radius: 5px;
    list-style-type: none;
}
.new_latest_news li {
    padding: 10px;
    border-bottom: 1px solid #cecaca;
}
.new_latest_news li:last-child {
    border-bottom: none;
    /* padding-bottom: 20px; */
}


.new_search_result .search_item{
  background-color: white;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 20px;

}
.new_search_result .search_item .img_box{
  margin: auto;
  display: block;
  padding: 10px;
  padding-top: 1rem;
  width: 90%;
  max-width: 256px;
}
.new_search_result .search_item img{
  width: 100%;
}
.new_search_result .search_item p{
  font-size: 14px;
  font-weight: 500;
  align-content: center;
  text-align: center;
  padding: 5px;
  height: 100px;
  overflow: hidden;
}





/* here nav */
.header .nav {
  display: block;
}
.header .nav li.dropdown .dropdown-toggle i {
  color: #eff4f8 !important;
}
.header .nav li.dropdown.user .dropdown-toggle i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 16px;
  color: #808080 !important;
}
.header .nav > li {
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
}
.header .nav > li.dropdown .dropdown-toggle {
  margin: 0px;
}
.header .nav > li.dropdown .dropdown-toggle i {
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}
.header .nav > li.dropdown .active {
  background-color: #0d0f12;
}
.header .nav > li.dropdown.user .dropdown-toggle:hover {
  text-decoration: none;
}
.header .nav > li.quicklinks > a {
  padding: 0px 2px !important;
}
.header .nav > li.quicklinks > a i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 24px;
  color: #7a7f8c !important;
}
.header .nav .h-seperate {
  height: 6px;
  width: 2px;
  margin: 0px 10px 0px 10px;
  border-left: 1px solid #e1e1e1;
  display: inline;
  position: relative;
  top: 6px;
}

.dropdown-user{
  position: fixed;
  background-color: white;
  right:1.5rem;
  top:50px;
  z-index:99999;
  margin:3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-list{
  position: fixed;
  background-color: white;
  right:0;
  top:50px;
  z-index:99999;
  margin:3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .15);
}

	#dropdownMenu2 .dropdown-divider:last-child {
		display: none;
	}

.dropdown-toggle::after{
  display: none;
}
/* 
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  border: none;
  border-radius: 3px;
  padding: 0px;
  font-size: 13px;
} */
.dropdown-menu .divider {
  background-color: #eaedf0;
  height: 1px;
  margin: 3px 0;
  border-bottom: 0px;
}
.dropdown-menu > li > a {
  line-height: 25px;
  color: #2a2e36;
  margin: 4px;
  border-radius: 3px;
  text-align: left;
  display: block;
}
.dropdown-menu li {
  padding-left: 10px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}

.header .nav > li.dropdown,
.header .nav > li.dropdown > a {
  text-align: center;
}
.header .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
}
.open {
  position: relative;
}

.navbar-light .navbar-nav .nav-link, .dropdown-item1 {
  color: #fff; }
  
.dropdown-item1 {
  padding: 10px; }

/* here create list  */

	.new_ucreate h2 {
		color: #b6b6b6;
		font-size: 26px;
		font-weight: 500;
		margin-bottom: 20px;
	}

	.new_ucreate .form-group {
		background-color: #fff;
		padding: 20px;
		border-radius: 5px;
	}

	.new_ucreate .form-check {
		padding: 10px;
		margin-left: 10px;
	}

	.new_ucreate .form-group h4 {
		font-size: 24px;
		margin: 10px;
	}

	.new_ucreate .form-check-label {
		color: #b6b6b6;
	}

	.new_ucreate .form-check-label span {
		color: #222;
	}

	.new_ucreate .form-check p {
		padding-left: 30px;
		color: #b6b6b6;
	}

	.new_ucreate .form-control-title,
	.form-control-title::placeholder {
		color: #9ec2d3;
		font-size: 26px;
	}

	.new_ucreate .form-control-description {
		color: #222;
		width: 100%;
		font-size: 14px;
	}

	.new_ucreate .form-control-item-description {
		width: 100%;
	}

	.new_ucreate .list_item {
		border-bottom: 1px solid #777;
		margin-bottom: 20px;
		margin-top: 20px;
		padding-bottom: 40px;
		padding-top: 20px;
	}

	.new_ucreate .list_item:first-child .control-buttons>button:first-child {
		display: none;
	}

	.new_ucreate .list_item:last-child {
		border-bottom: none;
	}

	.new_ucreate .list_item p {
		background-color: #FFA545;
		padding: 7px 15px;
		font-weight: bold;
		border-radius: 3px;
	}

	.new_ucreate .item-btn {
		background-color: #efefef;
		color: #888;
		border: 1px solid #e2e2e2;
		margin-left: 3px;
	}

	.new_ucreate textarea {
		height: 100px;
	}

	.new_ucreate .item-upload-btn {
		height: 95%;
		width: 100%;
		color: white;
		padding: 5px;
		margin-top: 5px;
		background-color: #99A2A7;
		border: #773;
		border-radius: 5px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.new_ucreate .form-radio {
		display: flex;
		align-items: center;
		padding: 5px;
	}

	.new_ucreate .form-radio-input {
		width: 15px;
		height: 15px;
	}

	.new_ucreate .form-radio-label {
		margin-left: 10px;
		margin-bottom: 0;
	}

	.new_ucreate .btn-primary {
		background-color: #3baa34;
		color: white;
		text-align: center;
		width: 100%;
		font-size: 1.5rem;
	}


/* here suggest topic */
.new_suggest{
  padding: 1rem;
  margin-top: 1rem;
  background-image: linear-gradient(270deg, #08AEEA 0%, #2AF598 100%);
  border-radius: 5px;
}



.carousel-item .col-md-3 {
  padding: 0px;
  position: relative; }

.carousel-item .col-md-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.carousel-item .col-md-3 img {
  width: 100%; }

.carousel-item .label.label-success {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 40%;
  background: rgba(25, 123, 105, 0.72);
  padding: 3px 20px;
  color: #fff;
  border-radius: 4px;
  font-weight: 500; }

.inner_text {
  position: absolute;
  top: 60%;
  text-align: center;
  left: 5%;
  font-size: 20px;
  color: #fff;
  font-weight: 500; }

.comments {
  position: absolute;
  top: 75%;
  text-align: center;
  left: 28%;
  font-size: 20px;
  color: #fff;
  font-weight: 500; }

.content-section {
  padding-top: 30px; }

.box1 {
  background-color: #e1e1e1;
  height: 200px;
  width: 100%; }

.main_heading {
  margin: 15px 0;
  font-size: 20px;color: #238e8e; }

.below_text {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 600; }

.box2 {
  background-color: #e1e1e1;
  height: 100px;
  width: 100%; }
  
.ctrl right slick-arrow{display:none;}
.ctrl ctrl left slick-arrow{display:none;}

.mg20 {
  margin: 20px 0 5px 0; }

.below_text1 {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 600; }

.comm {
  font-size: 13px;
  color: #aba9a9; }
  .comm i:nth-child(2) {
    margin-left: 3px; }

.box3 {
  background-color: #e1e1e1;
  height: 80px;
  width: 100%; }

.right_text {
  margin-top: 15px;margin-left: -20px; }

.text-content {
margin-left: -10px; }
	
.right_text .first_text {
  font-size: 14.5px;
  margin-bottom: 16px;
  line-height: 24px; }

.mgtb40 {
  margin: 40px 0 15px; }

.font20 {
  font-size: 20px; font-weight: 700; color: #238e8e;}

.box4 {
  background-color: #f8f8f8;
  width: 100%;
  text-align: center;
  padding: 13px 0; }
  .box4 img {
    max-width: 27px;
    margin-bottom: 10px; }
  .box4 h4 {
    font-size: 21px; }
  .box4 p {
    font-size: 14px;
    margin-top: 2px; }

.follow_us {
  margin-left: -5px;
  margin-right: -5px; }

.follow_us .col-md-4 {
  padding: 0px 5px; }

.outer_box {
  border: 1px solid #d4d4d4;
  width: 100%;
  padding: 20px;
  margin-top: 80px;
  margin-bottom: 15px; }

.box5 {
  background-color: #e1e1e1;
  text-align: center;
  width: 100%;
  height: 255px;
  padding-top: 110px; }

.featured_section {
background-color: #e4e4e4;
border-radius: 10px;
/* background-image: linear-gradient(270deg, #08AEEA 0%, #2AF598 100%); */

  padding: 5px 0px 10px;
  margin: 30px 0;
  color: #000; }

/* .fa {
color: #565454!important;} */

.navbar .logo{
  font-size: 1.2rem;
  font-weight: 600;
  width: 140px!important;
}

.nav-link {
    display: block;
    padding:0px;}
.navbar {

    padding: .8rem 1rem!important;  }
         
.paddingzero {
  padding: 0px;
  margin: 40px 0;
  color: #fff; }

.box6 {
  background-color: #e1e1e1;
  text-align: center;
  width: 100%;
  height: 100px; }

.topic_heading {
  margin: 20px 0;
  font-weight: 1100; padding: 0px 0px 0px 15px; font-size: 20px;}

.paddingLeftzero {
  padding-left: 0px; }

.mgt15 {
  margin-top: 15px; }

.mgt15 a{
	font-size: 17px
}

.fontbold {
  font-weight: 600; }

#banner_slider #banner_slider_inner .multiple-item .slide_item {
  position: relative; }
  #banner_slider #banner_slider_inner .multiple-item .slide_item .img_box img {
	  min-height:350px;
	  object-fit:cover;
    width: 100%; }
  #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
   background: rgba(0, 0, 0, 0.72);
    text-align: center; }

    #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .label {
      margin-top: 37%;
      background: rgba(25, 123, 105, 0.72);
      padding: 3px 20px;
      color: #fff;
      border-radius: 4px;
      font-weight: 500;
      display: inline-block; }
    #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .slide_text {
      font-size: 20px;
      color: #fff;
      font-weight: 500;
      margin-top: 40px; }
    #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .comment {
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      margin-top: 14px; }
      #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .comment i {
        margin-left: 6px;
        margin-right: 1px; }
#banner_slider #banner_slider_inner .ctrl {
  position: absolute;
  top: 50%;
  z-index: 4;
  padding: 0px 11px;
  background: rgba(0, 0, 0, 0.63);
  border: none;
  color: #fff;
  font-size: 26px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  transform: translatey(-50%);
  cursor: pointer; }
  #banner_slider #banner_slider_inner .ctrl:focus {
    outline: none; }
  #banner_slider #banner_slider_inner .ctrl.left {
    left: 0px; }
  #banner_slider #banner_slider_inner .ctrl.right {
    right: 0px; }

 .username {
        float: left;
        font-weight: bold;
        padding-top: 1px;
        font-size: 14px;
        color: #00d2b2;
    }
	.user_img {
    margin-left: 12px;
    width: 40px;
    height: 40px;
	    border-radius: .25rem;	
}

.article-inpost{box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: white;
    padding: 15px 15px;
border-radius: 5px 5px ;
    margin-bottom: 20px;}
	
.article-inpost:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);    background-color: #e1e1e1;
}

#list_section {
  padding-bottom: 60px; }
  #list_section .container .keyword {
    padding: 44px 0px; }
    #list_section .container .keyword h1 {
      font-size: 36px; }
  #list_section .container h1 {
    font-size: 23px;
    text-transform: capitalize;font-weight: 700; color: #238e8e; }
  #list_section .block {
    border-bottom: 1px solid #a7a7a757;
    padding-bottom: 20px;
    margin-top: 20px; }
    #list_section .block:last-of-type {
      border: none; }
 
  #list_section .right_side_content h3 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px; }
  #list_section .right_side_content h1 {
    font-size: 23px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px; }
  #list_section .right_side_content h6 {
    font-size: 12px;
    font-weight: 400;
    color: #a5a1a1; }
    #list_section .right_side_content h6 .name {
      color: #29c5ed; }
    #list_section .right_side_content h6 .comment {
      margin-left: 12px; }
  #list_section .right_side_content p {
    margin-top: 3px;
    color: #636363; }
  #list_section .latest_topics .left_content h1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px; }
  #list_section .latest_topics .left_content h6 {
    font-size: 13px;
    color: #bbb7b7;
    font-weight: 400;
    margin-top: 6px; }
.below_text_new {min-height:45px;}


/*footer style start*/
#main_footer {
  background: #3d4e6e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #1c4c80, #515084, #3e4653);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #1c4c80, #515084, #3e4653); min-height: 80px;
  padding: 40px 0px;
  color: #fff; }
  
#main_footer h1 {
  text-transform: uppercase;
  margin: 0px;
  font-size: 34px; }

#main_footer h3 {
  margin: 0px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.5px; }

#main_footer p {
  margin-top: 20px;
  font-size: 13px;
  text-align: justify; }

#main_footer .links ul li {
  list-style: none;display: inline; }

#main_footer .links ul li a {
  color: #fff;
  margin-bottom: 6px;
  display: inline;    
  font-size: 15px;
  font-weight: 600;
  border-right: 2px solid #fff;
  padding: 0 1.5rem;
    }
#main_footer .links ul li:last-child a{ border-right: none; }
#main_footer .fright_side label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 28px; }

#main_footer .fright_side input {
  background: #6137372e;
  border: none;
  height: 36px;
  padding: 0px;
  line-height: 36px;
  padding: 12px;
  padding-left: 39px;
  color: #fff; }

#main_footer .fright_side input:focus {
  border: none;
  outline: none;
  box-shadow: none; }

#main_footer .fright_side button {
  height: 36px;
  line-height: 36px;
  padding: 0px 16px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none; }

#main_footer .fright_side button:focus {
  opacity: 0.9;
  outline: none;
  border: none;
  box-shadow: none; }

#main_footer ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

#main_footer ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

#main_footer :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

#main_footer :-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

#main_footer .fright_side .form-group {
  position: relative; }

#main_footer .fright_side .form-group i {
  position: absolute;
  left: 12px;
  top: 9px; }

.load_more button {
  background: linear-gradient(to right, #761066, #c15a67);
  padding: 12px 46px;
  border-radius: 36px;
  margin-bottom: 76px;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: auto; }
  .load_more button:focus {
    outline: none; }

/*footer style end here*/
#des .desc {
  padding: 50px 0px; }
  #des .desc h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 26px; }
  #des .desc p {
    font-size: 17px;
    color: #736f6f;
    line-height: 28px; }
#des .content_block {
  margin-bottom: 40px; }
  #des .content_block .img_side img {
    width: 100%; }
  #des .content_block .text_side p {
    font-size: 17px;
    line-height: 28px;
    color: #736f6f; }

#auther_profile {
  padding: 50px 0px; }
  #auther_profile h1 {
    margin-bottom: 30px; }
  #auther_profile .img_box {
    overflow: hidden;
    border-radius: 100%; }
    #auther_profile .img_box img {
      width: 100%; }
  #auther_profile .right_desc p {
    color: #888484;
    margin-top: 16px; }

#form_sec {
  padding: 5% 0px; }
  #form_sec h1 {
    font-size: 2em;
    color: #545454; }
  #form_sec h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 26px 0px;
    margin-bottom: 58px; }
  #form_sec .form_wrap {
    background-color: #f1f1f1;
    border-radius: .5rem;
    box-shadow: 0 0 2px #a9a8a8;
    padding:1rem;
    margin: 0 auto; }
    #form_sec .form_wrap h3 {
      font-size: 17px;
      font-weight: 500; }
    #form_sec .form_wrap .b_line {
      position: relative; }
      #form_sec .form_wrap .b_line:before {
        content: "";
        position: absolute;
        width: 1px;
        background: #ccc;
        right: 0px;
        height: 62%;
        top: 22%; }
        .group_btn_container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
        }
    #form_sec .form_wrap .login_form .btn_box button {
      display: block;
      background-color: #3c5a98;
      border-color: #3c5a98;
      border: none;
      padding: 0px;
      border-radius: 10px;
      overflow: hidden;
      padding-right: 15px;
      line-height: 39px;
      font-size: 17px;
      text-transform: capitalize; }
      #form_sec .form_wrap .login_form .btn_box button span {
        background: #314e88;
        height: 19px;
        display: inline-block;
        height: 39px;
        line-height: 39px;
        padding: 0px 16px;
        font-size: 19px; }
    #form_sec .form_wrap .login_form .h_line {
      height: 1px;
      background: linear-gradient(to right, transparent, #dedcdc, transparent);
      position: relative;
      margin: 20px 0px; }
      #form_sec .form_wrap .login_form .h_line span {
        position: absolute;
        display: inline-block;
        border-radius: 100%;
        background: #64c4d4;
        height: 29px;
        width: 29px;
        text-align: center;
        line-height: 29px;
        font-size: 15px;
        left: calc(50% - 14.5px );
        top: -14.5px;
        color: #fff;
        font-weight: bold; }
    #form_sec .form_wrap .login_form .form-group {
      margin-bottom: 26px; }
      #form_sec .form_wrap .login_form .form-group input {
        background: #E8F0FE ;
        padding: 27px 15px;
        border-radius: 10px;
        border: none;
        font-size: 17px;
        font-weight: 500; }
        #form_sec .form_wrap .login_form .form-group input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #9f9b9b; }
        #form_sec .form_wrap .login_form .form-group input ::-moz-placeholder {
          /* Firefox 19+ */
          color: #9f9b9b; }
        #form_sec .form_wrap .login_form .form-group input:-ms-input-placeholder {
          /* IE 10+ */
          color: #9f9b9b; }
        #form_sec .form_wrap .login_form .form-group input:-moz-placeholder {
          /* Firefox 18- */
          color: #9f9b9b; }
      #form_sec .form_wrap .login_form .form-group.form-check {
        padding-top: 15px; }
    #form_sec .form_wrap .login_form .form-check-label {
      font-size: 15px;
      font-weight: 500;
      color: #7e7e7e; }
    #form_sec .form_wrap .login_form button {
      background: #00d1b2;
      border-color: #00d1b2;
      font-weight: 500;
      text-transform: capitalize;
      font-size: 17px;
      padding: 11px 52px;
      border-radius: 10px; }
    #form_sec .form_wrap .reg_form .form-group input {
      background: #6abcf4;
      padding: 27px 15px;
      border-radius: 10px;
      border: none;
      font-size: 19px;
      font-weight: 500; }
      #form_sec .form_wrap .reg_form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff; }
      #form_sec .form_wrap .reg_form .form-group input ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      #form_sec .form_wrap .reg_form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      #form_sec .form_wrap .reg_form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
    #form_sec .form_wrap .reg_form .form-group.form-check {
      padding-top: 15px; }
      
    #form_sec .form_wrap .login_form .form-check-label {
      font-size: 15px;
      font-weight: 500;
      color: #7e7e7e; }

    #form_sec .form_wrap .reg_form button {
      background: #ffc334;
      border: #ffc334;
      font-weight: 500;
      text-transform: capitalize;
      font-size: 17px;
      padding: 11px 52px;
      border-radius: 10px; }

      #form_sec .form_wrap .login_form .btn-reset-password{
        background: #BBCD77;
        color: #fff;
        border: #BBCD77;
      font-weight: 500;
      text-transform: capitalize;
      font-size: 17px;
      padding: 11px 20px;
      border-radius: 10px; 
      }
.box7 {
  width: 100%;
  height: 400px;
  background: #b4b4b4; }

.mgt30 {
  margin-top: 20px; }

.badge-success {
  background: #58c4b4;
  padding: 6px 14px;
  letter-spacing: 2px; }

.label-heading {
  padding: 20px 20px; }

.box7 h2 {
  color: #fff;
  margin-top: 240px; }

.box7 p {
  font-size: 20px;
  margin-top: 10px;
  color: #616161; }

.mgr20 {
  margin-right: 20px; }

.below_post .below_post_button a{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: none;
  font-size:14px;
  font-weight: 600;
  cursor: pointer;
} 
.below_post .below_post_button a:hover{
  color: #999;
} 
.below_post .btn-outline-success {
  padding: 6px 30px; }

.below_post .btn-outline-warning, .all-lists {
  border-color: #d49c07;
  color: #d49c07;
  padding: 6px 30px; }

.below_post .btn-outline-warning:hover, .all-lists:hover {
  background-color: #d49c07;
  color: #fff; }

.below_post .float-right h3 {
  color: #9e9e9e;
  font-size: 14px; }

.below_post .float-right h3 span {
  margin-right: 10px; }

.below_post .fa-facebook {
  color: #4961ab;
  margin-right: 10px; }

.below_post .fa-twitter {
  color: #04abef;
  margin-right: 10px; }

.below_post .fa-linkedin {
  color: #5d5d5d;
  margin-right: 10px; }

.below_post .fa-envelope-o {
  color: #557c23;
   }
.below_post .fa-whatsapp {
    font-size: 18px;
    color: #43b30f;
  margin-right: 10px;
}
.below_post .fa-pinterest {
    margin-left:0!important;
    font-size: 20px!important;
    color: #e60023!important;
}

.below_content p, .two_grid p {
  padding-bottom: 20px;
  line-height: 26px;
  color: #666; }
div .limited-paragraphs * {
        display: none;
    }
  /* Show only the first three p tags */
 div .limited-paragraphs  > p:nth-of-type(-n+3) {
      display: block;
  }
.box8 {
  width: 100%;
  height: 300px;
  background: #cccccc; }

.seperate-border {
  background: linear-gradient(to right, #670165 30%, #bb5664);
  height: 3px;
  margin: 60px 0 30px; }

.box9 {
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  color: #000;
  list-style-type: none;
  }
.box9 li {
    margin-bottom: 5px;
    border-bottom: 1px solid #777;
}
.box9 li:last-child {
    border-bottom: none;
    padding-bottom: 20px;
}


.box9 p {
  color: #fff;
  font-size: 12px;
  padding: 20px;
  font-weight: 500;
  letter-spacing: 2px; }

.box9 .date {
  color: #fff;
  font-size: 13px;
  margin-top: 50px;
  letter-spacing: 0px;
  font-weight: 400;
  padding-bottom: 10px; }

.post_name {
  color: #fff;
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize; }

.box9 .post_name {
    padding:5px 0;
    color: #000;
    /* display: inline; */
    font-size: 16px;
    font-weight: 500;
}

.all-lists {
  font-weight: 600; }

.mgt100 {
  margin-top: 100px; }

.box10 {
  background-color: #e1e1e1;
  width: 100%;
  height: 70px; }

.similar-topics .row {
  border-bottom: 1px solid #dcd1d1;font-size:14px;}
.similar-topics .row:last-child {
  border-bottom: none; }
.similar-topics .right_text .first_text {
  margin-bottom: 4px;
  color: #000;
  font-weight: 500; }

.box11 {
  background-color: #e2e2e2;
  width: 45px;
  height: 45px;
  border-radius: 100%; }

.time_duration {
  color: #b0b0b0;
  font-size: 13px;
  margin-left: 8px; }

.comments-section p {
  font-size: 15px;
  margin-top: 10px;
  color: #666; }

.comment_last {
  color: #b0b0b0 !important;
  padding-bottom: 25px; }

.comment_last .fa-reply {
  margin-left: 20px; }

.comments-section .comment_description {
  border-bottom: 1px solid #e1e1e1; }

.view-comments {
  background: #f4f4f4;
  padding: 26px;
  border-radius: 10px;
  text-align: center;
  color: #249ea3; }

.view-comments h4 {
  font-size: 26px; }

.mgtb50 {
  margin: 15px 0; }

.leave-comment .float-left {
  font-size: 20px;
  font-weight: 500; }

.leave-comment {
  margin-bottom: 100px; }

.clr_title {
  margin-top: 24px;
  font-size: 21px;
  margin-bottom: 14px; }

.colored_box {
  background: #6fc5c6;
  padding: 18px;
  color: #fff; }
  .colored_box .img_box img {
    width: 100%; }
  .colored_box .text_box h2 {
    margin: 12px 0px;
    font-size: 2.5em;
    font-weight: bold; }

.mgt30.lss {
  margin-top: 15px; }

.main_post {
  position: relative; }
  .main_post .img_box img {
    width: 100%; }
  .main_post .upper_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
    .main_post .upper_layer .p_title {
      padding: 20px; }
    .main_post .upper_layer .bottom_content {
      padding: 20px;
      color: #0098a0;
      /* color: white; */
      }
      .main_post .upper_layer .bottom_content h1 {
        color: #fff;
        font-size: 3em;
        padding-right: 44PX;
        margin-bottom: 16px; }

.filter {
  padding: 20px 3px; }

.post_item {
  margin-bottom: 20px; 
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 15px;
   overflow: hidden;
   border-radius: 5px;
  }
    .post_item .img_box {
    max-width: 240px;
    margin: auto;
    }
    .post_item .img_box img {
    width: 100%; 
    height: auto;
    object-fit: cover;
    }
  .post_item .post_num {
    position: absolute;
    z-index: 20;
    }
    .post_item .post_num p {
      color: #fff;
      font-weight: bold;
    text-align: center; 
      font-size: 1rem;
      width:1.8rem;
      height:1.8rem;
      border-radius: 5px;
      padding:.3rem;
    background-color: #61C97D;
    margin-left:1rem;
      }
  .post_item .vote_box {
    text-align: center;
    margin-top: 10px; }
  .post_item .vote_box h4{
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
    }
    .post_item .vote_box .v_btn button {
      border: none;
      background: transparent; }
      .post_item .vote_box .v_btn button img {
        width: 35px; }
      .post_item .vote_box .v_btn button:focus {
        outline: none;
        box-shadow: none; }
    .post_item .vote_box .vote_count {
      padding: 0px 0px;
      color: #cbcbcb;
      font-size: 25px;
      font-weight: 500; }
  .post_item  .text_content h2 {
    font-size: 2.7em;
    font-weight: 700;
    color: #0098a0;
    margin-top: 16px;
    margin-bottom: 11px; }
	
  .post_item  .text_content h3 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #212529;
     }
		
	
  .post_item  .text_content p {
    color: #5f5f5f;
    font-size: 16px; 
   overflow: hidden;
   margin-top: .5rem;
   display: -webkit-box;
   -webkit-line-clamp: 7; /* number of lines to show */
           line-clamp: 7; 
   -webkit-box-orient: vertical;
    }
  .post_item .left_side .img_box img {
    width: 100%; }

.form_box label {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 16px; }
.form_box input, .form_box input:hover, .form_box input:focus {
  background: #f1f1f1;
  border-radius: 1px;
  border: none;
  outline: none;
  box-shadow: none; }

.seperate-border.mlss {
  margin-top: 24px; }

.side_post_box {
  background-color: #eaeaea;
  border-radius: 5px;
  padding: 20px;
  color: #000   
}
.side_post_box ul{
  border-radius: 10px;
  list-style-type: none;
        
}
    .side_post_box ul li {
        margin-bottom: 5px;
        border-bottom: 1px solid #777;
    }
    .side_post_box li:last-child {
        border-bottom: none;
        padding-bottom: 10px;
    }
    .side_post_box .upper_layer .box9 {
      background: transparent;
      height: auto;
      text-align: center;     padding-top: 65px;
}
      .side_post_box .upper_layer .box9 .date {
        margin-top: 68px; }

.follow_us.cat {
  margin-bottom: 60px; }


	.latest_topic .list-posts {
    list-style: none;
    padding-left: 0px;
}

.topics-icerik {
    width: 75%;
    padding-right: 20px;font-weight: 600;
}

.topics-foto {
    width: 25%;
}
	
.latest_topic .list-posts li {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}
	
.ltst_topics {
    margin-bottom: 30px;
}
	
.article-inpost .text-content h4 {
    margin-bottom: 4px;
    font-size: 20px;
}


.article-inpost .text-content h6 {
    margin-bottom: 10px;
    margin-right: 12px;
    font-size: 14px;
    color: #949494;
}

h6 {
    font-size: 22px;
    color: #949494;
}

.masonry-box.imgSetA .title-section h3 {
    margin-bottom: 26px;font-weight: 700;
    color: #238e8e;
}


.article-inpost .row {
        border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
	
.comment_like_dislike {
    display: flex;
}

.latest-like-count, .latest-comment-count{
	line-height: 18px;
}
	
.latest-like-count{
	margin-right: 10px;
	    color: #949494;
    font-size: 14px;
}
	.load_more {
    background: linear-gradient(to right, #761066, #c15a67);
    padding: 12px 46px;
    border-radius: 36px;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    width: 200px;
}
#btn-example-load-more {
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #828080;
    border: none;
    padding: 0px 25px;
    border-radius: 15px;
    width: 100%;
	background-color: #740e66;
}

#btn-example-load-more:hover {background-color: #740e66}

#btn-example-load-more:active {
  background-color: #740e66;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	#banner_slider_inner {
    display: none;
}
	#feature_slider_inner {
    display: none;
}
.pagination {
    float: right;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}


.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #000;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #f0652f;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ef6131;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #9c297e;
    border-color: #9c297e;
}
	.image-place img {
    width: 100%;
}





#afte_banner_list .list_item {
  margin-bottom: 50px; }
  #afte_banner_list .list_item .img_box img {
    width: 100%; }
  #afte_banner_list .list_item p.comment {
    margin-top: 10px;
    color: #9f9e9e; }

#tw_box {
  padding-bottom: 50px;
  padding-top: 10px; }
  #tw_box .main_post .upper_layer .bottom_content h1 {
    font-size: 1.7em;
    padding-right: 0px; }
  #tw_box .main_post .upper_layer .bottom_content p {
    color: #fff; }
    #tw_box .main_post .upper_layer .bottom_content p .mgr20 {
      margin-right: 6px; }

#contact_sec {
  padding: 10% 0px; }
  #contact_sec .contact_form h1 {
    margin-bottom: 20px;
    color: #333;
    font-size: 33px; }
  #contact_sec .contact_form p {
    color: #464646; }
  #contact_sec .contact_form form {
    margin-top: 82px; }
    #contact_sec .contact_form form label {
      padding-left: 20px; }
    #contact_sec .contact_form form .form-group {
      margin-bottom: 20px; }
    #contact_sec .contact_form form .form-control {
      height: 45px;
      border-radius: 10px;
      background: #6abcf4;
      border: none;
      color: #fff; }
    #contact_sec .contact_form form textarea.form-control {
      height: auto; }
    #contact_sec .contact_form form textarea input.form-control {
      line-height: 45px;
      padding: 0px 20px; }
    #contact_sec .contact_form form .btn_box button {
      background: #ffc334;
      border: none;
      padding: 8px 45px;
      font-size: 17px;
      text-transform: capitalize;
      border-radius: 10px;
      margin-top: 13px; }
      #contact_sec .contact_form form .btn_box button:focus {
        box-shadow: none; }
      #contact_sec .contact_form form .btn_box button:active {
        transform: translateY(-4px); }

#form_sec.setting h1 {
  margin-bottom: 115px; }
#form_sec.setting .form_wrap .login_form {
  margin-top: 107px; }
  #form_sec.setting .form_wrap .login_form .profile_img {
    overflow: hidden;
    border-radius: 100%; }
   
  #form_sec.setting .form_wrap .login_form .right_side h3 {
    margin-bottom: 35px;
    margin-top: 7px; }
  #form_sec.setting .form_wrap .login_form .right_side .img_upload {
    height: 40px;
    position: relative;
    margin-bottom: 30px; }
    #form_sec.setting .form_wrap .login_form .right_side .img_upload input {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 165px;
      z-index: 2;
      opacity: 0;
      height: 46px;
      cursor: pointer; }
    #form_sec.setting .form_wrap .login_form .right_side .img_upload span {
      z-index: 1;
      position: absolute;
      left: 0px;
      top: 0px;
      display: inline-block;
      background: #00d1b2;
      color: #fff;
      padding: 8px 26px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 11px;
      margin-bottom: 20px; }
  #form_sec.setting .form_wrap .login_form input.form-control {
    background: #6abcf4;
    padding-top: 26px;
    padding-bottom: 26px;
    color: #fff; }
  #form_sec.setting .form_wrap .login_form label {
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 30px; }
#form_sec.setting .form_wrap .reg_form .form-group input {
  padding: 23px 15px;
  color: #fff; }
#form_sec.setting .form_wrap .reg_form button {
  padding: 9px 40px;
  margin-top: 5px; }

.list_page .btn-right {
  float: right !important; }
.topics-icerik {
    width: 60% !important;
}
.log_in_btn
{
	display:none;
}
.user_img
{
margin-left:12px;	
}
.hersey_img img{width:100%;}

.open>.dropdown-menu {
display: block;
left: auto;
right: 0;
}
.btn-group:hover{
  background-color: #f8f9fa;
}
.btn-group.drop_btn.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.drop_btn .dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.drop_btn button.btn
{
   color: rgb(34, 30, 30);
   background: transparent !important;
	border-color: transparent !important;
	padding: 0px 8px !important;
  font-size: 14px;
	font-weight:600 !important;
}

.drop_btn button.dropdown-toggle {
    padding: 0px;
    margin-left: -10px !important;
}

.drop_btn button.btn:focus{
box-shadow: 0 0 0 0 rgba(40,167,69,.5) !important;
	    color: #c6bebe !important;
}
.navbar-expand-lg .dsmnone {
  display: none !important;
}
.nav-icons{display: none;}
/* #navbarSupportedContent1{display:none !important;} */










@media only screen and (max-width: 1199px) {
  .list_page .side_post_box .upper_layer .box9 .date { margin-top: 40px; padding-bottom: 0px; }
  .list_page .btn-block { padding: 8px 0px; } 
  .second_top.col-lg-4{ -ms-flex: 0 0 50%;  flex: 0 0 50%; max-width: 50%;}	
  .thired_top{ max-width: 50%;  }

  } 	
	
@media only screen and (min-width: 991px) {
  .navbar-collapse{
    height: auto!important;
  }
  .dropdown-user{
    position: absolute;
    top: 87px;
  }
}
@media only screen and (max-width: 991px) {
  .col-md-6-1 {  -ms-flex: 0 0 100%;   flex: 0 0 100%;   max-width: 100%; }
  #des .content_block .text_side p {   padding: 30px 0px; }
  .list_page .col-md-8,
  .list_page .col-md-4,
  .list_page .col-md-3 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .list_page .mgt30 { margin-bottom: 30px; }
  .list_page .post_item .vote_box {  margin-top: 30px;  margin-bottom: 30px; } 
  .my_account .form_wrap .col-md-5 { -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%;}
  .navbar { padding: 2.5rem 1rem!important;}
  .navbar-toggler{position: absolute;z-index: 999999;top: 12px;right: 45px;}
  .navbar .logo { position: absolute;z-index: 999999; top: 12px; left:45px;}
  .topbar .col-xl-2{position: absolute;right: 0;}
  .topbar .lg_rg_btn {margin-top: 0px;  display: none;}
  .topbar {padding: 0px 0;}
	.thired_top{max-width:100%;}
	.hersey_img img{max-width:100%; margin:auto;display:block;}
	li.log_in_btn
{
	list-style: none;
	margin-top: 10px;
    margin-bottom: 10px;
	display:block;
}
ul.navbar-nav.mr-auto
{
padding-left:10px;	
}
li.nav-item.dropdown {
    padding-top: 8px;
}
	form.search.form-inline.my-2.my-lg-0 {
    margin-left: 10px;
}
	.form-inline .form-control.mr-sm-2
	{
		margin-top:10px;
	}
	
.bs-example {
    display: grid;
    margin-left: -5px;
}
	
.open>.dropdown-menu {
       position: absolute;
	z-index: 99999;
}
.drop_btn button.btn
	{
		margin-top:10px;
  }
      /*
  * Added By Vikas Verma 03-06-2020
  */
  #main_footer .links{width:100%; margin-top: 5px !important;}
  #main_footer .fright_side { margin-top: 5px !important;}
  #main_footer .links ul{text-align: center;}
  #main_footer .links ul li {list-style: none;display: inline;padding:5px}
  .nav-link {text-align: center;}
  .logo_side img {width:40%}
  .navbar {padding: 1.8rem 1rem !important;
  border-radius: 0;
  width: 100%;
  margin:0;
  }
  .topbar .logo {left: 20px;width: 190px !important;top: 0px;}
  .navbar-toggler {top: 6px;right: 30px;border:none;color:rgb(0,0,0,0.5)}
  /* .navbar-toggler .fa.fa-bars {font-size: 2rem !important;} */
  .navbar-toggler {padding: .15rem .5rem;}
  .navbar-toggler-user{right: 90px;}
  .navbar-toggler-search{right: 140px;}
  .fa-search,.fa-user, .fa-bars{color:rgb(0,0,0,0.5)}
  .navbar-collapse {margin-top: 35px;}
  .navbar-collapse1 {margin-top: 35px;}
  .navbar-collapse1 {flex-basis: 100%;}
  .bs-example {display: block;}
  .btn-group, .btn-group-vertical{display:block;border: 1px solid #fff;border-radius: 5px;padding: 1%;text-align: right;}
  .child-btn-group{width: 90%;border: none;border-bottom: 2px solid #fff;border-radius: unset;margin-right: 21px;text-align: center;}
  .child-btn-group a{width:100%} 
  .child-btn-group .dropdown-menu{display: block;}
  .below_post .float-left {width:100%}
  .like_dislike{width:47%;font-size: 16px;}
  .below_post .float-right h3 {font-size: 16px;}
  .sub_menu_3{float:left;padding:1%;float: left;width: 33%;padding: 1%;text-align: center;color: #fff;font-size: .8rem;}
  .child-btn-group .drop-down-change{height: 0px;overflow: hidden;width: 0px;position: absolute;background: #fff0;border: none;display:none;}
  .below_content p, .two_grid p {line-height: 1.4rem;}
  .post_item .left_side .text_content h2 {font-size: 1.5em;}
  .post_item .col-9{padding-left: 0;}
  .form-inline .form-control {
  width: 60%; margin-left:20%}
  #form_sec .form_wrap {padding: 1rem;}
  .nav-icons{display: block;margin: 0 auto;}
  .navbar-toggler {font-size: 2rem;top:10px}
}



@media only screen and (max-width: 767px) {
  .catagory_list .right_side_content { padding-top: 25px; }
  .catagory_list .left_content {  padding-bottom: 25px; }
  .list_page .side_post_box .upper_layer .box9 .date { margin-top: 0px; padding-bottom: 0px; }
  .list_page .float-right { float: none !important; text-align: center; padding-top: 30px; }
  .list_page .float-left { float: none !important;  text-align: center; }
  .log-in .login_form { text-align: center; }
  #form_sec .form_wrap h3 {  text-align: center; }
  #form_sec .form_wrap .right_side h3 {text-align: left;}
    .topbar .logo { text-align: center;width: 180px !important;top:15px;}
	.img_box.img_r.first_imgg img{width:100% !important;height:100% !important;} 
	.img_box.img_r.small_imggg.mg20 img{width:100% !important; height:100% !important;} 
	.img_box.img_r.small_imgg.mg20 img{width:100% !important;height:100% !important;}
	.img_box.img_r.extra_smm.mg20 img{width:100% !important;height:100% !important;}
	.img_box.img_r.mg20 img{width:100% !important;height:100% !important;}
	.second_top.col-lg-4{ -ms-flex: 0 0 50%; flex: 0 0 100%;  max-width: 100%;}
	.text-content {padding-top: 20px;}
	.article-inpost .image-place img{width:100% !important; height:100% !important;}
	.block.ff img{width:100% !important; height:100% !important; margin-bottom:10px;}
	.login_form .btn_box.text-right{text-align:center !important;}
	#form_sec .form_wrap .login_form button{margin:10px auto !important; display:block;}
  form#login-form .text-right{text-align:center !important;}
    /*
  * Added By Vikas Verma 03-06-2020
  */
  #main_footer .links{width:100%; margin-top: 5px !important;}
  #main_footer .fright_side { margin-top: 5px !important;}
  #main_footer .links ul{text-align: center;}
  #main_footer .links ul li {list-style: none;display: inline;padding:5px}
  .nav-link {text-align: center;}
  .logo_side img {width:40%}
  .navbar {padding: 1.8rem 1rem !important;}
  .topbar .logo {left: 20px;width: 160px !important;top: 0px;}
  .navbar-toggler {top: 6px;right: 20px;border:none;color:rgb(0,0,0,0.5)}
  /* .navbar-toggler .fa.fa-bars {font-size: 45px !important;} */
  .navbar-toggler {padding: .15rem .5rem;}
  .navbar-toggler-user{right: 80px;}
  .navbar-toggler-search{right: 135px;}
  .fa-search,.fa-user{color:rgb(0,0,0,0.5)}
  .navbar-collapse {margin-top: 35px;}
  .navbar-collapse1 {margin-top: 35px;}
  .navbar-collapse1 {flex-basis: 100%;}
  .bs-example {display: block;}
  .child-btn-group{width: 90%;border: none;border-bottom: 2px solid #fff;border-radius: unset;margin-right: 21px;text-align: center;}
  .child-btn-group a{width:100%} 
  .child-btn-group .dropdown-menu{display: block;}
  .below_post .float-left {width:100%}
  .like_dislike{width:47%;font-size: 16px;}
  .below_post .float-right h3 {font-size: 16px;}
  .sub_menu_3{float:left;padding:1%;float: left;width: 33%;padding: 1%;text-align: center;color: #fff;font-size: .8rem;}
  .child-btn-group .drop-down-change{height: 0px;overflow: hidden;width: 0px;position: absolute;background: #fff0;border: none;display:none;}
  .below_content p, .two_grid p {line-height: 1.4rem;}
  .post_item .left_side .text_content h2 {font-size: 1.5em;}
  .post_item .col-9{padding-left: 0;}
  .form-inline .form-control {width: 60%; margin-left:20%}
  #form_sec .form_wrap .login_form .form-group input {padding: 25px 15px;border-radius: 0;border: 1px solid aliceblue;height: .25rem;background: #fff}
  #form_sec .form_wrap .login_form .form-group {margin-bottom: 26px;margin: 1.5rem;}
  #form_sec .group_btn_container .btn{width: 88%;margin: 1 6% !important;border-radius: unset;}
  #form_sec .form_wrap .login_form .h_line {margin: 30px 0px;}
  #form_sec .form_wrap .login_form .btn_box button span{background: unset;}
  #form_sec .form_wrap .login_form .btn_box button{border-radius: 0px;padding:0;margin:0}
  #form_sec .form_wrap .reg_form .form-group input{padding: 25px 15px;border-radius: 0;border: 1px solid aliceblue;height: .25rem; background: #fff;}
  #form_sec .form_wrap .reg_form .form-group {margin-bottom: 1rem;margin: 1.5rem;}
  #form_sec .form_wrap .reg_form .form-group label{display: none;}
  #form_sec .form_wrap .reg_form button {width: 100%;margin: 0% !important;border-radius: unset;background: #00d1b2;border-color: #00d1b2;}
  #form_sec .form_wrap .reg_form .h_line{height: 1px;background: linear-gradient(to right, transparent, #dedcdc, transparent);position: relative;margin: 1rem 0px;}
  #form_sec .form_wrap .reg_form .btn_box button {background-color: #3c5a98;border-color: #3c5a98;border: none;padding: 0px;padding-right: 0px;border-radius: 0px;overflow: hidden;padding-right: 15px;line-height: 39px;font-size: 17px;text-transform: capitalize;margin-top: 10px !important;}
  .register-ref-button{cursor:pointer}
  .login-ref-button{cursor:pointer}
  .login-5-right{display: none;}
  .form-group #sort-by{float:right}
  .main_post .upper_layer .bottom_content h1{font-size:1.5rem;}
  .mgr20 a{font-size: .7rem;}
}


@media only screen and (max-width: 575px) {
  .file-upload{
    margin-top: 1rem;
  }
  .upload-btn{
    padding: 1rem;
  }
	.list_page .main_post .upper_layer .bottom_content h1 { font-size: 1.5em; }
	.post_num {font-size: 4em; }
	.post_item .vote_box .vote_count {font-size: 20px; } 
    .topbar .logo {position: fixed;  z-index: 999999;  top: 12px; left: 30px;  width: 130px !important;}
	.topics-foto {width: 50% !important ;}
	.topics-foto img {margin:auto; display:block;}
	.second_top .img_box.img_r img {width: 100% !important; height:100% !important;}
	#feature_slider_inner .ctrl.left { left: 0px !important;}
	#feature_slider_inner .ctrl.right { right: 0px !important;}
  .main_post .upper_layer .bottom_content h1{font-size:1.5rem;}
  /*
  * Added By Vikas Verma 03-06-2020
  */
  #main_footer .links{width:100%; margin-top: 5px !important;}
  #main_footer .fright_side { margin-top: 5px !important;}
  #main_footer .links ul{text-align: center;}
  #main_footer .links ul li {list-style: none;display: inline;padding:5px}
  .nav-link {text-align: center;}
  .logo_side img {width:40%}
  .navbar {padding: 1.8rem 1rem !important;
  margin: 0;
  width: 100%;
  border-radius: 0;
  }
  .topbar .logo {left: 20px;width: 125px !important;top: 7px;}
  .navbar-toggler {top: 17px;right: 20px;border:none;color:rgb(0,0,0,0.5)}
  .navbar-toggler .fa.fa-bars {/*font-size: 30px !important;*/top: 10px; }
  .navbar-toggler {font-size: 1.5rem; }
  .navbar-toggler {padding: .15rem .5rem;}
  .navbar-toggler-user{right: 65px;}
  .navbar-toggler-search{right: 110px;}
  .fa-search,.fa-user{color:rgb(0,0,00,0.5)}
  .navbar-collapse {margin-top: 30px;display: block;}
  .navbar-collapse1 {margin-top: 30px;}
  .navbar-collapse1 {flex-basis: 100%;}
  .bs-example {display: block;}
  .child-btn-group{width: 90%;border: none;border-bottom: 2px solid #fff;border-radius: unset;margin-right: 21px;text-align: center;}
  .child-btn-group a{width:100%} 
  .child-btn-group .dropdown-menu{display: block;}
  .below_post .float-left {width:100%}
  .like_dislike{width:47%;font-size: 16px;}
  .below_post .float-right h3 {font-size: 16px;}
  .sub_menu_3{float:left;padding:1%;float: left;width: 33%;padding: 1%;text-align: center;color: #fff;font-size: .8rem;}
  .child-btn-group .drop-down-change{height: 0px;overflow: hidden;width: 0px;position: absolute;background: #fff0;border: none;display:none;}
  .below_content p, .two_grid p {line-height: 1.4rem;}
  .post_item .left_side .text_content h2 {font-size: 1.5em;}
  .post_item .col-9{padding-left: 0;}
  .post_item .left_side .img_box img {
    width: 90%;
}
}
  /* .navbar-expand-lg .dsmnone {display: block !important;} */
  /* #navbarSupportedContent1{display:flex !important;} */

@media only screen and (max-width: 414px) {
  .font22 { font-size: 20px !important; }
  #form_sec .form_wrap .login_form .btn_box button {  margin: auto;  display: block; }
  #form_sec .form_wrap .login_form button {  margin: 10px auto;  display: block; }
  #form_sec .form_wrap .reg_form button {  margin: auto;  display: block; } 
  .c_img_box1 { border-radius: 100%; overflow: hidden;  max-width: 50px; float: right; }
  .c_img_box1 img {   width: 100%; }
  .topbar .logo img {  max-width: 100%; }
  .navbar .nav-item a:focus { color: #dad5d5 !important; }
  .similar-topics .row {  padding-bottom: 10px; }
  }


@media (max-width: 1600px) {
    #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .slide_text {
           margin-top: 10px !important;    font-size: 17px;}
    #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .comment   {
	         margin-top: 5px !important;}	
    #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .label {
              margin-top: 14% !important;}
}

@media (max-width: 1300px) {
    #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .slide_text {
           font-size: 16px; }
}


@media (max-width: 1199px) {
  .side_post_box .upper_layer .box9 .date {   margin-top: 27px; }
  .below_content p{  margin-top: 0; } 
  .two_grid p {  margin-top: 15px; } 
    .group_btn_container .btn{
    width: 88%;
    margin: 1% 6% !important;
  }
}


@media (max-width: 992px) {
  .topbar .logo {   text-align: center;     width: 200px;}
  .topbar .lg_rg_btn {   margin-top: 8px; }
  .navbar {   position: sticky;   top: 0px;   z-index: 99999;}
  /* .navbar-toggler .fa.fa-bars {   color: #fff;   font-size: 29px; } */
  .abt_soc {   display: block; }
  .abt_soc li {  display: inline-block; }
  .abt_soc li:first-of-type {  display: block;   margin-bottom: 10px; }
  .abt_soc li a {     padding-left: 0px; }
  #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .slide_text {
    margin-top: 26px; }
  .outer_box {    margin-top: 0px; }
  .sid_up_marg {    margin-top: 30px; }
  .follow_us .col-4 {    padding: 10px 8px; }
  .featured_section .item {    margin-bottom: 30px; }
  #main_footer .fright_side {    margin-top: 20px; }
  #main_footer .fright_side label {    margin-bottom: 20px; }
  .letest_topic_title {    margin-top: 50px; }
  #form_sec.setting h1 {    margin-bottom: 40px; }
  .similar-topics .row .col-4, .similar-topics .row .col-8 {    padding: 0px 8px; }
  .similar-topics .right_text .first_text {    font-size: 13.5px; }
  .topic .post_name {    font-size: 12px; }
  .topic .side_post_box .upper_layer .box9 .date {    margin-top: 9px; }
  .topic .main_post .upper_layer .bottom_content h1 {    font-size: 2em; }
  .topic .below_post button {    padding: 6px 17px; }
  .topic .below_post .float-right{    float: left  !important; }
  .topic .below_post .float-left {		  float: left  !important; 	}
  .topic .below_post .float-right {    margin-top: 14px; } 
  .group_btn_container .btn{
    width: 100%;
    margin: 10px;
  }
}
	
	
@media (max-width: 767px) {  
	#list_section .img_box{margin-bottom: 15px; }
    #main_footer .links {    margin-top: 20px; }
   #main_footer .fright_side {    margin-top: 20px; }
   #main_footer .fright_side label {  margin-bottom: 15px; }
   #auther_profile h1 {   font-size: 32px; }
   #auther_profile .img_box { max-width: 150px;    margin: 0 auto; }
   #auther_profile .right_desc {  text-align: center;   margin-top: 15px; }
  .follow_us .box4 h4 {  font-size: 18px; }
  #list_section .container .keyword h1 {   font-size: 28px; }
  #form_sec h3 {    margin-bottom: 25px; }
  #form_sec .form_wrap .b_line:before {   display: none; }
  .topic .side_post_box .upper_layer .box9 .date { margin-top: 172px;font-size: 15px;margin-bottom: 0px; }
  .topic .post_name { font-size: 26px; }
  .topic .main_post .upper_layer .bottom_content h1 { font-size: 1.2em; padding: 0px; margin-bottom: 8px; }
  .topic .main_post .upper_layer .bottom_content p {  font-size: 14px; }
  .topic .similar-topics .row .col-4, .similar-topics .row .col-8 {   padding: 0px 15px; }
  .topic .below_post .float-right h3 i {   font-size: 30px !important; }
  .topic .view-comments h4 {    font-size: 23px; }
  .topic .font20 {font-size: 25px; }
  }
	
	
@media (max-width: 600px) {
  #banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .slide_text { font-size: 17px;
    margin-top: 30px; }
  #auther_profile .right_desc p {    margin-top: 0px; }
  #form_sec.setting .form_wrap .login_form .right_side h3 {    margin-bottom: 25px; }
  #form_sec.setting .form_wrap .login_form .right_side .img_upload input {    width: 150px; }
  #form_sec.setting .form_wrap .login_form .right_side .img_upload span {   padding: 8px 13px;    font-size: 15px; }
  #form_sec.setting .form_wrap .login_form {    margin-top: 50px; }
  #contact_sec .contact_form form {    margin-top: 50px; }
  
}
	
	


	
@media (max-width: 424px) {
	.topic .side_post_box .upper_layer .box9 .date {   margin-top: 18px; } 

	}




/*# sourceMappingURL=style.css.map */
#banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .label{
	margin-top: 28% !important;
}
#banner_slider #banner_slider_inner .multiple-item .slide_item .upper_layer .slide_text{
	margin-top: 17px !important;
}


.like_dislike {
    background-color: transparent;
    border: 1px solid #43b30f;
    width: auto;
    float: left;
    color: #43b30f;
    padding: 4px 15px;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
}

.like_dislike:hover, .like_dislike:active, .like_dislike:focus{
		background-color: #43b30f;
		color: #fff;
}

.diffrent{
	color: #d99c0d;
	border-color: #d99c0d;
}

.diffrent:hover, .diffrent:active, .diffrent:focus{
		background-color: #d99c0d;
		color: #fff;
}

.google .fa-google-plus {
    font-size: 28px;
    color: #d80000;
}

.category-post.food .badge.badge-success {
    text-transform: capitalize;
    letter-spacing: 1px;
}

.comm{
	display: inline-block;
}

.side_post_box .upper_layer .box9 .date {
    margin: 10px auto 0px;
    max-width: 150px;
    display: block;
    padding: 2px 20px 4px;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
}

.side_post_box .post_name {
    color: #fff;
    padding: 8px 5px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    display: block;
    width: 310px;
    white-space: normal;
    line-height: 30px;
}

.bottom_content p{
	color: #fff;
}

.box9 .badge-success {
    padding: 4px 10px;
}

#suggestion {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
}
#suggestionErrorMessage {
      margin-top: -15px;
}

#saveSuggestion {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: none;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: -16px;
    font-size: 16px;
}

.topic_load_more
{
    background: linear-gradient(to right, #761066, #c15a67);
    padding: 12px 46px;
    border-radius: 36px;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    width: 200px;
}
.topic_load_more:hover
{
	color:white;
}
a.author_load_more {
    background: linear-gradient(to right, #761066, #c15a67);
    padding: 12px 46px;
    border-radius: 36px;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    width: 265px;
}
.category-post.world {
    display: inline-block;
}
a.category-post.world {
    background: #00d1b2;
    padding: 3px 10px;
    border-radius: 15px;
	color: white;
}
a.category-post.world h3
{
	font-size:11px !important;
	text-transform: uppercase;
}
#list_section .right_side_content p
{
	word-break: break-all;
}
.capital{
    background: #00d1b2;
    padding: 3px 10px;
    letter-spacing: 2px;
    font-size: 11px;
    border-radius: 15px;
    text-transform: uppercase;
}
.dropdown:hover>.dropdown-menu{ display: block ;}

.side_post_box .upper_layer .box9 .date {
    padding: 2px 15px 4px !important;
	
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: #e1e1e1;
}

.fa-whatsapp {
    font-size: 32px;
    color: #43b30f;
}

.fa-caret-up {cursor: pointer;color: #3ace3a;font-size: 3.5em; opacity:0.3;}
.fa-caret-up:before{  content:"\f05d";  color:#3ace3a; opacity:1; }
.fa-caret-up:hover{  content:"\f05d";  color:#3ace3a; opacity:1; }

.fa-caret-down {cursor: pointer;color: #f1cd1d;font-size: 3.5em; opacity:0.3;}
.fa-caret-down:before{  content:"\f05d";  color:#f1cd1d; opacity:1;  }
.fa-caret-down:hover{  content:"\f05d";  color:#f1cd1d; opacity:1;  }


details {
  min-height: 5px;
  padding: 30px;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all .3s;
  background-color: #08AEEA;
    background-image: linear-gradient(270deg, #08AEEA 0%, #2AF598 100%);
    color: white;
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  background-color: #f6f7f8;

}

details p {
  color: #96999d;
  font-weight: 300;
}

summary {
  font-weight: 500;
  cursor: pointer; margin-bottom: 10px;
}

summary:focus {
  outline: none;
}

details[open] summary:hover::after {
  animation: pulse 1s ease;
}

@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.comments-section { padding-top: 30px;  }
#responsive-image {  width: 100%;  height: auto; }


@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);
* {
  box-sizing: border-box;
}
#alert_box {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.Message {
  display: table;
  position: relative;
  margin: 40px auto 0;
  width: 500px;
  background-color: #0074D9;
  color: #fff;
  transition: all 0.2s ease;
  z-index: 99999;
}
@media (max-width: 600px) {
  .Message {
    display: table;
    position: relative;
    margin: 40px auto 0;
    max-width: 500px;
    background-color: #0074D9;
    color: #fff;
    transition: all 0.2s ease;
    z-index: 99999;
  }
}
.Message.is-hidden {
  opacity: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.Message--orange {
  background-color: #F39C12;
}

.Message--red {
  background-color: #FF4136;
}

.Message--green {
  background-color: #2ECC40;
}

.Message-icon {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  padding: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
}
.Message-icon > i {
  width: 20px;
  font-size: 20px;
}

.Message-body {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 20px 30px 10px;
}
.Message-body > p {
  line-height: 1.2;
  margin-top: 6px;
}

.Message-button {
  position: relative;
  margin: 15px 5px -10px;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px rgba(0, 0, 0, 0.4);
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  font-family: 'Source Sans Pro';
  color: #fff;
  outline: none;
  cursor: pointer;
}
.Message-button:hover {
  background: rgba(0, 0, 0, 0.3);
}
.Message-button:active {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px rgba(0, 0, 0, 0.4);
  top: 3px;
}

.Message-close {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  outline: none;
  font-size: 20px;
  right: 5px;
  top: 5px;
  opacity: 0;
  cursor: pointer;
}
.Message:hover .Message-close {
  opacity: 1;
}
.Message-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.u-italic {
  font-style: italic;
}

@media (max-width: 575px) {
  .topic .side_post_box .upper_layer .box9 .date {    margin-top: 103px; }
  .like_dislike{width: 48%;font-size: .8rem;margin:1%;text-align: center;}
  .below_post .float-right h3 {font-size: 16px;}
  

}

