/*
Theme Name: G7G20 Theme
Theme URI: #
Description: A theme for The global government project website.
Author: Osama M. Alshami
Author URI: #
Version: 1.0.0
Tags:
Text Domain: b4st
License: Unlicense
License URI: http://unlicense.org
*/

/* Kulwinder */
#search-barcls .elementor-container {
    flex-wrap: wrap;
}
#search-barcls .elementor-container .elementor-column .elementor-widget-wrap {
    padding: 0;
}
.sign-form label {
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}
.mc4wp-alert.mc4wp-notice p, .mc4wp-alert.mc4wp-error p {
    color: #d60e21;
	font-size:16px;
}
.mc4wp-alert.mc4wp-success p
{
	color: #008000;
    font-size: 16px;
}
p.text-newsletter
{
	position: relative;
}
.sign-form label:after {
    /* width: 100%; */
    content: "\f0e0";
    font-family: fontawesome;
    position: absolute;
    left: 20px;
    bottom: 20px;
	top:auto;
    color: #dfdfdf;
    font-size: 22px;
    font-size: 18px;
}
@media only screen and (max-width:991px)
{
	.sign-form label:after{
		left: 12px;    
	}
}
/* Kulwinder end */
.custom-search{
    display: none;
}

.main-slider .owl-item.active .item:after,
.policy-grid .bloc-img:after {
    content: none !important;
}

.header-main .logo img {
    width: auto !important;
    height: 50px !important;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family:GlobalStyle;
    font-style:normal;
    font-weight:400;
    src:url('./fonts/globalstencil-regular.woff2') format('woff2'),
    url('./fonts/globalstencil-regular.woff') format('woff');
} 
@font-face{
    font-family:GlobalStyletwo;
    font-style:italic;
    font-weight:400;
    src:url('./fonts/globalstencil-italic.woff2') format('woff2'),
    url('./fonts/globalstencil-italic.woff') format('woff');
}
* {
    outline: none !important;
}

.fa {
    font-family: 'FontAwesome' !important;
}

img {
    object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6{
      font-family:GlobalStyle !important; 
      font-weight: 500 !important;
}

body.home .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.color-gray {
    color: #9b9b9b;
}

.color-red{
    color: #cc0000;
}

.bg-gray{
    background: #f2f2f2d9;
}

.pd-top{
    padding-top: 70px;
}

.pd-bottom{
    padding-bottom: 70px;
}

a {
    text-decoration: none !important;
}

a:hover{
    text-decoration: underline !important;
}

.ug-tile .ug-textpanel {
    display: none;
}

p{
    font-size: 14px;
}

.heading-cls {
    font-size: 36px !important;
    line-height: 42px;
}

body.home .owl-carousel .owl-nav.disabled{
    display: none !important;
}

/*Image hover overlay*/
/*.four-block-cls .bloc-img a:before,
.six-block-cls .bloc-img a:before,
.health-cls .bloc-img a:before {
    background-color: rgba(0, 0, 0, 0.15);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.005, 0, 1.005);
    -o-transition: opacity 0.6s cubic-bezier(0.52, 0.005, 0, 1.005);
    transition: opacity 0.6s cubic-bezier(0.52, 0.005, 0, 1.005);
    z-index: 1;
    height: 100%;
    width: 100%;
}

.four-block-cls .bloc-img,
.six-block-cls .bloc-img,
.health-cls .bloc-img {
    position: relative;
    overflow: hidden;
}

.four-block-cls .bloc-img a:hover:before,
.six-block-cls .bloc-img a:hover:before,
.health-cls .bloc-img a:hover:before {
    opacity: 1;
}*/

.bloc-img {
    position: relative;
    overflow: hidden;
}

.bloc-img:before{
    background-color: rgba(0, 0, 0, 0.15);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.52, 0.005, 0, 1.005);
    -o-transition: opacity 0.6s cubic-bezier(0.52, 0.005, 0, 1.005);
    transition: opacity 0.6s cubic-bezier(0.52, 0.005, 0, 1.005);
    z-index: 0;
    height: 550px;
    width: 100%;
}

.four-block-cls:hover> .three-block .bloc-img:before,
.six-block-cls:hover> .three-block .bloc-img:before,
.health-cls:hover> .three-block-new .bloc-img:before,
.one-post-cls:hover> .three-block .bloc-img:before {
    opacity: 1;
}

.one-post-cls .bloc-img:before{
    width: 95%;
    left: 50px;
}

.bottom-btn a {
    display: block;
    width: 270px;
    margin: 10px auto;
    border: 1px solid #020202;
    text-align: center;
    color: #000;
    padding: 10px 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
}

.bottom-btn a:hover {
    border: 1px solid #cc0000;
    color: #fff;
    background: #cc0000;
    text-decoration: none !important;
}

/* header start */

.header-main {
    text-align: center;
    padding-top: 25px;
}

.header-main .social {
    float: left;
    padding-top: 35px;
}

.header-main .social a {
    color: #1b1a1a;
    vertical-align: middle;
}

.header-main .social .fa-instagram {
    position: relative;
    top: 1px;
}

.header-main .social i.fa.fa-facebook {
    font-family: "Font Awesome 5 Brands" !important;
}

.header-main .logo {
    display: inline-block;
    max-width: 282px;
    margin-bottom: 20px;
}

.header-main .logo img {
    width: 100%;
}

.header-main .search-togal {
    float: right;
    position: relative;
    padding-top: 35px;
}

.header-main .search-togal .togal-btn {
    display: inline-block;
    display: none;
}

.header-main .search-togal .search {
    display: inline-block;
}

.header-main .search-togal .search input {
    width: 200px;
    opacity: 9;
    top: -4px;
    min-height: inherit;
    padding: 0 11px;
    font-size: 15px;
    line-height: normal;
    background: #ddd;
    right: 0;
    height: 34px !important;
    color: #1b1a1a;
}

.header-main .search-togal .search:hover input {
    width: 200px;
    opacity: inherit;
    transition: width .5s ease-in-out;
}

.header-main .search-togal .search button {
    background: none;
    border: none;
    color: #DDD;
    padding: 0;
    margin: 0 8px;
    position: relative;
    top: -2px;
}

.header-main .search-togal .search button .fa {
    color: #1b1a1a;
    font-size: 15px;
}

.navbar_main {
    margin: 0;
    border-bottom: none;
    max-height: inherit;
}

.navbar_main .navbar {
    min-height: auto;
    margin-bottom: 0;
    box-shadow: 0 0 0 #DDD;
    border: none;
}

.navbar_main .navbar-collapse.collapse {
    padding: 0px;
}

.navbar_main ul.navbar-nav {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 18px 0;
}

.navbar_main ul.navbar-nav li {
    display: inline-block;
    padding: 0 10px;
}

.navbar_main ul.navbar-nav li a {
    font-size: 15px;
    color: #1b1a1a;
    font-weight: 600;
    padding-bottom: 6px;
}

.navbar_main ul.navbar-nav li a:hover {
    border-bottom: solid;
}

.navbar_main ul.navbar-nav li a.active {
    border-bottom: solid;
}

.navbar_main button.navbar-toggler {
    display: none;
}

.header-main .search-togal div#datafetch {
    position: absolute;
    right: 0;
    width: 280px;
    background: #FFF;
    box-shadow: 0 0 15px #ddd;
    z-index: 999999;
    border-radius: 5px;
    text-align: left;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
}

.header-main .search-togal div#datafetch p {
    padding: 6px 13px;
    margin: 0;
    font-size: 13px;
    border-bottom: solid 1px #f2f2f2;
}

.header-main .search-togal div#datafetch p:hover {
    background: #f2f2f2;
}

.header-main .search-togal div#datafetch p a {
    color: #1b1a1a;
}

/* Author page  */
h3.jeg_post_title a {
    font-size: 18px !important;
    font-family: GlobalStyle !important;
    font-weight: 500 !important;
}

h3.jeg_post_title a:hover {
    color: #000 !important;
}

.jeg_post_excerpt {
    display: none;
}

article.post.type-post {
    /*border-right: 1px solid #ededed;*/
    padding:25px;
}

.jeg_post_category a {
    color: #cc0000;
    pointer-events: none;
    cursor: default;
}

.elementor-author-box__text h1, 
.elementor-author-box__bio {
    font-family: GlobalStyle !important;
    font-weight: 500 !important;
}

/* slider work start */

.center-slider {
    padding-bottom: 10px;
}

.main-slider .owl-nav {
    position: static !important;
}

.main-slider .owl-nav .owl-prev {
    position: absolute;
    left: 35px;
    top: 38%;
    font-size: 0;
}

.main-slider .owl-nav .owl-prev:after {
    content: "\f177";
    font-family: fontawesome;
    background: #FFF;
    width: 50px;
    height: 50px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    box-shadow: 0 0 8px #919191;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.main-slider .owl-nav .owl-next {
    position: absolute;
    right: 35px;
    top: 38%;
    font-size: 0;
}

.main-slider .owl-nav .owl-next:after {
    content: "\f178";
    font-family: fontawesome;
    background: #FFF;
    width: 50px;
    height: 50px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    box-shadow: 0 0 8px #919191;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.main-slider .owl-nav .owl-next:after:hover {
    background: #000;
}

.main-slider .owl-item .content {
    opacity: 0;
    z-index: 1;
}

.main-slider .owl-item.active .content {
    opacity: inherit;
}

