body{margin:0; padding:0; font-family: "Poppins", sans-serif;}
.header-scroll {
  background-color: rgba(0,0,0,1);
  Position:fixed;
}
.popularnews-heading a {color: #000;}
.fixed-top-band{width:100%; height:auto; background-color: rgba(0,0,0,1); z-index: 2;}
.fixed-top-band {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.logo-box-main-top{width: 100%; transition: width 1s;}
.convergence-now-logo-box{width: 100%; transition: width 1s;}
/*navbar start*/
.navbar-toggler{color:#fff; border:0; padding: 0; /*display: flex;*/}

.navbar-brand{display:inline-block; padding: 0; margin: 0;}
.logo-box-main-top{/*width: 100%; height: auto; float: left; display: flex; flex-wrap: wrap;*/}
/*
.header-scroll .logo-box-ci{width: 65%;}
.header-scroll .logo-box-sci{width: 21%; margin-left: 15px;}*/

.hamburgermenu-txt{display: inline-block; font-size: 17px;}
/*
@media (min-width: 1200px) {
.logo-box-ci{width: 456px; height: auto; flex: 0 0 auto; transition: width 1s; }
.logo-box-sci{width: 143px; height: auto; flex: 0 0 auto; transition: width 1s; }
}
*/
.navbar-brand img{max-width:100%;}

.menu-box-outer{width: 100%; height: auto; margin-top:100px;}
.menu-box-main{width: 100%; height: auto; color:#fff; font-size:15px; margin-bottom: 30px;}
.menu-box-main a{color:#fff;}
.menu-box-main a.menu-heading{color:#aafe0a; border-bottom:0px solid #aafe0a; display: inline-block; margin-bottom: 5px;}
.menu-ul-main .nav-link{padding:10px 0 0; border-bottom:1px solid transparent; display: inline-block;}
.menu-ul-main .nav-link:hover, .menu-ul-main .nav-link:focus {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.menu-box-main .nav-link{padding:10px 0 0; border-bottom:1px solid transparent; display: inline-block;}
.menu-box-main a:hover, .menu-box-main a:focus {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.menu-heading-btn-main{width: 100%; height: auto; float: left; font-size: 15px; font-weight: 500;}
.menu-heading-btn-main a{border: 1px solid #fff; border-radius: 15px; padding: 15px; margin-bottom: 15px; text-decoration: none; color: #fff; display: inline-block; line-height: 1.1;}
.menu-heading-btn-main a:hover{color: #000; background:#aafe0a; border: 1px solid #aafe0a;}

.animated-icon1,
.animated-icon2,
.animated-icon3 {
width: 22px; height: 26px; position: relative; margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
display: inline-block;
z-index: 999;
margin-left: 5px;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
display: block; position: absolute; height: 2px; width: 100%; border-radius: 9px; opacity: 1; left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span, .animated-icon2 span {background: #fff;}

.animated-icon1 span:nth-child(1), .animated-icon2 span:nth-child(1) {top: 0px;}
.animated-icon1 span:nth-child(2), .animated-icon2 span:nth-child(2) {top: 10px;}
.animated-icon1 span:nth-child(3), .animated-icon2 span:nth-child(3) {top: 20px;}

.animated-icon1.open span:nth-child(1), .animated-icon2.open span:nth-child(1) {top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2), .animated-icon2.open span:nth-child(2) {opacity: 0; left: -60px;}

.animated-icon1.open span:nth-child(3), .animated-icon2.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.overlay {/*display:none;*/ position:fixed; top:0; height:100%; width:100%; background:#000000fa; overflow:auto; z-index:99;}

/* Make the navbar collapsed on large screens */
	@media (min-width: 992px) {
		.navbar-collapse {
			/*display: none;*/
		}
		.navbar-toggler {
			display: block; color: #fff; border:0; text-transform: uppercase; font-size: 17px;
		}
	}

	/* Show the navbar menu on smaller screens */
	@media (max-width: 991px) {
		.navbar-collapse {
			display: block;
		}
		.navbar-toggler {/*display: none;*/}
	}

/*navbar end*/
.menu-box-main {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
}
.menu-box-main a.menu-heading {
    color: #aafe0a;
    border-bottom: 0px solid #aafe0a;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
}
.convergence-now-logo-box{margin: 0 0 0 15px;}
.convergence-now-navbar{background:#212623;}

.convergence-now-navbar .navbar-nav .nav-link{color:#fff;}
.convergence-now-navbar .navbar-nav .nav-link:hover{color:#aafe0a;}
.convergence-now-navbar .navbar-nav .nav-link.active, .convergence-now-navbar .navbar-nav .nav-link.show{color:#fff;}

.top-head-body{width: 100%; height: auto; border-bottom: 1px solid #dfdfdf; position: relative;}
.top-head-container {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.top-hed-menu {width: calc(100% - 0px); display: flex; flex-wrap: wrap; justify-content: space-between; }
.top-hed-menu ul {max-width: 100%; display: flex; flex-wrap: wrap; overflow-x: unset; width: 100%; overflow: hidden; margin:0; padding:0; list-style: none; /*justify-content: space-between;*/}
.top-hed-menu ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-hed-menu ul li {padding: 10px 15px;}
.top-hed-menu ul li:hover{background:#aafe0a; color: #000;}
.top-hed-menu ul li:hover a{color: #000;}
.top-hed-menu ul li a {font-size: 16px; font-weight: 500; color: #fff; white-space: nowrap; font-family: "Outfit", sans-serif; text-decoration: none;}

.btn-arrow-icon{transform: rotate(-45deg); margin-left: 0px;}

.breadcrumb-col-main{width: 100%; height: auto; float: left;}
.breadcrumb-col-main .breadcrumb{padding: 10px 0; margin-bottom:0;}
.breadcrumb-col-main .breadcrumb .breadcrumb-item a{color: #000;}

.latestnewsimg-box-main {width: 100%; height: auto; float: left; margin-bottom: 30px;}
.latestnewsimg-main {width: 100%; height: auto; float: left; position: relative;}
.latestnewsimg-main span{font-family: "Outfit", sans-serif; position: absolute; left: 0; bottom: 0; background-color: #aafe0a; color: #000; font-size: 12px; padding:5px; line-height: 1; text-transform: uppercase;}
.latestnewsimg-main img{width: 100%;}
.latest-desc-main-bg {background-color: #121212; padding: 20px 20px 15px 20px; margin-top: -1px; float: left;}
.latest-desc-main {padding: 15px 0px 0px 0px; margin-top: -1px; float: left; background-color: #fff;}
.latestnewstext-heading-main {width: 100%; height: auto; float: left; color: #fff; font-size: 45px; font-weight: 600; margin-bottom: 24px; line-height: 1; /*max-height: 57px; min-height: 57px;*/ overflow: hidden; font-family: "Outfit", sans-serif;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.latestnewstext-heading-main a{display:inline-block; color:#fff; text-decoration:none;}
.latestnewstext-heading-main a:hover{text-decoration:underline;}
.news-date-author{width: 100%; height: auto; float: left; font-size: 11px; font-style: italic; color: #777777;}
.news-date-author a{display:inline-block; color:#777777; text-decoration:none;}
.news-date-author a:hover{text-decoration:underline;}

.latestnewstext-heading {width: 100%; height: auto; float: left; color: #121212; font-size: 25px; font-weight: 600; margin-bottom: 15px; line-height: 1; /*max-height: 57px; min-height: 57px;*/ overflow: hidden; font-family: "Outfit", sans-serif;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.latestnewstext-heading a{display:inline-block; color:#121212 !important; text-decoration:none;}
.latestnewstext-heading a:hover{text-decoration:underline;}

.latest-desc-main-bg .news-date-author{width: 100%; height: auto; float: left; color: #fff; font-size: 11px; font-style: italic;}
.latest-desc-main-bg .news-date-author a{color: #fff;}

.popularnews-box-outer{width: 100%; height: auto; float: left; background-color: #aafe0a; padding: 20px 15px 10px 15px; margin-bottom: 30px;}
.popularnews-heading{width: 100%; height: auto; float: left; color: #000; font-size: 45px; font-weight: 600; margin-bottom: 20px; font-family: "Outfit", sans-serif; line-height: 1; position:relative;}
.popularnews-heading span{color: #000; font-size: 15px; position:absolute; border-radius:5px; border:2px solid #000; padding:5px; right: 0; top: 0;}
.popularnews-heading:hover span{background:#aafe0a;}
.popularnews-content-main{width: 100%; height: auto; float: left; color: #000; font-size: 15px;}
.popularnews-content-main ul{margin:0; padding:0; list-style: none;}
.popularnews-content-main ul li{margin-bottom:10px; padding-bottom: 10px; border-bottom: 1px solid #000; position: relative; padding-left: 15px;}
.popularnews-content-main ul li:before{content: "\f111"; font-family:"Font Awesome 5 Pro"; font-weight: 900; font-size: 10px; position: absolute; left: 0; top: 4px;}

.popularnews-content-main ul li a{display:inline-block; color:#000; text-decoration:none;}
.popularnews-content-main ul li a:hover{text-decoration:underline;}

.popularnews-content-main ul li:last-child{border-bottom: 0px solid #000; margin-bottom: 0px; padding-bottom: 0px;}

.latest-news-box-main{width: 100%; height: auto; float: left; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #777777;}
.latestnewspara-heading{width: 100%; height: auto; float: left; color: #121212; font-size: 25px; font-weight: 600; margin-bottom: 15px; line-height: 1; /*max-height: 57px; min-height: 57px;*/ overflow: hidden; font-family: "Outfit", sans-serif;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latestnewspara-heading a{display:inline-block; color:#121212; text-decoration:none;}
.latestnewspara-heading a:hover{text-decoration:underline;}

.latestnewspara-desc{width: 100%; height: auto; float: left; color: #000000; font-size: 15px; margin-bottom: 15px;}

.industry-videos-box-outer{width: 100%; height: auto; float: left; background-color: #f2f1ed; padding:40px 40px 15px 35px;}
.industry-videos-box-main{width: 100%; height: auto; float: left; margin-bottom: 35px;}
.industry-videos-img-box{width: 100%; height: auto; float: left; margin-bottom: 10px;}
.industry-videos-img-box img{width: 100%;}
.industry-videos-txt-box-top{width: 100%; height: auto; float: left; color: #000000; font-size: 25px; font-family: "Outfit", sans-serif; line-height: 1; font-weight: 600;}
.industry-videos-txt-box{width: 100%; height: auto; float: left; font-family: "Outfit", sans-serif; color: #000000; font-size: 15px; line-height: 1; font-weight: 500;}

.industry-videos-txt-box-top a{display:inline-block; color:#000000; text-decoration:none;}
.industry-videos-txt-box-top a:hover{text-decoration:underline;}

.industry-videos-txt-box a{display:inline-block; color:#000000; text-decoration:none;}
.industry-videos-txt-box a:hover{text-decoration:underline;}

.latestnews-btn{width: 100%; height: auto; float: left;}
.latestnews-btn a{display:block; color:#000; padding:18px 10px; border-radius:15px; font-size: 15px; text-align:center; text-decoration:none; background-color: #f2f1ed;}
.latestnews-btn a:hover{background-color: #aafe0a; color:#000;}
.ethos-ads{width: 100%; height: auto; float: left; margin-bottom: 30px;}
.ethos-ads img{width: 100%;}

.section-storylines{background: #212623; padding: 30px 0; position: relative; overflow: hidden;}
.storylines-heading{width: 100%; height: auto; float: left; color: #fff; font-size: 45px; font-weight: 600; margin-bottom: 20px; font-family: "Outfit", sans-serif; line-height: 1;}
.storylines-sub-heading{color: #fff; font-size: 16px; display:inline-block;}
.storylines-carousel-block-main{width: 100%; height: auto; float: left; /*background:#fff; border-radius:30px; padding:10px;*/ position: relative;}
.storylines-carousel-block-main a{display:inline-block;}
.storylines-img-main {width: 100%; height: auto; float: left; position: relative; margin-bottom:10px;}
.storylines-img-main span{font-family: "Outfit", sans-serif; position: absolute; left: 0; bottom: 0; background-color: #aafe0a; color: #000; font-size: 12px; padding:5px; line-height: 1; text-transform: uppercase;}
.latestnewsimg-main img{width: 100%;}
.storylines-carousel-text-main{width:100%; height:auto; float:left; font-size:16px; line-height:24px; color:#fff; font-weight:500; /*margin-bottom:0px; background:#070c68; margin-bottom:15px;*/}
.ci-news-read-btn{padding:8px 15px; font-size: 15px; font-weight:500; color:#000; display: inline-block; background:#aafe0a; border:1px solid #aafe0a; border-radius:10px; text-decoration:none; }
.ci-news-read-btn:hover{color:#aafe0a; background: transparent;}

#storylines-carousel-home .owl-nav{width:100%; Position:absolute; top:calc(40% - 30px); margin-top:0;}
#storylines-carousel-home .owl-nav button.owl-prev, #storylines-carousel-home .owl-nav button.owl-next{background: #d0ff00; width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 0 5px 0 #333; color: #000;}
#storylines-carousel-home .owl-nav button.owl-prev{float:left; margin:0 0 0 -12px;}
#storylines-carousel-home .owl-nav button.owl-next{float:right; margin:0 -12px 0 0;/**/}
#storylines-carousel-home .owl-stage-outer{margin-right: calc(10% - 20vw);}
#storylines-carousel-home{padding-left: 25px;}

#storylines-carousel-home .owl-nav button.owl-prev:hover, #storylines-carousel-home .owl-nav button.owl-next:hover{background: #fff;}

.latest-news-tab-main{}
.latest-news-tab-main .nav-pills .nav-link{border-radius:0; background-color:-#000; color:#000; font-size:16px; padding:7px 10px;}
.latest-news-tab-main .nav-pills .nav-link.active, .latest-news-tab-main .nav-pills .show > .nav-link{border-radius:0; background-color:#212623; color: #fff;}

.section-padding{padding:70px 0;}
.section-padding-inner{padding:70px 0 0;}

.footer-section{padding:60px 0; background: #AAFE0A;
background: linear-gradient(180deg, rgba(170, 254, 10, 1) 0%, rgba(255, 255, 255, 1) 75%);}

.footer-logo-bottom {width: 100%; height: auto; float: left; color:#040231; font-size:22px; font-weight:bold; line-height: 1; margin-bottom: 10px;}
.footer-logo-bottom-txt {width: 100%; height: auto; float: left; color:#040231; font-size:15px; line-height:18px; margin-bottom: 15px;}
.footer-bottom-btn-main {width: 100%; height: auto; float: left; font-size: 15px; font-weight: 500;}
.footer-bottom-btn-main ul{margin:0; padding:0;}
.footer-bottom-btn-main ul li{list-style: none;}
.footer-bottom-btn-main ul li a{border:1px solid #040231; border-radius:15px; padding:15px; margin-bottom: 15px; text-decoration:none; color:#040231; display:block; line-height: 1.1;}

.footer-bottom-btn-main ul li a:hover{color:#d0ff00; background:#040231;}

.footer-bottom-heading{width: 100%; height: auto; float: left; color:#040231; font-size:22px; font-weight:600; margin-bottom: 10px;}
.footer-bottom-link{width: 100%; height: auto; float: left; font-size: 15px; font-weight: 500;}
.footer-bottom-link ul{margin:0; padding:0;}
.footer-bottom-link ul li{list-style: none;}
.footer-bottom-link ul li a{margin-bottom: 11px; text-decoration:none; color:#040231; display:block;}

.footer-logo-heading{width: 100%; height: auto; float: left; color:#040231; font-size:17px; line-height: 1; text-align:center; font-weight:600; margin-bottom: 10px;}
.footer-logo-box{width: 100%; height: auto; float: left; text-align:center;}
.footer-logo-box img{max-width: 100%;}
.footer-left-border{border-left:1px solid #040231;}
.footer-left-border hr{border-top-color: #040231; opacity: 1;}
.footer-section-bottom{background:#b7fc35;}
.footer-copyright{font-size:13px; color:#555555; padding:5px 0; text-align:center;}

.newsletter-main-box-outer{width: 100%; height: auto; float: left; border: 1px solid #f3f3f3; border-radius: 20px; background: #fff; background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(228, 226, 226, 1) 100%); margin-bottom: 30px; padding: 20px;}

.newsletter-icon-main{width: 100%; height: auto; float: left; line-height: 1; text-align:center; margin-bottom: 10px;}
.newsletter-heading-main{width: 100%; height: auto; float: left; color:#040231; font-size:30px; line-height: 1; text-align:center; font-weight:500; margin-bottom: 10px; font-family: "Outfit", sans-serif;}
.newsletter-right-form-main{width: 100%; height: auto; float: left; color:#040231; font-size:17px; line-height: 1; text-align:center; font-weight:600; margin-bottom: 10px;}
.subscribe-btn{background:#000; color:#fff; font-size:17px; line-height: 1; text-align:center; padding:15px 20px; border-radius:20px;}
.subscribe-btn:hover{background:#aafe0a; color:#000;}
.newsletter-tc-txt-main{width: 100%; height: auto; float: left; color:#797979; font-size:12px; line-height: 1.3; text-align:center; font-weight:400; margin-bottom: 10px;}
.newsletter-tc-txt-main a{color:#797979;}

.top-add-section {
  width: 100%;
  height: auto;
  margin: 20px auto;
    margin-bottom: 20px;
  margin-bottom: 20px;
  background-color: #eaeaea;
  padding: 5px 0px 10px;
  max-width: 990px;
}

.author-box-main-outer{width: 100%; height: auto; float: left; border: 1px solid #f3f3f3; border-radius: 20px; background: #fff; background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(228, 226, 226, 1) 100%); margin-bottom: 30px; padding: 25px 12px;}
.author-pic-box{width: 100%; height: auto; float: left; text-align:center; overflow:hidden; margin-bottom: 30px;}
.author-pic-box img{max-width: 100%; border-radius: 20px;}
.author-name-col{width: 100%; height: auto; float: left; font-family: "Outfit", sans-serif; font-size:30px; font-weight:600; margin-bottom: 0px;}
.author-position-col{width: 100%; height: auto; float: left; font-size:17px; font-style: italic; margin-bottom: 10px;}
.author-desc-col{width: 100%; height: auto; float: left; font-size:17px; margin-bottom: 10px;}
.author-share-col{width: 100%; height: auto; float: left; margin-bottom: 10px; text-align:right;}
.author-share-col a{width: 40px; height: 40px; text-align:center; border-radius: 10px; background:#ccc; padding-top:9px; color:#999999; display: inline-block; font-size: 17px;}

.post-description-main{width: 100%; height: auto; float: left;}
.news-multiple-details {
  display: flex; font-size: 12px;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px dashed #e1e1e1;
}
.news-left-details {
  position: relative;
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  min-width: auto;
  align-items: center;
}
.news-left-details p {
  font-size: 11px;
  color: #666;
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px; margin: 0;
}
.news-left-details p i {
  font-size: 14px;
}
.news-details-heading{
margin: 0 0 5px !important;
  padding-top: 0;
font-size: 25px;
  color: #121212;
  font-weight: 600; line-height: 28px;}

.post-bg-description h5 {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  /*font-family: Poppins;*/
  font-style: italic;
  margin: 10px 0;
}

.page-meta-wrapper {position: relative; color: #333333; font-size: 14px; font-weight: 500; font-style: italic; margin-bottom: 10px;}
.page-meta-wrapper .author, .page-meta-wrapper .publish-date {font-weight: 600;}
.page-featured-image{width:100%; height:auto; float:left; margin-bottom: 25px; text-align: center; position: relative; overflow: hidden;}
.page-featured-image img{width:100%;}
.page-content {width:100%; height:auto; float:left; font-size: 14px; line-height: 18px; margin-bottom:0px;}
.page-content img{max-width:100%;}
.page-content h2 {
  font-size: 20px;
  font-weight: 600; margin:20px 0 7px 0;
}
.page-content p {
  margin: 0px 0 12px 0;
}
.share-panel-details {
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 10px;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.post-share {   margin: 15px 0;
    float: left;
    display: block;
    width: 100%;
}

  .share a {
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    color: #000; /* Set the color of the text or icon */
    font-size: 16px;
}
.share a {
  background: #f0f0f0;
  border-radius: 100%;
  display: block;
  font-size: 20px;
  width: 40px; height: 40px;
  margin: 0 5px;
  padding-top: 5px;
  text-align: center; float: left; /*line-height:1;*/
}

.share a:hover {
    color: #007bff; /* Change color on hover */
}

.fa {
    font-size: 20px;
    margin-right: 5px;
}
.news-right-details p {
    align-items: center;
    color: #666;
    -moz-column-gap: 5px;
    column-gap: 5px;
    display: flex
;
    font-size: 11px;
}
.news-right-details p img {
    width: 40px;
}


@media (min-width: 1700px) {
	.container-xxl{max-width: 1600px;}
}

@media (min-width: 768px) {
	.header-scroll .logo-box-main-top{width: 250px; transition: width 1s;}
	.header-scroll .convergence-now-logo-box{width: 250px; transition: width 1s;}
}

@media (max-width: 1366px) {
#storylines-carousel-home{padding-left:0;}
.footer-bottom-btn-main {font-size: 12px;}
.footer-bottom-btn-main ul li a{border-radius: 10px; padding: 10px;}
.product-sectors-heading{font-size: 50px;}
.home-video-box-main iframe{width: 100%; height: 500px;}
}

@media (max-width: 1180px) {
  
}
.top-hed-menu ul {
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
@media (max-width: 991px) {
}

@media (max-width: 767px) {
.footer-left-border {border-left: 0px solid #040231;}
.industry-videos-box-outer{margin-top:30px;}
.navbar-toggler .hamburgermenu-txt{display:none;}
}


@media (max-width: 576px) {
.ethos-ads{margin-top:30px;}

}