@import url("../../assets/libraries/bootstrap-4.0.0/css/bootstrap.min.css");
@import url("../../assets/libraries/font-awesome-4.7.0/css/font-awesome.min.css");
@import url("../../assets/libraries/OwlCarousel2-2.2.1/css/owl.carousel.min.css");
@import url("../../assets/libraries/OwlCarousel2-2.2.1/css/owl.theme.default.min.css");
@import url("../../assets/libraries/wow/css/animate.css");
/*@import url("../../assets/libraries/reset-css/reset.css");*/
@import url("../../assets/libraries/menubar/css/menu.css");
@import url("../../assets/libraries/page_loader/css/page_loader.css");
@import url("../../assets/libraries/back-top/css/back-top.css");


/* icon S */

/* icon E */

/* owl-theme S */

	.owl-theme .owl-nav {
	    position: absolute;
	    top: 45%;
	    width: 100%;
	    margin-top: 0;
	}

	.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
	   	font-size: 44px;
		line-height: 0;
		color: #ffffff;
		opacity: 0.3;
		-webkit-transition: all 0.5s ease-in-out;
		-khtml-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
		opacity: 1;
	}

	.owl-theme .owl-nav .owl-next {
	    position: absolute;
	    right: -60px;
	}

	@media (max-width:1200px) {
	    .owl-theme .owl-nav .owl-next {
	        right: 0;
	    }
	}

	.owl-theme .owl-nav .owl-prev {
	    position: absolute;
	    left: -60px;
	}

	@media (max-width:1200px) {
	    .owl-theme .owl-nav .owl-prev {
	        left: 0;
	    }
	}

	.owl-theme .owl-dots {
	    margin: 15px 0px 0px 0px;
	}

	.owl-theme .owl-item .item {
	    width: 100% !important;
	}

	.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover{
		background-color: transparent;
		margin: 0;
		padding: 0;
	}

	.owl-theme .owl-dots .owl-dot span{
		width: 10px;
	}

	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
		background: #28abe1;
	}

	.owl-theme .owl-nav.disabled+.owl-dots{
		position: relative;
		margin-top: 20px;
	}

/* owl-theme E */


/* Global CSS S */

	.font-bold-100 {
		font-weight: 100;
	}

	.font-bold-200 {
		font-weight: 200;
	}

	.font-bold-300 {
		font-weight: 300;
	}

	.font-bold-400 {
		font-weight: 400;
	}

	.font-bold-500 {
		font-weight: 500;
	}

	.font-bold-600 {
		font-weight: 600;
	}

	.font-bold-700 {
		font-weight: 700;
	}


	.form-control:focus,button:focus {
		box-shadow: none !important;
	}

	@media (max-width: 575px) {
		.col-xs-6 {
		    -webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		    flex: 0 0 50%;
		    max-width: 50%;
		}
	}

	.padding-top-116px {
		margin-top: 116px;
	}

/* Global CSS S */


/*
====================================================
	Header Section
====================================================
*/

