/* Base Css Start  */
@import url('https://fonts.googleapis.com/css?family=Catamaran:100,300,400,500,600,700|Roboto:100,300,400,500,700,900&display=swap');
/* font-family: 'Catamaran', sans-serif; */
@font-face {
	font-family: droidR;
	src: url(../fonts/DroidSans.ttf);
}
@font-face {
	font-family: droidB;
	src: url(../fonts/DroidSans-Bold.ttf);
}
html {
	font-size: 62.5%;
}
 body {
	font-family: droidR;
	font-weight: normal;
	font-style: normal;
}
.fix {
    overflow: hidden;
}

p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 24px;
	color: #333;
	margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: droidB;
	font-weight: 700;
	color: #333;
	margin-top: 0px;
}
h2 {
	font-size: 3.6rem;
}
h3 {
	font-size: 2.8rem;
}
h4 {
	font-size: 2.2rem;
}
h5 {
	font-size: 1.8rem;
}
h6 {
	font-size: 1.6rem;
}

a, span {
	font-size: 1.6rem;
}
.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

span, a {
    display: inline-block;
}
ul,ol {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}
div[data-relative="yes"] {
	position: relative;
}
/* Base Css End */

/* offCanvasMenu css start */
.off-canvas-menu-wrap {
	position: fixed;
	left: -300px;
	top: 0;
	width: 300px;
	height: 100%;
	background: #111111;
	z-index: 99999999;
	-webkit-transition: .5s;
	transition: .5s;
	scrollbar-width: none;
}
.off-canvas-inner-wrap {
	overflow-y: scroll;
	height: 100vh;
	scrollbar-width: none;
}
.off-canvas-inner-wrap::-webkit-scrollbar {
	width: 1px !important;
	height: 5px !important; 
}

.off-canvas-menu-wrap.active {
	left: 0;
}
.off-canvas-menu {
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
}
.off-canvas-menu li {
	border-bottom: 1px solid #ececec17;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.off-canvas-menu li a {
	color: #403b3b;
	font-size: 14px;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	font-family: Catamaran;
	color: #fff;
	text-transform: uppercase;
}
.off-canvas-menu li a:hover {
	color: #005AAB;
}
.off-canvas-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	opacity: 0;
	cursor: pointer;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
}
.off-canvas-overlay.active {
	opacity: .8;
	visibility: visible;
}
.cls-off-canvas-menu {
	position: absolute;
	top: 8px;
	right: -33px;
	font-size: 15px;
	cursor: pointer;
	color: #313131;
	background: #fff;
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}
.off-canvas-menu-wrap.active .cls-off-canvas-menu {
	opacity: 1;
	visibility: visible;
}
.cls-off-canvas-menu i {
	font-weight: bold;
}
.toggle-bar i {
	color: #313131;
	font-size: 24px;
	cursor: pointer;
}
.toggle-bar {
	display:none;
}



