@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('../fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

body{font-family: 'RobotoRegular';}
.sectionpadding{padding:50px 0}
button:focus{outline:none;}
.container {
    max-width: 1170px;
    margin: auto;
    width: 100%;
}
.flexcontainer {
    display: flex;
    justify-content: space-between;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.banner-owl-carousel .bannerin-owl-carousel .owl-stage-outer .owl-item .container {
    max-width: none;
    margin: inherit;
}
.header-topse {
    width: calc(100% - 0rem);
    margin: auto;
    display: flex;
    justify-content: flex-end;
    background: #000;
    padding: 3px 3rem;
    align-items: center;
}
.header-topse .topleftfl ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.header-topse .topleftfl ul li {
    list-style: none;
    margin: 0;
}

.header-topse .topleftfl ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border-right: 0px solid #848484;
    margin: 0 0px;
    padding: 0 15px;
    line-height: 13px;
    display: block;
}
.donetus a {
    background: #66a82a;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    display: inline-block;
    text-decoration: none;
}

.donetus {
    margin: 0 0px 0 10px;
    border: 1px solid #66a82a;
    line-height: normal;
    display: inherit;
    padding: 2px;
	line-height: 22px;
	border-radius:3px;
}

.header-topse {}

.header-topse nav.footer-social-wrapper {}

.header-topse nav.footer-social-wrapper ul.social-menu {
    display: flex;
    margin: 0;
    border: 0;
}
.header-topse nav.footer-social-wrapper ul.social-menu li:first-child {
    margin-left: 13px;
}
.header-topse nav.footer-social-wrapper ul.social-menu li {
    margin: 0 12px 0 0px;
}

.header-topse nav.footer-social-wrapper ul.social-menu li a {
    background: transparent;
    width: auto;
    height: auto;
}

.header-topse nav.footer-social-wrapper ul.social-menu li a span.screen-reader-text {
}

.header-topse  .footer-top.has-social-menu {
    padding: 8px 0;
    border: 0;
}
.header-topse nav.footer-social-wrapper ul.social-menu li a svg.svg-icon {
    width: 20px;
}

header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
    position: relative;
    padding: 0px 56px 115px 140px;
    overflow: hidden;
    color: #fff;
    line-height: 26px;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
	letter-spacing:0;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}



.header-inner.section-inner {
    position: fixed;
    width: 100%;
    padding: 11px 40px;
    background: #0000005e;
	transition:.3s ease;
}
.header-inner.section-inner.scrolled {
    top: 0;
    background: #000;
}
.header-inner.section-inner .site-title.faux-heading {}

.header-inner.section-inner .site-title.faux-heading a {
    color: #fff;
    font-size: 30px;
}

.header-inner.section-inner  .header-navigation-wrapper {
    margin-right: 30px;
}

.header-inner.section-inner .header-navigation-wrapper ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    transition:.3s ease;
}

.header-inner.section-inner .header-navigation-wrapper ul li a:hover{
    color:#66a82a;
}
body .header-inner.section-inner button.toggle.search-toggle {
    padding: 0;
    border: 0 !important;
    color: #fff !important;
}

.header-inner.section-inner .header-titles-wrapper {}

body .header-inner.section-inner button.toggle.search-toggle span.toggle-text {
    display: none;
}

body .header-inner.section-inner button.toggle.search-toggle span.toggle-inner {
    border: 0 !important;
}

body .header-inner.section-inner .toggle-wrapper.search-toggle-wrapper {}

body .header-inner.section-inner .toggle-wrapper.search-toggle-wrapper::before {
    display: none;
}

body .header-inner.section-inner .header-toggles {
    margin-left: 22px;
}

.banner-owl-carousel {
    height: 75vh;
    overflow: hidden;
}

.banner-owl-carousel {}

.banner-owl-carousel .bannerin-owl-carousel {
    height: 100%;
}

.banner-owl-carousel .bannerin-owl-carousel .owl-stage-outer {height: 100%;}

.banner-owl-carousel .bannerin-owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}

.banner-owl-carousel .bannerin-owl-carousel .owl-stage-outer .owl-item {
    height: 100%;
}

.banner-owl-carousel .bannerin-owl-carousel .owl-stage-outer .owl-item img {
    height: 100%;
}

.section.section-top-0.mainslider {
    height: 75vh;
}

.banner-owl-carousel header {
    height: 100%;
}
span.color {
    color: #66a82a;
}
.eplr {
    margin-top: 15px;
}

div.chrright h2 {
    margin-bottom: 0;
    letter-spacing: 0;
}

div.chrright h5 {
    margin-top: 10px;
    letter-spacing: 0;
    font-size: 19px;
    color: #66a82a;
    font-weight: normal;
}

.trusteerow  .panel-grid-cell .trusteeimage  img.image {
    width: 280px;
    object-fit: cover;
    object-position: center;
    height: 270px !important;
}

.trusteerow  .widget_media_image {
    margin-bottom: 0 !important;
}

.trusteerow .trusteename {
    background: #66a82a;
    color: #fff;
    padding: 10px;
}