/* Header Section S */

	header.site-header {
		border-top: 6px solid #333;
		background-color: #fff;
	}
	.container {
		max-width: 1170px;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}
	.home #primary {
		width: 68%;
		float: left;
	}

	/* header social links  S */

	.header_social_link .fa_link_wrap {
		display: inline-block;
		margin-left: 10px;
		float: right;
		font-size: 14px;
		text-align: center;
	}
	.header_social_link .fa_link_wrap .link_wrap {
		display: none;
	}
	.header_social_link .fa_link_wrap a{
		position:relative;
		vertical-align:middle;
		display:inline-block;
	}
	.header_social_link .fa_link_wrap .fa_wrap i:before
	{
	   display: inline-block;
	    width: 25px;
	    height: 25px;
	    line-height: 22px;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
		color:#fff;
		border:2px solid #fff;
		border-color:#fff;
		-webkit-transition:all ease 0.5s;
		-moz-transition:all ease 0.5s;
		-ms-transition:all ease 0.5s;
		-o-transition:all ease 0.5s;
		transition:all ease 0.5s;
		font-size:12px;
	}
	.header_social_link .fa_link_wrap .fa_wrap i:hover:before {
		opacity:0.6;
	}
	.social_htext_wrap {
		height: 39px;
		line-height: 32px;
		/*position: relative;*/
		z-index: 1;
	}
	.social_htext_wrap .header_text, 
	.social_htext_wrap .header_social_link {
		background: #333;
		height: 39px;
		line-height: 32px;
		padding-left: 15px;
		padding-right: 15px;
		color: #fff;
	}
	.social_htext_wrap .header_text {
		float: left;
		width: 50%;
		margin-left: 25%;
		color: #fff;
		position: relative;
		font-size: 12px;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		height: 40px;
	}
	.social_htext_wrap .header_text span.text_wrap {
		margin-top: 2px;
		display: block;
	}
	/*.header_social_link .fa_link_wrap:first-child {
		margin-left: 0px;
	}*/
	@media (min-width: 768px){
		.social_htext_wrap .header_text:before{
			content: "";
			display: block;
			width: 0px;
			height: 0px;
			border-top: 39px solid;
			border-left: 39px solid transparent;
			position: absolute;
			left: -39px;
			border-top-color: #333;
		}
		.social_htext_wrap:after {
			content: "";
			display: block;
			width: 0px;
			height: 0px;
			position: absolute;
			left: 50%;
			margin-left: -39px;
			border: none;
		}
		.social_htext_wrap .header_social_link {
			float: right;
			width: 25%;
			color: #fff;
		}
		.social_htext_wrap:before {
			content: "";
			display: block;
			position: absolute;
			left: 50%;
			width: 50%;
			height: 40px;
			background: #333;
			z-index: 0;
		}
	}
	@media (max-width: 1199px) {
		.social_htext_wrap .header_social_link {
			padding-right: 5%;
		}
	}
	@media (max-width: 991px) {
		.social_htext_wrap .header_social_link {
		    padding-right: 6%;
    		width: 32%;
		}
		.social_htext_wrap .header_text {
			width: 40%;
		}
	}
	@media screen and (max-width: 767px) {
		.social_htext_wrap:after {
		    content: "";
		    left: -15px;
		    right: -15px;
		    position: absolute;
		    background: #333;
		    height: 100%;
		    top: 0;
		    z-index: -1;
		}
		.social_htext_wrap {
			position: relative;
			display: flex;
		    justify-content: space-between;
		    align-items: center;
		}
		.social_htext_wrap .header_text {
			float: none;
			margin-left: 0%;
		}
		header.site-header {
			border-top: 0px solid #333;
		}
	}
	@media screen and (max-width: 767px) {
		.social_htext_wrap {
			flex-direction: column;
			justify-content: center;
			height: 100%;
			padding: 6px 0px;
		}
		.social_htext_wrap .header_text {
			width: 100%;
			text-align: center;
		}
		.social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
		    justify-content: center;
		    padding-left: 0;
		    padding-right: 0;
		    display: flex;
			width: 100%;
			height: 100%;
			line-height: 200%;
		}
	}

	/* header social links  E */

	/* Header Logo Contact  S */

	.logo_info_wrap .header-logo-container .site-header-logo {
		margin-top: 0;
		margin-bottom:0;
	}
	.logo_info_wrap .header-logo-container,
	.logo_info_wrap .site-branding {
		width: 25%;
		float: left;
	}
	.logo_info_wrap .site-branding{
		text-align: center;
	}
	.site-branding h1.site-title
	{
		color: #2d7fc7;
	    font-size: 40px;
	    font-weight: 700;
	    text-transform: capitalize;
	    line-height: 40px;
	}

	.site-branding .site-description{
		font-size: 14px;
		padding-bottom: 10px;
	}
	.site-branding h1.site-title,
	.site-branding .site-description{
	margin: 0;
	}
	.logo_info_wrap {
		overflow:hidden;
		padding: 5px 0px;
		width: 100%;
	}
	.header_info_wrap {
		width: 65%;
		float: right;
		padding: 30px 0px;
	}
	.header_info_wrap span {
		display: block;
		margin-top: -3px;
	}
	.header_info_wrap a {
		color: #333333;
	}
	.header_info_wrap .fa_icon {
	    display: inline-block;
	    float: left;
		margin: 0px 15px 0px 0px;
	}
	.header_info_wrap i:before {
		width: 30px;
		height: 30px;
		border: 2px solid;
		border-radius: 100%;
		text-align: center;
		vertical-align: middle;
		font-size: 14px;
		color: #686868;
		display: inline-block;
		line-height:26px;
		padding-right: 1px;
	}
	.header_info_wrap .phone_header {
		display: inline-block;
		float: left;
		width: 26.33%;
	}
	.header_info_wrap .email_header {
		display: inline-block;
		float: left;
		width: 44.33%;
	}
	.header_info_wrap .location_header {
		display: inline-block;
		float: left;
		width: 29.33%;
	}
	.header_info_wrap .phone_header .title_phone,
	.header_info_wrap .email_header .title_email_wrap,
	.header_info_wrap .location_header .title_location_wrap {
		display: inline-block;
		font-size: 14px;
	}
	.title_location, .title_email, .pnone_title {
		text-transform: uppercase;
		font-weight: 600;
		color: #686868;
	}
	.header_info_wrap .phone_header .title_phone .phone,
	.header_info_wrap .email_header .title_email_wrap .email_address,
	.header_info_wrap .location_header .title_location_wrap .location{
		color: #333333;
	}

	@media screen and (max-width: 1024px) {
		.header_info_wrap {
			width: 75%;
		}
	}

	@media screen and (max-width: 992px) {
		.header_info_wrap {
			width: 75%;
		}
		.header_info_wrap .email_header {
			width: 47.33%;
		}
		.header_info_wrap .location_header {
		    width: 26.33%;	
		}
	}

	@media screen and (max-width: 840px) {
		.logo_info_wrap .header-logo-container {
			width: 23%;
		}
		.header_info_wrap {
			width: 77%;
		}
		.header_info_wrap .phone_header {
			width: 26.33%;
		}
		.header_info_wrap .email_header {
			width: 50.33%;
		}
		.header_info_wrap .location_header {
			width: 23.33%;
		}
	}

	@media screen and (max-width: 768px) {
		.logo_info_wrap {
			width: 95%;
			padding: 10px 0px;
			margin: auto;
		}
		.logo_info_wrap .header-logo-container {
			width: auto;
		}
		.header_info_wrap {
			width: auto;
			padding: 0px;
		}
		.header_info_wrap .phone_header,
		.header_info_wrap .email_header,
		.header_info_wrap .location_header {
			float: none;
		    display: flex;
		    align-items: center;
		    padding: 2px 0px;
		    width: 100%;
		}
		.header_info_wrap .fa_icon {
			float: none;
		}
		.header_info_wrap i:before {
			width: 28px;
    		height: 28px;
    		font-size: 13px;
    		padding-right: 0px;
    		color: #000000;
    		line-height: 25px;
		}
		.header_info_wrap .phone_header .title_phone, 
		.header_info_wrap .email_header .title_email_wrap, 
		.header_info_wrap .location_header .title_location_wrap {
			display: inline-flex;
			width: 100%;
			align-items: center;
		}
		.header_info_wrap span {
			margin-top: 0px;
		}
		span.pnone_title:after,
		span.title_email:after,
		span.title_location:after {
			content: ' : ';
    		margin: 0px 5px;
		}
		.title_phone span:nth-child(1),
		.title_email_wrap  span:nth-child(1),
		.title_location_wrap span:nth-child(1){
			width: auto;
			color: #000000;
		}
		.title_phone span:nth-child(2),
		.title_email_wrap  span:nth-child(2),
		.title_location_wrap span:nth-child(2) {
			width: auto;
			margin: 0px 5px;
			color: #000000;
		}
	}

	@media screen and (max-width: 576px) {
		.logo_info_wrap {
			display: flex;
			flex-direction: column;
			width: 100%;
		}
		.logo_info_wrap .header-logo-container {
			width: 100%;
			text-align: center;
		}
		.header_info_wrap {
			width: 100%;
			padding: 10px 0px;
		}
		.header_info_wrap .fa_icon {
			display: none;
		}
		.header_info_wrap .phone_header .title_phone, 
		.header_info_wrap .email_header .title_email_wrap, 
		.header_info_wrap .location_header .title_location_wrap {
		    line-height: 180%;
    		justify-content: center;
    		font-size: 13px;
    		flex-wrap: wrap;
		}
		.title_phone span:nth-child(2), .title_email_wrap span:nth-child(2), .title_location_wrap span:nth-child(2) {
    		font-weight: 600;
		}
		.header_info_wrap a {
			color: #222222;
		}	
	}

	/* Header Logo Contact  E */

	/* Navbar S */

	.navbar-toggler {
		border-color: #fff;
	}

	.navbar-toggler .navbar-toggler-icon{
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	.bg-orange {
		background-color: #e9902c;
	}

	.navbar a.nav-link {
		color: #ffffff;
		text-transform: uppercase;
		padding: 0px 30px !important;
		line-height: 120%;
		font-size: 15px;
	}

	.navbar li.nav-item,
	.navbar li.menu-item {
		padding: 8px 0px;
	}

	.navbar ul li a.nav-link {
		border-right: 1px solid #ffffff66;
	}

	@-webkit-keyframes slide-down {
          0% { opacity: 0; -webkit-transform: translateY(20%); }   
        100% { opacity: 1; -webkit-transform: translateY(0); }
    }
    @-moz-keyframes slide-down {
          0% { opacity: 0; -moz-transform: translateY(20%); }   
        100% { opacity: 1; -moz-transform: translateY(0); }
    }
    @-webkit-keyframes slide-up {
        0% { opacity: 1; -webkit-transform: translateY(0); }
        100% { opacity: 0; -webkit-transform: translateY(20%); }   
    }
    @-moz-keyframes slide-up {
        0% { opacity: 1; -moz-transform: translateY(0); }
        100% { opacity: 0; -moz-transform: translateY(20%); }   
    }

	.navbar ul li:last-child a.nav-link {
		border-right: none;
	}

	.navbar .menu-item.menu-item-has-children {
		position: relative;
	}

	.navbar .menu-item.menu-item-has-children ul.sub-menu {
		display: none;
		opacity: 0;
        transition: 0.3s;
        -webkit-animation: slide-up 0.2s ease-out;
        -moz-animation: slide-up 0.2s ease-out;
        list-style-type: none;
        min-width: 150px;
	}

	.navbar .menu-item.menu-item-has-children.active ul.sub-menu {
		display: block;
        opacity: 1;
        position: absolute;
        /*left: 50%;
        transform: translateX(-50%);*/
        height: 100%;
        width: auto;
        height: auto;
        background-color: #e9902c;
        z-index: 99;
        margin: 6px 0px;
        padding: 20px 0px 10px 0px;
        transition: 0.3s;
        -webkit-animation: slide-down 0.2s ease-out ;
        -moz-animation: slide-down 0.2s ease-out;
	}

	.navbar .menu-item.menu-item-has-children.active ul.sub-menu li  {
		padding: 0px !important;
	}

	.navbar .menu-item.menu-item-has-children.active ul.sub-menu li a.nav-link {
		border-right: 0px solid !important;
		padding: 10px 10px !important;
		font-size: 14px;
	}

	.navbar .dropdown-menu {
	    border-radius: 0px;
	    top: 30px;
	    background: #e9902c;
	    border-color: #e9902c;
	    padding: 10px 5px 5px 5px;
	}

	.navbar .dropdown-item {
		padding: .55rem 1.5rem 0.5rem 1.3rem;
		color: #ffffff;
		font-size: 14px;
		text-transform: uppercase;
		border-bottom: 1px solid rgba(255,255,255,.4);
	}

	.navbar .dropdown-item:last-child {
		border-bottom: 0px;
	}

	.navbar .dropdown-item:focus,
	.navbar .dropdown-item:hover  {
		color: #eceaea;
    	text-decoration: none;
    	background-color: #e9902c;
	}

	.navbar .dropdown-item.active, 
	.navbar .dropdown-item:active {
		color: #ffffff;
	    text-decoration: none;
	    background-color: #e9902c;
	}

	.navbar .dropdown:hover> .dropdown-menu {
	 	display: block;
	 	transition: 2s;
	 	
	}

	@media screen and (max-width: 1199px) {
		.navbar a.nav-link {
			padding: 0px 20px !important;
		}
		.navbar ul li:last-child a.nav-link {
			padding-right: 0px !important;
		}
	}

	@media (max-width: 991px) {
		.navbar-nav {
			padding: 0px 0px 10px 0px;
		}
		.navbar-expand-lg>.container {
			position: relative;
		}
		.navbar-expand-lg>.container .navbar-collapse {
		    position: absolute;
		    top: 47px;
		    left: 0;
		    width: 100%;
		    background: #e9902c;
		    z-index: 9;
		}
		.navbar .menu-item.menu-item-has-children ul.sub-menu {
		    padding: 0px 14px 0 14px;
		    opacity: 1;
		}
		.navbar ul li a.nav-link {
			border-right: 0px;
		}
		.navbar li.nav-item, .navbar li.menu-item {
			padding: 0px;
		}
		.navbar li.nav-item a, .navbar li.menu-item a {
		    padding: 6px 15px !important;
		    display: inline-block;
		    width: 100%;
		}
	}

	/* Navbar E */

/* Header Section E */

/*
====================================================
	Footer Section
====================================================
*/

/* Footer Section S */

	.footer-main {
		background-color: #e9902c;
		padding: 80px 0px;
		position: relative;
		background-image: url(../images/footerbg.jpg);
		background-size: cover;	
		background-position: center;
	}

	.footer-main:before {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-color: rgba(19, 18, 18, 0.5);
	}

	.footer-main ul {
		list-style-type: none;
		padding: 0px; 
	}

	.footer-main ul li.footer-logo {
		display: flex;
		align-items: center;
		flex-direction: column;
		padding-top: 0px;
	}

	.footer-main ul li a {
        color: #fff;
	    font-size: 14px;
	    padding: 6px 0px;
	    text-transform: uppercase;
	    font-weight: 400;
	    text-decoration: none;
	    display: inline-block;
	    letter-spacing: 0.5px;
	}

	.footer-main ul li .footer-name {
		padding: 0px 0px;
	} 

	.footer-main ul li .footer-name h3 {
	    font-size: 20px;
	    color: #fff;
	    margin-top: 10px;
	    margin-bottom: 7px;
	    text-align: center;
	}

	.footer-main ul li .footer-name h4 {
	    font-size: 15px;
	    color: #fff;
	 	text-align: center;
	    font-weight: 400;
	}

	.footer-main .footer-heading h4 {
	    padding-bottom: 2px;
	    color: #fff;
	    position: relative;
        font-size: 17px;
	    letter-spacing: 1px;
	    /*text-decoration: underline;*/
	    text-transform: uppercase;
	    font-weight: 700;
	    display: inline-block;
	    margin-bottom: 12px;
	}

	.footer-main .footer-heading h4:after {
	    position: absolute;
	    content: '';
	    width: 100%;
	    height: 1px;
	    background: aliceblue;
	    bottom: 0;
	    left: 0;
	}

	.footer-main li a.contact-icons {
	    position: relative;
	    padding-left: 20px;
	    font-size: 14px;
	    line-height: 200%;
	    padding-top: 2px;
	}

	.footer-main ul li a i:before {
	    position: absolute;
	    top: 6px;
	    left: 0;
	    font-size: 20px;
	    color: #ffff42;
	}

	.footer-main ul li a i.fa-fax:before,
	.footer-main ul li a i.fa-envelope-o:before {
		font-size: 17px;
	}
	@media (min-width: 576px) and (max-width: 991px) {
		.footer-main .col-md-4 {
		    flex: 0 0 50%;
    		max-width: 50%;
		}
		.footer-main .col-md-2 {
		    flex: 0 0 50%;
    		max-width: 50%;
		}
		.footer-main .col-md-3 {
		    flex: 0 0 50%;
    		max-width: 50%;
		}
		.footer-main .col-md-2.explore-section {
		    flex: 0 0 36%;
		    max-width: 36%;
		    margin-left: 14%;
		}
	}
	@media (min-width: 992px)  and (max-width: 1199px) {
		.footer-main .col-md-4 {
		    flex: 0 0 30.333333%;
    		max-width: 30.333333%;
		}
		.footer-main .col-md-2 {
		    flex: 0 0 20.666667%;
    		max-width: 20.666667%;
		}
		.footer-main .col-md-3 {
		    flex: 0 0 28%;
    		max-width: 28%;
		}
	}
	@media (min-width: 1200px) {
		.footer-main .col-md-4 {
		    flex: 0 0 29.333333%;
    		max-width: 29.333333%;
		}
		.footer-main .col-md-2 {
		    flex: 0 0 20.666667%;
    		max-width: 20.666667%;
		}
		.footer-main .col-md-3 {
		    flex: 0 0 28%;
    		max-width: 28%;
		}
	}
	@media (max-width: 1199px) {
		.footer-main {
			padding: 50px 0px 40px 0px;
		}
	}
	@media (max-width: 575px) {
		.footer-main .col-md-4,
		.footer-main .col-md-2,
		.footer-main .col-md-3,
		.footer-main .col-md-2.explore-section {
		    flex: 0 0 100%;
    		max-width: 100%;
		}
	}

/* Footer Section E */

/*
====================================================
	Index Page
====================================================
*/


/*
====================================================
	Home Page
====================================================
*/

/* Banner Section S */

	.banner-slider {
		width: 100%;
	    height: 424px;
	    position: relative;
	}

	.banner-slider:before {
       position: absolute;
	    content: '';
	    top: 0;
	    left: 0;
	    /*background: rgba(0, 0, 0, 0.3);*/
	    width: 100%;
	    height: 100%;
	    z-index: 2;
	}

	.banner-slider img {
		width: 100%;
		height: 424px;
		object-fit: cover;
	}

	.news-main {
		background-color: #e9902c;
		padding: 30px 0px;
	}

	.news-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.news-title {
		width: 25%;
		color: #ffffff;
		text-align: right;
		padding: 10px 30px;
		border-right: 1px solid #f5c083;
		line-height: 60px;
	}

	.news-content-main {
		width: 68%;
	}

	.news-item {
		padding-right: 65px;
	    color: #ffffff;
	    line-height: 150%;
	    /* height: 50px; */
	    /*padding: 5px 0px;*/
	    font-size: 18px;
	    font-weight: 500;
	    width: 90%;
	}

	.news-item .title {
		font-family: Open sans, sans-serif;
	    font-weight: 500;
	    font-size: 20px;
	    letter-spacing: 0.5px;
	    margin-bottom: 5px;
	}

	.news-item .date {
		font-size: 16px;
		font-weight: 400;
		display: block;
		color: #fff;
	}

	@media (max-width: 1199px) {
		.banner-slider,
		.banner-slider img  {
			height: 400px;
		}
	}

	@media (max-width: 991px) {
		.news-item {
			padding-right: 0px;
		}
		.news-item .title {
			font-size: 18px;
			margin-bottom: 0px;
		}
		.banner-slider,
		.banner-slider img  {
			height: 370px;
		}
	}

	@media screen and (max-width: 767px) {
		.news-content {
			width: 100%;
    		flex-direction: column;
		}
		.news-title {
		    width: 100%;
		    border-right: 0px;
		    font-size: 16px;
		    font-weight: 600;
		    text-align: center;
		    position: relative;
		    padding: 5px 0px;
		    margin-bottom: 20px;
		    line-height: 120%;
		}
		.news-title:after {
		    position: absolute;
		    content: '';
		    width: 40px;
		    height: 1px;
		    color: #ffffff;
		    background: #ffffff;
		    left: 50%;
		    margin-left: -25px;
		    bottom: -10px;
		    opacity: 0.5;
		}
		.news-content-main {
			width: 75%;
			margin: auto;
		}
		.news-item {
			width: 100%;
			padding-right: 0px;
		    line-height: 150%;
		    padding: 5px 0px;
		}
		.banner-slider,
		.banner-slider img  {
			height: 330px;
		}
	}

	@media screen and (max-width: 575px) {
		.news-main {
			padding: 20px 0px 20px 0px;
		}
		.news-content-main {
			width: 95%;
		}
		.banner-slider,
		.banner-slider img  {
			height: 280px;
		}
		.news-title {
			margin-bottom: 16px;
		}
		.news-item .title {
			font-size: 16px;
		}
		.news-item {
			padding: 0px;
		}
	}
	@media (max-width: 420px) {
		.banner-slider,
		.banner-slider img  {
			height: 250px;
		}	
	}


/* Banner Section E */

/* Service Section S */

	.main-service {
		padding: 50px 0px 50px 0px;
	}

	.our-service-title-content {
		text-align: center;
	}

	.line-effect {
	    position: relative;
	    width: 200px;
	    margin: 0 auto;
	    height: 16px;
	}

	.line-effect:before {
	    background: url(../images/style.png) no-repeat;
	    position: absolute;
	    content: "";
	    height: 16px;
	    width: 16px;
	    top: 0%;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}

	.line-effect:after {
	    background: #ececec;
	    height: 1px;
	    width: 100%;
	    position: absolute;
	    z-index: 999;
	    top: 50%;
	    content: "";
	    left: 0;
	    right: 0;
	}

	.main-service .section-title {
		padding: 30px 0px;
	} 

	.our-service-subtitle {
	    color: #333333;
    	font-size: 14px;
    	text-transform: uppercase;
	}

	.our-service-title {
	    font-size: 36px;
	    font-weight: 700;
	    line-height: 50px;
        color: #e9902c;
	}

	.our-service-blocks {
		display: flex;
		justify-content: space-between;
		padding: 20px 0px;
	}

	.our-service-blocks .our-service-block {
		width: 32%;
		background-color: white;
		display: inline-block;
		text-decoration: unset;
		color: #000;
  		/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  		border: 1px solid #ccc;
	}

	.our-service-blocks .our-service-block img {
		height: 250px;
		object-fit: cover;
	}

	.our-service-blocks .service-img-text {
		text-align: center;
	    padding: 18px 20px;
	    font-size: 18px;
	    text-transform: uppercase;
	    line-height: 130%;
	    font-weight: 600;
	    letter-spacing: 1px;	    
	}

	.our-service-blocks .our-service-content {
	    padding: 0px 20px 22px 20px;
	    font-size: 13px;
	    text-align: center;
	}

	@media (max-width: 991px) {
		.our-service-blocks .service-img-text {
			padding: 10px;
		}
		.our-service-blocks .our-service-content {
			padding: 0px 15px 15px 15px;
		}
		.main-service {
			padding: 50px 0px 0px 0px;
		}
	}
	@media (max-width: 767px) {
		.our-service-blocks {
			flex-wrap: wrap;
		}
		.our-service-blocks .our-service-block {
			width: 48%;
			margin-bottom: 16px;
		}
		.our-service-blocks .our-service-block img {
			height: 220px;
		}		
	}

	@media (max-width: 575px) {
		.our-service-blocks {
			padding: 0px;
		}
		.our-service-blocks .our-service-block {
			width: 100%;
			max-width: 320px;
		}
	}

/* Service Section E */

/* Home Latest Article Section S */

	.main-service .latest-article-main .article-content {
		margin: 30px 0px 0px 0px;
	}

	.main-service .latest-article-main .article-content .latest-article {
		width: 100%;
		/*box-shadow: 0px 0px 10px 1px #ccc;*/
		border: 2px solid #eee;
		display: inline-block;
		text-decoration: unset;
		color: #333;
		border-radius: 16px;
	}

	.main-service .latest-article-main .article-content .latest-article .article-img {
		width: 100%;
		/*margin-bottom: 16px;*/
	}

	.main-service .latest-article-main .article-content .latest-article .article-img img  {
		width: 100%;
		height: 240px;
		object-fit: cover;
		border-top-left-radius: 16px;
    	border-top-right-radius: 16px;
	}

	.main-service .latest-article-main .article-content .latest-article h2.main-title {
		margin-bottom: 12px;
	}

	.main-service .latest-article-main .article-content .latest-article h2.main-title a {
		font-size: 20px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    line-height: 140%;
	    transition: 0.5s;
	    color: #333;
	    text-decoration: none;
	    letter-spacing: 1px;
	    min-height: 56px;
	}

	.main-service .latest-article-main .article-content .latest-article h2.main-title a:hover {
		color: #e9902c;
    	transition: 0.5s;
	}

	.main-service .latest-article-main .article-content .latest-article .article-details {
		padding: 20px;
	}

	.main-service .latest-article-main .article-content .latest-article .article-details .date-author {
		margin-bottom: 12px;
		list-style-type: none;
	    padding: 0;
	    display: flex;
	}

	.main-service .latest-article-main .article-content .latest-article .article-details .date-author li {
	    line-height: 120%;
	    font-size: 16px;
	    font-weight: 500;
	    color: #333;
	}

	.main-service .latest-article-main .article-content .latest-article .article-details .date-author li:first-child {
	    padding-right: 10px;
	    margin-right: 10px;
	    border-right: 1px solid #aaa;
	    color: #e9902c;
	    text-transform: capitalize;
	}

	.main-service .latest-article-main .article-content .latest-article .article-details .date-author li:first-child span {
		color: #333;
	}

	.main-service .latest-article-main .article-content .latest-article .article-details .article-subcontent p {
		font-size: 16px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    min-height: 72px;
	}

	.main-service .latest-article-main .article-content .latest-article .article-details .continue-reading {
	    color: #e9902c;
	    font-weight: 500;
	    font-size: 18px;
	    margin: 15px 0 0 0;
	    display: inline-block;
	}
	
	.main-service .latest-article-main .article-content .read-more {
		text-align: center;
		margin: 50px 0px 0px 0px;
	}	

	.main-service .latest-article-main .article-content .read-more a {
        border-radius: 22px;
	    padding: 9px 40px;
	    font-weight: 500;
	    background: #e9902c;
	    border-color: #e9902c;
	    box-shadow: unset !important;
	    text-transform: uppercase;
	    font-size: 18px;
	}

	@media (max-width: 991px) {
		.main-service.main-latest-blog-section {
			padding: 50px 0px;
		}
	}

/* Home Latest Article Section E */

/* About us Section S */

	.inner-campus {
		background: #fff none repeat scroll 0 0;
	    box-shadow: 0 9px 38px 0 rgba(188, 184, 184, 0.24);
	    padding: 30px;
	}

	.campus {
	    border-radius: 4px;
	    box-shadow: 0 9px 38px 0 rgba(188, 184, 184, 0.24);
	    overflow: hidden;
	}

	.campus-video-wrapper {
		background-image: url(../images/IMG-20170607-WA0025.jpg);
		position: relative;
	    background-position: center center;
	    background-size: cover;
        padding: 37% 5%;
    	text-align: center;
    	height: 100%;
	}

	.campus-video-wrapper::before {
	    position: absolute;
	    background: #e9902c;
	    content: "";
	    height: 100%;
	    width: 100%;
	    left: 0;
	    top: 0;
	    opacity: .8;
	}

	.campus-video-wrapper .campus-text {
		position: relative;
	    z-index: 99;
	    width: 100%;
	}

	.campus-video-wrapper .campus-text .campus-icon {

	}

	.campus-video-wrapper .campus-text .campus-icon a {
	    background: #ffffff none repeat scroll 0 0;
	    border-radius: 100%;
	    display: inline-block;
	    height: 60px;
	    width: 60px;
	    transition: .3s;
	}

	.campus-icon a:hover {
		transform: scale(1.2);
	}

	.campus-video-wrapper .campus-text .campus-icon a i {
	    color: #e9902c;
	    font-size: 28px;
	    line-height: 60px;
	    padding-left: 8px;
	    text-align: center;
	}

	.campus-video-wrapper .campus-text h4 {
		margin: 20px 0px 0px 0px;
	    color: #fff;
	    font-size: 	20px;
	    font-weight: 700;
	    line-height: 120%;
	}

	.tab-wrapper {
	    background: #fff none repeat scroll 0 0;
	    /*box-shadow: 0 0 38px 0 rgba(188, 184, 184, 0.24);*/
	    overflow: hidden;
	    padding: 96px 60px 72px 60px;
	}

	.campus-tab {
	    margin-bottom: 32px;
    	position: relative;
    	padding: 0px;	
	}

	.campus-tab.nav-tabs {
		border-bottom: 0px;
	}

	.campus-tab.nav-tabs .nav-link {
	    border: 0px solid transparent;
	    padding: 0;
	}

	.campus-tab::before {
	    position: absolute;
	    height: 1px;
	    width: 300px;
	    content: "";
	    background: #eeeeee;
	    bottom: 0;
	    left: 0;
	}

	.campus-tab li {
		display: inline-block;
	}

	.campus-tab li a,
	.campus-tab li a:hover	 {
		text-decoration: none;
	}

	.campus-info > h4 {
		color: #6f6f6f;
	    font-size: 18px;
	    font-weight: 700;
	    margin-bottom: 18px;
	    margin-right: 40px;
	    text-transform: uppercase;
	    transition: all 0.3s ease 0s;
	}

	.campus-tab li .active .campus-info h4 {
		color: #ffb606;
	}

	.campus-tab li .campus-info > h4:hover {
		color: #ffb606;
	}

	.campus-content > p {
	    color: rgba(111, 111, 111, 0.9);
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 23px;
	    margin-bottom: 24px;
	}

	.campus-content a {
	    background: #ffb606 none repeat scroll 0 0;
	    border-radius: 5px;
	    color: #ffffff;
	    display: inline-block;
	    font-size: 12px;
	    font-weight: 700;
	    line-height: 1;
	    margin-top: 6px;
	    padding: 13px 20px;
	    position: relative;
	    text-transform: uppercase;
	    transform: perspective(1px) translateZ(0px);
	    transition: color 0.3s ease 0s;
	    vertical-align: middle;
	}

	.campus-content a:hover {
		text-decoration: none;
	}

	.campus-content a:before {
	    background: #000 none repeat scroll 0 0;
	    bottom: 0;
	    content: "";
	    left: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	    transform: scaleY(0);
	    transform-origin: 50% 0 0;
	    transition-duration: 0.3s;
	    transition-property: transform;
	    transition-timing-function: ease-out;
	    z-index: -1;
	    border-radius: 5px;
	}

	.campus-content a:hover::before {
		transform: scale(1);
	}

	@media (max-width: 1199px) {
		.tab-wrapper {
			padding: 70px 40px 50px 40px;
		}
	}

	@media (max-width: 1024px) {
		.tab-wrapper {
			padding: 60px 40px 50px 40px;
		}
	}

	@media (max-width: 991px) {
		.campus-video-wrapper {
			padding: 32% 4%;
		}
		.tab-wrapper {
			padding: 20px 30px 20px 10px;
		}
		.campus-info > h4 {
		    font-size: 15px;
		    margin-bottom: 20px;
		    margin-right: 20px;
		}
		.campus-tab {
			margin-bottom: 20px;
		}
		.campus-content > p {
		    font-size: 12.5px;
		    font-weight: 400;
		    line-height: 20px;
		    margin-bottom: 10px;
		}
		.campus-content a {
			padding: 11px 18px;
		}
		.campus-video-wrapper .campus-text .campus-icon a {
		    height: 50px;
    		width: 50px;
		}
		.campus-video-wrapper .campus-text .campus-icon a i {
		    font-size: 22px;
		    line-height: 50px;
		    padding-left: 5px;
		}
		.campus-video-wrapper .campus-text h4 {
			font-size: 18px;
		}
		.campus-tab::before {
			width: 250px;
		}
		.our-service-blocks {
			justify-content: space-around;
		}
	}
	@media (max-width: 767px) {
		.tab-wrapper {
			padding: 30px;
		}
		.campus-tab.nav-tabs {
			margin-bottom: 0px;
		}
		.campus-tab::before {
			display: none;
		}
	}
	@media (max-width: 575px) {
		.tab-wrapper {
			padding: 20px;
		}
		.inner-campus {
			padding: 20px;
		}
	}

/* About us Section E */

/* Our Success Story S */

	.our-success-story-content {
	    margin: 20px 0px 0px 0px;
    	padding: 180px;
		/*background-color: #f1f1f1;*/
	}

	.main-achievement {
			
	}

	.latest-article-title {
		background-color: #e9902c;
	}

	.latest-article-title h2 {
	    padding: 10px 10px;
	    color: #fff;
	    text-transform: uppercase;
	    font-size: 26px;
	    font-weight: 500;
	}

	@media (max-width: 575px) {
		.latest-article-title h2{
			font-size: 20px;
		}
	}

/* Our Success Story E */

/* Inner pages Banner Section S */

	.header-banner-section {
		background-image: url(../images/Banner-bg-img.png);
		background-size: cover;	
		background-position: center;
		width: 100%;
		height: 180px;
	}

	.header-banner-section .banner-heading-main {
		width: 100%;
		text-align: center;
	}

	.header-banner-section .container {
		height: 100%;
	    display: flex;
	    align-items: center;
	    width: 100%;
	}

	.banner-heading-main h1.main-title {
		font-size: 2.2em;
	    color: #fff;
	    margin: 0;
	}

	.banner-heading-main .breadcrumb {
		background: transparent;
		padding: .75rem 0rem;
		justify-content: center;
		margin-bottom: 0px;
	}

	.banner-heading-main .breadcrumb .breadcrumb-item a,
	.banner-heading-main .breadcrumb .breadcrumb-item a:hover {
		color: #fff;
		text-decoration: unset;
	}

	.banner-heading-main .breadcrumb .breadcrumb-item.active {
		color: #c7c7c7;
	}

	.banner-heading-main .breadcrumb-item+.breadcrumb-item::before {
		color: #b3b3b3;
	}

	.main-inner-section {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}

	.left-section {
		width: 70%;
	    padding: 20px;
    	box-shadow: 0px -1px 18px 7px #d4d4d447;
		margin-bottom: 25px;
	}

	.left-section p {
	    font-family: Poppins, sans-serif;
	    letter-spacing: 1px;
	    font-size: 16px;
	    line-height: 150%;
	}

	.left-section h2.main-title {
		font-family: Roboto, sans-serif;
    	font-weight: 400;
	}

	.right-section {
		width: 27%;
	}

	.main-right-section {
	    padding: 0px 0px 1px 0px;
	    box-shadow: 0px 14px 18px 7px #d4d4d447;
	    margin-bottom: 25px;
	    border-radius: 3px;
	}

	.main-right-section h2.main-title {
	    font-size: 20px;
	    margin-top: 0;
	    line-height: 1.3;
	    padding-bottom: 10px;
	    margin-bottom: 0px;
	    font-weight: 600;
	    padding: 16px 16px;
	    background: white;
	    border-top: 3px solid #e6be1e;
	    color: #e9902c;
	    box-shadow: 0px 1px 10px 1px #e9e9e9;
	}

	.main-right-section ul {
		list-style: none;
		margin-bottom: 0px;
		padding: 0px 0px;
		margin-top: 6px;
	}

	.main-right-section ul li {
		border-bottom: 1px solid #eaeaea;
		position: relative;
	}

	.main-right-section ul li:last-child {
		border-bottom: 0px;
	}

	.main-right-section ul li:after {
	    content: "\f105";
	    font-family: FontAwesome;
	    right: 10px;
	    position: absolute;
	    top: 14px;
	    color: #ccc;
	    z-index: 1;
	    cursor: pointer;	
	}

	.main-right-section ul li a {
	    font-size: 16px;
	    font-weight: 600;
	    padding: 12px 15px;
	    text-transform: capitalize;
	    line-height: 1.9;
	    color: #152130;
	    display: inline-block;
	    width: 100%;
	}

	.main-right-section ul li a:hover,
	.main-right-section ul li:hover a,
	.main-right-section ul li:hover:after {
		color: rgba(233, 144, 44, 0.8);
		text-decoration: unset;		    
	}

	.main-right-section ul li:hover a {
		box-shadow: 0px 1px 10px 1px #e9e9e9;
    	transform: scale(1.01);
	}

	@media (max-width: 767px) {
		.main-inner-section {
			flex-direction: column;
		}
		.main-inner-section .left-section {
			width: 100%;
		}
		.main-inner-section .right-section {
			width: 100%;
			display: none;
		}
	}

/* Inner pages Banner Section E */

/* Co-curriculum Activities S */


	.left-section.articles-section {
	    padding: 0;
    	box-shadow: unset;
	}

	.co-curriculum-section .activities-section .activities-item {
	    /*border-bottom: 1px solid #ccc;*/
	    /*padding-bottom: 20px;*/
	    /*margin-bottom: 20px;*/
	    padding: 20px;
	    margin-bottom: 25px;
	    box-shadow: 0px -1px 18px 7px #d4d4d447;
	    font-family: Poppins, sans-serif;
	}

	.co-curriculum-section .activities-section .activities-item h3.main-title {
	    letter-spacing: 1px;
	    font-size: 25px;
	    line-height: 130%;
	    font-weight: 500;
	}

	.co-curriculum-section .activities-section .activities-item .date {
        color: #797979;
	    margin-bottom: 12px;
	    display: block;
	    margin-top: 12px;
	    font-family: Poppins, sans-serif;
	    font-size: 16px;
	    display: none;
	}

	.co-curriculum-section .activities-section .activities-item .date i {
		margin-right: 3px;
	}

	.co-curriculum-section .activities-section .activities-item .activity-details {
		color: #3d3c3c;
		letter-spacing: 1px;
	}

/* Co-curriculum Activities E */

/* Founder Page S */

	.main-founder-section .founder-img-section {
		float: left;
	    width: 240px;
	    padding: 20px;
	    background: #f8f8f8;
	    margin-right: 22px;
	    margin-bottom: 20px;
	    text-align: center;
	}

	.main-founder-section .founder-img-section img {
		width: 100%;
		border-radius: 50%;
	}

	.main-founder-section .founder-img-section .main-title {
		font-family: Roboto, sans-serif;
	    font-weight: 400;
	    font-size: 18px;
	    text-align: center;
	    margin: 20px 0px 0px 0px;
	    display: inline-block;
	    line-height: 150%;
	}

	.main-founder-section h3 {
	    text-align: center;
    	margin-bottom: 40px;	
	}

/* Founder Page E */

/* Gallery S */
	
	.main-inner-section.main-gallery-section {
		padding: 50px 0px;
		margin-top: 0px;
	}
	.gallery-title {
	    font-size: 36px;
	    color: #42B32F;
	    text-align: center;
	    font-weight: 500;
	    margin-bottom: 70px;
	}
	.gallery-title:after {
	    content: "";
	    position: absolute;
	    width: 7.5%;
	    left: 46.5%;
	    height: 45px;
	    border-bottom: 1px solid #5e5e5e;
	}
	
	.btn-default:active .filter-button:active {
	    background-color: #42B32F;
	    color: white;
	}
	.port-image {
	    width: 100%;
	}
	.gallery_product {
	    margin-bottom: 30px;
	}
	.gallery_product img {
		width: 100%;
		height: 265px;
		object-fit: cover;
	}
	
	.main-gallery-section a {
		display: inline-block;
		/*padding: 10px;*/
	    background: #f5f4f4;
	    text-decoration: unset;
	    border: 1px solid #dedcdc;
	    position: relative;
	}
	.main-gallery-section a:before {
	    position: absolute;
	    content: '';
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 0;
	    background: #3c3b3b24;
	    z-index: 9;
	    transition: 0.3s;
	}
	.main-gallery-section a:hover:before {
	    position: absolute;
	    content: '';
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #3c3b3b24;
	    z-index: 9;
	    transition: 0.3s;
	}
	.main-gallery-section a h3.main-title {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    margin-top: 0;
	    margin-bottom: 0px;
	    padding: 10px;
	    font-size: 14px;
	    background: #0000008c;
	    color: #fff;
	    text-align: left;
	    text-transform: uppercase;
	    z-index: 10;
	}

	.main-gallery-album {
		flex-direction: column;
		padding-bottom: 50px;
	}

	.main-gallery-album .gallery-menu ul {
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 30px;
		padding: 0px;
	}
	.main-gallery-album .gallery-menu ul li[data-filter="others"] {
		order: 15;
	}
	.filter-button {
		margin-bottom: 8px;
	}
	.filter-button a {
        display: inline-block;
	    padding: 7px 18px;
	    margin: 0px 4px;
	    font-size: 14px;
	    color: #214076;
	    background: #fff;
	    border: 2px solid #214076;
	    font-family: Lato, sans-serif;
	    text-transform: uppercase;
	    font-weight: 600;
	    text-decoration: unset;
	}
	.filter-button.active a,
	.filter-button.hover a { 
	    background: #214076;
    	color: #fff;
	}

	@media (max-width: 767px) {
		.main-gallery-section .row {
			margin-right: -8px;
	    	margin-left: -8px;
		}
		.main-gallery-section .col, .main-gallery-section .col-1, .main-gallery-section .col-10, .main-gallery-section .col-11, .main-gallery-section .col-12, .main-gallery-section .col-2, .main-gallery-section .col-3, .main-gallery-section .col-4, .main-gallery-section .col-5, .main-gallery-section .col-6, .main-gallery-section .col-7, .main-gallery-section .col-8, .main-gallery-section .col-9, .main-gallery-section .col-auto, .main-gallery-section .col-lg, .main-gallery-section .col-lg-1, .main-gallery-section .col-lg-10, .main-gallery-section .col-lg-11, .main-gallery-section .col-lg-12, .main-gallery-section .col-lg-2, .main-gallery-section .col-lg-3, .main-gallery-section .col-lg-4, .main-gallery-section .col-lg-5, .main-gallery-section .col-lg-6, .main-gallery-section .col-lg-7, .main-gallery-section .col-lg-8, .main-gallery-section .col-lg-9, .main-gallery-section .col-lg-auto, .main-gallery-section .col-md, .main-gallery-section .col-md-1, .main-gallery-section .col-md-10, .main-gallery-section .col-md-11, .main-gallery-section .col-md-12, .main-gallery-section .col-md-2, .main-gallery-section .col-md-3, .main-gallery-section .col-md-4, .main-gallery-section .col-md-5, .main-gallery-section .col-md-6, .main-gallery-section .col-md-7, .main-gallery-section .col-md-8, .main-gallery-section .col-md-9, .main-gallery-section .col-md-auto, .main-gallery-section .col-sm, .main-gallery-section .col-sm-1, .main-gallery-section .col-sm-10, .main-gallery-section .col-sm-11, .main-gallery-section .col-sm-12, .main-gallery-section .col-sm-2, .main-gallery-section .col-sm-3, .main-gallery-section .col-sm-4, .main-gallery-section .col-sm-5, .main-gallery-section .col-sm-6, .main-gallery-section .col-sm-7, .main-gallery-section .col-sm-8, .main-gallery-section .col-sm-9, .main-gallery-section .col-sm-auto, .main-gallery-section .col-xl, .main-gallery-section .col-xl-1, .main-gallery-section .col-xl-10, .main-gallery-section .col-xl-11, .main-gallery-section .col-xl-12, .main-gallery-section .col-xl-2, .main-gallery-section .col-xl-3, .main-gallery-section .col-xl-4, .main-gallery-section .col-xl-5, .main-gallery-section .col-xl-6, .main-gallery-section .col-xl-7, .main-gallery-section .col-xl-8, .main-gallery-section .col-xl-9, 
		.main-gallery-section .col-xl-auto {
		    padding-right: 8px;
	    	padding-left: 8px;
		} 
		.gallery_product {
			margin-bottom: 16px;
		}
		.main-gallery-section a h3.main-title {
	    	font-size: 13px;
	    	padding: 8px;
	    }
	    .gallery_product img {
	    	height: 220px;
	    }
	}

	@media(max-width: 460px) {
		.gallery_product img {
			height: 200px;
		}
	}
	@media(max-width: 359px) {
		.gallery_product img {
			height: 180px;
		}	
	}

/* Gallery E */

/* Gallery Details S */

	.lg-outer .lg-thumb {
		margin-left: auto;
		margin-right: auto;
	}

/* Gallery Details E */

/* Blog S */
	
	.left-section-blog {
		width: 70%;
	}

	.left-section-blog .blog-section-item {
		box-shadow: 0px -1px 18px 7px #d4d4d447;
		margin-bottom: 40px;
	}

	.left-section-blog .blog-section-item .blog-img-item,
	.left-section-blog .blog-section-item .blog-img-item img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.blog-content-item {
		padding: 20px;
	}

	h2.main-blog-title {
		font-size: 22px;
	    margin-bottom: 12px;
	    letter-spacing: 1px;
	}

	.blog-content-item ul.date-author {
	    margin-bottom: 12px;
	    list-style-type: none;
	    padding: 0;
	    display: flex;
	}

	.blog-content-item ul.date-author li {
		line-height: 120%;
	    font-size: 16px;
	    font-weight: 500;
	    color: #212529;
	}

	.blog-content-item ul.date-author li:first-child {
	    padding-right: 10px;
	    margin-right: 10px;
	    border-right: 1px solid #aaa;
	    color: #e9902c;
	    text-transform: capitalize;
	}

	.blog-content-item ul.date-author li:first-child span {
		color: #212529;
	}

	.posted-on {
		display: flex;
    	align-items: center;
    	margin-bottom: 10px;
	}

	.posted-on i {
		margin-right: 10px;
	}

	h2.main-blog-title a {
		text-decoration: unset;
    	color: #212529;
    	transition: 0.3s;
	}

	h2.main-blog-title a:hover {
		color: #e9902c;
		transition: 0.3s;
	}

	.blog-content-text p {
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

/* Blog E */

/* Media Page S */

	.media-section {
	    width: 100%;
	    padding: 30px;
	    box-shadow: 0px -1px 18px 7px #d4d4d447;
	    margin-bottom: 25px;
	}

	.media-list.row {
	    margin-right: -8px;
    	margin-left: -8px;
	}

	.media-list.row .col-xs-6 {
		padding-left: 8px;
		padding-right: 8px;
	}

	ul#lightgallery.media-list li a {
	    display: inline-block;
	    position: relative;
	    margin-bottom: 15px;
	    background: #f5f4f4;
	    padding: 10px;
	    border-radius: 0;
	    border: 1px solid #dedcdc;
	    text-decoration: unset;
	    transition: 0.5s;
	}

	ul#lightgallery.media-list li a:hover {
		transition: 0.5s;
    	box-shadow: 0px 0px 12px 1px #00000036;
	}

	ul#lightgallery.media-list li a:hover:before {
		background: #00000008;
	}

	ul#lightgallery.media-list li a:before {
	    position: absolute;
	    top: 0;
	    left: 0;
	    background: #00000012;
	    content: '';
	    width: 100%;
	    height: 100%;
	}

	ul#lightgallery.media-list li a img {
        width: 100%;
	    height: 252px;
	    object-fit: cover;
	    margin-bottom: 0;
	}

	ul#lightgallery.media-list li a h3.main-title {
        font-size: 14px;
	    text-transform: uppercase;
	    margin: 10px 0 3px 0;
	    color: #3c3c3c;
	    text-align: center;
	    padding: 0px 4px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	}

	ul#lightgallery.media-list li a p {
       	font-size: 14px;
	    margin: 0;
	    text-align: center;
	    color: #3c3c3c;
	    font-weight: 600;
	    padding: 0px 4px;
	}

	@media (max-width: 575px) {
		ul#lightgallery.media-list li a img {
			height: 200px;
		}
		ul#lightgallery.media-list li a h3.main-title {
			font-size: 13px;
		}
		ul#lightgallery.media-list li a p {
			font-size: 13px;
		}
		.media-section {
			padding: 10px;
		}
	}
	@media (max-width: 460px) {
		ul#lightgallery.media-list li a img {
			height: 180px;
		}
	}
	@media (max-width: 400px) {
		ul#lightgallery.media-list li a img {
			height: 160px;
		}
		ul#lightgallery.media-list li a {
			padding: 6px;
		}
		ul#lightgallery.media-list li a h3.main-title,
		ul#lightgallery.media-list li a p {
			padding: 0px;
		}
	}
	@media (max-width: 359px) {
		ul#lightgallery.media-list li a img {
			height: 120px;
		}
	}