.ofcanvas-logo img {
	max-width: 200px;
  }
  .ofcanvas-logo {
	text-align: center;
	display: block;
	margin-bottom: 15px;
  }
  .social-lnks.in-ofcanvas li a {
	background: transparent;
	width: auto;
	margin: 0 7px;
  }
  .social-lnks.in-ofcanvas {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .ofcanvas-top-part {
	padding-top: 30px;
}
.social-lnks.in-ofcanvas li a:hover {
	color: #e91e63;
	background: transparent;
}

.off-canvas-menu li ul {
	padding-top: 15px;
  }
  .off-canvas-menu li ul li {
	border: 0;
	padding-bottom: 7px;
	margin-bottom: 7px;
  }
  .off-canvas-menu li a i {
	font-size: 16px;
	vertical-align: middle;
	margin-left: 5px;
}
/* offCanvasMenu menu css end */

/* Scroll to top btn css start */
.back-to-top {
	position: fixed !important;
	right: 30px;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	width: 35px;
	height: 35px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	background: #000;
	-webkit-transition: .3s;
	transition: .3s;
}
.back-to-top.visible {
	opacity: 1;
	visibility: visible;
	bottom: 35px;
}
.back-to-top i {
	vertical-align: middle;
}
.back-to-top:hover {
	background-color: #005AAB;
	color: #fff;
}
/* Scroll to top btn css start */

/* header part area css start  */
.header-area {
    /*background: #e30613;*/
    background: #e30613;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
   /*z-index: 999;*/
    z-index: 94035;
}
  .mega-menu li {
	display: inline-block;
  }
  .mega-menu li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 20px 0;
	font-family: 'Catamaran', sans-serif;
	font-weight: 600;
	-webkit-transition: .3s;
	transition: .3s;
}
.mega-menu li a i {
	margin-left: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.mega-menu li a:hover,
.mega-menu li.active a {
	color: #000;
}
  .mega-menu li:not(:last-child) {
	margin-right: 30px;
  }










  .mega-menu li:hover ul {
	  -webkit-transform: rotateX(0);
	  transform: rotateX(0);
  }
  .mega-menu-step-2 {
	position: absolute;
	left: 0;
	background: #fff;
	right: 0;
	width: calc(100% + 358px);
	z-index: 5;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	top: 100%;
	overflow: hidden;
	-webkit-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	border-top: 2px solid #005AAB;
	-webkit-box-shadow: 0 0 4px #00000091;
	box-shadow: 0 0 4px #00000091;
}
  .mega-menu {
	position: relative;
  }
  .mega-menu-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .single-news-box.for-mega-menu {
	display: block;
  }

  .news-img-wrap {
	position: relative;
  }
  .news-img-wrap .tag-indicator {
	position: absolute;
	bottom: 0px;
	padding: 2px 8px;
	line-height: 16px;
	font-size: 10px !important;
	z-index: 1;
}
.news-img-wrap .tag-indicator:hover {
	color: #fff;
}
  .news-img-wrap .news-img {
	padding: 0;
}

.s-news-content.for-mega-menu {
	padding: 10px;
  }
  .s-news-content.for-mega-menu .news-title {
	margin: 0;
  }
    .s-news-content.for-mega-menu .news-title a {
        padding: 0;
        color: #111;
        font-size: 13px;
        /*text-transform: capitalize;*/
        text-transform: none;
        font-weight: 600;
    }
  .s-news-content.for-mega-menu .news-title a:hover {
	  color :#005AAB;
  }
  .s-news-content.for-mega-menu .penci_post-meta {
	margin: 0;
  }
  .single-news-box.for-mega-menu {
	padding: 0px;
  }
  .mega-menu-box .single-news-box:not(:last-child) .s-news-content {
	border-right: 1px solid #ececec;
}
.news-img-wrap .news-img img {
	min-height: 168px;
}

.menu-mega-outer-box {
	display: grid;
	grid-template-columns: 220px auto;
  }
  .inner-anchor-list {
	border-right: 1px solid #ececec;
	padding: 10px 15px;
  }
  .inner-anchor-list a {
	display: block !important;
	color: #111 !important;
	padding: 5px 0 !important;
	position: relative;
}
    .inner-anchor-list a span {
        font-size: 14px;
        /*text-transform: capitalize;*/
        text-transform: none;
        font-weight: 700;
        position: relative;
        background: #fff;
        z-index: 1;
        padding-right: 20px;
    }
  .inner-anchor-list a:hover {
	color: #005AAB !important;
  }

  .inner-anchor-list a::after {
	height: 1px;
	width: 0;
	content: "";
	position: absolute;
	right: 0;
	background: #005AAB6E;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: width,0.4s ease-in-out;
	transition: width,0.4s ease-in-out;
  }
  .inner-anchor-list a:hover:after {
	width: 100%;
  }
  .menu-mega-outer-box .mega-menu-box {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.different-link-id-wrap .tab_content {
	display: none;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.different-link-id-wrap .tab_content.is-active {
	display:block;
	-webkit-animation: slowFade 1s ease;
	animation: slowFade 1s ease;
}
@-webkit-keyframes slowFade {
	0% {
		opacity: 0;
	}



	100% {
		opacity: 1;
	}
}
@keyframes slowFade {
	0% {
		opacity: 0;
	}



	100% {
		opacity: 1;
	}
}



.common-dropdown .mega-menu-step-2 {
	width: 200px;
	left: 0;
  }
  .common-dropdown {
	position: relative;
  }
  .common-dropdown .mega-menu-step-2 a span {
	/*text-transform: uppercase;*/
}



















  .site-logo {
	display: inline-block;
  }
    .site-logo img {
        /*max-width: 180px;*/
        /*max-width: 478px;*/
        max-width: 420px;
    }
  .header-top-area {
	padding: 10px 0;
  }

  .input-inside.style-2 input {
	border: 1px solid #ececec;
	background: #fff;
	color: #313131;
  }
  .input-inside.style-2 {
	position: relative;
  }
  .sc-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	background: #000;
	width: 50px;
	height: 61px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	transition: .3s;
	cursor:pointer;
  }
  .sc-icon:hover {
	background: #E91E63;
}
  .sc-icon i {
	font-weight: 500;
  }
  .header-search .input-inside {
	margin-bottom: 0;
	margin-top: 10px;
	padding-right: 60px;
}







.input-inside.style-2.style-3 {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 4;
	width: 285px;
	background: #fff;
	padding: 15px;
	border-top: 2px solid #005AAB;
	display: none;
}
  .hd-tablet-search {
	position: relative;
  }
  .input-inside.style-2.style-3 input {
	height: 34px;
	font-size: 12px;
  }
  .sc-icon-2 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 28px;
	font-weight: bold;
	cursor: pointer;
}

.header-top-left {
	position: relative;
  }
.add-banner-hd {
    position: absolute;
    /*left: 0;*/
    left: 192px;
    right: 0;
    margin: auto;
    max-width: 610px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.add-banner-middle {
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin: auto;
    /*max-width: 610px;*/
    max-width: 1000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* header part area css end */

/* hero-area css start  */
.hero-item-content {
	height: 315px;
	background-size: cover;
	background-position: center;
	position: relative;
}
  .overlay-purpose {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
  }
  .overlay-purpose::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	bottom: 0;
	right: 0;
	background: -webkit-gradient(linear,left top, left bottom,color-stop(50%, transparent),color-stop(90%, #000));
	background: linear-gradient(to bottom,transparent 50%,#000 90%);
	opacity: .6;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.overlay-purpose:hover::after {
	opacity: .9;
}
  .h-item-btm-content {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
  }
  
.hero-content-title {
	color: #fff;
	font-family: catamaran;
	font-size: 18px;
	font-weight: 700;
  }
  .hero-content-title:hover {
	color: #fff;
}
.penci_post-meta {
	color: #fff;
	font-size: 12px;
  }
  .penci_post-meta time {
	display: inline-block;
  }
  .penci_pmeta-link {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-left: 5px;
  }
  a.hover-none:hover {
	color: #666 !important;
}
  .penci_post-meta i {
	margin-right: 5px;
	font-size: 10px;
	font-weight: 500;
}
.single-news-box.style-5 i.fal.fa-clock {
	margin-left: 6px;
}
.single-news-box.sidebar i.fal.fa-clock {
	margin-left: 6px;
}
.single-news-box.sidebar.subscriber i.fal.fa-clock {
	margin-left: 0;
}
.penci_pmeta-link:hover {
	color: #005AAB;
}
.hero-item {
	margin: 0 2px;
}
.common-navi-btn .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 45px;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 0;
	z-index: 1;
	background: #000;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	visibility: hidden;
}
.hero-active.common-navi-btn:hover .slick-arrow {
	opacity: .5;
	visibility: visible;
}
.common-navi-btn .slick-arrow:hover {
	opacity: 1;
}
.common-navi-btn .slick-arrow i {
	font-size: 20px;
	vertical-align: middle;
}
.common-navi-btn .slick-next.slick-arrow {
	right: 45px;
	left: auto;
}
.hero-area {
	margin-top: 2px;
}
/* hero-area css end */


/* maincontent-wrapper-box css start  */

.cmn-content-box {
	background: #fff;
	padding: 20px;
	padding-top: 0;
  }
  .main-content-wrapper-box {
	background: #EEEEEE;
	padding: 40px 0;
  }
.sec-title h2 {
    /*background: #005AAB;*/
    background: #e30613;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
  .single-news-box {
	display: grid;
	grid-template-columns: 200px auto;
	grid-gap: 15px;
	padding: 15px 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
  .news-img {
	display: block;
	text-align: center;
  }
  .news-img img {
	max-width: 100%;
	width: 100%;
}
.tag-indicator {
    line-height: 16px;
    padding: 0 5px;
    /*background: #111;*/
    background: #766e74;
    font-size: 10px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
  .tag-indicator:hover {
	background: #005AAB;
	color: #fff;
}
  .news-title a {
	color: #000;
	font-family: Catamaran;
	font-size: 16px;
	line-height: 1.25;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
  }
  .news-title a:hover {
	  color:#005AAB;
  }
  .news-title {
	margin-bottom: 2px;
	margin-top: 8px;
}

.blog-content big>strong{
    color: #e30613;
text-transform: uppercase;	
    
}
  .s-news-content p {
	color: #666;
	font-size: 14px;
	line-height: 1.71;
	margin-bottom: 3px;
  }
  .s-news-content .penci_post-meta,
  .s-news-content .penci_post-meta a {
	color: #666;
	-webkit-transition: .3s;
	transition: .3s;
}
.penci_pmeta-link:hover {
	color: #005aab !important;
}
.s-news-content .penci_post-meta {
	margin-bottom: 5px;
}
.ad-img img {
	max-width: 100%;
	width: 100%;
}

.box-btn-style-1 {
	width: 100%;
	background: #FF2626;
	padding: 10px 14px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: .3s;
	transition: .3s;
  }
  .box-btn-style-1:hover {
	  color: #fff;
  }
  .download-btn-wrap a:not(:last-child) {
	margin-bottom: 10px;
  }
  .box-btn-style-1 i {
	margin-right: 5px;
  }
  
.social-lnks.sidebar li a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 14px;
	text-transform: uppercase;
  }

  .social-lnks.sidebar li a.facebook {
	background: #0d47a1;
  }
    .social-lnks.sidebar li a.linkedin {
        background: #0077b5;
    }

  .social-lnks.sidebar li a.facebook:hover {
	opacity: .85;
  }
    .social-lnks.sidebar li a.linkedin:hover {
        opacity: .85;
    }
  .social-lnks.sidebar li {
	display: block;
  }
  .social-lnks.sidebar li:not(:last-child) {
	margin-bottom: 10px;
  }
  .social-lnks.sidebar li a i {
	font-size: 15px;
	margin-right: 5px;
  }
  .social-lnks.sidebar li a span {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
  }
  
.social-lnks.sidebar li a.twitter {
	background: #40c4ff;
  }
  .social-lnks.sidebar li a.twitter:hover {
	opacity: .85;
  }
  .social-lnks.sidebar li a.yt {
	background: red;
  }
  .social-lnks.sidebar li a.yt:hover {
	opacity: .85 !important;
	background: red;
}
  .single-news-box.sidebar {
	display: block;
}
.single-news-box.sidebar .news-title {
	margin-top: 2px;
}

.player-wrap iframe {
	width: 100%;
	height: 400px;
  }
  .single-news-box.sidebar.subscriber .news-img {
	margin-bottom: 15px;
  }
  .news-img {
	  position: relative;
  }
  .news-img::after ,
  .overlay-purpose.two::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.news-img:hover:after,
.overlay-purpose.two:hover:after {
	opacity: .3;
	visibility: visible;
}

.yt-embed-wrap {
	display: grid;
	grid-template-columns: 70% 30%;
  }
  .yt-playlist {
	background: #000;
	height: calc(100% - 4px);
}
  .yt-playlist li a {
	display: grid;
	grid-template-columns: 90px auto;
	grid-gap: 15px;
}
  .p-list-thumbnail img {
	max-width: 100%;
	width: 100%;
  }
  .yt-playlist li a h5 {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	font-family: Catamaran;
	padding-top: 10px;
  }
  .yt-playlist li a h5 span.file-length {
	display: block;
	fn: ;
	font-size: 12px;
	opacity: .5;
	margin-top: 4px;
  }
  .yt-playlist li {
	padding: 8px 15px;
  }
  .yt-playlist li:not(:last-child) {
	border-bottom: 1px solid #ececec24;
  }
  
.yt-playlist li {
	position: relative;
	padding-left: 30px;
	-webkit-transition: .3s;
	transition: .3s;
  }
  .yt-playlist li:hover {
	background-color: #212121;
	border-color: #212121;
}
  .yt-playlist li::before {
	content: "1";
	color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 12px;
	font-size: 11px;
	opacity: .5;
  }
  .yt-playlist li:nth-child(2):before {
	  content: "2";
  }
  .yt-playlist li:nth-child(3):before {
	content: "3";
}
.yt-playlist li:nth-child(4):before {
	content: "4";
}
    .yt-playlist li:nth-child(5):before {
        content: "5";
    }
/* maincontent-wrapper-box css end */


/* footer css start  */
.footer-top-area {
	background: #212121;
	padding: 40px 0;
}

.widget-title h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: catamaran;
	font-weight: 700;
	margin: 00;
  }
  .widget-title {
	min-height: 30px;
	border-bottom: 1px solid #313131;
	margin-bottom: 15px;
  }
  .widget-ct-description p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
  }
  .penci-footer-text-content {
	font-size: 14px;
  }

  .ft-links li a {
	color: #fff;
	font-size: 14px;
	font-family: roboto;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
  }
  .ft-links li a:hover {
	  color: #E91E63;
  }
  .ft-links li {
	margin-bottom: 8px;
  }
  .input-inside input {
	width: 100%;
	height: 40px;
	border: 1px solid #313131;
	background: transparent;
	color: #888;
	font-size: 14px;
	padding-left: ;
	padding: 2px 15px;
  }
  .input-inside {
	margin-bottom: 20px;
  }
  .box-btn[type="submit"] {
	background: #000;
	border: ;
	border: 0;
	width: 100%;
	height: 58px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-family: roboto;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
  }
  .box-btn[type="submit"]:hover {
	  background-color: #005AAB;
  }

  .social-lnks li {
	display: inline-block;
  }
  .social-lnks li a {
	background: #3f51b5;
	width: 44px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	trani: ;
	-webkit-transition: .3s;
	transition: .3s;
	margin-right: 7px;
  }
  .social-lnks li a:hover {
	background: #005aab;
	opacity: .8;
}
.social-lnks li a.twitter:hover {
	background: #005aab;
	opacity: .8;
}
.social-lnks li a.instagram {
	background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),-webkit-gradient(linear,left top, left bottom,from(#6559ca),color-stop(30%, #bc318f),color-stop(50%, #e33f5f),color-stop(70%, #f77638),to(#fec66d));
	background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%);
  }
  .social-lnks li a.instagram:hover {
	opacity: .8;
  }
  .social-lnks li a.yt {
	background: red;
  }
  .social-lnks li a.yt:hover {
	background: red;
	opacity: .8;
  }
.ft-logo img {
    /*max-width: 200px;*/
    max-width: 336px;
}
  .about-text {
	color: #666;
	font-size: 14px;
}

.copyright-text {
	text-align: center;
	color: #616161;
	font-size: 12px;
	padding: 12px 0;
  }
.issue-info-text {
    text-align: left;
    color: #ffffff;
    font-size: 12px;
    padding: 12px 0;
}
.footer-bottom-area {
    background: #111111;
   
}
  .copyright-text a {
	display: inline-block;
	color: #e91e63;
	font-size: 12px;
	margin-left: ;
	-webkit-transition: .3s;
	transition: .3s;
  }
  .copyright-text a:hover {
	text-decoration: underline;
  }
/* footer css end */


/* article page css start  */

.s-news-content.use-as-title .news-title a {
	color: #111;
	font-size: 30px;
  }
  .s-news-content.use-as-title .news-title a:hover {
	color: #111;
  }
  .penci_post-meta.in-title a {
	font-size: 12px;
	display: inline-block;
	margin-right: 2px;
	-webkit-transition: .3s;
	transition: .3s;
  }
  .penci_post-meta.in-title a:hover {
	color: #005AAB;
  }
  .cmn-content-box.style-2 {
	padding-top: 20px;
}

.social-lnks.for-share li a {
	background: #0d47a1;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	margin-right: 3px;
  }
  .social-lnks.for-share li a.twitter {
	background: #40c4ff;
  }
  .social-lnks.for-share li a.twitter:hover {
	opacity: .8;
  }
  .social-lnks.for-share li a:hover {
	opacity: .8;
  }
  .share-wrap {
	border: 1px solid #ececec;
	padding: 12px 20px;
	margin-bottom: 20px;
  }

  .social-lnks.for-share li a.thums-up {
	background: #fff;
	border: 1px solid #ececec;
	color: #000;
	padding: ;
	width: 55px;
  }
  .social-lnks.for-share li a.lindedin {
	background: #0077B5;
}
  .social-lnks.for-share li a.thums-up i {
	margin-right: 6px;
  }
  .social-lnks.for-share li a.mail {
	background: #a7a7a7;
}
  .share-wrap .lf-title {
	color: #111;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 18px;
  }
  .share-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
.recent-read li a {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	-webkit-transition: .3s;
	transition: .3s;
  }
  .recent-read li:not(:last-child) {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
  .recent-read li a:hover {
	color: #E91E63;
  }
  
.recent-read.fetures li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: normal;
	font-size: ;
  }
  .recent-read.fetures li a span {
	font-size: 14px;
  }

  .blg-img img {
	width: 100%;
	max-width: 100%;
  }
  .blg-img span {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 18px;
  }
  .blog-content p {
	color: #666;
	font-size: 14px;
	margin-bottom: 15px;
  }
  .blog-content h4 {
	color: #666;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 600;
	margin-bottom: 30px;
  }
  .widget-title.black h4 {
	color: #000;
}

.middle-add-block {
	text-align: center;
	/*margin-bottom: 30px;*/
  }
    .middle-add-block img {
        max-width: 100%;
        /*max-width: 55%;*/
    }
  
.add-wrapper a {
	text-align: center;
	display: block;
  }
  .add-wrapper a img {
	width: auto;
  }
  .add-wrapper a.ad-img:not(:last-child) {
	margin-bottom: 20px;
  }
/* article page css end */


#sticky.fixed {position: fixed;}






.col-lg-4.sticky-bar {
  min-height: 1px;
}
#box {
  position: -webkit-sticky;
  position: sticky;
  top: 78px;
}


.gsc-control-cse {
    padding: 0px !important;
    border-width: 0px !important;
}

form.gsc-search-box {
    border: 1px solid #ececec !important;
    background: #fff !important;
    color: #313131 !important;
    margin-top: 10px !important;
}

table.gsc-search-box {
    border: 1px solid #ececec !important;
    background: #fff !important;
    color: #313131 !important;
 
}

.gsc-search-box .gsc-input {
    padding: 0px 4px 0px 6px !important;
}

#gsc-iw-id1 {
    height: auto !important;
    padding: 0px !important;
    border-width: 0px !important;
    box-shadow: none !important;
}

#gs_tti50 {
    padding: 0px !important;
}

#gsc-i-id1 {
    border: 1px solid #ececec !important;
    background: #fff !important;
    color: #313131 !important;
    height: 40px !important ;
}

.gsib_b {
    display: none;
}

button.gsc-search-button {
    display: block;
    width: 13px !important;
    height: 13px !important;
    border-width: 0px !important;
    margin: 0px !important;
    padding: 10px 6px 10px 13px !important;
    outline: none;
    cursor: pointer;
    box-shadow: none !important;
    box-sizing: content-box !important;
}

.gsc-branding {
    display: none !important;
}

.gsc-control-cse, #gsc-iw-id1 {
    background-color: transparent !important;
}




ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-main-link {
  display: inline-block;
  padding: 8px 12px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.media-submenu {
  display: none; 
  margin-top: 4px;
  padding-left: 0;
  list-style: none;
}


.media-dropdown-wrapper:hover .media-submenu {
  display: block;
  text-transform: lowercase;
}

.media-submenu li {
  padding: 0px 30px 0px 0px; 
  background: #ffffff;
}

.media-submenu li:hover {
  background: #ffffff;
}

.media-submenu a {
  text-decoration: none;
  color: #000;
}

/* close commented backslash hack */

/*login*/



