body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Funnel Display", sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 {
	font-size: 2em;
	margin-top: .67em;
	margin-bottom: .67em
}
h2 {
	font-size: 1.5em;
	margin-top: .83em;
	margin-bottom: .83em
}
h3 {
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em
}
h4 {
	font-size: 1em;
	margin-top: 1.33em;
	margin-bottom: 1.33em
}
h5 {
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em
}
h6 {
	font-size: .75em;
	margin-top: 2.33em;
	margin-bottom: 2.33em
}
ol, ul {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	font-style: normal;
	color: #666;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-type: none;
	font-family: "Funnel Display", sans-serif;
}
p{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	font-style: normal;
	color: #686868;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "Funnel Display", sans-serif;
}
a {
	border: none;
	color: inherit;
	outline: 0!important;
	text-decoration: none!important;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: "Funnel Display", sans-serif;
}
a:focus,
a:hover {
	text-decoration: none !important;
}
input:focus {
	outline: none;
}
img, a {
	border: none;
	outline: none;
	text-decoration: none !important;	
}
.no-padd{
padding: 0px !important;
}
::selection {
	background: #2b2554;
	color: #7baff6;
}
::-moz-selection {
	background: #2b2554;
	color: #7baff6;
}
::-webkit-selection {
	background: #2b2554;
	color: #7baff6;
}
@-ms-viewport {
	width: device-width;
}
/*custome styles */
.wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
/*header secion style*/
.header-sec{
	float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    transition-duration: .3s;	
}
.header-sec.affix{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out 
}

