body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
    background: #fafafa;
    margin: 0px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
ul{
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    padding-inline-start: 0px;
    font-family: 'PT Sans', sans-serif;
    font-size: 19px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 15px;

}
ul.a {
  list-style-type: circle;
} 

ul.b {
  list-style-type: square;
    font-family: 'PT Sans', sans-serif;
    font-size: 19px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 15px;
}

p {
    color: #4b636e;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 1px;
}
a{
    text-decoration: none;
    color: #000000;
}
img {
    max-width: 100%;
    display: block;
}
article img {
    width: 450px;
    margin: auto;
    margin-top: 36px;
    margin-bottom: 30px;
}
.clear{
    clear: both;
}
.menu-dr-icon img{
    margin-top: 11px;
    margin-left: 16px;
}
.top-menu-ul{
    display: inline-block;
    flex: 1 1 0;
    -ms-flex: 1 1 0;
    list-style: none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    height: 100%;
    overflow: hidden;
    margin-top: 0px;
}
input:focus {
    outline-width: 0;
}
.header-section{
    height: 48px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background: #353535;
    color: #ffffff;
    display: flex;
    display: -ms-flexbox;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.header-section::after {
    content: "";
    display: table;
    clear: both;
}
.header-section::before {
    content: "";
    display: table;
    clear: both;
}
.logo{
    float: left;
    display: flex;
    display: -ms-flexbox;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    //background: #4157ba;
    height: 100%;
    padding: 3px 16px 0px 16px;
    color: rgba(0,0,0,.54);
}
.logo img{
    height: 36px;
}
.logo a{
    text-decoration: none;
}
.top-menu-ul li{
    display: block;
    float: left;
    padding: 6px 15px 0px 15px;
}
.nav-a {
    padding: 21px 5px 13px 5px;
    font-weight: 400;
    letter-spacing: .35px;
    font-size: 14px;
    color: #dadada;
    text-decoration: none;
    text-transform: capitalize;
}
a.nav-a:hover{
    color: #9bb8ff !important;
}
.active {
    border-bottom: 2px solid #fff;
    color: #fff !important;
}
.side-bar-item-center {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.menu-icon{
    display: block;
    float: right;
    padding: 7px 15px 11px 15px;
}
.top-search-form{
    background: #4a4a4a;
    border-radius: 2px;
    display: inline-block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 36px;
    margin: 6px 0 6px 24px;
    opacity: 1;
    position: relative;
    text-align: left;
    transition: background .2s,flex .2s,opacity .2s,width .2s;
    transition: background .2s,flex .2s,opacity .2s,width .2s,-ms-flex .2s;
    vertical-align: top;
    width: 200px;
}
.menu-search-form{
    background: #2b2b2b;
    border-radius: 2px;
    display: inline-block;
/*          -ms-flex: 0 0 auto;
    flex: 0 0 auto;*/
    height: 36px;
    margin: 6px 0 6px 24px;
    opacity: 1;
    position: relative;
    text-align: left;
    transition: background .2s,flex .2s,opacity .2s,width .2s;
    transition: background .2s,flex .2s,opacity .2s,width .2s,-ms-flex .2s;
    vertical-align: top;
    width: 200px;
}
.search-field{
    font: inherit;
    background: 0;
    border: 0;
    color: rgb(222, 209, 209);
    height: 36px;
    padding: 1px 6px 9px 63px;
    transition: color .2s;
    width: 66%;
    font-size: 14px;
}
.search-icon {
    color: rgb(173, 173, 173);
    left: 24px;
    position: absolute;
    top: 11px;
    transition: color .2s;
}
.menu-bg{
    z-index: 1;
    position: fixed;
    background: #101010c4;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    
}
.menu-container{
    min-width: 300px;
    height: 100%;
    float: left;
    background: #111;
    position: relative;
    overflow: auto;
    animation: animateright .4s;
}
.menu-container ul {
    list-style: none;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
}
.menu-container li a {
    text-decoration: none;
    border-bottom: 1px solid #212121;
    display: block;
    padding: 11px 0px 11px 19px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    color: #e8e8e8;
}
.menu-container li a:hover{
    color: #9bb8ff !important;
}
.menu-close-btn{
    position: absolute;
    right: 0;
    font-weight: bold;
    float: right;
    font-size: 24px;
    color: #777;
    padding: 0px 10px 0px 0px;
    cursor: pointer;
}


.page {
  margin: 20px 0
}
.page::after {
    content: "";
    display: table;
    clear: both;
}
.page::before {
    content: "";
    display: table;
    clear: both;
}
.wrapper {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  min-height: 600px;
}

.content-wrapper {
  float: left;
  width: 100%;
}
.content {
  margin-right: 320px;
  clear: both;
  overflow: auto;
  //background: #1abc9c;
  //background: rgba(26,188,156, 0.4);
  min-height: 600px;
}

.sidebar {
  position: relative;
  width: 320px;
  margin-left: -320px;
  float: right;
  overflow: hidden;
  //background: #2c3e50;
  //background: rgba(44,62,80, 0.4);
  //color: #eee;
  min-height: 600px;
}
.sidebar-data{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.article {
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 15px;
    margin: 0;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    -webkit-transition: border-color .5s ease 180ms ease-in-out 0s;
    -o-transition: border-color .5s ease 180ms ease-in-out 0s;
    transition: border-color .5s ease 180ms ease-in-out 0s;
}

.h2-main{
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    line-height: 44px;
    border-radius: 0;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    letter-spacing: 1px;
    color: #263238;
    margin-bottom: 33px;
}
.sub-tag{
    line-height: 1;
    margin: 10px 0px 10px 0px;
    color: #4b636e;
}
.sub-tag a{
    color: #4b636e;
}
.breadcrumbs{
    margin: 0px 0px 30px 0px;
    font-size: 18px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
        color: #4b636e;
    text-decoration: none;
}
.breadcrumbs a{
    color: #4b636e;
}
.nextbox a{
    background: #37474F;
    background: -webkit-linear-gradient(#37474F, #191a1b);
    background: linear-gradient(#37474F, #191a1b);
    border-radius: 3px;
    width: 100%;
    height: 50px;
    color: #ffffff;
    display: inline-block;
    font: normal 700 24px/50px "Open Sans", sans-serif;
    text-align: center;
    text-shadow: none;
}
.next1{
    color: #000;
}
.tit-number{
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.side-bar-h3 {
    color: #4a4a4a;
    margin: 0px 0px 6px 0px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .5px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    text-transform: uppercase;
}
.box-a {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.21);
    display: block;
    position: relative;
    height: 265px;
    margin-bottom: 20px;
}
.col-img {
    bottom: 92px;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.col-dis {
    box-sizing: border-box;
    height: 92px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #fefefe;
    padding: 6px 12px;
}
.col-dis, .col-img{
    position: absolute;
}
.col-titile-top {
    color: #898989;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 20px;
    text-transform: uppercase;
}
.col-dis .title {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 2px;
    max-height: 96px;
    overflow: hidden;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}

.container {
    overflow: hidden;
}
.right {
    float: right;
    width: 100px;
}
.left {
    float: left;
    width: 100px;
}
.middle {
    margin: 0 100px;
}

.next-back{
    background: #37474F;
    background: -webkit-linear-gradient(#37474F, #191a1b);
    background: linear-gradient(#37474F, #191a1b);
    border-radius: 3px;
    height: 50px;
    color: #ffffff;
    display: inline-block;
    font: normal 700 24px/50px 'Source Sans Pro', sans-serif;
    text-align: center;
    text-shadow: none;
}

@media only screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
  .content {
    margin-right: 0;
  }


  .top-search-form{
    display: none;
  }
  .wrapper {
    padding: 0;
  }

}

.sb-c-btn-front {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    line-height: 30px;
    margin: 4px;
    opacity: 1;
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
    text-align: center;
    top: 0;
    width: 98%;
    display: block;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.sb-c-span-front {
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.fixed-bottom-btn{
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
}

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

  .fixed-bottom-btn{
    display: block;
  }
}

.mob-only-ad{
    display: none;
}
@media only screen and (max-width: 768px) {
  .mob-only-ad{
    display: block;
  }
}

/* all share button start*/
.share-main-float{
    float: left;
}
.share-btn-all{
    z-index: 10000000000;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.94);
    display: none;
}
.width-33-percent{
    width: 33.33333%;
    box-sizing: border-box;
    float: left;
}
.sb-c-btn{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 8px;
    font-weight: 400;
    height: 48px;
    line-height: 30px;
    margin: 4px;
    opacity: 1;
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    width: 147px;
    text-decoration: none;
}
.sb-c-icon{
    display: inline-block;
    height: 20px;
    margin-top: 6px;
    vertical-align: top;
    width: 20px;
    font-size: 20px;
    margin-left: 4px;
}
.sb-c-span{
    display: inline-block;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: top;
    width: 96px;
    text-transform: uppercase;
}
.sb-c-close{
    cursor: pointer;
    font-size: 45px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 53px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
}

.sb-c-btn svg{
    display: inline-block;
    height: 20px;
    margin-top: 6px;
    vertical-align: top;
    width: 20px;
    margin-left: 4px;
}

.facebook {
  background: #3B5998;
}
.twitter {
  background: #55ACEE;
}
.pinterest {
  background: #cb2027;
}
.google {
  background: #dd4b39;
}
.linkedin {
  background: #007bb5;
}
.buffer {
  background: #363d3f;
}
.digg{
  background: #262626;
}
.tumblr {
  background: #2c4762;
}
.reddit {
  background: #ff5700;
}
.stumbleupon {
  background: #eb4924;
}
.delicious{
  background: #205cc0;
}
.blogger{
  background: #ff8000;
}
.livejournal{
  background: #00b0ea;
}
.yahoo {
  background: #430297;
}
.flipboard{
    background: #e12828;
}
.skype {
  background: #00aff0;
}
.whatsapp {
  background: #48a01b;
}
.telegram {
  background: #34a0d5;
}
.vk{
    background: #4c6c91;
}
.xing{
    background-color: #236161;
}
.getpocket{
    background-color: #e84352;
}
.evernote{
    background-color: #73bb44;
}
.weibo{
    background-color: #f59537;
}
.instapaper{
    background-color: #3e3837;
}
.body-no-scroll{
    overflow: hidden !important;
}
.share-btn-all-box{
    width: 468px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 29px;
}
@media screen and (max-width: 468px) {
    .share-btn-all-box{
        width: 100%;
    }
}
@media screen and (max-width: 754px) {
    .google-btn-sr{
        width: 50px;
    }
}
@media screen and (max-width: 648px) {
    .pinterest-btn-sr{
        width: 50px;
    }
}
@media screen and (max-width: 544px) {
    .twitter-btn-sr{
        width: 50px;
    }
}
@media screen and (max-width: 437px) {
    .facebook-btn-s{
        width: 50px;
    }
}

@media (max-width:1122px) and (min-width:861px) {
    .google-btn-sr{
        width: 50px;
    }
}
@media (max-width:1019px) and (min-width:861px){
    .pinterest-btn-sr{
        width: 50px;
    }
}
@media (max-width:923px) and (min-width:861px){
    .twitter-btn-sr{
        width: 50px;
    }
}

@media only screen and (max-width: 510px) {
  .width-33-percent{
      width: 50%;
      box-sizing: border-box;
      float: left;
  }
  .share-btn-all-box {
    width: 310px;
  }
}
/* all share button end*/

/* youtube responsive start*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* youtube responsive end*/