.main-slider .content {
    position: absolute;
    top: 40%;
    background: transparent;
    padding: 10px;
    /*max-width: 1300px;*/
    min-height: 219px;
    /*min-width: 435px;*/
    margin: 0px auto;
    left: 0;
    right: 0;
    z-index: 999 !important;
}

.main-slider .content .code {
    /*background: #cc0000;*/
    color: #FFF;
    font-size: 13px;
    min-width: 100px;
    display: inline-block;
    text-align: left;
    position: absolute;
    top: -23px;
    padding: 2px 0px;
}

.main-slider .content h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    max-width: 600px;
}

.main-slider .content h1 a{
    color: #fff !important;
}

.main-slider .content p{
    font-weight: 400;
    color: #fff;
    line-height: 27px;
    max-width: 462px;
}

/*.main-slider .content h1:before {
    content: '';
    background: #1b1a1a;
    margin-right: 6px;
    width: 49px;
    float: left;
    height: 3px;
    margin-top: 15px;
    position: absolute;
    left: -12px;
}*/

.main-slider .content .bloc-img {
    padding-top: 17px;
}

.main-slider .content .bloc-img img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: left;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.main-slider .content .bloc-img p {
    font-size: 14px;
    display: inline-block;
    padding: 12px 0 0 9px;
    color: #1b1a1a;
    font-weight: 500;
}

.main-slider .content .bloc-img p span {
    margin-left: 10px;
}

/*.main-slider .content a {
    font-weight: bold;
    font-size: 13px;
    color: #1b1a1a;
    float: right;
    background: url(images/read-aerrow.png) no-repeat left bottom;
    padding: 0 0px 8px 0;
}

.main-slider .content a:after {
    content'';
    background: url(../images/read-aerrow.png) no-repeat bottom 0;
}*/

.main-slider .owl-carousel .owl-dots,
.center-slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    z-index: 999;
    max-width: 1300px;
    right: 50px;
    margin: 0px auto;
    left: 0;
    text-align: center;
}

.main-slider .owl-carousel .owl-dots .owl-dot span,
.center-slider .owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 5px;
    background: #b7b7b7;
}

.main-slider .owl-carousel .owl-dots .owl-dot.active span,
.center-slider .owl-carousel .owl-dots .owl-dot.active span {
    /*background: #cc0000;*/
}

.main-slider .owl-item .item:before {
    position: absolute;
    content: "";
    background: #0c0c0c63;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.main-slider .owl-item .item {
    position: relative;
}

.main-slider .owl-item.active .item:after {
    content: '';
    background: #6d6d6d;
    background: -moz-linear-gradient(top, #6d6d6d 1%, #000000 100%);
    background: -webkit-linear-gradient(top, #6d6d6d 1%, #000000 100%);
    background: linear-gradient(to bottom, #6d6d6d 1%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#000000', GradientType=0);
    position: absolute;
    left: 0;
    height: 100%;
    display: inline-block;
    top: 0;
    width: 100%;
    opacity: 0.5;
}

.main-block-cls{}

.main-block-cls {
    position: relative;
}

.main-block-cls .bloc-img {
    text-align: right;
    max-width: 1000px;
    width: 100%;
    float: right;
}

.main-block-cls .bloc-img img{
    width: 95% !important;
    height: 550px !important;
    margin-bottom: 15px;
}

.main-block-cls .content {
    max-width: 400px;
    background: #fff;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    padding: 90px 35px !important;
    /*box-shadow: 0 -10px 20px -5px rgb(115 115 115 / 26%), 
                0 10px 20px -5px rgb(115 115 115 / 26%), 
                -10px 0 20px -5px rgb(115 115 115 / 26%);*/
}

/*.main-block-cls h2.heading-cls {
    border-left: solid 2px #cc0000;
    padding: 0 0 0 15px;
}*/

.main-block-cls .cat-top-cls,
.main-block-cls .code {
    background: transparent;
    color: #cc0000 !important;
    /*position: absolute;*/
    top: -35px;
    padding: 7px 0px !important;
    left: 0;
    text-align: center;
    font-size: 14px !important;
}

.main-block-cls .date {
    border-left: 0px !important;
    padding-left: 0px !important;
    color: #000 !important;
    font-size: 16px !important;
}

body.home .one-post-cls{
    border-top: 1px solid #e6e6e6;
}

.container.one-post-cls{
    padding:0 0 25px;
}

body.home .one-post-cls .main-block-cls .content{
    padding: 90px 15px 0 0!important;
}

.text-cls1,
.text-cls2 {
    padding: 25px 0;
    font-size: 14px;
    color: #0c0c0c;
    font-weight: 600;
    text-transform: uppercase;
}

/*Video section on homepage*/
.container-fluid.video-post-cls {
    background: #000;
}

.video-post-cls .one-post-cls {
    border-top: 0 !important;
}

.text-cls2 {
    color: #fff;
}

.text-cls2 a,
.text-cls2 a:hover {
    color: #7a7a7a;
    font-size: 14px;
    text-transform: capitalize;
}

.video-post-cls .content {
    background: #000;
}

.video-post-cls .content h2 a {
    color: #fff !important;
}

.video-post-cls .content span.code {
    color: #7a7a7a !important;
}

.videos-cls{
    padding-top: 25px;
}

.videos-cls .four-block-cls{
    border-right: 1px solid #7a7a7a;
}

/* video section end */

.three-block{}

.three-block {
    padding: 0px;
}

.four-block-cls,
.health-cls{
    border-right: 1px solid #ededed;
}

.six-block-cls h2{
    min-height: 65px;
    margin-bottom: 0;
} 
.four-block-cls h2,
.health-cls h2 {
    min-height: 45px;
    margin-bottom: 0;
}

/*.health-cls {
    margin-bottom: 30px;
}
*/
.four-block-cls:last-child,
.four-block-cls:nth-child(4),
.four-block-cls:nth-child(7),
.health-cls:last-child,
.health-cls:nth-child(3),
.health-cls:nth-child(6),
.health-cls:nth-child(9) {
    border-right: 0px;
}

.smush-detected-img{
    box-shadow: none !important;
    border-radius: 0 !important;
}

.three-block .bloc-img img {
    height: 165px;
    min-height: 165px;
    width: 100%;
    object-fit: cover;
}

.three-block .content {
    padding: 5px 0;
}

.three-block .content .code,
.three-block .content .date,
.Recently-Added .optin-block .content h5,
.left-right-cls .content .code,
.left-right-cls .content .date{
    color: #cc0000;
    font-size: 12px;
}

.three-block .content .date,
.left-right-cls .content .date {
    border-left: 1px solid #cc0000;
    padding-left: 20px;
}

.three-block .content .code,
.left-right-cls .content .code {
    padding-right: 20px;
}

.three-block .content p,
.three-block-new .content p,
.banner-section .content p,
 .left-right-cls .content p{
    color: #000;
    font-size: 14px;
    padding-top: 0;
    line-height: 28px;
}

.three-block .content h2,
.three-block-new .content h2 {
    font-size: 18px;
}

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

.banner-section .content a{
    color: #fff !important;
}

.three-block .content h2:hover,
.three-block-new .content h2:hover,
.content a:hover {
    text-decoration: underline!important;
    color: #000;
}

.three-block-new:hover> .content h2, 
.three-block:hover> .content h2,
.option-main .option-section:hover> .content h2{
    text-decoration: underline;
}   

.author {
    padding-top: 20px;
}

span.author-name {
    font-size: 12px;
}

span.author-name a {
    color: #7a7a7a !important;
    font-weight: 600;
}

/*span.code.class-blog{background:#F0C419 !important;}
span.code.class-g7-summit{ background: #2D95BF !important;}
span.code.class-g20-summit{ background:#cc0000 !important;}
span.code.class-health{ background:#4EBA6F !important;}
span.code.class-un-women{ background:#F15A5A !important;}

.six-block-cls span.code.class-blog,
.four-block-cls span.code.class-blog,
.left-right-cls span.code.class-blog{background:transparent!important;}
.six-block-cls span.code.class-g7-summit,
.four-block-cls span.code.class-g7-summit,
.left-right-cls span.code.class-g7-summit{ background:transparent!important;}
.six-block-cls span.code.class-g20-summit,
.four-block-cls span.code.class-g20-summit,
.left-right-cls span.code.class-g20-summit{ background:transparent!important;}
.six-block-cls span.code.class-health,
.four-block-cls span.code.class-health,
.left-right-cls span.code.class-health{ background:transparent!important;}
.six-block-cls span.code.class-un-women,
.four-block-cls span.code.class-un-women,
.left-right-cls span.code.class-un-women{ background:transparent !important;}

.three-block-gird span.code.class-blog{background:#F0C419 !important;}
.three-block-gird span.code.class-g7-summit{ background: #2D95BF !important;}
.three-block-gird span.code.class-g20-summit{ background:#cc0000 !important;}
.three-block-gird span.code.class-health{ background:#4EBA6F !important;}
.three-block-gird span.code.class-un-women{ background:#F15A5A !important;}*/


/* category page  */

@media(min-width: 992px){
    .three-block-gird {
        max-width: 33% !important;
        -ms-flex: 0 0 33% !important;
        flex: 0 0 33% !important;
    }
    .three-block-gird .three-block .content .code{
        /*background: #cc0000;*/
        color: #cc0000;
        /*padding: 6px 30px;*/
    }
}

.only-content-cls {
    border-top: 1px solid #e6e6e6;
    margin-top: 110px;
    /*padding-top: 45px;*/
}

.only-content-cls .content {
    position: unset;
    max-width: 100%;
    padding: 0px !important;
}

.only-content-cls .col-md-6{
    border-right: 1px solid #e6e6e6;
}

.only-content-cls .col-md-6:last-child{
    border-right: 0;
}

.left-right-cls{}

.left-right-cls .col-md-8{
    border-right: 1px solid #ededed;
}

.left-right-cls h2{
    font-size: 32px;
}

.left-right-cls .col-12, 
.left-right-cls .col-xl-8 {
    padding: 0;
}

/* editor's section  */
body.home .owl-carousel.owl-carousel4 .owl-nav.disabled {
    display: flex !important;
    top: -49px;
}

.editor-cls h2{
    margin-top: 100px;
}

span.top-text,
h3.editor-heading {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700 !important;
}

span.custom-text-cls {
    color: #000;
}

.editor-cls a:hover {
    text-decoration: none !important;
}

.editor-cls a:hover> span.custom-text-cls {
    text-decoration: underline;
}

.editor-cls .gallery-section .owl-carousel .owl-item:after {
    right: -5px;
}

.editor-cls .trend-text img {
    height: auto;
    position: relative;
}

.editor-cls .trend-text>a:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 70%;
    background: #2624243b;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0px auto;
}

.editor-cls .trend-text:hover a:before {
    opacity: 1;
}

h3.editor-heading {
    text-align: left;
}

.editor-cls .gallery-section {
    padding: 30px 0 0 0;
}

.editor-cls .trend-text .content {
    margin-top: 5px;
}

.editor-cls span.editor-name {
    font-size: 14px;
    color: #cc0000;
}

.editor-role {
    font-size: 14px;
    color: #7a7a7a !important;
}

.editor-desc {
    font-size: 16px;
    padding-top: 5px;
    font-family: 'globalstyle';
}

.editor-cls .trend-text {
    padding: 0 10px;
}

.editor-cls .trend-text a:hover> .editor-desc {
    text-decoration: underline;
}

/*  Editor section end */

.six-block-cls {
    margin: 20px 0;
    border-right: 1px solid #ededed;
}

.six-block-cls:last-child,
.six-block-cls:nth-child(3),
.six-block-cls:nth-child(6),
.six-block-cls:nth-child(9),
.six-block-cls:nth-child(12) {
    border-right: 0px;
}

.policy-grid {
    padding-top: 25px;
}

.policy-grid .bloc-img {
    position: relative;
}

.policy-grid .bloc-img:after {
    content: '';
    background: #6d6d6d;
    background: -moz-linear-gradient(top, #6d6d6d 1%, #000000 100%);
    background: -webkit-linear-gradient(top, #6d6d6d 1%, #000000 100%);
    background: linear-gradient(to bottom, #6d6d6d 1%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#000000', GradientType=0);
    position: absolute;
    left: 0;
    height: 100%;
    display: inline-block;
    top: 0;
    width: 100%;
    opacity: 0.5;
}

.policy-grid .bloc-img img {
    width: 100% !important;
}

.policy-grid .content {
    padding-top: 0px;
}

.policy-grid .content .code {
    background: #f54337;
    color: #FFF;
    font-size: 13px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    padding: 2px 8px;
}

.policy-grid .content h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
}

.policy-grid .content p {
    color: #9b9b9b;
    font-size: 15px;
    padding-top: 3px;
}

.policy-grid .content .author {
    width: 100%;
    max-width: 47%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 41px;
    min-height: 53px;
}

.policy-grid .content .author img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: inline-block;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -webkit-border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.policy-grid .content .author h4 {
    font-weight: 600;
    vertical-align: top;
    display: inline-block;
    padding: 0 0 0 12px;
}

.policy-grid .content .author h4 span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 0 0 0;
}

.tranding-now {
    padding-top: 20px;
}

.re-head {
    position: relative;
    margin-bottom: 12px;
    color: #9b9b9b !important;
    font-weight: 600;
}

.re-head:before {
    content: '';
    background: #9b9b9b;
    margin-right: 6px;
    width: 27px;
    float: left;
    height: 2px;
    margin-top: 10px;
}

.tranding-now .tranding-img {
    position: relative;
}

.tranding-now .tranding-img img {
    width: 100%;
    max-height: 214px;
}

.tranding-now .tranding-img .trand-text {
    position: absolute;
    bottom: 15px;
    padding: 0 26px;
}

.tranding-now .trand-text p {
    padding: 0;
    margin: 0 0 6px;
    font-size: 14px;
    color: #FFF;
    font-weight: normal;
}

.tranding-now .trand-text h3 {
    color: #FFF !important;
}

.tranding-now .trand-text2 {
    margin-top: 20px;
    padding: 20px;
    border: solid 1px #dfdfdf;
}

.tranding-now .trand-text2 p {
    color: #222222;
    font-size: 13px;
    padding: 0;
}

.left-right-cls .col-xl-9 {
    padding-left: 0;
}

.Recently-Added {
    padding-top: 20px;
}

.Recently-Added .nav-link {
    background-color: #fafafa;
    font-size: 12px;
    color: #c5c5c5;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 0 !important;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-weight: 700;
}

.Recently-Added .nav-link:last-child {
    border-right: 0px;
}

.Recently-Added .nav-link.active {
    background-color: #fff !important;
    color: #000 !important;
}

.Recently-Added .nav-link:hover {
    text-decoration: none !important;
}
/*
.Recently-Added .tab-content {
    margin-top: 20px;
}*/

.Recently-Added .optin-block {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    border-top: 1px solid #ededed;
    padding: 10px 0;
}

.Recently-Added .optin-block:first-child{
    border-top: 0px;
}

.Recently-Added .optin-block .content h4 {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 55px);
    padding-top: 5px;
    margin-bottom: 0;
}

.Recently-Added .optin-block .content span.counter-cls {
    font-size: 45px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    color: #e6e6e6;
    padding-top: 10px;
}

.Recently-Added .optin-block .img-optioni {
    width: 70px;
    display: inline-block;
    vertical-align: top;
}

.optin-block .img-optioni img{
    min-height: 80px;
}

body.post-template-default .Recently-Added{
    padding-left: 0px;
}

body.post-template-default .Recently-Added .optin-block .content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70px);
    padding-left: 15px;
}

