/*
Theme Name: pickle
Version: 1.0.0
Theme URI: http://www.pickle.co.in/
Author: Anand Pawar / Bhaskar Narvekar
*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

@font-face {
  font-family: roboto-regular;
  src: url(assets/fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: roboto-bold;
  src: url(assets/fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: roboto-light;
  src: url(assets/fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: montserrat-extrabold;
  src: url(assets/fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
  font-family: montserrat-light;
  src: url(assets/fonts/Montserrat-Light.ttf);
}

.slide_form_main {
  display: none !important;
}

img {
  height: auto;
}

figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
figure h2 {
  font-family: helvetica;
  font-weight: normal;
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure h3 {
  background-image: linear-gradient(#0000, #00000078);
  bottom: 0;
  margin-bottom: 0px;
}

figure:hover h3 {
  background-image: none;
}

figure h4 {
  font-family: helvetica;
  padding: 20px 2.5em;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  letter-spacing: 1px;
  font-size: 68.5%;
  background-image: linear-gradient(#0000, #000);
}

figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
}
div:not(.wp-block-image) > figure:not(.with_caption, .wp-block-image):hover img {
  opacity: 0.4;
  background: #000;
}

figure:hover h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, -30, 0);
  transform: translate3d(0, -30px, 0);
}
figure:hover h4 {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, -30, 0);
  transform: translate3d(0, -30px, 0);
  background: transparent;
}
figure img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  position: relative;
  display: inline-block;
}
div:not(.fixed-size, .wp-block-image) > figure:not(.wp-block-image) img {
	width: 100%;
}
figure figcaption {
  font-size: 1.2rem;
}
figure:not(.with_caption) figcaption,
figure:not(.with_caption) figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure:not(.with_caption) figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
}
figure:not(.with_caption) figcaption:before,
figure:not(.with_caption) figcaption:after {
  position: absolute;
  top: 35px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure:not(.with_caption) figcaption:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure:not(.with_caption) figcaption:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
figure:not(.with_caption) figcaption:hover:before,
figure:not(.with_caption) figcaption:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/**/
.wp-block-image:not(.with_caption) figcaption {
  margin-top: 0px !important;
  padding-top: 30%;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 1em;
  color: #fff !important;
  text-align: center;
  background: #00000052;
  font-size: 16px !important;
}

