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

/* :: 2.0 Import All CSS */
@import url(../css/bootstrap.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.css);
@import url(../css/font-awesome.min.css);
@import url(../css/custom-icon.css);
@import url(../css/classy-nav.min.css);
@import url(../css/nice-select.min.css);
@import url(../css/slick.css);
@import url(../css/slick-theme.css);

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #152535;
  line-height: 1.3;
  font-weight: 700;
}

p {
  color: #828282;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}

a, a:hover, a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1c1c1c;
  font-weight: 400;
  font-size: 14px;
  color: #828282;
}

ul, ol {
  margin: 0;
}

ul li, ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

/* Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/* Section Padding */
.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
  border-bottom: 1px solid #d0d5d8;
}

.section-heading h6 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 45px;
  height: 45px;
  min-width: 140px;
  padding: 0 30px;
  background-color: #ee002d;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}

/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(2, 3, 28, 0.9);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #ee002d;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 0;
  }

}

@media only screen and (max-width:767px) {
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 0;
  }

}

input:focus, textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

/* ScrollUp */
#scrollUp {
  background-color: #ee002d;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#scrollUp:hover {
  background-color: #000000;
}

@media only screen and (max-width:767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }

}

/* Button */
.newspaper-btn {
  display: inline-block;
  min-width: 160px;
  height: 52px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 52px;
  font-weight: 700;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #ee002d;
}

.newspaper-btn.active, .newspaper-btn:hover, .newspaper-btn:focus {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #1c1c1c;
}

/* :: 4.0 Header Area */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%;
}

.header-area .top-header-area {
  width: 100%;
  height: 65px;
  background-color: #3A3A3A;
  position: relative;
  z-index: 2;
}
.language-nav button#dropdownMenuButton {
    background: transparent;
    color: #cecece;
    border: 0;
    padding: 0;
    box-shadow: none;
        font-size: 14px;
    font-weight: 500;
}
.language-nav .dropdown {
    display: inline-block;
}
.language-nav .dropdown span{
  color: #00AEF3;
  padding-right: 5px;
  font-weight: 500;
  }
  .algnright{
    text-align: right;
  }
 .daylight {
    padding-right: 10px;
    vertical-align: top;
    margin-top: -2px;
    display: inline-block;
}
.item-nav {
    display: inline-block;
        padding-top: 4px;
}
.item-nav {
   display: inline-block;
    padding-top: 4px;
    margin-left: -24% !important;
}
.item-nav ul li a{
    display: inline-block;
    color: #fff;
}
.searchand-login .search-form {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.item-nav ul li {
    display: inline-block;
    padding: 10px 20px;
}
.searchand-login .login-area {
    display: inline-block;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .top-header-area {
    height: 70px;
  }

}

@media only screen and (max-width:767px) {
  .header-area .top-header-area {
    height: 70px;
  }

}

.header-area .top-header-area .top-header-content {
  width: 100%;
  height: 65px;
  background-color: #3A3A3A;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .top-header-area .top-header-content {
    height: 70px;
  }

}

@media only screen and (max-width:767px) {
  .header-area .top-header-area .top-header-content {
    height: 70px;
  }

}

.header-area .top-header-area .top-header-content .logo a {
  display: block;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .top-header-area .top-header-content .logo a {
    display: none;
  }

}

@media only screen and (max-width:767px) {
  .header-area .top-header-area .top-header-content .logo a {
    display: none;
  }

}

.header-area .top-header-area .login-search-area {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header-area .top-header-area .login-search-area {
    margin-left: 30px;
  }

}

.header-area .top-header-area .login-search-area .login a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

.header-area .top-header-area .login-search-area .search-form form {
  width: 250px;
  height: 40px;
  position: relative;
  z-index: 2;
  margin-left: 50px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .top-header-area .login-search-area .search-form form {
    width: 400px;
  }

}

@media only screen and (max-width:767px) {
  .header-area .top-header-area .login-search-area .search-form form {
    margin-left: 0;
    width: 160px;
  }

}

@media only screen and (min-width:480px) and (max-width:767px) {
  .header-area .top-header-area .login-search-area .search-form form {
    margin-left: 0;
    width: 300px;
  }

}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header-area .top-header-area .login-search-area .search-form form {
    width: 320px;
  }

}

.header-area .top-header-area .login-search-area .search-form form input {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  padding: 0 15px;
  font-size: 12px;
  font-style: italic;
  color: #fff;
}

.header-area .top-header-area .login-search-area .search-form form input.form-control {
  box-shadow: none;
}

.header-area .top-header-area .login-search-area .search-form form button {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  outline: none;
}

.header-area .top-header-area .login-search-area .search-form form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.header-area .top-header-area .login-search-area .search-form form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.header-area .top-header-area .login-search-area .search-form form .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.header-area .top-header-area .login-search-area .search-form form .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.header-area .top-header-area .login-search-area .search-form form .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.header-area .newspaper-main-menu {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 60px;
  border-bottom: 1px solid #d0d5d8;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .newspaper-main-menu {
    background-color: #152535;
  }

}

@media only screen and (max-width:767px) {
  .header-area .newspaper-main-menu {
    background-color: #152535;
    height: 70px;
  }

}

.header-area .newspaper-main-menu .classy-nav-container {
 background-color: #F8FCFE;
}

.header-area .newspaper-main-menu .classy-navbar {
  height: 60px;
  padding: 0;
}

@media only screen and (max-width:767px) {
  .header-area .newspaper-main-menu .classy-navbar {
    height: 70px;
  }

}

.header-area .newspaper-main-menu .classy-navbar .logo {
  display: none;
}

.header-area .newspaper-main-menu .classy-navbar .logo a {
  display: block;
  max-width: 160px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .newspaper-main-menu .classy-navbar .logo {
    display: block;
  }

}

@media only screen and (max-width:767px) {
  .header-area .newspaper-main-menu .classy-navbar .logo {
    display: block;
  }

}

.header-area .newspaper-main-menu .classy-navbar .classynav ul li a {
  font-weight: 500;
}

.header-area .newspaper-main-menu .classy-navbar .classynav ul li a:hover, .header-area .newspaper-main-menu .classy-navbar .classynav ul li a:focus {
  font-weight: 500;
  color: #ee002d;
}

.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a {
  text-transform: capitalize;
  padding: 4px 9px 11px;
  background-color: transparent;
  line-height: 1;
  color: #828282;
  font-weight: 500;
}

.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:hover, .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:focus {
  color: #1c1c1c;
}
.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:after {
    content: "|";
    padding-left: 24px;
    color: #00AEF3;
    font-size: 20px;
}
.graph-news-txt {
    display: inline-block;
    width: 47%;
}
.graph-news.bg-red {
        display: inline-block;
    background: #FFF5F5;
    width: 100%;
    padding: 25px;
    border-radius: 15px;
        margin-top: -25px;
    padding-bottom: 15px;
}
.graph-news-txt .text-main {
    width: 100%;
    display: inline-block;
    color: #E9141D;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
span.text-sub {
    color: #999999;
    font-size: 10px;
    margin-top: -4px;
    display: block;
}
.graph-box {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 0;
}
.graph-box img{
  max-width: 75%;
}
.graph-news.bg-blue {
        display: inline-block;
    background: #ECFAFF;
    width: 100%;
    padding: 25px;
    border-radius: 15px;
    padding-bottom: 15px;
        margin-top: -25px;
}
.bg-blue .graph-news-txt .text-main {
    width: 100%;
    display: inline-block;
    color:#00AEF3;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.bg-blue span.percent-txt {
    font-weight: 700;
    font-size: 15px;
    color:#00AEF3;
}
.bg-blue span.percent-txt:before {
    content: "";
    width: 23px;
    height: 11px;
    background:#00AEF3;
    display: inline-block;
    margin-right: 10px;
}
.hero-area.area-pad {
    padding-top: 20px;
    padding-bottom: 0px;
}
.featured-post-area {
    border-top: 1px solid #E2E2E2;
}
.graph-percentage {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 50%;
}
span.percent-txt {
    font-weight: 700;
    font-size: 15px;
    color: #E9141D;
}
span.percent-txt:before {
    content: "";
    width: 23px;
    height: 11px;
    background: #E9141D;
    display: inline-block;
    margin-right: 10px;
}
.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a:first-child{
      padding-left: 0;
}
.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li:last-child > a:after {
    content: "";
    padding-left: 24px;
    color: #00AEF3;
    font-size: 20px;
    display: none;
}
.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a {
  position: relative;
  z-index: 1;
  color: #1c1c1c;
}



@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a::before {
    display: none;
  }

}

@media only screen and (max-width:767px) {
  .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a::before {
    display: none;
  }

}

.header-area .is-sticky #stickyMenu {
  background-color: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .is-sticky #stickyMenu {
    background-color: #152535;
  }

}

