body,
header.transparent {
	background: #fff
}
*,
::after,
::before {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	font-family: Poppins, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 400
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
	line-height: 1.2
}
ul {
	list-style: none
}

.main-title,
body,
ul {
	margin: 0
}

body,
ul {
	padding: 0
}
#mainmenu li a,
.main-title {
	text-transform: uppercase;
	font-weight: 700
}

#wrapper,
.de-team-list {
	overflow: hidden
}
.product-list .slick-dots li.slick-active button, footer {
    background: linear-gradient(to left, rgb(48 95 141) 0, #0f2d4a 56%);
}
#mainmenu {
    float: right;
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 100%;
    width: 85%;
}
.nav-bar-fixed,
header {
	top: 0;
	left: 0
}

#content,
.bg-left img,
.bg-right img,
header {
	width: 100%;
	height: auto
}

#section-hero::before,
.palibon-li img,
video {
	width: 100%;
	height: 100%
}

#mainmenu li a,
.heading-content p,
.main-title,
p {
	letter-spacing: 0
}
/******************/
.headre-top {
    border-bottom: 1px solid #C7C9C8;
    padding: 7px 0;
    position: relative;
    z-index: 5;
    width: 100%;
    background-color: #0f2d4a;
    display: flex;
}
.headre-top .topleft {
    float: left;
    width: 70%;
}
.headre-top .topright {
    width: 30%;
    float: left;
    text-align: right;
}
.headre-top .topleft ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.headre-top .topleft ul li {
    list-style: none;
    padding: 0px 15px 0px 20px;
    margin: 0px;
    display: inline-block;
    position: relative;
}
.headre-top .topleft ul li i {
    margin-right: 0px;
    height: 20px;
    position: absolute;
    left: -5px;
    top: 0px;
    font-size: 18px;
    color: #ba7f2b;
}
.headre-top .topleft ul li a {
    font-size: 15px;
    font-family: "SegoeUIRegular",Arial,sans-serif;
    color: #fff;
    letter-spacing: 1px;
}
.headre-top .social {
    margin-bottom: 0px;
}
.headre-top .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
}
.headre-top .social ul li a{
	color:#fff;
}
.bannerSlider .bannerSlider-item {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bannerSlider .bannerSlider-item .banner-details {
	padding-top:100px;
}
.bannerSlider .bannerSlider-item .banner-details h1 {
    font-size: 50px;
    color: #0f2d4a;
    letter-spacing: 1.8px;
    line-height: 55px;
    margin-bottom: 40px;
    margin: 0px auto 25px auto;
}
.bannerSlider .bannerSlider-item .banner-details h1 span {
    color: #ba7f2b ;
}
.bannerSlider .bannerSlider-item .banner-details p{
	font-size: 18px;
	margin:0px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.bannerSlider .bannerSlider-item .banner-details.banner-details-right h1, 
.bannerSlider .bannerSlider-item .banner-details.banner-details-right p,
.bannerSlider .bannerSlider-item .banner-details.banner-details-right .btn-box
 {
	text-align:right;
}
.text-white{
	color:#fff !important;
}
.bannerSlider .bannerSlider-item .banner-details.banner-details-right {
	padding-left:30px;
}
.custom-btn {
    position: relative;
    padding: 8px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    background-color: #0f2d4a;
    overflow: hidden;
    border-radius: 3px;
	display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.custom-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86,0,0.07,1);
    -moz-transition-timing-function: cubic-bezier(0.86,0,0.07,1);
    -o-transition-timing-function: cubic-bezier(0.86,0,0.07,1);
    transition-timing-function: cubic-bezier(0.86,0,0.07,1);
}
.btn-title {
	position: relative;
}
.custom-btn:hover {
    color: #1b3664;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}
.custom-btn:hover:before {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.counter-section .icon-box-line {
    border-bottom: 1px solid #e2e2e2;
}
.counter-section .icon-part {
    width: 95%;
    max-width: 1193px;
    margin: 0 auto;
}
.counter-section .icon-part ul.icon-items {
    display: flex;
}
.counter-section .icon-part ul.icon-items li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #e2e2e2;
	position:relative;
}
.counter-section .icon-part ul.icon-items li:last-child  {
    border-right: 1px solid transparent;
}
.counter-section .icon-items li a {
    padding: 15px 0;
    display: block;
}
.counter-section .icon-part ul li a .icon-box {
   
}
.counter-section .icon-part ul li a .icon-box .affordable-price-icon {
    width: 80px;
    height: 69px;
    display: block;
}
.counter-section .icon-items li article h2 {
    font-size: 30px;
    display: block;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
}
.counter-section .icon-part ul.icon-items li .icon-box:before {
    content: "";
    background: #d7deff;
    position: absolute;
    top: -2px;
    width: 60px;
    height: 60px;
    z-index: -1;
    border-radius: 50%;
    left: 105px;
    opacity: 0.5;
}
.about-section{
	padding-top:90px;
	padding-bottom:90px;
}
.heading,.heading-center {
	color: #0f2d4a;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin: 0px;
	margin-bottom:30px;
}
.heading span, .heading-center span {
    color: #ba7f2b;
}
.para {
	margin-bottom:10px;
}
.heading::before {
    content: "";
    bottom: 0px;
    position: absolute;
    width: 25%;
    height: 4px;
    background: #ba7f2b;
    left: 0;
    right: auto;
}
.heading::after {
    content: "";
    bottom: 0px;
    position: absolute;
    width: 25%;
    height: 4px;
    background: #0f2d4a;
    left: 36px;
    right: 0;
}
.heading-center::before {
    content: "";
    bottom: 0px;
    position: absolute;
    width: 10%;
    height: 4px;
    background: #ba7f2b;
    left: 41%;
    right: auto;
}
.heading-center::after {
    content: "";
    bottom: 0px;
    position: absolute;
    width: 10%;
    height: 4px;
    background: #0f2d4a;
    left: auto;
    right: 41%;
}
.about-img-col {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}
.about-img-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}
img.about-img-bg {
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: left;
    position: absolute;
    top: 0;
    left: 0;
}
.about-img-one {
    position: absolute;
    top: 8%;
    left: 8%;
    width: 56%;
    height: 84%;
    border-radius: 8px;
    overflow: hidden;
}
.about-img-one img, .about-img-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img-two {
    position: absolute;
    top: 15%;
    right: 0%;
    width: 30%;
    height: 42%;
    border-radius: 8px 35px;
    overflow: hidden;
}
.about-img-text {
    padding: clamp(10px, 1.05vw, 20px) clamp(15px, 1.57vw, 30px);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 9px 16px 0px rgba(255, 79, 1, 0.42);
    display: table;
    position: absolute;
    right: 0;
    bottom: 15%;
    font-weight: 700;
    font-size: var(--h2-font);
}
ul.icon-list {
	margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}
ul.icon-list li {
    position: relative;
    margin-bottom: 15px;
    font-weight: 500;
}
ul.icon-list li:before {
    content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 9px;
    color: #ba7f2b;
}
.supplier-logo-section {
	margin-bottom: 0;
	margin-top: 20px
}

.supplier-logo-section .supplier-logo-section-item {
	padding: 10px
}

.supplier-logo-section .supplier-logo-section-item a {
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 10px;
	transition: .5s ease-out;
	border: 3px dashed #fff
	border-radius: 17px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
    padding: clamp(15px, 1.57vw, 30px);
    text-align: center;
}

.supplier-logo-section .supplier-logo-section-item img {
	width: 100%;
	height: 200px;
	object-fit: contain
}
.accordion-item {
    box-shadow: 1px 3px 11px #00000026;
    padding: 0;
    margin-bottom: 15px;
    background-color: unset;
    border-bottom: none;
    background: #fff;
    border-radius: 10px;
}
.accordion-trigger {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    border: none;
    padding: 15px 9px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding-left: 25px;
}
.accordion-trigger.accordion-open {
    background: #ba7f2b;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-collapse {
    background-color: #FFF;
    color: #000;
    display: none;
    padding: 15px;
}
.accordion-trigger::after {
    font-family: 'FontAwesome';
    content: "\f176";
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 20px;
}
.accordion-trigger.accordion-open::after {
    content: "\f175";
    color: #fff;
}
.accordion-trigger::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    border-top: 26.5px solid #ffc10700;
    border-right: 26.5px solid #ffc10700;
    border-left: 26.5px solid rgba(255,255,255,.2);
    border-bottom: 26.5px solid #ffc10700;
    border-radius: 10px;
}
.Courses-section {
    padding: 90px 0px;
}
.Courses-section .port-shape1 {
    right: 0;
    top: 100px;
}
.port-shape1 img {
    height: 600px;
    width: auto;
}
.position-absolute {
    position: absolute!important;
}
.position-relative {
    position: relative!important;
}
.Courses-section .port-shape2 {
    right: 0;
    bottom: 50px;
}
.Courses-section .background_overlay {
    background-color: rgba(241, 250, 245, 0.45);
}
.course-content {
    margin: 0 auto;
    padding-top: 20px;
    max-width: 1920px;
}
.course-innerbox {
    border-radius: 10px;
    overflow: hidden;
}
.course-innerbox {
    margin-right: 10px;
}
.position-relative {
    position: relative !important;
}
.course-innerbox:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    background-color: #133260;
    transition: 0.3s all ease-in-out;
}
#course-slider .slick-slide img {
    display: block;
    margin: inherit;
    width: 100%;
    padding: 0px;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}