/*inner block figcaption*/
.anouncement_asp_img figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25%;
}
.anouncement_asp_img figcaption:before,
.anouncement_asp_img figcaption:after {
  position: absolute;
  top: 35px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.anouncement_asp_img figcaption:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.anouncement_asp_img figcaption:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.anouncement_asp_img figcaption:hover:before,
.anouncement_asp_img figcaption:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/**/

.m_top img {
  width: 100%;
  height: auto;
}

.size-full {
  width: 100%;
  height: auto;
}

/* navbar start */
.fluid_bg {
  background: #fff;
}
.navbar-toggle {
  border-color: #fff !important;
  background: #fff !important;
}

.navbar-brand:hover {
  cursor: pointer;
}

.nav-ul {
  height: 65px;
}

.nav-li {
  margin-top: 10px;
}

.film_ban_img img {
  width: 100%;
  height: 450px;
}

.brand_logo {
  width: 120px;
  padding: 12px 12px;
}
.navbar {
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
  margin-bottom: 20px;
}
.navbar-brand {
  padding: 0 !important;
}
.navbar-default .container {
  background-color: #fff;
}
.nav-pills {
  float: right;
}
.navbar-collapse {
  background-color: #fff;
  border-color: #fff !important;
}

.li_wrap {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-family: "montserrat-light";
}

.li_wrap:hover {
  cursor: pointer;
}

.li_wrap a {
  color: #000 !important;
}

.li_wrap a:hover {
  background: linear-gradient(to right, #355c7d, #b7456f) !important;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  font-family: "montserrat-light";
  font-weight: 800;
}

.navbar-header {
  padding-left: 10%;
  flex-grow: 1;
}

.icon_2 {
  display: none !important;
}

.img_wrap {
  width: 100%;
  padding: 3px;
}

.submitsearch {
  background: #fff;
  border: none;
  outline: none;
}

.overlay {
  display: none;
  position: absolute;
  top: 8px;
  right: 150px;
}

.searchinput {
  border-radius: 50px;
  border: 1px solid #ccc;
  padding: 10px 10px;
  outline: none;
  width: 250px;
}

.marg_wrap {
  margin-top: 18px;
}

.left_div {
  width: 50%;
  float: left;
  padding-top: 1px;
  position: relative;
}

.inner_div img {
  width: 100%;
  height: auto;
  padding: 3px;
}

.left_div img {
  width: 100%;
  height: auto;
  margin: 1px auto;
}

.right_div {
  width: 50%;
  float: left;
}

.inner_div {
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: 5px;
}

.big_txt {
  position: absolute;
  top: 11%;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.big_txt3 {
  position: absolute;
  top: 35%;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.big_txt1 {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.small_txt {
  position: absolute;
  cursor: pointer;
  top: 55%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0px 25px;
}

.trend_txt {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  margin: 3px;
  width: 98%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 12px 25px !important;
  /*padding-bottom: 24px !important;*/
}

.cards {
  width: 50%;
  float: left;
  position: relative;
  padding: 10px;
}

.left_align {
  width: 70%;
  float: left;
}

.right_align {
  width: 30%;
  float: left;
}

.tab_h1 {
  float: left;
  padding-left: 40px;
  padding-right: 40px;
  background: linear-gradient(to right, #355c7d, #b7456f);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text !important;
  text-transform: uppercase;
  cursor: pointer;
}

.padding_wrap {
  width: 100%;
}

.social_icon {
  float: right;
  padding-right: 20px;
  padding-top: 10px;
  cursor: pointer;
}

.rob_reg {
  font-family: "roboto-regular";
}

.rob_bold {
  font-family: "roboto-bold";
}

.rob_light {
  font-family: "roboto-light";
}

.mon-extrabold {
  font-family: "montserrat-extrabold";
}

.mon-light {
  font-family: "montserrat-light";
}

.footerbg {
  background: #314f71;
}

.f_heading {
  color: #fff;
  padding-top: 0px;
  width: 100%;
  font-size: 16px;
}

.f_text {
  color: #fff;
  width: 100%;
  opacity: 0.5;
  font-size: 14px;
}

.f_text:hover {
  opacity: 1;
  cursor: pointer;
}

.f_pop_post {
  color: #fff;
  width: 100%;
  font-size: 14px;
  opacity: 0.5;
  margin: 0;
}

.f_pop_post_date {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  margin: 0;
}

.pd_wrap {
  padding-left: 13% !important;
}

.f_pd {
  padding-left: 10px;
}

.tnp-field label {
  color: #fff !important;
}

.f_border {
  border-right: 1px solid #fff;
  margin-top: 30px;
}

.news_h3 {
  margin-top: 90px;
  text-align: center;
}

.news_main {
  height: 290px;
}

hr {
  width: 15%;
  float: left;
  padding-left: -20px !important;
  margin: 0px !important;
  border-top: 2px solid #b5476e !important;
}

.f_marg {
  margin-top: 30px;
}

.drop_wrap {
  margin-top: 15px !important;
}

.dropdown:hover {
  background: linear-gradient(to right, #355c7d, #b7456f) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #fff !important;
}

.zoom:hover {
  transform: scale(1.05);
}

.zoom {
  transition: transform 0.2s;
  cursor: pointer;
  margin-bottom: 20px;
}

.right_div button {
  display: none !important;
}

.f_social {
  margin-right: 7px;
}

.slick-dots {
  display: none !important;
}

.f_social:hover {
  cursor: pointer;
}

.cont_main {
  position: relative;
}

.film_ban_img {
  width: 100%;
  height: 450px;
  padding-left: 5px;
  padding-right: 5px;
}

.film_small_img {
  width: 100%;
}

.cont_sub {
  margin-top: 20px;
}

.m_top {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.film_ban_txt {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 50%;
  padding: 5px 200px;
}

.film_txt {
  position: absolute;
  /*top: 60%;*/
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding: 15px 100px;
  bottom: 0px;
  margin-bottom: 0px;
}

.cancelsearch {
  background: transparent;
  border: none;
  outline: none;
}

.linkwrap {
  color: #fff;
  opacity: 0.5;
}
.linkwrap:hover {
  color: #fff;
  opacity: 1;
}

.m_top img {
  height: 300px;
}

.align_center {
  display: flex;
  align-items: center;
}

.anouncement_asp_img,
.anouncement_asp {
  width: 100%;
}

.anouncement_asp_img img,
.anouncement_asp img {
  width: 100%;
  height: auto;
}

.anouncement_asp {
  padding: 30px 0;
}

.sp_bold {
  font-weight: bold;
}

.dd_head {
  padding: 20px 3%;
}

.dd_head h4 {
  padding-left: 50px;
}

.dd_head p {
  font-size: 16px;
  text-align: justify;
}

.wrapper_topstory {
  width: 100%;
  position: relative;
}

.wrapper_topstory img {
  width: 100%;
  height: 450px;
  padding: 5px;
}

.cards button {
  display: none !important;
}

.post_contain {
  padding-right: 0;
}
.post_contain img {
  width: 100%;
  /*height:85px;*/
  height: auto;
}

.post-categories {
  float: left;
  list-style-type: none;
  padding-left: 0px;
  background: #b5476e;
  text-align: center;
  width: 30%;
  margin-bottom: 0px;
}

.post-categories a {
  color: #fff;
}

.wp-block-embed-youtube,
.bwg_container,
.wp-caption {
  width: 90% !important;
  margin-left: 5% !important;
}

.wp-caption img {
  padding: 10px 3%;
  width: 100%;
}

.share_wrap {
  font-size: 15px;
  margin: 0;
  padding-right: 10px;
}

.share_icn_wrap {
  margin-right: 7px;
}

.lable_search {
  font-size: 16px;
  padding: 5px 30px !important;
}

.search_txt {
  padding-left: 20px !important;
}

#breadcrumbs a {
  color: #ccc !important;
}

#breadcrumbs a:hover {
  color: #000 !important;
}

.abt_div {
  width: 100%;
}

.abt_head {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 30px;
}

.contact_head_txt {
  text-align: center;
}

.form_label {
  padding: 5px 5px;
  margin-left: 20px;
}

.form_input {
  padding: 5px 5px;
  margin-left: 20px;
  width: 90%;
}

.contct_submit {
  display: block;
  padding: 5px 15px;
  margin-left: 20px;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  background: #4db2ec;
  border: 1px solid #4db2ec;
}

.contct_submit:hover {
  color: #4db2ec;
  background: #fff;
}

.con_left {
  width: 85%;
  border: 1px solid #ccc;
  margin: 0px auto 20px auto;
}

.contact_head {
  text-align: center;
  margin-top: 80px;
  margin-left: 20px;
  font-weight: bold;
}

.con_info_txt {
  text-align: center;
  margin-bottom: 35px;
}

.con_info_head {
  margin-top: 40px;
  margin-left: 20px;
  text-align: center;
}

.abt_h4 {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  margin-top: 20px;
}

.abt_txt {
  padding: 5px 15px;
  text-align: justify;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.map {
  margin-bottom: 20px;
}

.abt_banner img {
  width: 95%;
  margin-left: 2%;
  height: auto;
  margin-top: 80px;
}

.f_pop_post1 {
  color: #000;
  text-decoration: none;
}

.top_space {
  margin-top: 80px;
}

.f_heading1 {
  color: #000;
  font-size: 20px;
}

.bottom_space {
  margin-bottom: 25px;
}

#btn-submit {
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #555;
  border: 0;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
#btn-submit:disabled {
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #ccc;
  border: 0;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  cursor: no-drop;
}
.validation-error {
  color: #ff0000;
}
.input-control {
  padding: 10px;
}
.input-group {
  margin-top: 10px;
}

.card_txt {
  color: #fff;
  font-size: 30px;
  text-align: left;
  width: 100%;
}

.card_wrap a:hover {
  text-decoration: none;
}

.card_share {
  float: left;
  color: #fff;
  font-size: 15px;
  padding-right: 10px;
  margin: 0;
  margin-top: 4px;
}

.clearfix {
  clear: both;
}

.by_wrap {
  color: #fff;
  font-size: 14px;
}

.im_wrap img {
  width: 100%;
  height: auto;
}

.read_more_btn {
  background: transparent;
  display: block;
  margin: auto;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding: 5px 15px;
  border: 1px solid #fff;
  outline: none;
  font-family: montserrat-light;
}

.read_more_btn:hover {
  background: #fff;
  color: #314f71;
  font-weight: bold;
}

.dd_head ul {
  margin-left: 50px;
}

.dd_head h2 {
  padding: 20px 15px 00px 50px;
}

.abt_banner_desk {
  display: block;
  margin-left: 2%;
  width: 96%;
  margin-top: 90px;
}

.abt_banner_desk img {
  width: 100%;
}

.abt_banner_mob {
  display: none;
}

.abt_banner_mob img {
  width: 100%;
}

.txt_wrapper {
  position: relative;
}

.txt_wrap {
  color: #000;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.slide_wrap {
  width: 100%;
  float: left;
  padding: 5px;
}

.slider_wrap {
  width: 100%;
  float: left;
}

.slide_wrap img, .uagb-post-grid .uagb-post__image img {
  width: 100%;
  border-radius: 12px;
}

.home_slide button {
  /*display:none !important;*/
  color: transparent !important;
  background: #000 !important;
  border: 1px solid #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  outline: none;
}

.home_slide .slick-prev {
  position: absolute;
  top: 30%;
  left: -1%;
  z-index: 2;
}

.home_slide .slick-next {
  position: absolute;
  right: -1%;
  top: 30%;
  z-index: 2;
}

.home_slide .slick-prev:after {
  content: "❮";
  color: #fff;
  font-size: 24px;
  left: 10px;
  position: absolute;
  top: -2px;
}

.home_slide .slick-next:after {
  /*display:none !important;*/
  content: "❯";
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: -2px;
}

.slide_cont {
  width: 100%;
  padding: 5px 30px;
}

.txt_wrap:hover {
  color: #3690d0;
}

.category_title {
  display: flex;
  align-items: center;
}

.category_title .hd_title_text {
  margin-bottom: 10px;
  margin-top: 10px;
}

.category_title .hd_title_line {
  flex-grow: 1;
  border-bottom: 2px solid #000;
  margin-left: 10px;
  margin-top: 7px;
}

.hd_wrap span {
  background: #fff;
  padding-right: 10px;
  z-index: 2;
}

.hd_wrap {
  position: relative;
}

.hd_wrap::after {
  content: "";
  width: 100%;
  border: 0.5px solid #000;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  z-index: -2;
}

.hd_wrap12 {
  width: 7%;
  float: left;
}

.hd_line_wrap12 {
  width: 93%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap11 {
  width: 9%;
  float: left;
}

.hd_line_wrap11 {
  width: 91%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap10 {
  width: 7%;
  float: left;
}

.hd_line_wrap10 {
  width: 93%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap1 {
  width: 14%;
  float: left;
}

.hd_line_wrap1 {
  width: 86%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap2 {
  width: 9%;
  float: left;
}

.hd_line_wrap2 {
  width: 91%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap3 {
  width: 19%;
  float: left;
}

.hd_line_wrap3 {
  width: 81%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap4 {
  width: 10%;
  float: left;
}

.hd_line_wrap4 {
  width: 90%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap5 {
  width: 6%;
  float: left;
}

.hd_line_wrap5 {
  width: 94%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap6 {
  width: 4%;
  float: left;
}

.hd_line_wrap6 {
  width: 96%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap7 {
  width: 7%;
  float: left;
}

.hd_line_wrap7 {
  width: 93%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap8 {
  width: 7%;
  float: left;
}

.hd_line_wrap8 {
  width: 93%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.hd_wrap9 {
  width: 18%;
  float: left;
}

.hd_line_wrap9 {
  width: 82%;
  border: 0.5px solid #000;
  float: left;
  margin-top: 38px;
}

.mrt_wrap {
  margin-top: 2px;
}

.sm_txt {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 12px 25px;
  margin: 0;
}

.desk_div {
  display: block;
}

.desk_div .container.cont_main {
  display: flex;
}

.desk_div .container.cont_main > a {
  flex-grow: 1;
}

.desk_div .abc {
  width: 100%;
  height: 100%;
}

.desk_div .abc img {
  min-width: 100%;
  min-height: 100%;
}

.desk_div .xyz {
  background: #314f71;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desk_div .xyz .card_wrap {
  padding: 20px;
}

.desk_div .container.cont_sub {
  display: table;
}

.desk_div .container.cont_sub .m_top {
  float: left;
  padding: 20px !important;
}

.mob_div {
  display: none;
}

/*comments section*/
#comments_section {
  border-top: 2px solid #eee;
  padding: 8px;
}

#comments {
  padding-left: 95px;
}

.comment_list {
  padding-left: 65px;
}

.comment-form {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.input {
  margin-left: 10px;
}

.comment-form textarea {
  margin-bottom: 16px;
  margin-left: 0px;
}

.comment-notes {
  color: #000;
}

#comments_section {
  height: 160px;
}

.all_comments li {
  margin-left: 45px;
}

#submit {
  color: #fff;
  background: #4756ff;
  outline: none;
  border: none;
  padding: 5px 25px;
  border-radius: 5px;
}

#submit:hover {
  color: #4756ff;
  background: #fff;
  border: 1px solid #4756ff;
}

.even,
.odd {
  margin-bottom: 5px;
}

.top_wrap {
  padding-top: 80px;
  padding-bottom: 30px;
  width: 906px !important;
}

.wp-block-embed-twitter,
.wp-block-embed-facebook {
  margin-bottom: 1em;
  margin-left: 7%;
  margin-right: 6%;
  width: 80%;
  text-align: left;
}

.sidebar_wrap {
  width: 100%;
}

.sidebar_wrap hr {
  display: none;
}

.show_mob {
  display: none;
}

.top_m {
  margin-top: 20px;
}

.comment-form textarea {
  margin-bottom: 0px !important;
}

.comment-form label {
  display: block !important;
}

.comment-form input {
  margin-top: 3px !important;
}

.issuuembed {
  width: 100% !important;
}

.american-film .issuuembed {
  height: 520px !important;
}

.qa_form_wrap {
  width: 100%;
}

.qa_form_wrap form {
  padding-left: 7%;
}

.sel_year {
  width: 20%;
}

.ads_wrap aside {
  margin-bottom: 5px;
}

.top_space aside {
  margin-bottom: 5px;
}

.hd_wrap12 {
  width: 11%;
  float: left;
}

.hd_line_wrap12 {
  width: 89%;
  float: left;
}

/*corousel 3d*/
.carousel-3d-slide {
  height: auto !important;
  border: none !important;
}

.carousel-3d-container[data-v-c06c963c] {
  height: auto !important;
  margin: 0px !important;
}

.carousel-3d-slider[data-v-c06c963c] {
  height: 595px !important;
}

.carousel-3d-slide img {
  height: 500px !important;
}

.upcoming-p1 {
  padding: 5px 10px;
  text-align: center !important;
  margin: 0px !important;
  background: #f3f3f3 !important;
}
/*end corousel 3d*/

@media only screen and (max-width: 768px) {
  /*corousel 3d*/

  /*end corousel 3d*/

  .hd_wrap12 {
    width: 35%;
    float: left;
  }

  .hd_line_wrap12 {
    width: 65%;
    float: left;
  }

  .sel_year {
    width: 100%;
  }

  .anouncement_asp_img figcaption {
    font-size: 1em;
  }

  .qa_form_wrap form {
    padding-left: 0px;
  }

  .show_mob {
    display: block;
  }

  .top_wrap {
    width: 100% !important;
  }

  .ads_wrap img {
    height: 90px !important;
  }

  .dd_head ul {
    margin-left: 0px;
  }

  .f_pop_post1 {
    font-size: 15px;
  }

  .zoom {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .dd_head h2 {
    padding: 20px 15px 00px 15px;
  }

  .dd_head p {
    padding: 0px;
    font-size: 17px;
  }

  .dd_head h4 {
    padding: 20px 15px 00px 15px;
  }

  #comments {
    padding-left: 35px;
  }

  .comment_list {
    padding-left: 55px;
  }

  .comment-form textarea {
    margin-left: 0px;
    width: 100%;
  }

  .hd_wrap123 {
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }

  .post_head {
    color: #000;
    font-size: 16px;
    font-weight: bold;
  }

  .rw_wrp {
    border-bottom: 1px solid #000;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .rm_txt {
    color: #316c90 !important;
    float: right;
    margin-right: 8px;
  }

  .a_wrp:active {
    text-decoration: none;
  }

  .p_img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .desk_div {
    display: none;
  }

  .post_im img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .post_c p {
    text-align: justify;
    color: #000;
    font-size: 16px;
  }

  .post_im {
    padding-right: 0px !important;
  }

  .mob_div {
    display: block;
    padding-top: 80px;
  }

  .slide_cont {
    width: 80%;
    margin-left: 9%;
  }

  .home_slide .slick-next {
    right: 0%;
  }

  .home_slide .slick-prev {
    left: -2%;
  }

  .hd_wrap10 {
    width: 22%;
  }

  .hd_wrap8 {
    width: 17%;
  }

  .hd_wrap7 {
    width: 23%;
  }

  .hd_wrap6 {
    width: 12%;
  }

  .hd_wrap5 {
    width: 20%;
  }

  .hd_wrap4 {
    width: 34%;
  }

  .hd_wrap3 {
    width: 64%;
  }

  .hd_wrap2 {
    width: 31%;
  }

  .hd_wrap1 {
    width: 48%;
  }

  .hd_wrap11 {
    width: 31%;
  }

  .hd_wrap9 {
    width: 60%;
  }

  .slide_cont {
    padding: 5px 2px;
  }

  .hd_line_wrap11 {
    width: 69%;
  }

  .hd_line_wrap10 {
    width: 78%;
  }

  .hd_line_wrap9 {
    width: 40%;
  }

  .hd_line_wrap1 {
    width: 52%;
  }

  .hd_line_wrap2 {
    width: 69%;
  }

  .hd_line_wrap3 {
    width: 36%;
  }

  .hd_line_wrap4 {
    width: 66%;
  }

  .hd_line_wrap5 {
    width: 80%;
  }

  .hd_line_wrap6 {
    width: 88%;
  }

  .hd_line_wrap7 {
    width: 73%;
  }

  .hd_line_wrap8 {
    width: 83%;
  }

  .slide_wrap img {
    padding: 5px 0px;
    height: auto;
  }

  .abt_banner_desk {
    display: none;
  }

  .abt_banner_mob {
    display: block;
  }

  .abc {
    width: 100%;
  }

  .xyz {
    display: none;
  }

  .cont_main img {
    height: auto;
  }

  .con_info_head {
    text-align: center;
  }

  .con_info_txt {
    width: 100%;
  }

  .anouncement_asp_img img {
    height: auto;
  }

  .wrapper_topstory img {
    height: 250px;
  }

  .recent_wrap img {
    width: 100%;
    height: 450px;
  }

  .film_ban_img img {
    height: 250px;
  }

  .m_top img {
    height: 130px;
  }

  .padding_wrap {
    padding: 5px;
  }

  .f_pop_post {
    padding-top: 0px;
  }

  .film_txt {
    width: 100%;
    font-size: 12px;
    padding: 5px 5px;
    /*top: %;*/
  }

  .film_ban_txt {
    font-size: 20px;
    width: 100%;
    padding: 5px 5px;
  }

  .f_border {
    height: auto;
  }

  .film_ban_img {
    height: 250px;
  }

  .nav-margin_wrap {
    width: 100% !important;
  }

  .navbar-nav {
    margin: 0px !important;
  }

  .icon_1 {
    display: none !important;
  }

  /*.navbar-collapse.in{*/
  /*  overflow-y: visible !important;*/
  /*}*/

  /*.bg_wrapper{*/
  /*  height: 100vh !important;*/
  /*}*/

  .overlay {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    margin-bottom: 20px;
  }

  .navbar-toggle {
    margin-right: 0px !important;
  }

  .left_div {
    width: 100%;
  }

  .right_div {
    width: 100%;
  }

  .inner_div {
    width: 100%;
  }

  .small_txt {
    top: 60%;
  }

  .cards {
    width: 100%;
  }

  .cards img {
    height: auto;
  }

  .tab_h1 {
    width: 100%;
    text-align: center;
    font-size: 21px;
  }

  .left_align {
    width: 100%;
  }

  .right_align {
    width: 100%;
    padding-left: 28%;
  }

  .social_icon {
    float: none;
  }

  .big_txt {
    font-size: 24px;
  }

  .big_txt1 {
    font-size: 18px;
  }

  .f_border {
    border-right: none;
  }

  .pd_wrap {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 2200px) {
  .ads_wrap img {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
}

@media screen and (min-width: 1500px) {
  .nav-margin_wrap {
    margin-left: 7%;
  }
}

@media screen and (min-width: 1441px) {
  .im_wrap img {
    width: 100%;
  }

  .overlay {
    right: 195px;
  }

  .nav-margin_wrap {
    margin-left: 7%;
  }

  .container {
    width: 80% !important;
  }

  .m_top img {
    height: auto;
  }

  .dd_head p {
    padding: 20px 15px 00px 15px;
  }

  .share_wrap {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .li_wrap {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .nav-margin_wrap {
    width: 85%;
  }

  .nav > li > a {
    padding: 10px 10px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-margin_wrap {
    width: 80%;
  }

  .li_wrap {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 920px) {
  .nav-margin_wrap {
    width: 85% !important;
  }

  .big_txt {
    font-size: 24px;
  }

  .pd_wrap {
    padding-left: 8% !important;
  }
}

@media screen and (max-width: 600px) {
  .amarican h1 {
    font-size: 30px;
  }
}

.slide_form_main {
  display: none;
}
.mobile {
  display: none;
}
.slide_cont {
  width: 100%;
  padding: 5px 0px;
}
.desktop {
  margin-bottom: 25px;
}
.slide_wrap {
  margin: 10px 0px;
}
.amarican h2, .entry-content h1 {
  text-align: center;
  font-size: 80px;
  margin-top: 20px;
  font-weight: bolder;
}

.amarican h3, .entry-content h3 {
  text-align: center;
  font-size: 40px;
}

@media screen and (max-width: 676px) {
  .amarican h2, .entry-content h1 {
    font-size: 40px !important;
  }
  .amarican h3, .entry-content h3 {
    font-size: 26px !important;
  }
  .mobile {
    display: block !important;
    margin-bottom: 15px;
  }
  .desktop {
    display: none;
  }
  .slide_cont {
    width: 100%;
    padding: 5px 0px;
    margin-left: 0px;
  }
}

.epyt-gallery-title {
  font-weight: bold;
}

.uagb-post__title {
	font-weight: bold;
}

.ps_bg .ps_main .col_online_main {
	display: flex;
    margin: 0 5px;
}

.whatsapp_share_icon {
	display: none;
}

.whatsapp_share_icon img {
  transform: scale(1.5);
  width: 50px;
}

@media screen and (max-width: 676px) {
  .whatsapp_share_icon {
	display: block;
	position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    border-radius: 5px 0 0 5px;
	background: #25d167;
  }
}

.uagb-slick-carousel {
	padding: 0;	
}

.home-category-section .uagb-slick-carousel {
	padding: 0;	
}

.wp-block-button.p-0 > *{
	padding: 0;
}