@media only screen and (max-width:767px) {
  .header-area .is-sticky #stickyMenu {
    background-color: #152535;
  }

}
.mrg-top-twfiv{
  margin-top: 25px;
}
.topgrph-div{
  display: inline-block;
  width: 100%;
  box-shadow: 0px -2px 10px 1px #e2e2e2;
    background-clip: border-box;
    border-radius: 5px;
    margin-bottom: 20px
}
.polling-div{
  display: inline-block;
  width: 100%;
  box-shadow: 0px -2px 10px 1px #e2e2e2;
    background-clip: border-box;
    border-radius: 5px;
        margin-bottom: 40px;
}
.date-blk {
    border: 1px solid #00aef3;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    color: #7B7A7A;
    margin-top: 10px;
    margin-bottom: 10px;
}
.date-blk span {
    color: #00aef3;
}
.text-right{
  text-align: right;
}
.poll-head h4 {
    color: #00aef3;
    font-size: 16px;
    text-align: center;
    padding-top: 25px;
}
.methonology {
    border: 1px solid #00aef3;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    color: #00aef3;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
table.table.table-striped th {
    background: #1CB4F1;
    color: #fff;
    vertical-align: baseline;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    overflow-x: scroll;
    display: inline-block;
}
.td-first-blk {
    background: #FCBABC;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #F7FAFC;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:transparent;
}
.table td, .table th {
    padding: .55rem;
    vertical-align: top;
    border-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.td-first-blk{
  background: #FCBABC;
}
.pad-zro-blk{
  padding-left: 0;
  padding-right: 0;
}
.methonology a {
    color: #00aef3;
}
.clndr-blk{
  margin-top: 10px;
  margin-bottom: 30px;
}
/* :: 5.0 Hero Area */
.hero-area {
  position: relative;
  z-index: 1;
  padding: 50px 0 80px;
}
.hero-pad-zro{
  padding-top: 0;
  padding-bottom: 0;
}
.hero-area .breaking-news-area {
  position: relative;
  z-index: 1;
}

.hero-area .breaking-news-area .news-title {
  min-width: 150px;
  height: 50px;
  background-color: #00AEF3;
  text-align: center;
  padding: 6px 20px;
}

.hero-area .breaking-news-area .news-title p {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  line-height: 38px;
}
.slide-new-map{
  background: #fff;
    margin-right: 18px;
    position: relative;
    margin-top: 40px;
    margin-left: 30px;
}
/*.slide-new-map:before {
    content: "|";
    padding-right: 8px;
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    top: 14%;
    left: -31px;
    font-size: 25px;
    color: #00AEF3;
}*/
.slk-pad{
  padding-left: 24px;
    padding-right: 34px;
        padding-bottom: 10px;
}

@media only screen and (max-width:767px) {

}
  .hero-area .breaking-news-area .news-title p {
    font-size: 12px;
  }

}

.hero-area .breaking-news-area .news-title.title2 {
  background-color: #152535;
}

@media only screen and (max-width:767px) {
  .hero-area .breaking-news-area .news-title {
    min-width: 100px;
    padding: 0 5px;
  }

}

.hero-area .breaking-news-area .ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}

@media only screen and (max-width:767px) {
  .hero-area .breaking-news-area .ticker {
    padding: 0 5px;
  }

}

.hero-area .breaking-news-area .ticker ul {
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-area .breaking-news-area .ticker ul li {
 /*  display: none; */
  width: 100%;
}

.hero-area .breaking-news-area .ticker ul li a {
  display: block;
  font-size: 14px;
  color: #152535;
  height: 38px;
  line-height: 38px;
}

.hero-area .breaking-news-area .ticker ul li a:hover, .hero-area .breaking-news-area .ticker ul li a:focus {
  color: #ee002d;
}

@media only screen and (max-width:767px) {
  .hero-area .breaking-news-area .ticker ul li a {
    font-size: 12px;
  }

}

.hero-add {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .hero-add {
    margin-top: 80px;
    text-align: center;
  }

}

@media only screen and (max-width:767px) {
  .hero-add {
    margin-top: 80px;
    text-align: center;
  }

}

/* :: 6.0 Blog Post Area */
.single-blog-post {
  position: relative;
  z-index: 1;
}

.single-blog-post .post-thumb a {
  display: block;
}

.single-blog-post .post-data {
  padding: 30px 0;
}

.single-blog-post .post-data .post-catagory {
  font-size: 14px;
  color: #ee002d;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.single-blog-post .post-data .post-title {
  display: block;
}

.single-blog-post .post-data .post-title h6 {
  font-size: 12px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 24px;
  margin-bottom: 0;
}

.single-blog-post .post-data .post-title h6:hover, .single-blog-post .post-data .post-title h6:focus {
  color: #ee002d;
}

.single-blog-post .post-data .post-meta .post-date a {
  display: block;
}

.single-blog-post .post-data .post-meta .post-date a:hover, .single-blog-post .post-data .post-meta .post-date a:focus {
  color: #ee002d;
}

.single-blog-post .post-data .post-meta .post-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.single-blog-post .post-data .post-meta .post-like span {
  line-height: 1;
  margin-left: 15px;
}

.single-blog-post .post-data .post-meta .post-like span:hover, .single-blog-post .post-data .post-meta .post-like span:focus {
  color: #ee002d;
}

.single-blog-post .post-data .post-meta .post-comment {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.single-blog-post .post-data .post-meta .post-comment span {
  line-height: 1;
  margin-left: 15px;
}

.single-blog-post .post-data .post-meta .post-comment span:hover, .single-blog-post .post-data .post-meta .post-comment span:focus {
  color: #ee002d;
}

.single-blog-post.style-2 .post-data {
  padding: 15px 0;
}

.single-blog-post.style-2 .post-data .post-title h6 {
  font-size: 14px;
}

.single-blog-post.style-2 .post-data .post-meta .post-date a {
  font-size: 12px;
}

.single-blog-post.style-3 {
  margin-bottom: 15px;
}

.single-blog-post.style-3 .post-data {
  padding: 15px 0;
}

.single-blog-post.style-3 .post-data .post-title h6 {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.single-blog-post.featured-post {
  position: relative;
  z-index: 1;
}

.single-blog-post.featured-post .post-data {
  padding: 30px 0;
}

.single-blog-post.featured-post .post-data .post-title h6 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 500;
}

@media only screen and (max-width:767px) {
  .single-blog-post.featured-post .post-data .post-title h6 {
    font-size: 24px;
  }

}

.single-blog-post.featured-post .post-data .post-author {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.single-blog-post.featured-post .post-data .post-author a {
  display: inline-block;
  color: #ee002d;
}

.single-blog-post.featured-post .post-data .post-excerp {
  font-weight: 500;
  margin-bottom: 40px;
  display: block;
  line-height: 2.1;
}

.single-blog-post.featured-post.single-post .post-data {
  padding: 30px 0;
}

.single-blog-post.featured-post.single-post .post-data p {
  margin-bottom: 30px;
}

.single-blog-post.featured-post.single-post .post-data .related--post {
  display: block;
  font-size: 18px;
  color: #2c61db;
  margin: 40px 0;
}

.single-blog-post.featured-post.single-post .post-data .related--post:hover, .single-blog-post.featured-post.single-post .post-data .related--post:focus {
  color: #ee002d;
}

.single-blog-post.featured-post-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.single-blog-post.featured-post-2 .post-data {
  padding: 15px 0;
}

.single-blog-post.featured-post-2 .post-data .post-title h6 {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 20px;
  font-weight: 500;
}

.single-blog-post.featured-post-2 .post-data .post-author {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.single-blog-post.featured-post-2 .post-data .post-author a {
  display: inline-block;
  color: #ee002d;
}

.single-blog-post.small-featured-post {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #d0d5d8;
  padding: 20px 0;
}

.single-blog-post.small-featured-post .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  width: 90px;
  margin-right: 15px;
}

.single-blog-post.small-featured-post .post-data {
  padding: 0;
}

.single-blog-post.small-featured-post .post-data .post-catagory {
  margin-bottom: 10px;
  line-height: 1;
}

.single-blog-post.small-featured-post .post-data .post-title h6 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 700;
}

.single-blog-post.small-featured-post .post-data .post-date {
  margin-bottom: 0;
  line-height: 1;
}

.single-blog-post.small-featured-post:first-child {
  padding-top: 0;
}

.single-blog-post.small-featured-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width:767px) {
  .newspaper-post-like {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

.newspaper-tags {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

@media only screen and (max-width:767px) {
  .newspaper-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

}

.newspaper-tags span {
  font-size: 14px;
  color: #393939;
  font-weight: 500;
  padding-right: 5px;
}

.newspaper-tags ul li a {
  display: inline-block;
  color: #828282;
  font-weight: 500;
  padding-right: 3px;
}

.newspaper-tags ul li a:hover, .newspaper-tags ul li a:focus {
  color: #ee002d;
}

@media only screen and (max-width:767px) {
  .post-like--comments {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

}

.popular-news-widget {
  position: relative;
  z-index: 1;
  background-color: #eff4f9;
  padding: 60px 25px;
}

.popular-news-widget h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #ee002d;
}

@media only screen and (max-width:767px) {
  .popular-news-widget h3 {
    font-size: 24px;
  }

}

.popular-news-widget .single-popular-post {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.popular-news-widget .single-popular-post h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  font-weight: 500;
}

.popular-news-widget .single-popular-post h6 span {
  margin-right: 15px;
  color: #ee002d;
}

.popular-news-widget .single-popular-post h6:hover, .popular-news-widget .single-popular-post h6:focus {
  color: #ee002d;
}

.popular-news-widget .single-popular-post p {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #828282;
  margin-left: 30px;
  line-height: 1;
}

.popular-news-widget .single-popular-post:last-child {
  margin-bottom: 0;
}

.latest-comments-widget {
  position: relative;
  z-index: 1;
  background-color: #eff4f9;
  padding: 60px 25px;
}

.latest-comments-widget h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #152535;
}

.latest-comments-widget .single-comments {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.latest-comments-widget .single-comments .comments-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  max-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-top: 6px;
}

.latest-comments-widget .single-comments .comments-thumbnail img {
  border-radius: 50%;
  display: block;
}

.latest-comments-widget .single-comments .comments-text a {
  display: block;
  font-size: 16px;
  color: #1c1c1c;
  margin-bottom: 10px;
  line-height: 1.9;
}

.latest-comments-widget .single-comments .comments-text a span {
  color: #a8a8a8;
}

.latest-comments-widget .single-comments .comments-text a:hover, .latest-comments-widget .single-comments .comments-text a:focus {
  color: #ee002d;
}

.latest-comments-widget .single-comments .comments-text p {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #828282;
  line-height: 1;
}

.latest-comments-widget .single-comments:last-child {
  margin-bottom: 0;
}

.newsletter-widget {
  position: relative;
  z-index: 1;
  background-color: #02031c;
  padding: 60px 25px;
}

.newsletter-widget h4 {
  text-align: center;
  color: #ee002d;
}

.newsletter-widget p {
  font-size: 12px;
  text-align: center;
}

.newsletter-widget form input {
  width: 100%;
  height: 50px;
  background-color: #44425a;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  margin-bottom: 25px;
  border: none;
  padding: 0 25px;
}

.newsletter-widget form button {
  width: 100%;
  height: 50px;
  background-color: #ee002d;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  border: none;
  padding: 0 25px;
  border-radius: 0;
}

.newsletter-widget form button:hover, .newsletter-widget form button:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fff;
  color: #ee002d;
}

.pagination {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pagination {
    margin-bottom: 80px;
  }

}

@media only screen and (max-width:767px) {
  .pagination {
    margin-bottom: 80px;
  }

}

.pagination .page-link {
  padding: 0;
  font-size: 16px;
  border: none;
  color: #152535;
  width: 38px;
  height: 38px;
  background-color: transparent;
  text-align: center;
  line-height: 38px;
}

.pagination .page-link:hover, .pagination .page-link:focus {
  background-color: #152535;
  color: #fff;
}

.pagination .page-item.active .page-link {
  background-color: #152535;
  color: #fff;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-post-author {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d0d5d8;
}

.blog-post-author .author-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  min-width: 90px;
  padding-right: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.blog-post-author .author-thumbnail img {
  border-radius: 50%;
}

.blog-post-author .author-info a {
  display: block;
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px;
}

.blog-post-author .author-info a span {
  color: #656565;
  font-style: italic;
}

.blog-post-author .author-info p {
  line-height: 2;
  margin-bottom: 0;
}

.pager {
  position: relative;
  z-index: 1;
}

.pager a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #eff4f9;
  text-align: center;
  color: #1c1c1c;
  margin: 50px 0;
}

.pager a.active, .pager a:hover, .pager a:focus {
  background-color: #1c1c1c;
  color: #fff;
}

.pager a i {
  font-size: 16px;
}

.comment_area {
  border-bottom: 1px solid #d0d5d8;
  padding-bottom: 50px;
}

.comment_area .title {
  margin-bottom: 50px;
}

.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51px;
  flex: 0 0 51px;
  min-width: 51px;
  margin-right: 45px;
  height: 51px;
  border-radius: 50%;
}

