body,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
nav,
canvas {
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:visited,
a:active,
a:focus,
button:visited,
button:visited,
button:focus {
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus,
.slick-slide:focus {
  outline: none;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;

}

.main-content img {
  height: auto;
}

textarea {
  resize: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

a {
  cursor: pointer;
}

body {
  font-size: 100%;
  font-weight: 400;
}

a {
  transition: all 0.7s ease;
}

canvas {
  display: block;
  vertical-align: bottom;
  opacity: 0.6;
}

#particles-js {
  width: 100%;
  height: 100%;
}

@media (max-width: 980px) {
  #particles-js {
    display: none;
  }
}

.Common_tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.Common_tbl_cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

strong {
  font-weight: 500;
}

.postn_rltv {
  position: relative;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: #393939;
  font-weight: 500;
  font-size: 17px;
}

.command {
  font-family: 'Fira Mono', monospace;
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404040;
}

.at_flat_counter {
  display: none !important;
}

a {
  cursor: pointer;
  color: #329fc5;
}

.button_cls {
  float: left;
  border-radius: 3px;
  line-height: 35px;
  padding: 0 10px;
  background: #64b8e9;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

h1 {
  font-size: 35px;
  font-weight: 500;
  color: #404040;
  padding-left: 120px;
  position: relative;
  line-height: 40px;
  margin-bottom: 25px;
  text-align: left;
}

h1:before {
  height: 2px;
  width: 90px;
  content: '';
  background: #404040;
  display: block;
  left: 0;
  position: absolute;
  bottom: 4px;
}

h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

h3 a {
  color: inherit;
}

h3 a:hover {
  color: #329fc5;
}


h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}


a.readMore {
  float: left;
  color: #329fc5;
}

.readMore i {
  transition: transform .3s ease-out;
}

.readMore:hover i {
  transform: translate(3px, 0px);
}

button .loader {
  width: 45px;
  float: right;
  position: absolute;
  right: 0;
  top: 0px;
  height: auto;
  display: none;
}

.loader_class {
  position: fixed;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  text-align: center;
}

.loader_class .loader {
  display: inline-block;
  width: 125px;
  height: 125px;
  position: relative;
}

.container {
  width: 1810px;
  max-width: 1810px;
  position: relative;
}

@media (max-width: 1830px) {
  .container {
    width: 100% !important;
    padding: 0 100px !important;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 50px !important;
  }
}

@media (max-width: 800px) {
  .container {
    padding: 0 25px !important;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px !important;
  }
}

header {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
  background: #fff;
}

header a {
  color: #404040;
}

header .header-inner {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
}

header .header-inner .logo img {
  /* width: 156px; */
  /* newly added for festive logo */
  width: 255px !important;
  transition: all .5s ease;
}

@media (max-width: 767px) {
  header .header-inner .logo img {
    /* width: 142px; */
    /* newly added for festive logo */
    width: 200px;
  }
}

@media (max-width: 767px) {
  header .header-inner .logo {
    position: absolute;
    z-index: 1;
  }
}

header .header-inner .right_sec .short_cuts {
  float: right;
  position: relative;
}

@media (max-width: 767px) {
  header .header-inner .right_sec .short_cuts {
    margin-top: 8px;
    margin-right: 20px;
    position: absolute;
    right: 55px;
    z-index: 1;
  }
}

header .header-inner .search_box {
  float: left;
  width: 100%;
  background: #efefef;
  margin-top: 15px;
  display: none;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  header .header-inner .search_box {
    margin-top: 25px;
  }

}

header .header-inner .search_box .container {
  width: 50% !important;
}

@media (max-width: 1200px) {
  header .header-inner .search_box .container {
    width: 75% !important;
  }
}

@media (max-width: 800px) {
  header .header-inner .search_box .container {
    width: 100% !important;
  }
}

header .header-inner .search_box form {
  position: relative;
  width: 100%;
  float: left;
  border-radius: 0px;
  overflow: auto;
  padding: 5px;
  padding-right: 110px;
  margin: 5px;
  /* border: 1px solid #337ab7; */
  border-radius: 3px;
  background: #fff;
}

header .header-inner .search_box form input:-webkit-autofill {
  -webkit-text-fill-color: #393939 !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  border-bottom: 1px solid #fff !important;
}

header .header-inner .search_box form input[type="text"] {
  float: left;
  width: 100%;
  border: 0;
  background: none;
  padding-left: 0px;
  height: 40px;
  padding: 5px;
  font-style: oblique;
}

header .header-inner .search_box form input[type="submit"] {
  position: absolute;
  width: 110px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background: #337ab7 !important;
  color: white;
  border: 0;
  border: 0;
  background: none;
}

header .header-inner .search_box label {
  display: none;
}

header .header-inner .right_sec .short_cuts a {
  float: left;
  padding-left: 20px;
  font-size: 22px;
  line-height: 34px;
}

header .header-inner .right_sec .short_cuts a:hover {
  color: #329fc5;
}

@media (max-width: 767px) {
  header .header-inner .right_sec .short_cuts a {
    font-size: 25px;
  }
}

header .header-inner .right_sec .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  float: right;
  width: 275px;
}

header .header-inner .right_sec .navbar-collapse .top {
  float: right;
  width: 100%;
  padding-bottom: 18px;
}

header .header-inner .right_sec .navbar-collapse .top ul {
  float: right;
}

header .header-inner .right_sec .navbar-collapse .top ul li {
  float: left;
  position: relative;
}

header .header-inner .right_sec .navbar-collapse .top ul li a {
  padding: 0px 0px 0 20px;
  float: left;
  font-size: 18px;
  font-weight: 400;
}

header .header-inner .right_sec .navbar-collapse .top ul li a:hover {
  color: #329fc5;
}

header .header-inner .right_sec .navbar-collapse .bottom {
  float: left;
  width: 100%;
  height: 20px;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  header .header-inner .right_sec .navbar-collapse .top ul li {
    margin-left: 10px;
    line-height: 34px;
  }

  header .header-inner .right_sec .navbar-collapse .top ul li a.spl_btn_cls {
    float: left;
    position: relative;
    /* font-size: 18px; */
    height: 34px;
    border: #404040 2px solid;
    line-height: 30px;
    text-align: center;
    padding: 0 9px;
    color: #404040;
  }

  header .header-inner .right_sec .navbar-collapse .top ul li a.spl_btn_cls:before {
    position: absolute;
    width: 11px;
    height: 11px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    display: block;
    content: '';
  }

  header .header-inner .right_sec .navbar-collapse .top ul li a.spl_btn_cls:after {
    position: absolute;
    width: 6px;
    height: 6px;
    right: -2px;
    bottom: -2px;
    background: #404040;
    display: block;
    content: '';
    border-radius: 50px;
    transition: all 0.7s ease;
  }

  header .header-inner .right_sec .navbar-collapse .top ul li a.spl_btn_cls:hover {
    border: #329fc5 2px solid;
    color: #329fc5;
  }

  header .header-inner .right_sec .navbar-collapse .top ul li a.spl_btn_cls:hover:after {
    background: #329fc5;
  }
}

@media (max-width: 767px) {
  header .header-inner .right_sec .navbar-collapse .bottom {
    padding-bottom: 20px;
    height: auto;
    border-bottom: 5px solid #efefef;
  }
}

