@media only screen and (min-width:1201px) and (max-width:1400px) {
	.sidebar-list {
		display: none
	}
	
}

@media(max-width:1199px) {
	header .header-style-one.header-light .hamburger span {
		background: #fff
	}
	header .header-style-one.sticky.header-light .hamburger span {
		background: #2d373c
	}
	header .header-style-one.header-light .main-nav ul li a.active span {
		display: none
	}
	header .header-style-one .main-nav>ul>li>a.active::before {
		display: none
	}
	header .header-style-one .main-nav>ul>li>a.active span {
		display: none
	}
	header .header-style-one .hamburger {
		display: block!important;
		position: relative;
		width: 40px!important;
		height: 30px!important;
		margin: 30px 0;
		cursor: pointer;
		border: 3px solid transparent!important;
		float: right
	}
	header .header-style-one .hamburger:focus {
		border: 3px solid transparent!important
	}
	header .header-style-one .main-nav>ul>li>a {
		font-size: 16px!important;
		color: #fff!important;
		line-height: 35px;
		margin: 0
	}
	header .header-style-one .main-nav ul>li a.active::before {
		opacity: 1!important
	}
	header .header-style-one .main-nav ul>li a:hover {
		background: 0 0
	}
	header .header-style-one .main-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 250px;
		padding: 10px 15px!important;
		z-index: 99999;
		height: 100%;
		overflow: auto;
		background: #000;
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
		-webkit-transition: -webkit-transform .3s ease-in;
		transition: -webkit-transform .3s ease-in;
		transition: transform .3s ease-in;
		transition: transform .3s ease-in, -webkit-transform .3s ease-in
	}
	header .header-style-one .main-nav>ul>li.has-child-menu:after {
		display: none!important
	}
	header .header-style-one .hamburger span {
		width: 100%;
		height: 2px;
		background: #2d373c;
		display: block;
		position: absolute;
		right: 0;
		-webkit-transition: all .3s;
		transition: all .3s
	}
	header .header-style-one .hamburger span.h-top {
		top: 0
	}
	header .header-style-one .hamburger span.h-bottom {
		bottom: 0;
		width: 27px
	}
	header .header-style-one .hamburger span.h-middle {
		top: 50%;
		width: 25px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	header .header-style-one .hamburger.h-active span {
		width: 80%
	}
	header .header-style-one .hamburger.h-active span.h-top {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		margin-top: -1px
	}
	header .header-style-one .hamburger.h-active span.h-middle {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0
	}
	header .header-style-one .hamburger.h-active span.h-bottom {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 50%;
		margin-bottom: -1px
	}
	header .header-style-one .main-nav.slidenav {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	header .header-style-one .main-nav>ul {
		float: none;
		padding: 25px 10px;
		margin-top: 40px!important
	}
	header .header-style-one .main-nav>ul>li.has-child-menu:after {
		content: none
	}
	header .header-style-one .main-nav>ul>li>a:after {
		content: none
	}
	header .header-style-one .main-nav>ul>li {
		display: block;
		padding: 0;
		margin-left: 0
	}
	header .header-style-one header .header-style-one .main-nav ul li {
		display: block;
		position: relative;
		padding: 0
	}
	header .header-style-one .main-nav>ul>li a {
		font-size: 16px;
		color: #fff;
		line-height: 35px;
		margin: 0
	}
	header .header-style-one .main-nav ul li .fl {
		display: block;
		line-height: 35px
	}
	header .header-style-one .main-nav ul li .sub-menu {
		position: static;
		min-width: 200px;
		background: 0 0;
		border: none;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		display: none
	}
	header .header-style-one li a.active {
		color: #ddd;
		font-weight: 600;
		font-size: 1.5rem
	}
	header .header-style-one li a.active::before {
		position: absolute;
		bottom: 3rem;
		left: 0;
		width: 100%;
		height: 2px;
		content: "";
		background-color: #red;
		opacity: 0!important;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear
	}
	header .header-style-one .main-nav ul li ul.sub-menu>li a::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0!important;
		height: 2px;
		content: "";
		background-color: #fff;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	header .header-style-one .main-nav ul li a {
		padding: 0!important
	}
	header .header-style-one .main-nav ul li a::before {
		bottom: 0!important
	}
	header .header-style-one .main-nav ul li .sub-menu>li a {
		display: block;
		padding: 6px 0!important;
		color: #fff!important;
		border: none;
		line-height: .8;
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: all .3s;
		transition: all .3s;
		margin-left: 10px
	}
	header .header-style-two .main-nav>ul>li>a.active::before {
		display: none
	}
	header .header-style-two .main-nav>ul>li>a.active span {
		display: none
	}
	header .header-style-two .hamburger {
		display: block!important;
		position: relative;
		width: 40px!important;
		height: 30px!important;
		margin: 30px 0;
		cursor: pointer;
		border: 3px solid transparent!important;
		float: right
	}
	header .header-style-two .hamburger:focus {
		border: 3px solid transparent!important
	}
	header .header-style-two .main-nav>ul>li>a {
		font-size: 16px!important;
		color: #fff!important;
		line-height: 35px;
		margin: 0
	}
	header .header-style-two .main-nav ul>li a.active::before {
		opacity: 1!important
	}
	header .header-style-two .main-nav ul>li a:hover {
		background: 0 0
	}
	header .header-style-two .main-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 250px;
		padding: 10px 15px!important;
		z-index: 99999;
		height: 100%;
		overflow: auto;
		background: #000;
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
		-webkit-transition: -webkit-transform .3s ease-in;
		transition: -webkit-transform .3s ease-in;
		transition: transform .3s ease-in;
		transition: transform .3s ease-in, -webkit-transform .3s ease-in
	}
	header .header-style-two .main-nav>ul>li.has-child-menu:after {
		display: none!important
	}
	header .header-style-two .hamburger span {
		width: 100%;
		height: 2px;
		background: #2d373c;
		display: block;
		position: absolute;
		right: 0;
		-webkit-transition: all .3s;
		transition: all .3s
	}
	header .header-style-two .hamburger span.h-top {
		top: 0
	}
	header .header-style-two .hamburger span.h-bottom {
		bottom: 0;
		width: 27px
	}
	header .header-style-two .hamburger span.h-middle {
		top: 50%;
		width: 25px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	header .header-style-two .hamburger.h-active span {
		width: 80%
	}
	header .header-style-two .hamburger.h-active span.h-top {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		margin-top: -1px
	}
	header .header-style-two .hamburger.h-active span.h-middle {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0
	}
	header .header-style-two .hamburger.h-active span.h-bottom {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 50%;
		margin-bottom: -1px
	}
	header .header-style-two .main-nav.slidenav {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	header .header-style-two .main-nav>ul {
		float: none;
		padding: 25px 10px;
		margin-top: 40px!important
	}
	header .header-style-two .main-nav>ul>li.has-child-menu:after {
		content: none
	}
	header .header-style-two .main-nav>ul>li>a:after {
		content: none
	}
	header .header-style-two .main-nav>ul>li {
		display: block;
		padding: 0;
		margin-left: 0
	}
	header .header-style-two header .header-style-two .main-nav ul li {
		display: block;
		position: relative;
		padding: 0
	}
	header .header-style-two .main-nav>ul>li a {
		font-size: 16px;
		color: #fff;
		line-height: 35px;
		margin: 0
	}
	header .header-style-two .main-nav ul li .fl {
		display: block;
		line-height: 35px
	}
	header .header-style-two .main-nav ul li .sub-menu {
		position: static;
		min-width: 200px;
		background: 0 0;
		border: none;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		display: none
	}
	header .header-style-two li a.active {
		color: #ddd;
		font-weight: 600;
		font-size: 1.5rem
	}
	header .header-style-two li a.active::before {
		position: absolute;
		bottom: 3rem;
		left: 0;
		width: 100%;
		height: 2px;
		content: "";
		background-color: #red;
		opacity: 0!important;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear
	}
	header .header-style-two .main-nav ul li ul.sub-menu>li a::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0!important;
		height: 2px;
		content: "";
		background-color: #fff;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	header .header-style-two .main-nav ul li a {
		padding: 0!important
	}
	header .header-style-two .main-nav ul li a::before {
		bottom: 0!important
	}
	header .header-style-two .main-nav ul li .sub-menu>li a {
		display: block;
		padding: 6px 0!important;
		color: #fff!important;
		border: none;
		line-height: .8;
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: all .3s;
		transition: all .3s;
		margin-left: 10px
	}
	/*.event-d-sidebar {
		margin-top: 60px
	}*/
	.schedule-tab-buttons button.nav-link {
		margin-top: 34px
	}
	.single-schedule-card-style-two {
		margin: 0 8px
	}
}

