

/* Table of Content
==================================================
1.    Typography
2.    Global Styles
3.    Top Bar
4.    Header area
5.    Slider
6.    Call to action
7.    Features
8.    Facts
9.    Services
10.   Project area
11.   Content area
12.   Testimonial
13.   Subscribe area
14.   News section
15.   Footer
16.   Sub Pages
17.   Contact Us
18.   News Listing
19.   News Single
20.   Sidebar
21.   Error page
	
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
.vc_video-bg-container.video-bg:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: rgba(0, 0, 0, .8);
}

.vc_video-bg-container.video-bg .thw-title-shortcode {
   position: relative;
   z-index: 2;
}

/* Typography
================================================== */

/* @media (prefers-reduced-motion:no-preference) { */
    /* :root { */
        /* scroll-behavior: smooth; */
    /* } */
/* } */



body {
    background: #ffffff;
    color: #000;
}




body,
p {
  font-family: 'Noto Sans', sans-serif;
        line-height: 22px;
    font-size: .875em;
   text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #000000;
   font-weight: 700;
   font-family: 'Noto Sans', sans-serif;
}

h1 {
   font-size: 36px;
   line-height: 48px;
}

h2 {
   font-size: 28px;
   line-height: 36px;
}

h3 {
   font-size: 24px;
   margin-bottom: 20px;
}

h4 {
   font-size: 18px;
   line-height: 28px;
}

h5 {
   font-size: 14px;
   line-height: 24px;
}

.alert .icon {
   margin-right: 15px;
}

/* Global styles
================================================== */

html {
   
}

body {
   border: 0;
   margin: 0;
   padding: 0;
}

.body-inner {
   position: relative;
   overflow: hidden;
}

a:link,
a:visited {
   text-decoration: none;
}

a {
   color: #ec0000;
}

a:hover {
   text-decoration: none;
   color: #fff;
}

a.read-more {
   color: #ec0000;
   font-weight: 700;
   text-transform: uppercase;
}

a.read-more:hover {
   color: #222;
}

section,
.section-padding {
    /*padding: 50px 0;*/
    position: relative;
    /*margin: 15px;*/
}

.no-padding {
   padding: 0;
}

.p-top-0 {
   padding-top: 0;
}
.container-fluid{
	/*padding-left:25px;
	padding-right:25px;*/
}
.p-bottom-0 {
   padding-bottom: 0;
}

.m-top-0 {
   margin-top: 0 !important;
}

.m-bottom-0 {
   margin-bottom: 0;
}

.media>.pull-left {
   margin-right: 20px;
}

img.banner {
   display: inline-block;
}

.gap-60 {
   clear: both;
   height: 60px;
}

.gap-50 {
   clear: both;
   height: 50px;
}

.gap-40 {
   clear: both;
   height: 40px;
}

.gap-30 {
   clear: both;
   height: 30px;
}

.gap-20 {
   clear: both;
   height: 20px;
}

.mrb-30 {
   margin-bottom: 30px;
}

.mrb-80 {
   margin-bottom: -80px;
}

.mrt-0 {
   margin-top: 0 !important;
}

.pab {
   padding-bottom: 0;
}

a:focus {
   outline: 0;
}

img.pull-left {
   margin-right: 20px;
   margin-bottom: 20px;
}

img.pull-right {
   margin-left: 20px;
   margin-bottom: 20px;
}

ol,
ul {
   margin-bottom: 20px;
}

.unstyled {
   list-style: none;
   margin: 0;
   padding: 0;
}

.ts-padding {
   padding: 60px;
}

.solid-bg {
   background: #f9f9f9;
}

.solid-row {
   background: #f0f0f0;
}

/* Dropcap */

.dropcap {
   font-size: 44px;
   line-height: 50px;
   display: inline-block;
   float: left;
   margin: 0 12px 0 0;
   position: relative;
   text-transform: uppercase;
}

/* Video responsive */

.embed-responsive {
   padding-bottom: 56.25%;
   position: relative;
   display: block;
   height: 0;
   overflow: hidden;
}

.embed-responsive iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}

/* Input form */

.form-control {
      box-shadow: none;
    border: 2px solid #dadada;
    padding: 5px 5px;
    height: 40px;
    background: none;
    color: #959595;
    font-size: 15px;
    border-radius: 0;
}

.form-control:focus {
   box-shadow: none;
   border: 1px solid #ec0000;
}

hr {
   background-color: #e7e7e7;
   border: 0;
   height: 1px;
   margin: 40px 0;
}

blockquote {
   position: relative;
   background: #f7f7f7;
   padding: 45px 50px 30px;
   border: 0;
   margin: 50px 0 40px;
   font-size: 22px;
   line-height: 34px;
   font-family: 'Noto Sans', sans-serif;
   font-weight: 400;
   text-align: center;
}

blockquote:before {
   position: absolute;
   content: '\f10e';
   font-family: FontAwesome;
   font-size: 24px;
   padding: 8px 15px;
   top: -30px;
   left: 50%;
   margin-left: -44px;
   color: #000;
   background: #ec0000;
}

cite {
   display: block;
   font-size: 14px;
   margin-top: 10px;
}

blockquote.pull-left {
   padding-left: 15px;
   padding-right: 0;
   text-align: left;
   border-left: 5px solid #eee;
   border-right: 0;
}

/* Button */

.btn-primary,
.btn-dark {
   border: 0;
   border-radius: 0;
   padding: 12px 25px 10px;
   font-weight: 700;
   text-transform: uppercase;
   color: #000;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

.btn-white.btn-primary {
   background: #000;
   color: #ec0000;
}

.btn-primary {
   background: #ec0000;
}

.btn-dark {
   background: #242427;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
   background: #272d33;
   color: #000;
}

.general-btn {
   clear: both;
   margin-top: 50px;
}

/* Ul, Ol */

.list-round,
.list-arrow,
.list-check {
   list-style: none;
   margin: 0;
   padding: 0;
}

.list-round li {
   line-height: 28px;
}

.list-round li:before {
   font-family: FontAwesome;
   content: "\f138";
   margin-right: 10px;
   color: #ec0000;
   font-size: 15px;
}

.list-arrow {
   padding: 0;
}

ul.list-arrow li:before {
   font-family: FontAwesome;
   content: "\f105";
   margin-right: 10px;
   color: #ec0000;
   font-size: 16px;
}

ul.list-check li:before {
   font-family: FontAwesome;
   content: "\f00c";
   margin-right: 10px;
   color: #ec0000;
   font-size: 14px;
}

/* Bootstrap */

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
   border: 0;
   background: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
   background: none;
}

.pattern-bg {
   background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
   color: inherit;
   text-decoration: none;
}

/* Common styles
================================================== */

/*-- Block padding --*/

@media (min-width: 992px) {
   .pad-0 {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
   }
   .pad-r {
      padding-right: 2px;
   }
   .pad-l {
      padding-left: 2px;
   }
   .pad-r-small {
      padding-right: 1.5px;
   }
   .pad-l-small {
      padding-left: 1.5px;
   }
   .pad-l-0 {
      padding-left: 0;
   }
   .pad-r-0 {
      padding-right: 0;
   }
}

/*-- Block title --*/

.block-title {
   font-size: 20px;
   line-height: 100%;
   text-transform: uppercase;
   margin: 0 0 40px;
   border-bottom: 2px solid #1c1c1c;
}

.block-title>span {
   background: #1c1c1c;
   color: #fff;
   height: 30px;
   line-height: 30px;
   padding: 8px 15px;
   position: relative;
}

.block-title>span:after {
   border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
   position: absolute;
   content: " ";
   width: auto;
   height: auto;
   bottom: -20px;
   margin-left: -10px;
   left: 50%;
   border-width: 10px;
   border-style: solid;
}

/*-- Post title --*/