body.post-template-default .Recently-Added .optin-block .content h4 {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-left: 0;
}

body.post-template-default .Recently-Added .optin-block {
    border-bottom: 0px;
}

/* adapted from  https://codepen.io/glebkema/pen/Xjryjd*/

.big-small-slider {
    padding: 50px 0;
}

.big-small-slider h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.blog-post-cls {
    padding: 20px 0;
}

.blog-post-cls h3 {
    text-align: left;
    text-transform: none;
    padding-bottom: 0px;
}

.blog-post-cls .active {
    transform: scale(1);
}

.big-small-slider h3 span {
    position: relative;
}

.big-small-slider h3 span:before {
    content: '';
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #1b1a1a;
    position: absolute;
    left: -57px;
    top: 9px;
}

.big-small-slider h3 span:after {
    content: '';
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #1b1a1a;
    position: absolute;
    right: -57px;
    top: 9px;
}

.big-small-slider .active.center {
    transform: scale(1);
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.big-small-slider .active {
    transform: scale(.8);
    transition: .6s ease;
}

.big-small-slider .content {}

.big-small-slider .content span.code {
    position: absolute;
    top: 30px;
    background: #f54337;
    color: #FFF;
    font-size: 13px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    padding: 2px 8px;
    left: 30px;
}

.big-small-slider .content .block {
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.big-small-slider .content .block .date {
    color: #FFF;
    font-size: 13px;
    padding: 0;
}

.big-small-slider .content .block h4 {
    color: #FFF;
}

.big-small-slider .content .block a {
    font-weight: bold;
    font-size: 14px;
    background: transparent;
    color: #FFF;
    padding: 7px 20px;
    display: inline-block;
    margin-top: 8px;
    border: solid 1px #FFF;
    border-radius: 4px;
}

.big-small-slider .owl-item.active .content a {
    background: transparent;
    color: #FFF;
    border: solid 1px #FFF;
}

.big-small-slider .owl-stage-outer .owl-item.active.center .content a {
    background: #f54337;
    color: #FFF;
    border: solid 0px #FFF;
}

.big-small-slider .content .block a .fa {
    font-size: 11px;
    position: relative;
    left: 6px;
    top: -1px;
}

.big-small-slider .owl-carousel .owl-nav {}

.big-small-slider .owl-carousel .owl-dots,
.blog-post-cls .owl-carousel .owl-dots {
    margin-top: 16px !important;
}

.big-small-slider .owl-carousel .owl-dots .owl-dot span,
.blog-post-cls .owl-carousel .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 6px 3px;
    background: #9b9b9b;
}

.big-small-slider .owl-carousel .owl-dots .owl-dot.active span,
.blog-post-cls .owl-carousel .owl-dots .owl-dot.active span{
    background: #000;
    display: inline-block;
    margin: 6px 8px;
    position: relative;
    top: 0px;
}

.big-small-slider .owl-carousel .owl-dots .owl-dot.active span:after,
.blog-post-cls .owl-carousel .owl-dots .owl-dot.active span:after {
    content: '';
    background: #FFF;
    width: 19px;
    height: 19px;
    border: solid 1px #fff;
    display: inline-block;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -1;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.big-small-slider .owl-dots.disabled, 
.blog-post-cls .owl-dots.disabled{
    display: inline-block!important;
    width: 100%;
}

.big-small-slider .owl-carousel .owl-item img,
.blog-post-cls .owl-carousel .owl-item img{
    width: 100% !important;
}

.three-block-new {}

.three-block-new .bloc-img {}

.three-block-new .bloc-img img {
    height: 258px;
    width: 100%;
}

.three-block-new .content {
    padding: 20px 0 0;
}

.three-block-new .content .code,
.single-post-header .code {
    background: #cc0000;
    color: #FFF;
    font-size: 14px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    padding: 5px 8px;
}

.three-block-new .content .date {
    color: #000;
    font-size: 14px;
    padding: 0 0 0 11px;
    font-weight: 500;
}

.trend-text h3{
    font-size: 26px !important;
}

/*.three-block-new .content a {
    font-weight: bold;
    color: #f12639;
    font-size: 14px;
}*/

.three-block-new .content a img {
    background: #1b1a1a;
    width: 20px;
    padding: 5px;
    height: 20px;
    border-radius: 100px;
    margin-right: 5px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.three-block-new .content a:hover img {
    background: #f12639;
}

.three-block-new .content a span {
    opacity: 0;
}

.three-block-new .content a:hover span {
    opacity: 9;
}

.banner-section{}

.banner-text-cls {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 30px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.banner-img-cls {
    padding-top: 310px;
    padding-bottom: 310px;
    position: relative;
    /*background-attachment: fixed!important;*/
}

.banner-section .content p{
    max-width: 700px;
    margin: 0 auto;
    color: #fff !important;
}

.banner-section .code {
    /*background: #c00;*/
    color: #fff;
    font-size: 14px;
    padding: 3px 30px;
}

.banner-section h2 {
    font-size: 48px;
    margin-top: 10px;
    color: #fff;
}

.blog-post-cls{}

.fa-long-arrow-right:before {
    content: "\f178" !important;
}

.blog-post-cls {
    display: block;
    padding-bottom: 0px;
}

.trend-text {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.trend-text img {
    height: 300px;
}

.trend-text .content {
    margin-top: 5px;
}

.trend-text .content p {
    color: #cc0000;
}

.read-more-cls span {
    color: #000;
    font-weight: 500;
}

.read-more-cls {
    padding-top: 25px;
}

.read-more-cls i {
    padding-left: 15px;
    color: #cc0000 !IMPORTANT;
}

.read-more-cls a:hover> span {
    text-decoration: underline;
}

.insta-f {
    display: table;
    width: 100%;
    padding: 20px 0;
}

.insta-f .inst-img {
    width: 18%;
    display: table-cell;
}

.insta-f .inst-img img {
    width: 100%;
}

.insta-f .inst-img2 {
    width: 28%;
    display: table-cell;
    background: #f54337;
    vertical-align: bottom;
}

.insta-f .inst-img2 .fa {
    font-size: 28px;
    color: #FFF;
    padding: 0 0 13px 36px;
}

.insta-f .inst-img2 p {
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
    padding: 0 0 14px 37px;
}

.footer-main {}

.footer-main .footer-logo {
    padding-top: 26px;
    max-width: 176px;
}

.footer-main .f-block {
    margin-top: 30px;
}

.footer-main .f-block p {}

.footer-main .f-block p a {
    color: #9b9b9b;
    word-break: break-all;
    display: block;
}

.footer-main .f-block p a:hover {
    color: #f54337;
}

.social {
    padding-top: 21px;
}

.footer-main .social a {
    color: #1b1a1a;
}

.social a {
    padding: 0 7px;
    color: #1b1a1a;
}

.social a i.fa.fa-facebook {
    font-family: "Font Awesome 5 Brands" !important;
}

.social a:hover {
    color: #f54337;
}

.copyrihgt {
    text-align: right;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #9b9b9b;
    text-transform: uppercase;
    padding: 20px;
}


/* About us page */

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

.elementor-divider {
    display: none;
}

header.mb-5 {
    background: #000;
    padding: 13px;
    margin: 0;
    width: auto;
}

header.mb-5 h1 {
    font-size: 16px !important;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
}

.title-red-bg header.mb-5 {
    background: #f54337;
    margin-bottom: 30px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.about-main-cont1 {
    background: #efefef;
    padding: 30px 0;
    margin-top: 30px;
}

.about-main-cont2 {
    background: #e9f8ff;
    padding: 30px 0;
    margin-top: 30px;
}

.about-main-cont3 {
    background: #ffe8e8;
    padding: 30px 0;
    margin-top: 30px;
}

.about-main-cont1 .elementor-text-editor,
.about-main-cont2 .elementor-text-editor,
.about-main-cont3 .elementor-text-editor {
    padding: 0 29px;
    margin-top: 48px;
}

.page-id-1686 .elementor-image img {
    padding: 0 30px
}

.main-pub .header-img img {
    width: 100%;
}


/* Contact us page */

.main-conatct {}

.main-conatct h2.elementor-heading-title {
    background: #f3f3f3;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.main-conatct h2.elementor-heading-title span {
    background: #e83f44;
    padding: 12px 18px;
    display: inline-block;
    text-transform: uppercase;
}

.main-conatct .contact-left {
    margin-top: 50px;
}

.main-conatct .contact-left .elementor-widget-wrap {
    padding-right: 30px;
}

.main-conatct .contact-left h2.elementor-heading-title {}

.main-conatct .contact-left .elementor-field-label {
    display: none;
}

.main-conatct .contact-left .form-control {
    height: 40px;
    min-height: inherit;
    border: solid 2px #f3f3f3;
    border-radius: 0px;
}

.main-conatct .contact-left input#form-field-field_1 {
    padding: 0 0 0 9px;
}

.main-conatct .contact-left textarea.form-control {
    padding: 8px 0 0 9px;
}

.main-conatct .contact-left .elementor-field {
    height: 40px;
    min-height: inherit;
    border: solid 2px #f3f3f3;
    border-radius: 0px;
    font-size: 14px;
}

.main-conatct .contact-left textarea {
    height: 100px !important;
    line-height: normal;
    min-height: inherit;
}

.main-conatct .contact-left .elementor-button {
    background: #a1a1a1;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

.main-conatct .contact-left .elementor-button:hover {
    background: #e83f44;
}

.main-conatct .contact-right {
    margin-top: 50px;
}

.main-conatct .contact-right-icons {}

.main-conatct .contact-right-icons ul {
    text-align: right;
    display: inline-block !important;
    margin: 0 !important;
}

.main-conatct .contact-right-icons ul li {
    display: inline-block !important;
    margin: 0 0 14px 0!important;
}

.main-conatct .contact-right-icons ul li i {
    font-size: 17px !important;
    color: #FFF !important;
    line-height: 50px;
    width: 71px;
    text-align: center;
}

.main-conatct .contact-right-icons ul li .fa-youtube-square {
    background: #e83f44;
}

.main-conatct .contact-right-icons ul li .fa-facebook-square {
    background: #3058a0;
}

.main-conatct .contact-right-icons ul li .fa-twitter-square {
    background: #069dd6;
}

.main-conatct .contact-right-icons ul li .fa-google-plus-square {
    background: #ec453d;
}

.main-conatct .contact-right-icons ul li .fa-linkedin {
    background: #0075b8;
}

.main-conatct .contact-right-icons ul li .fa-android {
    background: #62c56b;
}

.main-conatct .contact-right-icons ul li .fa-instagram {
    background: #35475d;
}

.main-conatct .contact-right-icons ul li .fa-vimeo-v {
    background: #4eceeb;
}

.main-conatct .contact-right-address {}

.main-conatct .contact-right-address p {
    margin-bottom: 0 !important;
}

.main-conatct .contact-right-address a {
    color: #9b9b9b;
}


/* Video page start */

.ds-video-page {
    background: #28292d;
    display: inline-block;
    width: 100%;
}

.ds-video-page .slider {}

.ds-video-page .owl-carousel .owl-nav.disabled+.owl-dots {
    display: none;
}

.ds-video-page .row {
    margin: 0;
}

.ds-video-page .row .col-md-8 {
    padding: 0;
}

.ds-video-page .row .col-md-4 {
    padding: 0;
    overflow-x: hidden !IMPORTANT;
}

a.sbscribe-btn {
    border: solid 1px;
    padding: 8px 25px;
    font-size: 15px;
    margin-top: 23px;
    background: #f54337;
    color: #FFF;
}

.ds-video-page .owl-video-wrapper {
    display: inline-block;
    width: 100%;
    height: 500px !important;
}

.ds-video-page .slider .owl-carousel .owl-video-play-icon {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.ds-video-page .navigation-thumbs .thumb-list .img-thumb .owl-video-wrapper {
    height: 70px !important;
}

.ds-video-page .navigation-thumbs .thumb-list .img-thumb .owl-video-wrapper .owl-video-play-icon {
    width: 30px;
    height: 30px;
    background-size: cover;
    margin: -16px 0 0 -14px;
    pointer-events: none;
}

.ds-video-page .navigation-thumbs .thumb-list .img-thumb .owl-video-wrapper iframe {
    height: 70px;
}

.video-content {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    left: 0;
    width: 100%;
    padding: 70px 30px 30px 30px;
    background: rgb(45, 45, 45);
    background: -moz-linear-gradient(top, rgba(45, 45, 45, 0) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0.71) 100%);
    background: -webkit-linear-gradient(top, rgba(45, 45, 45, 0) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0.71) 100%);
    background: linear-gradient(to bottom, rgba(45, 45, 45, 0) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#000000', GradientType=0);
}

.video-content span.code {
    background: #f54337;
    color: #FFF;
    font-size: 13px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
}

.video-content h1 {
    font-weight: bold;
    color: #FFF;
    font-size: 25px;
    margin: 12px 0 12px 0;
    line-height: 38px;
}

.video-content ul {
    padding: 0;
    margin: 0;
}

.video-content ul li {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    padding: 0 12px 0 0;
}

.home .home-sbscribe-btn {
    text-align: center;
    margin-top: 30px;
}

.home .home-sbscribe-btn a {
    color: #FFF !important;
}

#sync1 .item,
#sync1 .item-video {}

#sync2 .item {}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .synced .item {
    position: relative;
}

#sync2 .synced .item:before {
    content: '';
    width: 2px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 5px;
    background: red;
}

#sync2 .synced .item:after {
    content: "\f0d9";
    position: absolute;
    font-family: fontawesome;
    color: red;
    top: 30px;
    left: 0;
}

.ds-video-page .navigation-thumbs .owl-stage .owl-item {
    float: none;
    display: inline-block;
    width: 100% !important;
}

.ds-video-page .navigation-thumbs .owl-stage {
    width: 100% !important;
    transform: translate(0px, 0px) !important;
}

.ds-video-page .navigation-thumbs .thumb-list {
    border-top: solid 1px #393a3f;
    width: 100%;
    display: table;
    padding: 15px 10px 8px 10px;
}

.ds-video-page .navigation-thumbs .thumb-list .img-thumb {
    width: 70px;
    height: 70px;
    background: #393a3f;
    margin: 0 0 0 11px;
}

.ds-video-page .navigation-thumbs .thumb-list .content {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 14px;
    line-height: 20px;
}

.ds-video-page .navigation-thumbs .thumb-list .content h5 {
    color: #FFF;
    font-size: 14px;
}

.ds-video-page .navigation-thumbs .thumb-list .content p {
    color: #959698;
    font-size: 12px;
    margin: 0;
    padding: 0;
}


/* Blue Singal Post */

.banner-slide {}

.banner-slide img {
    max-height: 700px;
    width: 100%;
    object-fit: cover;
}

.class-blog {
    margin-top: 0 !important;
}

.class-blog a {
    color: #2d95bf;
}

.mid-content:after {
    content: '';
    background: #FFF;
    width: 100%;
    height: 100px;
    display: inline-block;
    position: absolute;
    left: -100%;
    top: 0;
}

.head-color {
    background: #2d95bf;
    width: 100%;
    float: left;
}

p#breadcrumbs {
    color: #FFF;
    padding: 13px 11px 13px 11px;
    margin: 0;
}

p#breadcrumbs a {
    color: #FFF;
}

span.breadcrumb_last {
    color: #000;
}

.mid-content .profile-b {}

.mid-content .profile-b .p-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100px;
    float: left;
    margin: 0 30px 0 0;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.mid-content .profile-b .p-img img {
    height: 100%;
}

.mid-content .profile-b .content {}

.mid-content .profile-b .content .code {
    background: #2d95bf;
    font-size: 13px;
    color: #FFF;
    padding: 5px 15px;
    display: inline-block;
    min-width: 100px;
    position: relative;
    padding-top: 33px;
    top: -35px;
}


.mid-content .profile-b .content p span {
    margin: 0 0 0 20px;
}

.mid-content h1 {
    display: inline-block;
    font-size: 61px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.mid-content h1:after {
    content: '';
    background: #2d95bf;
    width: 100%;
    float: left;
    height: 40px;
    position: relative;
    top: -15px;
    z-index: -1;
}

.mid-content .first-big {
    font-size: 67px;
    font-weight: bold;
    color: #2d95bf;
    float: left;
    line-height: 50px;
    margin-right: 9px;
}

.mid-content h6 {
    background: #ccf2fd;
    display: inline-block;
    font-size: 15px;
    margin: 0 0 5px 0;
    padding: 5px 15px;
    font-weight: bold;
}

.mid-content .conclusion-block {
    display: inline-block;
    width: 100%;
}

.mid-content .conclusion-block p {}

.mid-content .conclusion-block .quote-class {
    float: right;
    width: 387px;
    font-weight: lighter;
    font-style: italic;
    font-size: 35px;
    margin: 0;
    padding: 10px 0px 37px 37px;
    line-height: 37px;
    font-size: 35px;
}

.mid-content .conclusion-block .quote-class:before {
    content: "\f10d";
    color: #00bff3;
    font-family: fontawesome;
    display: block;
}

.mid-content .conclusion-block .quote-class h2 {
    font-size: 90px;
    line-height: 50px;
}

.mid-content .conclusion-block .quote-class p {
    font-size: 24px;
    margin-bottom: 50px;
}


/* new start 09-04-21 SSS*/


.mid-content .profile-b .profile-b .p-block .p-img {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0;
    margin: 0;
}

.mid-content .profile-b .profile-b .p-block p {
    display: table-cell;
    vertical-align: top;
    padding: 21px 8px 0 10px;
}

.mid-content .profile-b .profile-b .date {
    padding: 18px 8px 0 10px;
    font-size: 14px;
}


/* new end */

.mid-content .britta-block {
    background: #ccf2fd;
    margin-top: 100px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.mid-content .britta-block .britta-img {
    float: left;
    margin: -92px 27px 0px -21px;
    max-width: 200px;
    width: 100%;
}

.mid-content .britta-block .britta-img img {
    max-width: 200px;
    min-height: 292px;
    width: 100%;
}

.mid-content .britta-block .content {
    padding: 35px 20px 20px 20px;
    min-height: 237px;
}

.mid-content .britta-block .content h3 {}

.mid-content .britta-block .content p {
    color: #9b9b9b;
}

.mid-content .britta-block .content a {
    color: #222;
}

.mid-content p.tag-b {
    text-align: right;
}

.mid-content p.tag-b a {
    color: #9b9b9b;
}

.social_like {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.mid-content .social_like a {
    width: 31.33%;
    color: #FFF;
    padding: 11px 14px;
    font-size: 13px;
    margin-top: 10px;
}

.mid-content .social_like a.facebook {
    background: #4268b3;
}

.mid-content .social_like a.twitter {
    background: #1da1f3;
}

.mid-content .social_like a.google {
    background: #ea4235;
}

.mid-content .social_like .fa {
    font-family: "Font Awesome 5 Brands" !important;
    margin-right: 10px;
}

.mid-content .pagination-bottom {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.mid-content .pagination-bottom .left-p {
    float: left;
    max-width: 43%;
    text-align: left;
}

.mid-content .pagination-bottom .right-p {
    float: right;
    max-width: 43%;
    text-align: right;
}

.mid-content .pagination-bottom a {
    color: #9b9b9b;
    font-size: 14px;
    border-bottom: solid 2px;
    width: 55px;
    font-weight: bold;
    display: inline-block;
}

.mid-content .pagination-bottom p {
    margin-top: 12px;
    font-size: 17px;
    font-weight: bold;
}

.mid-content .conclusion-block .quote-class.quote-none:before {
    display: none;
}

header .navbar_main ul li a:hover {
    text-decoration: none !important;
}

.class-health .mid-content .conclusion-block .quote-class:before {
    color: #4EBA6F;
}

.class-health .mid-content .conclusion-block .quote-class h2 {
    color: #ccf2fd;
}

.class-health .title-red-bg header.mb-5 {
    background: #4EBA6F;
}

.class-health .navbar_main ul.navbar-nav li a.active {
    border-bottom: solid #4EBA6F;
}

li.class-health a:hover {
    border-bottom: solid #4EBA6F!important;
}

.class-health .head-color {
    background: #4EBA6F;
}

.class-health .mid-content .profile-b .content .code {
    background: #4EBA6F;
}

.class-health .mid-content h1:after {
    background: #4EBA6F;
}

.class-health .mid-content .first-big {
    color: #4EBA6F;
}

.class-health .mid-content .britta-block {
    background: #d5ffe2;
}

.class-g20-agendas {
    margin-top: 0 !important;
}

.class-g20-agendas a {
    color: #cc0000;
}

.class-g20-agendas .head-color {
    background: #cc0000;
}

.class-g20-agendas .mid-content .profile-b .content .code {
    background: #cc0000;
    min-width: 100px;
}

.class-g20-agendas .mid-content h1:after {
    background: #cc0000;
}

.class-g20-agendas .insta-f .inst-img2 {
    background: #cc0000;
}

.class-g20-agendas .mid-content .first-big {
    color: #cc0000;
}

.class-g20-agendas .mid-content .mid-content h6 {
    background: #ccf3d8;
}

.class-g20-agendas .mid-content .conclusion-block .quote-class:before {
    color: #ccf3d8;
}

.class-g20-agendas .mid-content .britta-block {
    background: #d1efda;
}

.class-g20-agendas .mid-content h6 {
    background: #d1efda;
}

.class-g20-agendas .mid-content .conclusion-block .quote-class h2 {
    color: #d1efda;
}

.class-g20-summit {
    margin-top: 0 !important;
}

.class-g20-summit .title-red-bg header.mb-5 {
    background: #cc0000;
}

.class-g20-summit .navbar_main ul.navbar-nav li a.active {
    border-bottom: solid #cc0000;
}

li.class-g20-summit a:hover {
    border-bottom: solid #cc0000!important;
}
li.class-climate-finance a:hover {
    border-bottom: solid #036c78!important;
}

.class-g20-summit a {
    color: #cc0000;
}

.class-g20-summit .head-color {
    background: #cc0000;
}

.class-g20-summit .mid-content .profile-b .content .code {
    background: #cc0000;
    min-width: 100px;
}

.class-g20-summit .mid-content h1:after {
    background: #cc0000;
}

.class-g20-summit .insta-f .inst-img2 {
    background: #cc0000;
}

.class-g20-summit .mid-content .first-big {
    color: #cc0000;
}

.class-g20-summit .mid-content .conclusion-block .quote-class:before {
    color: #cc0000;
}

.class-g20-summit .mid-content .mid-content h6 {
    background: #cc0000;
}

.class-g20-summit .mid-content .britta-block {
    background: #fdcfcf;
}

.class-g20-summit .mid-content h6 {
    background: #cc0000;
}

.class-g20-summit .mid-content .conclusion-block .quote-class h2 {
    color: #cc0000;
}

.class-g7-summit {
    margin-top: 0 !important;
}

.class-g7-summit .title-red-bg header.mb-5 {
    background: #2D95BF;
}

li.class-g7-summit a:hover {
    border-bottom: solid #2D95BF!important;
}

.class-g7-summit .navbar_main ul.navbar-nav li a.active {
    border-bottom: solid #2D95BF;
}

.class-g7-summit a {
    color: #2D95BF;
}

.class-g7-summit .head-color {
    background: #2D95BF;
}

.class-g7-summit .mid-content .profile-b .content .code {
    background: #2D95BF;
    min-width: 100px;
}

.class-g7-summit .mid-content h1:after {
    background: #2D95BF;
}

.class-g7-summit .insta-f .inst-img2 {
    background: #2D95BF;
}

.class-g7-summit .mid-content .first-big {
    color: #2D95BF;
}

.class-g7-summit .mid-content .conclusion-block .quote-class:before {
    color: #2D95BF;
}

.class-g7-summit .mid-content .britta-block {
    background: #d1efda;
}

.class-g7-summit .mid-content h6 {
    background: #d1efda;
}

.class-g7-summit .mid-content .conclusion-block .quote-class h2 {
    color: #d1efda;
}

.class-opinion {
    margin-top: 0 !important;
}

.class-opinion .title-red-bg header.mb-5 {
    background: #955BA5;
}

.class-opinion .blog-list-p .content .code {
    background: #955BA5;
}

.class-opinion .main-slider .content .code {
    background: #955BA5;
}

li.class-opinion a:hover {
    border-bottom: solid #955BA5!important;
}

.class-opinion .navbar_main ul.navbar-nav li a.active {
    border-bottom: solid #955BA5;
}

.class-opinion .insta-f .inst-img2 {
    background: #955BA5;
}

.class-opinion a {
    color: #955BA5;
}

.class-opinion .head-color {
    background: #955BA5;
}

.class-opinion .mid-content .profile-b .content .code {
    background: #955BA5;
    min-width: 100px;
}

.class-opinion .mid-content h1:after {
    background: #955BA5;
}

.class-opinion .insta-f .inst-img2 {
    background: #955BA5;
}

.class-opinion .mid-content .first-big {
    color: #955BA5;
}

.class-opinion .mid-content .conclusion-block .quote-class:before {
    color: #955BA5;
}

.class-opinion .mid-content .britta-block {
    background: #ecd3f3;
}

.class-opinion .mid-content h6 {
    background: #ecd3f3;
}

.class-opinion .mid-content .conclusion-block .quote-class h2 {
    color: #ecd3f3;
}

.class-un-women {
    margin-top: 0 !important;
}

.class-un-women a {
    color: #cc0000;
}

.class-un-women .head-color {
    background: #cc0000;
}

.class-un-women .mid-content .profile-b .content .code {
    background: #cc0000;
    min-width: 100px;
}

.class-un-women .mid-content h1:after {
    background: #cc0000;
}

.class-un-women .insta-f .inst-img2 {
    background: #cc0000;
}

.class-un-women .mid-content .first-big {
    color: #cc0000;
}

.class-un-women .mid-content .conclusion-block .quote-class:before {
    color: #cc0000;
}

.class-un-women .mid-content .britta-block {
    background: #fbd2d3;
}

.class-un-women .mid-content h6 {
    background: #fbd2d3;
}

.class-un-women .mid-content .conclusion-block .quote-class h2 {
    color: #fbd2d3;
}

.class-blog .title-red-bg header.mb-5 {
    background: #F0C419;
}

.class-blog .navbar_main ul.navbar-nav li a.active {
    border-bottom: solid #F0C419;
}

li.class-blog a:hover {
    border-bottom: solid #F0C419!important;
}

.class-blog .insta-f .inst-img2 {
    background: #F0C419;
}

.class-blog .head-color {
    background: #F0C419;
}

.class-blog .mid-content .profile-b .content .code {
    background: #F0C419;
}

.class-blog .mid-content h1:after {
    background: #F0C419;
}

.class-blog .mid-content .first-big {
    color: #F0C419;
}

.class-blog .mid-content .britta-block {
    background: #fff3c5;
}


/* Main section page start */

.blog-list-p {}

.blog-list-p .banner-img {}

.blog-list-p .banner-img img {
    width: 100%;
}

.col-md-12 .blog-list-p .banner-img img {
    max-height: 400px;
}

.blog-list-p .content {
    background: #FFF;
    position: relative;
    padding-right: 10px;
    top: -58px;
    max-width: 88%;
    padding-left: 6%;
    border-radius: 0;
}

.blog-list-p .content .code {
    background: #f54337;
    color: #FFF;
    font-size: 13px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -13px;
    padding: 2px 8px;
}

.blog-list-p .content h2 {
    padding: 30px 0 0 0;
}

.blog-list-p .content ul {
    margin: 0;
    padding: 9px 0;
}

.blog-list-p .content ul li {
    font-size: 13px;
    color: #1b1a1a;
    display: inline-block;
    padding: 0 12px 0 0;
    text-transform: capitalize;
}

.blog-list-p .content ul li img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: solid 1px #f2f2f2;
    margin-right: 10px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.blog-list-p .content p {
    font-size: 13px;
    color: #1b1a1a;
}

.blog-list-p .content .read-more {
    font-weight: bold;
    font-size: 13px;
    color: #1b1a1a;
    background: url(images/read-aerrow.png) no-repeat bottom;
    padding: 0 0px 8px 0;
    font-size: 13px;
}

.ajax-load-more-wrap.blue .alm-load-more-btn {
    background: #1b1a1a !important;
    color: #FFF;
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 7px 0;
    height: auto;
}

.ajax-load-more-wrap.blue .alm-load-more-btn:hover {
    background: #f54337 !important;
}

button.alm-load-more-btn.more.done {
    display: none;
}

.blog-list-p.blog-two-col .banner-img img {
    width: 100%;
    height: 250px;
}

.blog-list-p.blog-two-col .content ul li:first-child {
    font-size: 14px;
    font-weight: bold;
}

.blog-list-p.blog-two-col .content h2 {
    font-size: 16px;
    line-height: 25px;
    min-height: 83px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.blog-list-p.blog-two-col .content p {
    color: #9b9b9b;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-height: 76px;
}

.blog-list-p.blog-two-col .content .read-more {
    padding: 0 0px 8px 0;
}

.bri-follow {
    background: #fcdee0;
    text-align: center;
    padding: 40px 40px 0px 40px;
}

.bri-follow img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 19px;
    border: solid #f54337;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.bri-follow h3 span {
    display: block;
    color: #9b9b9b;
    padding-top: 3px;
    font-size: 14px;
    font-weight: normal;
}

.bri-follow a.follow-btn {
    background: #f54337;
    width: 100%;
    display: inline-block;
    color: #FFF;
    padding: 14px 0;
}

.bri-follow .twit {
    border-top: solid 2px #fff;
    margin-top: 30px;
    padding: 21px;
    position: relative;
}

.bri-follow .twit a {
    color: #222;
}

.bri-follow .twit:before {
    content: '';
    background: #FFF;
    width: 50px;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: -44px;
    top: -2px;
}

.bri-follow .twit:after {
    content: '';
    background: #FFF;
    width: 50px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: -44px;
    top: -2px;
}

.Recently-Added+.social_like {
    display: inline-block;
    width: 100%;
}

.Recently-Added+.social_like a {
    width: 100%;
    color: #FFF;
    padding: 11px 0px;
    font-size: 21px;
    margin-top: 10px;
    display: table;
    height: 100px;
}

.Recently-Added+.social_like a.facebook {
    background: #4268b3;
}

.Recently-Added+.social_like a.twitter {
    background: #1da1f3;
}

.Recently-Added+.social_like a.google {
    background: #ea4235;
}

.Recently-Added+.social_like .fa {
    font-family: "Font Awesome 5 Brands" !important;
    margin-right: 10px;
    vertical-align: middle;
    display: table-cell;
    width: 77px;
    text-align: center;
}

.Recently-Added+.social_like a strong {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-transform: capitalize;
}

.Recently-Added+.social_like a strong span {
    display: block;
    font-weight: normal;
    font-size: 13px;
}

.sign-form {
    background: #f5f5f5;
    padding: 23px 26px;
    margin-top: 20px;
}

.sign-form h3 {
    margin-bottom: 20px;
    line-height: 29px;
}

.sign-form .es_caption {
    font-weight: bold;
    font-size: 15px;
}

.sign-form label {
    width: 100%;
}

.sign-form .form-control {
    background: #FFF;
    padding: 0 0 0 52px;
    font-size: 13px;
}

.sign-form button {
    background: #1b1a1a;
    color: #FFF;
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 16px 0;
    height: auto;
    border: none;
    margin-top: 10px;
}

.sign-form .btn-primary {
    width: 100%;
    font-family: arial;
    text-transform: capitalize;
    height: 56px;
    border-color: #1b1a1a;
    background-color: #1b1a1a;
    height: 46px;
    font-size: 13px;
}

.sign-form .es-field-wrap {
    position: relative;
}

.sign-form .es-field-wrap:after {
    content: "\f0e0";
    font-family: fontawesome;
    position: absolute;
    left: 23px;
    top: 11px;
    color: #dfdfdf;
    font-size: 22px;
    font-size: 18px;
}

.tag-block {
    margin-top: 50px;
}

.tag-block a {
    background: #1b1a1a;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    padding: 5px 15px;
    margin: 0 4px 6px 0;
    display: inline-block;
}


/* publications start */

.main-pub {}

.main-pub .head-text {
    padding: 29px 0 23px 0;
}

h2.under-boder {
    margin: 18px 0 0 0;
    max-width: 538px;
}

h2.under-boder:after {
    content: '';
    background: #f54337;
    width: 100%;
    display: inline-block;
    height: 21px;
    margin-top: 6px;
}

.publish-book {}

.publish-book .item img {
    height: 400px;
    width: 100%;
}

.publish-book .content {}

.publish-book .content .code {
    background: #f54337;
    color: #FFF;
    font-size: 13px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    padding: 2px 8;
    position: absolute;
    top: 30px;
    left: 30px;
}

.publish-book .content .block {
    position: absolute;
    bottom: 13px;
    left: 20px;
    text-align: left;
    right: 20px;
}

.publish-book .content .block .date {
    color: #FFF;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    margin-bottom: 9px;
}

.publish-book .content .block h4 {
    color: #FFF;
    max-width: 50%;
    height: 36px;
    overflow: hidden;
    display: inline-block;
}

.publish-book .content a {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    border: solid 1px #FFF;
    padding: 6px 18px 6px 14px;
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.publish-book .content a .fa {
    font-size: 10px;
    position: relative;
    top: -2px;
    right: -6px;
}

.publish-book .content a:hover {
    background: #f54337;
    border: solid 1px transparent;
}

.publish-book .owl-carousel .owl-nav {
    font-size: 0px;
    position: static;
}

.publish-book .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    left: -43px;
}

.publish-book .owl-carousel .owl-nav .owl-prev:after {
    content: "\f104";
    font-family: fontawesome;
    font-size: 43px;
}

.publish-book .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    right: -43px;
}

.publish-book .owl-carousel .owl-nav .owl-next:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 43px;
}

.publish-book .owl-carousel .owl-nav div:hover {
    color: #f54337;
}

.publish-book .owl-carousel .owl-dots {
    margin-top: 21px;
}

.publish-book .owl-carousel .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 3px;
    background: #9b9b9b;
}

.publish-book .owl-carousel .owl-dots .owl-dot.active span {
    background: #f54337;
    display: inline-block;
    margin: 6px 8px;
    position: relative;
    top: 0px;
}

.publish-book .owl-carousel .owl-dots .owl-dot.active span:after {
    content: '';
    background: #FFF;
    width: 19px;
    height: 19px;
    border: solid 1px #f54337;
    display: inline-block;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -1;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.gallery-section h2 {
    margin-bottom: 30px;
}

.gallery-section h2 {}

.gallery-section #gdgallery-container-1 .gdgallery_load_more_space {}

.gallery-section #gdgallery-container-1 .gdgallery_load_more_space button {
    background: none !important;
    border: none !important;
    color: #1b1a1a !important;
    font-family: arial !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: bold;
}

.gallery-section #gdgallery-container-1 .gdgallery_load_more_space button:after {
    font-family: fontawesome;
    content: "\f107";
    display: block;
    font-size: 35px;
    line-height: 14px;
    color: #f54337;
}

.bottom-s h2 {
    margin-bottom: 30px;
}

.load-mr {
    display: inline-block;
    width: 100%;
}

.load-mr a.load-mr-btn {
    background: #1b1a1a;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 13px 0;
    border-radius: 3px;
}

.load-mr a.load-mr-btn:hover {
    background: #f54337;
}

#more_posts {
    display: block;
    width: 270px;
    margin: 10px auto;
    border: 1px solid #020202;
    text-align: center;
    color: #000;
    padding: 10px 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
}

