/*==========================================================================
Author's custom styles
==========================================================================*/

body{
	font-family: 'Playfair Display', serif;
}
.no-padding{
	padding: 0px;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #d9e1e6;
}

body::-webkit-scrollbar-thumb {
    background: #2a1c5a;
}

body::-moz-scrollbar {
    width: 8px;
}

body::-moz-scrollbar-track {
    background: #d9e1e6;
}

body::-moz-scrollbar-thumb {
    background: #2a1c5a;
}

body::-o-scrollbar {
    width: 8px;
}

body::-o-scrollbar-track {
    background: #d9e1e6;
}

body::-o-scrollbar-thumb {
    background: #2a1c5a;
}

body::-ms-scrollbar {
    width: 8px;
}

body::-ms-scrollbar-track {
    background: #d9e1e6;
}

body::-ms-scrollbar-thumb {
    background: #2a1c5a;
}

::selection {
    background: #2a1c5a;
    color: #fff;
}

::-moz-selection {
    background: #2a1c5a;
    color: #fff;
}

::-webkit-selection {
    background: #2a1c5a;
    color: #fff;
}

/*Container*/
.container {
    max-width: 1440px;
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 100%;
    }
}

/*header*/
.tp_header{
	background: #2a1c5a;
	/*padding: 15px 0px;*/
}
.tp_header .container{
	padding: 6px 0px;
}
.mr_quee span{
	background: #2a1c5a;
    color: #fff;
    width: 120px;
	padding: 6px 0px;
    position: absolute;
    left: 0px;
	top: 0px;
    font-weight: 800;
    z-index: 9999;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.tp_header marquee{
    color: #fff;
	font-size: 16px;
	position: relative;
	padding: 6px 0px;
}
.tp_header marquee b{
	position: relative;
	font-weight: normal;
	margin: 0px;
	margin-right: 35px;
}
.tp_header marquee b:before{
	position: absolute;
	content: url(../img/m_points.png);
	left: -13px;
    top: 3px;
	width: 15px;
	height: 20px;		
}
.enquire_btn{
	border-radius: 150px;
	background-color: #fff;
	color: #2a1c5a;
	text-align: center;
	padding: 6px 15px;
	border: 3px solid rgba(100, 71, 199, 1);
	cursor: pointer;
	overflow: hidden;
}
.enquire_btn p{
	margin-bottom: 0px;	
}
.nav_cnt{
	background-image: url(../img/nav_bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	/*padding: 5px 0px;*/
}
.navbar-nav>li {
    float: left;
    padding: 0 3px;
}
.logo_cnt img{
	padding: 5px 0px;
	width: 100%;
}

/*nav*/
.nav_inner_cnt {
    padding-top: 22px;
}
.nav_inner_cnt .nav.navbar-nav{
	float: right;
}
.nav_inner_cnt .navbar.navbar-default{
	background: transparent;
    border: 0px;
    box-shadow: none;
	margin-bottom: 0px;
}
.nav_cnt{
	/*position: absolute;*/
	position: relative;
	top: 7%;
	width: 100%;
	z-index: 999;
}
.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a {
	box-shadow: none;
	background: transparent;
	color: #000;
	font-size: 17px;
	font-weight: bold;
}
.nav_inner_cnt .navbar-collapse .navbar-nav>li>a {
	box-shadow: none;
	background: transparent;
	color: #000;
	font-size: 16px;
	padding: 16px 7px;
	position: relative;
}
.dropdown-menu>li>a {
    font-weight: bold;
}
.nav_inner_cnt .navbar-collapse .navbar-nav>li>a:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 0%;
	height: 2px;
	background-color: #2a1c5a;
	opacity: 0;
	transition: all linear 0.5s;
}
.nav_inner_cnt .navbar-collapse .navbar-nav>li>a:after{
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 0%;
	height: 2px;
	background-color: #2a1c5a;
	opacity: 0;
	transition: all linear 0.5s;
}
.nav_inner_cnt .navbar-collapse .navbar-nav>li>a:hover:before{
	width: 100%;
	opacity: 1;
}
.nav_inner_cnt .navbar-collapse .navbar-nav>li>a:hover:after{
	width: 100%;
	opacity: 1;
	
}
.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 100%;
	height: 2px;
	opacity: 1;
	background-color: #2a1c5a;
}
.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	opacity: 1;
	background-color: #2a1c5a;
}
.nav_inner_cnt .navbar-collapse .navbar-nav>li>a:hover {
	color: #000;
	font-size: 16px;
	font-weight: bold;	
}
/*banner*/
.banner_cnt{
	position: relative;
}
.b_caption_cnt{
	position: absolute;
	top: 20%;
	left: 0px;
	right: 0px;
	margin: auto;
    text-align: center;
    display: none;
}
.b_caption_cnt h4{
	color: #fff;
	font-size: 80px;
	font-weight: 800;
	text-align: center;
	text-shadow: -2px 2px 3px rgba(0,0,0,0.36);
}
.b_caption_cnt h5{
	color: #fff;
	font-size: 70px;
	font-weight: 400;
	text-align: center;
	text-shadow: -2px 2px 3px rgba(0,0,0,0.36);
}
a.btn_rd_mr{
	display: inline-block;
	background: #2a1c5a;
	color: #fff;
	text-align: center;
	padding: 8px 10px;
	border-radius: 150px;
	text-decoration: none;
	cursor: pointer;
	margin: 0 auto;
	font-size: 18px;
	position: relative;
    width: 160px;
	margin-top: 5px;
	overflow: hidden;
}
a.btn_rd_mr span:first-child{
	margin-right: 30px;
}
a.btn_rd_mr span:last-child{
    position: absolute;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 25px;
    /*margin-left: 15px;*/
    display: block;
    top: 4px;
    right: 10px;
    line-height: 26px;
    font-weight: bold;
}
.banner_cnt .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: -40px;
    z-index: 9999;
    position: absolute;
    right: 5%;
    top: 50%;
}
.banner_cnt .owl-theme .owl-dots .owl-dot{
	display: block;
}
.banner_cnt .owl-theme .owl-dots .owl-dot.active span, .banner_cnt .owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
	border: 2px solid #2a1c5a;
}
.banner_cnt .owl-theme .owl-dots .owl-dot span{
	background: #fff;
}
.banner_cnt .owl-theme .owl-dots .owl-dot:focus{
	outline: none;
}
.cont_stripe_cnt{
	width: 50px;
	height: 300px;
	border-radius: 150px;
	background-color: #2a1c5a;
	padding: 15px 10px;
	position: absolute;
	z-index: 9999;
	top: 18%;
	left: 5%;
}
.cont_stripe_cnt ul{
	padding: 0px;
	left: 0px;
	list-style-type: none;
}