.sign {
    display: inline-block;
}

.sign img {
    margin-bottom: 0;
}

div.boardadvisors h2 {
    margin-bottom: 22px;
}
.teamdesc {
    margin-top: -30px;
}
.teamrow .trusteeimage {
    margin-bottom: 20px;
}

.teamrow .widget_text .textwidget .teamdesc a,
.teamrow .teamdesc a{
    text-decoration: none;
    color: #66a82a;
    font-weight: bold;
    text-transform: uppercase;
}

.trusteerow .trusteename p {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
	letter-spacing: .5px;
}

.trusteerow .widget_text {
    margin: 0;
}

.trusteerow .trusteeimage {
    border: 1px solid #ccc;
}
.eplr a {background: #66a82a;color: #fff;text-decoration: none;font-size: 15px;padding: 4px 15px;display: inline-block;border-radius: 5px;}
.banner-owl-carousel .bannerin-owl-carousel  .owl-dots{
    position: absolute;
    bottom:10px;
    left: 0;
    right: 0;
    background: transparent;
}

.banner-owl-carousel .bannerin-owl-carousel .owl-dots button.owl-dot span {
    padding: 7px;
    margin: 3px 3px;
    border: 3px solid #fff;
}

.banner-owl-carousel .bannerin-owl-carousel .owl-dots button.owl-dot.active span {
    background: #66a82a;
}
.aboutsection .container {
    display: flex;
}

.aboutsection .container .left {
    width: 40%;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
    overflow: hidden;
}
.banner-owl-carousel .bannerin-owl-carousel .owl-nav button.owl-prev {
    opacity: 1;
	left:0px;
	background:transparent !important;
	text-decoration:none;
}
.banner-owl-carousel .bannerin-owl-carousel .owl-nav button.owl-next {
    opacity: 1;
	right:0px;
	background:transparent !important;
	text-decoration:none;
}
.banner-owl-carousel .bannerin-owl-carousel .owl-nav button.owl-prev span {
    font-size: 70px;
    color: #d4d4d4;
}
.banner-owl-carousel .bannerin-owl-carousel .owl-nav button.owl-next span {
    font-size: 70px;
    color: #d4d4d4;
}
.aboutsection .container .right {
	width: 60%;
	padding-left:30px;	
	font-size:16px;
    
}

footer .newsletterdiv input[type="text"] {
    padding: 10px;
    border: 0;
    display: inline-block;
    border-radius: 4px;
    margin: 10px 0 15px 0;
}
.aboutsection {
    padding: 50px 0;
    background: #fff;
	
}
.news-events .owl-nav .owl-prev span,
.news-events .owl-nav .owl-next span {
    font-size: 70px;
    color: #d6d6d6;
}


.news-events .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    left: -40px;
    font-size: 80px;
    text-decoration: none;
	color:#c7c7c7;
}
.news-events .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    right: -40px;
    font-size: 80px;
    text-decoration: none;
	color:#c7c7c7;
}
h2.sectionttl {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 33px;
    position: relative;
}
h2.sectionttl {
    color: #484545;
	letter-spacing: 0;
}

h2.sectionttl:after {content: "";height: 5px;width: 80px;background: #66a82a;position: absolute;bottom: -6px;left: 0;}

.titlehead  h2.sectionttl {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}

.titlehead h2.sectionttl::after {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -16px;
    border-radius: 20px;
}
.aboutsection p {
    line-height: 24px;
}
.newseventsection  .item {border: 1px solid #ccc;}
.aboutsection ul {
    margin-bottom: 6px;
    margin-left: 0;
}

.aboutsection .rmr a {
    color: #3F51B5;
    background: #66a82a;color: #fff;text-decoration: none;font-size: 15px;padding: 8px 15px;display: inline-block;border-radius: 5px;
}


.rmr {
    text-align: right;
    margin-top: 20px;
}

.aboutsection ul li {
    margin-bottom: 20px;
}

.aboutsection .container .left img.alignnone.wp-image-65 {
    margin: 0;
}
.countersection .wpsm_counterbox {
    font-family: 'RobotoRegular';
    border: 1px solid #68a728;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0 !important;
}

.countersection .wpsm_counterbox span.counter {
    font-family: 'RobotoRegular';
    font-weight: bold;
    line-height: 0px;
    height: auto;
    letter-spacing: 0;
}

.countersection .wpsm_counterbox h3.wpsm_count-title {
    font-family: 'RobotoRegular' !important;
    min-height: auto !important;
    margin-top: 0px !important;
    letter-spacing: 0 !important;
    font-weight: bold !important;
}
div#wpsm_counter_b_row_72 .wpsm_counterbox .wpsm_number{
	line-height: 42px;
}

.countersection .wpsm_counterbox .wpsm_number {
    margin-top: 10px !important;
}
div#wpsm_counter_b_row_72  .wpsm_counterbox .wpsm_count-icon {
    display: block;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin: 10px auto;
    float: left;
    width: 100px;
}
.titlehead p {
    font-size: 20px;
    color: #2d2d2d;
}

.nwcontent p{font-size:16px;}