.comment_area .comment-content .comment-author img {
  border-radius: 50%;
}

.comment_area .comment-content .comment-meta {
  margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-author {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  color: #393939;
}

.comment_area .comment-content .comment-meta .post-date {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #656565;
  display: block;
  margin-bottom: 15px;
}

.comment_area .comment-content .comment-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

.comment_area .single_comment_area {
  margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
  margin-bottom: 0;
}

.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px;
}

.post-a-comment-area {
  position: relative;
  z-index: 1;
}

.post-a-comment-area h4 {
  font-size: 24px;
  color: #393939;
  margin-bottom: 50px;
}

.editors-pick-post-area {
  position: relative;
  z-index: 1;
  background-color: #eff4f9;
}

/* :: 7.0 Video Post Area */
.video-post-area {
  position: relative;
  z-index: 1;
  padding: 100px 0 70px;
}

.single-video-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-video-post img {
  -webkit-transition-duration: 2000ms;
  transition-duration: 2000ms;
  width: 100%;
}

.single-video-post .videobtn {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-video-post .videobtn a {
  display: block;
  width: 70px;
  height: 40px;
  border-radius: 5px;
  background-color: #ee002d;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.single-video-post .videobtn a:hover, .single-video-post .videobtn a:focus {
  background-color: #152535;
  color: #fff;
}

.single-video-post:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* :: 8.0 Footer Add Area */
.footer-add-area {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

.footer-add-area .footer-add a {
  display: block;
}

.footer-add-area .footer-add a img {
  width: 100%;
}

/* :: 9.0 Footer Area */
.footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color:#3a3a3a;
}

.footer-area .footer-widget-area {
  position: relative;
  z-index: 1;
}

.footer-area .footer-widget-area .footer-logo {
  margin-bottom: 30px;
}

.footer-area .footer-widget-area .widget-title {
  display: block;
  margin-bottom: 30px;
  color: #fff;
}

.footer-area .footer-widget-area .list {
  position: relative;
  z-index: 1;
}

.footer-area .footer-widget-area .list li {
  display: block;
}

.footer-area .footer-widget-area .list li a {
  display: block;
  padding: 5px 0;
  color: #fff;
}

.footer-area .footer-widget-area .list li a:hover, .footer-area .footer-widget-area .list li a:focus {
  color: #fff;
}
ul.list.socialdiv li a {
    color: #929292!important;
}

.footer-area .bottom-footer-area {
     position: relative;
    z-index: 1;
    width: 100%;
    background: #292929;
    margin-top: 45px;
    padding: 10px;

}

.footer-area .bottom-footer-area p {
color: #fff;
    font-size: 10px;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
}

.footer-area .bottom-footer-area p a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-area .bottom-footer-area p a:hover, .footer-area .bottom-footer-area p a:focus {
  color: #fff;
}

/* :: 10.0 About Area */
.about-area {
  position: relative;
  z-index: 1;
}

.about-area h2 {
  font-weight: 500;
  margin-bottom: 50px;
  font-size: 40px;
}

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

}
.about-area p {
  font-weight: 500;
}

.single-cool-fact {
  position: relative;
  z-index: 1;
}

.single-team-member {
  position: relative;
  z-index: 1;
}

.single-team-member .team-info {
  padding: 50px 0;
  text-align: center;
}

.single-team-member .team-info h5 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #393939;
}

.single-team-member .team-info h6 {
  margin-bottom: 0;
  font-size: 14px;
  color: #656565;
}

/* :: 11.0 Cool Facts */
.single-cool-fact {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 80px;
}

.single-cool-fact h3 {
  font-size: 60px;
  margin-bottom: 0;
  color: #a5a5a5;
  font-weight: 700;
  margin-right: 15px;
}

.single-cool-fact .cf-text {
  text-align: left;
}

.single-cool-fact .cf-text h6 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #393939;
}

.single-cool-fact .cf-text span {
  font-size: 12px;
  color: #656565;
}

/* :: 12.0 Contact Area */
.map-area {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

.map-area #googleMap {
  width: 100%;
  height: 680px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .map-area #googleMap {
    height: 500px;
  }

}

@media only screen and (max-width:767px) {
  .map-area #googleMap {
    height: 350px;
  }

}

.single-contact-information {
  position: relative;
  z-index: 1;
}

.single-contact-information h6 {
  font-size: 14px;
  border-bottom: 2px solid #ee002d;
  display: inline-block;
  color: #ee002d;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .contact-form-area {
    margin-bottom: 80px;
  }

}

@media only screen and (max-width:767px) {
  .contact-form-area {
    margin-bottom: 80px;
  }

}

.contact-form-area .form-control {
  height: 45px;
  width: 100%;
  background-color: #f3f5f8;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.contact-form-area .form-control:focus {
  box-shadow: none;
}