#more_posts:hover {
    border: 1px solid #cc0000;
    color: #fff;
    background: #cc0000;
}




/* opinions page */

.opinions-slide.main-slider .content .code {
    top: -13px;
}

.opinions-slide.main-slider .content {
    top: 40%;
    bottom: inherit;
    left: 16%;
    transform: translate(-15%, -35%);
    padding: 30px 20px 20px 43px;
}

.opinions-slide.main-slider .content h1:before {
    display: none;
}

.option-main .bri-follow {
    margin-bottom: 50px;
}

.option-main .bri-follow:nth-child(3) {
    margin-bottom: 0px;
}

.option-main {}

.option-main .option-section {
    display: block;
    width: 100%;
    padding: 30px 0px;
    border-top: 1px solid #e6e6e6;
}

.option-main .option-section:last-child {
        border-bottom: 0px;
}

.option-main .option-section .img-opt {
    width: 48%;
    display: inline-block;
}

.option-main .option-section .img-opt img {
    width: 100%;
    height: 343px;
}

.option-main .option-section .content {
    max-width: 37%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 100px;
}

.option-main .option-section:nth-child(even) .img-opt {
    float: none;
}

.option-main .option-section:nth-child(even) .content {
    right: 0;
    left: unset;
}

.option-main .blog-list-p.blog-two-col {
    width: 48%;
    float: left;
}