.header-sec.affix .navbar-header{
    min-height: 80px;
}
.header-sec.affix .navbar-brand>img{
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;     
    max-width: 80px;
}
.navbar{
    border: none;
}
.navbar.navbar-default {
    background: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
    max-height: 60px;
    /*z-index: 1;
    border: 1px solid #e0e0e0;*/ 
    box-shadow: -1px 5px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 5px 5px 0px rgba(0,0,0,0.2);
}
.navbar-default .navbar-brand{
    box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 5px 5px 0px rgba(0,0,0,0.2); 
}
.headtopsec{
	float: left;
    width: 100%;
    min-height: 40px;
    display: block;
    color: #d1d1d1;
    background: #252837;
}
.headtopsec ul.hdleft-top{
    display: block;
    margin-bottom: 0px;
    line-height: normal;
    padding: 0px;	
}
.headtopsec ul.hdleft-top li{
	display: inline-block;
    float: left;
    width: auto;
    color: #d1d1d1;	
}
.headtopsec ul.hdleft-top li a{
    padding: 10px 10px;
    float: left;
    width: auto;
    color: #d1d1d1;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out    
}
.headtopsec ul.hdleft-top li a:hover{
	color: #ffc001;
}
.headtopsec ul.hdleft-top li a i.fa{
	color: #ffc001;
}
.headtopsec ul.hdrght-top{
    display: block;
    margin-bottom: 0px;
    line-height: normal;
    padding: 0px;
    float: right;	
}
.headtopsec ul.hdrght-top li{
	display: inline-block;
    float: left;
    width: auto;
    color: #d1d1d1;		
}
.headtopsec ul.hdrght-top li .hdtop-lbl{
    padding: 10px 10px;
    margin: 0px;
    float: left;
    width: auto;
    color: #d1d1d1;	
}
.headtopsec ul.hdrght-top li a{
    padding: 10px 10px;
    margin: 0px;
    float: left;
    width: auto;
    color: #d1d1d1;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out 	
}
.headtopsec ul.hdrght-top li a i.fa-facebook{
	color: #316fc3;
}
.headtopsec ul.hdrght-top li a i.fa-instagram{
	color: #b652ec;
}
.headtopsec ul.hdrght-top li a i.fa-twitter{
	color: #00a8ff;
}
.headtopsec ul.hdrght-top li a i.fa-linkedin{
	color: #00e4ac;
}
.headtopsec ul.hdrght-top li a i.fa-youtube-play{
	color: #de1010;
}
.headtopsec ul.hdrght-top li a:hover i.fa{
	color: #fff;
}
.navbar-brand{
	height: auto;
	padding: 5px 0px 5px 15px;
}
.navbar-brand>img {
    max-width: 130px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec{
	margin: 20px 0px 0px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li{
	margin-left: 1px;
    position: relative;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo{
    float: left;
    width: 100%;
    background: none;
    display: none;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo a{
    float: left;
    width: 100%;	
	padding: 15px 15px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo >a >img{
	max-width: 100%;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a{
	color: #545e6f;
	text-decoration: none;
    border-radius: 0px;
    padding: 15px 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal; 
    /*text-transform: uppercase;*/
    border-bottom: 4px solid #ffffff;   
    background: #fff;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out     	
}
@keyframes myAnimation {
  from {border-color: #ffffff;}
  to {border-color: #12748e;}
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a.phsec{
    background: #046d3d; 
    color: #fff;  
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: #72c8cb;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;     
}

#slide-navbar-collapse ul.navbar-nav.navmenusec>li:hover > a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.active > a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li:active > a{
    color: #12748e;
    /*background: #e0e0e0;*/
    border-bottom: 4px solid #12748e;
    animation-name: myAnimation;
    animation-duration: 1s;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li:hover > a::before{
    height: 6px;
    transition-duration: .3s;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li:hover > a.phsec{
    background: #046d3d; 
    color: #fff;     
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li>a{
    padding: 10px 10px;
    /*text-transform: uppercase;    */
}
.carousel-indicators .active{
    background-color: #12748e;
}
.carousel-indicators li{
    border: 1px solid #12748e;
    width: 20px;
    height: 20px;   
}
.carousel-indicators .active{
    width: 20px;
    height: 20px;   
}

.carousel-control.right, .carousel-control.left{
    background: none !important;    
    font-size: 25px;
}
.carousel-control.left >.glyphicon-chevron-left:before {
    content: "\e257";
}
.carousel-control.right >.glyphicon-chevron-right:before {
    content: "\e258";
}
.carousel-control, .carousel-control{
    color: #fff !important;
    opacity: 1 !important; 
    filter: alpha(opacity=100) !important;       
}
.carousel-control:focus, .carousel-control:hover{
    color: #213368 !important; 
}

.hdtop-rht{
    float: left;
    width: 100%;
    display: block;
    background: #e7e7e7;
    padding: 0px 30px;    
}
.hdtop-rht .hdtop-in-lft{
    float: left;
}
.hdtop-rht .hdtop-in-rght{
    float: right;
}
.hdtop-rht .hdtop-in-rght .soc i.fa{
    color: #aa0e4d;
    font-size: 18px;
}
.hdtop-rht .hdtop-in-rght .soc a{
    text-decoration: none;
}
.hdtop-rht .hdtop-in-rght .soc > a:hover i.fa{
    color: #333;
}
.hdtop-rht .hdtop-in-rght .soc{
    float: left;
    padding: 10px 0px 10px 20px;
}

.hdtop-rht .hdtop-in-lft .hd-ph-em{
    font-size: 15px;
    text-align: right;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    padding: 8px 0px;
    color: #333;
}
.hdtop-rht .hdtop-in-lft .hd-ph-em:hover{
    color: #aa0e4d;
}
.hdtop-rht .hdtop-in-lft .hd-ph-em i.fa{
    color: #aa0e4d;
}
.hdtop-rht p span{
    color: #000;
}

.whts-call-sec{
    float: right;
    position: relative;
    right: -15px;
    background: #12748e;
}
.whts-call-sec > ul{
    float: left;
    font-size: 16px;
    line-height: 28px;
    margin: auto 0px;
    padding: 0px;
}
.whts-call-sec > ul > li{
    display: inline-block;
    margin-top: 0px;
    float: left;
    position: relative;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;      
}
.whts-call-sec > ul > li::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 0px;
    background: #003948;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;     
}
.whts-call-sec > ul > li > a.callbtn{
    background: #169d7f;
    padding: 8px 15px;
    margin: auto 1px;
    color: #ffffff;
    float: left;
    border-radius: 0px; 
    border-bottom: 4px solid #3fb99e;      
}
.whts-call-sec > ul > li:hover::before{
    background: #3fb99e;
    height: 6px;
}
.whts-call-sec > ul > li:hover > a.callbtn, .whts-call-sec > ul > li:hover > a.whatsbtn{
    background: #013942;
}

.whts-call-sec > ul > li > a.whatsbtn{
    /*background: #169d7f;*/
    padding: 8px 15px;
    margin: auto 1px;
    color: #ffffff;
    float: left;
    border-radius: 0px; 
    border-bottom: 4px solid #3fb99e;  
}
.whts-call-sec > ul > li > a >i.fa{
    color: #ffffff;
    padding-right: 5px;
}

.whts-call-sec > ul > li:hover > a >i.fa{
    color:#72c8cb;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out  
}
.whts-call-sec > ul > li:hover > a.callbtn, .whts-call-sec > ul > li:hover > a.whatsbtn{
    color: #ffffff;
}
.whts-call-sec .free-class{
    float: right;
    padding: 14px 15px;
    background: #e12158;
    background: -moz-linear-gradient(45deg,  #e12158 0%, #b81551 100%);
    background: -webkit-linear-gradient(45deg,  #e12158 0%,#b81551 100%);
    background: linear-gradient(45deg,  #e12158 0%,#b81551 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12158', endColorstr='#b81551',GradientType=1 );
    margin-right: -15px;
}

.souvenir-lnk{
	display: block;
    position: absolute;
	right: -1px;
    top: 117px;
    padding: 0px 15px 0 5px;
    width: auto;
    height: auto;
    z-index: 1;
    background: #ffc001;
}
.souvenir-lnk:before{
	content: "";
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    border-right: 0px solid transparent;
    border-top: 38px solid #ffc001;
}
.souvenir-lnk a{
    float: left;
    padding: 9px 0px;
    margin-bottom: 0px;
    text-align: center;
    color: #252837;
}
.main-sec{
	float: left;
	width: 100%;
	position: relative;
}
#carousel-example{
	float: left;
	width: 100%;
	clear: both;
}
#carousel-example .carousel-inner>.item>a>img, #carousel-example .carousel-inner>.item>img {
    width: 100%;
}
.carousel-indicators{
    bottom: 0px;   
}
.carousel-control{
    width: 5%;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
    background-color: transparent;
    filter: alpha(opacity=0);
    opacity: 0;    
}
.abtsec{
    float: left;
    position: relative;
    width: 100%;
    padding: 60px 0px 60px;
    background: #ffffff;
}
.servsec{
    float: left;
    position: relative;
    width: 100%;
    padding: 40px 0px;
    background: #ffffff;    
}
.serv-bdr{
    display: block;
    border:1px solid #ddd;
    box-shadow: 0px 0px 45px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 45px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 45px 3px rgba(0,0,0,0.3);    
}
.nopad{
    padding: 0px;
    margin: 0px;
}
.serv-lft-pad{
    padding-left: 30px;
    padding-top: 15px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  background-color: #169d7f;
  
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li:hover a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li:focus a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li.active a{
    color: #000000;  
}
.cont-txt{
	float: left;
    width: 100%;
    padding: 15px;
}
.cont-txt h1, .cont-txt h2{
    font-size: 45px;
    color: #213368;
    font-weight: 400;
    margin: 5px 0px 15px;
    padding: 10px 0px;
}
.cont-txt h6{
    font-size: 24px;
    margin: 15px 0px;
    font-weight: 400;
    color: #213368;  
}
.cont-txt h2{
    font-size: 50px;
}
/*.cont-txt h1::before, .cont-txt h2::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #52bbbf;
    margin-top: 70px;
}*/
.cont-txt h2.whyt{
    color: #fff;
    font-size: 50px;
}
.cont-txt h2.key{
    text-align: center;
    font-size: 50px;
}
.cont-txt h2.whyt::before, .cont-txt h2.key::before{
    margin: auto;
    margin-top: 70px;
    left: 0;
    right: 0;   
}
.cont-txt p{
    color: #213368;
}
.cont-txt ul{
    color: #213368;
    float: left;
   width: 100%;
}
.cont-txt ul li{
    position: relative;
    color: #213368;
    list-style: none;
    padding-left: 20px;
}
.cont-txt ul li::before{
    content: "";
    display: block;
    width: 12px;
    height: 4px;
    background: #3fb99e;
    position: relative;
    left: -20px;
    top: 15px;
}
.cont-txt .btn-more{
    padding: 15px 25px;
    background: #127490;
    float: left;
    border-radius: 25px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 0px;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;     
}
.cont-txt .btn-more:hover, .cont-txt .btn-more:focus{
    background: #40b99e;
    color: #fff;
    animation: pulse 0.8s;
}

.cont-txt .panel-default{
    margin: 15px 0px;
    min-height: 220px; 
}

.cont-txt .panel-default>.panel-heading {
    color: #fafafa;
    background-color: #213368;
    border-color: transparent;
    font-size: 18px;
}

.abt-icon{
    float: left;
    width: 100%;
    max-width: 150px;
    padding: 20px;
}

.hmabt-img{
	float: left;
    padding: 30px;
}
.hmabt-img img{
	float: left;	
}
.hmabt-cont{
	float: left;
	width: 100%;
	padding: 30px;
}
.hmabt-cont .panel ul li{
    list-style: disc;
    font-size: 16px;
    margin-bottom: 15px;    
}
.hmabt-cont .panel.panel-default>.panel-heading{
    color: #fff;
    background-color: #213368;
    border-color: #ddd;
    font-size: 18px;
}
.hmabt-cont .panel.panel-default>.panel-body{
    min-height: 175px;
    padding: 0px;
    background: #fafafa;    
}
.panel-body{
    padding: 0px;
}
.panel-body p{
    padding: 20px;
}
.hd-title{
	float: left;
    width: 100%;
}
.hd-title .imgsec{
    float: right;
    max-width: 450px;
    padding-left: 20px;
}
.abtsec1-img{
    float: left;
    position: absolute;
    max-width: 395px;
    top: 0;
    left: 0;
    margin-top: -168px;
    margin-left: 90px;
}
.abtsec1-img::before{
    content: "";
    display: block;
    position: absolute;
    width: 395px;
    height: 580px;
    background: url(../images/student-gabria.png) no-repeat bottom left;
    background-size: contain;
    background-position: bottom;

}
.abt-img{
    text-align: center;
    margin: auto;
}
.servsec .serv-img{
    text-align: right;
    float: right;
}

.abtsec1-img img{
    float: left;
    width: 100%;   
}
.hd-title h2, .hd-title h1{
    font-size: 32px;
    font-weight: 400;
    margin: 25px auto 15px;
    color: #000;
}
.hmabt-cont .hd-title h1{
    margin: 0px auto 15px;
    color: #a91456;
    font-size: 36px;
    line-height: 26px;
    font-weight: 700;
}
.hmabt-cont .hd-title h1 .h1sub{
    color: #333333;
    font-size: 18px;
}
.about-hm .hmabt-cont p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #222;
}
.about-hm .hmabt-cont img {
    max-width: 540px;
    width: 100%;
}
.about-hm .hmabt-cont .abt-btn-hm{
	float: left;
	width: auto;
	display: inline-block;
	padding: 8px 20px;
    border-radius: 3px;
    border: 2px solid #6bbe14;
	transition-duration: .3s;
}
.about-hm .hmabt-cont a.abt-btn-hm:hover, .about-hm .hmabt-cont a.abt-btn-hm:focus {
    background: #6bbe14;
    color: #fff;
}	
.white-color{
	color: #fff !important;
}
.nwsevnts-sec{
    display: block;
    position: relative;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 40px;
    z-index: 0;
	float: left;
	width: 100%;
	min-height: 300px;
	background: #010504 url(../images/projects-bg.jpg) no-repeat bottom center;
	background-size: cover;
	background-attachment: fixed;
}
#owlnews-events{
	float: left;
    width: 100%;
    display: block;
    padding: 15px 0px;
}
#owlnews-events.owl-carousel.owl-drag .owl-item{
	float: left;	   
}
#owlnews-events.owl-carousel{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 15px;	
    clear: both;	
}
#owlnews-events .item{
	display: inline-block;
	float: left;
    width: 100%;
	padding: 10px 10px;
    border: 1px solid #4dd42e;
    background: rgb(0, 0, 0, 0.6);
	transition-duration: .3s;
}
#owlnews-events .item:hover, #owlnews-events .item:focus {
	background: #000000;
    border: 1px solid #ffc001;
}
#owlnews-events .item img{
  display: inline-block;	
  float: left;
  width: 100%;
  height: auto;
  display: block;  
}
#owlnews-events.owl-carousel .owl-stage-outer {
    width: auto !important;
}
#owlnews-events.owl-carousel .owlnews-cont{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 15px 0px 5px;
}
#owlnews-events.owl-carousel .owlnews-cont .owldate{	
    float: left;
    width: auto;
    margin: 0px 0px 0px 10px;
    padding: 10px 15px;
    border-radius: 20px;
    background: #008ae4;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
#owlnews-events.owl-carousel .owlnews-cont .owltitle{
	float: left;
    width: 100%;
    display: block;
    font-weight: normal;
    margin: 0px 0px 5px;
    font-size: 18px;
    color: #fff;
}
#owlnews-events.owl-carousel .owlnews-cont .owldes{
    float: left;
    width: 100%;
    display: block;
    margin: 0px 0px 0px;
    color: #bfbfbf;
    line-height: normal;
    overflow: hidden;    
}
#owlnews-events.owl-theme .owl-nav {
    margin-top: -56px;
    position: absolute;
    top: 0;
    right: 0;
}
#owlnews-events.owl-theme .owl-nav [class*=owl-] {
    color: #4dd42e;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
	margin: 0px 0px 0 20px;
    padding: 0px;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    border: none;
    outline: none;
}
.viewmorebtn{
    float: left;
    width: 100%;
    margin: 10px auto 20px;
    display: block;
    text-align: center;
}
.viewmorebtn a{
	color: #fff;
	overflow: auto;
	outline: none;
    padding: 8px 30px;
    border-radius: 25px;
    border: 2px solid #ffc001;
    background: transparent;
    transition-duration: .3s;	
}
.viewmorebtn a:hover, .viewmorebtn a:focus{
    background: #ffc001;
    color: #000;
}
.gallery-sec{
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0px 60px;
}
.gallery-sec .hd-title{
	text-align: center;
	margin-bottom: 20px;
}
.gallery-sec .hd-title:before{
	margin: auto;
	right: 0;
}
.gallery-sec .gal-item{
    position: relative;
    float: left;
    width: 100%;
    border: 2px solid #fff;
    opacity: .7;
    filter: alpha(opacity=70);    
    transition-duration: .3s;
}
.gallery-sec .gal-item:hover, .gallery-sec .gal-item:focus{
	opacity: 1;
    filter: alpha(opacity=100);	
}
.gallery-sec .gal-item .albm-item{
	outline: none;
	text-decoration: none;
}
.gallery-sec .gal-item .albm-item .albm-title{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    transition-duration: .3s;
}
.gallery-sec .gal-item .albm-item .albm-title p{
    padding: 0px 0px;
    margin: auto;
    text-align: center;
    color: #f5f5f5;
    font-size: 14px;
    line-height: normal;
}
.gallery-sec .gal-item img{
	float: none;
    width: 100%;
    text-align: center;
    height: auto;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
}
.gallery-sec .gal-item .gal-text{
    position: absolute;
    bottom: 0;
    float: none;
    width: 100%;
    padding: 10px 10px;
    background: rgba(0,0,0,0.8);   	
}
.gallery-sec .gal-item .gal-text p{
	color: #fff;
	font-size: 14px;
	margin: 0px;
	line-height: normal;
    padding: 0px 10px;	
}
.gallery-sec .viewmorebtn{	
	margin-top: 40px;
}
.gallery-sec .viewmorebtn a{
	color: #000;
}
.tod-serm{
    float: left;
    width: 100%;
    min-height: 520px;
    padding: 20px 70px 60px;
	background: #2a2352;
	background: -moz-linear-gradient(left, #2a2352 0%, #44699b 100%);
	background: -webkit-linear-gradient(left, #2a2352 0%,#44699b 100%);
	background: linear-gradient(to right, #2a2352 0%,#44699b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2352', endColorstr='#44699b',GradientType=1 );	
}
.tod-serm .hd-title h2{
	color: #fff;
}
.our-mins{
    float: left;
    width: 100%;
    padding: 20px 70px 60px;
	background: #1e5799;
	background: -moz-linear-gradient(45deg,  #1e5799 0%, #2989d8 50%, #7db9e8 100%);
	background: -webkit-linear-gradient(45deg,  #1e5799 0%,#2989d8 50%,#7db9e8 100%);
	background: linear-gradient(45deg,  #1e5799 0%,#2989d8 50%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
}

.our-mins .hmchos-sec{
	display: block;	
}

.our-mins .hd-title {
    margin-bottom: 15px;
}
.our-mins .hd-title h2{
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.our-mins .hmchos-sec img{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border:4px solid #fff; 	
	-webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 1px 11px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 1px 11px 0px rgba(0, 0, 0, 0.3);	
}
.our-mins .hmchos-sec h3{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    line-height: 48px;
    text-transform: capitalize;
    margin-top: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#owlministry{
	position: relative;
	float: left;
    width: 100%;
    display: block;
    padding: 15px 0px;	
}
#owlministry.owl-carousel.owl-drag .owl-item{
	float: left;	   
}
#owlministry.owl-carousel{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 15px;	
    clear: both;	
}
#owlministry .item{
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px 10px;
    background: white;
    transition-duration: .3s;
}
#owlministry.owl-carousel .owl-stage-outer{
    width: auto !important;
}
#owlministry .item .owlmins-cont{
    float: left;
    width: 100%;
}
#owlministry .item .owlmins-cont h4.owlmins-title {
    margin: 0;
    padding: 5px 0 15px;
    font-size: 24px;
    line-height: normal;
    font-weight: normal;
    color: #000;
}
#owlministry .item .owlmins-cont img{
    float: left;
    width: 100%;
    padding: 0px 0px;
}
#owlministry .item .owlmins-cont p.owlmins-des{}
#owlministry.owl-theme .owl-nav {
    right: 0;
    position: absolute;
    top: -72px;
}
#owlministry.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
	margin: 0px 0px 0 20px;
    padding: 0px;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    border: none;
    outline: none;
}
.treat-sec{
    float: left;
    width:100%;
    padding: 25px 0px 0px;
    margin: 0px 0px;
    background: url(../images/key-bg.jpg) repeat top center;
}
.treat-sec .hd-title{
    float: left;
    width: 100%;
    text-align: center;
}
.treat-sec .hd-title h2{
    color: #a91456;
    font-size: 36px;
    line-height: 26px;
    font-weight: 700;
}
.treat-sec .hd-title p{
    color: #333333;
    font-size: 18px;
}
.treat-sec .hm-treatsec{
    float: left;
    width: 100%;
    padding: 15px;
    margin: 0px 0px 20px; 
    text-align: center;  
}
.treat-sec .hm-treatsec h3 {
    font-size: 40px;
    font-weight: 400;
    color: #213368;
    text-align: center;
    margin: 0px auto 10px;
}
.treat-sec .hm-treatsec h3::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #52bbbf;
    margin-top: 70px;
    margin: auto;
    text-align: center;
    top: 60px;
    left: 0;
    right: 0;
}
.treat-sec .hm-treatsec img{
    text-align: center;
    max-width: 130px;
    margin: 5px auto 15px;
}
.treat-sec .hm-treatsec h4{
    color: #a91456;
    font-size: 21px;
    line-height: 34px;
    font-weight: 500;
    margin: 0px auto 10px;
    text-align: center;
}
.treat-sec .hm-treatsec p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #213368;
    text-align: center;
}
.rdmr-btn{
    float: left;
    width: auto;
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 2px solid #6bbe14;
    transition-duration: .3s;
}