header .header-inner .right_sec .navbar-collapse .bottom .b_inner {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 25px;
  float: right;
}

header .header-inner .right_sec .navbar-collapse .bottom .b_inner a {
  padding: 0 8px;
  background: #fff;
  line-height: 20px;
  float: left;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  #hbl-live-chat-wrapper {
    display: none !important;
  }

  header .header-inner .right_sec .navbar-collapse .bottom .b_inner a {
    padding: 0 8px;
  }
}

header .header-inner .right_sec .navbar-collapse .bottom .b_inner .mail:hover {
  color: #329fc5;
}

header .header-inner .right_sec .navbar-collapse .bottom .b_inner .twtr:hover {
  color: #2ca7e0;
}

header .header-inner .right_sec .navbar-collapse .bottom .b_inner .fb:hover {
  color: #3a5ba0;
}

header .header-inner .right_sec .navbar-collapse .bottom .b_inner .ytb:hover {
  color: #ff0000;
}

header .header-inner .right_sec .navbar-collapse .bottom .b_inner .lkdn:hover {
  color: #0e76a8;
}

header .header-inner .right_sec .navbar-collapse .bottom .b_inner .insta:hover {
  color: violet;
}

header .header-inner .right_sec .navbar-collapse .bottom .b_inner .skype:hover {
  color: #00AFF0;
}

header .header-inner .right_sec .navbar-collapse .bottom .b_inner:after {
  content: '';
  display: block;
  height: 3px;
  background: #404040;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  header .header-inner .right_sec #navbar1 {
    float: left;
    width: 100%;
    box-shadow: none;
    border-top: 0;
    background: #fff;
    padding: 0;
    margin-top: 45px;
    /* newly added for festive logo */
    /* margin-top: 20px; */
  }

  header .header-inner .right_sec #navbar1 .top ul {
    border-top: 1px solid #efefef;
    width: 100%;
  }

  header .header-inner .right_sec #navbar1 .top ul li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #efefef;
  }

  header .header-inner .right_sec #navbar1 .top ul li a {
    padding: 10px 0;
    border: 0;
  }

  header .header-inner .right_sec #navbar1 .bottom .b_inner {
    float: none;
    display: inline-block;
  }

  header .header-inner .right_sec #navbar1 .dropdown-menu {
    position: static;
    box-shadow: none;
    border: 0;
  }

  header .header-inner .right_sec #navbar1 .dropdown-menu li {
    background: #f1f1f1;
    border-bottom: 1px solid #fff !important;
  }

  header .header-inner .right_sec #navbar1 .dropdown-menu li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  header .header-inner .right_sec #navbar1 li.open a {
    border: 0;
  }

  header .header-inner .right_sec .navbar-toggle {
    margin: 0;
    border: 0;
    padding: 0;
    margin-top: 15px;
  }

  header .header-inner .right_sec .navbar-toggle .icon-bar {
    background: #404040;
    border-radius: 0;
    width: 35px;
    height: 2px;
  }

  header .header-inner .right_sec .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  header .header-inner .right_sec .navbar-collapse.in {
    overflow-y: inherit;
  }
}

@media (max-width: 767px) {
  header .header-inner {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

header .floating {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  padding: 10px 0;
  top: 0;
  box-shadow: 0 0 8px -4px #000;
}

/* newly added for festive logo */
/* @media (max-width: 540px) {
  header .floating {
  padding: 15px 0 25px;
  }
} */

header .floating .right_sec .top .dropdown-container {
  top: 59px;
}

@media (max-width: 767px) {
  header .floating .right_sec .top .dropdown-container {
    top: 0;
  }
}

header .floating .right_sec #navbar1 {
  margin-top: 0px;
}
    /* newly added for festive logo start*/

/* @media (max-width: 540px) {
  header .floating .right_sec #navbar1 {
    margin-top: 25px;
  }
} */
 /* newly added for festive logo end*/

header .floating .right_sec .top {
  padding-bottom: 0;
}

header .floating .right_sec .bottom {
  display: none;
}

@media (max-width: 767px) {
  header .floating .right_sec .bottom {
    display: block;
  }
  header .header-inner .logo img {
	  width: 170px !important;
	  transition: all .5s ease;
	}
	header .floating .logo img {
		width: 170px !important;
	}
}

/* header .floating .logo img { */
  /* width: 102px; */
  /* newly added for festive logo */
/*   width: 200px;
} */
@media (max-width: 1290px) {
	header .header-inner .logo img {
	  width: 220px;
	  transition: all .5s ease;
	}
	header .floating .logo img {
		width: 200px !important;
	}
}

header #menu-news {
  display: none;
}

.banner_wrapper {
  float: left;
  width: 100%;
  position: relative;
}

@media (max-width: 980px) {
  .banner_wrapper {
    background: url(../images/banner_bg.png) center center no-repeat;
    background-size: cover;
  }
}

@media (max-width: 980px) and (max-width: 767px) {
  .banner_wrapper {
    margin-bottom: 20px;
  }
}

.banner_wrapper #particles-js {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner_wrapper .banner_container {
  float: left;
  width: 100%;
  position: relative;
  padding: 0px 0 30px;
  z-index: 2;
}

@media (max-width: 767px) {
  .banner_wrapper .banner_container {
    padding: 15px 0;
  }
}

.banner_wrapper .banner_container .slick-slide {
  position: relative;
}

.banner_wrapper .banner_container .carousel-caption {
  float: left;
  width: 700px;
  font-size: 55px;
  font-weight: 500;
  position: absolute;
  padding-bottom: 0;
  text-align: left;
  text-shadow: none;
  padding-top: 0;
  top: 0;
  bottom: 0;
  left: 0;
}


.banner_wrapper .banner_container .carousel-caption h2 {
  font-size: 45px;
  margin-bottom: 25px;
}

.banner_wrapper .banner_container .carousel-caption h2 span {
  font-weight: 300;
}

@media (max-width: 1200px) {
  .banner_wrapper .banner_container .carousel-caption h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 640px) {
  .banner_wrapper .banner_container .carousel-caption h2 {
    margin-bottom: 0 !important;
  }
}

.banner_wrapper .banner_container .carousel-caption a {
  float: left;
  position: relative;
  font-size: 18px;
  height: 44px;
  border: #404040 2px solid;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  color: #404040;
}

.banner_wrapper .banner_container .carousel-caption a:before {
  position: absolute;
  width: 11px;
  height: 11px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  display: block;
  content: '';
}

.banner_wrapper .banner_container .carousel-caption a:after {
  position: absolute;
  width: 6px;
  height: 6px;
  right: -2px;
  bottom: -2px;
  background: #404040;
  display: block;
  content: '';
  border-radius: 50px;
  transition: all 0.7s ease;
}

@media (max-width: 980px) {
  .banner_wrapper .banner_container .carousel-caption a {
    font-size: 15px;
    height: 34px;
    border: #404040 2px solid;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .banner_wrapper .banner_container .carousel-caption a {
    display: inline-block;
    float: none;
  }
}

.banner_wrapper .banner_container .carousel-caption a:hover {
  border: #329fc5 2px solid;
  color: #329fc5;
}

.banner_wrapper .banner_container .carousel-caption a:hover:after {
  background: #329fc5;
}