.course-silder-area {
    margin-left: 370px;
}
.course-innerbox {
    border-radius: 10px;
    overflow: hidden;
}
.course-innerbox:hover:before {
    opacity: 0.8;
    visibility: visible;
}
.course-innerbox .course-text {
    left: 60px;
    z-index: 2;
    opacity: 0;
    bottom: 0px;
    max-width: 345px;
    position: absolute;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
}
.course-innerbox:hover .course-text {
    opacity: 1;
    bottom: 60px;
    visibility: visible;
}
.course-innerbox .course-text h3, .course-innerbox .course-text h3 a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.625;
}
.course-innerbox .course-text span, .course-innerbox .course-text span a {
    color: #fff;
    font-weight: 700;
}
.course-silder-area .slick-prev, .course-silder-area .slick-next {
    font-size: 30px;
    margin-right: 30px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    border: 0px;
    background: inherit;
    margin-top: 20px;
    width: 80px;
    bottom: -82px;
}
.course-silder-area .slick-prev:before {
    font-family: "FontAwesome";
    content: "\f177";
    color: #000;
    font-size: 60px;
}
.course-silder-area .slick-next:before {
    font-family: "FontAwesome";
    content: "\f178";
    color: #000;
    font-size: 60px;
}
.course-silder-area .slick-prev {
    left: 0px;
}
.course-silder-area .slick-next {
    right: auto !important;
    left: 116px;
}
.register-section {
    position: relative;
    background: linear-gradient(to left, rgb(15 45 74) 0, #0f2d4a 56%);
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 300px;
    margin-bottom: 60px;
}
.form-card {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #dedede;
    margin: 0px 50px;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 35px;
    left: auto;
    border-radius: 20px 0px 20px 0px;
    max-width: 450px;
    min-width: 450px;
}
ul.social-icon-list {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}
ul.social-icon-list li {
    position: relative;
    margin-bottom: 15px;
    font-weight: 500;
    color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}
ul.social-icon-list li .icon {
    border: 1px solid;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 35px;
}
ul.social-icon-list li a {
	color:#fff;
}
#section-testmonial, .Faq-section {
	padding-top:90px;
	padding-bottom:90px;
}
#testmonial-slider {
	width:100%;
}
.testmonial-silder-area .testmonial-innerbox {
    background-color: #fff;
    -webkit-box-shadow: 9px 11px 14px 0 rgba(0,0,0,.1);
    box-shadow: 9px 11px 14px 0 rgba(0,0,0,.1);
    padding: 30px;
    padding-left: 60px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
	
}
.testmonial-silder-area .testmonial-innerbox .rating-stars {
    display: flex;
    column-gap: 6px;
    font-size: 18px;
    margin-bottom: 20px;
}
.testmonial-silder-area .testmonial-innerbox .rating-stars li a .fa-star.active {
   color:#fec42d;
}
.testmonial-silder-area .testmonial-innerbox .content p {
    padding-bottom: 20px;
	line-height: 25px;
    color: #000;
    font-size: 16px;
}
.testmonial-silder-area .testmonial-innerbox .testmonial-details {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.testmonial-silder-area .testmonial-innerbox .testmonial-details .testmonial-img{
	height: 70px;
    width: 70px;
	
}
.testmonial-silder-area .testmonial-innerbox .testmonial-details .testmonial-img img {
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.testmonial-silder-area .testmonial-innerbox .testmonial-details .testmonial-profile {
	
}
.testmonial-silder-area .testmonial-innerbox .testmonial-details .testmonial-profile p{
	font-size: 18px;
    font-weight: 700;
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.testmonial-silder-area .testmonial-innerbox .testmonial-details .testmonial-profile span{
	color: rgba(0, 0, 0, .5);
    font-weight: 400;
}
.footer-top {
    padding: 50px 0 50px 0;
    background-size: 100% 8px;
    position: relative;
    z-index: 0;
    border-top: 3px solid #0f2d4a;
}
.footer-top .col-wrap-border {
    border-right: 1px solid #133260;
}
.footer-top .title {
    display: block;
    margin: 5px 0 15px 0;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0f2d4a;
    font-weight: 700;
}
.footer-top .widget-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.footer-top .widget-links ul li {
    list-style: none;
    padding: 0px 20px 10px 0px;
    margin: 0px;
    display: block;
    position: relative;
    font-size: 16px;
}
.footer-top .widget-links ul li>a:before {
   content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 9px;
    color: #ba7f2b;
}
.footer-top .widget-links ul li a{
   color:#000;
}
.footer-top .widget-links ul li i {
    margin-right: 6px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 3px;
    color: #133260;
}
.footer-top .subscribe-form {
	margin-top: 20px;
}
.footer-top .widget-about {
    padding-right: 55px;
}
.social-icons .fa-twitter-img path {
    fill: #fff;
}
.column-auto{
	margin: auto;
}
#section-register,
#section-speakers {
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
	min-height: 500px
}
.info-update-section {
	padding-top:30px;
	padding-bottom:90px;
}
.info-update-section .row {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	position:relative;
}
.info-update-section .row:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 6px;
    background: #ba7f2b;
    top: -3px;
    left: 38%;
    right: auto;
    border-radius: 20px 20px 0 0;
}
.info-update-section .row img{
	width:95%;
}
.info-update-section .info-update {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.info-update-section .info-update a {
    color: #0f2d4a;
    font-weight: 600;
}
.info-update-section .info-update a:hover {
    color: #ba7f2b;
}
.contact-pg-map iframe {
    display: block;
    height: clamp(250px, 22.4vw, 430px);
    width: 100%;
}
.admission-procedure-section {
    background: linear-gradient(to top right, #ebeeff 50%, transparent 50%) bottom / 100% calc(100% - clamp(30px, 3.13vw, 60px)) no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}
.admission-procedure-section .a-procedure-inr {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 30px #0004;
    padding: 50px;
    position: relative;
    max-width: 900px;
}
.admission-procedure-section ul.procedure-list {
   margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}
.admission-procedure-section .a-procedure-inr::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 70%;
    height: clamp(10px, 1.05vw, 20px);
    margin-left: 15%;
    background: #ba7f2b;
    border-radius: 20px 20px 0 0;
}
.admission-procedure-section ul.procedure-list li {
   position: relative;
    margin-bottom: 15px;
    font-weight: 500;
}
.admission-procedure-section ul.procedure-list li a {
    color: #000;
    padding-left: 30px;
    display: flex;
    font-size: 16px;
}
ul.procedure-list li:before {
    content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 9px;
    color: #ba7f2b;
    position: absolute;
    font-size: 20px;
    top: 2px;
}
#fixed-icon_wrapper {
    position: fixed;
	top:auto;
    bottom: 80px;
    left: auto;
	right:5px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
#fixed-icon_wrapper .fixed_icons_links {
    display: flex;
    background: #34c435;
    background: linear-gradient(356deg, rgba(52, 196, 53, 1) 20%, rgba(74, 225, 89, 1) 69%);
    border-radius: 35px;
    min-width: 160px;
    height: 45px;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
    flex-direction: row;
    font-size: 16px;
    column-gap: 6px;
}
#fixed-icon_wrapper .fixed_icons_links:last-child {
    background: #0f2d4a;
}
.Faq-section .faq-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
}



