.newseventsection .nwcontent p{color:#2d2d2d;}

.projectcol {}

.projectcol {
    background: #f1f1f2;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.projectcol img.aligncenter {
    margin: 0;
}

.projectcol .projectimg img {
    margin: 0;
	height: 300px;
    object-fit: cover;
}

.projectcol .content {
    padding: 15px 0 20px 0;
    letter-spacing: 0;
    font-size: 20px;
}

.projectcol:hover {
    background: #68a728;
    color: #fff;
}
.projectcol .content a {
    color: #191919;
    text-decoration: none;
    letter-spacing: 0;
	font-size: 17px;
}
body .header-inner.section-inner button.toggle.search-toggle span.toggle-inner img {
    width: 18px;
    height: 18px;
}
.topfooter .col-sm-5.wpsm_col-sm-5 {
    width: 40%;
}
div#panel-40-0-0-0 {}

.partnerrows  .so-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.mapsection {
    margin-top:60px;
}

.mapsection iframe {
    height: 310px;
}

.panel-grid.panel-has-style .partnerrows .panel-grid-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #ccc;
    min-height: 120px;
    padding: 10px;
}
.joinusclass .contactcol {
    max-width: 700px;
    margin: auto;
}
.panel-grid.panel-has-style .partnerrows {
    display: flex;
    align-items: center;
}
.projectcol .projectimg a {
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    display: block;
    overflow: hidden;
}
.projectcol:hover .content a {
	color:#fff;
}
.newseventsection.sectionpadding {
    display: inline-block;
    width: 100%;
}
.nwcontent {
    padding: 15px;
}

.nwcontent .nwtag a {
    color: #66a82a;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

.nwcontent .nwttl a{
    font-size: 21px;
    font-weight: bold;
	color:#191919;
	text-decoration:none;
}

.nwcontent span.uimage {
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10PX;
}

.nwcontent span.uimage img {
    width: 40px;
}

.btminfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btminfo .leftm {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.btminfo .demo a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.aboutsection.comunity {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}
.aboutsection.comunity .container .right{
	padding-left:60px;
}

.aboutsection.comunity .container  .left {
    width: 36%;
    border-radius: 0;
    border: 1px solid #fff;
	position:relative;
}

.titlehead h2.sectionttl small {
    font-size: 14px;
    color: #000;
}

.aboutsection.comunity h2.sectionttl {
    color: #fff;
}

.aboutsection.comunity .container .right h2.sectionttl {
    margin-bottom: 50px;
}

.aboutsection.comunity .container .right h2.sectionttl::after {
    bottom: -14px;
}

.aboutsection.comunity .rmr a {
    background: #66a82a;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 5px;
}

.aboutsection.comunity .rmr {
    text-align: left;
}

.aboutsection.comunity p {
    line-height: 30px;
}
.icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon a i.fa {
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#fff;
}

.testimonial .testimonial-content .pic {border-radius: 40px;overflow: hidden;display: inline-block;border: 1px solid #ccc;margin-right:10px;}

.testimonial .testimonial-content .pic img {
    width: 62px;
}
.testimonial-content {
    display: flex;
    align-items: center;
}

.testimonial-content .trir {}

.testimonial-content .trir h3.name {
    margin: 0 0 4px 0;
    font-size: 18px;
}
.testimonial-content .trir span.title a {
    color: #66a82a;
    text-decoration: none;
    font-size: 16px;
}

#testimonial-slider .owl-nav button {
	color:#c7c7c7;
}
#testimonial-slider .owl-nav button:focus {
    border: 0;
    outline: none;
}
.testimonial .description {
    border: 1px solid #66a82a;
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 27px;
    min-height: 130px;
	position:relative;
}
.testimonial .description:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #66a82a;
    position: absolute;
    bottom: -12px;
}
.testimonial .description p {
    margin: 0;
    font-size: 15px;
    line-height: 27px;
}


#testimonial-slider .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    left: -40px;
    font-size: 80px;
    text-decoration: none;
}
#testimonial-slider .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    right: -40px;
    font-size: 80px;
    text-decoration: none;
}

.owl-item  .Clienttem .box img {
    width: auto;
    margin: 0;
}

.owl-item .Clienttem .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-item .Clienttem .box a {
    margin: 0;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.ourclientsection .owl-stage-outer {
    justify-content: center;
    align-items: center;
}

.ourclientsection .owl-stage-outer .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourclientsection .owl-stage-outer .owl-item p {
    margin: 0;
}

.ourclientsection .owl-stage-outer .owl-stage {
    display: flex;
}

.publicationrowpdf .titlepub {
    text-align: center;
}

.publicationrowpdf 
 .imagepub {
    display: flex;
    text-align: center;
    justify-content: center;
}

.publicationrowpdf .imagepub a img {
    max-width: 140px !important;
    width: auto;
}

footer#site-footer {
    background: url(../images/fotterbg.jpg);
    padding-bottom: 0;
}
footer#site-footer h2.widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 22px;
}

footer#site-footer a {
    color: #dadada;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