@media (max-width: 1650px) {
  .banner_wrapper .banner_container .carousel-caption {
    width: 50%;
    padding-right: 20px;
  }
}
/* newly added for festive logo commented the below section */
/* @media (max-width: 1024px) {
  .banner_wrapper .banner_container .carousel-caption {
    position: relative;
  }
} */

@media (max-width: 767px) {
  .banner_wrapper .banner_container .carousel-caption {
   /* newly added for festive logo position: relative;  */
    /* position: relative; */
    width: 100%;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.banner_wrapper .banner_container .img_cover {
  float: right;
  width: 45%;
}

@media (max-width: 1650px) {
  .banner_wrapper .banner_container .img_cover {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .banner_wrapper .banner_container .img_cover {
    width: 100%;
    text-align: center;
    height: 250px;
    overflow: hidden;
  }
}

.banner_wrapper .slick-dots {
  bottom: -50px;
}

.banner_wrapper .slick-dots li {
  width: 19px;
  height: 5px;
  margin: 0 7px;
}

.banner_wrapper .slick-dots li.slick-active button {
  background: #329fc5;
}

.banner_wrapper .slick-dots li button {
  width: 19px;
  height: 5px;
  border-radius: 100px;
  background: #989898;
  padding: 0;
}

.banner_wrapper .slick-dots li button:before {
  display: none;
}

@media (max-width: 767px) {
  .banner_wrapper .slick-dots {
    bottom: -5px;
  }
}

.banner_bottom {
  float: left;
  width: 100%;
  margin: 0px 0 25px;
  color: #404040;
}

@media (max-width: 800px) {
  .banner_bottom {
    margin-top: 25px;
  }
}

.banner_bottom .inner {
  float: right;
}

.banner_bottom .inner p {
  float: left;
  margin-right: 15px;
  line-height: 26px;
  font-size: 20px;
  width: 237px;
  text-align: right;
}

@media (max-width: 640px) {
  .banner_bottom .inner p {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

.banner_bottom .inner a {
  float: right;
  position: relative;
  padding: 9px 16px;
  border: 2px solid #329fc5;
  color: #329fc5;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.banner_bottom .inner a span {
  font-size: 36px;
  display: inline;
}

@media (max-width: 640px) {
  .banner_bottom .inner a span {
    font-size: 28px;
  }
}

.banner_bottom .inner a:before {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  display: block;
  content: '';
}

.banner_bottom .inner a:after {
  position: absolute;
  width: 11px;
  height: 11px;
  right: -2px;
  bottom: -2px;
  background: #329fc5;
  display: block;
  content: '';
  border-radius: 50px;
  transition: all 0.7s ease;
}

.banner_bottom .inner a i {
  font-size: 40px;
}

.banner_bottom .inner a:hover {
  border: #329fc5 2px solid;
  color: #329fc5;
}

.banner_bottom .inner a:hover:after {
  background: #329fc5;
}

@media (max-width: 640px) {
  .banner_bottom .inner a {
    display: inline-block;
    float: none;
  }
}

@media (max-width: 640px) {
  .banner_bottom .inner {
    width: 100%;
    text-align: center;
  }
}

.greySec {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0 45px;
  background: #efefef;
  margin-top: 150px;
  overflow-x: hidden;
}

.greySec:before {
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  background: #efefef;
  float: left;
  width: 100%;
  height: 175px;
  content: '';
  position: absolute;
  top: -88px;
}

@media (max-width: 768px) {
  .greySec:before {
    top: -45px;
  }
}

@media (max-width: 414px) {
  .greySec:before {
    top: -21px;
  }
}

.greySec .content {
  float: left;
  width: 100%;
}

.greySec .content .blog-pic {
  float: right;
  margin-bottom: 15px;
  position: relative;
}

.greySec .content .blog-pic img {
  width: 100%;
  opacity: 0.1;
  /* height: 500px; */
}

.greySec .content .blog-pic .latest_blg_img {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  right: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 980px) {
  .greySec .content .blog-pic {
    width: 100%;
  }
}

.greySec .content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.greySec .content .blog-desc .info {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #7f7f7f;
  font-size: 13px;
}

.greySec .content .blog-desc .info span {
  margin-right: 20px;
}

.greySec .content .blog-desc .info span i {
  margin-right: 3px;
}

.greySec .content .blog-desc .info a {
  color: #7f7f7f;
}

.greySec .content .blog-desc .info a:hover {
  color: #329fc5;
}

.greySec .content .blog-desc .content_desc {
  float: left;
  width: 100%;
  line-height: 29px;
}

.greySec .content .blog-desc .content_desc p {
  margin-bottom: 20px;
}

.greySec .content .blog-desc .content_desc ul {
  float: left;
  width: 100%;
}

.greySec .content .blog-desc .content_desc ul li {
  margin-bottom: 11px;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 30px;
}

.greySec .content .blog-desc .content_desc ul li:before {
  width: 13px;
  height: 13px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: none;
  border: 1px solid #329fc5;
  padding: 2px;
}

.greySec .content .blog-desc .content_desc ul li:after {
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  background: #329fc5;
}

.greySec .content .blog-desc .content_desc .hashTags {
  float: left;
  width: 100%;
}

.greySec .content .blog-desc .content_desc .share_dv {
  float: right;
}

@media (max-width: 414px) {
  .greySec .content .blog-desc .content_desc .share_dv {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 980px) {
  .greySec .content .blog-desc {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .greySec {
    margin-top: 70px;
  }
}

.general_sec {
  float: left;
  width: 100%;
  padding: 25px 0;
}

.general_sec .row {
  margin-left: -50px;
  margin-right: -50px;
}

@media (min-width: 1600px) {
  .general_sec .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 1400px) {
  .general_sec .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (max-width: 980px) {
  .general_sec .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.general_sec .repeat_bx {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.general_sec .repeat_bx .inner {
  float: left;
  width: 100%;
}

.general_sec .repeat_bx .inner .blog-pic {
  float: left;
  width: 100%;
  position: relative;
}

.general_sec .repeat_bx .inner .blog-pic img {
  width: 100%;
  opacity: 0.1;
}

.general_sec .repeat_bx .inner .blog-pic .blo_pic_img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.general_sec .repeat_bx .inner .blog-desc {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 25px;
  position: relative;
  padding-bottom: 50px;
}

.general_sec .repeat_bx .inner .blog-desc .addthis_tool {
  margin-bottom: 15px;
  height: 37px;
  float: left;
  width: 100%;
}

.general_sec .repeat_bx .inner .blog-desc .at-below-post-homepage.addthis_tool {
  display: none;
}

.general_sec .repeat_bx .inner .blog-desc h3 {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
}

.general_sec .repeat_bx .inner .blog-desc .info {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #7f7f7f;
  font-size: 13px;
}

.general_sec .repeat_bx .inner .blog-desc .info span {
  margin-right: 20px;
}

.general_sec .repeat_bx .inner .blog-desc .info span i {
  margin-right: 3px;
}

.general_sec .repeat_bx .inner .blog-desc .info span a {
  color: inherit;
}

.general_sec .repeat_bx .inner .blog-desc .info span a:hover {
  color: #329fc5;
}

.general_sec .repeat_bx .inner .blog-desc .bottom_sec {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.general_sec .repeat_bx .inner .blog-desc .bottom_sec .hashTags {
  float: left;
  width: 100%;
}

.general_sec .repeat_bx .inner .blog-desc .bottom_sec .share_dv {
  float: right;
}

@media (max-width: 980px) {
  .general_sec .repeat_bx .inner .blog-desc .bottom_sec .share_dv {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .general_sec .repeat_bx .inner .blog-desc .bottom_sec {
    position: static;
  }
}

@media (max-width: 767px) {
  .general_sec .repeat_bx .inner .blog-desc {
    padding: 15px;
    padding-bottom: 15px;
    height: auto !important;
  }
}

@media (min-width: 1600px) {
  .general_sec .repeat_bx {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1400px) {
  .general_sec .repeat_bx {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 980px) {
  .general_sec .repeat_bx {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

footer {
  float: left;
  width: 100%;
  background: #232323;
  color: #fff;
}

footer .nwsltr_bx .email_cover input:-webkit-autofill {
  -webkit-text-fill-color: #b5b4b4 !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  border-bottom: 1px solid #fff !important;
}

footer .inline_link:hover {
  color: #fff !important;
}

footer .footer_top {
  float: left;
  width: 100%;
  padding: 50px 0 36px;
}

footer .footer_top p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}

footer .footer_top .responseMessage {
  bottom: -50px;
  top: auto;
}

@media (min-width: 801px) {
  footer .repeat_dv {
    width: 20%;
    padding: 0 15px;
  }
}

@media (max-width: 980px) and (min-width: 801px) {
  footer .repeat_dv {
    width: 25%;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  footer .repeat_dv {
    width: 33.33%;
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  footer .logo {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 980px) {
  footer .logo {
    display: none;
  }
}

footer .links h6 {
  font-size: 13px;
  color: #64b8e9;
  margin-bottom: 15px;
  font-weight: 400;
}

footer .links ul a {
  color: #fff;
}

footer .links ul .main_link {
  font-weight: 700;
  font-size: 16px;
}

footer .links ul li {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}

footer .links ul li a:hover {
  color: #64b8e9;
}

footer .links ul li ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

footer .links ul li a:hover {
  color: #64b8e9;
}

@media (max-width: 767px) {
  footer .links {
    width: 100%;
  }
}

footer .nwsltr_bx h6 {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  color: inherit;
}

footer .nwsltr_bx p {
  font-size: 14px;
  margin-bottom: 15px;
}

footer .nwsltr_bx .email_cover {
  float: left;
  width: 100%;
  margin-top: 15px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  height: 52px;
}

footer .nwsltr_bx .email_cover input[type=text] {
  float: left;
  width: 100%;
  padding: 0 58px 0 10px;
  height: 52px;
  background: transparent;
  border: 0;
  color: #b5b4b4;
  font-size: 13px;
  font-weight: 500;
}

input:-webkit-autofill {
  /* -webkit-text-fill-color: #b5b4b4 !important; */
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  /* border-bottom: 1px solid #fff !important; */
}

.left_content .no-results input:-webkit-autofill {
  -webkit-text-fill-color: #404040 !important;
  -webkit-box-shadow: 0 0 0 30px #efefef inset !important;
  border-bottom: 1px solid #dcdcdc !important;
}

footer .nwsltr_bx .email_cover button[type=submit] {
  position: absolute;
  right: 0;
  width: 47px;
  height: 100%;
  border: 0;
  background-color: #329fc5;
  border-radius: 3px;
  text-indent: -9999px;
  background-image: url(../images/send.png);
  background-position: center center;
  background-repeat: no-repeat;
}

footer .nwsltr_bx .email_cover button[type=submit]:hover {
  background-color: #06a1f1;
}

footer .nwsltr_bx .email_cover button[type=submit] .loader {
  background: #329fc5;
}

@media (max-width: 800px) and (min-width: 768px) {
  footer .nwsltr_bx {
    width: 100%;
  }
}

@media (max-width: 800px) {
  footer .nwsltr_bx {
    margin-top: 20px;
  }
}

footer .bottom_footer {
  float: left;
  width: 100%;
  padding: 0px 0 25px;
}

footer .bottom_footer p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 25px;
  padding-top: 19px;
}

@media (max-width: 767px) {
  footer .bottom_footer p {
    text-align: center;
  }
}

footer .bottom_footer .social_outer {
  float: left;
  width: 100%;
}

footer .bottom_footer .social_cover {
  
  margin-top: 15px;
}

footer .bottom_footer .social_cover a {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #fff;
  margin-left: 8px;
  line-height: 35px;
  text-align: center;
  font-size: 17px;
  color: #232323;
}

@media (max-width: 767px) {
  footer .bottom_footer .social_cover a {
    display: inline-block;
    float: none;
    margin-left: 4px;
    margin-right: 4px;
  }
}

footer .bottom_footer .social_cover .mail:hover {
  color: #329fc5;
}

footer .bottom_footer .social_cover .twtr:hover {
  color: #2ca7e0;
}

footer .bottom_footer .social_cover .fb:hover {
  color: #3a5ba0;
}

footer .bottom_footer .social_cover .ytb:hover {
  color: #ff0000;
}

footer .bottom_footer .social_cover .lkdn:hover {
  color: #0e76a8;
}

footer .bottom_footer .social_cover .insta:hover {
  color: violet;
}

footer .bottom_footer .social_cover .skype:hover {
  color: #00AFF0;
}

@media (max-width: 767px) {
  footer .bottom_footer .social_cover {
    text-align: center;
    width: 100%;
  }
}

footer .bottom_footer .row.align-items-center {
  display: flex;
  justify-content: center;   /* center items horizontally */
  align-items: center;       /* vertical alignment */
  text-align: center;
}

footer .bottom_footer .row.align-items-center .col-sm-6 {
  flex: 1;
}

footer .bottom_footer .row.align-items-center .col-sm-6:first-child {
  text-align: left;  /* copyright on left */
}

footer .bottom_footer .row.align-items-center .mid {
  text-align: center; /* scrollup stays in center */
	
}
footer .bottom_footer .mid {
  text-align: center;
  position: relative;
  transform: translateX(-318px); /* move left 20px */
}
footer .bottom_footer .mid a {
  display: inline-block;
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(239, 239, 239, 0.1);
}

footer .bottom_footer .mid a:before {
  border-left: 2px solid #939393;
  border-top: 2px solid #939393;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -11px;
}

@media (max-width: 768px) {
	 .bottom_footer .mid {
    display: none !important;
  }
  footer .bottom_footer .mid a {
    margin-top: 25px;
  }
}
@media (max-width: 1024px) {
 footer .bottom_footer .mid {
  transform: translateX(-119px) !important;
  }
}

a.inline_link {
  color: #329fc5;
}

.blogPagingWrapper {
  text-align: center;
}

.blogPagingWrapper .pagination a {
  width: 31px;
  height: 31px;
  color: #329fc5;
  float: left;
  line-height: 31px;
  font-weight: 400;
  font-size: 17px;
  margin: 0 7px;
  position: relative;

}

.blogPagingWrapper .pagination span {
  width: 31px;
  height: 31px;
  background: #329fc5;
  border-radius: 50px;
  color: white;
  float: left;
  line-height: 31px;
  font-weight: 400;
  font-size: 17px;
  margin: 0 7px;

}

a.prev.page-numbers,
a.next.page-numbers {
  overflow: hidden;
  font-size: 20px;
}

a.prev.page-numbers:before,
a.next.page-numbers:before {
  content: '\f104';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: FontAwesome;
  background: white;

}

a.next.page-numbers:before {
  content: '\f105';
}

span.page-numbers.dots {
  background: no-repeat;
  color: #404040;
}

.blog_content .post-date {
  display: none;
}

.blog_content h4,
.blog_content h5 {
  margin-bottom: 9px;
  margin-top: 5px;
}

.main-content .left_content {
  padding-right: 30px;
  font-size: 16px;
  line-height: 33px;
  margin-bottom: 25px;
}

@media (max-width: 980px) {
  .main-content .left_content {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .main-content .left_content {
    padding-bottom: 25px;
  }
}

.main-content .left_content .banner_wrapp {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.main-content .left_content p {
  line-height: 26px;
  margin-bottom: 15px;
}

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

.dummy_img img {
  width: 100%;
  opacity: 0;
}

/* .main-content .left_content .banner_wrapp .dummy_img img{
  opacity: 1;
} */
.main-content .left_content .banner_wrapp .banner-img {
  float: left;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.main-content .left_content .author_deatils {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #7f7f7f;
  font-size: 15px;
  line-height: 50px;
}

.main-content .left_content .author_deatils a {
  color: #7f7f7f;
}

.main-content .left_content .author_deatils a:hover {
  color: #329fc5;
}

.main-content .left_content .author_deatils span.photo_span {
  float: left;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 50px;
  background: #fff;
  padding: 3px;
  border: #f1f1f1 1px solid;
  margin-right: 15px;

}

.main-content .left_content .author_deatils span.photo_span img {
  height: auto;
  /* width: 50px; */
  border-radius: 50px;
  float: left;
  width: 100%;
}

.main-content .left_content .author_deatils .name_photo {
  float: left;
  padding-right: 50px;

}

.main-content .left_content .author_deatils .date_info {
  float: left;
  padding-left: 50px;
  padding-right: 50px;
}

.main-content .left_content .author_deatils .date_info i,
.main-content .left_content .author_deatils .category_info i {
  margin-right: 5px;
}

.main-content .left_content .author_deatils .category_info {
  float: left;
  padding-left: 50px;
}

@media (min-width: 769px) and (max-width: 960px) {
  .main-content .left_content .author_deatils .name_photo {
    width: 100%;
    padding-right: 0px;
  }

  .main-content .left_content .author_deatils .date_info {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-content .left_content .author_deatils .category_info {
    width: 100%;
    padding-left: 0px;
  }
}

@media (max-width: 700px) {
  .main-content .left_content .author_deatils .name_photo {
    width: 100%;
    padding-right: 0px;
  }

  .main-content .left_content .author_deatils .date_info {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-content .left_content .author_deatils .category_info {
    width: 100%;
    padding-left: 0px;
  }
}

.main-content .left_content .blog_content {
  float: left;
  width: 100%;
}

.main-content .left_content h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.main-content .left_content h2 a {
  color: #404040;
}

.main-content .left_content h2 a:hover {
  color: #329fc5;
}

.main-content .left_content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.main-content .left_content .at-above-post.addthis_tool {
  margin-bottom: 15px;

}

.main-content .left_content .blog_content h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.main-content .left_content .blog_content strong {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.main-content .left_content h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.main-content .left_content .greybox {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 15px;
}

.main-content .left_content .blog_content ul {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.main-content .left_content .blog_content ul li {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 30px;
}

.main-content .left_content .blog_content ul li:before {
  width: 13px;
  height: 13px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: none;
  border: 1px solid #329fc5;
  padding: 2px;
}

.main-content .left_content .blog_content ul li:after {
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  background: #329fc5;
}

.main-content .left_content .blog_content ul li a {
  color: #329fc5;
  line-height: normal;
  padding: 0;
  border: 0;
}

.main-content .left_content .blog_content ul li a:hover {
  color: #404040;
}

.main-content .left_content .blog_content ul li ul {
  padding-right: 25px;
}

.main-content .left_content .blog_content ul li ul li {
  margin-bottom: 5px;
}

.main-content .left_content .blog_content ul li ul li:before {
  top: 12px;
}

.main-content .left_content .blog_content ul li ul li:after {
  top: 14px;
}

.main-content .left_content .greybox .btn_wrp {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.main-content .left_content .greybox .btn_wrp a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #329fc5;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  color: #329fc5;
}

.main-content .left_content .greybox .btn_wrp a:before {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -2px;
  bottom: -2px;
  background: #f1f1f1;
  display: block;
  content: '';
}

.main-content .left_content .greybox .btn_wrp a:after {
  position: absolute;
  width: 11px;
  height: 11px;
  right: -2px;
  bottom: -2px;
  background: #329fc5;
  display: block;
  content: '';
  border-radius: 50px;
  transition: all 0.7s ease;
}

.main-content .left_content .greybox .btn_wrp a span {
  font-size: 36px;
  display: inline;
}

.main-content .left_content .greybox .btn_wrp a i {
  font-size: 40px;
  margin-right: 10px;
}

.author-description {
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 0 0;
  padding: 20px 0px 0 20px;
}

.author-description .img_box {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #f7f7f7;
  padding: 3px;
  background: white;
  width: 90px;
  height: 90px;
}

.author-description .img_box img {
  width: 100% !important;
  height: 100% !important;
}

.author-description .dec_box {
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding: 15px 15px 15px 90px;
  font-size: 14px;
  line-height: 26px;
  border-radius: 3px;
}

.author-description .dec_box h4 {
  font-size: 17px;
  margin-bottom: 5px;
}

.author_content .author-description {
  margin: 0px 0 30px;
}

.author_content .author-description .img_box {
  border-color: #efefef;
}

.author_content .author-description .dec_box {
  font-size: 16px;
  line-height: 27px;
  background: #efefef;
}

.main-content .left_content .comment-wrapp {
  float: left;
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.main-content .left_content .comment-wrapp h5 {
  margin-bottom: 20px;
}

.main-content .left_content .comment-wrapp .commentlist {
  margin-bottom: 15px;

}

.main-content .left_content .comment-wrapp .commentlist li {
  position: relative;
  min-height: 75px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.main-content .left_content .comment-wrapp .commentlist li:last-child {
  padding-bottom: 0px;
  border-bottom: 0;
}

.main-content .left_content .comment-wrapp .commentlist li a:hover {
  color: #329fc5 !important;
}

.main-content .left_content .comment-wrapp .commentlist li .reply_bttn {
  width: 100%;
  float: left;
  font-size: 14px;
}

.main-content .left_content .comment-wrapp .commentlist li .reply_bttn a {
  color: #329fc5 !important;
  float: right;

}

.main-content .left_content .comment-wrapp .commentlist .user_info {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  line-height: normal;
}

.main-content .left_content .comment-wrapp .commentlist .user_info .fn a,
.main-content .left_content .comment-wrapp .commentlist .user_info .fn {
  float: left;
  color: inherit;
  text-transform: capitalize;
  margin-right: 15px;

}

.main-content .left_content .comment-wrapp .comnt_sec .date_time_info {
  float: right;
  font-size: 13px;
  color: #7f7f7f;
}

.main-content .left_content .comment-wrapp .comment_cnt {
  float: left;
  width: 100%;
  font-size: 15px;

}

.main-content .left_content .comment-wrapp .comment-author {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 68px;
  overflow: hidden;
}

.main-content .left_content .comment-wrapp .comment-author img {
  min-width: 100%;
  height: 100%;

}

.main-content .left_content .comment-wrapp .comnt_sec {
  float: left;
  width: 100%;
  padding-left: 90px;
}

@media (max-width: 414px) {
  .main-content .left_content .comment-wrapp .comment-author img {
    width: 50px !important;
    height: 50px !important;
  }

  .main-content .left_content .comment-wrapp .comnt_sec {
    padding-left: 75px;
  }

  .main-content .left_content .comment-wrapp .commentlist .user_info .fn {
    width: 100%;
    margin-right: 0;
  }

  .main-content .left_content .comment-wrapp .comnt_sec .date_time_info {
    float: left;
  }
}

.main-content .left_content .comment-wrapp #comments {
  float: left;
  width: 70%;
}

.main-content .left_content .comment-wrapp #comments .comment-notes {
  font-size: 14px;
}

.main-content .left_content .comment-wrapp #comments .required {
  color: red;
}

.main-content .left_content .comment-wrapp #comments label {
  float: left;
  width: 35%;
  padding-right: 15px;
  margin-bottom: 15px;
  line-height: 40px;
  font-weight: 500;

}

.main-content .left_content .comment-wrapp #comments textarea,
.main-content .left_content .comment-wrapp #comments input[type="text"] {
  float: left;
  width: 65%;
  border: 1px solid #dcdcdc;
  padding: 10px;
  border-radius: 3px;
  height: 44px;
}

.main-content .left_content .comment-wrapp #comments textarea {
  height: 120px;
}

.main-content .left_content .comment-wrapp #comments .form-submit {
  padding-left: 35%;
}

.main-content .left_content .comment-wrapp #comments .form-submit input.submit {
  background: #329fc5;
  border-radius: 4px;
  color: #fff;
  border: 0;
  /* width: 38%; */
  height: 42px;
  /* text-transform: uppercase; */
  padding: 0 20px;
}

@media (max-width: 414px) {
  .main-content .left_content .comment-wrapp #comments label {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .main-content .left_content .comment-wrapp #comments textarea,
  .main-content .left_content .comment-wrapp #comments input[type="text"] {
    width: 100%;
  }

  .main-content .left_content .comment-wrapp #comments .form-submit {
    padding-left: 0;
  }
}

p.akismet_comment_form_privacy_notice {
  border-top: #f1f1f1 1px solid;
  margin-top: 25px;
  padding-top: 15px;
  font-size: 13px;
}

.book-links {
  float: right;
}

.book-links h3 {
  font-size: 26px;
  margin-bottom: 10px;
  position: relative;
}


.book-links ul {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-transform: capitalize;
  display: block;
}

.book-links ul li {
  float: left;
  width: 100%;
  position: relative;
  background: #efefef;
  border-bottom: 1px solid #f6f6f6;
}

.book-links ul li:last-child {
  border-bottom: 0;
}

.book-links ul li a {
  padding: 10px 5px 15px 15px;
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 17px;
  color: #337ab7;
}

.book-links ul li ul {
  float: left;
  width: 100%;
  background: #f6f6f6;
  margin-bottom: 0;
}

.book-links ul li ul li {
  background: none;
  border-bottom: 1px solid #efefef;
  position: relative;
}

.book-links ul li ul li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #329fc5;

}

.book-links ul li ul li a {
  font-weight: 500;
  font-size: 15px;
  padding: 10px 5px 10px 30px;
  color: #393939;
}

.book-links ul li ul li a:hover {
  color: #329fc5;
}

@media (min-width: 768px) {
  .book-links ul {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .book-links h3 {

    cursor: pointer;
    background: #b1b1b1;
    padding: 10px;
    padding-right: 30px;
    margin-bottom: 0;
    color: #404040;
    border-radius: 3px;
    font-size: 18px !important;
  }

  .book-links h3:after {
    content: '\f107';
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 25px;
    font-family: FontAwesome;
    text-align: right;
    line-height: 39px;
    font-size: 20px;
  }

  .book-links ul {
    display: none;
    margin-top: 2px;
  }

  .main-content .left_content {
    margin-top: 10px;
  }
}

.left_content .list_repeat {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 15px;
  border-radius: 3px;
  /* overflow: auto; */
  position: relative;
}

@media (max-width: 767px) {
  .left_content .list_repeat {


    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: #f1f1f1 1px solid;
  }
}

.left_content .list_repeat .thumb_view img {
  width: 100%;
  opacity: 0.1;
}

@media (max-width: 767px) {
  .left_content .list_repeat .thumb_view {
    margin-bottom: 5px;
  }
}


.left_content .list_repeat .thumb_view .img_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
}

.left_content .list_repeat .serach_content {
  float: right;
}

.left_content .list_repeat .serach_content h2 {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
}

.left_content .list_repeat .info {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #7f7f7f;
  font-size: 13px;
}

.left_content .list_repeat .info span {
  margin-right: 20px;
}

.left_content .list_repeat .info span i {
  margin-right: 3px;
}

.left_content .list_repeat .info span a {
  color: inherit;
}

.left_content .list_repeat .info span a:hover {
  color: #329fc5;
}

.left_content #nav-below {
  float: left;
  width: 100%;
  margin-top: 25px;
  position: relative;
}

.left_content #nav-below h3 {
  display: none;
}

.left_content #nav-below .nav_inner {
  float: right;
}

.left_content #nav-below .nav-previous {
  float: left;
  margin-right: 20px;
}

.left_content #nav-below .nav-next {
  float: left;
}

.left_content #nav-below a {
  display: inline-block;
  /* padding: 3px 15px;
  border-radius: 5px; */
  /* border:1px solid #329fc5; */
}

.left_content #nav-below a:hover {
  /* border-color: #393939; */
}

.left_content .no-results label {
  font-weight: 500;
  margin-right: 25px;
  margin-bottom: 0;
  line-height: 40px;
}

.left_content .no-results input[type="text"] {
  border: 0;
  height: 40px;
  background: #efefef;
  padding: 0 15px;
  width: 50%;

}

.left_content .no-results .submit {
  border: 0;
  line-height: 40px;
  padding: 0 25px;
  background: #337ab7;
  color: white;
}

#olark-wrapper .olark-top-bar {
  background-color: #329fc5 !important;
  color: #ffffff !important;
  border-color: #2c8baf !important;
}

@media (max-width: 767px) {
  .left_content .no-results label {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0;
    line-height: normal;

  }

  .left_content .no-results input[type="text"] {
    width: 75%;
    float: left;
  }

  .left_content .no-results .submit {
    padding: 0;
    width: 25%;
    text-align: center;
    float: left;
  }
}

p#wait_approval {
  color: #329fc4;
  font-size: 14px;
  padding-top: 150px;
}

@media (max-width: 1400px) {
  .main-content .left_content .comment-wrapp #comments {
    float: left;
    width: 100%;
    position: relative;
  }
}

@media (max-width: 1024px) {
  h1:before {
    width: 75px;
  }
}

@media (max-width: 767px) {
  h1:before {
    display: none;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 33px;
    padding-left: 100px;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  h1 {
    padding-left: 0;
    margin-bottom: 15px !important;
    line-height: 30px;
    font-size: 28px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 25px !important;
    padding-left: 00px;
    margin-bottom: 15px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 22px !important;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  h6 {
    font-size: 16px !important;
    font-weight: 700;
  }
}

#search-2,
.addthis-smartlayers.addthis-smartlayers-desktop,
.addthis-smartlayers-mobile {
  display: none;
}

.page_not_found {
  float: left;
  width: 100%;
  background: url(../images/error-page_new.gif) center top no-repeat;
  background-size: cover;
  height: 750px;
  text-align: center;
}

.page_not_found h2 {
  font-size: 50px;
  font-weight: 400;
  color: #404040;
  padding: 50px 0 0 15%;
  text-align: left;
  float: left;
}

.page_not_found h2 a {
  color: #329fc5;
}

span {
  font-weight: 500;
}

@media (max-width: 1600px) {
  .page_not_found h2 {
    float: left;
    margin-left: 0;
    font-size: 40px;
    padding: 15px 0 0;
  }
}

@media (max-width: 1200px) {
  .page_not_found h2 {
    font-size: 35px;
  }

}

@media (max-width: 980px) {
  .page_not_found h2 {
    font-size: 30px;
  }

}

@media (max-width: 767px) {
  .page_not_found h2 {
    text-align: center;
    font-size: 25px;
    float: none;
  }

}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .page_not_found h2 {
    font-size: 30px;
  }

}

/* Bridgy Style */
#scrollingDiv {
  position: fixed;
  right: 5px;
  z-index: 1000;
  width: 55px;
  bottom: 35px;
  cursor: pointer;
}

#scrollingDiv img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

#scrollingDiv #bridgy_msg_container {
  position: absolute;
  background: #b8e0f5;
  padding: 10px;
  right: 65px;
  z-index: 12;
  border-radius: 3px;
  width: 200px;
  min-height: 40px;
  /* top: 50%; */
  margin-top: 0;
  font-size: 15px;
  color: black;
  font-weight: 400;
  display: none;
}

#scrollingDiv #bridgy_msg_container:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #b8e0f5;
  content: '';
  display: block;
  position: absolute;
  right: -13px;
  top: 11px;
  margin-top: 0;
  z-index: 123;
}

#scrollingDiv #bridgy_msg_container span {
  position: absolute;
  left: -10px;
  background: #061b30;
  font-size: 18px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  top: -10px;
  cursor: pointer;
}

#scrollingDiv .bird-wrapp {
  width: 55px;
  height: 60px;
  background: url(../images/body.png) center center no-repeat;
  float: left;
  position: relative;
}

#scrollingDiv .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes flash {

  from,
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes wingflow {

  from,
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  10% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  30% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  50% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  60% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  70% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  90% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
}

@keyframes wingflow1 {

  from,
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }

  10% {
    transform: rotate3d(0, 0, 1, -60deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }

  20% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }

  30% {
    transform: rotate3d(0, 0, 1, -60deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }

  50% {
    transform: rotate3d(0, 0, 1, -60deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }

  60% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }

  70% {
    transform: rotate3d(0, 0, 1, -60deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }

  90% {
    transform: rotate3d(0, 0, 1, -60deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: rotate3d(0, 0, 1, 0deg);
    transform-origin: top right;
    animation-timing-function: ease-in-out;
  }
}

#scrollingDiv .b-eyes {
  width: 22px;
  height: 9px;
  float: left;
  position: absolute;
  left: 16px;
  top: 14px;
  background: url(../images/eyes.png) center center no-repeat;
  -webkit-animation-name: flash;
  animation-name: flash;
}

#scrollingDiv .wing {
  width: 15px;
  height: 11px;
  background: url(../images/wing.png) center center no-repeat;
  left: 38px;
  top: 20px;
  position: absolute;
  animation-name: wingflow;
}

#scrollingDiv .wing2 {
  width: 15px;
  height: 11px;
  background: url(../images/wing-left.png) center center no-repeat;
  left: 2px;
  top: 20px;
  position: absolute;
  animation-name: wingflow1;
}