.box-number h3,
.de-team-list .team-desc p,
.heading-content p,
p {
	line-height: 25px;
	color: #000;
	font-size: 16px
}

a {
	text-decoration: none;
	transition: .3s
}

header {
	z-index: 3;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
	border-bottom: 1px solid transparent
}
header div#logo {
    display: flex;
    float: left;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 0;
    padding: 5px 0;
}

header.nav-bar-fixed div#logo {
	margin-top: 0
}

header.nav-bar-fixed div#logo img {
	height: 80px;
	width: auto;
	padding-bottom: 10px
}

.nav-bar-fixed {
	height: 70px;
	background: #fff !important;
	box-shadow: 0 10px 10px #0000000d;
	transition: .5s cubic-bezier(.25, .46, .45, .94);
	outline: 0
}

#mainmenu li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	position: relative
}

#mainmenu li a {
    line-height: 30px;
    display: inline-block;
    text-align: center;
    outline: 0;
    font-size: 16px;
    background: #0f2d4a;
    color: transparent;
    -webkit-background-clip: text;
    letter-spacing: 2px;
}

#mainmenu li:after {
	content: "|";
	font-size: 20px;
	margin-left: 25px;
	color: #d9e1ec;
	margin-right: 25px
}

#mainmenu li:last-child:after {
	content: "";
	margin: 0
}