footer#site-footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer#site-footer .widget_nav_menu ul#menu-primary-3 {
    display: flex;
    flex-wrap: wrap;
}
footer ul.sub-menu {
    display: none;
}
footer#site-footer .widget_nav_menu ul#menu-primary-3 li {
    width: 50%;
}
.contactinfo {
    font-size: 14px;
    color: #dadada;
    line-height: 25px;
}

.contactinfo i.fa {
    color: #66a82a;
    font-size: 19px;
    margin-bottom: 10px;
}

.contactinfo a.upparcase {
    text-transform: uppercase;
}
.contactinfo {
    font-size: 14px;
    color: #dadada;
    line-height: 25px;
}

.contactinfo i.fa {
    color: #66a82a;
    font-size: 19px;
    margin-bottom: 10px;
}

.contactinfo a.upparcase {
    text-transform: uppercase;
}

.newsletterdiv {}

.newsletterdiv label {
    color: #dadada;
    font-size: 14px;
}
.trusteerow .panel-grid-cell .trusteeimagefirst img.image {
    object-fit: contain;
    background: #ecfafa;
}
.trusteerow .panel-grid-cell .trusteeimage img.image {
    background: #eee;
    object-fit: contain;
}


.newsletterdiv input[type="text"] {
    padding: 0;
    border: 0;
}

.focuspagecontent 
 h5 {
    margin-top: 10px !important;
}

.focuspagecontent ul li {
    list-style: none;
    margin-top: 5px;
}

.focuspagecontent ul {
    padding: 0;
    margin-bottom: 20px;
}

.focuspagecontent p > strong {
    font-size: 18px;
}

.focuspagecontent i.fa {
    color: #66a82a;
}

footer#site-footer .newsletterdiv button,
footer#site-footer .newsletterdiv a{
    background: #66a82a;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 5px;
    text-transform: none;
    font-weight: normal;
    font-style: normal !important;
	letter-spacing: normal;
}
footer#site-footer .section-inner {
    background: #3c3d3f;
    color: #fff;
    padding: 11px 0;
}

footer#site-footer .section-inner .footer-credits {
    align-items: center;
}

footer#site-footer .section-inner .footer-credits p.footer-copyright {
    font-weight: normal;
    font-size: 14px;
}
footer#site-footer .section-inner.footersireinnerbtm {
    margin: 20px 0 0 0;
    width: 100%;
    max-width: 100%;
    display: inline-block;
}
main.blog-list-page article {
    width: 45%;
    border-bottom: 0px solid #ccc;
    margin: 0 10px 30px;
    display: flex;
    flex-flow: column;
    overflow:hidden;
    background: #f9f9f9;
}

main.blog-list-page article .post-inner.thin .entry-content p {
    line-height: 28px !important;
}

.blogbanner {
    position: relative;
}

.blogbanner:before {}

.blogbanner header.entry-header.has-text-align-center.header-footer-group {
    background: #00000085;
    color: #fff;
    padding: 12rem 0;
}

.blogbanner header.entry-header.has-text-align-center.header-footer-group h1.entry-title {
    font-size: 40px;
    letter-spacing: 1px;
}

.displayflexpostpage {
    display: flex;
	align-items: flex-start;
}
.displayflexpostpage .displayflexleft {
    width: 75%;
}
.insideblogdetail-page .displayflexpostpage .displayflexleft {
    
	margin-right: 20px;
}
.blogpostsidebar {
    border: 1px solid #ccc;
    padding: 20px;
	border: 1px solid #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.insideblogdetail-page .displayflexpostpage .featured-media-inner {
    left: 0;
    margin: 0;
    width: 100%;
}

.insideblogdetail-page .displayflexpostpage .featured-media-inner img {
    margin: 0;
    object-fit: cover;
    width: 100%;
    object-position: center;
    height: 400px;
}

.insideblogdetail-page .displayflexpostpage  .post-inner.thin {padding: 30px 0;margin: 0;max-width: 100%;width: 100%;}

nav.pagination-single.section-inner.only-one.only-prev {}

nav.pagination-single {
    display: none;
}

.insideblogdetail-page .displayflexpostpage .section-inner {
}

.insideblogdetail-page .displayflexpostpage .comments-wrapper {
    margin: 0;
    text-align: left;
    width: 100%;
    background: #eee;
    padding: 15px;
}

.insideblogdetail-page .displayflexpostpage .comments-wrapper h2.comment-reply-title {
    text-align: left;
    font-size: 20px;
    margin: 0 0 13px 0;
}

.insideblogdetail-page .displayflexpostpage .comments-wrapper form#commentform {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.insideblogdetail-page .displayflexpostpage .comments-wrapper form#commentform p.comment-notes {
    margin: 0;
    text-align: left;
    margin-bottom: 15px;
}
body .insideblogdetail-page .displayflexpostpage .post-inner.thin .entry-content p {
    width: 100% !important;
    max-width: 100% !important;
    font-family: 'RobotoRegular';
    font-size: 16px;
}

main.insideblogdetail-page {
    padding: 50px 0;
}