.option-main .blog-list-p.blog-two-col:nth-child(even) {
    float: right;
}

.section-temp .col-md-6 .blog-list-p.blog-two-col {
    width: 100%;
    float: left;
}

.section-temp .blog-list-p.blog-two-col {
    width: 48%;
    float: left;
}

.section-temp .blog-list-p.blog-two-col:nth-child(even) {
    float: right;
}

.mt-5,
.my-5 {
    margin-top: 0 !important;
}


/* Search page */

.class-search .option-main .option-section .img-opt {
    max-width: 70%;
}

.class-search .option-main .option-section .img-opt img {
    width: 100%;
    max-height: 500px;
}

.class-search .option-main .option-section {
    margin-bottom: 50px;
}

.class-search .option-main .blog-list-p.blog-two-col {
    margin-top: 30px;
}


/* Covid 19 */

.top-content .top-image {
    max-width: 200px;
    float: left;
    margin: 0 30px 10px 0;
}

.top-content .top-image img {}

.top-content .top-text p {
    color: #1b1a1a;
    padding-top: 0px;
}

.top-content .top-text p:nth-child(5) {
    display: inline-block;
}

.pagination {
    display: inline-block !important;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.pagination span {
    color: #000;
    display: inline-block;
    padding: 4px 10px;
}

.pagination a {
    color: #000;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ededed;
    font-weight: 500;
}

.pagination .current{
    background: #cc0000 !important;
    color: #FFF;
    display: inline-block;
}

.pagination a:hover {
    color: #fff!important;
    background: #cc0000!important;
}

.page-link{
    border: 0px !important;
}

.page-link:hover{
    background-color: #fff !important;
    border-color: #ededed!important;
}

@media(max-width: 1400px){
    .option-section h2 {
        font-size: 24px !important;
        line-height: 35px !important;
    }

    .trend-text h3 {
        font-size: 20px !important;
    }

    .three-block .bloc-img img {
        height: 180px;
        min-height: 180px;
    }
}

@media(max-width:1199px) {
    /* header    */
    .navbar_main .navbar-collapse.collapse {
        display: block;
    }
    .navbar_main ul.navbar-nav li {
        display: inline-block;
        padding: 0 7px 5px 7px;
    }
    /* publications start */
    .publish-book .owl-carousel .owl-nav {
        display: none;
    }
    /* opinions  */
    /*.option-main .option-section .content {
        top: 40px;
        max-width: 341px;
    }*/
    /* Blog page */
    .blog-list-p .content ul li {
        font-size: 12px;
        padding: 0 0 0 0;
    }

    .main-block-cls .content {
        max-width: 280px;
        padding: 25px !important;
    }

    .only-content-cls {
        margin-top: 60px;
    }

    .only-content-cls .content{
        max-width: 100%;
    }
    .Recently-Added .nav-link {
        /*font-size: 12px;*/
        padding: 10px 12px;
    }
    .Recently-Added .optin-block .content h4 {
        padding-left: 3px;
    }
    .three-block .content .code{
        padding-right: 5px;
    }
    .three-block .content .date {
        padding-left: 5px;
    } 
    .four-block-cls h2,
    .health-cls h2 {
        min-height: 65px;
    }
    .main-block-cls h2.heading-cls,
    .heading-cls {
        font-size: 22px !important;
        line-height: 32px;
    }
    .three-block .content p, 
    .three-block-new .content p, 
    .banner-section .content p, 
    .left-right-cls .content p {
        line-height: 22px;
    }
    .banner-img-cls {
        padding-top: 220px;
        padding-bottom: 220px;
    }
    .banner-section h2 {
        font-size: 42px;
    }
    .big-small-slider {
        padding: 20px 0;
    }
    .pd-top {
        padding-top: 50px;
    }
    .pd-bottom {
        padding-bottom: 50px;
    }
    .three-block .bloc-img img {
        height: 160px;
        min-height: 160px;
    }
    article.post.type-post {
        border-right: 0px;
        padding: 0px;
        padding-right: 30px !important;
    }
}

@media(max-width:991px) {
    .container {
        max-width: 95% !important;
    }
    .navbar_main ul.navbar-nav {
        margin: 0px 0 18px 0;
    }
    .navbar_main ul.navbar-nav li a {
        font-size: 13px;
    }
    .big-small-slider .owl-item {
        transform: inherit !important;
    }
    /* About us page start   */
    .about-main-cont1 .elementor-text-editor,
    .about-main-cont2 .elementor-text-editor,
    .about-main-cont3 .elementor-text-editor {
        padding: 0 29px;
        margin-top: 0;
    }
    /* Singal blog post  */
    .class-blog .mid-content h1 {
        font-size: 48px;
    }
    .class-blog .mid-content .conclusion-block .quote-class {
        max-width: 100%;
        font-size: 20px;
        margin: 0;
        padding: 0px 0 15px 15px;
    }
    .mid-content .conclusion-block .quote-class {
        max-width: 100%;
        font-size: 20px;
        margin: 0;
        padding: 0px 0 15px 15px;
    }
    /* main single page */
    h2.under-boder {
        max-width: 100%;
    }
    .alm-listing .alm-reveal .col-md-6 {
        display: inline-block;
        vertical-align: top;
    }
    .sign-form {
        padding: 30px 20px;
    }
    .Recently-Added+.social_like .fa {
        width: 64px;
    }
    .sign-form .form-control {
        padding: 0 0 0 38px;
    }
    .sign-form .es-field-wrap:after {
        left: 10px;
        top: 11px;
        font-size: 21px;
    }
    .sign-form .form-control {
        padding: 0 0 0 38px;
        font-size: 15px;
    }
    /* opinions  */
    .option-main .option-section {
        margin-bottom: 35px;
    }

    .option-main .option-section .content {
        max-width: 100%;
        margin: 0 110px;
    }
    .option-main .option-section .img-opt {
        width: 100%;
    }
    /* Search page */
    .class-search .option-main .option-section .img-opt {
        max-width: 100%;
    }
    .class-search .option-main .option-section .img-opt img {
        width: 100%;
        max-height: 500px;
        height: auto;
    }

    /* Homepage  */
    .main-block-cls .cat-top-cls, 
    .main-block-cls .code{
        top: 0;
    }
    .main-block-cls .content {
        position: unset;
        top: 0;
        max-width: 100%;
        padding: 45px 25px !important;
    }

    .main-block-cls .bloc-img img {
        width: 100% !important;
        height: auto !important;
    }

    .three-block-gird, .three-block-grid:last-child {
        border-right: 1px solid #ededed !important;
    }

    .Recently-Added .optin-block {
        margin-bottom: 13px;
    }

    .three-block-gird span.code.class-blog{background:transparent !important;}
    .three-block-gird span.code.class-g7-summit{ background: transparent !important;}
    .three-block-gird span.code.class-g20-summit{ background:transparent !important;}
    .three-block-gird span.code.class-health{ background:transparent !important;}
    .three-block-gird span.code.class-un-women{ background:transparent !important;}

    .sp-sidebar {
        border-left: 0px !important;
        border-top: 1px solid #ededed;
        padding-top: 15px;
    }
    .editor-cls h2 {
        margin-top: 55px;
    }
    .left-right-cls .col-xl-9 {
        padding-right: 0;
    }
}

@media(max-width: 830px){ 
    .sp-static-bar .left-sec{
        width: 500px;
    }
}

@media(max-width:767px) {
    /* header    */
    .h1,
    h1 {
        font-size: 25px !important;
    }
    button.navbar-toggler {
        background: #f2f2f2;
        padding: 0;
        border-radius: 3px;
    }
    .navbar-toggler-icon:after {
        content: "\f0c9";
        font-family: fontawesome;
    }
    .navbar-toggler-icon {
        display: none !important;
    }
    /* .navbar_main .navbar-collapse.collapse { display: none; }     */
    .navbar_main ul.navbar-nav li {
        width: 100% !important;
    }
    /*.navbar_main ul.navbar-nav li.class-health:after {
        position: absolute;
        content: '';
        font-family: 'FontAwesome';
        padding: 4px 10px;
    }
*/    .navbar_main ul.navbar-nav li.class-health ul.sub-menu li.class-health:after {
        display: none;
    }
    .navbar_main {
        display: none;
    }
    .navbar_main .navbar {
        margin: 0;
        background: #f2f2f2;
        padding: 0;
    }
    .navbar-toggler-icon {
        background: #DDD;
        line-height: 35px;
        width: 40px;
        border-radius: 3px;
    }
    .navbar_main .navbar {
        margin: 12px 0 0 0;
        background: #f2f2f2;
        padding: 0;
    }
    .navbar_main .navbar .show {
        display: inline-block;
    }
    .navbar_main ul.navbar-nav li {
        display: block;
        text-align: left;
        padding: 5px 15px;
        border-bottom: solid #ededed 1px;
    }
    .main-slider .owl-carousel .owl-nav {
        display: none;
    }
    .big-small-slider .owl-stage-outer img {
        width: 100% !important;
    }
    .footer-main .f-block {
        margin-top: 0;
        text-align: center;
    }
    .header-main .logo {
        max-width: 150px;
        margin-bottom: 15px;
    }
    .header-main .social a {
        padding: 0 3px;
    }
    .header-main .social,
    .header-main .search-togal {
        padding-top: 8px;
    }
    .header-main .search-togal .togal-btn {
        display: inline-block;
    }
    .insta-f {
        display: inline-block;
        padding: 50px 0 0px 0;
    }
    .insta-f .inst-img {
        width: 25%;
        float: left;
    }
    .insta-f .inst-img2 {
        width: 100%;
        display: inline-block;
        padding-top: 30px;
        text-align: center;
    }
    .insta-f .inst-img2 p {
        padding: 0 0 14px 0px;
    }
    .insta-f .inst-img2 .fa {
        padding: 0 0 13px 0px;
    }
    .copyrihgt {
        text-align: center;
    }
    .three-block-new .bloc-img img,
    .three-block .bloc-img img,
    .bloc-img:before {
        width: 100% !important;
        height: 350px !important;
    }
    
    .mid-content .profile-b .profile-b .p-block p {
        padding: 10px 8px 0 10px;
    }
    .mid-content .profile-b .profile-b .date {
        padding: 18px 8px 0 10px;
    }
    /* Contact us page */
    .main-conatct .contact-left .elementor-widget-wrap {
        padding-right: 0;
    }
    /* video page */
    #sync2 .synced .item:before {
        left: 19px;
    }
    #sync2 .synced .item:after {
        position: absolute;
        font-family: fontawesome;
        left: 14px;
    }
    .only-content-cls .col-md-6{
        border-right: 0;
    }
    /* Singal blog post  */
    
    .mid-content .profile-b .p-img {
        margin: 0 10px 0 0;
        width: 50px;
        height: 50px;
    }
    .mid-content .britta-block .britta-img {
        float: none;
        max-width: 200px;
        margin: auto;
        padding: 30px 0 0 0;
    }
    .mid-content .pagination-bottom p {
        font-size: 20px;
    }
    .mid-content .social_like .fa {
        font-size: 15px;
    }
    .mid-content .social_like a {
        text-align: center;
        font-size: 0px;
    }
    .mid-content h1 {
        font-size: 30px;
    }
    .mid-content .conclusion-block .quote-class {
        width: 100%;
    }
    .mid-content .conclusion-block .quote-class h2 {
        font-size: 50px;
        line-height: 14px;
    }
    .mid-content .conclusion-block .quote-class p {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .three-block .content h2 {
        min-height: inherit;
    }
    .mid-content .britta-block {
        margin-top: 10px;
    }
    .mid-content .pagination-bottom .left-p {
        max-width: 78%;
    }
    .policy-grid .content .author {
        max-width: 100%;
    }
    /* main single page */
    .ajax-load-more-wrap.blue .alm-load-more-btn {
        width: 90%;
    }
    /* opinions  */
    .option-main .blog-list-p.blog-two-col {
        width: 100%;
    }
    /* Covid 19 */
    .top-content .top-image {
        margin: 0 0px 15px 0;
        float: none;
        max-width: 100%;
    }
    .banner-img-cls {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .left-right-cls .col-md-8 {
        border-right: 0;
    }
    .six-block-cls,
    .four-block-cls, 
    .health-cls {
        margin: 0px 0 20px;
        border-bottom: 1px solid #ededed;
        border-right: 0px !important;
    }
    .six-block-cls:last-child,
    .four-block-cls:last-child, 
    .health-cls:last-child {
        border-bottom: 0px !important;
    }
    .editor-cls h2 {
        margin-top: 15px;
    }
    .option-main .option-section .content {
        margin: 0 25px;
    }
}

@media(max-width: 567px){
    article.post.type-post {
        padding-right: 0px!important;
    }
}

@media(max-width:479px) {
    .main-slider .content {
        min-height: inherit;
        /*min-width: 95%;
        width: 95%;
        max-width: 95%;*/
    }
    .policy-grid .bloc-img {
        text-align: center;
    }
    .three-block-new .bloc-img img, 
    .three-block .bloc-img img,
    .bloc-img:before {
        height: 200px !important;
    }
}