@media only screen and (max-width:991px) {
	.breadcrumb-area .breadcrumb-content {
		padding: 20px 0 24px;
		position: relative
	}
	.breadcrumb-area .breadcrumb-content .page-title {
		font-size:22px
	}
	.slide-figure {
		margin-top: 60px
	}
	.hero-area .hero-slider {
		padding: 200px 0 100px
	}
	.single-schedule-card .single-schedule-right {
		border-top: none
	}
	.main-searchbar-area .searchbar-wrapper .searchbar-input-group {
		margin-bottom: 20px
	}
	.testimonial-slider-wrapper {
		margin-top: 60px
	}
	.footer-area .footer-newslatter-wrapper {
		margin-top: 30px
	}
	.footer-widget {
		margin-top: 30px
	}
	.testimonial-slider-wrapper {
		padding: 0;
		border: none
	}
	.testimonial-slider-wrapper::before {
		display: none
	}
	.about-wrapper .feature-info,
	.about-wrapper .about-company .company-mini-gallary {
		margin-top: 40px
	}
	.main-searchbar-area {
		margin-top: 80px
	}
	.testimonial-wrapper {
		padding-top: 110px;
		padding-bottom: 100px
	}
	/*.blog-sidebar {
		margin-top: 60px
	}*/
	/*.single-speaker-info {
		margin-top: 40px
	}*/
	.single-schedule-card-style-two .single-schedule-right {
		border: 1px solid #f5d0da;
		border-top: none
	}
	.contact-wrapper .contact-form-wrapper {
		margin-top: 40px
	}
	.background-title {
		position: absolute;
		top: 15px;
		left: 0
	}
	.background-title h1 {
		font-weight: 900;
		font-size: 70px;
		text-transform: uppercase;
		-webkit-text-fill-color: transparent;
		line-height: 1;
		word-break: break-all
	}
	.nav-right-d-xl-block {width:100%;}
	.nav-right-d-xl-block .nav-right-list li.nav-btn {position: absolute; right: 33px; top: 45px; margin-right: 30px !important;}
	.nav-right-d-xl-block .nav-right-list li.sidebar-style-two {position: absolute; right: 17px; top: 86px; margin-right: 0;}
	.schedule-sidebar {z-index: 99999;}
	header .header-style-two.sticky .nav-right-d-xl-block .nav-right-list li.sidebar-style-two {top: 79px;}
}

