

@media screen and ( min-width:1300px ){
    .container {
    width: 100% !important;
    max-width:calc(100vw - 120px);
        margin: 0 auto;
    }

}


a,
a:hover {
    text-decoration: none;
}
*,
.left-wrap ul,
.right-wrap ul {
    padding: 0;
}
.left-wrap ul li p,
.right-wrap ul li p {
    line-height: 17px;
    margin: 0 0 0 10px;
    font-size: 13px;
}
.pagination-area,
.topics-wrap {
    text-align: center;
}
.blog-det-content h6,
.content p {
    margin-top: 10px;
    margin-bottom: 10px;
}
* {
    margin: 0;
}
body {
    color: #414141 !important;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
img {
    object-fit: cover;
}
::placeholder {
    color: #999;
}
a {
    color: #000;
}
button:focus {
    outline: 0;
}
.topics-wrap {
    padding: 20px 150px;
}
.btn-topic.active {
    background: #00b2a6;
    color: #fff;
}
.btn-topic {
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 11px 24px !important;
    font-size: 14px;
    background: #ddd;
    transition: 0.4s;
}
.left-wrap {
    position: sticky;
    top: 80px;
}
.blog-left-panel h4 {
    margin-left: 5px;
    font-size: 18px;
}
.avatar,
.content p,
.tags {
    font-size: 14px;
}

.blog-left-panel h4::before {
	content: "";
	width: 3px;
	height: 15px;
	background-color:#0e4292;
	border-radius: 2px;
	display: inline-block;
	margin-right: 10px;
}

.blog-wrap a {
    color: #333;
}
.upcoming-events-list {
    display: flex;
    align-items: center;
}
.left-wrap ul li,
.right-wrap ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.left-wrap ul li img,
.right-wrap ul li img {
    width: 80px;
    height: 55px;
}
.left-wrap ul li p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item { -webkit-transition: 0.6s; transition: 0.6s;  margin-bottom: 0;
 border-radius: 20px; position: relative;  box-shadow: 4px 4px 20px 0px #EEF6F7;
 height: 100%; }

.blog-item .image a img { box-shadow:none !important; } 


.blog-item .image {
    position: relative;
}
.blog-item .image img {
    border-radius:20px;
    width: 100%;
}
.blog-item .image .btn {
    background-color:#900;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    padding: 5px 25px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border: none;
}
.blog-item:hover .image .btn {
    right: 5px;
    background-color: #fff;
    border-radius: 0;
    color: #2dbc9d;
}
.blog-item:hover .content h3 a, .blog-item:hover .image .btn a, .upcoming-events-list:hover {
	color:#00255e;
}
.about-banner .breadcrumb .breadcrumb-item.active,
.blog-item .image .btn a,
.breadcrumb-item + .breadcrumb-item::before,
.footer-bottom p {
    color: #fff;
}
.blog-item .content {
    padding: 10px 15px;
    /*border: 1px solid #ddd;*/
    border-top: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 0 0 5px 5px;
}
.blog-item .content .post-meta {
    padding-left: 0;
    margin-bottom: 0;
}
.blog-item .content .post-meta li:last-child {
    margin-right: 0;
}
.blog-item .content .post-meta li {
    margin: 0;
    padding: 0;
    font-family: Poppins;
    font-size: 16px;
    line-height: 22px;
    color: #BBBBBB;
    list-style-type: none;
    display: inline-block;
    font-weight: 600;
}



.blog-item .content .post-meta i {
    color: #2dbc9d;
    margin-right: 2px;
    position: relative;
    font-size: 16px;
    top: 2px;
}
.blog-item .content h3 {
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-item .content h3 a {
    margin: 0;
    padding: 0;
    font-family: "Gloock", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #1C2628;
    
}

.blog-item .content .read-more {
    margin: 0;
    padding: 20px 0 0 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #31A3BD;
    display: block;
    text-align: right;
}

.blog-item .content .read-more i {
    font-size: 18px;
    margin-left: 2px;
    position: relative;
    top: 2px;
}

.blog-item:hover .content {  background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09); box-shadow: none;
    border: 0; border-top: none; }


.author-img,
.author-img img,
.avatar {
    border-radius: 50%;
}

.blog-item:hover .content .read-more {
    color: #1f849b;
    letter-spacing: 1px;
}


.content p {
    color: #666;
}
.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    line-height: 48px;
    color: #0d1820;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: 700;
}
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:focus,
.pagination-area .page-numbers:hover {
    background: #2dbc9d;
    color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}