/* .comment-form-comment label:after {
  content: '*';
  display: inline;
  color: red;
  margin-left: 3px
} */

.comment-form p {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  overflow: visible;
  padding-top: 20px;
}

.comment-form #comment-error,
.comment-form #author-error,
.comment-form #email-error {
  position: absolute;
  top: -7px;
  width: 100%;
  color: red;
  font-size: 11px;
  padding-left: 35%;
}

.main-content .left_content a:visited,
.main-content .left_content a:active,
.main-content .left_content a:focus {
  color: #329fc5;
}

.download_button,
.download_button a:visited,
.download_button a:active,
.download_button a:focus {
  color: white !important;
}

@media (max-width: 414px) {

  .comment-form #comment-error,
  .comment-form #author-error,
  .comment-form #email-error {

    top: auto;
    padding-left: 0;
    text-align: right;
  }
}

@media (max-width: 768px) {
  #scrollingDiv {
    display: none;
  }
}

@media (max-width: 767px) {

  .left_content .list_repeat .serach_content h2,
  .greySec .content h3,
  .greySec .content h3,
  .general_sec .repeat_bx .inner .blog-desc h3 {
    overflow: initial;
    text-overflow: inherit;
    white-space: initial;
  }
}

/*Bridgy Style Ends Here*/
/*# sourceMappingURL=main.css.map */

