.insights_page .sec-hero-banner{
	/*background-image: none;*/
	/*background-color: #545454!important;*/
	    /*min-height: 400px;*/
}

.meet-our-council-banner{
    background: url(../images/meet-our-council-banner.jpg) no-repeat #000000;
    background-position: top center;
    background-size: cover;
}
.insight-banner{
    background: url(../images/insights-banner.jpg) no-repeat #000000;
    background-position: top center;
    background-size: cover;
}
.gallery_banner{
	background: url(../images/gallery-banner.jpg) no-repeat #000000;
    background-position: top center;
    background-size: cover;
}
.banner-content h4{
	    font-size: 20px;
    color: #fff;
    font-family: 'BentonSans-Regular';
    line-height: 28px;
}
.sec-insights .insights-tab {
    padding-top: 30px;
}

.form-control{
	    font-family: 'BentonSans-Regular';
    height: calc(3.25rem + 2px);
    padding: 13px 20px 10px;
    font-size: 18px;
    background-color: #fff;
    border: none;
        /*line-height: 3;*/
    box-shadow: 0px 1px 6px 2px #e4e3e3;
}
.form-control:focus {
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0px 1px 6px 2px #e4e3e3;
    color: #6d6d6d;
}
.sec-insights form{
	    padding-top: 30px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
.form-control::placeholder{
	padding-top: 5px;
	color: #848383!important;
}
option{
	padding-top: 5px;
	line-height: 2;
}
select.form-control{
	    font-family: 'Open Sans', sans-serif;
	    position: relative;
	    -webkit-appearance: none;
    -moz-appearance: window;
}
/*select:required:invalid {
  color: #848383!important;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}*/
.sec-insights form input{
	-webkit-appearance: none;
    -moz-appearance: window;
    border: none;
    background-image: url(../images/insights/Search.png);
    background-repeat: no-repeat;
       background-position: right 20px center;
    background-size: 20px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: window;
    padding: 2px 50px 2px 2px;
    border: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
        background-position: right 15px center;
    background-size: 13px;
}
.readmore img {
	width: auto!important;
    display: unset!important;
}
.blog-carousel .item{
	padding-right: 10px;
}
.blog-carousel.owl-theme .owl-nav{
	margin-top: 35px;
	margin-bottom: 20px;
}
.blog-carousel  .owl-nav svg {
        width: 120px;
    height: 26px;
    color: #737373;
}
.blog-carousel .owl-nav svg .fil0 {
    fill: none;
}
.owl-theme .owl-nav [class*='owl-']{
	background-color: transparent!important;
	outline: none!important;
}
.blog-carousel .owl-nav svg .str0 {
    stroke: #f0ab00;
    stroke-width: 0.735326;
}
.blog-carousel .owl-nav .disabled svg .str0 {
    stroke: #737373;
    stroke-width: 0.735326;
}



.gallery_page .sec-hero-banner{
/*	background-image: none;
	background-color: #545454!important;*/
	    /*min-height: 400px;*/
}

.sort_by{
	display: flex;
    align-items: center;
    border: 1px solid #6d6d6d;
    border-radius: 10px;
    overflow: hidden;
}
.sort_by div{
	width: 40%;
    text-align: center;
    background-color: #6d6d6d!important;
    /*border-radius: 10px 0px 0px 10px;*/
    height: calc(3.25rem + 2px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sort_by div p{
	margin-bottom: 0px;
	color: #fff;
	
    font-weight: 600;

}
.sort_by{
	overflow: hidden;
}
.sort_by:after{
      width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #6d6d6d;
    position: absolute;
    top: 44%;
    right: 25px;
    content: "";
    z-index: 999;
 }
.sort_by select{
  /*width: 220px;*/
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
}
.sort_by select.form-control{
	    box-shadow: 4px 1px 6px 2px #e4e3e3;
	    border-radius: 0!important;
}
.sec-gallery  form input {
    -webkit-appearance: none;
    -moz-appearance: window;
    border: none;
    background-image: url(../images/insights/Search.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}
.sec-gallery .blog-box {
    box-shadow: 6px 6px 6px 2px #d7d5d5;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.6s ease;
}
.sec-gallery .blog-box .blogimg {
    width: 100%;
}
.sec-gallery .box-content {
    padding: 20px;
}
.sec-gallery .blog-box h5 {
    font-size: 18px;
    color: #000;
    line-height: 26px;
}
.sec-gallery .blog-box .small-text {
    font-size: 14px;
}

.sec-gallery .blog-box p {
    color: #000;
}
.sec-gallery .blog-box .readmore {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.sec-gallery .blog-box:hover {
    /* box-shadow: rgb(215 213 213 / 20%) 10px 10px, rgb(215 213 213 / 20%) 20px 20px; */
    box-shadow: rgb(215 213 213 / 40%) 10px 10px;
}
.sec-gallery .blog-box svg {
        width: 16px;
    height: 15px;
    color: #737373;
    transition: 0.5s;
}


.sec-gallery .blog-box svg .str0 {
    stroke: #f0ab00;
    stroke-width: 1.5px;
}
.sec-gallery .blog-box svg .fil0 {
    fill: none;
}

.sec-gallery .readmore:hover svg{
padding-left: 10px;
transition: 0.5s;
}

.sec-gallery{
	    background: linear-gradient(180deg, rgba(255,255,255,0.742734593837535) 85%, rgba(223,223,223,1) 100%);
}
.mar-t-30{
    margin-top: 30px;
}

.sec-gallery-inside{
	margin-top: 70px;
}
.sec-gallery-inside .breadcrumbs a {
    color: #6d6d6d!important;
    /* opacity: 0.8; */
}
.sec-gallery-inside .breadcrumbs span {
    padding-right: 5px;
    color: #6d6d6d!important;
}
.smartphoto-dismiss {
        top: 110px!important;
    right: 27%!important;
    width: 40px!important;
    height: 40px!important;
    border: 1px solid #fff!important;
    /* padding: 34px!important; */
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.gallery-image{
	margin-bottom: 10px;
	margin-top: 10px;
	    overflow: hidden;
	    border-radius: 10px;
}
/*.blog-box{
	overflow: hidden;
}
.blog-box img{
	transition: 0.3s;
}
.blog-box img:hover{
	transform: scale(1.1);
}*/
.gallery-image img{
	width: 100%;
	
	transition: 0.3s;
}
.gallery-image img:hover{
	transform: scale(1.1);
}
/*.smartphoto-nav li {
    display: inline-block;
    overflow: hidden;
    width: 100px!important;
    height: 100px!important;
}*/
.smartphoto-nav {
    /*position: absolute;*/
    /*bottom: 60px!important;*/
}

.gallery_block{
	background-color: #fafafa;
	padding: 30px 20px;
	margin-top: 30px;
	float: left;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.banner-content h4 {
	    font-size: 16px;
	    line-height: 20px;
	}
	.form-group{
		max-width: 100%;
	}
	.insights_page .sec-hero-banner {
	    /*min-height: 350px;*/
	}
	.sec-insights form {
	    padding-top: 15px;
	    padding-bottom: 10px;
	}
	.form-control {
	    height: calc(3rem + 2px);
	    font-size: 15px;
	}
	.blog-carousel.owl-theme .owl-nav {
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	.sec-gallery .col-4 {
	    max-width: 100%;
	}
	.gallery_block .col-3{
		max-width: 50%;
	}
	.gallery_block {
	    background-color: #fafafa;
	    padding: 10px 0px;
	    margin-top: 20px;
	    float: left;
	}
	.smartphoto-dismiss {
    top: 100px!important;
    right: 20px!important;
       width: 34px!important;
    height: 34px!important;
}
.gallery_page .sec-hero-banner {
    /*min-height: 350px;*/
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.banner-content h3 {
	    margin-bottom: 30px;
	    margin-top: 15px;
	}
	.carousel_program_tab .item div {
	    padding: 15px 15px 11px!important;
	}
	.carousel_program_tab div p {
	    font-size: 15px!important;
	}
	.banner-content h4 {
	    font-size: 18px;
	    line-height: 23px;
	}
	.sort_by div {
	    width: 60%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.banner-content h3 {
	    margin-bottom: 30px;
	    margin-top: 15px;
	}
	.carousel_program_tab .item div {
	    padding: 15px 25px 11px!important;
	}
}



/*Meet our Council*/
.profile-details-box{
	padding: 30px 30px 50px 30px;
	    box-shadow: 0px 1px 36px 2px #f0f0f0;
	    border-radius: 20px;
	    margin-bottom: 30px;
	    display: none;
}
.profile-details-box.active{
	display: block;
}
.sec-explore-member-profile{
	text-align: left;
	padding-top: 30px;
}
.sec-explore-member-profile p{
	color: #000;
}
.sec-explore-member-profile p:last-child{
	margin-bottom: 0px;
}
.Profile-name-box{
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}
.Profile-name-box-details{
	padding-left: 30px;
}
.Profile-name-box-details h5{
	margin-bottom: 0px;
	font-family: 'BentonSans-Regular';
	font-size: 22px;
}
.Profile-name-box-details h3{
	font-family: 'BentonSans-Bold';
	font-size: 30px;
	    color: #f0ab00;
}
.sec-meet-our-council.explore-member-profile{
	padding-top: 90px;
	padding-bottom: 70px;
}


.meet-our-council-carousel  .owl-nav svg {
        width: 120px;
    height: 26px;
    color: #737373;
}
.meet-our-council-carousel .owl-nav svg .fil0 {
    fill: none;
}
.owl-theme .owl-nav [class*='owl-']{
	background-color: transparent!important;
	outline: none!important;
}
.meet-our-council-carousel .owl-nav svg .str0 {
    stroke: #f0ab00;
    stroke-width: 0.735326;
}
.meet-our-council-carousel .owl-nav .disabled svg .str0 {
    stroke: #737373;
    stroke-width: 0.735326;
}
.meet-our-council-carousel .owl-dots{
	    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.meet-our-council-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.meet-our-council-carousel.owl-theme .owl-dots .owl-dot:focus{
	outline: none;
}
.meet-our-council-carousel.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #cccccc;
    border-radius: 20px;
    display: block;
    height: 14px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 14px;
}
.meet-our-council-carousel.owl-theme .owl-dots .owl-dot.active span {
	    background: #fff;
    border: 1px solid #848181;
}
.meet-our-council-carousel.owl-theme  .owl-nav {
    margin-top: 40px;
}
.member-box {
    width: 32%;
    cursor: pointer;
}
.member-box.active{
	    box-shadow: 0px 1px 12px 2px #d9d9d9;
    padding: 8px;
    border-radius: 8px;
}
.member-box p.member-name {
    font-family: 'BentonSans-Medium';
    font-size: 18px;
}
.owl-carousel .owl-item .profile_image_div img {
    width: 110px;
}
.member-box p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}
.meet-our-council-box.flex-box{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.member-box p:last-child{
	margin-top: 10px;
}
.profile_image{
	    width: 16%;
}
.profile_image img{
	width: 100%;
}
.member-box{
	transition: 0.2s;
	padding: 8px;
}
.member-box:hover {
    box-shadow: 0px 1px 12px 2px #d9d9d9;
    padding: 8px;
    border-radius: 8px;
    transition: 0.2s;
}

.explore-member-profile{
	display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.meet-our-council-box.flex-box {
   align-items: flex-start!important;
}
	.member-box {
	    width: 47%;
	    cursor: pointer;
	}
	.member-box p.member-name {
	    font-family: 'BentonSans-Medium';
	    font-size: 15px;
	}	
	.member-box.active {
	    padding: 10px;
	}
	.member-box p {
	    font-size: 13xpx;
	    line-height: 19px;
	}
	.member-box p:last-child {
	    margin-top: 0px;
	}
	.Profile-name-box {
	    padding-bottom: 15px;
	    flex-direction: column;
	        align-items: center;
	}
	.Profile-name-box-details {
	    padding-left: 0px;
	    padding-top: 15px;
	}
	.profile-details-box {
	    padding: 20px 20px 40px 20px;
	        text-align: center;
	        margin-bottom: 0px;
	}
	.Profile-name-box-details h3 {
	    font-size: 24px;
	}
	.Profile-name-box-details h5 {
	    font-size: 16px;
	    
    line-height: 24px;

	}
	.sec-meet-our-council {
	    background: rgb(255,255,255);
	    background: linear-gradient(180deg, rgba(255,255,255,0.742734593837535) 93%, rgba(223,223,223,1) 100%);
	}
	.sec-meet-our-council.explore-member-profile {
	    padding-top: 40px;
	    padding-bottom: 50px;
	}
	.sec-explore-member-profile {
	    text-align: left;
	    padding-top: 10px;
	}
	.meet-our-council-carousel {
	    padding-top: 0px;
	}
	.meet-our-council-carousel.owl-theme .owl-nav {
	    margin-top: 0px;
	}
	.profile_image {
	    width: 50%;
	}
	.sec-programs .nav-tabs .nav-link {
	    font-size: 18px!important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.profile_image {
	    width: 24%;
	}
	.Profile-name-box-details h5 {
	    font-size: 18px;
	}
	.smartphoto-dismiss {
	    right: 10%!important;
	}
}


/*programs page */
.program_page .sec-hero-banner{
	background: url(../images/program-banner.jpg) no-repeat #000000;
	background-position: top center;
	background-size: cover;
	margin-top: 59px;
	/*min-height: 400px;*/
}

.carousel_program_tab div p{
	margin-bottom: 0px;
	color: #000;
	font-size: 16px;
}
.carousel_program_tab .item div.active p{
	color: #f0ab00;
	    font-family: 'BentonSans-Bold';
}
.carousel_program_tab .item div{
	    box-shadow: 0px 1px 12px 2px #eaeaea;
	    padding: 15px 50px 11px;
	    text-align: center;
	    cursor: pointer;
	        margin-left: 10px;
	        margin-right: 10px;
	            border-radius: 5px;
}
.carousel_program_tab .item div:hover p{
	color: #f0ab00;
}
.carousel_program_tab .item{
	/*padding-left: 35px;*/
	/*padding-right: 35px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-color: #fff;*/
	    display: flex;
    justify-content: space-between;
}
.carousel_program_tab .owl-nav svg .str0 {
    stroke: #737373;
    stroke-width: 0.735326;
}
.carousel_program_tab  .owl-nav svg {
    width: 26px;
    height: 26px;
    color: #737373;
}
.carousel_program_tab .owl-nav svg .fil0 {
    fill: none;
}
.carousel_program_tab .owl-prev{
	    position: absolute;
    left: -55px;
    top: 12px;
    background-color: #fff!important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    outline: none;
        box-shadow: 0px 1px 12px 2px #d9d9d9;
}
.carousel_program_tab .owl-next{
	position: absolute;
    right: -55px;
    top: 12px;
    background-color: #fff!important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
        box-shadow: 0px 1px 12px 2px #d9d9d9;
        outline: none;
}
.owl-carousel.carousel_program_tab{
	    width: 90%;
    margin: 0 auto;
}
.upcoming-programs-slider{
	display: none;
}
.upcoming-programs-slider.active{
	display: block;
}

.upcoming-programs-box.even .content{
	padding-right: 0px;
	padding-left: 30px;
}
.upcoming-programs-box{
	padding-bottom:80px;
	padding-top: 20px;
}
.carousel_program_tab .owl-nav .disabled svg .str0 {
    stroke: #737373;
    stroke-width: 0.735326;
}
.carousel_program_tab .owl-nav svg .str0 {
    stroke: #f0ab00;
    stroke-width: 0.735326;
}
.carousel_program_tab.mob{
	display: none!important;
}

.sec-programs .blog-box {
    box-shadow: 6px 6px 6px 2px #d7d5d5;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.6s ease;
        min-height: 380px;
}
.sec-programs .blog-box .blogimg {
    width: 100%;
}
.sec-programs .box-content {
    padding: 15px;
}
.sec-programs .blog-box h5 {
    font-size: 16px;
    color: #000;
    line-height: 22px;
}
.sec-programs .blog-box .small-text {
        font-size: 14px;
    display: block;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.sec-programs .blog-box .readmore {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.program-link{
	text-decoration: none!important;
}
.sec-programs .blog-box:hover {
    /* box-shadow: rgb(215 213 213 / 20%) 10px 10px, rgb(215 213 213 / 20%) 20px 20px; */
    box-shadow: rgb(215 213 213 / 40%) 10px 10px;
}
.sec-programs .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    justify-content: center;
    padding-bottom: 5px;
}
.sec-programs  .nav-tabs .nav-link.active, .sec-programs  .nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: #fff;
    border: none;
    font-family: 'BentonSans-Medium';
    position: relative;
}
.sec-programs .nav-tabs .nav-link {
    padding: 0px;
    margin-left: 30px;
    margin-right: 30px;
    color: #6d6d6d;
    font-family: 'BentonSans-Regular';
    font-size: 20px;
    border: none;
}
.sec-programs .nav-tabs .nav-link.active:after {
    content: "";
    bottom: -6px;
    left: 0px;
    text-align: center;
    width: 100%;
    position: absolute;
    border-bottom: 3px solid #f0ab00;
    /* display: none; */
    border-radius: 5px;
}
.sec-programs .insights-tab {
    padding-top: 30px;
}
.sec-programs .tab-content {
    margin-top: 20px;
}
.sec-programs {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.742734593837535) 85%, rgba(223,223,223,1) 100%);
}
.blog-box.even {
    background-color: #dfe0e0;
}
.blog-box.odd {
    background-color: #f7f7f7;
}
/*
.owl-carousel .owl-item:nth-child(3) {
	width: 350px!important;
}
.owl-carousel .owl-item:first-child {
	width: 150px!important;
}*/
@media only screen and (min-width:992px) and (max-width: 1200px) {
	.program_page .banner-content h3 {
	    margin-bottom: 50px;
	    margin-top: 15px;
	}
}
@media only screen and (min-width:768px) and (max-width: 992px) {
	.program_page .banner-content h3 {
	    margin-bottom: 50px;
	    margin-top: 15px;
	}
	.sec-programs .box-content {
	    padding: 15px;
	}
	.sec-programs .blog-box h5 {
	    font-size: 14px;
	    color: #000;
	    line-height: 17px;
	}
	.sec-programs .blog-box .small-text {
	    font-size: 12px;
	    line-height: 16px;
	    margin-top: 15px;
	}
	.sec-programs .blog-box {
	    min-height: 325px;
	}
}

@media only screen and (min-width:320px) and (max-width: 767px) {
	.breadcrumbs {
    margin-bottom: 10px;
    font-size: 13px;
}
.banner-element {
    top: 15px;
}
.banner-content h3 {
    margin-bottom: 20px;
    margin-top: 0px;
}
	.sec-upcoming-programs {
	    background: rgb(255,255,255);
	    background: linear-gradient(180deg, rgba(255,255,255,0.742734593837535) 98%, rgba(223,223,223,1) 100%);
	}
	.program_page .sec-hero-banner {
	    min-height: 285px;
	    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/programs-banner-mobile.jpg);
	}
	.carousel_program_tab .owl-prev{
		left: -20px;
		    width: 30px;
    height: 30px;
    top: 20px;
	}
	.carousel_program_tab .owl-next{
		right: -20px;
		    width: 30px;
    height: 30px;
    top: 20px;
	}
	.upcoming-programs-slider {
    padding-top: 0px;
}
.upcoming-programs-box.even .content {
    padding-right: 0px;
    padding-left: 0px;
}
.sec-programs  .col-4 {
    max-width: 100%;
}
	.carousel_program_tab .item {
	    padding-left: 0;
	    padding-right: 0;
	}
	.upcoming-programs-box {
    padding-bottom: 10px;
    padding-top: 20px;
}
	.carousel_program_tab .owl-nav svg {
	    width: 16px;
	    height: 16px;
	    color: #737373;
	}
	.upcoming-programs-slider .flex-vertical-center.even {
    align-items: center !important;
    flex-direction: column;
}
.carousel_program_tab.desk{
	display: none!important;
}
.carousel_program_tab.mob{
	display: block!important;
}
.carousel_program_tab .item div {
    width: 100%;
    max-width: 100%;
}
.carousel_program_tab .item div {
    padding: 15px 20px 11px;
}
}


/*@media only screen and (min-width:1200px) and (max-width: 1500px) {
.smartphoto-img.active {
    width: 400px!important;
}
.smartphoto-img-wrap{
	    transform: translate(490px,68px) scale(1)!important;
}
}*/





.lcl_minimal.lcl_inner_cmd:not(.lcl_on_mobile) #lcl_nav_cmd:before, .lcl_minimal.lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]) #lcl_nav_cmd:before {
    opacity: 1!important;
    -webkit-transition: opacity .2s ease-in .5s;
    transition: opacity .2s ease-in .5s;
    display: none!important;
}

.lcl_inner_cmd:not(.lcl_on_mobile) #lcl_nav_cmd .lcl_icon, .lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]) #lcl_nav_cmd .lcl_icon{
	opacity: 1!important;
	    transform: scale(1)!important;
}

.lcl_icon.lcl_play, .lcl_txt_toggle, .lcl_thumbs_toggle{
	display: none!important;
}
.lcl_icon.lcl_right_icon.lcl_thumbs_toggle{
	display: none!important;
}
.elem > span {
    display: block;
    cursor: pointer;
    height: 0;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
}
@media only screen and (min-width:767px) {
#lcl_nav_cmd {
    height: 100%!important;
}
.lcl_icon.lcl_next{
	    position: absolute!important;
    top: 50%!important;
    right: -15%!important;
}
.lcl_icon.lcl_prev{
	    position: absolute!important;
    top: 50%!important;
    left: -15%!important;
}
.lcl_icon:before, .lcl_tn_prev:before, .lcl_tn_next:before, #lcl_corner_close:before, .lcl_postered_video:not(.lcl_poster_clicked):before{
	font-size: 30px!important;
}
#lcl_nav_cmd .lcl_right_icon.lcl_close{
	    position: absolute;
    right: -10%;
    top: -7%;
    border: 1px solid #fff!important;
    border-radius: 5px!important;
}
#lcl_window {
    margin-top: 0px!important;
}
}

.lcl_tn_hidden #lcl_window {
    border-radius: 10px!important;
    overflow: hidden!important;
}
.lcl_minimal .lcl_tn_inner li {
    border-radius: 10px!important;
}
#lcl_window {
     box-shadow: none!important; 
}
@media only screen and (min-width:320px) and (max-width: 767px) {

.lcl_tn_hidden #lcl_thumbs_nav, .lcl_pre_first_el #lcl_thumbs_nav, #lcl_thumbs_nav.lcl_pre_tn_scroll {
    opacity: 1!important;
    -webkit-transform: translateY(0%)!important;
    -ms-transform: translateY(0%)!important;
    transform: translateY(0%)!important;
}
}