.about-banner {
    width: 100%;
    min-height: 250px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    background: url(../images/blog.webp) center center/cover;
}
.about-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    padding: 110px 0;
    background: rgba(0, 0, 0, 0.5) !important;
}
.banner-text h1 {
    color: #fff;
    font-size: 40px;
}
.about-banner .breadcrumb .breadcrumb-item a {
    color: #ddd;
}
.blog-details-image {
    width: 70%;
    margin: 0 auto;
}
/*.blog-details-image img {*/
/*    height: 300px;*/
/*    object-position: top;*/
/*}*/

.blog-details-image img {
	height: auto;
	object-position: top;
	object-fit: contain;
}

.blog-det-content h1 {
    font-size: 35px;
    margin-top: 10px;
}
.blog-det-content h6 {
    font-size: 18px;
    font-weight: 600;
}
.avatar {
    width: 30px;
    height: 30px;
    background: #2dbc9d;
    display: inline-flex;
    color: #fff;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}
.right-wrap {
    background: #fafafe;
    padding: 20px;
}
.author-img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
}
.author-img img {
    height: 100%;
}
.tags {
	display: inline-block;
	padding: 3px 8px;
	color: #0e4292;
	margin-bottom: 8px;
	margin-right: 5px;
	border: 1px solid #0e4292;
	border-radius: 5px;
}
.cta-wrap {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background: #2dbc9d;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.cta-wrap .btn {
    border-radius: 30px;
    padding: 10px;
    font-weight: 700;
    color: #2dbc9d;
}
.about-banner .container {
    z-index: 1;
}
.footer {
    padding: 50px 50px 0;
    background: #000;
    position: relative;
}
.footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}
.footer a {
    color: #fff;
    margin-bottom: 10px;
}
.quick-links a {
    transition: 0.4s;
}
.social-icons {
    font-size: 30px;
    margin-right: 10px;
}
.footer-bottom {
    padding: 20px;
    margin-top: 20px;
}
.navbar .nav-link {
    margin-right: 20px;
    color: #000 !important;
}

.author-wrap {
	background: #0e4292;
	border-radius: 15px;
}