.displayflexpostpage .displayflexleft .entry-categories {
    display: none;
}

.displayflexpostpage .displayflexleft header.entry-header.header-footer-group {
    padding: 0;
    text-align: left;
}

.displayflexpostpage .displayflexleft header.entry-header.header-footer-group h1.entry-title {
    font-size: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
    display: inline-block;
}

.displayflexpostpage .displayflexleft header.entry-header.header-footer-group .post-meta-single-top {
    margin: 0;
    width: 100%;
    left: 0;
    max-width: 100%;
}

.displayflexpostpage .displayflexleft header.entry-header.header-footer-group .post-meta-single-top ul.post-meta {
    justify-content: start;
    background: #eee;
    width: 100%;
    margin: 10px 0 20px;
    padding: 10px;
}

.displayflexpostpage .displayflexleft header.entry-header.header-footer-group .post-meta-single-top li.post-author.meta-wrapper {
    display: none;
}

.displayflexpostpage .displayflexleft header.entry-header.header-footer-group .post-meta-single-top li {
    margin: 0 15px 0 0;
}

.insideblogdetail-page .displayflexpostpage .displayflexleft .row {
    margin: 0;
}
.blogpostsidebar .widget-content {}

.blogpostsidebar .widget-content h2.widget-title.subheading {
    letter-spacing: 0;
    font-size: 24px;
    margin-bottom: 10px;
}

.blogpostsidebar .widget-content ul li a {
    font-weight: normal;
    font-size: 16px;
    color: #66a82a;
}

.blogpostsidebar .widget-content ul li {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    padding-top: 6px;
    list-style: disc;
    color: #66a82a;
    margin-left: 20px;
}

.blogpostsidebar {
    width: 25%;
}
main.blog-list-page article .featured-media .featured-media-inner img {
    height: 250px;
    object-fit: cover;
    min-width: 430px;
    object-position: center;
}
footer#site-footer .section-inner .footer-credits p.powered-by-wordpress {
    padding: 0;
    margin: 0 0 0 5px;
    line-height: 10px;
    color: #dadada;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}
.footer-credits-right.right {
    font-size: 14px;
}
.header-inner.section-inner .header-navigation-wrapper ul li .sub-menu a {
    text-transform: none;
}
footer#site-footer a {
}

footer#site-footer a.to-the-top {
    position: fixed;
    right: 90px;
    bottom: 50px;
    background: #66a82a;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-weight: bold;
	z-index:9999;
}
main.blog-list-page {
    margin: 50px 0 50px;
}
.blog-list-page .row {
    display: flex;
	flex-wrap: wrap;
}

footer#site-footer a.to-the-top span.arrow {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    line-height: 0;
}

article.insidecontentpage header.entry-header {
    background: #00000085;
    color: #fff;
    padding: 14rem 0;
}
article.insidecontentpage header.entry-header h1.entry-title {
    font-size: 40px;
    letter-spacing: 1px;
}
.publicationrow .widget_text .textwidget {}

.publicationrow .widget_text .textwidget p a,
.publicationrow .textwidget p a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
article.insidecontentpage .panel-layout {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'RobotoRegular';
    font-size: 15px;
    width: 100% !important;
}
article.insidecontentpage .panel-layout .customrowclassfrd h2 {
    margin-top: 0;
    font-family: 'RobotoRegular';
    font-size: 33px;
    margin-bottom: 0;
}
article.insidecontentpage .panel-layout h2 {
    margin-top: 0;
    font-family: 'RobotoRegular';
    font-size: 33px;
}
article.insidecontentpage .panel-layout h2.clrgreen {
    color: #66a82a;
    margin: 10px 0 18px 0;
    font-size: 25px;
}
.imgborder-radius img.image {
    border-radius: 10px;
}
.secondrow.bgray {
    margin: 60px 0;
}

article.insidecontentpage {
    margin-bottom: 60px;
}

.contactcol {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

article.insidecontentpage .panel-layout .contactcol h2 {
    margin-bottom: 10px;
}

.contactcol .wpcf7-form-control {
    padding: 0 10px;
    height: auto;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    line-height:30px;
    outline: none;
}

.contactcol label {
    font-weight: 600;
    font-size: 15px;
}

.contactcol textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
}

.contactcol input.wpcf7-form-control.wpcf7-submit {
    background: #66a82a;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    font-style: normal;
    font-family: 'RobotoRegular';
}
.entry-content .infoaddresstop h5.dlab-tilte {
    margin-top: 0;
    margin-bottom: 8px;
}

.entry-content .infoaddresstop h6 {
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 0;
}

.entry-content .infoaddresstop {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    background: #fbfbfb;
}

.entry-content .infoaddresstop  p.m-b0 {
    margin-bottom: 0;
}