#content {
	z-index: 100
}

.section-inner {
	width: 100%;
	position: relative
}

.banner-bg-left,
.bg-left,
.bg-right {
	position: absolute
}

#section-speakers,
#section-sponsors,
.big-product-pic,
.box-number,
.btn-style-four .btn-title,
.de-team-list,
.expand,
.fluid-section-one .outer-box,
.sec-title .title,
.section,
.timeline.exp {
	position: relative
}

.bg-right {
	right: 10px;
	top: -70px
}

.bg-left {
	left: 10px;
	top: -70px
}

.banner-bg-left {
	bottom: 0;
	z-index: 4
}

.banner-bg-left img {
	width: 80%
}

.pb-90 {
	padding-bottom: 90px
}

#section-features,
.ptb60 {
	padding-bottom: 60px
}
#section-sponsors .container {
	padding-top: 10px;
	position: absolute;
	right: auto;
	height: auto;
	background: #fff;
	z-index: 9;
	top: -251px;
	padding-bottom: 10px;
	border-radius: 30px 0 0 30px;
	box-shadow: 0 0 10px 0 #edebeb;
	width: 600px
}

.heading,
.heading-white {
	font-weight: 600;
	padding-bottom: 13px;
	display: inline-block
}

.left-image-block .about-img-big {
	position: relative;
	z-index: 1;
	padding-right: 80px;
	padding-left: 65px
}

.left-image-block .about-img img {
	width: 100%;
	vertical-align: middle
}

.left-image-block .about-img-sm {
	position: absolute;
	right: 3%;
	bottom: -38%;
	border: 10px solid #fff;
	z-index: 2;
	max-width: 355px
}

.left-image-block .about-img-sm2 {
	position: absolute;
	left: 0;
	top: -14%;
	border: 10px solid #fff;
	z-index: 2;
	max-width: 215px
}

.btn-custom-blue:before,
.btn-custom:before {
	z-index: -1;
	color: #fff !important;
	width: 0;
	left: 0
}

.spacer10 {
	height: 10px;
	display: block
}

.spacer20 {
	height: 20px;
	display: block
}