.rdmr-btn:hover, .rdmr-btn:focus{
    background: #6bbe14;
    color: #fff;    
}

.courses-sec{
    float: left;
    width: 100%;
    min-height: 350px;
    background: url(../images/gabria-course-details.jpg) no-repeat top center;
}

.courses-sec .bgcolour{
    background: rgba(0,0,0,0.6);
    padding-top: 15px;
    padding-bottom: 30px;
    float: left;
}
.courses-sec .item-course{
    float: left;
    background: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 15px;
}
.courses-sec .item-course img{
    float: left;
    width: 100%;
}
.courses-sec .bgcolour h2{
    font-weight: 500;
    color: #fff;
    font-size: 36px;
    padding-left: 25px;
}

.testisec{
    float: left;
    width: 100%;
    background: #0d111a url(../images/miraclerehab-centre.webp) repeat top center;
    padding: 60px 30px 100px 30px;
    text-align: center;
    background-size: cover;
}
.testisec .testi-hd{
    color: #a91456;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px; 
}
.testisec .testi-hddescri{
    color: #333333;
    font-size: 18px; 
    margin-bottom: 30px;      
}
.testisec .owl-carousel .item{
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 0px;   
}
.testisec .owl-carousel .item p{
    margin: 10px 0px 5px 0px;
    font-size: 16px;
}
.testisec .owl-theme .owl-dots .owl-dot.active span, .testisec .owl-theme .owl-dots .owl-dot:hover span{
    background: #a91456;
}
.testisec .owl-theme .owl-dots .owl-dot span{
    margin: 15px 7px;
}
.testisec .owl-carousel .item img{
    margin: auto;
}
.testisec .owl-carousel .item h4{
    color: #383838;
    font-size: 19px;
    line-height: 34px;
    font-weight: 500;
    padding: 10px 0px 0px;
    margin: 0px auto 0px;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    margin: 10px;
    color: #213368 !important;
    background: #fff !important; 
    border-radius: 0;   
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;       
}
.owl-theme .owl-dots .owl-dot {
    display: none !important;
}
.owl-theme .owl-nav {
    margin-top: 25px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: #213368 !important;    
    color: #f39731 !important;    
}