.btn-success {
  color: white !important;
}

@media (min-width: 700px) {
  .modal-dialog {
    width: 450px;
    margin: 30px auto 0;
  }
}

.modal-dialog .modal-content {
  background: #fff;
  border: solid 2px #329fc5;
  border-radius: 5px 0 5px 5px;
  padding: 25px;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.modal-dialog .modal-content .modal-header {
  padding: 0;
  border: 0;
  float: left;
  width: 100%;
}

.modal-dialog .modal-content .modal-header h5 {
  font-size: 19px;
  font-weight: 700;
}

.modal-dialog .modal-content .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  text-shadow: none;
  background: #329fc5;
  opacity: 1;
  top: 0;
  color: white;
  line-height: 40px;
  padding: 0;
  border: 0;
  font-size: 39px;
}
/* 
Blesson
*/
@media (max-width: 767px) {
  .modal-dialog .modal-content .close {
      right: 0px !important;
  }
}

.modal-dialog .modal-content .modal-body {
  float: left;
  width: 100%;
  padding: 0;
}

.modal-dialog .modal-content input[type="text"],
.modal-dialog .modal-content input[type="email"] {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  float: left;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
}

.modal-dialog .modal-content label {
  float: left;
  width: 100%;
  font-size: 14px;
}

.modal-dialog .modal-content span.wpcf7-list-item {
  margin-left: 0;
}