.spacer30 {
	height: 30px;
	display: block
}

.spacer40 {
	height: 40px;
	display: block
}

.box-number {
	background-color: #f4f4f4bd;
	padding: 30px 24px;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	-webkit-transition: .25s cubic-bezier(.645, .045, .355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: .25s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: .25s cubic-bezier(.645, .045, .355, 1);
	-o-transition: .25s cubic-bezier(.645, .045, .355, 1);
	transition: .25s cubic-bezier(.645, .045, .355, 1);
	min-height: 235px
}

.box-number-brd {
	border-right: 20px solid #fff
}

.box-number:before {
	content: "";
	height: 7px;
	width: 103px;
	position: absolute;
	top: 0;
	left: 24px
}

.box-number .icon,
.box-number .number {
	height: 80px;
	display: block;
	width: 80px
}

.box-number .icon {
	font-size: 40px;
	text-align: center;
	padding: 20px 0;
	position: absolute;
	border: 3px solid #083166;
	object-fit: contain;
	box-shadow: 0 5px 9px 0 rgb(20 20 20 / 20%);
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background: #083166
}

.box-number:hover .icon {
	border: 3px solid #ff9b05
}

.box-number .text {
	margin-left: 100px
}

.box-number h3 {
	font-weight: 600;
	margin-bottom: 5px
}

.col-exhibit {
	margin-bottom: 20px
}

#section-speakers {
	margin-top: 0;
	background: #fbfbfb;
	padding-top: 80px;
	padding-bottom: 80px
}

.heading.light,
.para.light,
.text-white {
	color: #fff
}

.product-list {
	margin: auto;
	width: 100%;
	z-index: 2
}

.product-list li>a {
	box-shadow: 0 1px 12px rgb(161 155 155 / 43%);
	display: block;
	margin: 15px 15px 15px 10px;
	border-radius: 20px;
	border: 0
}

.de-team-list {
	border-radius: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff
}

.de-team-list::before {
	content: "";
	background: url("../images/wave.svg") 0 0/cover no-repeat;
	width: 148px;
	height: 83px;
	position: absolute;
	transform: rotate(45deg);
	top: -12px;
	right: -40px;
	z-index: -1
}

.de-team-list .team-desc,
.gallery-section .button-group li,
.supplier-logo-section-full::before {
	background: linear-gradient(to left, rgba(247, 0, 104) 0, #441066 100%)
}

.product-list .de-team-list .team-pic {
	z-index: 1;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto
}

.product-list .de-team-list .team-pic img {
	width: 100%;
	height: 210px;
	object-fit: contain;
	object-position: center;
	border-radius: 0;
	text-align: center;
	margin: 0 auto;
	padding: 30px
}

.de-team-list .team-desc {
	position: relative;
	display: inline-block;
	padding: 10px 10px 10px 30px;
	width: 180px;
	margin-bottom: 30px;
	color: #fff
}

.de-team-list .team-desc:before {
	position: absolute;
	left: 0;
	right: -30px;
	content: "";
	top: 0;
	height: 100%;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	border-radius: 0 14px 14px 0;
	z-index: 0
}

.de-team-list .team-desc p {
	margin-top: 0;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
	z-index: 1;
	position: relative
}

.supplier-name {
	z-index: 1;
	position: relative;
	color: #fff
}



.fun-fact-section:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/icons/pattern-1.jpg);
	content: "";
	opacity: .1
}

.gallery-section .button-group li:hover,
.supplier-logo-section .supplier-logo-section-item:hover {
	border-color: #ff9b05
}


.product-list .slick-dots,
.text-right {
	text-align: right
}

.product-list .slick-dots li button {
	background: gray;
	border-radius: 50%;
	width: 15px;
	height: 15px
}

.footer-wave-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    background: #ebeeff;
}




#section-register {
	position: relative;
	padding-top: 90px
}

.z-index {
	z-index: 1
}

footer {
    padding: 16px 0;
}

.footer-row {
	display: flex;
	align-items: center;
	justify-content: center
}

.footer .footer-row .copyright-txt {
	font-size: 14px;
	margin: 0;
	color: #fff
}

.social-icons {
	display: flex;
	justify-content: end;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 15px
}

.social-icons i {
	text-shadow: none;
	color: #fff;
	padding: 8px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #fff;
	transition: .5s cubic-bezier(.25, .46, .45, .94)
}

.social-icons i:hover {
	background: #fff;
	border-color: #eceff3;
	color: #083166
}