@media only screen and (min-width:1200px) and (max-width: 1500px) {
#lcl_window {
     margin-top: -90px!important; 
}
}

/*blogs css*/

.sec-blog{
	margin-top: 70px;
}.sec-blog .breadcrumbs{
	margin-bottom: 45px;
}

.sec-blog .breadcrumbs a {
    color: #646464;
    /* opacity: 0.8; */
}
.sec-blog .breadcrumbs span {
   color: #646464;
}
.sec-blog h2{
	color: #6d6d6d;
    font-family: 'BentonSans-Medium';
    text-align: left!important;
        font-size: 34px;
}
.blog-banner{
	margin-top: 30px;
	margin-bottom: 30px;
}
.sec-blog  p, .sec-blog  li{
	color: #000;
	line-height: 27px;
}
.sec-blog h5{
	color: #f0ab00;
    font-family: 'BentonSans-Medium';
    font-size: 18px;
    margin-top: 10px;
    float: left;
    width: 100%;
        margin-bottom: 20px;
}
.sec-blog ol{
	padding-left: 17px;
	margin-bottom: 0px;
}
.sec-blog ul{
	padding-left: 17px;
	margin-bottom: 0px;
}
.sec-blog  li{
	padding-bottom: 15px;
}
.sec-blog  li:last-child{
	padding-bottom: 0px;
}
.section-space.sec-blog{
	    background: linear-gradient(180deg, rgba(255,255,255,0.742734593837535) 85%, rgba(223,223,223,1) 100%);
}
.sec-blog h3{
	font-size: 24px;
	font-family: 'BentonSans-Medium';
	color: #6d6d6d;
	margin-bottom: 20px;
}
.scroll-img{
	padding-top: 20px;
}
.sec-content h4{
	font-size: 19px;
    line-height: 27px;
}
.right-pad{
	padding-right: 0px;
	padding-top: 5px;
}