.post-title {
    font-size: 17px;
    line-height: 30px;
    margin: 10px 0 0;
}

    .post-title a {
        color: #000000;
        font-weight:500;
    }

    .post-title.title-extra-large {
        font-size: 26px;
        line-height: 40px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .post-title.title-large {
        font-size: 16px;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .post-title.title-medium {
        font-size: 15px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

.post-title.title-small {
   font-size: 15px;
   line-height: 28px;
   margin-top: 15px;
   margin-bottom: 5px;
}

/*-- Post meta --*/

a.post-cat {
    position: relative;
    font-size: 10px;
    padding: 0 5px;
    background: #ff0000;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.post-cat:before {
   content: '';
   position: absolute;
   left: 0;
   z-index: 0;
   bottom: -8px;
   border-top: 8px solid #1c1c1c;
   border-right: 8px solid transparent;
}

.post-cat a {
   color: #000;
}


.post-meta .post-author a {
    color: #ff0000;
    font-weight: 700;
}

.post-meta span {
   font-size: 15px;
   color: #a3a3a3;
   margin-right: 8px;
   padding-right: 10px;
   border-right: 1px solid #dedede;
   line-height: 12px;
   display: inline-block;
}

.post-meta span.post-date {
   border-right: 0;
}

span.post-comment {
   border-right: 0;
   line-height: 24px;
   margin-right: 0;
   padding-right: 0;
}

span.post-comment span {
   border-right: 0;
   line-height: 100%;
}

.post-meta span i {
   margin-right: 5px;
}

/*-- Post Overaly --*/

.post-overaly-style {
   position: relative;
   overflow: hidden;
}

.post-overaly-style:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-overaly-style .post-content {
   position: absolute;
   bottom: 0;
   padding: 25px;
       background: #0000004d;
       width:100%;
}

.post-overaly-style .post-title a {
   color: #000;
}

.post-overaly-style .post-date {
   color: #fff;
}

.post-thumb {
   max-width: 100%;
   position: relative;
   overflow: hidden;
   border-radius:10px;
}

.post-thumb img {
   display: block;
   width: 100%;
   -webkit-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}

.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
   -webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
   -ms-transform: scale(1.15);
   -o-transform: scale(1.15);
   transform: scale(1.15);
}

.post-block-style.post-float:hover .post-thumb img {
   transform: none;
}

.thumb-float-style .post-cat {
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 1;
}

/* Post overaly Top Content */

.post-overaly-style.contentTop .post-content {
   top: 160px;
   bottom: auto;
}

.post-overaly-style.contentTop:before {
    top: 170px;
    left: 0;
    background: -moz-linear-gradient(to top, rgb(0 0 0 / 14%) 30%, rgb(0 0 0 / 70%) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(to top, rgb(0 0 0 / 14%) 30%, rgb(0 0 0 / 70%) 100%);
    background: -o-linear-gradient(to top, rgb(0 0 0 / 14%) 30%, rgb(0 0 0 / 70%) 100%);
    background: -ms-linear-gradient(to top, rgb(0 0 0 / 14%) 30%, rgb(0 0 0 / 70%) 100%);
    background: linear-gradient(to top, rgb(0 0 0 / 14%) 30%, rgb(0 0 0 / 70%) 100%);
    border-radius: 15px;
}

/*-- Post Overaly Textcenter --*/

.post-overaly-style.text-center .post-content {
   padding: 30px 30px 60px;
}

.post-overaly-style.text-center {
   margin-bottom: 30px;
}

.post-overaly-style.text-center:last-child {
   margin-bottom: 0;
}

.post-overaly-style.text-center .post-thumb img {
   min-height: 260px;
}

.post-overaly-style.text-center .post-meta span {
   padding: 0;
   margin: 0;
}

.post-overaly-style.text-center:before {
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Block style --*/

.post-block-style {
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 10px;
    background: white;
       box-shadow: 0 1px 4px rgb(0 0 0 / 4%);
    /*border-radius: 8px;*/
    
}

.post-block-style .post-content {
   padding: 0;
}

.post-block-style .post-title a:hover {
   color: #ec0000;
}

.post-block-style .post-content p {
   font-size: 16px;
}

.post-block-style .post-cat {
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 1;
}

.post-block-style .post-content .post-meta {
   margin: 3px 0;
}

/*-- Review box --*/

.review-box {
   background: #1c1c1c;
   color: #000;
   position: absolute;
   top: 0;
   padding: 2px 7px;
   font-weight: 700;
}

/*-- Post list --*/

.list-post-block {
   margin-top: 15px;
}

.list-post {
    list-style: none;
    /*margin: 0;*/
    padding: 0;
    margin: 0px 2px 7px 2px;
}

.list-post-block .list-post>li {
   margin-bottom: 15px;
   
}

.list-post-block .list-post>li:last-child {
   margin-bottom: 0;
}

.post-block-style.post-float .post-thumb {
   float: left;
   position: relative;
   z-index: 1;
   margin-right: 20px;
}

.post-block-style.post-float .post-thumb img {
   max-width: 100px;
   min-height: 90px;
}

.post-block-style.post-float .post-title {
   margin-top: 0;
}

.post-block-style.post-float .post-content {
   z-index: 0;
}

.post-block-style.post-float .post-cat {
   font-size: 8px;
   left: 0;
   top: 0;
}

/*-- Review post list --*/

.review-stars i {
   color: #1c1c1c;
}

/* Different Color
================================================== */

/*-- Color Default --*/

.color-default a.post-cat {
   background: #1c1c1c;
}

.color-default .post-cat:before {
   border-top: 8px solid #1c1c1c;
}

/*-- Color Red --*/

.color-red .block-title {
   border-bottom: 2px solid #ec0000;
}

.color-red .block-title>span,
.color-red a.post-cat {
   background: #ec0000;
}

.color-red .post-cat:before {
   border-top: 8px solid #ec0000;
}

.color-red .block-title>span:after {
   border-color: #ec0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-red .owl-carousel.owl-theme .owl-nav>div:hover {
   background: #ec0000;
}

/*-- Color Blue --*/

.color-blue .block-title {
   border-bottom: 2px solid #1e88e5;
}

.color-blue .block-title>span,
.color-blue a.post-cat {
   background: #1e88e5;
}

.color-blue .post-cat:before {
   border-top: 8px solid #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li>a.active {
   color: #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li>a.active:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0);
}

.color-blue .block-title>span:after {
   border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Blue --*/

.color-dark-blue .block-title {
   border-bottom: 2px solid #4258fe;
}

.color-dark-blue .block-title>span,
.color-dark-blue a.post-cat {
   background: #4258fe;
}

.color-dark-blue .post-cat:before {
   border-top: 8px solid #4258fe;
}

.color-dark-blue.featured-tab .nav-tabs>li>a.active {
   color: #4258fe;
}

.color-dark-blue.featured-tab .nav-tabs>li>a.active:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}

.color-dark-blue .block-title>span:after {
   border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Orange --*/

.color-orange .block-title {
   border-bottom: 2px solid #ff7a09;
}

.color-orange .block-title>span,
.color-orange a.post-cat {
   background: #ff7a09;
}

.color-orange .post-cat:before {
   border-top: 8px solid #ff7a09;
}

.color-orange.featured-tab .nav-tabs>li.active>a {
   color: #ff7a09;
}

.color-orange.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0);
}

.color-orange .block-title>span:after {
   border-color: #ff7a09 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Aqua --*/

.color-aqua .block-title {
   border-bottom: 2px solid #00bdb3;
}

.color-aqua .block-title>span,
.color-aqua a.post-cat {
   background: #00bdb3;
}

.color-aqua .post-cat:before {
   border-top: 8px solid #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a {
   color: #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0);
}

.color-aqua .block-title>span:after {
   border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Violet --*/

.color-violet .block-title {
   border-bottom: 2px solid #9401d3;
}

.color-violet .block-title>span,
.color-violet a.post-cat {
   background: #9401d3;
}

.color-violet .post-cat:before {
   border-top: 8px solid #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a {
   color: #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0);
}

.color-violet .block-title>span:after {
   border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* Trending Bar
================================================== */

.trending-bar {
            background: #eaeaea;
    color: #000;
    padding: 4px 0;
    border-bottom: 1px solid #eaeaea;
}

.trending-title {
    background: #ec0000;
    color: #000;
    display: inline-block;
    font-size: 22px;
    padding: 5px 10px;
    line-height: 100%;
    text-transform: uppercase;
    float: left;
    margin: -1px 15px 0 0;
    font-style: italic;
}


.trending-title1 {
    background: #ec0000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 100%;
    text-transform: uppercase;
    float: left;
    margin: 2px 20px 0 0;
    
}

.trending-bar .post-content,
.trending-light .post-content {
   padding: 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav {
   position: absolute;
   right: 0;
   top: 3px;
   margin: 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div {
   background: #000000;
   border: 0;
   color: #fff;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
   background: #000;
   border: 0;
   color: #ec0000;
}

.trending-slide .post-title a {
   color: #000;
}

.trending-slide .post-title.title-small {
   font-weight: 400;
   margin: 0;
}

/* Trending light */

.trending-light {
   color: #1c1c1c;
   margin: 30px 0;
}

    .trending-light .trending-slide .post-title {
        font-weight: 600;
        margin-top: 3px;
        font-size: 16px;
        border-left: 1px solid #000000;
        padding-left: 10px;
    }

.trending-light .trending-slide .post-title a {
   color: #000000;
}

.trending-light .trending-title {
   padding: 8px 10px 7px;
}

.trending-light .owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
   background: #333;
   color: #000;
}

/* Top Bar
================================================== */

.top-bar {
   padding: 8px 0;
   border-bottom: 1px solid #dedede;
   color: #a3a3a3;
   font-size: 16px;
}

/* Date */

.ts-date {
   display: inline-block;
   border-right: 1px solid #acacac;
   padding-right: 10px;
   line-height: 12px;
}

.ts-date i {
   margin-right: 5px;
}

/* Top nav */

.top-nav {
   display: inline-block;
}

.top-nav li {
   display: inline-block;
   line-height: 12px;
   padding-left: 12px;
}

.top-nav li a {
   background: none;
   color: #a3a3a3;
   padding: 0;
   line-height: 100%;
}

.top-nav li a:hover {
   color: #ec0000;
}

/* Top social */

.top-social ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.top-social li {
   display: inline-block;
   padding: 0;
}

.top-social li a {
   color: #a3a3a3;
   margin-right: 15px;
   font-size: 14px;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.top-social li a:hover {
   color: #333;
}

/* Top bar border */

.top-bar-border {
   padding: 8px 20px 8px;
   border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
   color: #7c7c7c;
   font-weight: 400;
}

.top-bar-border .top-social li a {
   color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
   color: #ec0000;
}

/* Header Default
================================================== */

.header {
   padding: 25px 0;
}

.navbar-fixed {
   background: #000;
   z-index: 99999;
   position: fixed;
   width: 100%;
   top: 0;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
   -webkit-animation: fadeInDown 800ms;
   -moz-animation: fadeInDown 800ms;
   -ms-animation: fadeInDown 800ms;
   -o-animation: fadeInDown 800ms;
   animation: fadeInDown 800ms;
   -webkit-backface-visibility: hidden;
}

/*-- Logo --*/

.logo {
    /*padding: 28px 0;*/
    margin-right: 40px;
    position:absolute;
}



@media screen and (max-width: 767px) and (min-width: 320px){


    .logo {
          
    position: absolute;
    margin-top: -38px;
    right: 0;
    }
}
/* header right */
.header-right {
    float: right;
}

/* Logo center */

.header.text-center {
   padding: 10px 0;
}

/*-- Search start --*/

ul.top-info-box>li.nav-search {
   cursor: pointer;
   padding-left: 30px;
   margin-left: 30px;
}

ul.top-info-box>li.nav-search:before {
   position: absolute;
   content: '';
   background: #ddd;
   left: 0;
   width: 1px;
   height: 40px;
   top: 50%;
   margin-top: -10px;
}

ul.top-info-box>li.nav-search i {
   font-size: 20px;
   top: 10px;
   position: relative;
   cursor: pointer;
   color: #999;
}

/* Main navigation */

.site-nav-inner {
   position: relative;
}

.main-nav>.container>.row {
  
   margin-left: 0;
   margin-right: 0;
}

.navbar {
   border-radius: 0;
   border: 0;
   margin-bottom: 0;
   padding: 0px;
}

.navbar-toggler {
   float: left;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 0;
   border-radius: 0;
   margin-right: 5px;
   background: #ec0000;
   height: 30px;
   width: 35px;
}

.navbar-toggler-icon {
   width: 25px;
   background-image: url("../img/menu.png");
}

.navbar-toggle .i-bar {
   background: #000;
}

.navbar-collapse {
   padding-left: 0;
}

ul.navbar-nav {
    float: left;
    display: inline-block;
    margin-left:240px;
}

ul.navbar-nav>li {
   float: none;
   display: inline-block;
}

ul.navbar-nav>li {
   padding: 0;
   position: relative;
}

    ul.navbar-nav > li > a {
        display: inline-block;
        padding: 0 8px;
        line-height: 50px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000000;
        margin: 0;
        position: relative;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }

    ul.navbar-nav > li:hover > a:before,
    ul.navbar-nav > li.active > a:before {
        border-color: #fffb23;
        opacity: 1;
        transform: scale(1) translateZ(0);
    }

ul.navbar-nav>li>a:before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   border-bottom: 3px solid;
   transform: scale(0) translateZ(0);
   -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
   -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
   -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
   -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
   transition: transform 0.45s ease, opacity 0.55s ease;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
   background: none;
}

ul.navbar-nav>li>a i {
   font-weight: 700;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
   background: transparent;
   border: 0;
}

/* Dropdown */

ul.navbar-nav>li.mega-dropdown {
   position: static;
}

.dropdown-submenu {
   position: relative;
}

.dropdown-submenu>.dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -2px;
   border-radius: 0;
}

.dropdown-submenu>a:after {
   display: block;
   content: "\f105";
   font-family: FontAwesome;
   float: right;
   margin-top: 3px;
   margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
   border-left-color: #000;
}

.dropdown-submenu.pull-left {
   float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
   left: -100%;
   margin-left: 10px;
   -webkit-border-radius: 6px 0 6px 6px;
   -moz-border-radius: 6px 0 6px 6px;
   border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
   display: none;
}

.dropdown-menu {
   text-align: left;
   background: #fff;
   z-index: 100;
   min-width: 230px;
   border-radius: 0;
   border: 0;
   border: 0;
   padding: 20px;
   box-shadow: 0px 3px 3px 2px rgba(0,0,0,0.15);
   margin-top: 0;
}

.navbar-nav>li>.dropdown-menu {
   border-top: 1px solid #dedede;
}

.navbar-nav>li>.dropdown-menu.mega-menu-content {
   border-top: 0;
}

.dropdown-menu-large {
   min-width: 400px;
}

.dropdown-menu-large>li>ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
   padding-left: 0;
}

.dropdown-menu-large>li>ul>li.active>a {
   color: #ec0000;
}

.navbar-nav>li>.dropdown-menu>a {
   background: none;
}

.dropdown-menu li a {
   display: block;
   font-size: 14px;
   font-weight: 400;
   line-height: normal;
   text-decoration: none;
   padding: 12px 15px 12px 10px;
   border-bottom: 1px solid #e5e5e5;
   color: #333333;
}

.dropdown-menu li:last-child>a {
   border-bottom: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>.dropdown-menu>.active>a {
   background: none;
   color: #ec0000;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
   background: #ec0000;
   color: #fff;
}

@media (min-width: 767px) {
   ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
      left: 100%;
      top: 0;
      display: none;
   }
   ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
      display: block;
   }
}

.mega-menu-content {
   width: 1110px;
   padding: 0;
}

.mega-menu-content .row{
    margin:0;
}

.mega-menu-content-inner {
   padding: 20px 10px;
}

.mega-menu-content .video-icon {
   border: 0;
   margin-top: -40px;
}

/*-- Dark bg style --*/

.main-nav.dark-bg>.container>.row {
   border: 0;
   background: #272727;
   margin-left: 0;
   margin-right: 0;
}

.dark-bg .navbar-toggler {
   margin-left: 6px;
}



.main-nav.dark-bg ul.navbar-nav>li>a {
   color: #000;
}

.main-nav.dark-bg ul.navbar-nav>li>a:before {
   border: 0;
}

.main-nav.dark-bg ul.navbar-nav>li.active,
.main-nav.dark-bg ul.navbar-nav>li:hover {
   background: #ec0000;
}

.main-nav.dark-bg .nav-search i {
   color: #000;
}

/*-- Nav Search start --*/

.main-nav>.container,
.search-area {
   position: relative;
}

.search-area {
   min-height: 70px;
   padding-right: 0;
}

.nav-search {
    float: right;
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: 12px;
    right: 0;
    color: #ff0000;
    font-size: 20px;
}

.search-block {
    background-color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 10px;
    position: absolute;
    right: -6px;
    top: 105.5%;
    width: 300px;
    z-index: 10;
    margin-top: 0;
}

.search-block .form-control {
   background-color: #f7f7f7;
   border: none;
   color: #000;
   width: 100%;
   height: 40px;
   padding: 0 12px;
}

.search-block .search-close {
    color: #525252;
    position: absolute;
    top: -43px;
    right: 21px;
    font-size: 32px;
    cursor: pointer;
    background: #000;
    padding: 5px;
}

.search-area .nav-search {
   top: 23px;
}

.search-area .search-block .search-close {
   top: -50px;
}

.search-area .search-block {
   right: 0;
}

/*-- Menu tab --*/

.menu-tab .nav.nav-tabs {
   background: #f6f6f6;
   border-right: 1px solid #dedede;
   padding: 25px 20px 20px;
   padding-right: 0;
   min-height: 250px;
   margin-top: 0;
}

.menu-tab .nav.nav-tabs>li>a {
   border: 1px solid transparent;
   border-radius: 0;
   font-weight: 600;
   padding: 10px 15px;
}

.menu-tab .nav.nav-tabs>li>a.active {
   background: #000;
   margin-right: -1px;
   border: 1px solid #dedede;
   border-right: 0;
   color: #ec0000;
   cursor: pointer;
}

.menu-tab .tab-content>.tab-pane {
    padding: 25px 0;
    min-height: 250px;
}

.menu-tab .tab-content>.tab-pane .col-md-3 {
   padding-right: 10px;
   padding-left: 10px;
}

/* Header with Menu
================================================== */

.header.header-menu {
   padding: 0;
}

.header.header-menu .logo {
   padding: 12px 0;
}

.header.header-menu>.container>.row {
   border-bottom: 1px solid #dedede;
   margin-left: 0;
   margin-right: 0;
}

.header.header-menu ul.navbar-nav>li>a {
   line-height: 70px;
}

.header.header-menu ul.navbar-nav>li.mega-dropdown,
.site-nav-inner {
   position: static;
}

.header.header-menu .mega-menu-content {
   min-width: 1145px;
   left: -43%;
}

/* Featured Post area 
================================================== */

.featured-post-area {
   margin-bottom: -10px;
}

/*-- Owl slide common --*/

.owl-carousel.page-slider .owl-nav {
   margin: 0;
}

.owl-carousel.owl-theme.post-slide .owl-nav {
   text-align: center;
   position: absolute;
   top: -82px;
   right: 0;
}

.owl-carousel.owl-theme .owl-nav>div {
   margin: 0 3px;
   background: none;
   border: 1px solid #dedede;
   color: #999;
   width: 20px;
   height: 20px;
   line-height: 20px;
   padding: 0;
   border-radius: 0;
   display: inline-block;
   text-align: center;
   font-size: 15px;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.owl-carousel.owl-theme .owl-nav>div:hover {
   background: #272d33;
   border: 1px solid transparent;
}

.owl-theme .owl-dots {
   text-align: center;
   position: absolute;
   z-index: 1;
   top: -67px;
   right: 0;
   margin: 0 !important;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
   width: 8px;
   height: 8px;
   margin: 5px 4px;
   display: inline-block;
   border-radius: 0;
   background: rgba(0, 0, 0, 0.5);
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
   background: #ec0000;
}

/* Latest slider */

.owl-carousel.owl-theme.latest-news-slide .owl-nav {
   text-align: center;
   position: absolute;
   top: -82px;
   right: 0;
}

/* Featured slider */

.featured-slider .item {
    min-height: 521px;
    position: relative;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    border-radius: 10px;
}

    .featured-slider .item:before {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        top: 410px;
        background: -moz-linear-gradient(to top, rgb(0 0 0 / 23%) 40%, rgb(0 0 0 / 67%) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(to top, rgb(0 0 0 / 23%) 40%, rgb(0 0 0 / 67%) 100%);
        background: -o-linear-gradient(to top, rgb(0 0 0 / 23%) 40%, rgb(0 0 0 / 67%) 100%);
        background: -ms-linear-gradient(to top, rgb(0 0 0 / 23%) 40%, rgb(0 0 0 / 67%) 100%);
        background: linear-gradient(to top, rgb(0 0 0 / 23%) 40%, rgb(0 0 0 / 67%) 100%);
        border-radius: 15px;
    }

.post-content {
   padding: 30px;
   z-index: 1;
   position: relative;
}

.post-content1 {
    padding: 30px;
    z-index: 1;
    position: relative;
    top:400px;
}

.featured-slider.owl-theme .owl-nav>div {
   background: rgba(0, 0, 0, 0.65);
   border: 0;
   position: absolute;
   top: 50%;
   width: 34px;
   height: 40px;
   line-height: 38px;
   padding: 0;
   border-radius: 0;
   font-size: 22px;
   text-align: center;
   opacity: 0;
   margin: 0;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.featured-slider.owl-theme:hover .owl-nav>div {
   opacity: 1;
}

.featured-slider.owl-theme .owl-nav>.owl-prev {
   left: 0;
}

.featured-slider.owl-theme .owl-nav>.owl-next {
   right: 0;
}

.featured-slider.owl-theme .owl-nav>div:hover {
   background: #ec0000;
   color: #000;
   border: 0;
}

.featured-post .post-date,
.featured-post .post-title a {
   color: #000;
}

/* Featured slider content bottom */

.featured-slider.content-bottom .featured-post {
   position: absolute;
   bottom: 0;
}

.featured-slider.content-bottom .item:before {
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

/* Trending post hot */

.hot-post-top {
   max-height: 280px;
   margin-bottom: 3px;
}

.hot-post-bottom,
.hot-post-bottom img {
    height: 290px;
    object-fit: cover;
}

.hot-post-top .post-content,
.hot-post-bottom .post-content {
   padding: 20px;
}

/*-- 4 News Box --*/

.fourNewsbox,
.fourNewsbox img,
.fourNewsboxTop,
.fourNewsboxTop img {
   min-height: 231px;
}

.fourNewsboxTop {
   margin-bottom: 3px;
}

/* Post overaly text center on Featured area */

.featured-post-area .post-overaly-style.text-center {
   max-height: 231px;
}

.featured-post-area .post-overaly-style.first {
   margin-bottom: 4px;
}

/* Block
================================================== */

.block {
   position: relative;
}

/* Sidebar
================================================== */

.sidebar .widget.m-bottom-0 {
   margin-bottom: 0;
}

/*-- Social Icon --*/

.social-icon {
   list-style: none;
   margin: 0;
   padding: 0;
}

.social-icon li {
   display: inline-block;
   margin: 0 0px 0 0;
}

.social-icon li a i {
   background: #ec0000;
   color: #000;
   font-size: 18px;
   width: 48px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   -webkit-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

.social-icon li a i.fa-rss {
   background: #FA9B39;
}

.social-icon li a i.fa-facebook {
   background: #3B5998;
}

.social-icon li a i.fa-twitter {
   background: #00aced;
}

.social-icon li a i.fa-google-plus {
   background: #dd4b39;
}

.social-icon li a i.fa-vimeo-square {
   background: #7FC400;
}

.social-icon li a i.fa-youtube {
   background: #bb0000;
}

.social-icon li a i:hover {
   background: #1c1c1c;
}

/* Social icon box style */

.social-icon-box>li {
   width: 100%;
   background: #1c1c1c;
   padding: 12px;
   color: #000;
   margin-bottom: 10px;
}

.social-icon-box>li>a {
   color: #000;
}

.social-icon-box>li>a i {
   width: 48px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   float: left;
   margin-right: 20px;
   background: rgba(0, 0, 0, 0.2);
}

.social-icon-box .ts-social-title {
   font-size: 14px;
   margin-bottom: -5px;
}

.social-icon-box .ts-social-desc {
   display: block;
   font-size: 16px;
}

.social-icon-box>li.rss {
   background: #FA9B39;
}

.social-icon-box>li.facebook {
   background: #3B5998;
}

.social-icon-box>li.twitter {
   background: #00aced;
}

.social-icon-box>li.gplus {
   background: #c53942;
}

/* Featuted Tab
================================================== */

/*-- Common styles --*/

.featured-tab {
   position: relative;
}

.featured-tab .nav-tabs {
   border: 0;
   position: absolute;
   top: 0;
   right: 0;
}

.featured-tab .nav-tabs>li>a {
   color: #999999;
   text-shadow: none;
   font-weight: 700;
   text-transform: uppercase;
   font-size: 15px;
   border-radius: 0;
   margin: 0 1px 0;
   padding: 0 0 0 15px;
   border: 0 !important;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
}

.featured-tab .tab-content {
   border-top: 0;
   padding: 0;
   overflow: hidden;
}

.featured-tab .nav-tabs>li>a.active {
   color: #1c1c1c;
   position: relative;
   background: none;
}

.featured-tab .nav-tabs>li>a.active:after {
   position: absolute;
   content: " ";
   width: auto;
   height: auto;
   bottom: -9px;
   margin-left: 0;
   left: 50%;
   border-width: 7px;
   border-style: solid;
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c rgba(0, 0, 0, 0);
}

.featured-tab .list-post-block {
   margin-top: 0;
}

/* Ad Content area
================================================== */

.ad-content-area img {
   display: inline-block;
}

/* Video Block
================================================== */

.video-block .nav-tabs .nav-item.show .nav-link,
.video-block .nav-tabs .nav-link.active {
   background: transparent;
}

.video-block {
   background: #1c1c1c;
   color: #000;
}

.video-tab-title {
    color: #fffc21;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 1px 10px;
}

.video-tab .post-overaly-style {
   min-height: 430px;
}

.video-tab .post-overaly-style .post-content {
   padding: 35px;
}

.video-tab .post-title {
   font-size: 22px;
   line-height: 30px;
   font-weight: normal;
}

.video-tab .nav-tabs>li {
   width: 100%;
   float: none;
   display: block;
   margin-bottom: -1px;
   border: 1px solid #393a3b;
   min-height: 149px;
   padding: 30px 30px 25px;
}

.video-tab .nav-tabs>li>a {
   background: none;
   border: 0;
   padding: 0;
}

.video-tab .nav-tabs>li>a .post-thumb img {
   max-width: 110px;
   min-height: 85px;
}

.video-tab .nav-tabs>li>a .post-thumb {
   float: left;
   margin-right: 20px;
   position: relative;
   overflow: hidden;
}

.video-tab .nav-tabs>li>a h3 {
   color: #000;
   font-weight: normal;
   line-height: 28px;
   font-size: 16px;
   margin: 0;
}

.video-icon {
   text-align: center;
   color: #000;
   display: block;
   top: 50%;
   margin-top: -50px;
   font-size: 32px;
   z-index: 1;
   position: absolute;
   left: 50%;
   margin-left: -40px;
   width: 80px;
   height: 80px;
   line-height: 65px;
   border: 7px solid #000;
   display: inline-block;
   border-radius: 100%;
}

.video-icon i {
   margin-left: 5px;
}

/* More news
================================================== */

.post-block-style.post-float-half .post-thumb {
   float: left;
   position: relative;
   z-index: 1;
   margin-right: 30px;
}

.post-block-style.post-float-half .post-thumb img {
   width: 300px!important;
   min-height: 200px;
}

/* Footer
================================================== */

.footer {
      background-color: #000000;
    color: #ffffff;
    padding: 70px 0;
}

.footer .widget-title {
   font-size: 16px;
   font-weight: 700;
   position: relative;
   margin: 0 0 35px;
   text-transform: uppercase;
   color: #fff;
}

.footer ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.footer ul li {
   margin-bottom: 18px;
}

.footer ul li a {
   color: #a3a3a3!important;
}

/* Trending */

.footer .post-title.title-small {
   font-weight: normal;
}

.footer-widget .post-block-style.post-float .post-thumb img {
      width: 100px;
    height: 100px;
    object-fit: cover;
}

.footer-widget .post-meta span.post-date {
   color: #676767;
}

/* Footer Widget Categories */

.footer-widget.widget-categories ul {
   padding-right: 30px;
}

.footer-widget.widget-categories ul li .catCounter {
   float: right;
}

/* Twitter Widget */

.twitter-widget ul li {
   position: relative;
   padding-left: 35px;
}

.twitter-widget ul li:after {
   content: "\f099";
   position: absolute;
   top: 0;
   left: 0;
   font-family: 'FontAwesome';
   color: #a3a3a3;
   font-size: 16px;
}

.twitter-widget ul li .tweet-text {
   font-size: 16px;
   line-height: 20px;
}

.twitter-widget ul li .tweet-text span {
   display: block;
   color: #676767;
}

.twitter-widget ul li .tweet-text a {
   color: #ec0000;
   font-size: 15px;
}

/*-- Gallery widget --*/

.gallery-widget a {
   overflow: hidden;
   margin: 0 2px 0px 0px;
   display: inline-block;
}

.gallery-widget a img {
   max-width: 80px;
   min-height: 65px;
}

/*-- Footer Info --*/

.footer-info-content {
   border-bottom: 1px solid #606060;
 margin-bottom: 30px;
    padding-bottom: 30px

}

.footer-info-content p {
   margin-bottom: 2px;
   font-size: 16px;
}

.footer-logo img {
   display: inline-block;
   /*margin-bottom: 30px;*/
}

.footer-info-phone,
.footer-info-email {
   display: inline-block;
   margin: 0 5px;
}

/* Footer social */

.footer .footer-social {
   list-style: none;
   margin: 15px 0 0 0;
   padding: 0;
}

.footer .footer-social li {
   margin: 0;
}

.footer-social li a {
   display: inline-block;
   margin: 0 3px;
}

.footer-social li a i {
   display: block;
    width: 24px;
    height: 32px;
    line-height: 32px;
    font-size: 19px;
    color: #fff;
    /* background: #ffffff; */
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.footer-social li a i:hover {
   background: #ec0000;
}

/*-- Copyright --*/

.copyright {
   background: #ec0000;
   color: #000;
   padding: 15px 0;
   position: relative;
   z-index: 1;
   font-weight: 500;
   font-size: 15px;
}

.footer-menu {
   float: right;
}

.footer-menu ul li {
   display: inline-block;
   line-height: 20px;
   padding-left: 12px;
}

@media (max-width: 992px) {
   .footer-menu ul li {
      padding-top: 12px;
   }
}

.footer-menu ul.nav li a {
   background: none;
   color: #000;
   padding: 0;
   font-size:15px;
}

#back-to-top {
   position: fixed;
   right: 55px;
   bottom: 54px;
   z-index: 10;
   -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
   bottom: 54px;
}

#back-to-top .btn.btn-primary {
   width: 30px;
   height: 30px;
   line-height: 30px;
   background: rgba(0, 0, 0, 0.9);
   font-weight: 700;
   font-size: 16px;
   padding: 0;
}

#back-to-top .btn.btn-primary:hover {
   color: #000;
   background: #ec0000;
}

/* Sub Pages 
================================================== */

/*-- Page title --*/

.breadcrumb {
   color: #777;
   margin: 30px 0 -10px 0;
   padding: 0;
   background: none;
}

.breadcrumb>li+li:before {
   content: "\f105";
   font-family: FontAwesome;
   padding: 0 8px;
   color: #777;
}

/* Category Listing
================================================== */

.category-listing .post-block-style .post-content p {
   font-size: 14px;
}

.category-listing .post-block-style .post-content .post-meta {
   margin: 7px 0;
}

.subCategory>li {
   display: inline-block;
   margin-bottom: 30px;
}

.subCategory>li>a {
   border: 1px solid #dedede;
   padding: 2px 6px;
   margin-right: 6px;
   color: #515151;
   font-size: 11px;
   font-weight: normal;
   text-transform: uppercase;
}

.subCategory>li>a:hover {
   background: #ec0000;
   color: #000;
   border: 1px solid transparent;
}

/* Post grid */

.post-grid {
   margin-bottom: 15px;
   min-height: 455px;
}

/* Post list */

.post-list {
   margin-bottom: 40px;
}

/* Top large post */

.top-larget-post {
   margin-bottom: 30px;
}

.top-larget-post .post-title.title-large {
   margin-top: 20px;
   font-size: 24px;
}

/*-- Category style2 --*/

.category-style2 .post-title {
   margin-top: 0;
}

/* Pagination */

.paging {
   position: relative;
   margin-top: 20px;
}

.pagination {
   margin: 0;
}

.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
    border: 1px solid #ddd;
    position: relative;
    float: left;
    padding: 6px 12px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
   color: #000;
   background: #ec0000;
   border: 1px solid transparent;
}

.paging .page-numbers {
   border: 0;
   color: #7c7c7c;
   position: absolute;
   right: 0;
   top: 3px;
}

/* News Single
================================================== */

.single-post .post-title {
      font-size: 20px;
    line-height: 40px;
    padding: 15px 0 8px 0;
    margin: 0;
    font-weight: 700;
}

.single-post p {
   font-size: 15px;
   line-height: 26px;
   margin-bottom: 15px;
}

.post-content-area {
   margin: 20px 0;
}

.post-featured-image,
.post-media.post-video,
.post-media.post-audio {
   margin-bottom: 30px;
}

.entry-content h3 {
   margin: 0;
   padding: 20px;
   font-size: 22px;
   line-height: 30px;
}

/* Post tags */

.tags-area {
   margin: 20px 0;
}

.post-tags>span {
   background: #1c1c1c;
   color: #000;
   font-size: 15px;
   padding: 3px 6px;
   text-transform: uppercase;
   margin-right: 5px;
}

.post-tags a {
   border: 1px solid #dedede;
   display: inline;
   list-style: none;
   padding: 2px 6px;
   margin-right: 5px;
   text-align: center;
   font-size: 15px;
   color: #1c1c1c;
}

.post-tags a:hover {
   background: #1c1c1c;
   color: #000;
   border: 1px solid transparent;
}

/* Post social */

.share-items {
   border: 1px solid #dedede;
   border-radius: 0;
   background: none;
   padding: 10px 20px;
   width: 100%;
   margin: 25px 0;
   display: inline-block;
}

.post-social-icons>li {
    display: inline-block;
    padding: 5px 12px;
    color: #000;
    background: #25d366;
    font-size: 15px;
    margin-right: 8px;
}

.post-social-icons a {
   color: #fff;
   text-align: center;
}

.post-social-icons a i {
   border-right: 1px solid rgba(255, 255, 255, 0.5);
   margin-right: 5px;
   padding-right: 8px;
   font-size: 14px;
   line-height: 12px;
}

.post-social-icons>li.facebook {
   background: #3B5998;
}

.post-social-icons>li.twitter {
   background: #00aced;
}

.post-social-icons>li.gplus {
   background: #c53942;
}

.post-social-icons>li.pinterest {
   background: #ce222b;
}

/* Post navigation */

.post-navigation {
   display: inline-block;
   margin: 0 0 40px;
}

.post-navigation span:hover,
.post-navigation h3:hover {
   color: #EC0001;
}

.post-navigation .post-previous,
.post-navigation .post-next {
   padding: 0 40px;
   width: 50%;
   border-left: 1px solid #e7e7e7;
   border-right: 1px solid #e7e7e7;
   display: table-cell;
   position: relative;
   vertical-align: middle;
}

.post-navigation i {
   margin: 0 5px;
}

.post-navigation span {
   font-size: 14px;
   color: #ccc;
   margin-bottom: 10px;
}

.post-navigation .post-previous {
   text-align: left;
   float: left;
   border-left: 0 none;
   border-right: 0 none;
   padding: 0 40px 0 0;
}

.post-navigation .post-next {
   text-align: right;
   float: left;
   border-right: 0 none;
   padding: 0 0 0 40px;
}

.post-navigation h3 {
   font-size: 16px;
   margin: 8px 0 0;
}

/* Author box */

.author-box {
   border: 1px solid #dadada;
   padding: 20px 20px 15px;
   margin: 0 0 40px;
}

.author-img img {
   margin-right: 30px;
   width: 100px;
   height: 100px;
   overflow-x: hidden;
   margin-bottom: 30px;
}

.author-url a {
   color: #1c1c1c;
   font-size: 16px;
}

.author-info h3 {
   margin-top: 0;
   margin-bottom: 5px;
   font-size: 18px;
}

.authors-social a {
   color: #999;
   margin-left: 10px;
}

.author-counter span {
   background: #1c1c1c;
   color: #000;
   font-size: 15px;
   padding: 2px 8px;
}

/* Comments area */

.comments-area {
   margin: 40px 0;
}

.comments-list .comment-content {
   margin: 15px 0;
}

.comments-list .comment-reply {
   color: #303030;
   font-weight: 400;
}

.comments-list .comment-reply:hover {
   color: #ec0000;
}

.comments-counter {
   font-size: 18px;
}

.comments-counter a {
   color: #323232;
}

.comments-list {
   list-style: none;
   margin: 0;
   padding: 20px 0;
}

.comments-list .comment {
   border-bottom: 1px solid #e7e7e7;
   padding-bottom: 20px;
   margin-bottom: 30px;
}

.comments-list .comment.last {
   border-bottom: 0;
   padding-bottom: 0;
   margin-bottom: 0;
}

.comments-list img.comment-avatar {
   width: 84px;
   height: 84px;
   margin-right: 30px;
}

.comments-list .comment-body {
   margin-left: 110px;
}

.comments-list .comment-author {
   margin-bottom: 0;
   margin-top: 0;
   font-weight: 600;
   font-size: 16px;
   color: #303030;
}

.comments-list .comment-date {
   color: #959595;
   margin-bottom: 5px;
   font-size: 15px;
}

.comments-reply {
   list-style: none;
   margin: 0 0 0 70px;
}

.comments-form {
   margin-bottom: 0;
}

.comments-form .title-normal {
   margin-bottom: 20px;
}

.comments-form .comments-btn {
   margin-top: 20px;
   font-size: 15px;
}

/* Sidebar
================================================== */

/* Widget common */

.sidebar .widget {
   margin-bottom: 50px;
}

.sidebar-left .widget {
   margin-right: 20px;
}

.sidebar-right .widget {
   margin-left: 20px;
}

/* Sidebar nav */

.sidebar ul.nav-tabs {
   border: 0;
}

.sidebar ul.nav-tabs li a {
   color: #303030;
   border-radius: 0;
   padding: 15px 0;
   padding-left: 0;
   font-weight: 400;
   border-bottom: 1px solid #ddd;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
   color: #ec0000;
}

.sidebar ul.nav-tabs li {
   color: #303030;
   line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
   border-bottom: 0;
}

/* Newsletter */

.ts-newsletter {
   background-color: #f1f1f1;
   background-image: url(../images/newsletter-icon.png);
   background-repeat: no-repeat;
   background-position: bottom right;
   padding: 30px;
}

.ts-newsletter .form-control {
   background: #000;
}

.newsletter-form button {
   font-weight: 700;
   font-size: 15px;
   margin-top: 15px;
   padding: 10px 25px;
}

/* Widget tags */

.widget-tags ul>li {
   float: left;
   margin: 3px;
}

.sidebar .widget-tags ul>li a {
   border: 1px solid #dadada;
   color: #303030;
   display: block;
   font-size: 14px;
   padding: 3px 15px;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -ms-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul>li a:hover {
   background: #ec0000;
   color: #000;
   border: 1px solid transparent;
}

/*-- Review post --*/

.post-block-style.post-float.review-post-block {
   max-width: 140px;
   min-height: 105px;
}

.post-block-style.post-float.review-post-block .post-thumb img {
   max-width: 140px;
   min-height: 105px;
}

/*-- No sidebar --*/

.block-wrapper.no-sidebar,
.block-wrapper.no-sidebar>.container {
   max-width: 850px;
   margin: 0 auto;
}

.block-wrapper.solid-bg {
   background: #f7f7f7;
   background: rgba(247, 247, 247, 1);
}

@media (min-width:992px) {
   .solid-bg .pad-r {
      padding-right: 4px;
   }
   .solid-bg .pad-l {
      padding-left: 4px;
   }
}

/* Contact Us
================================================== */

.contact-info-box {
   margin-top: 20px;
}

.contact-info-box-content h4 {
   font-size: 16px;
   margin-top: 0;
   line-height: normal;
   font-weight: 700;
}

.contact-info-box-content p {
   margin-bottom: 0;
}

label {
   font-weight: 400;
}

/* Error page
================================================== */

.error-page .error-code h2 {
   display: block;
   font-size: 200px;
   line-height: 200px;
   color: #303030;
   margin-bottom: 20px;
}

.error-page .error-body .btn {
   margin-top: 30px;
   font-weight: 700;
}

/* Boxed Layout
================================================== */

.boxed-layout {
   background: #f7f7f7 url(../images/boxed-bg.jpg) no-repeat;
   background-position: center 0px;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
}

.boxed-layout .body-inner {
   background: #000;
   max-width: 1240px;
   margin: 40px auto;
   overflow-x: hidden;
   box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
}


.w-200px {
   width: 200px !important;
   
}

.w-200pxf {
    width: 200px !important;
}


.new{
    color:white!important;
}


/* <!-------------------------------------------------The poll CSS Starts here ---------------------------> */


.mcq .mcq-answer {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding-right: 120px;
}

    .mcq .mcq-answer p {
        z-index: 1000;
    }

.mcq .circle {
    position: relative;
    height: 1em;
    width: 1em;
    margin-left: 1em;
    flex: 0 0 auto;
    border-radius: 50%;
    border: 0.3em solid #666677;
    background-color: transparent;
}

.mcq .mcq-answer p {
        font-size: 14px;
    display: block;
    margin: 1em;
    z-index: 10;
    color: black;
    margin-top: 6px;
    margin-bottom: 10px;
}

.mcq .feedback {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #a94442;
    color: white;
    min-height: 100%;
    max-width: 88.6%;
    padding: 1em 1em 1em 2em;
    z-index: 100;
    opacity: 1;
    visibility:visible;
}



.mcq .feedback {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #a94442;
    color: white;
    min-height: 100%;
    max-width: 88.6%;
    padding: 1em 1em 1em 2em;
    z-index: 100;
    opacity: 1;
    visibility: visible;
}


.mcq .feedback {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #a94442;
    color: white;
    min-height: 100%;
    max-width: 88.6%;
    padding: 1em 1em 1em 2em;
    z-index: 100;
    opacity: 1;
    visibility: visible;
}




.mcq .correct .feedback {
    background-color: #3c763d;
}

.mcq input {
    display: none;
}

.mcq .highlight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mcq input:hover ~ .highlight {
    background-color: #CCC;
}

.mcq input:checked ~ .highlight {
    background-color: #f2dede;
}

.mcq .correct input:checked ~ .highlight {
    /*background-color: #dff0d8;*/
}

.mcq input:checked ~ .circle {
    /*background-color: #ebccd1;
    border-color: #a94442;*/
}

.mcq .correct input:checked ~ .circle {
    /*background-color: #d6e9c6;
    border-color: #3c763d;*/
}

.mcq input:checked ~ .feedback {
    /*visibility: visible;
    -webkit-animation: feedbackfade 3s ease 3s;
    animation: feedbackfade 3s ease 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;*/
}


.julie {
        color: #ffffff;
    background: black;
    padding: 3px;
    text-align: center;
    /* border-radius: 10px; */
    border-bottom: 1px solid #ededed;
    font-size: 17px;
}

.pos {
    font-size: 17px;
}


.sub-btn {
       background: red;
    color: white;
    padding: 5px 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}


.the-bg-red {
    background: red;
    
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px;
}


.desktop-hide {
    display:none!important;
}

.lalia {
    padding-left: 0px !important;
    display: flex;
}

@media screen and (max-width: 767px) and (min-width: 320px) {

    .desktop-hide {
        display:block!important;
    }
    

    .search-block .search-close {
        color: #525252;
        position: absolute;
        top: -43px;
        right: 21px;
        font-size: 32px;
        cursor: pointer;
        background: #000;
        padding: 5px;
    }
    .post-content1 {
        padding: 30px;
        z-index: 1;
        position: relative;
        top: 224px;
    }
    ul.navbar-nav {
        float: left;
        display: inline-block;
        margin-left: 0px;
        margin-top: 45px;
    }
}


.the-bg {
    background: #ffffff;
    /* margin-top: 15px; */
    padding: 15px;
    /* border-bottom: 8px solid #ededed!important; */
    border: 2px solid #ededed;
    z-index: 9999;
    position: relative;
}


.img-magic {
    object-fit: cover;
    height: 215px;
    width: 100%;
}

.this-scroll {
    /*height: 720px;
    overflow: hidden;
    overflow-y: auto;*/
}

.overflow-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2!important;
    -webkit-box-orient: vertical;
}

.overflow-text2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1!important;
    -webkit-box-orient: vertical;
}



.video-img {
    height: 380px;
    object-fit: cover;
}

.video-img4 {
    height: 600px;
    object-fit: cover;
}

.side-v-scroll {
    height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

.side-v-scroll1 {
    /*height: 620px;*/
    overflow: hidden;
    overflow-y: auto;
}


.poll-line {
  background-color: white;
  padding: 2rem;
  border-bottom: 2px solid #f3f3f3;
  
}
/*****
* Checkbox
******/
/* Hide default checkbox */
.poll-line input[type='checkbox'] {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}

.poll-line input[type='checkbox'] + label {
padding: 0 0 0 15px;
margin: 0 0 0 5px;
position: relative;
}

.poll-line input[type='checkbox'] + label::before { 
content: "";
width: 15px;
height: 15px;
border: solid 2px #f3f3f3;
background: #000;
cursor: pointer;
position: absolute;
top: -1px;
left: -7px;
border-radius: 3px;
}

.poll-line input[type='checkbox']:checked + label::after { 
content: "\2714";
display: block;
 width: 15px;
height: 15px;
border: solid 2px #06b3d5;
position: absolute; 
top: 1px;
left: -7px;
margin: 0 auto; 
background-color: #06b3d5;
color: #000;
font-size: 18px;
border-radius: 3px;
}

/********
* Progress Bar Style
*********/
progress {  
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 7px;
  height: 8px;
  margin: 5px 0;
  border: none;
}

progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 7px;
}
.progress-value {
	padding: 0px 3px;
	margin-left: 5px;
	float: right;
  font-weight: 600;
  font-size:16px;
}
progress.success::-webkit-progress-value {
	background: #80c4ff;
  border-radius: 7px;
}
progress.success::-moz-progress-bar {
	background: #80c4ff;
  border-radius: 7px;
}

progress.negative::-webkit-progress-value {
	background: #80c4ff;
  border-radius: 7px;
}
progress.negative::-moz-progress-bar {
	background: #80c4ff;
  border-radius: 7px;
}

progress.best-seller::-webkit-progress-value {
	background: #80c4ff;
  border-radius: 7px;
}
progress.best-seller::-moz-progress-bar {
	background: #80c4ff;
  border-radius: 7px;
}

.jkl{
	font-size: 18px;
	font-weight:600;
}

.jklll{
	font-size:14px!important;
	color:#b9b7b7!important;
}

.video-img1 {
    /*height: 490px;
    object-fit: contain;*/
}


.video-img2 {
    height: 590px;
    object-fit: contain;
}





/* width
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #f00;
    border-radius: 10px;
}

    
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    */
	
	
	.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#fff;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}




.sticky-icon  {
	z-index:1;
	position:fixed;
	top:30%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	padding:10px;
	font-size:18px;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#000;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#000;}
	
.Youtube  {
	background-color:#fa0910;
	color:#000;}
	
.Twitter  {
	background-color:#53c5ff;
	color:#000;}
	
.Instagram  {
	background-color:#FD1D1D;
	color:#000;}
	
.Google  {
	background-color:#d34836;
	color:#000;}						
.sticky-icon a i {
	background-color:#000;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#000;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#000;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#000;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#000;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#000;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#000;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			


.m-auto{

    margin:auto;
}

.livetv {
    background: #fd0100;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 3px;
}


.magics{
    width:30px;
    margin-right:3px;
    margin-left:3px;
}



	.li{
		color: white;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0.3;}
50%{opacity: .7;}
100%{opacity: 1;}
}


.logoos{
    display:flex;
    justify-content:space-between;
        margin:auto;

}


.onlylogo{
    display:flex;
    justify-content:space-between;
}

.ik{
        width: 100px;
    height: auto;
    margin-right: 15px;
    margin-top: 15px;
}

.mauto{
    margin:auto;
    margin-right:15px;
}

.clr-bll{
    color:#000000;
    font-size:20px!important;
}


.real-fnt{
    font-size:20px!important;
}

.new-h{
    height:130px!important;
    min-height:auto!important;
}

.h400px{
    height:365px!important;
}

.h500px{
    height:500px!important;
}
.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    left: 40px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
   
    z-index: 100;
}
.main-side {
    padding: 30px;
    border-radius: 15px;
    margin-top: 80px;
    background-image: linear-gradient(#eaeaea, #ffffff);
        box-shadow: 1px 1px 6px 3px rgb(0 0 0 / 20%);
}
.space-pb {
    padding: 30px 0 30px;
}

.mb-home__post-property__title--text1 {
    color: #303030;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}


.mb-home__post-property__title--text1 .damion {
    font-size: 24px;
    color: red;
    font-style: italic;
}


.space-pb .form-control {
    border: 1px solid #b0b0b0;
    border-radius: 0px;
    padding: 8px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: #001935;
    background:white!important;
    border-radius: 8px;
    background-clip: inherit !important;
}


.whats-btn {
    background: #00a424;
    border: none;
    border-radius: 25px;
    color: white;
    cursor: pointer;
    font-size: 1.25em;
    outline: none;
    padding: 0.4em 2em;
    position: relative;
    top: 1px;
    margin-right: 6px;
}

.wi-25 {
    width: 25px!important;
}

.pad-mcq{
        border: 2px solid #ededed;
    padding: 10px!important;
        padding-bottom: 10px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 20px!important;
    color: aliceblue;
}


.common-heading, .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}


.common-heading:before {
    border-top: 1px solid #000000;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.common-heading .h2, .heading .h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    padding-right: 10px;
    text-transform: capitalize;
    background:white;
}



.common-headingb, .headingb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}


.common-headingb:before {
    border-top: 1px solid #ffffff;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    color:white;
}

.common-headingb .h2, .headingb .h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    padding-right: 10px;
    text-transform: capitalize;
    color:white;
}


footer {
    background: #393939;
    padding-top: 20px;
    z-index: 100;
    margin-bottom:20px;
}

.flink {
    padding: 2px 0;
    text-align: left;
	    display: flex!important;
    justify-content: center;
}


.flink .head {
    color: #ec0000;
    display: block;
    float: left;
    font-size: 16px;
   
}

.flink ul {
    float: left;
        margin-top: 2px;
    
}

.flink li {
    float: left;
    font-size: 15px;
    line-height: 28px;
    padding: 0 8px;
}

.fsocial {
    padding: 10px 0;
    justify-content:center;
    margin-top:20px;
    margin-bottom:40px
}

.fsocial a {
    color: #dadada;
    display: inline-block;
    padding: 0 6px;
}

.fsocial i {
    font-size: 20px;
}


.inner{
    text-align:center;
    width:100%;
}

.copyright {
    background: #232323;
    font-size: 15px;
    padding: 15px 0;
}

footer, footer a {
    color: #fff;
}

.copyright span {
    padding: 0 5px;
    color:white;
}

.clr-white{
    color:white!important;
}

.flink h5 {
    font-size: 15px;
    line-height: 24px;
}


.inner a{
     font-size: 15px;
}

.inner p{
            line-height: 20px;
    font-size: 15px;
    margin-bottom: 10px;
}


.loss{
        padding-top: 10px;
    padding-bottom: 10px;
}


.SAD .owl-nav{
    display:none;
}


.the-btn{
                background: #ec0000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 100%;
    text-transform: uppercase;
    float: left;
    margin: 2px 20px 0 0;
    position:fixed;
    right:20px;
}


.fixed-bar .trending-bar {
    background: #fceb02;
    color: #fff;
    padding: 4px 0;
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width:100%;
}

.fixed-bar .trending-title1 {
    background: #000000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 100%;
    text-transform: uppercase;
    float: left;
    margin: 2px 20px 0 0;
}


.over-flow{
      display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.over-flow2{
      display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.over-flow3{
      display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7!important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.nav-wrapper {
position: absolute;
    right: 74px;
    margin-top: 4px;
}
  .sl-nav {
  display: inline;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
      font-size: 15px;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.flag-de {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
  background-size: cover;
  background-position: center center;
}
.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}


.color-orange .post-overaly-style .post-title a {
    color: #fff!important;
}

.color-orange .post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 10px!important;
    background: #0000004d;
    width: 100%;
}



.video-section-widget1 {
    width: 100%;
    height: auto;
    background-color: #ededed;
    padding: 10px 0px 15px;
    position: relative;
    margin-bottom: 20px;
}



.video-section-widget2 {
    width: 100%;
    height: auto;
    background-color: red;
    padding: 10px 0px 15px;
    position: relative;
    margin-bottom: 20px;
}


.video-section-widget1 .h2{
        font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    padding-right: 10px;
    text-transform: capitalize;
    background: #ededed;
    z-index:9;
}

.video-section-widget1 .common-heading:before {
    border-top: 1px solid black;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -0;
}


.three .post-overaly-style .post-title a {
    color: #fff;
}


.counter-box {
    display: block;
    /* background: #f6f6f6; */
    padding: 40px 20px 37px;
    text-align: center;
      background-image: linear-gradient(to right, #fda1fc 0%, #be26ce 51%, #a1c4fd 100%);
}


.counter-box1 {
    display: block;
    /* background: #f6f6f6; */
    padding: 40px 20px 37px;
    text-align: center;
         background-image: linear-gradient(to right, #84fab0 0%, #0487c6 51%, #84fab0 100%);
}
.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500
}

.counter-box1 p {
    margin: 5px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #ffffff
}

.counter-box1 i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #ffffff
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.counter-box.colored {
       background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.add-gr{
        background: #fd0100;
    color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
}


/*--thank you pop starts here--*/
.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
.thank-you-pop img{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
	font-size: 42px;
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
	font-size: 25px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
	color:#03A9F4;
}
.thank-you-pop a{
	display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
	margin-right:5px;
	color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
}
/*--thank you pop ends here--*/


.fourmbox {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.fourmbox .fourmname {
    color: #000;
    font-weight: 600;
    margin: 0 0 5px;
    display: inline-block;
    font-size: 18px;
}

.fourmbox .fourmname:hover {
    color: #d81a21;
}

.sasaa .col-lg-6{
	    padding-right: 15px;
    padding-left: 15px;
}


.la1{
    font-size:15px!important;
}

.fnt-14{
    font-size:15px!important;
}

.desktop-hide{
    display:block;
}
.mobile-hide{
        display:block;
    }

   .lname{
                list-style-type: none;
    font-size: 20px;
    text-transform: capitalize;
    color: #faa81a;
    font-weight: 700;
        margin-bottom: 5px;
        }


        .loao{
                margin-bottom: 0px;
    font-size: 24px!important;
    text-transform: capitalize;

        }

        .pola{
                width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    background: #bdb7b7;
        }

        .w-100px{
            width:60px!important;
        }

        .ola{
            font-size:15px!important;
            color:black;
            font-weight:700;
        }

        .fnt-12{
            font-size:15px;

        }

        .two-div{
                border: 1px solid #b8b8b8;
    padding: 10px!important;
    border-radius: 10px;
	width:100%;
        }

        .w-40px{
            width:40px;
        }


@media screen and (max-width: 767px) and (min-width: 320px) {
    .desktop-hide {
        display: none;
    }
   

    .mobile-hide {
        display: none !important;
    }
    .fnt-14{
    font-size:15px!important;
}

    .la1{
    font-size:10px!important;
}

     .two-div{
                border: 1px solid #b8b8b8;
    padding: 5px!important;
    border-radius: 10px;
	width:100%;
        }
 .fnt-12{
            font-size:10px;

        }
		
		.the-bg {
   background: #ffffff;
    /* margin-top: 15px; */
      padding: 6px;
    /* border-bottom: 8px solid #ededed!important; */
    border: 2px solid #ededed;
}
}

@media (max-width: 1920px) {
    div#main1 {
        min-height: 100vh;
        background: red;
        background: linear-gradient(to bottom, #ffffff 30%, #b2b2af 100%);
        width: 100%;
        overflow: hidden;
    }
}
@media (max-width: 1920px) {
    .logo1 {
        line-height: 1;
    }
}
@media (max-width: 1920px) {
    img._login_img {
        max-width: 50%;
        margin: 0 auto;
        border-radius: 50%;
    }
}
@media (max-width: 1920px) {
    .card-title {
        padding: 10px 0 15px 0;
        font-size: 24px;
        font-weight: 700;
        color: #1f1a17;
        font-family: "Poppins", sans-serif;
    }
}
@media (max-width: 1920px) {
    .card-title span {
        color: #da251c !important;
        font-size: 24px !important;
        font-weight: 700 !important;
    }
}
@media (max-width: 1920px) {
    .card {
        margin-bottom: 10px;
        border: none;
        border-radius: 5px;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
        overflow: hidden;
        width:107%;
    }
}
@media (max-width: 1920px) {
    .card-body {
        padding: 0 28px 20px;
        text-align: center;
    }
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.rak:hover{
    color:red;
}
.rak{
    color:cornflowerblue;
}
.rost {
    width: 40%;
    
   
    margin-left: 59px;
    margin-top: -10px;

}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}