.call-to-action {
	padding: 90px 50px;
	background: linear-gradient(270deg, #083166 20%, #ff9b05 69%);
	box-shadow: 0 1px 7px rgba(82, 126, 195, .1)
}

.dropdown-menu,
.form-control {
	background-color: #fff;
	background-clip: padding-box
}

.call-to-action h3 {
	margin: 0;
	color: #000;
	font-size: 1.75rem
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: .75rem;
	padding-left: .75rem;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 1.5rem;
	margin-left: 1.5rem
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.text-center {
	text-align: center !important
}

.align-items-center {
	align-items: center !important
}

.form-control:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control,
.form-control:focus {
	color: #212529;
	background-color: #fff
}
.btn-submit,
.register-btn {
	text-transform: capitalize
}


.m-0 {
	margin: 0 !important
}

.btn-submit {
    min-width: 180px;
    font-size: 16px;
    padding: 12px 15px;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(to left, rgb(120 86 38) 0, #ba7f2b 100%);
    color: #fff;
    border: 0;
    border-radius: 5px;
}
.btn-submit:hover {
    background: linear-gradient(to left, #3b6791 0, rgb(15 45 74) 100%);
}

.features-section-three {
	position: relative;
	padding: 80px 0;
	background: #fbfbfb
}

.feature-block-three {
	position: relative;
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px
}

.feature-block-three .inner-box {
	position: relative;
	padding: 20px 30px 20px 125px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 30px 40px rgba(0, 0, 0, .1);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
	min-height: 160px
}

.feature-block-three .inner-box:hover {
	box-shadow: none
}

.feature-block-three .icon-box {
	position: absolute;
	left: 25px;
	top: 0;
	height: 100%;
	width: 70px;
	padding: 0 20px
}

.feature-block-three .icon-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #40cbb4;
	content: "";
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);
	-webkit-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s
}

.feature-block-three .inner-box:hover .icon-box:before {
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(15deg)
}

.feature-block-three .icon-box .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	font-size: 40px;
	line-height: 1em;
	margin-top: -20px;
	margin-left: -20px;
	color: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.feature-block-three .inner-box:hover .icon-box .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg)
}

.feature-block-three h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #12114a;
	font-weight: 700;
	margin-bottom: 10px
}