.sec-content .blog-box {
    box-shadow: 6px 6px 6px 2px #d7d5d5;
    margin-top: 0px;
    margin-bottom: 30px;
    transition: all 0.6s ease;
        float: left;
            background-color:#f7f7f7;
}
.sec-content .blog-box .blogimg {
    width: 100%;
}
.sec-content .box-content {
    padding: 20px;
        float: left;
}
.sec-content .blog-box h5 {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.sec-content .blog-box .readmore {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-top: 25px;
        float: left;
        font-weight: 500;
        font-family: 'BentonSans-Medium';
}
.sec-content .blog-box .readmore  i{
	color: #f0ab00;
}
.sec-content .small-text{
	display: block;
	margin-bottom: 0px;
	font-size: 14px;
}
@media only screen and (min-width:320px) and (max-width: 767px) {
.scroll-img {
    padding-top: 20px;
    overflow: auto;
}
.right-pad{
	padding-right: 15px	;
}
.sec-blog li {
    padding-bottom: 15px;
    word-break: break-word;
}
.sec-content a{
	 word-break: break-word;
}
.sec-blog h3 {
    font-size: 21px;
    line-height: 30px;
}
.sec-blog .sub-title {
    line-height: 31px;
}
.sec-blog h4{
	    font-size: 19px;
}
.sec-blog .breadcrumbs {
    margin-bottom: 25px;
}
.scroll-img img{
	    width: 145%;
	        padding-bottom: 20px;
}
.sec-blog h2 {
        font-size: 24px;
}
.left-pad{
	width: 100%!important;
	max-width: 100%;
}
.right-pad{
	width: 100%!important;
	max-width: 100%;
	margin-top: 30px;
}
}

@media only screen and (min-width:1200px) and (max-width: 1500px) {
.sec-content h4 {
    font-size: 18px;
    line-height: 27px;
}
}
.icon-block{
    display: flex;
    gap:  30px;
    text-align: center;
    
}



.icon-block img{
    width: 50%;
    margin-bottom: 10px;
}
.icon-block div{
    width: 25%;
}
.full-width-mob{
    margin-top: 10px;
}
@media only screen and (min-width:320px) and (max-width: 767px) {
.icon-block {
    display: flex;
    flex-wrap: wrap;
}
.icon-block div {
    width: 45%;
}
.icon-block div p{
    color: #000;
    line-height: 20px;
}
.scroll-img.img-wdth img {
    width: 230%;
    padding-bottom: 20px;
}
.scroll-img.Car-manufacturers img {
    width: 125%;
    padding-bottom: 20px;
    max-width: 125%;
}
.full-width-mob{
    width: 100%;
}
}