/* Media Page E */

/* Contact Us Page S */

	.main-contact-section .main-img img {
		width: 100%;
	}

	.main-contact-section .main-inner-section {
		flex-direction: column;
	}

	.main-contact-section .main-inner-section h2.main-title {
		font-size: 2rem;
		text-align: center;
	    margin-bottom: 50px;
	    text-transform: uppercase;
	    font-weight: 700;
	}

	.main-contact-section .main-inner-section .wpcf7-form-control-wrap {
	    display: inline-block;
	    width: 100%;
	    margin-bottom: 14px;
	}

	.main-contact-section .main-inner-section .wpcf7-form-control-wrap input, 
	.main-contact-section .main-inner-section .wpcf7-form-control-wrap textarea {
	    width: 100%;
	    border-color: #999;
	    box-shadow: unset;
	    border: 0;
	    border-bottom: 2px solid #ccc;
	    height: 42px;
	    background: #f4f4f4 !important;
	    text-transform: uppercase;
	    padding: 0.375rem 0.75rem;
	    font-size: 14px;
	    color: #495057;
	    font-weight: 500;
	    outline: none;
	}

	.main-contact-section .main-inner-section .wpcf7-form-control-wrap textarea {
	    width: 100%;
		height: 100px;
	}

	.main-contact-section .main-inner-section form.wpcf7-form.init {
		padding-bottom: 40px;
	}

	.main-contact-section .main-inner-section form.wpcf7-form input[type=submit] {
		background: #000;
	    color: #fff;
	    font-weight: 500;
	    text-transform: uppercase;
	    border-radius: 0 !important;
	    font-size: 14px;
	    padding: 7px 22px;
	    border: 0px;
	}

	.main-contact-section .main-inner-section .wpcf7 form .wpcf7-response-output {
		margin: 1em 0em 2em;
	}

	.main-contact-section .main-inner-section .wpcf7-not-valid-tip {
		font-size: 12px;
		text-transform: uppercase;
	}

	.main-map {
		margin-bottom: -5px;
	}

	@media (max-width: 767px) {
		.main-contact-section .main-img  {
			margin-bottom: 20px;
		}
		.main-map iframe{
			height: 350px !important;
		}
	}

/* Contact Us Page E */

/* Infrastructure Page S */

	.main-infrastructure-section .school-infrastructure .main-img {
		margin-bottom: 20px;
	}

	.main-infrastructure-section .school-infrastructure .main-img img {
	    width: 100%;
	    height: 100%;
	    height: 233px;
	    object-fit: cover;
	    border: 2px solid #535353;
	    padding: 5px;
	}

	@media (max-width: 1199px) {
		.main-infrastructure-section .school-infrastructure .main-img img {
			height: 210px;
		}
	}

	@media (max-width: 991px) {
		.main-infrastructure-section .school-infrastructure .main-img img {
			height: 180px;
		}
	}

	@media (max-width: 767px) {
		.main-infrastructure-section .school-infrastructure .main-img img {
			height: 210px;
		}
	}

	@media (max-width: 575px) {
		.main-infrastructure-section .school-infrastructure .main-img img {
			height: 180px;
		}	
	}

/* Infrastructire Page E */