.testi-moni{
    float: left;
    width: 100%;
    display: block;
}

.owl-nav {
    text-align: center;
    margin-top: 15px;
}

.testimonial-item {
    
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: inset 0px 1px 15px 5px rgba(0, 0, 0, 0.1);
}
.testimonial-item .tsti-img{
    display: block;
    border-radius: 100%;
    overflow: hidden;
    max-width: 80px;
    margin: auto;
}
.cont-txt h5{
    font-size: 18px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: relative;
    font-size: 30px !important;
    line-height: normal !important; 
    border: 1px solid #e3e3e3 !important;  
}
.owl-carousel .owl-nav button.owl-next >span, .owl-carousel .owl-nav button.owl-prev >span{
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
}
h2.testi{
    color: #fff;
    font-size: 50px;
    text-align: center;
    color: #213368;
    font-weight: 400;
    margin: 5px auto 30px;
    padding: 10px 0px;   
}
h2.testi::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #52bbbf;
    margin: auto;
    margin-top: 70px;
    left: 0;
    right: 0;
}

.galsec {
    display: block;
    padding: 30px 0px;
}

.testimonial-item p{
  font-size: 18px;
  margin-bottom: 10px;
}

.testimonial-item h4{
  font-size: 16px;
  font-weight: 600;
}
.main-carousel{
    display: block;
}
.owl-nav{
    text-align: center;
}
.testi-moni{
    float: left;
    width: 100%;
    display: block;
    padding: 60px 0px 60px 0px;
    background: url(../images/Miracle-Rehabilitation-Centre-bg.png) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.miracle-gallery-content{
    float: left;
    width: 100%;
}
.miracle-gallery-item{
    display: block;
}
.miracle-gallery-item-content{
    display: block;
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3fb99e;
    padding: 5px 20px;
}
.miracle-gallery-item-content h5 {
    font-size: 21px;
    line-height: normal;
    padding: 10px 0px;
    margin: 0;
}
.miracle-gallery-item-content p{
    font-size: 18px;
}
.carousel-indicators{
    z-index: 0;
}

.cont_link_box{
    position: relative;
    display: block;
}
a.callnow_inte, a.whatsapp_inte{
    padding: 7px;
    border-radius: 100px;
    background: #0cb0e3;
    color: #fff;
    font-size: 28px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}
a.whatsapp_inte{
    bottom: 70px;
    background: #2ab03f;
    color: #fff;
}


.ft-sec{
	float: left;
	width: 100%;
    background: #2b344c url(../images/ft-background.jpg) center center repeat;
    background-size: cover;
    padding: 40px 0px 20px;
}
.ft-sec .ft-topmapSec{
    float: left;
    width: 100%;
    background-color: #a5d851;  
    margin: auto;
    text-align: center;    
}
.ft-sec .ft-topmapSec .mapifram{
    float: none;
    width: 100%;
    margin: auto;
    padding: 30px 30px;
    text-align: center;
}
.ft-sec .ft-topmapSec .mapifram iframe{
    width: 100%;
}
.ft-sec .ft-topsec{
	float: left;
	width: 100%;
    padding: 15px 0px;
}
.ft-sec .ft-topsec .ft-wheresec{
	float: left;
	width: 100%;	
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec li{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #dceaf9;
    margin-bottom: 15px;
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec li a{
	color: #dceaf9;
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec li a:hover, .ft-sec .ft-topsec .ft-wheresec ul.wheresec li a:focus{
	color: #ffc001;
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec li i.fa{
	color: #ffc001;
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec li span.title-ft{
	color: #fff;
}
.ft-sec .ft-topsec h3.ft-hd{
    position: relative;
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.ft-sec .ft-topsec h3.ft-hd::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #52bbbf;
    margin-top: 45px;
}

.ft-sec .ft-topsec .ft-infosec{
	float: left;
	width: 100%;	
}
.ft-sec .ft-topsec .ft-infosec img.ftlogo{
    max-width: 263px;
    margin: 25px 0px 15px;
}
.ft-sec .ft-topsec .ft-infosec p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    color: #dddee1;    
}
.ft-sec .ft-topsec .ft-infosec p a:hover{
    color: #52bbbf;
}
.ft-sec .ft-topsec .ft-infosec .addres{
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
}
.ft-sec .ft-topsec .ft-infosec .emaiph{
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
}
.ft-sec .ft-topsec .ft-infosec .addres i.fa{
    color: #52bbbf;
    font-size: 20px;
    display: inline-block;
    float: left;
    position: relative;
    width: 20px;
    height: 70px;
}
.ft-sec .ft-topsec .ft-infosec .emaiph i.fa{
    color: #52bbbf;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    float: left;
    position: relative;
    width: 20px;
    height: 20px;    
}

.ft-sec .ft-topsec .ft-infosec .ft-rdmr{
    text-transform: uppercase;
    color: #6bbe13;
}
.ft-sec .ft-topsec .ft-infosec .ft-rdmr:hover, .ft-sec .ft-topsec .ft-infosec .ft-rdmr:focus{
    color: #000;
}
.ft-sec .ft-topsec .ft-infosec .ft-spcl{
    margin: 5px 0px 10px;
    float: left;
    width: 100%;
    color: #000;
    text-transform: uppercase;
}
.ft-sec .ft-topsec .ft-infosec .ft-info{
    padding: 0;
    margin: 0;    
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li{
    float: left;
    width: 100%;
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li >a{
    float: left;
    color: #dedede;
    font-size: 14px;
    padding: 5px 0px;  
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li >a >i.fa{
    padding-right: 5px;
    color: #aa0f4d;
}

.ft-sec .ft-topsec .ft-infosec ul.ft-links{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li{
    float: left;
    width: 100%;    
    margin-bottom: 0px;	
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li a{
    color: #dddee1;
    font-size: 16px;
    line-height: 42px;
    transition-duration: .3s;
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li a i.fa{
    padding-right: 5px;
    color: #52bbbf;    
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li:hover a, .ft-sec .ft-topsec .ft-infosec ul.ft-links li:focus a, .ft-sec .ft-topsec .ft-infosec ul.ft-links li.active a{
	color: #52bbbf;
    padding-left: 5px;
}

.ft-sec .ft-topsec .ft-infosec ul.ft-links li>ul{
    margin: 0px;
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li>ul>li>a{
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    transition-duration: .3s;    
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li > ul li:hover a, .ft-sec .ft-topsec .ft-infosec ul.ft-links li > ul li:focus a{
    color: #fff;
}
.ft-sec .cont-txt .ft-infosec ul.ft-links li{
    padding-left: 0px;
    border-bottom: 1px solid #6b9d9f;
}
.ft-sec .cont-txt .ft-infosec ul.ft-links li::before{
    content: "";
    display: none;
}

.ft-sec .ft-topsec .ft-mapsec{
	float: left;
	width: 100%;	
}
.ft-sec .ft-topsec .ft-mapsec .mapifram{
	float: left;
	width: 100%;	
}
.ft-sec .ft-topsec .ft-mapsec .mapifram iframe{
	float: left;
	width: 100%;
	min-height: 250px;	
}
.ft-sec .ft-btmsec{
	float: left;
	width: 100%;
    padding: 20px 0px;		
}
.ft-sec .ft-btmsec .ftbtmline{
    float: left;
    width: 100%;
    border-top: 1px solid #62949d;
}
.ft-sec .ft-btmsec .ftbtmline p{
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    margin-top: 25px;
    text-align: left;    
}
.ft-sec .ft-btmsec .ftbtmline p.dsgn{
    text-align: right;
}
.ft-sec .ft-btmsec .ftbtmline p a{
	color: #c6c6c6;
}
.ft-sec .ft-btmsec .ftbtmline p.txt-rght{
	float: right;
}
/*about us section*/
.inn-sec{
    float: left;
    width: 100%;
    padding: 0px 0px;
    background: #fff;
}
.inn-sec .inn-bnr{
    float: left;
    width: 100%;
    padding: 10px 0px 20px;
    background: #4c5961;	
}
.inn-sec .inn-bnr h1 {
    margin: 15px auto 25px;
}
.inn-sec .inn-bnr ul.breadcrumb{
    clear: both;
    float: left;
    width: auto;
    background: transparent;
    padding: 0px 0px;
    margin: -5px 0 0 0;   
}
.inn-sec .inn-bnr ul.breadcrumb li{
	color: #ccc;
}
.inn-sec .inn-bnr ul.breadcrumb li a{
	color: #fff;
}
.inn-sec .breadcrumb>li+li:before {
    color: #2e3238;
}
.inn-sec #abt-tab{
	float: left;
	width: 100%;
}
.inn-sec #abt-tab ul.nav.nav-pills {    
    margin-top: 30px;
    position: relative;
}
.inn-sec #abt-tab ul.nav.nav-pills:before{
	content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #4c5961;
    margin-top: 24px;
}
.inn-sec #abt-tab .nav-pills>li >a{
    border-radius: 0px;
    color: #000;
    background: #fff;
}
.inn-sec #abt-tab .nav-pills>li.active>a, .inn-sec #abt-tab .nav-pills>li.active>a:focus, .inn-sec #abt-tab .nav-pills>li.active>a:hover{
	color: #fff;
    background-color: #252837;
}
.inn-sec #abt-tab .nav-pills>li {
    float: left;
    border: 1px solid #252837;
    margin-left: 0px !important;
}
.inn-sec #abt-tab .tab-content h2{
	font-size: 28px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;	
}
.inn-sec #abt-tab .tab-content h3{
	font-size: 26px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;	
}
.inn-sec #abt-tab .tab-content h4{
	font-size: 24px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;	
}
.inn-sec #abt-tab .tab-content .bx-wrp{
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border: 2px solid #04adee;
	min-height: 460px;
	margin: 20px auto;	
}
.inn-sec #abt-tab .tab-content .bx-wrp p{
    min-height: 55px;	
}
.inn-sec #abt-tab .tab-content .bx-wrp h4{
	margin-top: 0px;
}
.inn-sec #abt-tab .tab-content img{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.inn-sec #abt-tab .tab-content .floatimg{
    float: left;
    width: 100%;
    height: auto;
    max-width: 500px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.inn-sec #abt-tab .tab-content ul{
    padding: 0px;
    margin: 0px;
}
.inn-sec #abt-tab .tab-content p, .inn-sec #abt-tab .tab-content a{
	font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;		
}
.inn-sec #abt-tab .tab-content ul li, .inn-sec #abt-tab .tab-content ol li{
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    list-style: disc;
    text-align: left;
    padding: 0px 0px;	
}
.inn-sec #abt-tab .tab-content ul.serv-sub{
	float: left;
	width: 100%;
    padding: 15px 0px;
}
.inn-sec #abt-tab .tab-content ul.serv-sub li{
	float: left;
    width: 100%;
    padding: 10px 15px;
    list-style: none;
    border: 2px solid #4dd42e;
    margin: 0;
    margin-bottom: 5px;
    transition-duration: .3s;
}
.inn-sec #abt-tab .tab-content ul.serv-sub li:hover{
	border: 2px solid #ececec;
	padding-left: 20px;
}
.inn-sec #abt-tab .tab-content .build-img{
    margin-top: 15px;	
}
.inn-sec #abt-tab .tab-content .whyul{
	padding: 0px;
	clear: both;
}
.inn-sec #abt-tab .tab-content .whyul li{
    padding: 10px 10px;
    margin-bottom: 5px;
    list-style: none;
    border: 2px solid #ececec;
}