.cont_stripe_cnt ul li{
	margin-bottom: 20px;
	text-align: center;
}
.cont_stripe_cnt ul li:first-child{
	margin-top: 10px;
}
.cont_stripe_cnt ul li:last-child{
	margin-bottom: 0px;
}
.cont_stripe_cnt ul li a i{
	color: #fff;
	font-size: 25px;
}
/*about*/
.about_cnt{
	background-color:#2a1c5a;
    width:100%;
	display: none;
	/*height:50px;*/
	padding-top: 6%;
	padding-bottom: 6%;
	border-radius: 50% 50% 0 0 / 10%;
	margin-top: -5%;
	z-index: 9999;
	position: relative;
	background-image: url(../img/abt_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.about_cnt:after{
	position: absolute;
	background-color: rgba(42, 28, 90, 0.8);
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0;
    right: 0;
	z-index: 999;
}
.title_cnt{
	z-index: 9999;
	position: relative;
}
.title_cnt h6{
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0px;
}
.title_cnt h4 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin: 6px 0;
}
.abt_det_cnt{
	z-index: 9999;
	position: relative;
	margin: 50px 0px;
	text-align: center;
}
.abt_det_cnt p{
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
}
.abt_det_cnt a{
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	font-size: 20px;
	position: relative;
}
.abt_det_cnt a:after{
	position: absolute;
	content: '';
	width: 0%;
	height: 2px;
	opacity: 0;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 9999;
	transition: all linear 0.5s;
}
.abt_det_cnt a:hover:after{
	opacity: 1;
	width: 100%;
}
.counting_cnt{
	position: relative;
	z-index: 9999;
}
.c_bx_cnt{
	border: 4px solid #fff;
	padding: 10px 0px;
	position: relative;
	margin: 0px 10px;
}
.c_bx_cnt h6{
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
.c_bx_cnt h6 span:last-child{
	display: block;
	font-weight: 900;
}
.count_circle{
	position: absolute;
	right: -32px;
	width: 60px;
	height: 60px;
	font-size: 20px;
	text-align: center;
	color: #2a1c5a;
	border-radius: 50%;
	border: 4px solid #fff;
	top: 23px;
	background: #fff;
	line-height: 45px;
	font-weight: 900;
}

.facilities_cnt{
	padding: 50px 0px;
	display: none;
}
.title_cnt.bg_white h6{
	color: #5e5e5e;
}
.title_cnt.bg_white h4{
	color: #5e5e5e;
}
.facilities_inner{
	text-align: center;
	margin-bottom: 50px;
	cursor: pointer;
}
.facilities_inner img{
	transform: scale(1.0,1.0);
	transition: all linear 0.5s;
}
.facilities_inner:hover img{
	transform: scale(1.1,1.1);
}
.facilities_inner h6{
	text-align: center;
}
.facilities_inner h6 span:first-child{
	color: #5e5e5e;
	font-size: 25px;
	text-align: center;
	line-height: 30px;
	font-weight: 900;
}
.facilities_inner h6 span:last-child{
	color: #5e5e5e;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	display: block;
}
.principals_msg_cnt{
	padding: 50px 0px;
	background-image: url(../img/msg_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.p_msg_cnt{
	padding: 30px 15px;
}
.p_msg_cnt p{
	font-size: 14px;
	line-height: 24px;
}
.p_msg_cnt h6{
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
	margin-top: 40px;
}

.gallery_cnt{
	padding: 50px 0px;
}
.carousel_cnt{
	margin-top: 50px;
}
.carousel_cnt .item h6{
	font-size: 18px;
	line-height: 55px;
	text-align: center;
}
.carousel_cnt .owl-carousel .owl-dots.disabled{
	display: block;
}


.carousel_cnt .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: -40px;
    z-index: 9999;
    position: absolute;
    left: -5%;
    top: 40%;
}
.carousel_cnt .owl-theme .owl-dots .owl-dot{
	display: block;
}
.carousel_cnt .owl-theme .owl-dots .owl-dot.active span, .carousel_cnt .owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
	border: 2px solid #2a1c5a;
}
.carousel_cnt .owl-theme .owl-dots .owl-dot span{
	background: #5e5e5e;
}
.carousel_cnt .owl-theme .owl-dots .owl-dot:focus{
	outline: none;
}


.news_events_cnt{
	background-color:#2a1c5a;
    width:100%;
	/*height:50px;*/
	padding-top: 6%;
	padding-bottom: 6%;
	border-radius: 0 0 50% 50% / 5%;
	margin-top: -5%;
	z-index: 9999;
	position: relative;
	background-image: url(../img/events_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.news_events_cnt:after{
	position: absolute;
	background-color: rgba(42, 28, 90, 0.8);
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0;
    right: 0;
	z-index: 999;
}
.news_inner_cnt{
	position: relative;
	z-index: 9999;
	margin-top: 50px;
}
.news_img{
	border-radius: 5px;
	overflow: hidden;
}
.news_det_cnt{
	background: #fff;
	border-radius: 5px;
	position: relative;
	padding: 20px 20px;
	margin: -50px 15px 0px 15px;
}
.news_det_cnt h4{
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
}
.news_det_cnt p{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.news_det_cnt a{
	color: #5f5f5f;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	font-size: 15px;
	position: relative;
}
.news_det_cnt a:after{
	position: absolute;
	content: '';
	width: 0%;
	height: 2px;
	opacity: 0;
	left: 0px;
	bottom: 0px;
	background-color: #5f5f5f;
	z-index: 9999;
	transition: all linear 0.5s;
}
.news_det_cnt a:hover:after{
	opacity: 1;
	width: 100%;
}

footer {
	padding: 50px 0px 0px;
}
footer .footer_logo_cnt {
	text-align: center;
}
footer .footer_logo_cnt img{
	width: 100%;
}
.f_abt_cnt p {
	padding: 20px 0px;
	font-size: 16px;
	line-height: 30px;
}
.quick_cnt {
	position: relative;
	padding-left: 15px;
    line-height: 28px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.quick_cnt span {
	font-size: 30px;
	color: #5e5e5e;
	font-weight: 900;
	position: absolute;
	left: -5%;
	top: 0px;
	line-height: 0;
}
.cont_det_cnt .col-lg-3:nth-child(3) span {
	font-size: 20px;
}
.cont_det_cnt .col-lg-3:nth-child(4) span {
	font-size: 20px;
}
.quick_cnt h6 {
	font-size: 18px;
	color: #5e5e5e;
	font-weight: 900;
}
.quick_cnt p {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 30px;
}
.nav_cnt_footer {
	background: #e8e8e8;
	padding: 10px 0px;
	text-align: center;
	margin-top: 15px;
}
.nav_cnt_footer ul {
	list-style-type: none;
	padding: 0px;
	left: 0px;
	margin: 0px;
}
.nav_cnt_footer ul li {
	display: inline-block;
}
.nav_cnt_footer ul li a {
	color: #000000;
	font-size: 16px;
	padding: 5px 15px;
}
.copy_rgt_cnt p {
	color: #5e5e5e;
	font-size: 14px;
	margin: 0px;
	padding: 15px;
}
.copy_rgt_cnt p a {
	color: #5e5e5e;
	font-size: 14px;
	font-weight: 900;
	margin: 0px;
	padding: 0px;
}
.copy_rgt_cnt ul {
	list-style-type: none;
	padding: 0px;
	left: 0px;
	margin: 6px 0px 0px 0px;	
}
.copy_rgt_cnt ul li {
	display: inline-block;
}
.copy_rgt_cnt ul li a {
	color: #2c1871;
	font-size: 20px;
	padding: 5px;
	display: block;
}
.social_ft_cnt {
	text-align: right;
}




.mob_stripe_mnu {
	background: #2a1c5a;
	padding: 15px 5px;
	text-align: center;
	position: absolute;
	right: -100%;
	width: 100%;
	top: 0px;
	cursor: pointer;
	display: none;
}
.mob_stripe_mnu i {
	color: #fff;
	text-align: center;
}

.nav_inner_cnt .caret {
	top: 50%;
    position: absolute;
    right: 0;
}
.msk_img img{
	-webkit-mask-image: url(../img/maskpng.png);
	mask-image: url(../img/maskpng.png);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	margin-left: -35px;
}

@media only screen and (max-width: 1024px) {
	.nav_inner_cnt .navbar-collapse .navbar-nav>li>a {
		padding: 36px 5px;
	}
	.about_cnt {
		margin-top: -8%;
	}
	.b_caption_cnt {
    	top: 7%;
	}
	.b_caption_cnt h4 {
		font-size: 60px;
	}
	.b_caption_cnt h5 {
		font-size: 50px;
	}
	.msg_mtr_cnt {
		text-align: center;
	}
	.cont_stripe_cnt {
		top: 3%;
	}
	.cont_stripe_cnt {
		left: 5%;
	}
}
@media only screen and (max-width: 768px) {	
	.cont_stripe_cnt {
		left: -50px;
		border-radius: 0px;
		z-index: 9999;
	}
	.mob_stripe_mnu {
		display: block;
	}
	/* .logo_cnt {
    	text-align: center;
	} */
	.logo_cnt img {
    	width: 50%;
	}
	.msg_mtr_cnt img {
		width: auto;
	}
	.nav_inner_cnt {
		text-align: center;
	}
	.navbar-toggle {
		padding: 5px 0px 15px;
		margin: 0px;
		float: none;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
	}
	.nav_inner_cnt .nav.navbar-nav {
		float: none;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a {
		padding: 8px;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>li>a {
		padding: 8px;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a:before {
		display: none;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a:after {
		display: none;
	}
	.about_cnt {
		border-radius: 50% 50% 0 0 / 10%;
		margin-top: -9%;
		z-index: 9998;
	}
	.b_caption_cnt h4 {
		font-size: 22px;
	}
	.b_caption_cnt h5 {
		font-size: 22px;
	}
	a.btn_rd_mr {
		display: block;
	}
	.banner_cnt .owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: -16px;
	}
	.abt_det_cnt {
		margin: 10px 0px;
	}
	.abt_det_cnt p {
		line-height: 30px;
	}
	.c_bx_cnt {
		margin: 10px 10px;
	}
	.carousel_cnt .owl-theme .owl-nav.disabled+.owl-dots {
		display: none;
	}
	.news_events_cnt {
		border-radius: 0px;
	}
	.copy_rgt_cnt p {
		text-align: center;
	}
	.social_ft_cnt {
		text-align: center;
	}
	.p_msg_cnt {
		text-align: center;
	}
	.msg_mtr_cnt {
		text-align: center;
	}
	.quick_cnt span {
		left: -10px;
	}
	.enquire_btn{
		padding: 6px 2px;
	}
}

@media only screen and (max-width: 640px){
	.nav_inner_cnt .navbar-collapse .navbar-nav>li>a:hover:before {
		display: none;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>li>a:hover:after {
		display: none;
	}
	.nav_inner_cnt .caret {
		top: 20px;
		position: absolute;
		right: 0;
	}
	.b_caption_cnt {
		top: 24%;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
	/* .logo_cnt {
    	text-align: center;
	} */
	
	.logo_cnt img {
    	width: 50%;
	}
	.msg_mtr_cnt img {
		width: 100%;
	}
	.nav_inner_cnt {
		text-align: center;
	}
	.navbar-toggle {
		padding: 5px 0px 15px;
		margin: 0px;
		float: none;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
	}
	.nav_inner_cnt .nav.navbar-nav {
		float: none;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a {
		padding: 8px;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>li>a {
		padding: 8px;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a:before {
		display: none;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a:after {
		display: none;
	}
	.banner_cnt {
		z-index: 9999;
	}
	.about_cnt {
		border-radius: 0px;
		margin-top: 0px;
		z-index: 9998;
	}
	.b_caption_cnt h4 {
		font-size: 22px;
	}
	.b_caption_cnt h5 {
		font-size: 22px;
	}
	a.btn_rd_mr {
		display: block;
	}
	.banner_cnt .owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: -16px;
	}
	.abt_det_cnt {
		margin: 10px 0px;
	}
	.abt_det_cnt p {
		line-height: 30px;
	}
	.c_bx_cnt {
		margin: 10px 10px;
	}
	.carousel_cnt .owl-theme .owl-nav.disabled+.owl-dots {
		display: none;
	}
	.news_events_cnt {
		border-radius: 0px;
	}
	.copy_rgt_cnt p {
		text-align: center;
	}
	.social_ft_cnt {
		text-align: center;
	}
	.p_msg_cnt {
		text-align: center;
	}
	.msg_mtr_cnt {
		text-align: center;
	}
	.quick_cnt span {
		left: -10px;
	}
}

@media only screen and (max-width: 480px){
	.enquire_btn {
		padding: 6px 0;
	}
	.mr_quee span {
		font-size: 12px;
	}
	.logo_cnt img {
    	width: 80%;
	}
	.msg_mtr_cnt img {
		width: 100%;
	}
	.msk_img{
		text-align: center;
	}
	.msk_img img{
		width: 100%;
		margin-left: 0px;
	}
	.nav_inner_cnt {
		text-align: center;
	}
	.navbar-toggle {
		padding: 5px 0px 15px;
		margin: 0px;
		float: none;
		position: relative;
		left: 50%;
		top: -82px;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
	}
	.nav_inner_cnt .nav.navbar-nav {
		float: none;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a {
		padding: 8px;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>li>a {
		padding: 8px;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a:before {
		display: none;
	}
	.nav_inner_cnt .navbar-collapse .navbar-nav>.active>a:after {
		display: none;
	}
	.about_cnt {
		border-radius: 0px;
		margin-top: 0px;
	}
	.b_caption_cnt h4 {
		font-size: 22px;
	}
	.b_caption_cnt h5 {
		font-size: 22px;
	}
	a.btn_rd_mr {
		display: none;
	}
	.banner_cnt .owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: -16px;
	}
	.abt_det_cnt {
		margin: 10px 0px;
	}
	.abt_det_cnt p {
		line-height: 30px;
	}
	.c_bx_cnt {
		margin: 10px 10px;
	}
	.carousel_cnt .owl-theme .owl-nav.disabled+.owl-dots {
		display: none;
	}
	.news_events_cnt {
		border-radius: 0px;
	}
	.copy_rgt_cnt p {
		text-align: center;
	}
	.social_ft_cnt {
		text-align: center;
	}
	.animated.delay-2s {
		-webkit-animation-delay: 2s;
		animation-delay: 2s;
		display: none;
	}
	.hvr-bounce-to-right {
		left: 11%;
		padding: 5px 10px;
	}
}

@media only screen and (min-width: 600px)  {
	footer .footer_logo_cnt img {
		width: 50%;
	}
	footer .footer_logo_cnt {
		text-align: left;
	}
}
@media only screen and (min-width: 1200px)  {
	footer .footer_logo_cnt img {
		width: 30%;
	}
	footer .footer_logo_cnt {
		text-align: left;
	}
}