.feature-block-three h4 a {
	color: #12114a;
	display: inline-block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.feature-block-three h4 a:hover {
	color: #40cbb4
}

.feature-block-three .text {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	font-weight: 400;
	cursor: default
}

.feature-block-three .link-box {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	font-size: 20px;
	border-radius: 50%
}

.feature-block-three .link-box a {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	background-color: #40cbb4;
	border-radius: 10px;
	-webkit-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s
}

.feature-block-three .inner-box:hover .link-box a {
	transform: rotate(360deg);
	border-radius: 0;
	color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.feature-block-three:nth-child(3n+2) .icon-box:before,
.feature-block-three:nth-child(3n+2) .link-box a {
	background-color: #0f2d4a
}

.feature-block-three:nth-child(3n+3) .icon-box:before,
.feature-block-three:nth-child(3n+3) .link-box a {
	background-color: #ba7f2b
}

.feature-block-three:nth-child(3n+4) .icon-box:before,
.feature-block-three:nth-child(3n+4) .link-box a {
	background-color: #1c94d2
}

#section-features {
	background: #fff;
	padding-top: 90px;
	margin-top: 0
}

.features-section {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	position: relative
}

.features-section-part-1 {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	position: relative
}

.features-section-part-1 img {
	width: 100%
}

.features-section-item {
	width: 300px;
	position: absolute
}

.features-section-item .title {
	font-size: 20px;
	font-weight: 600;
	color: #1b3664;
	margin-bottom: 10px
}

.features-section-item .description {
	font-size: 16px;
	color: #000;
	line-height: 25px
}

.features-section-item.item-1 {
	top: 48px;
	text-align: right;
	left: -225px
}

.features-section-item.item-2 {
	top: 211px;
	text-align: right;
	left: -286px
}

.features-section-item.item-3 {
	top: 400px;
	text-align: right;
	left: -225px
}

.features-section-item.item-4 {
	left: auto;
	top: 48px;
	text-align: left;
	right: -220px
}

.features-section-item.item-5 {
	left: auto;
	top: 225px;
	text-align: left;
	right: -283px
}

.features-section-item.item-6 {
	left: auto;
	top: 400px;
	text-align: left;
	right: -225px
}

.supplier-name p {
	font-weight: 600 !important;
	font-size: 20px !important
}

.left-img {
	position: relative;
	padding: 20px
}

.left-img::before {
	content: "";
	width: 80%;
	height: 100%;
	left: 0;
	background: linear-gradient(320deg, #083166 20%, #ff9b05 69%);
	position: absolute;
	z-index: -1;
	top: 0;
	border-radius: 20px 0
}

.left-img img {
	width: 100%;
	border-radius: 20px 0
}

.banner-txt {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	margin: 10px 0
}

.theme-btn {
	display: inline-block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.btn-style-four {
	position: relative;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	background-color: #f68c1f;
	overflow: hidden;
	border-radius: 10px
}

.btn-style-four:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	-moz-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

.btn-style-four:hover {
	color: #1b3664;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-four:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}

.center-title-content {
	max-width: 780px;
	text-align: center !important;
	margin: 0 auto 40px
}

.logo-img {
	background: #fff;
	border-radius: 10px;
	height: 100px;
	margin-bottom: 20px
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group {
	margin-bottom: 15px;
	padding-left: 7px;
	padding-right: 7px
}

#contactForm .with-errors ul li {
	color: red;
	margin-top: 5px
}

.fluid-section-one .image-column .image-box,
.fstResultItem.fstSelected {
	display: none
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}


.supplier-section {
	position: relative;
	margin-top: 0;
	padding-top: 80px;
	padding-bottom: 80px
}

.register-btn {
	box-shadow: -5px -5px 0 0 #ff9b05;
	font-size: 20px;
	font-weight: 600;
	border-radius: 2px;
	color: #fff;
	padding: 10px 20px;
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: 0;
	background: #3f485d;
	margin-top: 40px;
	max-width: 200px
}

.fluid-section-one {
	position: relative;
	background: linear-gradient(to left, rgb(15 45 74) 0, #0f2d4a 56%);
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	flex-wrap: nowrap
}

.fluid-section-one .content-column {
	position: relative;
	float: right;
	width: 50%;
	padding: 0 15px
}

.fluid-section-one .content-column .inner-column {
	position: relative;
	max-width: 600px;
	padding: 80px 20px;
	margin: 0 auto
}

.fluid-section-one .content-column h3 {
	position: relative;
	font-size: 40px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	margin-bottom: 28px
}

.fluid-section-one .content-column .text {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 30px
}

.fluid-section-one .content-column .theme-btn {
	border-radius: 5px;
	box-shadow: 0 10px 30px rgba(80, 4, 42, .15)
}

.fluid-section-one .image-column {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover
}

.fluid-section-one .image-column .image {
	position: relative;
	margin-bottom: 0
}

.fluid-section-one .image-column .image img {
	display: block;
	width: 100%;
	height: auto
}

.img-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
	margin: 0 auto;
	align-content: center;
	width: 100% !important
}

.alb_item {
	width: 25% !important;
	height: 250px !important;
	display: flex;
	cursor: zoom-in;
	object-fit: cover;
	padding: 2px;
	flex-wrap: wrap
}

.help-block,
.mb-blockspan {
	display: block
}

.alb_item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.popup-video::after,
.popup-video::before {
	font-family: FontAwesome;
	font-size: 35px;
	box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .15)
}

.popup-video::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 0;
	color: red;
	opacity: .7
}

.popup-video::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 0;
	color: red;
	content: "\f16a"
}

.help-block {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	font-size: 12px
}

.help-block.with-errors li {
	font-size: 12px;
	color: red
}

.filters {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 0
}

.gray-bg-section,
.white-bg-section {
	position: relative;
	overflow: hidden
}

.white-bg-section::before {
	content: "";
	left: -75px;
	width: 500px;
	background: url(../images/icon-circle-1.png) no-repeat;
	position: absolute;
	z-index: 0;
	height: 500px;
	opacity: .2;
	top: -94px
}

.gray-bg-section::after,
.gray-bg-section::before {
	content: "";
	width: 300px;
	position: absolute;
	z-index: 0;
	height: 251px;
	opacity: .5
}

.gray-bg-section::before {
	left: 0;
	background: url(../images/gray-top.png) no-repeat;
	top: 0
}

.gray-bg-section::after {
	left: auto;
	background: url(../images/gray-bottom.png) no-repeat;
	top: auto;
	bottom: 0;
	right: 0
}

.social-icons .fa-twitter-img {
	padding: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #fff;
	transition: .5s cubic-bezier(.25, .46, .45, .94)
}

.social-icons .fa-twitter-img:hover {
	background: #fff;
	border-color: #eceff3;
	color: #1b3664
}

.social-icons .fa-twitter-img:hover path {
	fill: #1b3664
}

@media only screen and (min-width:1280px) {
	.container {
		min-width: 1240px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}
}

@media only screen and (max-width:992px) {
	#menu-btn {
    float: right;
    width: 36px;
    height: 36px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    top: 32px;
}
	#menu-btn:before {
		font-family: FontAwesome;
		content: "\f0c9";
		font-size: 24px;
		color: #143160
	}

	#mainmenu {
		display: none;
		float: none;
		z-index: 200;
		width: 100%;
		margin: 0;
		padding: 0
	}

	#menu-btn.clicked:before {
		content: "\f00d"
	}

	#mainmenu.show {
    display: flex;
    background: #0f2d4a;
    flex-direction: column;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    height: 300px;
    left: 14%;
    right: 20%;
    max-width: 75%;
    top: 135px;
}

	#mainmenu.show li a {
		color: #fff;
		padding: 5px
	}

	#mainmenu.show li:after {
		content: "";
		margin: 0
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}

	.col-lg-4,
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.col-lg-6,
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
		position: relative
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}
}

@media (min-width:576px) {
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}
}