.inn-sec #abt-tab .tab-content .pric-sec{
	float: left;
	width: 100%;
}
.inn-sec #abt-tab .tab-content .pric-sec .pric-item{
	float: left;
	width: 100%;	
}
.inn-sec #abt-tab .tab-content .pric-sec .pric-item .pric-item-cont{
	float: left;
	min-height: 320px;
}
.inn-sec #abt-tab .tab-content .pric-sec .pricsec-itm{
	float: left;
	width: 100%;
	border:2px solid #ececec;
	padding: 15px; 
	margin-top: 10px;
	margin-bottom: 20px;	
}

.inn-sec #abt-tab .tab-content .pric-sec .pric-item h5{
    font-size: 24px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;	
}
.inn-sec #abt-tab .tab-content .pric-sec p{
	margin-top: 5px;
}
.inn-sec #abt-tab .tab-content .pric-sec p.nbtxt{
	font-size: 18px;
	color: #0caace;
}

.inn-sec #abt-tab .tab-content .tab-pane{
	padding-bottom: 20px;
    padding-top: 5px;
    float: left;
    width: 100%;	
}
.inn-sec .add-info{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.inn-sec .add-info i.fa{
    color: #ffc001;
}
.inn-sec .add-info .phno{
	text-decoration: none;
	outline: none;
	padding: 5px 5px;
}
.inn-sec .add-info .phno::first-child{
	padding-left: 0px;
}
.inn-sec .add-info h3{
	font-size: 21px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}

.inn-sec .frame-map{
	float: left;
	width: 100%;
}

.inn-sec #feedback-form{
	float: left;
	width: 100%;
}
.inn-sec #feedback-form .form-control{
	float: left;
	width: 100%;
	border-radius: 0;	
}
.inn-sec #feedback-form .subbutton{
	float: left;
    margin-top: 15px;
    min-height: 107px;	
    width: 100%;
    background: #ffc001;
    border: none;
    transition-duration: .3s;
}
.inn-sec #feedback-form .subbutton:hover{
    background: #252837;
    color: #fff;
}
.inn-sec #feedback-form textarea.form-control{
	resize: none;
}
.inn-sec .cont-sec{
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 40px;
}
.gal_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0px;
    background: #FFF;
}
.gal_sec .form-group{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.gal_sec .form-group .form-control{
    border-radius: 0px;
    outline: none;
    margin-bottom: 10px;
}
.gal_sec .holder {
    float: left;
    width: 100%;
    text-align: center;
    padding: 9px;
    margin: 0px auto 15px;
}
.gal_sec #itemContainer{
	float: left;
	width: 100%;
	padding: 0px;
}
.gal_sec #itemContainer li{
	position: relative;
    float: left;
    width: 25%;
    height: auto;
    max-height: 170px;
    min-height: 170px;
    overflow: hidden;
    border: 2px solid #fff;
}
.gal_sec #itemContainer li a.albm-item{
	outline: none;
	text-decoration: none;
}
.gal_sec #itemContainer li img{
	float: left;
	width: 100%;
	opacity: 0.7;
	filter: opacity(70);
	transition-duration: .3s;	
}
.gal_sec #itemContainer li:hover img{
	opacity: 1;
	filter: opacity(100);
}
.gal_sec #itemContainer li .albm-title{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    transition-duration: .3s;
}
.gal_sec #itemContainer li:hover .albm-title{
	background: rgba(0, 0, 0, 1);
}
.gal_sec #itemContainer li .albm-title p{
    padding: 0px 0px;
    margin: auto;
    text-align: center;
    color: #f5f5f5;
    font-size: 14px;
    line-height: normal;
}
.fancybox img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.inn-sec .cont-sec #itemContainer {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.newswrap{
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid #fff;
    transition-duration: .3s;
    background: #f3f3f3;   
}  
.newswrap:hover{    
    background: #fff;
    border: 2px solid #ccc;
}
.newsitem{
    float: left;
    width: 60%;
    padding-left: 15px;
    height: auto;
    max-height: 133px;
    overflow: hidden;
}
.newsitem p.newsdate{
    font-size: 14px;
    font-weight: 400;
    font-style: italic;	
    margin-bottom: 0;
}
.newsitem h4{
    margin: 5px auto;
    font-size: 18px;
    font-weight: 600;
}
.newsitem p{
	font-size: 14px;	
}
.imgnews{
	float: left;
	width: 40%;	
}
.imgnews img{
	float: left;
	width: 100%;
    height: auto;
    max-height: auto;
    overflow: hidden;	
}
.newsdetail {
    float: left;
    width: 100%;
}
.newsdetail h4{
    font-size: 21px;
    font-weight: 400;
    margin: 5px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #4c5961;	
}
.newsdetail p.nedate{
	font-size: 14px;
	font-style: italic;
}
.newsdetail img{
	float: left;
	width: 100%;
	max-width: 350px;
	height: auto;
	max-height: 200px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.ft-sec .ft-topmapSec .mapifram .hd-title{
    float: left;
    width: 100%;
}
.ft-sec .ft-topmapSec .mapifram .hd-title h2{
    margin: 15px auto 25px;
    color: #fff;   
}
.hmabt-cont .hd-title h1.spcl-hd{
    color: #aa0e4d;
    font-size: 32px;
    margin-bottom: 25px;
}
.hmabt-cont h3{
    color: #056c3f;
    font-size: 30px;   
    margin: 15px auto; 
    font-weight: 400;       
}
.hmabt-cont h4{
    color: #333;
    font-weight: 500;
    font-size: 21px;
    line-height: normal;
    border-bottom: 1px solid #aa0e4d;
    margin: 5px 0px 15px;
    padding-bottom: 15px;  
}
.abt-img img{
    float: left;
    width: 100%;
}
.trtsec{
    float: left;
    width: 100%;
    border-top: 2px solid #a5d851;
    margin: 25px 0px 0px;    
}
.greenhd{
    color: #056c3f; 
    font-size: 17px;   
}

.hmabt-cont .table>tbody>tr>td, .hmabt-cont .table>tbody>tr>th, .hmabt-cont .table>tfoot>tr>td, .hmabt-cont .table>tfoot>tr>th, .hmabt-cont .table>thead>tr>td, .hmabt-cont .table>thead>tr>th{
    font-size: 16px;
}

.hmabt-cont .table-responsive{
    margin: 15px auto 0px;
}

.gal-sec {
    float: left;
    width: 100%;
    /*position: relative;*/
}
.gal-sec .galitem{
    float: left;
    width: 50%;
    position: relative;
    border: 2px solid #fff;
    overflow: hidden;  
}

.gal-sec .galitem .galimg{
    float: left;
    width: 100%;    
}
.gal-sec .galitem .gal-txt{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 5px 5px;
    text-overflow: clip;
    background: rgb(18 116 142 / 61%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;    
}
.gal-sec .galitem .gal-txt h5{
    padding: 0px;
    margin: 0px;
    color: #fff;
    text-align: left;
    font-size: 18px;    
}
.gal-sec .galitem .gal-txt p{
    padding: 0px;
    margin: 5px 0px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: normal;
}
.gal-sec .galitem:hover .gal-txt{
    /*padding: 10px 15px;*/
    background: rgb(22 157 127 / 80%);
}


.cont-info{
    padding: 0px 0px;
    list-style: none;  
}

.cont-txt ul.cont-info li{
    padding-left: 0px;
}

.cont-txt ul.cont-info li::before{
    content: "";
    display: none;
}
.cont-txt h4{
    font-size: 30px;
    font-weight: 400;
    color: #213368;
    padding: 10px 0;
    margin: 10px 0px;
}

.cont-info h5{
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    margin: 5px 0px;
    color: #213368;   
}
.cont-info h5 >i.fa{
    color: #169d7f;
    width: 20px;
    font-size: 18px;
}
.cont-info p{
    font-size: 15px;
}

.cont-txt .form-control{
    height: 40px;
    padding: 10px 12px;
    color: #213368;
    border: none;
    border-bottom: 2px solid #213368;
    border-radius: 0;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; 
}
.cont-txt .form-control:focus{
    border-bottom: 2px solid #f39731;
}
.cont-txt textarea.form-control{
    resize: none;
}
.cont-txt .form-group .btn-more{
    border-radius: 0px;
    float: right;
}

.hmabt-cont .contfrm{
    margin-top: 25px;
    margin-bottom: 20px;
}

.hmabt-cont .form-control{
    height: 40px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    resize: none;
    padding: 0px 0px;   
}
.hmabt-cont .btnContact{
      padding: 10px;
    float: right;
    background: #aa0f4d;
    color: #fff;
    border: 0px;
}
h5.mb-0{
    line-height: normal;
    padding: 15px 15px;
    margin: 5px auto;
    background: #12748e;
    color: #fff;
}
.card {
    margin-bottom: 5px;
}
.card-body{
    font-size: 16px;
    padding: 20px 20px;
    background: #e6fffd;
    color: #095366;
}



@media (min-width: 1465px) {

.abtsec1-img{
    margin-top: -169px;
}

}

@media (min-width: 1113px) and (max-width: 1283px){

   .abtsec1-img{
    margin-top: -139px;
   }

}
/*Extra large devices (1201px and up)*/
@media (min-width: 1201px) {

.container {
    width: 90%;
}


}

@media (min-width: 992px) and (max-width: 1113px){

.abtsec1-img{
    margin-top: -90px;
} 

}


@media (min-width: 1007px) and (max-width: 1100px){

   .abtsec1-img{
    margin-top: -118px;
   }

}
@media (min-width: 1101px) and (max-width: 1113px){

   .abtsec1-img{
    margin-top: -142px;
   }

}

/*Extra large devices (992 - 1200px)*/
@media (min-width: 992px) and (max-width: 1200px) {

.container {
    width: 95%;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a{
    padding: 10px 8px;  
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li>a{
    padding: 10px 10px;
    text-transform: uppercase;    
}
.hdtop-rht h4{
    padding: 25px 25px 20px 0px;
    font-size: 16px;   
}
.hd-title .imgsec{
    display: none;
}
/*.navbar-brand>img {
    max-width: 300px;
}*/
.whts-call-sec{
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: -37px;  
}
.whts-call-sec > ul{
    margin: 0px;
    padding: 0px;    
}
.whts-call-sec > ul > li > a.callbtn, .whts-call-sec > ul > li > a.whatsbtn{
   border-radius: 0;
   margin: auto 0px;
   padding: 5px 10px;
}
.whts-call-sec > ul > li{
    float: left;
}

#slide-navbar-collapse ul.navbar-nav.navmenusec{
   margin: 15px 0px; 
}
.abtsec1-img::before{
    display: block;
}

}

@media (max-width: 1200px) {

.whts-call-sec{
    display: none;
}
.cont-txt h1, .cont-txt h2, .cont-txt h2.whyt, .cont-txt h2.key{
    font-size: 26px;
    margin: 5px 0px 20px;
}
.cont-txt h1::before, .cont-txt h2::before, .cont-txt h2.whyt::before, .cont-txt h2.key::before{
    margin-top: 36px;    
}
.ft-sec .ft-topsec h3.ft-hd{
    font-size: 24px;
}
.treat-sec .hm-treatsec h3{
    font-size: 22px;
    margin: 5px 0px 15px;
    position: relative;
}
.treat-sec .hm-treatsec h3::before{
    top: 30px;
}
.cont-txt h4{
    font-size: 24px;
    clear: both;
    line-height: normal;
}
.treat-sec .hm-treatsec p{
    font-size: 14px;
}
.abtsec{
    padding: 30px 0px; 
}


}

@media (min-width: 992px){
    .hdtop-rht{
        width: 100%;
    }
    .navbar-brand {
        height: auto;
        padding: 5px 15px 5px 15px;
        position: absolute;
        z-index: 9;
        background: #b3aeae;
    }

    #slide-navbar-collapse ul.navbar-nav.navmenusec {
        margin: 0px 0px 0px;
    }  
 
    .whts-call-sec > ul > li > a.callbtn, .whts-call-sec > ul > li > a.whatsbtn{
        padding: 15px 15px;
    }
    #slide-navbar-collapse ul.navbar-nav.navmenusec>li>a{
       padding: 18px 10px;
    }

    .navbar-default .navbar-brand{
        padding: 8px 15px;
        background-color: #fff !important;
    }

}
/*Large devices (768 - 991 pixels)*/
@media (min-width: 768px) and (max-width: 991px) {

.miracle-gallery-item-content{
    position: relative;    
    background: #3fb99e;
    padding: 5px 20px;      
}    

.hmabt-cont .panel.panel-default>.panel-body{
    min-height: 2px;
}     

.container {
    width: 98%;
}

.abtsec1-img::before{
    display: none;
}
.navbar-default .navbar-brand{
    box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0);    
}

.navbar.navbar-default{
    max-height: 100%;    
}

.navbar-brand>img {
    max-width: 220px;
}
.hdtop-rht h4 {
    float: right;
    padding: 25px 0px 0px;
    font-size: 16px;
}
.hdtop-rht{
    width: 100%;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec{
    margin: 20px 0px;
    display: block;
    text-align: center;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec li{
    float: none;
    display: inline-block;
    padding: 0px 0px;
    margin: auto;
    text-align: center;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li>a{
    padding: 0px 10px;
}

.whts-call-sec{
    top: 16px;
    bottom: auto;
    right: -1px;
}
.whts-call-sec .free-class{
  padding: 12px 15px; 
}
.whts-call-sec .free-class > img{
    max-width: 75px;
}
.whts-call-sec > ul > li > a.callbtn{

}
.whts-call-sec > ul{
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
    max-width: 335px;
}
.navbar-brand>img {
    max-width: 90px;
    text-align: center;
    margin: auto;
    float: left;
}
.navbar-default .navbar-brand{
    margin: auto;
    text-align: center;
    width: 100%;
    /*border-bottom: 1px solid #d1d1d1;  */
}

.header-sec.affix .navbar-header {
    min-height: 70px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.lstphsec{
    float: right;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a {
    font-size: 14px;
    padding: 15px 10px;
}
.souvenir-lnk{
	top: 107px;
}
#owlnews-events .item img{
	width: 100%;
	display: block;
    margin-bottom: 20px;	
}
#owlnews-events.owl-carousel .owlnews-cont{
	width: 100%;
	display: block;
}
.our-mins, .tod-serm{
	min-height: 300px;
    padding: 20px 15px 40px;	
}

.cont-txt h1, .cont-txt h2, .cont-txt h2.whyt, .cont-txt h2.key{
    font-size: 26px;
    margin: 5px 0px 20px;
}
.cont-txt h1::before, .cont-txt h2::before, .cont-txt h2.whyt::before, .cont-txt h2.key::before{
    margin-top: 36px;    
}

.treat-sec .hm-treatsec h3{
    font-size: 22px;
    margin: 5px 0px 15px;
    position: relative;
}
.treat-sec .hm-treatsec h3::before{
    top: 30px;
}
.treat-sec .hm-treatsec p{
    font-size: 14px;
}

.ft-sec .ft-btmsec .ftbtmline{
	padding-top: 20px;
}
.ft-sec .ft-btmsec .ftbtmline p{
	text-align: center;
	margin: 0;
}
.ft-sec .ft-btmsec .ftbtmline p.txt-rght {
    width: 100%;
}

.gal_sec #itemContainer li{
	width: 33.33%;
}
.hd-title .imgsec{
    display: none;
}
.treat-sec .hm-treatsec h4{
    font-size: 26px;    
}

.gal-sec .galitem .gal-txt{
    position: relative;
    float: left;
    width: 100%;
    background: rgb(18 116 142);    
}

}

/*common large device section*/
@media (min-width: 768px) {

#carousel-example .carousel-indicators {
    bottom: 60px;
}
.our-mins .hmchos-sec h3{
	font-size: 36px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu{
    margin: 0px;
    padding: 0px;
}

/*#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li>a{
    
    text-transform: uppercase;    
}*/
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li:hover a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li:focus a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li.active a{
    color: #011d1e;
}
   
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) {

.miracle-gallery-item-content{
    position: relative;    
    background: #3fb99e;
    padding: 5px 20px;      
}     

.miracle-gallery-item-content{
    position: relative;
}
.gal-sec .galitem .gal-txt{
    position: relative;
    float: left;
    width: 100%;
    background: rgb(18 116 142);    
}
h2.testi{
    font-size: 36px;
}
h2.testi::before{
    margin-top: 50px;
}
.whts-call-sec > ul > li:hover::before
 {
    height: 0px;
}

.navbar-brand>img
 {
    max-width: 80px;
}

.cont-txt h1, .cont-txt h2, .cont-txt h2.whyt, .cont-txt h2.key{
    font-size: 36px;
    margin: 5px 0px 20px;
}
.cont-txt h1::before, .cont-txt h2::before, .cont-txt h2.whyt::before, .cont-txt h2.key::before{
    margin-top: 66px;    
}

.treat-sec .hm-treatsec h3{
    font-size: 40px;
    margin: 5px 0px 15px;
    position: relative;
}
.treat-sec .hm-treatsec h3::before{
    top: 48px;
}
.abt-img{
    text-align: center;
    margin:auto;
}

.courses-sec .bgcolour h2{
    font-size: 24px;
    font-weight: bold;
}   
.testisec .testi-hd{
    font-size: 24px;
} 
.ft-sec .ft-topsec h3.ft-hd{
    font-size: 24px;
}


.navbar-default .navbar-brand {
    box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0);
}

.hmabt-cont .hd-title h1.spcl-hd{
    font-size: 26px;
    margin-bottom: 15px;
} 
.hmabt-cont .panel ul li {
    font-size: 16px;
    margin-bottom: 15px;
} 
.hmabt-cont .panel.panel-default>.panel-heading{
    font-size: 21px;
}  

.hmabt-cont .panel.panel-default>.panel-body{
    min-height: 2px;
}    

.abtsec1-img::before{
    display: none;
}    

.header-sec.affix .hdtop-rht{
    display: none;
}
.navbar.navbar-default {
	border: none;
    max-height: 100%;
    background: #3fb99e;   
}
.headtopsec ul.hdleft-top li a{
    padding: 10px 5px;
    width: 30px;
    height: 41px;
    text-align: center;
}
.headtopsec ul.hdleft-top li a .hdtxt-sec, .headtopsec ul.hdrght-top li .hdtop-lbl{
	display: none;
}
.headtopsec ul.hdrght-top li a {
    float: right;
    width: 35px;
    height: 41px;
    font-size: 16px;
    line-height: 22px;
}

.navbar-header .navbar-toggle {
    border: none;
    border-radius: 0;
    margin-top: 35px;
    background-color: transparent !important;    
}
.navbar-header {
    border-bottom: 1px solid #e0e0e0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #213368;
    width: 25px;
    height: 4px;
    border-radius: 3px;    
}

.hdtop-rht .hdtop-in-lft .hd-ph-em{
    margin: 0px 10px 0px 0px;
    padding: 5px 0px;
}
.navbar-brand{
    padding: 10px 15px 10px 15px;
}
.hdtop-rht .hdtop-in-lft .hd-ph-em{
    font-size: 14px;
    margin: 5px 5px;
}


.whts-call-sec{
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 999;
    /*display: block;*/
}

.whts-call-sec .free-class{
    width: 100%;
    text-align: center;
    margin: auto;
    display: none;
}
.whts-call-sec .free-class > img {
    text-align: center;
    margin: auto;
}
.whts-call-sec > ul{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: normal;
    margin: 0px;    
}
.whts-call-sec > ul > li{
    width: 100%;
    border-bottom: 1px solid #0d1428;
}
.whts-call-sec > ul > li > a.whatsbtn, .whts-call-sec > ul > li > a.callbtn{
    padding: 10px 10px;
    margin: 0;
    width: 100%;
}


/*navigation menu media*/

  #slide-navbar-collapse {
    position: fixed;
    top: -1px;
    left: 0px;
    z-index: 99;
    width: 80%;
    max-width: 325px;
    height: 100%;
    background-color: #ffffff;
    border-right: 2px solid #0d1428;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #171717;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
  }

.hdtop-rht h4{
    padding: 25px 0px 0px;
    line-height: 26px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffbc00;
    width: 100%;
    text-align: center;    
}
.menu-overlay{
    opacity: 0.7;
    filter: alpha(opacity=70);    
}
.hdtop-rht p{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;    
}
.hdtop-rht p span {
    color: #fff;
}

#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo{
	display: block;
}

