@font-face {
    font-family: 'Colaborate';
    src: url('../fonts/Colaborate-Regular.eot');
    src: url('../fonts/Colaborate-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Colaborate-Regular.woff2') format('woff2'),
        url('../fonts/Colaborate-Regular.woff') format('woff'),
        url('../fonts/Colaborate-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Colaborate';
    src: url('../fonts/Colaborate-Bold.eot');
    src: url('../fonts/Colaborate-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Colaborate-Bold.woff2') format('woff2'),
        url('../fonts/Colaborate-Bold.woff') format('woff'),
        url('../fonts/Colaborate-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Colaborate';
    src: url('../fonts/Colaborate-Medium.eot');
    src: url('../fonts/Colaborate-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Colaborate-Medium.woff2') format('woff2'),
        url('../fonts/Colaborate-Medium.woff') format('woff'),
        url('../fonts/Colaborate-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
body {
	color:#4a4a4a;
	font-size:15px;
	font-family: 'Colaborate';
	font-weight:normal;
	line-height: 1.32;
}

.cateRow .imgWrap img {
        width:100%;
}

img {
	max-width:100%;
}
a, .btn {
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover {
	color:#00728f;
	text-decoration:none;
	outline: none !important;
}
.btn:focus {
	outline:none;
	box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
}
p {
    margin-bottom: 13px;
}
h1, h2, h3, h4, h5, h6 {
	color: #2b2b2b;
}
.topAdsRow {
    background-color: #eaeaea;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
}
.adsWrapper {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #e8e8e8;
}
.adsWrapper.ads300 {
    max-width: 300px;
    width: 100%;
}
.adsWrapper.ads928 {
    max-width: 728px;
    width: 100%;
}
.headerWrapper {
    position: relative;
    padding-top: 2px;
}
.topLinksWrap .listLinksInline {
    margin-bottom: 8px;
}
.listLinksInline .linkItem {
    font-size: 18px;
    color: #747373;
}
.listLinksInline .linkItem:hover {
	color:#00728f;
}
.linkItem.link-FB:hover {
	color:#475993;
}
.linkItem.link-twitter:hover {
	color:#76a9ea;
}
.linkItem.link-insta:hover {
	color:#c00068;
}
.linkItem.link-YT:hover {
	color:#f34a38;
}
.logosRowWrapper {
    padding-bottom: 10px;
}
.logosRowWrapper .latestItemWrap {
    max-width: 95px;
    width: 100%;
	display:inline-block;
}
.fitObject-img {
	overflow:hidden;
}
.fitObject-img .object-fit {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 0 0;
    width: 100%;
}
.edition-latestitem {
	display:block;
	font-size:14px;
	text-decoration:none !important;
	color:#2c2c2c;
}
.edition-latestitem:hover {
	color:#2c2c2c;
}
.edition-latestitem .imgWrap, .edition-latestitem .textLink {
    display: block;
    width: 100%;
    vertical-align: top;
}
.edition-latestitem .imgWrap {
 /*   border-radius: 3px;*/
	/*-ms-border-radius: 3px;*/
	/*-o-border-radius: 3px;*/
}
.edition-latestitem .imgWrap, .edition-latestitem .mag-Image {
	/*height: 100px;*/
}
.edition-latestitem .textLink {
	line-height:16px;
	padding-top:2px;
}
.bookLink {
    display: inline-block;
    vertical-align: top;
    color: #323232;
	line-height:25px;
	padding-right:83px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
	background-image:url(../images/book-icon.png);
	background-size:70px auto;
}
.bookLink:hover {
	color:#323232;
}
.bookLink .lgText, .bookLink .smText {
    display: block;
}
.bookLink .lgText {
	font-size:25px;
	color:#323232;
	font-weight:500;
}
.bookLink .smText {
	font-size:21px;
	color:#5f5f5f;
}
.navigationBar {
	position:relative;
    width: 100%;
    z-index: 9;
}
.navigationBar.stickyMenu {
    position: fixed;
    top: 0;
    left: 0;
}
.navWrapper {
    background-color: #00728f;
    padding: 5px 0px;
}
.navWrapper .navThmstyle {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navThmstyle .navbar-nav > li + li {
    margin-left: 35px;
}
.navThmstyle .navbar-nav > li > .nav-link {
    color: #fff;
    padding: 10px 2px;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
}
.navThmstyle .navbar-nav > li:hover > .nav-link {
	border-bottom-color:#fff;
}
.navThmstyle .navbar-nav .dropdown-toggle::after {
	border-top-color: rgba(255,255,255,.7);
	position:relative;
	top:3px;
}
.searchFldwrap {
    position: relative;
	display:inline-block;
	max-width: 205px;
    width: 100%;
}
.searchFldwrap .fldserach {
    width: 100%;
    height: 36px;
    border: 1px solid transparent;
    padding: 5px 42px 5px 16px;
	border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.searchFldwrap .fldserach:focus {
	box-shadow:0 0 12px 0 rgba(0,0,0,.15);
	-ms-box-shadow:0 0 12px 0 rgba(0,0,0,.15);
	-o-box-shadow:0 0 12px 0 rgba(0,0,0,.15);
}
.searchFldwrap .btn-search {
    padding: 0;
    background-color: transparent;
    color: #00728f;
    position: absolute;
    right: 8px;
    top: 2px;
    font-size: 18px;
    height: 32px;
    width: 32px;
    border: none;
	border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.searchFldwrap.searchGray .fldserach {
	background-color:#f6f6f6;
	border:1px solid #eaeaea;
}
.searchFldwrap.searchGray .btn-search {
	color:#6c7071;
}
.searchFldwrap.searchGray .btn-search:hover {
	color:#00728f;
}
.navThmstyle .navbar-nav .subMenu .dropdown-item {
    padding: 4px 13px;
}
.navThmstyle .navbar-nav .subMenu {
	margin-top:-1px;
}
.subMenu .dropdown-item.active, .subMenu .dropdown-item:active {
    color: #fff;
    background-color: #00728f;
}
.navThmstyle .navbar-nav .subMenu .dropdown-item + .dropdown-item {
    border-top:1px solid rgba(0,0,0,.05);
}
.thmstyleSlider .slick-arrow {
    background-color: rgba(255,255,255,.7);
    width: 30px;
    height: 30px;
	z-index:1;
    border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.thmstyleSlider .slick-prev {
    left: 10px;
}
.thmstyleSlider .slick-next {
    right: 10px;
}
.thmstyleSlider .slick-prev:before {
    content: "\f104";
}
.thmstyleSlider .slick-next:before {
	    content: "\f105";
}
.thmstyleSlider .slick-prev:before, .thmstyleSlider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 1;
    opacity: 1;
	color:#2d2d2d;
}
.thmstyleSlider .slick-list .slide-item {
    outline: none;
}
.headerImgWrap {
    position: relative;
}
.headerImgWrap .itemLink {
    position: relative;
	display:block;
}
.headerImgWrap .itemLink:before {
    content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.2)
}
.headerImgWrap .headTextContWrapp {
    position: absolute;
    left: 55px;
    top: 50%;
    z-index: 5;
	max-width:400px;
	width:100%;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.headTextContWrapp {
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 7px;
}
.headTextContWrapp .title, .headTextContWrapp .title a {
	color:#fff;
}
.headTextContWrapp .contInner {
	border:1px solid #fff;
    padding: 15px;
}
.headTextContWrapp .title {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}
.headTextContWrapp .title:before, .headTextContWrapp .title:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	background-color:#fff;
	height:1px;
	width:110px;
}
.headTextContWrapp .title:after {
	width:80px;
	bottom:-3px;
}
.headTextContWrapp .textDesc {
    line-height: 18px;
}
.headTextContWrapp .btnRow {
    margin-top: 15px;
}
.headTextContWrapp .btnRow .btn {
	font-size:14px;
}
.pd-tp-10 {
	padding-top:10px;
}
.pd-tp-20 {
	padding-top:20px;
}
.pd-tp-30 {
	padding-top:30px;
}
.pd-tp-40 {
	padding-top:40px;
}
.pd-tp-50 {
	padding-top:50px;
}
.mb--0 {
	margin-bottom:0 !important;
}
.mb--5 {
	margin-bottom:5px !important;
}
.mb--10 {
	margin-bottom:10px !important;
}
.mb--15 {
	margin-bottom:15px !important;
}
.mb--20 {
	margin-bottom:20px !important;
}
.secTitle {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2b2b2b;
}

.secListingWrap {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	border: 1px solid #efefef;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgb( 0, 0, 0, .10);
	-ms-box-shadow: 0px 0px 8px 0px rgb( 0, 0, 0, .10);
	-0-box-shadow: 0px 0px 8px 0px rgb( 0, 0, 0, .10);
}
.secListingWrap .contentWrap {
    padding: 10px 20px 15px 20px;
}
.secListingWrap .postTitle {
    font-size: 22px;
    color: #2b2b2b;
    margin-bottom: 3px;
}
.secListingWrap .postTitle a {
	color: #2b2b2b;
}
.secListingWrap .postTitle a:hover, .cateRow .catPostTitle a:hover {
	color: #00728f;
}
.secListingWrap .shortDesc {
    color: #646464;
}
.secListingWrap .listingPoints {
    margin-bottom: 8px;
}
.listingPoints > li + li {
    margin-left: 20px;
}
.iconText {
    position: relative;
    font-size: 14px;
    color: #838383;
}
.iconText a {
	color: #838383;
}
.iconText a:hover {
    color: #00728f;
}
.iconText .icon {
    position: relative;
    margin-right: 4px;
	font-size:16px;
	top:1px;
}
.iconText .icon.lgsmall {
	font-size:13px;
	top:0;
}
.readLatest .contWtap {
	display:block;
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: 10px 25px 6px 25px;
}
.readLatest .imgWrap {
    max-width: 175px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
 /*   border-radius: 4px;*/
	/*-ms-border-radius: 4px;*/
	/*-o-border-radius: 4px;*/
}
.readLatest .textLink {
	font-weight:500;
	font-size:18px;
	color:#00728f;
}
.readLatest .imgWrap, .readLatest .mag-Image {
    /*height: 208px;*/
}
.mngCols .mngRight {
    margin-left: 55px;
}
.mngCols .mngLeft {
    margin-right: -50px;
	position:relative;
	z-index:1;
}
.fullimage {
	width:100%;
}
.secListingWrap .categoryLink {
	position:absolute;
	left:10px;
	top:10px;
	z-index:1;
}
.categoryLink {
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: 3px 15px;
    font-size: 14px;
	border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.categoryLink:hover {
	color:#fff;
	background-color: rgba(0,0,0,.9);
}
.seprator2Line {
    border-top: 3px double #dddddd;
    margin-top: 40px;
    margin-bottom: 40px;
}
.sectionCategory {
    background-color: #f2f2f2;
    padding: 25px 15px;
}
.categoryCol .heading {
    font-size: 24px;
    font-weight: 500;
    color: #2b2b2b;
    margin-bottom: 30px;
    padding-bottom: 9px;
}
.cateRow {
    display: table;
}
.cateRow .colImg, .cateRow .colCont {
	display:table-cell;
	vertical-align:top;
}
.cateRow .colImg {
    width: 135px;
}
.cateRow .colCont {
	padding-left:15px;
}
.cateRow .imgWrap {
    overflow: hidden;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.cateRow .catPostTitle {
    color: #2b2b2b;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
	margin-bottom:7px;
}
.cateRow .catPostTitle a {
    color: #2b2b2b;
}
.secListingWrap .imgWrap, .cateRow .imgWrap {
	overflow:hidden;
}
.secListingWrap .imgWrap img, .cateRow .imgWrap img, .magazine_cont .magazine_img img {
	transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.secListingWrap:hover .imgWrap img, .cateRow:hover .imgWrap img {
	transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
}
.brdhead {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.12);
}
.brdhead:after {
    content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	height:2px;
	width:80px;
	background-color:#00728f;
}
.categoryListings > li + li {
	margin-top:20px;
}
.footerWrapper {
    background-color: #00728f;
    color: #c5dadf;
    padding: 30px 15px;
}
.footerWrapper a {
	color:#c5dadf;
}
.footerWrapper a:hover {
	color:#fff;
}
.footerCol .heading {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
	color:#fff;
	letter-spacing:.3px;
}
.footerCol .linkList .lnkitem {
    position: relative;
    padding-left: 16px;
	letter-spacing:.4px;
}
.footerCol .linkList .lnkitem:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    line-height: 15px;
}
.linkList > li + li {
    margin-top: 4px;
}
.footerCol .copyrightText {
	margin-bottom:7px;
}
.npaLogo {
    overflow: hidden;
    border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.footerCol.mngColcontact {
    margin-left: 40px;
}
.text-color-2 {
	color: #2b2b2b !important;
}
.blogDetailsWrap .blogTitle {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}
.blogDetailsWrap .shortDesc {
    font-size: 18px;
    line-height: 22px;
}
.abtBlogPoints {
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
}
.abtBlogPoints .iconText, .abtBlogPoints .iconText a {
	color:#4a4a4a;
}
.abtBlogPoints .iconText a:hover {
	color: #00728f;
}
.abtBlogPoints .iconText .icon {
	color:#909090;
}
ul.pad-L-align {
	padding-left:20px;
}
.imgWrapper {
    position: relative;
}
.radius_wrap {
	overflow:hidden;
	border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.word-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.embedVideo {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.embedVideo iframe {
    position: relative;
    margin-bottom: -5px;
    width: 100%;
    height: 400px;
}
.shareBlog {
    margin-top: 3px;
}
.shareBlog .shareTitle {
	font-weight:500;
	color:#2b2b2b;
	font-size:16px;
	padding-right:15px;
	margin-top:6px;
}
.shareBlog .shareTitle .icon {
	font-weight:normal;
	position:relative;
	margin-right:5px;
}
.sclIcon .icon {
    width: 30px;
    height: 30px;
    background-color: #8d8d8d;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 1.85;
}
.sclIcon .icon:hover {
	box-shadow: 0 0 6px 0 rgba(0,0,0,.4);
    -ms-box-shadow: 0 0 6px 0 rgba(0,0,0,.4);
    -o-box-shadow: 0 0 6px 0 rgba(0,0,0,.4);
}
.sclIcon.iconFB .icon {
	background-color:#385699;
}
.sclIcon.icontwitt .icon {
	background-color:#22cbff;
}
.sclIcon.iconGmail .icon {
	background-color:#de4931;
}
.socialIcons {
	margin-bottom:0;
}
.cmnBtn {
	background-color:#e3e3e3;
	font-size:15px;
	letter-spacing: 0.2px;
	padding:4px 15px 4px 15px;
}
.cmnBtn .icon {
    position: relative;
    margin-right: 7px;
}
.cmnBtn:hover {
	box-shadow:0 0 6px 0 rgba(0,0,0,.3); 
	-ms-box-shadow:0 0 6px 0 rgba(0,0,0,.3); 
	-o-box-shadow:0 0 6px 0 rgba(0,0,0,.3); 
}
.btn--1 {
	background-color:#00728f;
	color:#fff;
}
.btn--1:hover {
	background-color:#045468;
	color:#fff;
}
.btn--2 {
    background-color: #b4975a;
    color: #fff;
}
.btn--2:hover {
    background-color: #a5884b;
    color: #fff;
}
.btn--3 {
    background-color: #fff;
    color: #2a2b2b;
}
.btn--3:hover {
    background-color: #fff;
    color: #00728f;
}
.share-btnRow {
	margin-bottom:40px;
}
.tagsRow {
    position: relative;
    padding: 5px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.tagsRow .taghead {
    font-weight: 500;
    color: #2b2b2b;
    font-size: 16px;
    margin-right: 6px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
}
.tagsRow .tagNm {
    color: #4b4b4b;
    background-color: #f1f1f1;
    border: 1px solid #e7e7e7;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    padding: 2px 8px 2px 8px;
    margin: 3px 4px;
	font-size:14px;
}
.tagsRow .tagNm:hover {
	color:#00728f;
	box-shadow:0 0 6px 0 rgba(0,0,0,.15); 
	-ms-box-shadow:0 0 6px 0 rgba(0,0,0,.15); 
	-o-box-shadow:0 0 6px 0 rgba(0,0,0,.15); 
}
.viewByWrap {
	margin-top:10px;
    margin-bottom: 30px;
    position: relative;
}
.viewByWrap .searchRow {
	position:relative;
}
.viewByWrap .searchRow .searchFldwrap {
	position:absolute;
	right:0;
	bottom:5px;
}
.nav-viewBy {
	border-bottom:1px solid #ededed;
}
.nav-viewBy > .nav-item {
	position:relative;
	margin-bottom:-1;
}
.nav-viewBy > .nav-item + .nav-item {
    margin-left: 25px;
    padding-left: 25px;
}
.nav-viewBy > .nav-item + .nav-item:before {
	content:"";
	position:absolute;
	top:2px;
	left:0;
	width:1px;
	height:15px;
	background-color:#dddddd;
}
.nav-viewBy .nav-link {
    border-top: none;
    border-right: none;
    border-left: none;
	border-bottom:3px solid transparent;
    background-color: transparent;
    color: #575859;
    font-weight: 500;
    padding: 0 5px 13px 5px;
}
.nav-viewBy .nav-link.active, .nav-viewBy .nav-link:hover, .nav-viewBy .nav-link:focus {
	border-color: #00728f;
	color:#00728f;
}
.nav-viewBy .nav-link.active:after {
	content:"";
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-3px;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #00728f;
}
.backTop {
    width: 35px;
	height:35px;
	line-height:35px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: rgba(0,0,0,.4);
    color: #fff !important;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
	border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
}
.backTop:hover {
	background-color: rgba(0,0,0,.5);
}
.magazine_ColWrapper .magazine_cont {
    display: block;
    vertical-align: top;
    position: relative;
	color:#414141;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.15);
	-ms-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.15);
	-o-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.15);
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.magazine_ColWrapper .magazine_cont:hover {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
	-o-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
}
.magazine_cont .contentWrap {
    padding: 11px 10px;
}
.magazine_cont .magazine_month {
    font-size: 16px;
    font-weight: 500;
}
.magazine_cont:hover .magazine_month {
	color:#00728f;
}
.magazine_cont:hover .magazine_img img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.sub_sec_Heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.sub_sec_Heading.brdhead:after {
    width: 45px;
}
.magazine_ColWrapper {
    margin-bottom: 15px;
}
.magazine_ColWrapper .magazine_img {
	overflow:hidden;
}
.mngCols {
	margin-left:-10px;
	margin-right:-10px;
}
.mngCols > [class^="col-"] {
	padding-left:10px;
	padding-right:10px;
}
.archSecWrap {
    margin-bottom: 10px;
}
.contact_addressWrap {
    background-color: #00728f;
    color: #fff;
    padding: 20px 25px;
    margin-bottom: 25px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
	-ms-box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
	-o-box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
}
.contact_addressWrap a {
	color:#fff;
}
.cont_head {
    font-size: 24px;
}
.contact_addressWrap .cont_head {
    margin-bottom: 30px;
    color: #fff;
}
.addressListing > li {
    position: relative;
    padding-left: 30px;
}
.addressListing > li + li {
	margin-top:13px;
}
.addressListing > li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
    text-align: center;
    color: #9fd5e3;
    width: 20px;
}
.addressListing > li .icon.smIcon {
    font-size: 15px;
}
.socialLinks .linkItem {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
	color: #9ac3cd;
    border: 1px solid #9ac3cd;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    line-height: 1.94;
	border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.contact_addressWrap .socialLinks {
    margin-bottom: 0;
    margin-top: 8px;
    display: inline-block;
    width: 100%;
}
.contact_addressWrap .socialLinks .linkItem:hover {
	background-color:#fff;
	border-color:#fff;
	color:#00728f;
}
.cst_Fld {
    height: 38px;
    background-color: #f5f5f5;
    border-color: #ededed;
    font-size: 15px;
}
.cst_Fld:focus {
    background-color: #fbfbfb;
    border-color: #ededed;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
	-ms-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
	-o-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}
textarea.cst_Fld {
    height: 130px;
}
textarea {
   resize: none;
}
.contactForm_wrap .cont_head {
    margin-bottom: 20px;
}
.pgHeading-Border {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
    padding-bottom: 3px;
    font-size: 30px;
}
.text-color--1 {
	color:#00728f !important;
}
.text-color--2 {
	color:#2b2b2b !important;
}
.contact_pg_wrap .contact_addressWrap {
    margin-right: 9%;
}
hr {
    border-color: #dfdfdf;
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cmsPGContent ul > li {
    margin-top: 2px;
}
.abtHeadingRow {
	margin-bottom:20px;
}
.abtHeadingRow .heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1px;
}
.abtHeadingRow .subtext {
    font-size: 16px;
    font-weight: 500;
}
.flipbookEmbed {
	position:relative;
	overflow:hidden;
	border:1px solid #c3c3c3;
	background-color:#dddddd;
}
.flipbookEmbed iframe {
    width: 100%;
    border: none;
    height: 600px;
    position: relative;
    margin-bottom: -5px;
}
.multyBtns .btn + .btn {
    margin-left: 20px;
}
.btn.sm-Width {
	min-width:106px;
}
.flipbookDetailsOuter {
	margin-bottom:40px;
}
.archSecWrap .btnRow {
    margin-top: 10px;
}
.hambergIcon {
    width: 22px;
    height: 20px;
    position: relative;
    margin: 0;
	border:none;
    cursor: pointer;
	outline:none !important;
}
.hambergIcon span {
    display: block;
    position: absolute;
    height: 2px;
	background-color:#fff;
	visibility:hidden;
    width: 100%;
    opacity: 1;
    left: 0;
	top:50%;
	margin-top:-1px;
}
.hambergIcon span:before, .hambergIcon span:after {
	content:"";
	position:absolute;
	left:0;
	width:100%;
	height:2px;
	visibility:visible;
	background-color:#fff;
	transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
}
.hambergIcon span:after {
	top:0px;
	transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.hambergIcon span:before {
	top:0px;
	transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.hambergIcon.collapsed span:before {
	top:-6px;
	transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.hambergIcon.collapsed span:after {
	top:6px;
	transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}
.hambergIcon.collapsed span {
	visibility:visible;
}
.modal-thmstyle .modal-body {
    padding-top: 30px;
	padding-bottom:30px;
	position:relative;
}
.modal-thmstyle .modal-Close {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 1;
    font-weight: 500;
	text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
}
.usersContact .person-Name {
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.usersContact .person-Name:after {
	content:"";
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:0;
	height:1px;
	width:40px;
	background-color:#d5d5d5;
}
.magazine-Contact .head {
    font-size: 16px;
    margin-bottom: 40px;
}
.usersContact .designationWrapp {
    margin-bottom: 5px;
}
.usersContact .designationWrapp .subText {
    color: #8f8f8f;
}
.usersContact a {
	color:#4a4a4a;
}
.orPosition {
	position:absolute;
	height:0;
	width:0;
	top:50%;
	right:0;
}
.orPosition .orText {
    width: 34px;
    height: 34px;
    text-align: center;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    font-weight: 500;
    position: absolute;
    line-height: 2.22;
    right: 0;
    top: 50%;
    margin-top: -17px;
    margin-right: -17px;
	z-index:1;
	border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.orPosition .orLine {
    content: "";
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: .5px;
    width: 1px;
    height: 100px;
    background-color: #d6d6d6;
    z-index: 0;
}
.contactOuterSec .usersContact {
    margin-bottom: 0;
}
.magazine-Contact .contactOuterSec {
    position: relative;
    margin-bottom: 5px;
	padding: 0px 18px;
}
.magazine-Contact .btnsRow {
	margin-top:30px;
}
.bgSection {
    padding: 14px;
    background-color: #efefef;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.bgSection > p:last-child {
    margin-bottom:0;
}
.cmsPGContent h1, .cmsPGContent h2, .cmsPGContent h3, .cmsPGContent h4 {
    display: inline-block;
    margin-top: 10px;
    clear: both;
    width: 100%;
}

/***********************************************
				Responsive
***********************************************/
@media screen and (max-width: 991px) and (min-width: 768px) {
.modal-mdSize {max-width:600px;}
}

@media (min-width: 992px) {
.navThmstyle .navbar-nav .dropdown:hover .dropdown-menu {
	display:block;
}
}
@media only screen and (max-width: 1199px) {
.bookLink {background-size: 60px auto;padding-right:68px;line-height:22px;}
.bookLink .lgText {font-size: 22px;}
.bookLink .smText {font-size: 18px;}
.cateRow .colImg {width: 115px;}
.footerCol .heading {font-size: 18px;}
.mngCols .mngLeft {margin-right: -20px;}
.mngCols .mngRight {margin-left: 20px;}
.blogDetailsWrap .blogTitle {font-size: 24px;line-height: 24px;}
.blogDetailsWrap .shortDesc {font-size: 16px;line-height: 19px;}
}
@media only screen and (max-width: 991px) {
body {font-size: 14px;line-height:1.25}
.headTextContWrapp .title {font-size: 23px;line-height: 26px;}
.headTextContWrapp .textDesc {line-height: 17px;}
/*.edition-latestitem .imgWrap, .edition-latestitem .mag-Image {height: 90px;}*/
.logosRowWrapper .latestItemWrap {max-width: 85px;}
.edition-latestitem {font-size: 13px;}
.bookLink {background-size: 45px auto;padding-right: 50px;line-height: 17px;}
.bookLink .lgText {font-size: 19.5px;}
.bookLink .smText {font-size: 16px;}
.mngCols .mngLeft {margin-right: 0px;}
.mngCols .mngRight {margin-left: 0px;}
.categoryCol .heading {font-size: 20px;}
.cateRow .colImg {width: 95px;}
.cateRow .colCont {padding-left: 10px;}
.cateRow .catPostTitle {font-size: 14px;line-height: 15px;margin-bottom:4px;}
.iconText {font-size: 13px;}
.iconText .icon.lgsmall {font-size: 12px;}
.iconText .icon {margin-right: 1px;font-size: 14px;}
.footerCol.mngColcontact {margin-left: 0;}
.footerCol {margin-bottom: 12px;margin-top: 12px;}
.categoryLink {padding: 2px 10px;font-size: 12px;}
.secListingWrap .postTitle {font-size: 18px;line-height: 19px;}
.viewByWrap .searchRow {text-align:right;}
.navWrapper .navThmstyle {padding-top: 2px;padding-bottom: 2px;}
.navThmstyle .navbar-nav > li + li {margin-left: 0;}
.navWrapper .navCollapss_thm {position: absolute;left: 0;top: 100%;background-color: #00728f;width: 100%;margin-top: 6px;padding-bottom:3px;z-index:2;}
.navThmstyle .navbar-nav > li > .nav-link {padding: 7px 15px; border-top: none;}
.navThmstyle .navbar-nav .subMenu {border: none;background-color: transparent; padding-bottom: 0;padding-left:20px;}
.navThmstyle .navbar-nav .subMenu .dropdown-item {color:#fff !important; background-color:transparent !important;}
.nav-viewBy > .nav-item + .nav-item {margin-left: 8px;padding-left: 8px;}
.viewByWrap .searchFldwrap {max-width: 180px;}
.embedVideo iframe {height: 260px;}
.contact_pg_wrap .contact_addressWrap {margin-right: 0;}
.contact_addressWrap {padding-left:18px;padding-right:18px;}
.flipbookEmbed iframe {height: 540px;}

}
@media only screen and (max-width: 767px) {
.sitelogWrap {margin-bottom: 15px;}
.categoryCol {margin-top: 15px;margin-bottom: 20px;}
.categoryCol .heading {margin-bottom: 20px;}
.headerImgWrap .headTextContWrapp {position: relative;left: 0;top: 100%;max-width: 100%;-webkit-transform: translate(0, 0%);-ms-transform: translate(0, 0%);transform: translate(0, 0%);}
.headTextContWrapp {background-color: rgba(0,0,0,.75);}
.sidebarWrap {max-width: 300px;width: 100%;margin-left: auto !important;margin-right: auto !important;margin-top: 20px;}
.secTitle {font-size: 24px;}
.viewByWrap .searchRow .searchFldwrap {position: relative;right: inherit;bottom: inherit;margin-top: 13px;}
.blogDetailsWrap .blogTitle {font-size: 20px;line-height: 20px;}
.blogDetailsWrap .shortDesc {font-size: 15px;line-height: 17px;}
.shareBlog {margin-bottom: 20px;}
.thmstyleSlider .slick-arrow {width: 22px;height: 22px;}
.thmstyleSlider .slick-prev:before, .thmstyleSlider .slick-next:before {font-size: 20px;}
.thmstyleSlider .slick-prev {left: 3px;}
.thmstyleSlider .slick-next {right: 3px;}
.headTextContWrapp .title {font-size: 18px;line-height: 18px;}
.headTextContWrapp .textDesc {line-height: 14px;font-size: 12px;}
.headSliderWrap .thmstyleSlider .slick-arrow {top: 22%;-webkit-transform: translate(0, 0%);-ms-transform: translate(0, 0%);transform: translate(0, 0%);}
.flipbookEmbed iframe {height: 280px;}
.backTop {width: 28px;height: 28px;right:5px;bottom:5px;font-size:24px;line-height:28px;}
.orPosition {top: inherit;right: 50%;bottom: 0;}
.magazine-Contact .head {font-size: 14px;margin-bottom: 20px;}
.magazine-Contact .contactOuterSec.mngOr {padding-bottom:30px;margin-bottom:25px;}
.orPosition .orLine {transform: rotate(90deg);-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);}
.orPosition .orText {width: 30px;height: 30px;font-size: 13px;margin-top: -15px;margin-right: -15px;}
.magazine-Contact .cmnBtn {font-size: 13px;}
.headTextContWrapp .btnRow .btn {font-size:13px;}
}

/* today css vedio  */
.content-media--video {
  background-color: #ddd;
  display: block;
  position: relative;
  padding: 0 0 40.4285714286%;
}
.content-media--video iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}

#featured-video {

}


#featured-video.is-sticky {
position: fixed;
    bottom: 9%;
    right: auto;
    max-width: 280px;
    max-height: 158px;
    width: 280px;
    height: 158px;
    left: 25px;
    z-index: 9;
}

@media screen and (min-width: 1120px) {
  #featured-video.is-sticky {
   
  }
}


@media screen and (min-width: 1300px) {
  #featured-video.is-sticky {
    
  }
}


@media screen and (max-width: 480px) {
  #featured-video.is-sticky {
    top: auto;
    bottom: 15px;
    max-width: 200px;
    max-height: 113px;
  }
}
.fixtp-ad {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}