.entry-content .infoaddresstop  .icon-content p {
    margin-bottom: 0;
}
html body:not(.overlay-header) .primary-menu > li > .icon{color:#fff;}

footer .wpsm_col-sm-8.customwidthlastcol {
    width: 66.333333%;
}


main.blog-list-page article header.entry-header {
    order: 2;
    margin-top: 12px;
}

main.blog-list-page article figure.featured-media {
    order: 1;
    margin: 0;
}

main.blog-list-page article .post-inner.thin {
    order: 3;
    padding-top: 0;
}

main.blog-list-page article .featured-media .featured-media-inner {
    margin: 0;
    width: 100%;
}

main.blog-list-page article header.entry-header .entry-header-inner {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0 13px;
}

main.blog-list-page article header.entry-header .entry-header-inner .entry-categories {
    display: none;
}

main.blog-list-page article header.entry-header .entry-header-inner h2.entry-title {
    font-size: 24px;
    text-transform: capitalize;
    color: #66a82a;
}

main.blog-list-page article header.entry-header .entry-header-inner .post-meta-wrapper {
    display: none;
}

main.blog-list-page article .post-inner.thin {}

main.blog-list-page article .post-inner.thin .entry-content {
    height: 95px;
    overflow: hidden;
    margin-bottom: 14px;
}

main.blog-list-page article .post-inner.thin .entry-content p {
    font-family: 'RobotoRegular';
    font-style: normal;
    font-size: 14px;
    width: 100% !important;
    line-height: normal;
    padding: 10px 15px;
}

main.blog-list-page article header.entry-header .entry-header-inner h2.entry-title a {
    color: #66a82a;
}

main.insideblogdetail-page .entry-header-inner.section-inner.medium {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.insideblogdetail-page .displayflexpostpage .comments-wrapper form#commentform p.comment-form-comment {
    width: 100%;
    max-width: 100%;
}

.insideblogdetail-page .displayflexpostpage .comments-wrapper form#commentform p.comment-form-url {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.insideblogdetail-page .displayflexpostpage .comments-wrapper p.comment-form-cookies-consent {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
}

.insideblogdetail-page .displayflexpostpage .comments-wrapper p.form-submit {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
}

.insideblogdetail-page .displayflexpostpage .comments-wrapper input#submit {
    background: #66a82a;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 5px;
    font-style: normal;
    font-family: 'RobotoRegular';
}

.publicationrow .textwidget p a {
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    display: block;
}
.publicationrow.publicationrowpdf > .panel-grid-cell-empty {
    box-shadow: none !important;
}
div.publicationrowpdf .imagepub.imagepubnw{border:0;}
div.publicationrowpdf .imagepub.imagepubnw a img {
	max-width: 260px !important;align-content
}
article.insidecontentpage .panel-layout h2.headtitle {
    margin-bottom: 020px;
    /* display: inline-block; */
}
body button.toggle.nav-toggle.mobile-nav-toggle{color:#fff !important;}

.phoneicon {display:none;}

.publicationrowpdf .imagepub img {
    margin-bottom: 0;
}
.publicationrow.publicationrowpdf > div.panel-grid-cell {
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 4%);
}
.publicationrow.publicationrowpdf > div.panel-grid-cell:hover {
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 8%);
}

.header-topse .topleftfl ul li.forumbtn a {
    font-style: italic;
    color: #fff;
    border: 1px solid #66a82a;
    padding: 5px 10px;
    background: #66a82a;
}

/* Icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}



/**
 * Modals ($modals)
 */

/* 1. Ensure this sits above everything when visible */
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 10em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.modal .modal-wrapper.modal-transition {
    width: 600px;
    left: 45%;
}
.modal .modal-wrapper.modal-transition .modal-body .modal-content > p {
    margin-bottom: 5px;
}
.modal .modal-wrapper.modal-transition .modal-body .modal-content > p  > b {
    font-size: 20px;
}
.modal .modal-wrapper.modal-transition a.modal-close {
    background: #000;
    color: #fff;
    text-decoration: none;
    right: -11px;
    border: 2px solid #fff;
    padding: 8px 13px;
    border-radius: 30px;
    font-weight: bold;
    top: -10px;
    line-height: normal;
	cursor:pointer;
}
#post-38 header.entry-header.header-footer-group,
#post-1099 header.entry-header.header-footer-group,
#post-1112 header.entry-header.header-footer-group,
#post-674 header.entry-header.header-footer-group{
    padding: 16rem 0 !important;
}

.aboutsection .container .left img {
    width: 100%;
    margin: 0;
}

div.aboutsection .container .left {
	height: 350px;
	}	

.displaynone {
    display: none !important;
}

.displaynonerownw{
	display: none !important;
}

a.docbtn.topmar {
    margin-top: 20px;
    display: inline-block;
    padding: 2px 12px;
    font-weight: 600;
}

.entry-content hr.diff {
    background: #bbb !important;
    margin: 30px 0px !important;
}

.entry-content hr.diff:before,.entry-content hr.diff:after {
    display: none;
}

span.bullet {
    background: #66a82a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
}



img.fltrightalgn {
    float: left;
    margin: 0 30px 10px 0;
	max-width: 380px;
}
article#post-40 header.entry-header.header-footer-group, article#post-354 header.entry-header.header-footer-group{
    padding: 17rem 0 20rem;
}
.aboutsection.comunity .container .left{height:auto;}