#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a{
	border-radius: 0px;
	background: none;
    float: left;
    width: 100%;
    padding: 10px 20px; 
    color: #333;  
    /*border-bottom: 1px dotted #ccc; */  	
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li:hover > a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.active > a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li:active > a{
    /*background: #e3e3e3;*/
    color: #213368;
    border-bottom:2px solid #12748e;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 10px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo >a{
	background: none !important;
    padding: 15px 0 5px; 
    border: none;  
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo >a >img {
    padding: 10px 5px 10px 0px;
    margin-top: 20px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo >a >img {
    padding: 0px 5px 10px;
    margin: 0px auto;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a{
    padding: 10px 10px; 
    border-bottom: 2px solid #ffffff;   
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open>ul.dropdown-menu{
    text-align: center;
    display: block !important;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu>li{
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu>li>a{
    color: #6e6e6e;
    padding: 5px 10px;
    border-bottom: none;
    text-transform: capitalize;
    letter-spacing: 0;    
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu>li:hover >a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu>li:focus >a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu>li.active >a{
    background: transparent;
    color: #000000;
    border-bottom: none;    
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li {
    text-align: center;
    letter-spacing: 1.2px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo >a >img {
    max-width: 210px;
}
.hdtop-rht .hdtop-in-lft a{
    margin: 0px 5px;
}
.navbar-toggle{
    padding: 9px 5px;
}
.souvenir-lnk{
    right: 0;
    top: 0px;
    background: #000;	
}
.souvenir-lnk a{
	color: #fff;
}
.souvenir-lnk:before{
	border-top: 38px solid #000;
}
.about-hm{
	margin-top: 0px;
}

.nwsevnts-sec{
	margin-top: 0px;
	padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;	
}
#owlnews-events .item img{
	width: 100%;
	display: block;
    margin-bottom: 20px;	
}
#owlnews-events.owl-carousel .owlnews-cont{
	width: 100%;
	display: block;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(169 221 44) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(169 221 44) 100%);
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(169 221 44) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left{
    background-image: -webkit-linear-gradient(left,rgb(107 190 19) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-linear-gradient(left,rgb(107 190 19) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-linear-gradient(left,rgb(107 190 19) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;    
}
.hmabt-cont .table-responsive {
    margin: 15px auto 0px;
}

.hmabt-cont{
    padding: 25px 25px;    
}
.treat-sec .hd-title h2{
    text-align: center;
    font-size: 28px;
}
.treat-sec .hm-treatsec{
    margin: 15px 0px;
}
.gallery-sec{
    padding-left: 15px;
    padding-right: 15px;	
}
.our-mins, .tod-serm{
	min-height: 300px;
    padding: 20px 15px 40px;	
}
.tod-serm .hd-title h2{
	margin-top: 15px;
}
.shedu-sec {
    padding: 20px 0px 60px;
}
.shedu-sec ul.schedu-lst{
	padding: 0px 0px;
}
.shedu-sec ul.schedu-lst li:last-child{
	border-bottom: 1px solid #333c6b;
}

.ft-sec .ft-btmsec .ftbtmline{
	padding-top: 20px;
}
.ft-sec .ft-btmsec .ftbtmline p{
	text-align: left;
	margin: 0;
}
.ft-sec .ft-btmsec .ftbtmline p.txt-rght {
    width: 100%;
}
.ft-sec .ft-topmapSec .mapifram .hd-title h2{
    text-align: left;
}
.ft-sec .ft-btmsec{
    padding: 20px 0px; 
}
.shedu-sec ul.schedu-lst li{
	width: 100%;
}

.inn-sec #abt-tab .tab-content ul.serv-sub{
	padding: 0px 0px;
}
.inn-sec #abt-tab .tab-content .bx-wrp{
	min-height: 1px;
}
.inn-sec #abt-tab .tab-content .pric-sec .pric-item .pric-item-cont{
	min-height: 1px;	
}
.inn-sec .frame-map{
	margin-top: 15px;
}
.hd-title .imgsec{
    display: none;
}
.treat-sec .hm-treatsec h4{
    font-size: 21px;
    line-height: 36px;
    text-align: center;    
}
.treat-sec .hm-treatsec p{
    font-size: 16px;
    line-height: 28px;
    text-align: center;    
}`

.rdmr-btn{
    float: left;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    display: block;    
}
.hmabt-cont .hd-title h1{
    text-align: left;    
}
.about-hm .hmabt-cont p{
    font-size: 16px;
    line-height: 28px;
    text-align: left;    
}
.about-hm .hmabt-cont .abt-btn-hm{
    float: left;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    display: block;     
}
.treat-sec .hm-treatsec {
    padding: 0px 15px;
    margin: 0px;
}
.abtsec{
    padding: 30px 30px;    
}
.ft-sec .ft-topmapSec .mapifram{
    padding: 30px 15px;    
}
.ft-sec .ft-btmsec .ftbtmline p{
    margin: 0px 0px 10px;
    line-height: normal;
    text-align: center;
}
.ft-sec .ft-btmsec .ftbtmline{
    margin-bottom: 0px;   
}
.ft-sec .ft-btmsec .ftbtmline p.dsgn{
    text-align: center;
}
.hmabt-cont h3{
    text-align: left;
}
.hmabt-cont h4{
    text-align: left;
    line-height: 32px;
}

}

/*special ( 660px - 768px )*/
@media (min-width: 660px) and (max-width: 768px) {

.hdtop-rht .hdtop-in-lft{
    width: auto;
    text-align: left;  
}
.hdtop-rht .hdtop-in-rght{
    width: auto;
    text-align: left;   
}

}

/*special ( 660px - 768px )*/
@media (min-width: 320px) and (max-width: 660px) {

.hdtop-rht .hdtop-in-lft{
    width: 100%;
    text-align: center;  
}
.hdtop-rht .hdtop-in-rght{
    width: 100%;
    text-align: center;
    background: #dadada;   
}
.hdtop-rht .hdtop-in-rght .soc {
    float: none;
    display: inline-block;
}


}

/*Small devices ( 576px - 767px )*/
@media (min-width: 576px) and (max-width: 767px)  {

.hdtop-rht{
    padding: 0px 0px;
} 
.cont-txt h1::before, .cont-txt h2::before, .cont-txt h2.whyt::before, .cont-txt h2.key::before{
    margin-top: 36px;
}   

.inn-sec #abt-tab .tab-content .floatimg{
	max-width: 50%;
}
.inn-sec #abt-tab .nav-pills>li{
    float: left;
    width: 100%;
    display: block;	
}
.gal_sec #itemContainer li{
	width: 50%;
}
.abtsec1-img{
    width: 40%;
}
.hd-title{
    width: 100%;
}
.hmabt-cont .hd-title h1 {
    text-align: left;
}
.about-hm .hmabt-cont p{
    text-align: left;    
}
.about-hm .hmabt-cont .abt-btn-hm{
    float: left;
}
.hmabt-cont h4{
   text-align: left; 
}
.navbar-header .navbar-toggle{

}
.hdtop-rht {
    padding: 0px 0px;
}

.gal-sec .galitem{
    width: 100%
}

}

/*smallest device 381 - 575 pixels*/
@media (min-width: 381px) and (max-width: 575px) {

.hdtop-rht{
    padding: 0px 0px;
}      

.navbar-brand{
    padding: 10px 15px 10px 15px; 
}
.navbar-brand>img {
}
.navbar-header .navbar-toggle{
    margin-top: 35px;
}
.inn-sec #abt-tab .tab-content .floatimg{
	padding-right: 0px;
	max-width: 100%;
}
.inn-sec #abt-tab .nav-pills>li{
    float: left;
    width: 100%;
    display: block;	
}
.gal_sec #itemContainer li{
	width: 50%;
    max-height: 120px;
    min-height: 120px;
}
.abtsec1-img{
    width: 100%;    
}
.abtsec1-img img{
    padding-right: 0px;
}
.hd-title{
    width: 100%;
}
.hmabt-cont .hd-title h1{
    margin: 15px auto 15px;  
}
.hmabt-cont h4{
   text-align: left; 
}

.abtsec{
    padding: 30px 10px;    
}
.gal-sec .galitem{
    width: 100%
}

}

/*smallest device 320 - 380 pixels*/
@media (min-width: 320px) and (max-width: 380px) {

.hdtop-rht{
    padding: 0px 0px;
}       

.hdtop-rht .hdtop-in-lft .hd-ph-em {
    margin: 0px 0px 0px 0px;
}    

#slide-navbar-collapse{
	width: 268px;
}
.navbar-brand>img {
    max-width: 80px;
}
.navbar-header .navbar-toggle {
    margin-top: 30px;
}

.inn-sec #abt-tab .nav-pills>li{
    float: left;
    width: 100%;
    display: block;	
}
.inn-sec #abt-tab .tab-content .floatimg{
	padding-right: 0px;
	max-width: 100%;
}
.gal_sec #itemContainer li{
	width: 100%;
}
.abtsec1-img{
    width: 100%;
    margin-bottom: 15px;
}
.hd-title{
    width: 100%;
}
.abtsec1-img img{
    padding-right: 0px;    
}
.hmabt-cont h4{
   text-align: left; 
}

.abtsec {
    padding: 30px 10px;
}
.gal-sec .galitem{
    width: 100%
}

}