@media only screen and (max-width:767px) {
	.section-head-h2 {
		font-size: 20px
	}
	.section-head h2 {
		font-size: 34px;
		line-height: 40px;
		margin-top: 10px
	}
	.single-schedule-card .single-schedule-left .schedule-top {
		padding: 15px 10px 17px
	}
	.hero-area .hero-slider .slide-content h2 {
		font-size: 44px;
		line-height: 64px
	}
	.about-wrapper .about-history {
		padding: 15px 25px 30px
	}
	.ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link::before,
	.ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link::after,
	.ed-main-wrap .ed-tabs-wrapper .tabs-pill ul::before {
		display: none
	}
	.ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link {
		padding: 5px 10px;
		min-width: 100px
	}
	.ed-main-wrap .ed-tabs-wrapper {
		margin-top: 20px
	}
	.hero-two-slider .hero-two-item-1 .hero-content-layer {
		padding-bottom: 130px
	}
	.hero-two-slider .hero-two-item-1 .hero-content-layer h2 {
		font-size: 45px;
		line-height: 55px
	}
	.hero-two-slider .hero-two-item-1 .hero-content-layer .hero-btns a,
	.hero-two-slider .hero-two-item-1 .hero-content-layer .hero-featured-countdown .hero-countdown-box {
		margin-right: 30px
	}
	.hero-two-slider .hero-two-item-2 .hero-content-layer {
		padding-bottom: 130px
	}
	.hero-two-slider .hero-two-item-2 .hero-content-layer h2 {
		font-size: 45px;
		line-height: 55px
	}
	.hero-two-slider .hero-two-item-2 .hero-content-layer .hero-btns a,
	.hero-two-slider .hero-two-item-2 .hero-content-layer .hero-featured-countdown .hero-countdown-box {
		margin-right: 30px
	}
	.background-title {
		display: none
	}
	/*.page-outlined-text {
		display: none
	}*/
	.breadcrumb-area .breadcrumb-content .page-outlined-text h1 {font-size: 26px; margin-bottom: 6px;}
	.hero-two-slider .hero-two-item-1{background: url(../images/hero/hero-shape-mobile.png) no-repeat center;
    background-size: cover;
    position: relative;}


.hero-two-slider .hero-two-item-2 {background: url(../images/hero/hero-shape-mobile-2.png) no-repeat center;
    background-size: cover;
    position: relative;}

    .carousel-caption .hero-content-layer p.banner-subheading {
	/*font-weight: 800;*/
	font-size: 9px;
	letter-spacing: 1px;
	color: #fff;
	/*font-family: raleway, sans-serif*/
}

.carousel-caption .hero-content-layer .banner-heading {
	/*font-weight: 800;*/
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 1px;
	color: #fff;
	padding-top: 7px;
	margin-bottom: 19px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom:13px;
    left: 2%;	
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    
}


.carousel-control-prev {
    left: -12px;
}
.carousel-control-next {
    right: -4px;
}
.hero-btns .primary-btn-fill-s2 {
    font-weight: 600;
    font-size: 8px;
    color: #fff;
    background: #2d373c;
    border-radius: 30px;
    border: 2px solid #2d373c;
    display: inline-block;
    padding: 3px 7px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.hero-btns .primary-btn-outline-s2 {
    font-weight: 600;
    font-size: 7px;
    color: #fff;
    background: 0 0;
    border-radius: 22px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 3px 12px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.social-icon {display:block;}

}

@media only screen and (max-width:575.98px) {
	.hero-area .hero-slider .slide-content h2 {
		font-size: 32px;
		line-height: 50px;
		word-break: break-word
	}
	.hero-area .hero-slider .slide-content h5 {
		font-size: 20px
	}
	.single-schedule-card .single-schedule-right .schedule-title {
		font-weight: 700;
		font-size: 20px;
		line-height: 32px
	}
	.single-schedule-card .single-schedule-right {
		padding: 20px 22px;
		border-top: none
	}
	.single-schedule-card .single-schedule-left .schedule-bottom .speaker-info p {
		font-size: 14px
	}
	.single-schedule-card .single-schedule-left .schedule-bottom .speaker-info h4 {
		font-size: 20px
	}
	.single-schedule-card .single-schedule-left .schedule-bottom .speaker-info .speaker-social-links li {
		margin-right: 10px
	}
	.single-schedule-card .single-schedule-left .schedule-bottom .speaker-image img {
		max-width: 155px
	}
	.testimonial-slider-wrapper .testimonial-card .testimonial-top .reviewer-image img {
		max-width: 160px
	}
	.testimonial-slider-wrapper .testimonial-card .testimonial-top .reviewer-name {
		font-size: 20px
	}
	.testimonial-slider-wrapper .testimonial-card .review-texts {
		padding: 18px
	}
	.testimonial-wrapper .testimonial-info h2 {
		font-weight: 800;
		font-size: 30px;
		line-height: 45px
	}
	.about-wrapper .about-history .float-title {
		font-size: 20px
	}
	.ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li {
		margin-right: 9px
	}
	.ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link span {
		font-size: 11px
	}
	.ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link i {
		font-size: 15px
	}
	.ed-main-wrap .ed-tabs-wrapper .tabs-pill ul li button.nav-link {
		min-width: 70px
	}
	.gallary-group .gallary-group-header .gallary-group-title {
		font-size: 25px
	}
	.comment-section .comments-list .single-comment {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.blog-details-wrapper .blog-details .blog-d-top .blog-d-title {
		font-size: 25px;
		line-height: 40px
	}
	.blog-details-wrapper .blog-details .blog-body .blog-quote-block {
		padding: 20px 24px
	}
	.blog-details-wrapper .blog-details .blog-body .blog-quote-block h6 {
		font-size: 18px
	}
	.comment-form {
		padding: 25px 30px 30px
	}
	.hero-two-slider .hero-two-item-1 .hero-content-layer h2 {
		font-size: 38px;
		line-height: 50px
	}
	.hero-two-slider .hero-two-item-2 .hero-content-layer h2 {
		font-size: 38px;
		line-height: 50px
	}
	.testimonial-card-style-two {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		border-radius: 5px;
		padding: 20px
	}
	.testimonial-card-style-two .reviewer-image {
		margin: 0
	}
	.single-schedule-card-style-two .single-schedule-right {
		padding: 20px
	}
	.hero-two-slider .hero-two-item-1 .hero-content-layer {
		padding: 90px 0
	}
	.hero-two-slider .hero-two-item-1 .hero-content-layer .hero-btns a,
	.hero-two-slider .hero-two-item-1 .hero-content-layer .hero-featured-countdown .hero-countdown-box {
		margin-right: 14px
	}
	.hero-two-slider .hero-two-item-2 .hero-content-layer {
		padding: 90px 0
	}
	.hero-two-slider .hero-two-item-2 .hero-content-layer .hero-btns a,
	.hero-two-slider .hero-two-item-2 .hero-content-layer .hero-featured-countdown .hero-countdown-box {
		margin-right: 14px
	}
	.hero-two-slider .hero-two-item-1{background: url(../images/hero/hero-shape-mobile.png) no-repeat center;
    background-size: cover;
    position: relative;}


.hero-two-slider .hero-two-item-2 {background: url(../images/hero/hero-shape-mobile-2.png) no-repeat center;
    background-size: cover;
    position: relative;}
     .carousel-caption .hero-content-layer p.banner-subheading {
	font-weight: 800;
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	font-family: raleway, sans-serif;
	display:none;
}

.carousel-caption .hero-content-layer .banner-heading {
	font-weight: 800;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 1px;
	color: #fff;
	padding-top: 7px;
	margin-bottom: 19px;
	display:none;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom:-16px;
    left: 14%;	
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    
}
.hero-btns .primary-btn-fill-s2 {
    font-weight: 600;
    font-size: 8px;
    color: #fff;
    background: #2d373c;
    border-radius: 30px;
    border: 2px solid #2d373c;
    display: inline-block;
    padding: 3px 7px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.hero-btns .primary-btn-outline-s2 {
    font-weight: 600;
    font-size: 7px;
    color: #fff;
    background: 0 0;
    border-radius: 22px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 3px 12px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
}

/* Corporate event header */
.topbar-area {
	background: #263238;
	border-top: 3px solid #f7941e;
}

.header-style-two {
	background: #f5f7fa;
	padding: 2px 0px 2px;
}

header .header-style-two.sticky {
	padding: 2px 0 2px;
	background: #f5f7fa;
	box-shadow: 0 10px 28px rgba(0, 18, 54, .12);
}

.header-style-two .nav-container {
	max-width: 1360px;
	padding: 0 18px;
}

.header-style-two .nav-row {
	position: relative;
	min-height: 104px;
	padding: 16px 22px;
	background: linear-gradient(135deg, #071a3d 0%, #7a5a1f 62%, #163772 100%);
	border: 1px solid rgba(255, 255, 255, .1);
	
	box-shadow: 0 16px 34px rgba(0, 18, 54, .18);
}

.header-style-two .nav-brand {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 330px;
}

.header-style-two .logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.header-style-two .logo img {
	width: 86px;
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
	background-color: #fff;

}

.header-style-two .nav-brand-text {
	position: relative;
	padding-left: 18px;
	color: #fff;
	line-height: 1.2;
}

.header-style-two .nav-brand-text::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	bottom: 5px;
	width: 1px;
	background: rgba(247, 148, 30, .75);
}

.header-style-two .nav-brand-text span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.header-style-two .nav-brand-text strong {
	display: block;
	margin-top: 6px;
	font-family: var(--font-secondary);
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	color: #f7941e;
}

.header-style-two .nav-menu-col {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 18px;
}

header .header-style-two .main-nav {
	float: none;
}

header .header-style-two .main-nav > ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	flex-wrap: nowrap;
}

header .header-style-two .main-nav ul li {
	padding: 0;
}

header .header-style-two .main-nav ul li a {
	padding: 12px 9px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	transition: color .2s ease, background-color .2s ease;
}

header .header-style-two .main-nav ul li a:hover,
header .header-style-two .main-nav ul li a.active {
	color: #f7941e !important;
	background: rgba(255, 255, 255, .06);
}

header .header-style-two .main-nav > ul > li > a.active::before {
	top: auto;
	bottom: 4px;
	height: 2px;
	border: 0;
	background: #f7941e;
	transform: none;
}

header .header-style-two .main-nav ul li .dropdown-menu {
	min-width: 230px;
	margin-top: 0;
	padding: 10px 0;
	background: #fff;
	border: 0;
	border-top: 3px solid #f7941e;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 14px 32px rgba(0, 18, 54, .18);
}

header .header-style-two .main-nav ul li .dropdown-menu li {
	display: block;
}

header .header-style-two .main-nav ul li .dropdown-menu a {
	display: block;
	padding: 9px 16px;
	border-radius: 0;
	font-size: 13px;
	line-height: 1.35;
	text-transform: none;
	color: #2d373c;
}

.header-style-two .nav-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	min-height: 42px;
	padding: 11px 20px;
	border-radius: 8px;
	background: #f7941e;
	box-shadow: 0 10px 22px rgba(247, 148, 30, .28);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	transition: background-color .2s ease, transform .2s ease;
}

.header-style-two .nav-cta:hover {
	background: #ffab3d;
	color: #fff;
	transform: translateY(-1px);
}

@media (min-width: 1200px) {
	header .header-style-two .main-nav .dropdown:hover > .dropdown-menu {
		display: block;
	}
}

@media (min-width: 1200px) and (max-width: 1360px) {
	.header-style-two .nav-brand {
		min-width: 280px;
	}

	.header-style-two .nav-brand-text span {
		font-size: 13px;
	}

	.header-style-two .nav-brand-text strong,
	header .header-style-two .main-nav ul li a {
		font-size: 12px;
	}

	.header-style-two .nav-cta {
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media (max-width: 1199.98px) {
	.header-style-two {
		padding: 14px 0;
	}

	.header-style-two .nav-container {
		padding: 0 14px;
	}

	.header-style-two .nav-row {
		min-height: 112px;
		padding: 14px 78px 14px 16px;
	}

	.header-style-two .nav-brand {
		min-width: 0;
	}

	.header-style-two .logo img {
		width: 82px;
	}

	.header-style-two .nav-brand-text span {
		font-size: 13px;
	}

	.header-style-two .nav-brand-text strong {
		font-size: 12px;
	}

	header .header-style-two .main-nav {
		display: none;
	}

	.header-style-two .nav-menu-col {
		min-height: 1px;
		justify-content: flex-end;
	}

	.header-style-two .nav-cta {
		position: absolute;
		right: 78px;
		bottom: 18px;
		min-height: 34px;
		padding: 9px 16px;
		font-size: 12px;
	}

	.topbar-area {
		padding: 7px 0;
	}

	.topbar-area .topbar-social-links {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 8px 14px;
	}

	.topbar-area .topbar-social-links li {
		margin-right: 0;
	}
}

@media (max-width: 575.98px) {
	.header-style-two {
		padding: 2px 0;
	}

	.header-style-two .nav-container {
		padding: 0 10px;
	}

	.header-style-two .nav-row {
		min-height: 112px;
		padding: 12px 58px 12px 12px;
	}

	.header-style-two .nav-brand {
		gap: 10px;
	}

	.header-style-two .logo img {
		width: 68px;
	}

	.header-style-two .nav-brand-text {
		padding-left: 10px;
	}

	.header-style-two .nav-brand-text span {
		font-size: 11px;
		line-height: 1.25;
	}

	.header-style-two .nav-brand-text strong {
		margin-top: 4px;
		font-size: 10px;
	}

	.header-style-two .nav-cta {
		right: 58px;
		bottom: 14px;
		min-height: 30px;
		padding: 7px 11px;
		font-size: 11px;
	}

	.topbar-area .topbar-social-links {
		justify-content: flex-start;
		gap: 7px 11px;
	}
	.sb-tags, .blog-sidebar .sb-gallary{
		margin-top:0px;
	}
}