body.home.page-template div.newseventsection.sectionpadding {
    padding-bottom: 0px;
}

table.tblfont {
    font-size: 15px;
}

table.tblfont td {
    padding: 10px;
    text-align: center;
}

table.tblfont td i {
    font-style: normal;
}
div.owl-carousel.news-events .owl-item .mbimage img {
    display: block;
    height: 230px;
    width: 100%;
    object-fit: cover;
}
div.owl-carousel.news-events .owl-item .nwttl {
    display: none;
}

div.owl-carousel.news-events .owl-item .nwtag {
    display: none;
}
div.owl-carousel.news-events .owl-item h6.title {
    margin-top: 0;
}
.aboutsection.comunity.researchsec {
    background-size: cover !important;
}

img.leftalignimg {text-align: left;float: left;display: inline-block;margin: 0 0 15px 0;}

.panel-grid-cell:last-child {
    border: 0;
}
.ttleimagewrap {background: #dedede;text-align: center !important;padding-top: 10px;padding-bottom: 10px;margin-bottom: 17PX;}

.ttleimagewrap img.leftalignimg {
    display: inline-block !important;
    float: none;
}
.displaynonerow{display:none !important;}

.scrollcontentcontact .scrolldiv {
    height: auto;
    overflow: auto;
}

.panel-grid.panel-has-style .partnerrows.partnerlogorows .panel-grid-cell {
    display: block !important;
    border: 0;
    padding: 0;
}

.panel-grid.panel-has-style .partnerrows.partnerlogorows .panel-grid-cell .widget_media_image {
    margin: 0 !important;
    border: 1px solid #ccc;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
}
.panel-grid.panel-has-style .partnerrows.partnerlogorows .panel-grid-cell .widget_text {
    margin: 10px 0 0 0;
	text-align:center;
}
.panel-grid.panel-has-style .partnerrows.partnerlogorows .panel-grid-cell .widget_text p {
    line-height: 20px;
	margin:0;
}

ul.subpoint {
    display: flex;
    margin: 0;
}

ul.subpoint li {list-style: none;margin: 0 10px 0 0;}

ul.subpoint li a {
    color: #000;
    text-decoration: none;
    background: #fff;
    padding: 4px 7px;
    font-size: 14px;
    font-weight: 700;
}

ul.subpoint li a i.fa {
    color: #66a82a;
    font-size: 16px;
    position: relative;
    top: 2px;
    left: 1px;
}


@media (min-width: 700px){
div.post-inner {
    padding-top: 5rem;
}
}

@media (min-width:1024px){
	.primary-menu-wrapper + .header-toggles .toggle-wrapper.nav-toggle-wrapper {
    display: none;
}
}

@media (max-width:650px){
	.aboutsection .container .left{height:auto;}
	#testimonial-slider .testimonial {
		padding: 60px;
	}
	body header .item .cover .header-content h1 {
		font-size: 20px;
		line-height: 24px;
	}

	body header .item .cover .header-content {
		font-size: 15px;
		padding: 0;
		max-width: 280px;
		margin: auto;
		line-height: normal;
	}

	body header .item .cover {
		top: -30px;
		padding-top: 0;
	}

	.header-topse .widget_text.widget.widget_custom_html {
		display: none;
}

div.header-topse {
    display: flex;
    justify-content: space-between;
    padding: 4px 15px;
}

div.header-topse nav.footer-social-wrapper ul.social-menu li:first-child {
    margin-left: 0;
}

div.header-topse .footer-top.has-social-menu {
    padding: 0;
}
.header-titles-wrapper button.toggle.search-toggle.mobile-search-toggle {
    left: 15px;
}
	
	.banner-owl-carousel .bannerin-owl-carousel .owl-nav button.owl-next span,
	.banner-owl-carousel .bannerin-owl-carousel .owl-nav button.owl-prev span{font-size: 50px;}
	div.banner-owl-carousel .bannerin-owl-carousel .owl-dots button.owl-dot span {
    padding: 4px;
	}
	
	div.aboutsection .container {
    flex-direction: column;
    padding: 0 15px;
}

div.aboutsection .container .left {
    width: 100%;
	height: auto;
}
	
.owl-item .Clienttem .box img {
    width: auto;
    max-width: 230px;
}

div.aboutsection .container .right {
    padding: 15px 0 0 0;
    width: 100%;
}

div.aboutsection {
    padding: 20px 0;
}
span.toggle-text {
    color: #fff !important;
    font-size: 20px !important;
}
div#wpsm_counter_b_row_72 .wpsm_counterbox {
    margin-top: 15px;
}
.countersection {
    margin-top: 10px;
    margin-bottom: 15px;
}
body div#wpsm_counter_b_row_72 .wpsm_counterbox .wpsm_count-icon {
    float: none;
    margin: 0 auto;
}

div.sectionpadding {
    margin: 0 15px;
	padding-bottom:20px;
}

.projectsection {}

.projectsection .container {
    padding: 0 15px;
}

.projectsection .container .projectcol {
    max-width: 310px;
    margin: 0 auto 20px;
}

