@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Common Styles Initials
==============================================================*/

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: inherit !important;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Oxygen', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	color: #484848;
	background: #fff;
}


a {
	outline: none;
	text-decoration: none;
	color: #484848;
}

a:hover, a:focus{
	outline: none;
	text-decoration: none;
}

input, textarea, select {
	outline: none;
	resize: none;
	font-family: 'Oxygen', sans-serif;
}

textarea{
	resize: vertical;
	min-height: 100px;
	max-height: 300px;
}

a, input, button{
	outline:none !important;
}

 button::-moz-focus-inner {
 	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
}

.slick-slide{
	outline: none !important;
}

.bg_img{
	display: none;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]{
	-webkit-appearance: textfield
	 -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}

.search-dropdown input{
	-webkit-appearance: textfield
	 -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}

/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder{opacity:1;}
.form-control:-moz-placeholder{opacity:1;}
.form-control::-moz-placeholder{opacity:1;}
.form-control:-ms-input-placeholder{opacity:1;}
input::-webkit-input-placeholder{opacity:1;}
input:-moz-placeholder{opacity:1;}
input::-moz-placeholder{opacity:1;}
input:-ms-input-placeholder{opacity:1;}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a, .nav > li.active > a:focus{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/*==============================================================
	Custom Style
==============================================================*/

.container {
	max-width: 1222px;
	width:100%;
	padding: 0 15px;
}

.cta{
	margin-top: 30px;
}

.cta a, .cta button, .cta-btn-red{
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 22px;
	color: #262626;
	border: #262626 solid 1px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}
.cta button{
	border: 0;
	border-radius: 2px;
}

.cta a:hover{
	background: #262626;
	color: #FFFFFF;
}

.cta.cta-fill a, .cta.cta-fill button{
	background: #262626;
	color: #FFFFFF;
}

.cta.cta-fill a:hover, .cta.cta-fill button:hover{
	background: #707070;
}

.cta.cta-sm a{
	padding: 5px 20px;
}

.cta.cta-white a{
	border: #fff solid 1px;
	color: #fff;
}


.cta.cta-white a:hover{
	background: #fff;
	color: #262626;
}

.cta.cta-fill-white a{
	border: #fff solid 1px;
	background: #fff;
	color: #262626;
}

.cta.cta-fill-white a:hover{
	background: #fff;
	color: #262626;
}

.cta.cta-fill-red a, .cta-btn-red{
	border: #E5003B solid 1px;
	background: #E5003B;
	color: #fff;
}

.cta.cta-fill-red a:hover, .cta-btn-red:hover{
	background: #CE0035;
	color: #fff;
}

.cta-icon a{
	display: flex;
	align-items: center;
}

.cta a svg, .cta a img{
	margin-right: 7px;
}

.add-to-calender{
	position: relative;
}

.add-to-calender + .cta{
	margin-left: 15px;
}

.add-to-calender > a{
	display: flex;
	padding: 5px 20px;
	font-size: 14px;
	line-height: 22px;
	color: #262626;
	border: #262626 solid 1px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}

.add-to-calender > a > img, .add-to-calender > a > svg{
	margin-right: 7px;
}

.add-to-calender > a:hover{
	background: #262626;
	color: #FFFFFF;
}

.add-to-calender-dropdown{
	padding: 15px 7px 5px 7px;
	background: #E9E9E9;
	position: absolute;
	z-index: 2;
	display: none;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	width: 166px;
	left: 0;
	top: 100%;
	z-index: 10;
}

.add-to-calender-dropdown ul{
	display: flex;
	flex-wrap: wrap;
}

.add-to-calender-dropdown ul li{
	width: 33% !important;
	padding: 0 7px;
	margin-bottom: 15px !important;
}

.add-to-calender-dropdown ul li a{
	display: flex;
	align-items: center;
}

.main-heading{
	color: #000000;
	font-size: 40px;
	line-height: 1.35;
	font-weight: 700;
}

h1, .h1{
	color: #262626;
	font-size: 32px;
	line-height: 1.28;
	font-weight: 700;
}

h2, .h2{
	color: #262626;
	font-size: 26px;
	line-height: 1.28;
	font-weight: 700;
}

h3, .h3{
	color: #262626;
	font-size: 24px;
	line-height: 1.28;
	font-weight: 700;
}

h4, .h4{
	color: #262626;
	font-size: 22px;
	line-height: 1.28;
	font-weight: 700;
}

h5, .h5{
	color: #262626;
	font-size: 20px;
	line-height: 1.28;
	font-weight: 700;
}

h6, .h6{
	color: #262626;
	font-size: 18px;
	line-height: 1.28;
	font-weight: 700;
}

.header-top{
	padding: 10px 0;
	border-bottom: 1px solid #E9E9E9;
}

.day-date{
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #484848;
	padding-right: 55px;
}

.header-top-links ul li{
	padding: 0 15px;
}

.header-top-links ul li + li{
	border-left: 1px solid #E9E9E9;
}

.header-top-links ul li a{
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #484848;
	transition: all 0.3s ease-in-out;
	display: block;
}

.header-top-links ul li a:hover{
	color: #E5003B;
}

.header-social{
	height: 100%;
}

.header-social ul li + li{
	margin-left: 15px;
}

.header-social ul li a{
	display: flex;
	color: #484848;
	transition: all 0.3s ease-in-out;
}

.header-social ul li a:hover{
	color: #E5003B;
}

.header-wrap{

}

.header-wrap header{
	padding: 20px 0 0;
}

.header-menu{
	margin-top: 20px;
	background: #262626;
	padding: 10px 20px 11px;
	position: relative;
}


.header-menu ul li{
	margin-right: 60px;
}

.header-menu ul li:last-child{
	margin-right: 0;
}

.header-menu ul li a{
	display: block;
	font-size: 14px;
	color: #E9E9E9;
	line-height: 20px;
	transition: all 0.3s ease-in-out;
}

.header-menu ul li a:hover{
	color: #E5003B;
}

.header-menu ul li.current-menu-item a, .header-menu ul li.active a{
	color: #E5003B;
}

.title-with-button{
	border-bottom: #E9E9E9 solid 1px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
}

.title-with-button .h2{
	padding: 9px 0;
	padding-right: 15px;
	margin-bottom: 2px;
}

.title-with-button:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 220px;
	height: 1px;
	background: #262626;
}

.title-with-button .cta{
	margin-top: 0;
}

.banner{
	margin-top: 18px;
	margin-bottom: 75px;
}

.banner-slider{
	background: #F9F9F9;
}

.banner-slider .slick-dots{
	position: absolute;
	width: 250px;
	left: 15px;
	bottom: 20px;
	display: flex;
}

.banner-slider .slick-dots li{
	padding: 0 5px;
}

.banner-slider .slick-dots li a{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #E9E9E9;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.banner-slider .slick-dots li a:before{
	content: "";
	width: 16px;
	height: 1px;
	background: #E9E9E9;
	margin-right: 5px;
	transition: all 0.3s ease-in-out;
}

.banner-slider .slick-dots li.slick-active a, .banner-slider .slick-dots li:hover a{
	color: #262626;
}

.banner-slider .slick-dots li.slick-active a:before{
	background: #262626;	
}

.banner-slider .slick-dots li:first-child a:before{
	display: none;
}

.banner-slide:nth-child(2), .banner-slide:nth-child(3), .banner-slide:nth-child(4), .banner-slide:nth-child(4){
	display: none;
}

.banner-text{
	padding: 15px 10px 45px 20px;
	position: relative;
}

.banner-text h2{
	max-width: 560px;
	margin-bottom: 12px;
}

.banner-text p{
	max-width: 344px;
	font-size: 16px;
	color: #484848;
}

.banner-image img{
	background: #F9F9F9;
}

.banner-text .cta + .cta{
	margin-left: 20px;
}

.banner-mobile-img{
	display: none;
}

.top-articles-img{
	margin-bottom: 15px;
	position: relative;
}
.top-articles-img > a > img{
	width: 100%;
	background: #F9F9F9;
	transition: all 0.3s ease-in-out;
}

.research-detail .top-articles-img img{
	width: 100%;
	background: #F9F9F9;
}

.top-articles-img img{
	width: 100%;
	background: #F9F9F9;
}

.article-lock-tag{
	position: absolute;
	left: 15px;
	top: 15px;
	width: 42px;
	height: 42px;
	z-index: 1;
}

.article-lock-tag img{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
	width: 42px;
	height: 42px;
	border-radius: 100%;
}

.article-author-photo img{
	margin-right: 15px;
	color: #E5003B;
	border-radius: 100%;
}

.article-author-name{
	font-size: 16px;
	color: #262626;
	font-weight: 700;
}

.artivle-publish-date{
	font-size: 16px;
	color: #262626;
}

.top-articles-listing{
	padding-bottom: 80px;
}

.top-articles-detail .top-articles-listing{
	padding-bottom: 0;
}

.top-articles-listing .h6{
	margin-bottom: 10px;
}

.top-articles-listing .h6 a{
	color: #262626;
	transition: all 0.3s ease-in-out;
}

.top-articles-listing .h6 a:hover{
	color: #E5003B;
}

.top-articles-listing p{

}

.top-articles-listing ul li:hover .h6 a{
	color: #E5003B;
}

.top-articles-img > img{
	transition: all 0.3s ease-in-out;
}

.top-articles-listing ul li:hover .top-articles-img > a > img{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.top-articles-listing ul li:hover .top-articles-img > img{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.top-articles-listing-th ul li{
	width: 100%;
}

.top-articles-listing-th ul li{
	margin-bottom: 30px;
}

.top-articles-listing-th ul li:last-child{
	margin-bottom: 0;
}

.top-articles-listing-th .top-articles-img{
	width: 36%;
	margin-bottom: 0;
}

.top-articles-listing-th .top-articles-img img{
	width: 100%;
}

.top-articles-listing-th .article-title-text{
	width: 64%;
	padding-left: 12px;
}

.top-articles-listing-th .h6{
	font-size: 14px;
	line-height: 1.42;
	margin-bottom: 8px;
	
}

.article-title-text p a{
	color: #E5003B;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.article-title-text p a img{
	margin-left: 5px;
	margin-top: 2px;
}
.top-articles-listing-th .article-author-name, .top-articles-listing-th .artivle-publish-date{
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
}

.top-articles-listing-th .article-author-name{
	margin-right: 10px;
}

.events-home-page{
	padding-bottom: 80px;
}

.upcoming-event ul li{
	margin-bottom: 30px;
}

.upcoming-event > ul > li{
	background: #F9F9F9;
}

.upcoming-event ul li:last-child{
	margin-bottom: 0;
}

.upcoming-event-photo{
	width: 35%;
	position: relative;
	background: #F9F9F9;
}

.upcoming-event-th .upcoming-event-photo{
	background: transparent;
}

.upcoming-event-photo img{
	background: #F9F9F9;
}

.upcoming-event-date-tag{
	position: absolute;
	left: 15px;
	top: 0;
	padding: 6px 10px;
	display: inline-block;
	background: #ED1F4C;
	color: #fff;
	font-size: 14px;
	line-height: 1.27;
	text-align: center;
	z-index: 1;
	font-weight: 700;
}

.upcoming-event-date-tag span{
	display: block;
}

.upcoming-event-photo img{
	width: 100%;
	/*height: 100%;
	object-fit: cover;*/
}

.upcoming-event-content{
	width: 65%;
	background: #F9F9F9;
	padding: 20px 70px 15px 15px;
	position: relative;
}

.upcoming-event-title{
	font-size: 14px;
	line-height: 1.42;
	font-weight: 700;
	color: #262626;
	margin-bottom: 15px;
}

.upcoming-event-title a{
	color: #262626;
	transition: all 0.3s ease-in-out;
}

.upcoming-event-title a:hover{
	color: #E5003B;
}

/*.upcoming-event-date-time{
	display: flex;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42;
	margin-bottom: 15px;
	color: #484848;
}

.upcoming-event-date-time span{
	font-weight: 700;
	display: inline-block;
	padding-left: 6px;
	padding-right: 20px;
}*/


.upcoming-event-date-time{
	display: flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42;
	margin-bottom: 15px;
	color: #484848;
	flex-wrap: wrap;
	
}

.upcoming-event-date, .upcoming-event-time{
	padding-right: 20px;
}

.upcoming-event-date-time span{
	font-weight: 300;
	display: inline-block;
	padding-right: 6px;
}

.upcoming-event-zoom{
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}

.upcoming-event-zoom a{
	display: block;
}

.upcoming-event-zoom a img{
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.upcoming-event-zoom a:hover img{
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);	
}

.upcoming-event-content p{
	font-size: 12px;
	line-height: 1.5;
	color: #484848;
	max-width: 392px;
}

.upcoming-event-cta .cta{
	margin-top: 0;
}

.upcoming-event-cta .cta + .cta{
	margin-left: 15px;
}

.upcoming-event-th .upcoming-event-content{
	padding: 0 0 0 15px;
	background: transparent;
}

.upcoming-event-th .upcoming-event-title{
	margin-bottom: 6px;
}

.upcoming-event-th .upcoming-event-date-time{
	margin-bottom: 8px;
}

.upcoming-event-th .cta a, .upcoming-event-th .add-to-calender > a{
	padding: 5px;
}

.upcoming-event-th .cta.cta-fill-white a{
	padding: 0;
}

.upcoming-event-th .cta a svg, .upcoming-event-th .cta a img, .upcoming-event-th .add-to-calender > a img, .upcoming-event-th .add-to-calender > a svg{
	margin-right: 0;
}

.latest-research-sticky{
	top: 20px;
}

.latest-research ul li:hover .h6 a{
	color: #E5003B;
}

.latest-research ul li:hover .top-articles-img img{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.ad-full-width{
	padding-bottom: 80px;
}

.latest-conversations-slider{
	margin-right: -15px;
	margin-left: -15px;
}

.latest-conversations-slide{
	padding-left: 15px;
	padding-right: 15px;
	display: none;
	/*max-width: 409px;*/
}

.slick-initialized .slick-slide{
	display: block;
}

.latest-conversations-img{
	position: relative;
	margin-bottom: 15px;
}

.latest-conversations-img img{
	width: 100%;
}

.latest-conversations-img-video{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(38,38,38,.6);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.latest-conversations-img-video a{
	display: block;
	color: #fff;
}

.latest-conversations-img-video a path{
	transition: all 0.3s ease-in-out;
}

.latest-conversations-img-video a:hover path{
	fill: #E5003B;
}

.latest-conversations-title{

}

.latest-conversations-title a{
	font-size: 18px;
	line-height: 1.44;
	color: #262626;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}

.latest-conversations-title a:hover{
	color: #E5003B;
}

.latest-conversations-categories-list ul li{
	font-size: 18px;
	line-height: 1.22;
	color: #484848;
	border-bottom: 1px solid #E9E9E9;
	padding-left: 25px;
	position: relative;
}

.latest-conversations-categories-list ul li:last-child{
	border-bottom: 0;
}

.latest-conversations-categories-list ul li:before{
	content: "";
	background: url("../images/right-arrow.svg");
	width: 6px;
	height: 10px;
	position: absolute;
	left: 15px;
	top: 27px;
}

.latest-conversations-categories-list ul li a{
	display: inline-block;
	color: #484848;
	font-weight: 700;
	padding: 20px 0;
	transition: all 0.3s ease-in-out;
}

.latest-conversations-categories-list ul li a:hover{
	color: #E5003B;
}

.latest-conversations-categories .title-with-button{
	margin-bottom: 20px;
}

.cta-section{
	background: #F1F7FF;
	padding-top: 75px;
}

.cta-section-white-bg{
	background: #fff;
}

.cta-section .container{
	max-width: 610px;
	text-align: center;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
}

.cta-section .cta{
	margin-top: 40px;
}

.join-community-wrap{
	max-width: 990px;
	margin: 0 auto;
	width: 100%;
	background: #3B6CAF;
	padding: 80px 30px 93px;
	margin-bottom: -150px;
	position: relative;
}

.join-community{
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.join-community .h1{
	color: #fff;
}

.join-community .cta{
	margin-top: 40px;
}

.join-community .cta a{
	color: #3B6CAF;
}

.join-community .cta a:hover{
	background: #BDCBDE;
	color: #3B6CAF;
	border-color: #BDCBDE;
}

.latest-conversations-home-page{
	padding-bottom: 80px;
}

.get-the-book{
	max-width: 1192px;
	margin: 0 auto;
	/*height: 481px;*/
	background: #F9F9F9;
	margin-bottom: 80px;
	position: relative;
	background: linear-gradient(#f9f9f9 100%, #e9e9e9 0%);
}

.get-the-book:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 1;
}

.book-shape-top{
	position: absolute;
	left: 0;
	top: 0;
}

.book-shape-bottom{
	position: absolute;
	right: 0;
	bottom: 0
}

.book-dots{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 41px;
	height: 146px;
	z-index: 1;
}

.book-author{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 41px;
	/*height: 146px;*/
	z-index: 1;
	/*height: 100%;*/
	width: 38%;
	display: flex;
	align-items: end;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	z-index: 2;
}

.get-the-book-content{
	padding-left: 100px;
	max-width: 785px;
	z-index: 3;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 77px;
	padding-bottom: 120px;
}

.get-the-book-content-img{
	width: 24%;
}

.get-the-book-content-text{
	width: 76%;
	padding-left: 40px;
	padding-right: 15px;
	color: #707070;
}

.book-new-release-tag{
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	margin-bottom: 10px;
}

.book-price{
	font-size: 18px;
	color: #262626;
	font-weight: 700;
	line-height: 1.44;
}

.cta-section-top-logo{
	position: absolute;
	right: 83px;
	top: -75px;
	width: 100%;
	max-width: 551px;
	height: 337px;
}

.cta-section-bottom-logo{
	position: absolute;
	left: 83px;
	bottom: -115px;
	width: 100%;
	max-width: 551px;
	height: 337px;
}

.cta-section-inner-wrap{
	position: relative;
}

.cta-section-inner-wrap .h1{
	margin-bottom: 30px;
}

.footer{
	background: #262626;
	padding-top: 226px;
	display: block;
}

.footer .h6{
	color: #fff;
	margin-bottom: 29px;
}

.newsletter-form{
	margin-bottom: 60px;
	color: #fff;
}

.newsletter-form p{
	color: #fff;
}

.social-footer{
	margin-bottom: 57px;
}

.social-footer ul li{
	margin-bottom: 15px;
	margin-top: 10px;
}

.social-footer ul li + li{
	margin-left: 62px;
}

.social-footer ul li a{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.social-footer ul li a:hover{
	color: #E5003B;
}


.social-footer ul li a svg{
	margin-right: 10px;
}

.need-talk-to-us{

}

.need-talk-to-us ul li{
	font-size: 16px;
	color: #fff;
	line-height: 1.75;
	margin-bottom: 10px;
}

.need-talk-to-us ul li a{
	color: #fff;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.need-talk-to-us ul li a:hover{
	color: #E5003B;
}

.footer-links ul li + li{
	margin-top: 22px;
}

.footer-links ul li a{
	font-size: 14px;
	color: #fff;
	line-height: 1.42;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover{
	color: #E5003B;
}

.copyright{
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.83;
	color: #fff;
	border-top: 1px solid #434343;
}

.social-footer-mobile{
	display: none;
}

.sticky-top{
	z-index: 3;
}

.inner-banner-wrap{
	margin-top: 18px;
	margin-bottom: 80px;
}

.inner-banner{
	position: relative;
	height: 300px;
	max-width: 1194px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
}

.inner-banner:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(39, 39, 39, 0.5);
	z-index: 2;
}

.inner-banner-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #F9F9F9;
}

.inner-banner .container{
	z-index: 3;
}

.inner-banner .h1{
	color: #fff;
	margin-bottom: 17px;
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
}

.banner-breadcrumb{
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.breadcrumb{
	margin-bottom: 0;
}

.breadcrumb li, .breadcrumb li a, .breadcrumb-item.active{
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.breadcrumb li a{
	transition: all 0.3s ease-in-out;
}

.breadcrumb li a:hover{
	color: #E5003B;
}

.breadcrumb-item + .breadcrumb-item::before{
	color: #fff;
}

.top-articles-detail .top-articles-listing ul li{
	margin-bottom: 50px;
	background: transparent;
}

.latest-research + .latest-research{
	margin-top: 80px;
}

.latest-conversations-detail{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.latest-conversations-detail .latest-conversations-slide{
	display: block;
	width: 33%;
	padding: 15px;
	margin-bottom: 20px;
}

.outreach-2-col{
	padding-bottom: 80px;
}

.outreach-img img{
	width: 100%;
}

.outreach-2-col .h6{
	margin-bottom: 16px;
}

.privacy-policy{
	padding-bottom: 80px;
}

body.privacy-policy{
	padding-bottom: 0;
}

.privacy-policy .container{
	max-width: 1020px;
}

.research{
	background: #F1F7FF;
	padding: 80px 0 30px;
}

.research .top-articles-listing{
	padding-bottom: 0;
}

.research .top-articles-listing ul li{
	margin-bottom: 50px;
}

.research .top-articles-listing ul li .cta{
	text-align: right;
}

.contact-author-wrap{
	background: #3B6CAF;
	height: 100%;
}

.publications{
	padding: 80px 0 30px;
}

.publications .top-articles-listing{
	padding-bottom: 0;
}

.publications .top-articles-listing ul li{
	margin-bottom: 50px;
}

.contact-author{
	padding: 50px 20px;
	text-align: center;
}

.email-icon{
	margin-bottom: 15px;
}

.contact-author h6{
	color: #fff;
}

.contact-author p{
	color: #fff;
	max-width: 580px;
}

.research .top-articles-listing ul li .contact-author .cta{
	text-align: center;
}

.contact-author .cta a{
	color: #3B6CAF;
}


.research-detail{
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

.research-detail-author{
	padding-bottom: 80px;
}

.publications-detail{
	padding-top: 0;
}

.research-detail-author .container{
	max-width: 815px;
}

.about-ccg{
	padding-bottom: 80px;
}

.about-ccg .h6{
	color: #262626;
	margin-bottom: 15px;
}

.vision-mission{
	padding-top: 40px;
}

.vision-mission ul li .vision-mission-content{
	position: relative;
	padding: 30px;
	border: 1px solid #D2D2D2;
}

.vision-mission ul li .vision-mission-content:before{
	content: "";
	width: 4px;
	height: 25px;
	background: #E5003B;
	position: absolute;
	left: -2px;
	top: 30px;
}

.vision-mission ul li .vision-mission-content .h6{
	margin-bottom: 15px;
	color: #262626;
}

.who-we-are, .a-new-ethos{
	background: #F1F7FF;
	padding: 80px 0;
}

.who-we-are .h6{
	margin-bottom: 15px;
}

.our-philosophy{
	padding: 80px 0;
}

.who-we-are ul li{
	padding-bottom: 80px;
}

.who-we-are ul li:last-child{
	padding-bottom: 0;
}

.explore-our-courses{
	
}

.explore-our-courses .top-articles-img{
	width: 213px;
	height: 213px;
	margin: 0 auto 15px;
}

.explore-our-courses .top-articles-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 100%;
}

.top-articles-detail .top-articles-img img{
	width: 100%;
}

.explore-our-courses .article-lock-tag{
	top: 30px;
	left: 40px;
}

.explore-our-courses ul li{
	text-align: center;
	margin-bottom: 30px;
}

.explore-our-courses .top-articles-listing{
	padding-bottom: 0px;
}

.course-price{
	margin-right: 15px;
	font-size: 26px;
	color: #262626;
	line-height: 1.26;
	font-weight: 700;
}

.course-summary-price-cta{
	margin-top: 40px;
}

.course-summary-price-cta .cta{
	margin-top: 0;
}

.course-summary{
	padding-bottom: 80px;
}

.free-course-contents{
	padding-bottom: 30px;
}

.free-course-contents ul li{
	margin-bottom: 50px;
	text-align: center;
}

.free-course-contents ul li .h6, .free-course-contents ul li p{
	max-width: 276px;
	margin-left: auto;
	margin-right: auto;
}

.free-course-contents ul li .h6 a{
	color: #262626;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}

.free-course-contents ul li:hover .h6 a{
	color: #E5003B;
}

.free-course-list-img{
	margin-bottom: 15px;
}

.free-course-list-img img{
	background: #F9F9F9;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.free-course-contents-detail ul li{
	text-align: center;
	margin-bottom: 45px;
}

.free-course-contents-detail ul li .h6 a{
	color: #262626;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}

.free-course-contents-detail ul li:hover .h6 a{
	color: #E5003B;
}

.free-course-contents-detail ul li:hover .free-course-list-img img{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
}

.free-course-content-detail-box{
	max-width: 378px;
	margin: 0 auto;
}

.free-course-contents-next-prev{
	padding-bottom: 50px;
}

.free-course-contents-next-prev a{
	font-size: 18px;
	line-height: 1.56;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
}

.free-course-contents-next-prev a:hover{
	color: #E5003B;
}

.free-course-contents-next-prev .prev-course{
	margin-bottom: 30px;
}

.free-course-contents-next-prev .next-course{
	text-align: right;
	margin-bottom: 30px;
}

.free-course-contents-next-prev .prev-course img{
	margin-right: 15px;
}

.free-course-contents-next-prev .next-course img{
	margin-left: 15px;
}

.free-course-contents-next-prev .next-course a{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

div.course-popup{
	padding: 40px 15px;
	display: none;
}

.course-popup .container{
	max-width: 980px;
}

.course-popup h2, .course-popup h3, .course-popup h4, .course-popup h5, .course-popup h6{
	margin-bottom: 15px;
}

.pagination-wrap{
	padding-top: 20px;
	padding-bottom: 80px;
	border-top: 1px solid #E9E9E9;
}

.showing-out-of-pages{
	font-size: 16px;
	color: #484848;
	padding-top: 20px;
}

.pagination-inner-wrap{
	padding-top: 20px;
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	flex-wrap: wrap;
}


.pagination-wrap .wp-pagenavi a.page-numbers {
	border: 1px solid transparent;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	color: #484848;
	display: inline-block;
	margin: 1px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	background: #F9F9F9;
	padding: 0 15px;
}

.pagination-wrap .wp-pagenavi span {
	border: 1px solid transparent;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	color: #484848;
	display: inline-block;
	margin: 1px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	background: #F9F9F9;
	padding: 0 15px;
}

.pagination-wrap .wp-pagenavi a.previouspostslink, .pagination-wrap .wp-pagenavi a.next:hover, .pagination-wrap .wp-pagenavi a.previouspostslink, .pagination-wrap .wp-pagenavi a.prev:hover {
	background-color: #F9F9F9 !important;
}
.pagination-wrap .wp-pagenavi span.page-numbers.current {
    border: 1px solid #262626;
}
.pagination-wrap .wp-pagenavi a.page-numbers:hover {
    border: 1px solid #262626;
}

.latest-conversations-listing-page{
	padding-bottom: 0;
}

.thankyou{
	padding: 80px 0;
	text-align: center;
}

.thankyou .container{
	max-width: 600px;
}

.thankyou-icon{
	margin-bottom: 25px;
}

.thankyou .h1{
	margin-bottom: 13px;
}

.thankyou p{
	margin-bottom: 0;
}

.contact-wrap{
	padding-bottom: 80px;
}

.contact-wrap .row{
	justify-content: center;
	-webkit-justify-content: counter;
}

.contact-head{
	margin-bottom: 35px;
	text-align: center;
}

.contact-head .h2{
	margin-bottom: 18px;
	text-decoration: underline;
}

.contact-info{

}

.contact-info ul li{
	padding: 30px 0;
	line-height: 28px;
}

.contact-info ul li a{
	color: #484848;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	word-break: break-all;
}

.contact-info ul li a:hover{
	color: #E5003B;
}

.contact-info ul li:first-child{
	padding-top: 0;
}

.contact-info ul li:last-child{
	padding-bottom: 0;
}

.contact-info ul li + li{
	border-top: 1px solid #E9E9E9;
}

.contact-info-title{
	font-weight: 700;
	padding-bottom: 17px;
}

.contact-info ul li p{
	margin-bottom: 0;
	line-height: 28px;
}

.contact-form .form-group{
	margin-bottom: 30px;
}

.contact-form label{
	font-size: 16px;
	color: #262626;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-form input.form-control, .contact-form .form-select{
	width: 100%;
	height: 38px;
	border: 1px solid #E9E9E9;
	font-size: 14px;
	color: #262626;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 15px;
	border-radius: 0;
}

.contact-form textarea.form-control{
	padding: 15px;
	width: 100%;
	height: 165px;
	border: 1px solid #E9E9E9;
	font-size: 14px;
	color: #262626;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0;
	resize: vertical;
	min-height: 100px;
}

.form-select:focus{
	box-shadow: none;
	border-color: #E9E9E9;
}

.contact-form .cta{
	margin-top: 0;
	text-align: right;
}

.articles-detail-wrap{
	padding-bottom: 80px;
}

.articles-detail{
	font-size: 16px;
	line-height: 1.5;
	color: #484848;
}

.articles-detail img{
	margin-bottom: 30px;
}

.articles-detail .article-author{
	margin-bottom: 40px;
}

.articles-detail .article-author img{
	margin-bottom: 0;
}

.articles-detail h1,
.articles-detail h2,
.articles-detail h3,
.articles-detail h4,
.articles-detail h5,
.articles-detail h6{
	margin-bottom: 15px;
}


.articles-detail ul{
	margin-bottom: 30px;
}

.articles-detail ul ul{
	margin-bottom: 0;
	margin-top: 15px;
	margin-left: 0;
}

.articles-detail ul li{
	padding-bottom: 0;
	padding-left: 15px;
	position: relative;
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #484848;
}

.articles-detail ul li:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #484848;
}

.articles-detail ol{
	margin-bottom: 30px;
	counter-reset: item;
}

.articles-detail ol ol{
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 0;
}

.articles-detail ol li{
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #484848;
}

.articles-detail ol li:before{
	content: counters(item, ".") " ";
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 0px;
	font-weight: 700;
}

.articles-detail ol li ol li{
	padding-left: 30px;
}

.articles-detail .embed-responsive{
	margin-top: 40px;
	margin-bottom: 20px;
}

.articles-detail .ratio{
	margin-bottom: 30px;
}


.quiz-questions{
	padding-bottom: 80px;
	text-align: center;
}

.quiz-questions .container{
	max-width: 650px;
}


.join-the-community-popup{
	display: none;
	background: #F9F9F9 !important;
	
}

.join-the-community-popup .container{
	max-width: 610px;
}

.contact-form h2{
	text-align: center;
	margin-bottom: 25px;
}

.join-the-community-popup .contact-form p{
	margin-bottom: 35px;
	text-align: center;
}

#join-now-popup form{
	max-width: 276px;
	margin-left: auto;
	margin-right: auto;
}

#join-now-popup .contact-form .cta{
	text-align: center;
}

.fancybox-button{
	color: #E5003B !important;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50px !important;
	border: 2px solid #E5003B !important;
	padding: 0px !important;
	margin-top: 5px !important;
	margin-right: 5px !important;
}

.latest-conversations-arrow{
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	color: #e9e9e9;
	align-items: center;
	margin-top: 27px;
}

.latest-conversations-prev{
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin-right: 12px;
}

.latest-conversations-next{
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	width: 24px;
	height: 24px;
	border-radius: 100%;
}

.latest-conversations-prev:hover, .latest-conversations-next:hover{
	color: #E5003B;
}

.header .search{
	position: absolute;
	right: 9px;
	top: 0;
	width: 41px;
	height: 41px;
	z-index: 1;
	padding: 10px;
}

.header .search > a{
	margin-right: 11px;
}

.search-dropdown{
	position: absolute;
	right: 4px;
	top: 4px;
	height: 32px;
	width: 361px;
	z-index: 2;
	background: #E9E9E9;
}

.search-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	z-index: 1;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	padding: 0;
	margin-right: 4px;
}

.search-dropdown{
	display: none;
}

.search-dropdown .form-group{
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
}

.search-dropdown form{
	width:calc(100% - 40px);
}

.search-dropdown input{
	width: calc(100% - 30px);
	height: 32px;
	border: 0;
	background: transparent;
	font-size: 16px;
	color: #484848;
	padding: 0 10px;
}

.search-dropdown button{
	color: #262626;
	padding: 0;
	border: 0;
	width: 32px;
	height: 32px;
	z-index: 1;
	display: flex;
	justify-content: center;
	-webkit-justify-content: counter;
	align-items: center;
	padding: 0;
	background: none;
}

.search-dropdown button svg path{
	fill: #262626;
}

.search.search-mobile svg path{
	fill: #262626;
}

.header .search-mobile{
	display: none;
	right: 50px;
}

.search-mobile .search-dropdown{
	width: calc(100% - 58px);
	right: 0;
	top: 10px;
	position: fixed;
	height: 45px;
}

.search-mobile .search-dropdown .form-group{
	height: 45px;
}

.search-mobile .search-dropdown .search-close{
	top: 6px;
}

.articles-listing-search-shortby{
	background: #F9F9F9;
	margin-bottom: 30px;
}

.articles-listing-search{

}

.articles-listing-search input{
	border: 0;
	background: transparent;
	width: 100%;
	height: 45px;
	font-size: 16px;
	color: #484848;
	background: url(../images/search-black.svg) left 5px center no-repeat;
	padding-left: 35px;
}

.articles-listing-shortby{

}

.articles-listing-shortby select.form-select{
	background-color: transparent;
	border: 0;
	border-radius: 0;
	height: 45px;
	width: 100%;
	font-size: 16px;
	color: #484848;
	/*text-align: right;*/
}

.search-result{
}

.search-result .container{
	max-width: 1020px;
}

.search-categories{
	background: #E9E9E9;
	padding: 10px 25px 9px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 300;
	color: #484848;
	display: inline-flex;
}

.search-categories a{
	display: inline-block;
	color: #484848;
	transition: all 0.3s ease-in-out;
}

.search-categories a:hover{
	color: #E5003B
}

.search-result-list > ul > li{
	padding: 40px 0;
	border-bottom: #E9E9E9 solid 1px;
}

.search-result-list > ul > li:first-child{
	padding-top: 0;
}


.search-result-list > ul > li .h6 a{
	transition: all 0.3s ease-in-out;
	color: #262626;
}

.search-result-list > ul > li .h6 a:hover{
	color: #E5003B
}

.search-result-list ul li .cta{
	margin-top: 18px;
}

.search-result-list ul li .add-to-calender + .cta{
	margin-top: 0;
}

.search-result-list .upcoming-event-date-time{
	font-size: 16px;
}

.sitemap-page{
	padding-bottom: 35px;
}

.sitemap-page .h6{
	margin-bottom: 40px;
}

.sitemap-listing{
	max-width: 788px;
}

.sitemap-listing ul li{
	margin-bottom: 45px;
}

.sitemap-listing ul li a{
	font-size: 14px;
	line-height: 22px;
	color: #262626;
	transition: all 0.3s ease-in-out;
}

.sitemap-listing ul li a:hover{
	color: #E5003B
}


.articles-detail .header-social ul, .articles-detail .header-social ul li{
	margin: 0;
	padding: 0;
}

.articles-detail .header-social ul li + li{
	margin-left: 20px;
}

.articles-detail .header-social ul li:before{
	display: none;
}

.no-search{
	text-align: center;
	padding-bottom: 80px;
}

.who-we-are img{
	width: 100%;
}

.blog-detail-main{
	width: 100%;
}


.ns-form{
	display: flex;
	flex-wrap: wrap;
	max-width: 363px;
	width: 100%;

}

.ns-group{
	width: calc(100% - 92px);
} 

.ns-input{
	width: 100%;
	height: 41px;
	border: 0px solid #E9E9E9;
	font-size: 12px !important;
	color: #707070;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 15px;
	border-radius: 0;
}

.ns-submit{
	width: 92px;
	height: 41px;
	color: #fff;
	background: #E5003B;
	border: 0;
	transition: all 0.3s ease-in-out;
}

.ns-submit:hover{
	background: #CE0035;
}

.ns-error{
	color: #E5003B;
	font-size: 14px;
}

.ns-input::-webkit-input-placeholder{opacity:1;}
.ns-input:-moz-placeholder{opacity:1;}
.ns-input::-moz-placeholder{opacity:1;}
.ns-input:-ms-input-placeholder{opacity:1;}


.pagination-wrap{
	padding-top: 40px;
}

.pagination-wrap .wp-pagenavi{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pagination-wrap .wp-pagenavi span.pages{
	display: flex;
	align-self: start;
	flex-grow: 1;
	background: none;
	flex-wrap: wrap;
	width: auto;
	height: auto;
	line-height: 1.27;
	padding: 10px 0;
	color: #484848;
}

.pagination-wrap .wp-pagenavi a {
	border: 1px solid transparent;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	color: #484848;
	display: inline-block;
	margin: 1px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	background: #F9F9F9;
	padding: 0 15px;
	height: 36px;
}

.pagination-wrap .wp-pagenavi span {
	border: 1px solid transparent;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	color: #484848;
	display: inline-block;
	margin: 1px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	background: #F9F9F9;
	padding: 0 15px;
	height: 36px;
}

.pagination-wrap .wp-pagenavi a.previouspostslink, .pagination-wrap .wp-pagenavi a.next:hover, .pagination-wrap .wp-pagenavi a.previouspostslink, .pagination-wrap .wp-pagenavi a.prev:hover {
	background-color: #F9F9F9 !important;
}
.pagination-wrap .wp-pagenavi span.current {
    border: 1px solid #262626;
}
.pagination-wrap .wp-pagenavi a:hover {
    border: 1px solid #262626;
}


@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.delay-animated {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


.banner-mobile-img img{
 	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: 3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}



/* comment section css  */

.comment-respond {
    margin-top: 30px;
}
.leaveareply-section {
    background: #f1f7ff;
}
.leaveareply-section .form-box {
    padding: 45px 65px;
	margin-bottom: 30px;
}
.leaveareply-section .title-section .title h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #363636;
	margin-bottom: 15px;
}
.leaveareply-section .form-group {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}
.leaveareply-section .form-label {
    font-size: 18px;
    color: #363636;
    line-height: 1.6;
    display: block;
    width: 100%;
    font-weight: 400;
    margin-bottom: 2px;
}
.leaveareply-section textarea.form-control {
    height: 160px;
}
.checkmark-group .container-check {
    font-size: 16px;
    line-height: 28px;
    color: #363636;
}
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-check input:checked~.checkmark {
    background-color: #fff;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid rgba(25,60,27,.2);
}
.container-check input:checked~.checkmark:after {
    display: block;
}
.container-check .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid #eb8329;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.container-check input:checked~.checkmark:after {
    display: block;
}
.container-check .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid #e5003b;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark-group .container-check {
    margin-bottom: 20px;
    width: 100%;
}
.leaveareply-section input[type=text].mc-input {
    border: 1px solid #ced4da;
	color: #212529;
	width: 85px!important;
	padding: 6px 12px;
	border-radius: 0.25rem;
}
.leaveareply-section .math-captcha-form {
    margin-bottom: 25px;
}
.leaveareply-section .math-captcha-form label {
   padding-right: 10px;
}
/* comment section css  */