.responseMessage {
  position: absolute;
  color: red;
  top: auto;
  bottom: 0;
  right: 0;
  font-size: 15px;
}

.modal-dialog input[type="submit"] {
  padding: 0 15px;
  line-height: 40px;
  border: 0;
  background: #32a0c5;
  color: white;
  border-radius: 4px;
  width: 132px;
}

.wp-caption {
  width: 100% !important;

}

.wp-caption img {
  width: 100%;
  height: auto !important;
}

/* newly added class for url blog/about page updation niya */
.about_newbottom{
  background: #ebebeb;
    float: left;
    width: 100%;
    color: #7e7e7e;
    line-height: 25px;
    margin: 30px 0;
}

.about_newbottom .container{
	position: relative;
}
.about_newbottom .right_text {
	text-align: left;


}
.about_newbottom p.pdng-rigt {
    padding: 30px 37% 26px 0;
	
}
.about_newbottom p.btn_about:before {
    position: absolute;
    left: -40px;
    bottom: 0;
    content: "";
    display: block;
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    width: 90px;
    height: 100%;
    background: #329fc5;
	transition: all 0.7s ease;
}
.about_newbottom .Common_tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.about_newbottom a .Common_tbl_cell {
    position: relative;
    z-index: 1;
}
/* .about_newbottom .Common_tbl_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
} */
.about_newbottom p.btn_about {
    position: absolute;
    right: 55px;
    top: 0;
    bottom: 0;
    background: #329fc5;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
    transition: all 0.7s ease;

}
.about_newbottom a {
  float: left;
width: 100%;
height: 100%;
color:white;

}
.fa-arrow-right:before {
    content: "\f061";
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.about_newbottom p.btn_about:after {
    position: absolute;
    right: -35px;
    bottom: 0;
    content: "";
    display: block;
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    width: 200px;
    height: 100%;
    background: #329fc5;
	transition: all 0.7s ease;
}
.about_newbottom p.btn_about:hover:after {
	background: #06a1f1;
}
.about_newbottom p.btn_about:hover:before {
	background: #06a1f1;
}
.about_newbottom .container:before {
	display: table;
    content: " ";

}
.about_newbottom .container:after {
	display: table;
    content: " ";

}
.about_newbottom span.br_pnt{
	font-weight:600;
}
.about_newbottom span.br{
	font-weight:600;
}
.about_newbottom p.btn_about:hover {
    background: #06a1f1;
}
ul.default_newabout {
    margin-top: 15px;
    float: left;
    width: 100%;
}
ul.default_newabout li {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 30px;
}
ul.default_newabout li:before {
    width: 13px;
    height: 13px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: none;
    border: 1px solid #329fc5;
    padding: 2px;
}
ul.default_newabout li:after {
    width: 9px;
    height: 9px;
    display: block;
    content: "";
    position: absolute;
    left: 2px;
    top: 11px;
    background: #329fc5;
}
.heading{
    color: #404040;
    display: block;
    clear: both;
    padding-top: 25px;
}
.about_class .at-above-post-page.addthis_tool {
  display: none !important;
}
.about_newbottom br{
  display: none !important;
}

@media (max-width: 1200px){
  .about_newbottom p.btn_about {

    font-size: 19px;
}   
.aboutnew_img{
    margin-bottom:20px;
}
}

@media (max-width: 767px){

  .about_newbottom p.btn_about:after {
	display:none;
}
.about_newbottom p.btn_about:before {
	display:none;
}
.about_newbottom p.btn_about {
    display: inline-block;
    position: static;
    border-radius: 3px;
    padding: 12px 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
.about_newbottom p.pdng-rigt {
	padding:20px 0px 20px ;
}
.about_newbottom .right_text {
    text-align: center;
}

.about_newbottom .container{
text-align:center;
}
}
/* end of /blog/about css niya */

/* conflict css asked to add - niya */

/* niya */


.blogbox{
  height: 213px;
  background-color: #989898;
  position: relative;
  color: #fff;
}
.blogbox::before{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.blogbox{
  background-image: url(../images/blog1.jpg);
  height: 213px;
  color: #fff;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 15px;
  text-align: center;
  background-size: cover;
  transition: all 0.7s ease;
  margin-bottom: 15px;
  margin-top: 15px;
}
.blogbox.secondbox{
  background-image: url(../images/blog2.jpg);
}
.blogbox.thirdbox{
  background-image: url(../images/blog3.jpg);
}
.blogbox.fourthbox{
  background-image: url(../images/blog4.jpg);
}
.blogbox.fivebox{
  background-image: url(../images/blog5.jpg);
}
.blogbox.sixbox{
  background-image: url(../images/blog6.jpg);
}
.blogbox.sevenbox{
  background-image: url(../images/blog7.jpg);
}


/* css end conflict*/
.page-id-3346   #secondary {
display : none !important;
}


/* newly added start */
.cookie__floating__buttons__button:first-child {
  display: none;
}

.cookie__floating__content {
  color: #ffffff;
}

.cookie__floating__content a, 
.cookie__floating__content a:hover, 
.cookie__floating__content a:visited, 
.cookie__floating__content a:active,
.cookie__floating__content a:focus {
  color: #ffffff;
  text-decoration: underline !important;
}


/* newly added end */

/* blog h2 tag change css newly added start */
/* .main-content .left_content h2, .main-content .blog_content h1 {
  font-size: 26px;
  margin-bottom: 10px;
  padding: 0px;
} */
.main-content .blog_content h1 {
  font-size: 26px;
  margin-bottom: 10px;
  padding: 0px;
}
.main-content .left_content h2{
  font-size: 24px;
  margin-bottom: 10px;
  padding: 0px;
}
.main-content .blog_content h1:before {
    display: none;
}

/* blog h2 tag change css newly added end */
/* new class to adjust pading of greySec in index.php start*/
.greysec-blog {
  margin: 70px 0px;
}
/* new class to adjust pading of greySec in index.php end*/

/*blog newsletter form css*/
#submitnewsletterpopup {
  float: left;
    width: 100%;
    height: 40px;
    border: 0;
    background: #329fc5;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
#popupresponseMessage {
  color: #329fc5;
}

/*new css for adjusting Look Back at 2019 blog tile*/
.Common_tbl_cell.review_blog_link {
position: absolute;
top: 0;
left: 0px;
padding: 13% 0px 0px;
}
.iframe_embedded_wrap{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*style added for blog inner tile*/
.review_blog_link2 {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 14% 5px 0px !important;
}

/* newly added inner tile image for new year blog 2021 */
.blogbox.blogbox-new1 {
  background-image: url(../images/blog-newyear1.jpg) !important;
}
.blogbox.blogbox-new2 {
  background-image: url(../images/blog-newyear2.jpg) !important;
}
.blogbox.blogbox-new1 {
  background-image: url(../images/blog-newyear3.jpg) !important;
}
.blogbox.blogbox-new2 {
  background-image: url(../images/blog-newyear4.jpg) !important;
}
.blogbox.blogbox-new1 {
  background-image: url(../images/blog-newyear5.jpg) !important;
}
.blogbox.blogbox-new2 {
  background-image: url(../images/blog-newyear6.jpg) !important;
}
.blogbox.blogbox-new1 {
  background-image: url(../images/blog-newyear7.jpg) !important;
}
.blogbox.blogbox-new2 {
  background-image: url(../images/blog-newyear8.jpg) !important;
}
.blogbox.blogbox-new1 {
  background-image: url(../images/blog-newyear9.jpg) !important;
}
.blogbox.blogbox-new2 {
  background-image: url(../images/blog-newyear10.jpg) !important;
}