div.aboutsection.comunity {
    margin-top: 10px;
    padding-bottom: 30px;
    padding-top: 25px;
}

div.aboutsection.comunity .container {
}

div.aboutsection.comunity .container .left {
    width: 100%;
}

div.aboutsection.comunity .container .right {
    padding-left: 0;
}

div.aboutsection.comunity .container .right h2.sectionttl {
    margin-bottom: 20px;
}

div.newseventsection.sectionpadding {
    padding-left: 0;
    padding-top: 30px;
    margin: 0;
    padding-right: 0;
}

div.newseventsection.sectionpadding .container {
    padding: 0;
}

div.newseventsection.sectionpadding .container .item {
    padding: 0 0px;
	max-width: 340px;
    margin: auto;
}

.topfooter .container .row {
    margin: 0;
}

.topfooter .container .row .customwidthlastcol {
    width: 100%;
    margin-top: 20px;
}

.topfooter .container .row .customwidthlastcol .wpsm_col-sm-6 {padding: 0 5px;}

.footersireinnerbtm .flexcontainer {
    padding: 0 15px;
}
div.newseventsection.sectionpadding{padding-bottom: 0;}	
header span.toggle-text {
    display: none;
}
	.menu-modal.cover-modal.header-footer-group {
    z-index: 999;
}

.menu-modal.cover-modal.header-footer-group button.toggle.close-nav-toggle.fill-children-current-color {
    padding: initial;
    width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 12px;
    background: #000;
    color: #fff;
    padding: 10px;
	z-index: 9999;
}

.menu-modal.cover-modal.header-footer-group button.toggle.close-nav-toggle.fill-children-current-color span.toggle-text {
    display: none;
}

nav.mobile-menu li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.menu-item-home {
    border: 0;
}

html body .modal-menu .ancestor-wrapper a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
}
div#testimonial-slider .testimonial {
    padding: 0;
    margin: auto;
    max-width: 270px;
}
.ourclientsection.sectionpadding {
    padding-top: 20px;
    padding-bottom: 0;
}
body h2.sectionttl {
    font-size: 29px;
}
.ourclientsection.sectionpadding br {
    display: none;
}
.projectsection .container .projectcol .projectimg {
    height: 300px;
    overflow: hidden;
}

.projectsection .container .projectcol .projectimg a img {
    object-fit: cover;
    object-position: center;
}
footer#site-footer a.to-the-top {
    right: 20px;
    bottom: 40px;
}
.page-template .insidecontentpage  .container {
    padding: 0 15px;
}
body .trusteerow .panel-grid-cell .trusteeimage img.image {
    width: 100%;
    height: 310px !important;
}	

div.projectcol .content a {
    font-size: 16px;
    padding: 0 40px;
    display: inline-block;
}
div.projectcol .content a br{display:none;}
body footer#site-footer .newsletterdiv button {
    font-family: inherit;
}	
.testmonialsection.sectionpadding {
    margin: 0;
}	
.phoneicon {
    position: fixed;
    right: 18px;
    bottom: 90px;
    z-index: 999;
    display: block;
}

footer#site-footer .phoneicon a {
    background: #2096b4;
    color: #fff;
    padding: 6px 12px;
    display: block;
    border-radius: 80px;
    font-size: 26px;
}	
}

@media (max-width:400px){
div.newseventsection.sectionpadding .container .item {
	max-width: 325px;
}
}

.mapsection iframe {
    height: 310px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
}

strong.autoby {
    position: relative;
    left: 0;
    /*background: url(https://pratichi.digitalfueled.in/wp-content/uploads/2021/05/icon-png.png);*/
    box-shadow: none;
    padding: 10px 10px 10px 0px;
    top: 10px;
    border: 0px solid #ececec;
    font-size: 17px;
    background-repeat: no-repeat;
    background-position: left;
}

.partnerrows .panel-grid-cell.panel-grid-cell-empty {
    border: 0 !important;
}


a.docbtn {
    border: 1px solid #66a82a !important;
    color: #fff;
    transition: .3s ease;
    text-decoration: none;
    padding: 5px 9px;
    border-radius: 5px;
    background:#66a82a;
    font-size: 14px;
}

a.docbtn:hover {
	background: #db000b;
    color: #fff;
    border-color: #db000b !important;
}

article.insidecontentpage .publicationdocboldh h2 {
    font-size: 22px;
    margin: 0;
    letter-spacing: 0;
}

.header-topse .topleftfl ul li.forumbtn a i.fa {
    font-family: 'FontAwesome';
}

body.page-template.page-template-templates.page-template-template-full-width.wpforo  header.entry-header {
    padding: 20px 0;
}

body.page-template.page-template-templates.page-template-template-full-width.wpforo .post-inner {
    margin-bottom: 30px;
}

body.page-template.page-template-templates.page-template-template-full-width.wpforo .post-inner .entry-content {
    font-family: inherit;
}

.projectsection .row.d-flex.justify-content-center {
    display: flex;
    justify-content: center;
}
.projectsection .row.d-flex.justify-content-center .wpsm_col-sm-3 {
    width: 33%;
}