@media (max-width:1024px) {
.col-md-12 {
	flex: 0 0 auto;
		width: 100%
}
.bannerSlider .bannerSlider-item .banner-details h1, .heading, .heading-white {
    font-size: 30px;
    line-height: 30px;
}
.bannerSlider .bannerSlider-item {
    height: 350px;
}
.bannerSlider .bannerSlider-item .banner-details {
    padding-top: 50px;
}
.bannerSlider .bannerSlider-item .banner-details p {
    font-size: 14px;
    margin-bottom: 20px;
}
.info-update-section .col-md-4 {
        width: 33.33333333%;
    }
.info-update-section .col-md-8 {
    width: 66.66666667%;
}
.about-section , .supplier-section, .Courses-section, .admission-procedure-section, #section-features, #section-testmonial, .Faq-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
#section-testmonial {
	padding-left:20px;
	padding-right:20px;
}
.testmonial-silder-area .testmonial-innerbox {
    padding-left: 30px;
}
.form-card {
    min-width: 320px;
}
 .Courses-section .port-shape1, .Courses-section .port-shape2{
    display: none;
}
}

@media (max-width:767px) {
#mainmenu.show {
    height: 254px;
    left: 6%;
    right: auto;
    max-width: 87%;
    top: 117px;
}
.about-section , .supplier-section, .Courses-section, .admission-procedure-section, #section-features, #section-testmonial, .Faq-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.bannerSlider .bannerSlider-item .banner-details {
    padding-top: 30px;
}
.bannerSlider .bannerSlider-item .banner-details.banner-details-right {
    padding-left: 0;
}
.bannerSlider .bannerSlider-item {
    height: 280px;
    background-size: cover;
    background-position: left;
}
.bannerSlider .bannerSlider-item:last-child {
    background-position: right;
}
header .row,.bannerSlider .bannerSlider-item .row, .about-section .row, .headre-top .row, #recognitions .row, .Courses-section .row, .admission-procedure-section .row, #section-features .row , .Faq-section .row, .footer-top  .row, #section-testmonial .row{ 
margin:auto;
}
.counter-section .icon-part ul.icon-items {
    flex-wrap: wrap;
}
.counter-section .icon-part ul.icon-items li {
    width: 50%;
}
.counter-section .icon-part ul.icon-items li .icon-box:before {
    left: 39px;
}
.bannerSlider .bannerSlider-item .banner-details h1, .heading, .heading-white, .heading-center, .fluid-section-one .content-column h3 {
    font-size: 25px;
    line-height: 30px;
}
.custom-btn {
    padding: 5px 20px;
    font-size: 14px;
}
header div#logo{padding:0px;}
header div#logo img {
    height: 65px;
    padding: 5px;
}
#menu-btn {
    top: 15px;
}
.headre-top .topleft ul li {
    padding: 0px 15px 10px 20px;
}
.headre-top .topright {
    display: flex;
    align-items: center; justify-content: end;
}
.headre-top .social ul {
    column-gap: 15px;
}
.headre-top {
    padding-top: 17px;
}
.info-update-section {
    padding-top: 0px;
    padding-bottom: 30px;
}
.heading::before {
    width: 28%;
}
.heading::after {
    left: 30px;
}
.supplier-logo-section .supplier-logo-section-item img {
    height: 100px;
}
.supplier-logo-section {
    margin-top: 10px;
}
.gray-bg-section::after, .gray-bg-section::before {
    background: none;
}
.about-img-col {
    position: static;
    margin-bottom: 30px;
}
.about-img-wrap {
    padding-bottom: 0;
}
img.about-img-bg {
    height: auto;
    width: 100%;
}
.about-img-one {
    position: static;
    width: 100%;
    height: auto;
}
.about-img-two , img.about-img-bg, #Pharmacy  .image-column, .Courses-section .port-shape1, .Courses-section .port-shape2{
    display: none;
}
.about-img-text {
    bottom: -10px;
}
.about-section .col-md-6:first-child {
	order: 2;
}
 #Pharmacy .content-column {
    width: 100%;
    padding: 0;
}
 #Pharmacy .content-column .inner-column {
    position: relative;
    max-width: 100%;
    padding: 30px 15px;
    margin: 0 auto;
}
#Pharmacy .content-column .text {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 15px;
}
#Pharmacy .content-column h3 {
    margin-bottom: 10px;
}
.course-content {
    max-width: 100%;
}
.course-silder-area {
    margin-left: 15px;
	margin-left: 10px;
}
.admission-procedure-section .a-procedure-inr {
    padding: 30px 15px;
    max-width: 100%;
}
.admission-procedure-section ul.procedure-list li a {
    font-size: 14px;
}
.feature-block-three .inner-box {
    padding: 20px;
    overflow: visible;
    padding-top: 40px;
}
.feature-block-three .icon-box {
    top: -25px;
    height: 50px;
    width: 100%;
    left: 0;
}
.feature-block-three .icon-box:before {
    transform: none;
}
.feature-block-three:last-child  {
    margin-bottom: 0px;
}
.form-card {
    margin: 0px 0px;
    position: static;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
}
ul.social-icon-list {
    margin-top: 0px;
    margin-bottom: 0px;
}
.register-section {
    margin-bottom: 0;
}
.Faq-section .faq-wrap {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}
.footer-top {
    padding: 30px 0 30px 0;
}
.widget-links {
	margin-top: 15px;
}
.footer .footer-row .copyright-txt {
    margin-bottom: 10px;
}
#section-testmonial, .admission-procedure-section {
    padding-left: 5px;
    padding-right: 5px;
}















}