.onload-popup-allpage01 {
    width: 100%;
    height: 100%;
}
.onload-popup-allpage01 .modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.homepage_onload_popup {
    margin: 0;
    padding: 0;
    position: fixed;
    inset: 0;
    background: #0d0d0dbf;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage_onload_popup .popup_bd {
    max-width: 900px;
    background: #fff;
    position: relative;
    width: 100%;
    transform: scale(0);
    animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards zoomIn;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 9px 17px -10px rgba(255, 255, 255, 0.5);
}
@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.homepage_onload_popup .popup_bd .closed_button {
    margin: 0;
    padding: 28px 28px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer !important;
    transition: 0.3s;
    width: 50px;
    height: 50px;
}
.homepage_onload_popup .popup_bd .closed_button img {
    max-width: 100%;
    transition: 0.3s;
}
.homepage_onload_popup .popup_bd .closed_button:hover img {
    opacity: 0.8;
    transform: rotate(90deg);
}
.homepage_onload_popup .popup_bd .popup_header {
    margin: 0;
    padding: 27px;
    background: #044f5b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.homepage_onload_popup .popup_bd .popup_header p {
    margin: 0;
    padding: 6px 0 0;
    font-family: "Maven Pro", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
}
.homepage_onload_popup .popup_bd .form-wrapper,
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field {
    margin: 0;
    padding: 0;
}
.homepage_onload_popup .popup_bd .form-wrapper .item-figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.homepage_onload_popup .popup_bd .form-wrapper .item-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd {
    margin: 0;
    padding: 20px;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field input {
    background: #fff;
    border: 0;
    margin-bottom: 20px;
    padding: 12px 2px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #ccc !important;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field input:focus,
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field select:focus {
    box-shadow: none;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field select {
    background: #fff;
    border: 0;
    margin-bottom: 20px;
    padding: 13px 2px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #ccc !important;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field textarea {
    background: #f9f9f900;
    border: 0;
    width: 100%;
    height: 120px;
    padding: 12px 2px;
    border-radius: 0;
    border-bottom: 1px solid #ccc !important;
    resize: none;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-fieldsbtn input[type="submit"] {
    background: #044f5b;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 34px;
    border: 0;
}
.homepage_onload_popup .popup_bd .closed_button svg {
    width: 50px;
    height: 50px;
    position: relative;
    right: -18px;
    top: -12px;
}
.blog_wrapper-main .category_blogslug12 {
    padding: 20px 0 40px;
}
.blog_wrapper-main .category_blogslug12 .hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0 0;
}
.blog_wrapper-main .category_blogslug12 .hidden .relative.rounded-md {
    display: none !important;
}
.blog_wrapper-main .category_blogslug12 nav .flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.navbar.navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
    color: transparent;
}

/*----*/
.Hblog-wrapper { padding:40px 0; }
/*----*/

/*blog-detals*/
.blog-detaild { margin:0; padding:50px 0; }
/*blog-detals*/

/*author-wrap*/
   .author-wrap {	background: #0e4292; border-radius: 15px; display: none; }
/*author-wrap*/


/*--inner_banner--*/

.innerbanner_block { margin:0; padding:0; background-repeat:no-repeat;
background-size:cover; background-position:center center;  }

.innerbanner_block .banner_bd {  margin: 0;  padding: 0; text-align: center; height: 100%;
  background: #01121680; }

.innerbanner_block .banner_bd .itembd { position: relative; padding: 160px 0 160px 0; }

.innerbanner_block .banner_bd .sec_title { font-family: "Gloock", serif; font-weight: 400;font-size: 70px;line-height: 80px;text-align: center;color: #ffffff;}

.innerbanner_block .b_title {margin:0;padding: 20px 0 30px 0;font-family: Poly; font-weight:400;font-size: 70px;color: #fff;line-height: 80px;letter-spacing: 0%;text-align: center;}
.innerbanner_block .banner_bd .para { margin: 0 auto;padding: 20px 0 0 0;
 font-family: Raleway; font-weight: 500; font-style: Medium; font-size: 25px; 
 line-height: 31px; color:#DEDEDE; text-align: center; width: 75%; }

.innerbanner_block .breadcrumb { padding: 10px 16px; list-style: none; position: absolute; left: 0;
 bottom: 0; }

.innerbanner_block .breadcrumb { padding: 10px 16px; list-style: none; }
.innerbanner_block .breadcrumb li {display: inline;font-weight: 500;font-size:16px;line-height: 24px;color: #77D6EB;}
.innerbanner_block .breadcrumb li+li::before { padding: 8px; color: #fff; content: "/\00a0"; }

.innerbanner_block .breadcrumb li a { color: #ffffff; text-decoration: none;}
.innerbanner_block .breadcrumb li a:hover { color: #f2f2f2; text-decoration: none; }

/*--inner_banner--*/

/*--common-blog-details-sec--*/

    
.itemblog0-2Bdsec ul li a {	display: flex;	align-items: center !important; }

.itemblog0-2Bdsec ul li a img {	width: 120px;	border-radius: 0;	object-fit: contain;
	box-shadow: none;	height: auto;	margin: 0;	padding: 0; }

.itemblog0-2Bdsec { }

.itemblog0-2Bdsec h1 {     font-family: "Gloock", serif;	color:#1C2628;	font-size: 30px;
	font-style: normal;	font-weight: 500;	line-height: 36px;	margin: 0 !important;
	padding: 0 !important;     text-align: initial !important; }

.itemblog0-2Bdsec h2, .blog-wrap h3 {     font-family: "Gloock", serif;	color:#1C2628;	font-size: 30px;
	font-style: normal;	font-weight: 500;	line-height: 36px !important;	margin: 0 !important;
	padding: 0 !important;     text-align: initial !important; }
	
.itemblog0-2Bdsec h4,.blog-wrap h5,.blog-wrap h6 {     font-family: "Gloock", serif; color:#1C2628;  font-size: 24px;
  font-style: normal;  font-weight: 500;  line-height: 26px;  margin: 0;  padding: 16px 0 0 0 }
  
 /**/
 
 .itemblog0-2Bdsec h1 span {     font-family: "Gloock", serif;	color:#1C2628;	font-size: 30px;
	font-style: normal;	font-weight: 500;	line-height: 36px;	margin: 0 !important;
	padding: 0 !important;     text-align: initial !important; }

.itemblog0-2Bdsec h2 span, .blog-wrap h3 span {     font-family: "Gloock", serif;	color:#1C2628;	font-size: 30px;
	font-style: normal;	font-weight: 500;	line-height: 36px !important;	margin: 0 !important;
	padding: 0 !important;     text-align: initial !important; }
	
.itemblog0-2Bdsec h4 span,.blog-wrap h5 span,.blog-wrap h6 span {     font-family: "Gloock", serif; color:#1C2628;  font-size: 24px;
  font-style: normal;  font-weight: 500;  line-height: 26px;  margin: 0;  padding: 16px 0 0 0 }

/*--*/

 .itemblog0-2Bdsec h1 span strong {     font-family: "Gloock", serif;	color:#1C2628;	font-size: 30px;
	font-style: normal;	font-weight: 500;	line-height: 36px;	margin: 0 !important;
	padding: 0 !important;     text-align: initial !important; }

.itemblog0-2Bdsec h2 span strong, .blog-wrap h3 span strong {     font-family: "Gloock", serif;	color:#1C2628;	font-size: 30px;
	font-style: normal;	font-weight: 500;	line-height: 36px !important;	margin: 0 !important;
	padding: 0 !important;     text-align: initial !important; }
	
.itemblog0-2Bdsec h4 span strong,.blog-wrap h5 span strong,.blog-wrap h6 span strong {     font-family: "Gloock", serif; color:#1C2628;  font-size: 24px;
  font-style: normal;  font-weight: 500;  line-height: 26px;  margin: 0;  padding: 16px 0 0 0 }
    
  
  
 /**/
  
.itemblog0-2Bdsec p {    transition: all 0.3s;    font-size: 15px;    line-height: 21px;
    color: #616976;    font-weight: 400;    margin: 0 !important;    padding: 5px 0;
    display: block;    text-align: left !important; }
	

.itemblog0-2Bdsec p span {	transition: all 0.3s;	font-size: 15px;	line-height: 21px;
	color: #616976;	font-weight: 400;	margin: 0;	padding: 5px 0;
	line-height: 24px; }

.itemblog0-2Bdsec p a, .itemblog0-2Bdsec h2 a, .itemblog0-2Bdsec h2 a,.itemblog0-2Bdsec h4 a {  color: #0e76a7;  font-weight: 600;  display: inline-block; }

.itemblog0-2Bdsec span { margin:0 !important; padding:0 !important;}
.itemblog0-2Bdsec strong { margin:0 !important; padding:0 !important;}

.itemblog0-2Bdsec p a { font-size: 16px; line-height: 25px; color: #31a3bd; font-weight: 600; display: inline-block; }

.itemblog0-2Bdsec p a strong { font-size: 16px;  line-height: 25px;  color: #0e76a7;
  font-weight: 600;  display: inline-block }

.itemblog0-2Bdsec p strong {  transition: all 0.3s;  font-size: 16px;  line-height: 25px;
  color: #444;  font-weight: 600;  margin: 0;
  padding: 8px 0; }

.itemblog0-2Bdsec ul {  margin: 0;  padding: 0 0 0 17px}

.itemblog0-2Bdsec ul li {	transition: all 0.3s;	font-size: 16px;	line-height: 25px;
	color: #000;	font-weight: 400;margin: 0;
	padding: 4px 0 ;	list-style: disc;	display: block;
	position: relative; }



.blog-wrap-details_page { padding-bottom: 30px; }

.blog-wrap-details_page .left-01panel ul li {	transition: all 0.3s;
	font-size: 15px !important;	line-height: 20px !important;	color: #000 !important;
	font-weight: 400 !important;	margin: 0;	padding: 4px 0 4px 12px !important;
	list-style: disc;	display: block;	position: relative; }

.blog-wrap-details_page ul li span,.blog-wrap-details_page ul li span span  { 	font-size: 15px;
	line-height: 20px;	color: #000;	font-weight: 400; }

.blog-wrap-details_page .left-01panel ul li::after {	content: "";	width: 6px;	height: 6px;
	position: absolute;	left: 0;	top: 13px;	background:#1C2628;	border-radius: 21px; }

.blog-wrap ul li a {  transition: all 0.3s;  font-size: 16px;  line-height: 25px;
  color: #000;  font-weight: 400;  margin: 0;  padding: 8px 0; }

.blog-wrap ol {	margin: 0;	padding: 0 0 0 20px; }

.blog-wrap ol li {	transition: all 0.3s;	font-size: 16px;	line-height: 25px;
	color: #616976;	font-weight: 400;	margin: 0;	padding: 8px 0;
	list-style-type: decimal;	display: list-item;	width: 100%; }

.blog-wrap ol li a {  transition: all 0.3s;  font-size: 16px;  line-height: 25px;
  color: #000;  font-weight: 400;  margin: 0;  padding: 8px 0; }

.blog-wrap img {	max-width: 100%;	height: auto;	object-fit: cover;
	border-radius: 10px;	box-shadow: 0 0 4px 2px rgb(0 0 0 / .5);	margin:0;
	object-fit: contain; }

.blog-wrap .blockquote { transition: all 0.3s;  font-size: 20px;  line-height: 33px;
  color:#1C2628;  font-weight: 300;  border-left: 4px solid #00c0ca;
  margin: 16px 0 16px 0;  padding: 0 0 0 13px;  font-style: italic; }

.blog-wrap p:empty {	display: none !important; }


.right-wrap.author-wrap.mb-4.display-noneArticle h4 { padding:0; }
.right-wrap.author-wrap.mb-4.display-noneArticle div h4 { padding: 0; font-size: 19px; }
.author-wrap .author-img { margin:0; padding:0; }
.author-wrap .author-img img {	width: 70px;	height: 70px;	box-shadow: none; }


.blog-wrap .right-wrap h4, .blog-wrap .right-wrap h5, .blog-wrap .right-wrap h6 { padding-bottom:20px; }

.blog-wrap .right-wrap ul li img { object-fit: cover !important; }


/*--common-blog-details-sec--*/









































/*--media-query--*/

@media screen and (max-width:1199px) {
   
   .blog-item .content h3 a {
    font-size: 18px;
    line-height: 26px;
}

.innerbanner_block .banner_bd .sec_title { font-size: 50px; line-height: 70px; }
   
   
}
/**/
@media screen and (max-width:991px) {
    
.innerbanner_block .banner_bd .itembd { padding: 120px 0 120px 0; }
.innerbanner_block .banner_bd .sec_title { font-size: 30px; line-height: 40px; }
    
    
    
.itemblog0-2Bdsec h1 {	font-size: 24px; line-height: 30px; }
.itemblog0-2Bdsec h2, .blog-wrap h3 {	font-size: 24px; line-height: 30px !important; }
.itemblog0-2Bdsec h4,.blog-wrap h5,.blog-wrap h6 {  font-size: 20px;  line-height: 26px;  }
  
 /**/
 
.itemblog0-2Bdsec h1 span { font-size: 24px; line-height: 30px; }
.itemblog0-2Bdsec h2 span, .blog-wrap h3 span {  font-size: 24px; line-height: 30px !important; }
.itemblog0-2Bdsec h4 span,.blog-wrap h5 span,.blog-wrap h6 span {  font-size: 20px;  line-height: 26px; }

/*--*/

.itemblog0-2Bdsec h1 span strong {	font-size:24px;	line-height: 30px; }
.itemblog0-2Bdsec h2 span strong, .blog-wrap h3 span strong { font-size:24px;	line-height: 30px !important; }
.itemblog0-2Bdsec h4 span strong,.blog-wrap h5 span strong,.blog-wrap h6 span strong { font-size: 20px; line-height: 26px; }

 /**/
  
  
}
/**/
@media screen and (max-width:767px) {
    
.topics-wrap {  padding: 15px 15px; }
.innerbanner_block .banner_bd .itembd { padding: 90px 0 90px 0; }

    
    
    
}
/**/

@media screen and (max-width:576px) {
    
    .innerbanner_block .banner_bd .itembd {   padding: 60px 0 124px 0; }
    
}
/**/