.contact-form-area textarea.form-control {
  height: 200px;
  padding: 15px 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.contact-area {
  position: relative;
  z-index: 1;
}

.contact-area .contact-title h2 {
  font-size: 40px;
  color: #393939;
  margin-bottom: 80px;
}

/* Newly added 20-10-20*/
.poll-tp-blk {
  box-shadow: 2px 5px 8px 0px #e2e2e2;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 15px;
    margin-bottom: 20px;
}
.head-blk {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #ECFAFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:15px;
}
.head-blk h3{
  color: #00AEF3;
  font-size: 13px;
  padding-bottom: 0;
    margin-bottom: 0;
}
.poll-blow-details {
    display: inline-block;
    padding: 15px;
        width: 100%;
}
.first-area {
    display: inline-block;
    width: 30%;
}
.second-area {
    display: inline-block;
    width: 36%;
        padding-right: 8px;
}
.third-area {
    display: inline-block;
    width: 29%;
    vertical-align: top;
    padding-left: 0px;
}
.name {
    font-weight: 700;
    display: inline-block;
    width: 100%;
    font-size: 10px;
        color: #000;
        margin-bottom: 10px;
        vertical-align: top;
    border-right: 1px solid #ccc;
}
.name span {
    display: inline-block;
    width: 100%;
    font-size: 9px;
    font-weight: 500;
    color: #999999;
}
.no-br-div{
    border-right: 0 solid #ccc;
}
.second-area .name {
    padding-left: 10px;
}
.count {
    color: #E9141D;
    font-weight: 700;
    margin-left: 17px;
    position: relative;
}
.count:before {
    background: #E9141D;
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 5px;
    left: -17px;
}
.count.snd {
    color: #00aef3;
}
.count.snd:before {
    background: #00aef3;
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 5px;
    left: -17px;
}

.third-area .name {
    padding-bottom: 0px;
    font-size: 13px;
    color: #00aef3;
}
.second-area .count.snd {
    margin-left: 28px;
}
.third-area .thrd {
    color: #00aef3;
    margin-left: 0;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.count.thrd:before {
    content: "";
    width: 0;
    height: 0;
}

@media only screen and (max-width:767px) {
  .contact-area .contact-title h2 {
    font-size: 30px;
  }

}
.slide-map {
    background: #fff;

}
.map-area-div {
       display: inline-flex;
    padding: 8px 13px;
    box-shadow: 2px 5px 8px 0px #e2e2e2;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 15px;
    margin-bottom: 5px;
    margin-left: 50px;
    max-width: 80%;
}
.map-block-img {
       background: #fff9e1;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 20px;
    height: 30px;
    margin-top: 5px;
    vertical-align: top;
}
.slick-dotted.slick-slider {
    margin-bottom: 5px;
}
.nxt-blk{
  background: #ffdae5;
}
.map-div-text {
    display: inline-block;
    margin-left: 8px;
}
.map-div-text span.text-map-first {
    font-weight: 400;
    font-size: 11px;
    display: inline-block;
    width: 100%;
    color: #999999;
}
.map-div-text span.text-map-sec {
    font-weight: 700;
    font-size: 16px;
        position: relative;
    top: -7px;
}
.map-percentage {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 45px;
    color: #02BC77;
}
.slide-map ul li {
    margin-right: 5px;
    display: inline-table;
     background-color: #fff;
    font-family: 'Lato', sans-serif;

}
.slider-map .slick-prev, .slider-map .slick-next {
       padding: 17px 18px;
    border-radius: 6px;
    z-index: 1;
}
.slider-map .slick-prev{
  background: url(../img/arrow-left.png) no-repeat #ecfaff;
   background-position: center;
}
.slider-map .slick-next{
  background: url(../img/arrow-right.png) no-repeat #ecfaff;
   background-position: center;
}
.slick-prev:before, .slick-next:before{
  content: "";
}
.mrg-right-blk{
  margin-right: 6px;
}
.mrg-left-blk{
  margin-left: 6px;
}
.slider-map .slick-next {
    right: 0px;
}
.slider-map .slick-prev{
  left: 0px;
}
.mrg-btm-z{
  margin-bottom: 10px;
}
.right-block.firstdiv h3 {
    font-size: 20px;
    color: #00aef3;
    margin-top: 15px;
    display: inline-block;
    padding-right: 5px;
}
.firstdiv .saparate{
  color: #00aef3;
  font-weight: 700;
}
.firstdiv .dateblk{
  color: #00aef3;
  font-size: 16px;
}
.single-blog-post.d-flex.main-post .post-thumb{
  margin-right: 20px;
}
.single-blog-post.d-flex.main-post {
    margin-top: 15px;
}
.main-post .post-data{
  padding-top: 0;
      padding-bottom: 7px;
}
.main-detail-post h5 {
    font-size: 12px;
    margin-bottom: 0;
}
.right-img-blk .post-thumb a img {
    max-width: 100px;
}
.date-area-div{
  color: #C4C4C4;
  font-size: 12px;
}
.post-date span{
  color: #3C3B3B;
  font-size: 12px;
      font-weight: 500;
}
.post-meta.main-detail-post .post-date{
  margin-bottom: 0;
}
.post-time {
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #C4C4C4;
    font-weight: 500;
}
.read-more-div {
    display: inline-block;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}
.read-more-div a {
    border: 2px solid #00b6f6;
    padding: 10px 25px;
    color: #00b6f6;
    border-radius: 4px;
     display: inline-block;
}
.brdiv {
    border-top: 1px solid #E2E2E2;
    margin-top: 30px;
}
p.post-date{
  margin-bottom: 0;
}
.pad-top-area-div{
  padding-top: 8px!important;
}
.post-wrap {
    width: 95%;
    border-right: 1px solid #e2e2e2;
    display: inline-block;
}
.nobr-blk{
  border: none;
}
.polls-div {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    padding-top: 35px;
}
.right-first {
    margin-top: 25px;
    box-shadow: 0px -2px 10px 1px #e2e2e2;
    background-clip: border-box;
        border-radius: 5px;
}
.right.-first-txt {
    display: inline-block;
    text-align: center;
    padding: 20px;
}
.right-first-txt {
    text-align: center;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.right-first-txt h6{
  color: #00AEF3;
}
.right-first-txt p {
    line-height: 16px;
    font-size: 13px;
    color: #999999;
    text-align: left;
}
.right-first-txt a {
    border: 2px solid #00b6f6;
    padding: 3px 20px;
    color: #00b6f6;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
}

.right-second .post-thumb{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    margin-right: 15px;
}
.right-second .post-data .post-title {
    display: block;
}
.right-second .post-data .post-title h6 {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    color: #999999;
}
.right-second .post-data .post-catagory {
    font-size: 14px;
    color: #ee002d;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.right-second h6{
  display: inline-block;
  width: 100%;
}
.right-second {
    margin-top: 25px;
    box-shadow: 0px -2px 10px 1px #e2e2e2;
    background-clip: border-box;
    border-radius: 5px;
}
.right-second h4 {
    text-align: center;
    font-size: 16px;
    background: #ecfaff;
    color: #00AEF3;
    display: inline-block;
    width: 100%;
    padding: 14px;
}
.crzwrp {
    display: inline-block;
    padding: 20px;
    padding-bottom: 0;
}
.time-show {
    font-size: 11px;
    color: #C4C4C4;
}
.crazy {
    display: inline-block;
    padding: 25px;
    width: 100%;
    text-align: center;
}

.crazy_bt a {
    height: 30px;
    border: 2px solid #00b6f6;
    padding: 2px 15px 2px!important;
    color: #00b6f6;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 25px;

}
.crazy a {
    border: 2px solid #00b6f6;
    padding: 3px 20px;
    color: #00b6f6;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
}
.op-ed {
    margin-top: 25px;
    box-shadow: 0px -2px 10px 1px #e2e2e2;
    background-clip: border-box;
    border-radius: 5px;
}
.op-ed h4 {
    text-align: center;
    font-size: 16px;
    background: #ecfaff;
    color: #00AEF3;
    display: inline-block;
    width: 100%;
    padding: 14px;
}
.article-blk {
       display: inline-block;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 10px;
}
.article-blk .artile-head {
    color: #00aef3;
    font-weight: 600;
    font-size: 12px;
    padding-bottom: 5px;
}
.article-blk .article-date {
    font-size: 11px;
    color: #C4C4C4;
    padding-bottom: 5px;
}
.article-para p {
    line-height: 16px;
    font-size: 13px;
    color: #999999;
    text-align: left;
    margin-bottom: 0;
}
.latest-pole {
    margin-top: 25px;
    box-shadow: 0px -2px 10px 1px #e2e2e2;
    background-clip: border-box;
    border-radius: 5px;
}
.latest-pole h4 {
    text-align: center;
    font-size: 16px;
    background: #ecfaff;
    color: #00AEF3;
    display: inline-block;
    width: 100%;
    padding: 14px;
    position: relative;
}
a.drp-poll {
    position: absolute;
    right: 20px;
}
.poll-details {
    padding: 20px;
    display: inline-block;
    width: 100%;
    padding: 20px;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 10px;
}
.poll-details .head-poll-text {
    font-weight: 600;
    color: #222222;
    display: inline-block;
    width: 100%;
}
.poll-details .report-txt {
    font-size: 12px;
    color: #C4C4C4;
}
.aproval {
    display: inline-block;
    width: 100%;
}
.aproval ul li {
    display: inline-block;
    color: #00aef3;
    padding-right: 5px;
}
.aproval ul li a {
    font-size: 12px;
    color: #00aef3;
    font-weight: 400;
}
.disapprove {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #00aef3;
    background: #fbfbfb;
    padding: 10px;
    margin-top: 6px;
    margin-bottom: 10px;
}
.pad-bt-30{
  padding-bottom: 30px;
}
ul.list.socialdiv {
    display: inline-block;
    width: 100%;
}
ul.list.socialdiv li {
    display: inline-block;
    padding-right:15px;
}
ul.list.socialdiv li a {
    font-size: 27px;
}
ul.list.socialdiv li {
    display: inline-block!important;
}
.footer-form{
  display: inline-block;
      width: 100%;
      position: relative;
}
.footer-form li{
   position: relative;
}
.footer-form .form-control {
    background: #d7d7d7;
    border: 0;
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    text-indent: 35px;
}
li.email-txt:after {
    content: "\f003";
    color: #172B4D;
    z-index: 1;
    position: absolute;
    top: 9px;
    font-family: FontAwesome;
    font-size: 22px;
    left: 13px;
}
li.password-txt:after {
        content: "\f023";
    color: #172B4D;
    z-index: 1;
    position: absolute;
    top: 3px;
    font-family: FontAwesome;
    font-size: 31px;
    left: 15px;
}
li.forgotpass {
    text-align: right;
}
li.forgotpass a{
   font-size: 12px;
   color: #fff;
}
li.signin {
    position: relative;
}
li.signin .btn {
    position: absolute;
    top: -46px;
    width: 27%!important;
    min-width: 115px;
    border-radius: 4px;
    background: #00AEF3;
    font-size: 17px;
}
.bn-controls {
    display: inline-block;
        width: 66px;
}
.bn-controls ul li {
    display: inline-block;
}
#content {
      position: absolute;
    height: 15px;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 50%;
}

#content.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.input{
  box-sizing: border-box;
  width: 21px;
  height: 21px;
  border: 3px solid #e9141d;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.2s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  transition: width 0.2s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search {
  background: none;
  position: absolute;
  top: 0px;
  left: 0;
  height: 13px;
  width: 16px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search:before {
  content: "";
    position: absolute;
    width: 12px;
    height: 4px;
    background-color:#00aef3;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 12px;
    margin-left: 3px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.close {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.close:before {
  content: "";
  position: absolute;
  width: 27px;
    height: 4px;
    margin-top: -1px;
    margin-left: -20px;
  background-color: #00aef3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.close:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 4px;
  background-color: #e9141d;
  margin-top: -1px;
  margin-left: -20px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.square {
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    width: 260px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 0;
    border-radius: 4px;
    position: absolute;
    background: #fff;
    color: #3a3a3a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out, padding 0.2s;
    transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.2s, 0s, 0.2s;
    transition-delay: 0.2s, 0s, 0.2s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.search-form button:focus{
  outline: 0;
}
.slick-dots {
    display: none!important;
}
.login-area .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
  background: transparent;
}
.login-area .btn {
    border: 0;
    background: transparent;
    padding: 0;
    outline: 0;
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
   box-shadow: none;
}
.inner-area-menu {
    display: inline-block;
    width: 100%;
    padding-bottom: 13px;
}
.inner-area-menu ul li {
    display: inline-block;
  }
.inner-area-menu ul li a {
    font-size: 12px;
    color: #00AEF3;
    display: inline-block;
    padding-right: 12px;
    font-weight: 700;
}
img.inner-bg-orginal {
    position: absolute;
    z-index: -1;
   /* min-height: 301px; */
}
.inner-area-new-banner {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    position: relative;
}
.inner-main-text-div p {
    color: #fff;
    display: inline-block;
    line-height: 18px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.inner-main-text-div {
       display: inline-block;
    color: #fff;
    width: 73%;
    vertical-align: top;
    margin-left: 20px;
    padding-top: 83px;
}
.inner-btm-text {
    display: inline-block;
    margin-top: 10px;
}
.inner-btm-text p {
    line-height: 20px;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment-and-view {
    display: inline-block;
    width: 100%;
}
.comment-and-view a {
    padding-right: 8px;
}
.comment-and-view a span {
   padding-right: 8px;
}
.comment-and-view a span {
    padding-left: 8px;
    font-size: 12px;
}
.inner-main-bg {
    /*    width: 35%; */
    display: inline-block;
    z-index: 10;
    height: 230px;
    padding-top: 70px;
    padding-left: 25px;
}
p.benner-small-div {
    display: inline-block;
    width: 100%;
    line-height: 11px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0px;
    margin-top: 2px;
    float: left;
}
a.inner-readmore {
    border: 1px solid #00AEF3;
    padding: 5px 11px;
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #00AEF3;
    font-size: 10px;
    font-weight: 500;
    border-radius: 2px;
}
.comments-area-inner {
    display: inline-block;
    margin-top: 15px;
}
.commentsblk {
    display: inline-block;
    width: 100%;
}
.commentsblk h4 {
    font-size: 14px;
    color: #00aef3;
}
.post-comments-area {
    display: inline-block;
    padding-bottom: 20px;
}
.post-sign-in-txt {
    color: #00aef3;
    font-size: 13px;
    display: inline-block;
}
.post-sign-in-txt a {
    color: #00aef3;
    font-weight: 700;
    font-size: 12px;
}
li.submit {
    text-align: right;
    display: inline-block;
    width: 100%;
}
.submitbtn {
       background: #00aef3;
    border: 0;
    padding: 10px 25px;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    margin-right: 17px;
    outline: none;
    cursor: pointer;
}
.submitbtn:focus {
    outline: 1px dotted;
    outline: none;
}
.post-sign-in-txt span.txt-poll{
  padding-right: 5px;
}
.benner-small-div.first{
   font-size: 11px;
}
.benner-small-div.seond{
   font-size: 9px;
}
.benner-small-div.thrid{
   font-size: 8px;
}
.post-div ul li {
    display: inline-block;
    width: 100%;
}
.post-inner-thumb {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 18px;
}

.post-inner-text {
    display: inline-block;
    background: #F6F9FC;
    vertical-align: top;
    border-radius: 5px;
    padding: 8px;
    margin: 5px;
        width: 89%;
}
.post-inner-text p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.post-inner-text span {
    font-weight: 600;
    font-size: 12px;
}
.post-inner-text.textmenu {
    background: transparent;
    padding: 0;
}
.post-inner-text.textmenu textarea {
       width: 100%;
    border: 1px solid #00aef3;
    border-radius: 3px;
    padding: 10px;
    height: 90px;
    font-size: 12px;
    box-shadow: 0px 2px 4px 0px #e2e2e2;
}
@media (min-width: 1200px){
.container {
    max-width: 1160px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    overflow-x: scroll;
    display: inline-table;
}
}
.polls-div-new-elc {
    margin-top: 25px;
    box-shadow: 0px -2px 10px 1px #e2e2e2;
    background-clip: border-box;
    border-radius: 5px;
}
.polls-div-new-elc h4 {
    text-align: center;
    font-size: 16px;
    background: #ecfaff;
    color: #00AEF3;
    display: inline-block;
    width: 100%;
    padding: 14px;
}
.elc-para-txt {
    display: inline-block;
    width: 52%;
    vertical-align: top;
    padding-top: 15px;
    text-align: justify;
}
.elc-para-txt p {
    line-height: 20px;
}
.elc-img-details {
    display: inline-block;
    padding: 20px;
}
.poll-div-new.poll-dev {
    display: block;
}
.sub-text-head {
    text-align: left;
    font-size: 16px;
    color: #00AEF3;
    display: inline-block;
    width: 100%;
    padding: 14px 0;
    font-weight: 700;
    padding-bottom: 0;
}
.poll-div-new.poll-dev .linke-res img{
      padding-right: 5px;
}
.responsive-blk{
  display: none;
}
.topicdiv{
  display: none;
}
.poll-div-new {
   display: none;
}
.main-footer-area {
    margin-top: 20px;
}
.res-small-banner {
    display: none;
}
.resp-div-small{
  display: none;
}
.poll-dev .main-detail-post h5 {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 21px;
}
.poll-dev .main-detail-post p.post-date {
    display: inline-block;
    line-height: 14px;
}
.poll-dev .post-time{
  line-height: 21px;
}

/* Pollsheet Welcome */

.inner-poll-txt{
  display: inline-block;
}
.inner-poll-txt h2 {
    font-size: 22px;
}
.inner-poll-txt p.letter-style {
    font-style: italic;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;
}
.poll-main-para{
  width: 100%;
  margin-bottom: 20px!important;
}
.inner-poll-txt h5 {
        font-size: 16px;
    background: #00aef3;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.inner-poll-txt ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.inner-poll-txt ul li{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.inner-poll-txt ul li p {
    display: inline;
    padding-left: 30px;
}
span.comments-ico, span.opinion-ico, span.topic-ico, span.news-ico, span.go-to-news-ico, span.eye-ico, span.chat-ico {
    position: relative;
        font-weight: 600;
}
span.comments-ico:after {
    content: "";
    background: url(../img/chat-new.png)no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: 50%;
    margin-left: 5px;
}
span.opinion-ico:after {
    content: "";
    background: url(../img/document.png)no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: 38%;
    margin-left: 5px;
}
span.topic-ico:after {
    content: "";
    background: url(../img/idea.png)no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: 46%;
    margin-left: 5px;
}
span.news-ico:after {
    content: "";
    background: url(../img/calendar.png)no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: 43%;
    margin-left: 5px;
    margin-top: 2px;
}
span.go-to-news-ico:after {
    content: "";
    background: url(../img/link.png)no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: 50%;
    margin-top: 7px;
    margin-left: 5px;
}
span.eye-ico:after {
    content: "";
    background: url(../img/eye.png)no-repeat;
        width: 21px;
    height: 12px;
    position: absolute;
    background-size: 100%;
    margin-top: 5px
}
span.chat-ico:after {
    content: "";
    background: url(../img/comment.png)no-repeat;
        width: 21px;
    height: 18px;
    position: absolute;
    background-size: 100%;
    margin-top: 2px;
}
.more-menu {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 600;
}
.see-you {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
.first-leftblk {
    display: inline-block;
    padding: 20px;
    float: left;
        width: 45%;
}
.first-top-txt {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    color: #827a7a;
    font-size: 16px;
}
.first-top-txt span {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    float: left;
    color: #827A7A;
}
.right-area-ico-blk {
    float: right;
        margin-bottom: 20px;
    padding: 15px;
}
.right-box {
        display: inline-block;
    box-shadow: 0px -2px 10px 1px #e2e2e2;
    background-clip: border-box;
    padding: 8px 0;
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 15px;
}
.text-bx {
    display: inline-block;
    color: #8898AA;
    font-weight: 500;
    vertical-align: top;
    width: 56%;
}
.text-bx span.trmp {
    display: inline-block;
    width: 100%;
    color: #00AEF3;
}
.text-bx span.bidentxt {
    display: inline-block;
    width: 100%;
    color:#E9141D;
}
.ico-bx {
    display: inline-block;
}
.ico-bx.trmp {
    background: #00aef3;
    border-radius: 50%;
}
.ico-bx.trmp img {
    border: 8px solid #00aef3;
    border-radius: 50%;
}
.ico-bx.biden {
    background: #E9141D;
    border-radius: 50%;
}
.ico-bx.biden img {
    border: 8px solid #E9141D;
    border-radius: 50%;
}
.count-details {
    display: inline-block;
    background: #ecfaff;
    width: 100%;
        padding: 20px;
    padding-bottom: 0;
    padding-top: 10px;
}
.point-first {
    display: inline-block;
    width: 46%;
    vertical-align: top;
}
.point-first h3 {
   display: inline-block;
    vertical-align: top;
    color: #00aef3;
    font-size: 36px;
}
.point-first span {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    color: #00aef3;
    font-weight: 500;
    padding-left: 5px;
}
.point-second {
    display: inline-block;
        width: 26%;
}
.point-second {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.point-third h3 {
    display: inline-block;
    color: #e9141d;
    font-size: 36px;
}
.point-third {
    display: inline-block;
    width: 27%;
    text-align: right;
}
.point-second .toss {
    font-size: 12px;
    color: #247798;
}
.point-second h4 {
    font-size: 26px;
    letter-spacing: 3px;
    color: #247798;
}
.point-third span.trump-point {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    color: #e9141d;
    font-weight: 500;
    padding-left: 5px;
}
.poll-txt-div {
    display: inline-block;
    background: #fff;
    padding: 5px;
    text-align: center;
    width: 100%;
    font-size: 13px;
}
.poll-year-txt {
    display: inline-block;
    width: 100%;
    background: #fff5f5;
    padding: 5px;
    text-align: center;
}
.poll-year-txt ul li a {
    color: #000;
    font-weight: 600;
}
li.recent {
    font-weight: 600;
}

.poll-year-txt ul li{
  display: inline-block;
}
.linke-res {
    margin-top: 10px;
}
.hero-area .breaking-news-area .news-title a {
    color: #fff;
}
@media screen and (min-width:320px) and (max-width:992px) {

.hero-area .breaking-news-area .news-title p {
    font-size: 4px;
    line-height: initial;
    padding-top: 8px;
}
.mrg-top-twfiv select {
    width: 100%;
    display: inline-block;
    margin-bottom: 9px;
    border: 1px solid #ccc;
    height: 40px;
}
.first-leftblk {
    display: inline-block;
    padding: 20px;
    float: left;
    width: 100%;
}
.right-box {
    display: inline-block;
    box-shadow: 0px -2px 10px 1px #e2e2e2;
    background-clip: border-box;
    padding: 8px 0;
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 15px;
    width: 93%;
}
.text-bx {
    display: inline-block;
    color: #8898AA;
    font-weight: 500;
    vertical-align: top;
    width: 68%;
}
.point-first h3 {
    display: inline-block;
    vertical-align: top;
    color: #00aef3;
    font-size: 30px;
}
.point-first {
    display: inline-block;
    width: 31%;
    vertical-align: top;
}
.point-first h3 {
     display: inline-block;
    vertical-align: top;
    color: #00aef3;
    font-size: 18px;
}
.point-second {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.point-second h4 {
    font-size: 18px;
    letter-spacing: 3px;
    color: #247798;
    display: inline-block;
}
.point-third {
    display: inline-block;
    width: 33%;
    text-align: right;
}
.point-third span.trump-point {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    color: #e9141d;
    font-weight: 500;
        font-size: 12px;
    padding-left: 5px;
}
.point-third h3 {
    display: inline-block;
    color: #e9141d;
    font-size: 18px;
}
  .responsive-blk {
      background: #3A3A3A;
    display: inline-block;
    width: 100%;
    padding-top: 10px; height: 65px;
    }
    ul.res-view.desk_none {
       display: none;

}
.point-second .toss {
    font-size: 12px;
    color: #247798;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
}
.point-first span {
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    color: #00aef3;
    font-size: 12px;
    font-weight: 500;
    padding-left: 5px;
}
.rsp-logo {
    display: inline-block;
        padding-bottom: 12px;
}
.post-wrap{
  border-right: 0;
}
.rsp-first-nav .dropdown .btn {
    background: transparent;
    border: 0;
}
.rsp-first-nav .dropdown .dropdown-toggle::after{
  display: none;
}
.rsp-first-nav {
    display: inline-block;
}
.rsp-header {
    display: inline-block;
    position: relative;
    width: 100%;
}
.resp-left {
    display: inline-block;
    width: 58%;
}
.resp-right {
    display: inline-block;
    width: 37%;
    position: relative;
    text-align: right;
}
.resp-right .search-box {
    display: inline-block;
}
.search-form {
    position: relative;
}
.resp-right #content {
    position: absolute;
    height: 15px;
    top: 50%;
    right: 17px;
    left: -14px;
    transform: translate(-50%, -50%);
    width: auto;
}
.classy-navbar-toggler {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
.resp-right .classy-navbar-toggler .navbarToggler span {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    padding: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 30px;
    cursor: pointer;
}
.rsp-first-nav .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.55rem 2rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.9em;
}
.rsp-first-nav a.dropdown-item:after {
    height: 1px;
    width: 50px;
    background: #00aef3;
    content: "";
    display: block;
    text-align: center;
    margin-top: 10px;
    margin: 0 auto;
    margin-top: 7px;
}
.rsp-first-nav a.dropdown-item:last-child:after{
 background: transparent;
}
.rsp-first-nav .dropdown-menu{
      background-color:#ECFAFF;
  border: 0;
}
.rsp-first-nav .dropdown-menu:after {
    content: "";
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    width: 34px;
    height: 22px;
    background: #ecfaff;
    display: inline-block;
    position: absolute;
    top: 0;
   right: 32%;
    z-index: -1;
}
.navbar-toggle-div {
    display: inline-block;
    position: relative;
}
.navbar-toggle-div .dropdown .btn{
  background: transparent;
  border: 0;
}
.navbar-toggle-div .dropdown-toggle::after{
  display: none;
}
.breaking-news-area.d-flex, .algnright {
    display: none!important;
}
.top-header-area, .sticky-wrapper{
  display: none;
}
.rsp-first-nav .dropdown-menu.show {
    display: block;
    left: -83px!important;
}
.right-img-blk .post-thumb a img {
    max-width: 100px;
}
.resp-area-div .main-detail-post h5 {
        font-size: 1em;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 55px;
}
.resp-area-div .date-area-div {
    color: #C4C4C4;
    font-size: 0.6rem;
}
.resp-area-div .post-date span {
    color: #3C3B3B;
    font-size: 0.7em;
    font-weight: 500;
}
.resp-area-div .post-time {
    font-size: 0.7em;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #C4C4C4;
    font-weight: 500;
}
.navright-blk .dropdown a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.loginres-txt {
    color: #00aef3;
    font-size: 0.9em;
    padding-left: 5px;
}
.slider-blk .slide-map {
    display: inline-block;
    margin: 33px;
    margin-right: 26px;
    background: transparent;
    margin-bottom: 0;
    padding-left: 16px;
}
.slider-blk .slide-map.poll-slider{
    display: inline-block;
    margin: 4px;
    margin-right: 10px;
    background: transparent;
    margin-bottom: 0;
    padding-left: 16px;
    margin-top: 20px;
}
.slider-blk .slide-map .graph-box img {
    max-width: 100%;
}
.slider-blk .slide-map ul li{
  background: transparent;
  padding-bottom: 0px;
}
.slider-blk {
    background: #fff;
    padding: 12px;
}
.navright-blk .dropdown-menu:after {
    content: "";
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    width: 34px;
    height: 22px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
   right: 3%;
    z-index: -1;
}
.navright-blk .dropdown-menu.show {
    display: block;
    left: -60px!important;
}
.hero-area.area-pad{
  display: none;
}
.featured-post-area {
    border-top: 0 solid #E2E2E2;
}

.resp-block-area .post-thumb a img{
   width: 170px;
   max-width: 100%;
}
.main-post .post-data {
    padding-top: 0;
    padding-bottom: 0;
}

.resp-blk-home {
    background: #ecfaff;
    display: inline-block;
    width: 100%;
}
.resp-blk-home ul li{
  display: inline-block;
}

.resp-blk-home ul li a {
    color: #3B3B3B;

}
.res-view li i {
    color: #00aef3;
}
.harline {
        width: 2px;
    height: 16px;
    top: 3px;
    padding: 0px!important;
    position: relative;
    border-left: 2px solid #00aef3;
    margin-left: 10px!important;
    margin-right: 10px!important;
}
.res-view li {
    display: inline;
    margin: 0 auto;
     color: #00aef3;
    padding: 10px 12px;
}
.right-first-img img {
    max-width: 100%;
    width: 100%;
}
.footer-area .footer-widget-area .footer-logo {
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 38px;
    max-width: 50%;
}
ul.list.socialdiv {
    display: inline-block;
    width: auto;
}
.footer-area .footer-widget-area{
      margin-top: 10px!important;
}
/*.footer-widget-area .list{
  display: none;
}*/
/*.ft-respo{
  display: none;
}*/
.col-12.col-lg-4.text-right {
    text-align: center!important;
}
}
@media screen and (min-width:320px) and (max-width:768px) {
  .resp-div-small {
    display: inline-block;
    width: 100%;
}
.resp-div-small ul li {
    display: inline-block;
    padding: 6px 11px;
    color: #E3F4FB;
}
.res-small-banner {
   /* display: inline-block;*/
}
.res-small-head {
    font-weight: 700;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
.small-date-blk {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    font-size: 11px;
}
.res-small-para {
    display: inline-block;
    width: 100%;
}
.res-small-para p {
    font-size: 14px;
    line-height: 18px;
        margin-bottom: 0;
}
.res-small-para span {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    padding-top: 5px;
}
.small-date-txt {
    display: inline-block;
    font-size: 12px;
    color: #a9a9a9;
}
.res-small-para .linke-res {
    display: inline-block;
    width: 100%;
}
.res-small-para .linke-res span {
    display: inline-block;
    width: auto!important;
    padding-left: 8px;
}
.res-small-para .linke-res a {
    display: inline-block;
    width: 17%;
}
.post-inner-text p {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 18px;
}
.post-inner-text {
    display: inline-block;
    background: #F6F9FC;
    vertical-align: top;
    border-radius: 5px;
    padding: 8px;
    margin: 5px;
    width: 80%;
}
.inner-change{
  display: none;
}
.poll-div-new {
    display: block;
}
.main-detail-post h5 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 21px;
    padding-bottom: 5px;
}
.main-detail-post p.post-date {
    float: left;
    width: 100%;
    line-height: 15px;
}
.post-date span {
    color: #3C3B3B;
    font-size: 9px;
    font-weight: 500;
}
.linke-res a span {
    font-size: 10px;
}
.linke-res img {
    width: 22px;
    padding-right: 5px;
}
.date-area-div {
    color: #C4C4C4;
    font-size: 10px;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .poll-div-new {
   display: block;
}
.inner-res-banner{
  display: block;
}

.resp-area-div .main-detail-post h5{
  height: auto;
  }
  .item-nav ul li {
    padding: 10px 6px;
}
  .right-first-img {
    display: inline-block;
    vertical-align: top;
}
.right-first-txt {
    text-align: center;
    display: inline-block;
    padding: 12px;
    width: 58%;
}
.breaking-news-area.d-flex {
    display: flex!important;
}
.topicdiv{
  display: block;
}
.topicdiv.slick-initialized.slick-slider {
    margin-top: 15px;
    margin-bottom: 15px;
	display:none;
}
.topicdiv div {
  text-align: center;
}
.topicdiv div a{
  font-size: 12px;
    color: #00AEF3;
    display: inline-block;
    padding-right: 12px;
    font-weight: 700;
}
.topicdiv div a:after{
  content: "|";
    padding-left: 25px;
    margin-left: 12px;
    display: inline-block;
}
.post-inner-text {
    display: inline-block;
    background: #F6F9FC;
    vertical-align: top;
    border-radius: 5px;
    padding: 8px;
    margin: 5px;
    width: 90%;
}
.res-inner-img {
    display: inline-block;
}
.res-inner-text {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-left: 8px;
}
.res-inner-text h3 {
    font-size: 15px;
    display: inline-block;
}
.res-inner-text p {
    line-height: 16px;
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.linke-res span {
    padding-left: 10px;
    padding-right: 5px;
}

.date-res-right {
    display: inline-block;
}
.linke-res {
    display: inline-block;
    width: 68%;
}
.read-resp {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.inner-change{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
    width: 220px;
    margin-right: 15px;
}
.main-post .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
    width: 220px;
    margin-right: 15px;
}
.inner-change{
  display: none;
}
.inner-res-banner{
  display: block;
}
}
@media screen and (min-width:1023px) and (max-width:1024px) {
.poll-div-new {
    display: none;
}
.inner-change {
    display: block;
}
  }
@media screen and (max-width: 1024px) and (min-width: 360px){
    .inner-btm-text {
        display: block;
    }
    .inner-res-banner {
        display: block;
    }
}
@media screen and (max-width: 1024px) and (min-width: 360px){
    .inner-area-menu {
        display: block;
    }
}
@media screen and (min-width:360px) and (max-width:1024px) {
  .resp-blk-home.dev-div {
    display: none;
}
.inner-area-menu{
  display: none;
}
.inner-btm-text {
    /*display: none;*/
}
.inner-area-new-banner{
  /*display: none;*/
}
.inner-main-text-div {
    display: inline-block;
    color: #fff;
    width: 54%;
    vertical-align: top;
    margin-left: 20px;
    padding-top: 60px;
}
.post-time {
    font-size: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #C4C4C4;
    font-weight: 500;
    line-height: 15px;
}
.right-second .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    width: 170px;
    margin-right: 15px;
}
.post-meta.main-detail-post h5{
   font-size: 12px;
    margin-bottom: 0;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 32px;
}
.poll-dev .main-detail-post h5 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 32px;
}
.poll-dev .post-time {
    line-height: 16px;
    font-size: 11px;
}

}
@media screen and (min-width:320px) and (max-width:1024px) {

.elc-para-txt {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}
}
.breaking-news-area.d-flex {
    display: flex!important;
}
}
.comments-area-inner {
    width: 100%;
}
.q-topic-name {
    font-weight: bold !important;
    text-decoration: underline;
}
.poll-details li.active a {
    font-weight: bold;
}
a:hover, a:hover h3, a:hover h5, a:hover h6, a:hover span, a:hover p, a:hover div,
li.active a
{
    color: #ee1111 !important;
}
.logo img {
    /* height: 46px !important; */
    max-width: 100%;
    /* margin-left: -86px; */
}
@media screen and (min-width:320px) and (max-width:1024px) {
    .rsp-logo img {
        width: 120px !important;
    }

	.inner-area-menu{
		display:none;
	}
	.inner-poll-txt h2{
		font-size: 17px;
	}
}


.inner-area-new-banner .inner-main-bg img.not-crazy {
    width: 150px !important;
}
.right-first-img {
    text-align: center !important;
}
.benner-small-div.first, .benner-small-div.seond {
    padding: 10px 0 !important;
}
span.active {
    color: #0000C0 !important;
}
li p {
    text-align: justify !important;
}
.details-pg li, .details-pg p, .details-pg div {
    text-align: justify !important;
}


.whatwedoimg {
    text-align: center;
}
.whatwedo {
    text-align: justify;
}
.whatwedo h6 {
    text-align: center;
}

.wedoimg{
	text-align: center;
	display:inline-block;
	width:100%;
}
.inner-area-menu.ourmethtitle{
	display:block;
}



.pols-list {
  display: inline-block;
  width: 100%;
}
.pols-blk {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  background: #fff;
  box-shadow: 3px 3px 4px 1px rgba(208, 208, 208, 0.4);
  border: 1px solid #cccccc54;
  padding: 10px 0px;
  padding-bottom: 0;

}
.pls-img {
  display: inline-block;
  /* padding-left: 20px; */
  padding-bottom: 11px;
}
.pls-img img {
  margin-right: 8px;
}
.pols-details {
  display: inline-block;
  width: 100%;
}
.pols-details ul {
  margin: 0;
  padding: 27px 0;
}
.pols-details ul li {
  width: 100%;
  display: inline-block;
  /* padding-bottom: 20px; */
  padding-left: 25px;
  line-height: 40px;
}

.pols-details ul li:hover {
  background: #b1e6fa;
}
.pols-details .form-check-input {
  margin-top: 14px;
}
.pls-img h4 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.pols-details p{
  padding-top: 20px;
}
span.name-block {
  color: #fff;
  display: inline-block;
  padding-right: 17px !important;
}
.usr{
  position: relative;
}
@media only screen and (max-width:767px) {
  .post-thumb {
    text-align: center !important;
  }
}

/* new style */
.header-area .is-sticky #stickyMenu {
    z-index: 999!important;
}
.hero-area.area-pad {
    padding-top: 0px!important;}

.srch {
    position: absolute;
    right: 64px!important;
    width: 2%!important;
    top: 30px;
}
.btn-primary {color: #fff!important;}
.btn-danger {
color: #fff!important;}
.cofcolor{color: #00aef3;
    font-size: 20px;}
	.inner-main-text-div {

    padding-top: 67px!important;
}


.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.md-accordion .card .fa-angle-down {
    float: right;
}
.pilstyle{    border-bottom: 4px solid #007bff;     background: #e9ecef;}
.nav-pills .nav-link {
    border-radius: 0px;
}
.tab-pane{padding:0px 0px 0px 0px}
.pilstyle li a{    padding: 14px 15px 11px 15px; }
.nav-pills .nav-link{    background-color: #e9ecef;     border-right: 1px solid white;}
.poldel ul li{    margin-bottom: 15px;}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #e9ecef;
    border-bottom: 1px solid #c4c4c4;
}
.card-body {
    background: #f8f9fa;
}
.card-header h5{    font-weight: 500;
    font-size: 16px;}
.tab-content{    background: #e9ecef;}

@media only screen and (max-width: 767px){

	.pilstyle li a {
    padding: 8px 0px 8px 10px;
}
	.inner-area-new-banner .inner-main-bg img.not-crazy {
    width:29%!important;     float: left;    margin-top: 10px;
}
.newspaper-main-menu {

	    display: none;
}
.inner-main-bg {
    height: 0px;
    padding-top: 7px;
}
img.inner-bg-orginal {
    position: absolute;
    z-index: -1;
    max-height: 99vh;
    height: 171px;
    width: 100%;
    object-fit: cover;
}
.inner-main-text-div p {
    color: #ffffff;
}
.resp-div-small ul li {
    padding: 6px 7px!important;
}
.resp-div-small {
    margin-top: 10px;
}

.inner-main-text-div {
    display: inline-block;
       color: #fff;
    width:69%;
    float: right;
    vertical-align: top;
       margin-right: -6px;

    padding-top: 1px!important;
}
.inner-main-bg {
    padding-left: 5px;
}
p.benner-small-div {
    display: inline-block;
    width: 100%;
line-height: 19px;}
.responsive-blk {
    height: 65px;
}
.benner-small-div.first, .benner-small-div.seond {
    padding: 1px 0 !important;
}
.inner-btm-text {
    display: inline-block;
    margin-top: 16px;
}
.linke-res {
    margin-top: 39px;
}
.right-img-blk .post-thumb a img {
    max-width: 100px;
	width: 100px!important;
    height: 52px!important;
}
.post-thumb img{	width: 100px!important;
    height: 52px!important;}
	.right-second .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 122px!important;
    width: 42px;
    margin-right: 4px!important;
}
.crzwrp {
    padding-left: 0px;
}
.inner-main-text-div p {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 102px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.right-second .post-thumb {
    max-width: 86px!important;
}
.main-post .post-thumb {

max-width: 104px!important;}
	.post-thumb img{	width: 100px!important;
    height: 52px!important;}
.right-img-blk .post-thumb a img {
    max-width: 100px;
	width: 100px!important;
    height: 52px!important;
}
	.linke-res {
    margin-top: 53px;
}
	.benner-small-div.first, .benner-small-div.seond {
    padding: 1px 0 !important;
}
.inner-btm-text {
    display: inline-block;
    margin-top: 33px;
}
	p.benner-small-div {
    display: inline-block;
    width: 100%;
line-height: 19px;}
	img.inner-bg-orginal {
    position: absolute;
    z-index: -1;
    max-height: 99vh;
       height: 113px;
    width: 100%;
    object-fit: cover;
}
.inner-main-text-div p {
    color: #fff;
    display: inline-block;
    line-height: 16px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
}
		.inner-area-new-banner .inner-main-bg img.not-crazy {
    width:40%!important;     float: left;        margin-top: -6px;
}
	.inner-main-bg {
    height: 0px;
    padding-top: 7px;
}
.inner-main-text-div {
    display: inline-block;
       color: #fff;
    width: 69%;
    float: right;
    vertical-align: top;
        margin-right: -6px;
    padding-top: 6px!important;
}
.linke-res {
    margin-top: 29px;
}
.inner-main-bg {
    padding-left: 5px;
}
.inner-main-text-div p {
    color: #ffffff;
}
.resp-div-small ul li {
    padding: 6px 7px!important;
}
.resp-div-small {
    margin-top: 10px;
}
.newspaper-main-menu {

	    display: none;
}

}
/* new style */
li a[title="What we do?"] {
  font-size: 20px;
}

.input {
	color: #3A3A3A;
}

.input:focus {
	caret-color: transparent;
	border: 3px solid #e9141d;
    border-radius: 50%;
	color: #3A3A3A;
}

.input.square:focus {
	caret-color: auto !important;
	border: 2px solid #ffffff !important;
    border-radius: 0 !important;
    border-radius: 4px !important;
	color: #000000 !important;
}
.agency-search {
    float:right;
}
.agency-search input{
    border: 1px solid #00b6f6;
    font-family: Roboto;
    font-size: 16px;
}
.agency-search input::placeholder {
    font: 10px/3 sans-serif;

}
.topic-search {
    float:right;
}
.topic-search input{
    border: 1px solid #00b6f6;
    font-family: Roboto;
    font-size: 16px;
}
.topic-search input::placeholder {
    font: 10px/3 sans-serif;

}
.content-head {
    color: #152535;
    line-height: 1.3;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px solid #152535;
}
.content-section {
    padding-top: 5px;
}
.article-blk .artile-head.domain {
    margin-left: -18px!important;
}
.topic-description table {
    width: 100%!important;
}
#agimg{
    width: 100px!important;
    height: 54px!important;
    padding: 0.5em;
    object-fit: cover!important;
}
.list{
    color:#06c;
    font-family: Roboto, sans-serif;
    list-style-type: decimal;
  }
  #details{
    color: black!important;
  }
#prevent-select-frnt{
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
         -khtml-user-select: none; /* Konqueror HTML */
           -moz-user-select: none; /* Old versions of Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none;
    }
.privacy_area h1{
    font-size: 2em!important;
    font-weight: 700!important;
    line-height: 1.2!important;
    margin: 0 0 1em!important;
    font-family: Roboto, sans-serif !important;
}
.privacy_area p{
    font-size: 1.125em;
    line-height: 2em;
    font-family: Roboto, sans-serif;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #333
}
.privacy_area h3{
    font-family: Roboto, sans-serif;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1em;
    font-size: 1.375em;
}
.privacy_area ol{
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    border: 0;
    font: inherit;
    margin: 0;
    line-height: 2.2;
    padding: 0;
    margin: 0 0 1em!important;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    color: #06c;
    font-family: Roboto, sans-serif;
}
.privacy_area h2{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1em;
    font-size: 1.5em;
    padding-top: 0.5em;
}
#agency_image{
    width: 200px!important;
    height: 200px!important;
}

.onboarding{
    text-align: left;
    font-size: 13px;
    color: #00AEF3;
    display: inline-block;
    width: 100%;
    padding: 17px 0;
    font-weight: 500;
    padding-bottom: 0;
}
.errors{
    color: red;
    padding: 17px 0;
}
.onboard_save {
    display: inline-block;
    padding: 2px;
    width: 100%;
    margin-left: 70%!important;
}

.onb_bt:hover {
    color: red!important;
    border: 2px solid #00b6f6!important;
    padding: 7px 29px;
}
.onb_b:active {
    border: 2px solid #00b6f6!important;
}
.onb_bt{
    border: 2px solid #00b6f6!important;
    padding: 7px 29px;
    color: #00b6f6!important;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    background-color: white;
    cursor: pointer;
    width:150px!important;
}
.leaning {
    accent-color: #00b6f6;
}
.email_format h1{

margin-left: 50%;
color: #00b6f6!important;
}
.email_format p{
    padding :7px 20px!important;
}
