/*-------------------------------------*/
/* -------------custom css------------ */
/*------------------------------------ */

*,
body,
html {
  padding: 0;
  margin: 0;
  font-family: 'DMSans';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  color: #111111;
  min-width: 360px;
  background: url("../images_new/3462271_62766.png") repeat; 
  background-size:contain;
}
@font-face{
	font-family: "DMSans";
	src: url("../fonts/DMSans-Regular.ttf") format('truetype'); 
	font-weight: normal;
}
@font-face{
	font-family: "DMSans";
	src: url("../fonts/DMSans-Light.ttf") format('truetype'); 
	font-weight: 300;
}
@font-face{
	font-family: "DMSans";
	src: url("../fonts/DMSans-Medium.ttf") format('truetype'); 
	font-weight: 700;
}
@font-face{
	font-family: "DMSans";
	src: url("../fonts/DMSans-Bold.ttf") format('truetype');
	font-weight: bold;
}
@font-face{
	font-family: "Raleway";
	src: url("../fonts/Raleway-Bold.ttf") format('truetype');
	font-weight: bold;
}
@font-face{
	font-family: "Dancing Script";
	src: url("../fonts/Dancing Script.ttf") format('truetype');
	font-weight: 700;
}
p {
  margin: 0 0 10px;
}
a, .fa {
  color: #EB4553;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: 0;  
  text-decoration: underline;
  color: #A82624;
}
a:focus {
  outline: 5px auto;
  outline-offset: -2px;
}
a:visited {
  color: #A82624;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin:0 auto;
  clear:both;
}
.continer-row{
  margin-right: -15px;
  margin-left: -15px;
  clear:both;
  box-sizing: border-box;
}

.red{
	color: #DA251D;
}
ul.topMenu,
ul.topMenu-right,
ul.popularMenu,
ul.galleryMenu{
  margin-top: 5px;
}
ul.topMenu-right{
  float: right;
}
ul.topMenu> li,
ul.topMenu-right> li,
ul.popularMenu> li,
ul.galleryMenu> li{
  list-style-type: none;  
  display:inline-block;
}
ul.topMenu> li> span{
  background: #e5e1e1	;
  padding:5px 8px;
  border-radius: 5px;
}
ul.topMenu> li> span::after{
  content: "x";
  margin-left: 10px;
  color: #999;
}
ul.topMenu> li> .fa,
ul.topMenu-right> li> .fa{
  font-size: 16px;
  margin-right: 5px;
  color:#EB4553;
}
ul.topMenu> li,
ul.topMenu-right> li{
  margin: 3px;
}
ul.popularMenu> li,
ul.galleryMenu> li{
  margin: 1px;
}
ul.topMenu >li >a,
ul.popularMenu>li >a{
  display: block;
  text-decoration: none;
  color: gray;  
  text-align:center;  
  border: 1px solid #e5e1e1	;
  border-radius: 5px;
}
ul.topMenu >li >a{
  padding:4px 10px;
  font-size:13px;
}
ul.popularMenu>li >a{
  padding:3px 8px;
  font-size:12px;
}
ul.topMenu >li:hover a,
ul.topMenu >li>a:hover,
ul.popularMenu >li:hover a,
ul.popularMenu >li>a:hover{
  color: #EB4553;
  border: 1px solid #EB4553;;
}
ul.leftMenu{
  margin-top: 40px;
}
ul.leftMenu> li{
  list-style-type: none;
  margin: 20px 0;
}
ul.leftMenu >li >a{
  display: block;
  text-decoration: none;
  color: inherit;  
  font-size:13px;
}
ul.galleryMenu> li>img{
  width:50px;
  height:50px;
}
.custom-input-search{
  width: 33%;
  min-width: 250px;
  border-radius: 5px;
  padding: 5px 10px;
  outline: none;
  border: 1px solid #ddd;
  background: #e5e1e1	;
}
.toglBtn{
  font-size: 20px!important;
  color: #EB4553;
  padding:0 10px;
  cursor: pointer;
  /*position: absolute;
  right: 10px;  
  margin-top: 15px;*/ 
}
section{
  width:100%;
  background-color: #FFD6CB	;
  display:block;  
  margin-bottom:20px;
  padding:15px;
}
.subHead-colg{
  margin-left:100px;
}
img.subHead-colg-logo{
  position:absolute;
  margin-left:-115px;
  margin-top:-63px;
  width:110px;
  height:110px;
}
/* .sub-head-logo{
  width:120px;
  height:120px;
  display:inline-block;
  vertical-align: top;
  margin-top:10px;
} */
ul.sub-head-sec{
  display:inline-block;
  margin-top: 5px;
  /* margin-left:10px; */
}
ul.sub-head-sec> li{
  list-style-type: none;
  display:block;
}
ul.sub-head-sec> li> ul{
  margin-bottom: 4px;
}
ul.sub-head-sec> li> ul> li{
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
ul.sub-head-sec h3{
  margin-left: 5px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
ul.sub-head-sec .fa{
  margin-left:5px;
  margin-right:5px;
  font-size:16px;
}
.quick-actions{
  float:right;
  text-align: right;
  margin-top:55px;
}
.quick-actions p{
  font-weight:600;
}
.quick-actions-small{
  float:right;
  margin-top:-32px;
  font-size: 10px;
  margin-right: -20px;
  visibility: hidden;
}
.tunnel:hover .quick-actions-small{
  visibility: visible;
}
.quick-actions button>.fa{
  padding-right:4px;
  font-size:18px;
}
.quick-actions-small button>.fa{
  font-size:14px;
  padding-right:3px;
}
.panel {  
  border: 1px solid #e5e1e1	;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.pan-header {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #e5e1e1	;
}
.pan-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight:700;
}
.pan-header > .fa{
  float:right;
  margin-top:-20px;
  font-size: 11px;
  border: 1px solid #999;
  color:#999;
  padding: 3px;
  border-radius: 50%;
  cursor: pointer;
}
.pan-body {
  padding: 15px;
}
.pan-spl-link{
  margin-top:15px;
  padding:10px 15px;
  border: 1px solid #e5e1e1	;
  border-radius:10px;
}
.tunnel{
  width:100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
  padding:15px 30px 10px;
  margin:6px 0;
}
.tunnel-header,
.pan-tunnel-header{
  font-size:14px;
  font-weight:700;
}
.tunnel-header{
  margin-bottom:10px;
}
.tunnel-details ul li,
.pan-tunnel-details ul li{
  list-style-type: none;
  display: inline-block;
  text-align:left;
}
.tunnel-details ul li{
  margin-right: 15px;
}
.pan-tunnel-details ul li{
  margin-right:5px;
  margin-top:10px;
  border:1px solid #ddd;
  padding:3px 8px;
  border-radius:10px;
  background:#fff;
}
.tunnel-details ul li small{
  display:block;
  color:gray;
}
.tunnel-details ul:nth-child(2) li{
  font-size: 13px;  
  margin-top:15px;
  margin-right:50px;
}
.tunnel-details ul.tunnel-inner li{
  font-size: 14px;  
  margin-top:20px;
  margin-right:30px;
}
.tunnel-details ul:nth-child(2) span,
.tunnel-details ul.tunnel-inner span{
  color:#eb4553;
}
.tunnel-chip{
  background-color: #A82624;
  color:#fff;
  position:absolute;
  right: 15px;
  font-size: 10px;
  padding: 2px 5px;
  margin-top: -15px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 4px;
}

.panel-tunnel{
  width:100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fcfcfc;
  padding:15px 15px 10px;
  margin-bottom:10px;
}
.panel-tunnel span{
  color:gray;
}
.corner-sec{
  position: absolute;
  right: 50px;
  font-size: 11px;
  color: gray;
}
.corner-sec>span{
  padding:4px;
  border: 1px solid #ddd;
  border-radius:6px;
  margin-left:10px;
  background-color: #fff;
}
.tunnel .fa-bookmark-o{
  position:absolute;
  right:50px;
  margin-top: -25px;
}
strong {
  font-weight: bold;
}
small {
  font-size: 12px;
  color:gray;
  margin: 6px 0;
}
.pan-title + label{
  margin-top:8px;
}
.useful_links{
  background:#A82624;
  color:#fff;
  padding:15px;
  margin: 50px 0;
}
.useful_links h3{
  padding-left:10px;
  margin-bottom: 40px;
}
.useful_links label{  
  margin-bottom: 20px;
}
.useful_links> ul >li{
  list-style-type: none;
  display:inline-block;
  vertical-align: top;
  padding-right:15px;
  padding-left:10px;
} 
.useful_links> ul >li >ul >li{
  list-style-type: none;
  display: block;
  margin-bottom: 5px;
} 
.useful_links> ul >li >ul >li >a{  
  color:#fff;
  font-size:11px;
}
.gal-container{
  padding: 8px 0;
  margin-bottom:10px;
}
.gal-img {
  margin-right:6px;
  float:left; 
  height:55px;
  width:55px;	
}
.gal-text p{
  font-weight:700;
  margin-bottom:0;
}
.btn-default,
.btn-default-red{
    border-radius: 5px;
    padding: 4px 12px;    
    outline: 0;
    margin-bottom: 10px;
    border: 1px solid;
}
.btn-default{
  color: #eb4553;
  border-color: #eb4553;
  background-color: #fff;
}
.btn-default-red{
  color:#fff;
  background-color: #eb4553;
  border-color: #eb4553;
}
.btn-default:hover{
	background: #ffe0de;
}
.btn-default-red:hover{
	opacity:0.9;
}


.home-grand{
  text-align: center;
  margin:20px auto;
}
.home-grand h2{
  font-family: "DMSans";
  font-size:70px;
  font-weight:bold;
}
.home-grand h3{	
	font-family: "DMSans";
	font-size:32px;
	font-weight:normal;
}
.home-grand ul{
	margin:20px auto 20px;
}
.home-grand ul li{
	list-style-type: none;
	display: inline-block;
	padding:5px 20px;
	font-family: "DMSans";
	font-size:20px;
	width:150px;
}
.home-grand img.ovee-icon{
	margin: 50px 0;
}
img.curveline-icon{    	   
	margin-bottom:20px;
	clear:both;
}
img.curv-icon1{  
	margin-left: 245px;
	height: 27px; 
}
img.curv-icon2{    
    margin-left: 450px;
	margin-bottom: 80px;
	height: 16px; 
}
img.curv-icon3{    
    margin-left: 235px;
    height: 16px; 
}
img.curv-icon4{    
    margin-left: 200px;
    height: 9px; 
}
img.curv-icon5{    
    height: 9px; 
}
ul.imgList{
	margin-top:60px;
}
ul.imgList h4{
    font-family: "Dancing Script";
    font-size:24px;
	font-weight:700;
	margin-top: 50px;	
	font-style:italic;
}
video{
	border-radius:30px;
	margin-top:160px;
	margin-bottom:-50px;
	/* border: 5px solid #F6F6F6; */
	width:920px;
	height:460px;
}
marquee{
	width:375px;
}
.midHeading{
	font-family:"DMSans";
	font-size:32px;
	font-weight:normal;
	color:#111111;
}
.sub-title{
  margin:40px auto;
  display:block;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  font-family:"DMSans";
  color:#000000;
  width:620px;
}
.servSec .sub-title{
  margin:120px auto 80px;
}
p.bgLogo{
	position:relative;
	font-family: "DMSans";
	font-weight:bold;
	text-transform:uppercase;
	-webkit-text-stroke: 1px #ebebeb;
    opacity: 0.4;
    color: #FFFFFF;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.29);
}
.bgl0, .bgl1{
	z-index:-1;
	font-size: 190px;
}
.bgl0{
	bottom:-210px;
}
.bgl1{
	bottom:-150px;
}
.bgl2{
	bottom:-115px;
	font-size: 180px;
	color: #FFFFFF!important;
	z-index:1;
}
.cont-sec-main{
	padding:4vw 6vw;
}
.cont-sec{
	border-left: 6px solid #DA251D;
	border-radius:3px;
	padding:3px 20px;
	margin-bottom:35px;
}
.cont-sec>label{
	margin-bottom:15px;
	cursor:pointer;
	font-size:24px;
	font-family: "DMSans";
	color:#111111;
}
.cont-sec p{
	display:none;
	font-size:20px;
	font-family: "DMSans";
	font-weight:normal;
	color:#111111;
}
.cont-sec p.active{
	display:block;
}

.clsMargin50{
	margin-top:50px;
	margin-bottom:50px;
}

.grayRed{
	width:100%;
	background: url("../images_new/sec_bg.png") no-repeat;
	background-size:cover;
	border-radius: 25px;
    padding: 90px 20px 40px;
	color: #ffffff;
	text-align:left;
	margin: 15px 0;
	min-height:320px;
}
.grayRed img{
	position:absolute;
	top:40px;
	right:50px;
	clear:both;
	width:64px;
	height:64px;
}
.grayRed h4{
	display:block;
	margin:20px 0 30px 0;
	width:100%;
	font-size: 32px;
	font-weight:bold;
	font-family: "DMSans";
}
.grayRed p{
	font-size: 20px;
	font-weight:normal;
	font-family: "DMSans";
}

.black{
	background: #000000;
	color: #FFFFFF;
	margin-top: 100px;
	margin-bottom:-50px;
	padding:20px 0 50px 0;
}
.hg-white{
	/* background-color: #FFFFFF; */
	color: #000000;
}
.hg-black{
	color: #FFFFFF;
	padding: 30px 0;
}
.hg-black p{
	color: #FFFFFF;
}
.about {
	margin-top:30px;
	margin-bottom:30px;
}
.pd-left{
	padding-left:6vw;
}
.girlImg{
	width:100%;
}
.liteClr{
	background: #fcfcfc;
    border-radius: 40px;
    padding: 20px;
	font-family:"DMSans";
}
.liteClr h2{
	font-size:70px;
}
.liteClr p{
	font-size:20px;
	font-weight:normal;
	color: #111111;
	padding: 10px 10px 10px 0;
}
.joinus h1{
	font-size:190px;
	font-weight:bold;
	color: #000000;
}
.joinus{
	margin:80px auto;
	text-align:center;
	width:70vw;
	background:#FCFCFC;
	padding: 40px 80px;
	border-radius:40px;
	font-family:"DMSans";
}
.joinus p{
	text-align:center;
	margin:20px auto;
	font-size:20px;
	font-weight:normal;
	color: #111111;
	padding:0 80px;
}
.ytChannel{
	width:100%; 
	margin:50px 0;
}
.ytProfile{
	margin:auto;
	text-align:center;
	display:block;
	padding:20px;
	font-family: "DMSans";
}
.ytProfile h3{
	font-size:30px;
	color: #000000;
	padding: 15px 0;
	font-weight:700;
	animation: anim1 0.5s ease-out;
}

.ytProfile h4{
	padding: 15px 0;
	margin-bottom:30px;
	animation: anim1 1s ease-out;
	font-size:30px;
	font-weight:normal;
}
.ytProfile p{
	color:#FF827D;
	font-size:30px;
	font-weight:900;
	animation: anim1 1.5s ease-out;
}
@keyframes anim1 {
  0% {transform: translateY(30px);}
  100% {transform: translateY(0);}
}

.bgPalered{
	background: #fff9f9;
    padding: 30px;
    width: 100%;
	border-radius:40px;
}

.colr-sec{
	width:100%;
	padding:60px 20px 0;
	margin:auto;
	text-align:center;
	border-radius: 40px;
}
/* .colr-sec img{ */
	/* width:100%; */
/* } */
.clr-01{
	background-color:#F5F9FF;	
}
.clr-02{
	background-color:#FAFFF5;
}
.clr-03{
	background-color:#FFF5F6;
}
.clr-04{
	background-color:#FFFCF5;
}

.prof{
	display:flex;
	flex-direction:row;
	margin:20px 0;
	min-height:250px;
}
.prof>img{
	width:80px;
	height:80px;
	border-radius:50%;
}
.ptext{
	padding: 0 10px;
	margin-top:-15px;
	margin-bottom: 15px;
	font-family: "DMSans";
	color:#111111;
}
.ptext p{
	font-size:20px;
	font-weight:normal;
	margin-bottom: 15px;
}
.ptext span{
	font-size:18px;
	font-weight:bold;
	display:block;
}
.ptext>.fa{
	font-size:18px;
	margin-bottom:10px;
}

ul.socialIcons {
	margin:0;
}
ul.socialIcons li{
	list-style-type:none;
	display:inline-block;
	padding:0;
	margin-right:5px;
	width:auto;
}
ul.socialIcons li:hover .fa,
ul.socialIcons li a:hover .fa{
	background: #FcFcFc;
	color:red;
}
.socialIcons .fa{
	width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #787878;
	color: #000;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    padding: 4px;
}

button:hover{
	opacity:0.9;
	cursor:pointer;
}
.btn-large-red,
.btn-large-white{	
	width:640px;
	padding:30px;
	font-size: 24px;
	font-family: "DMSans";
	font-weight:500;
	letter-spacing:0;	
	border: 0;
	border-radius: 62px;
	margin-bottom:20px;
}
.btn-large-red{
	color: #ffffff;
	background-color: #DA251D;    
    box-shadow: 0px 4px 0px rgba(47, 47, 47, 0.9);
	margin-top:30px;
}
.btn-large-white{
	color: #FF0000;
	background-color: #FFFFFF;
    box-shadow: 0px 4px 0px rgba(250, 0, 0, 0.9);
	margin-top:100px;
}
.btn-black{
	color: #FFFFFF;
	border: 0;
	background-color: #000000;
    border-radius: 30px;
	padding: 15px 75px;
    font-size: 20px;
	margin-top:40px;
	font-family:"DMSans";
	font-weight:normal;
}
.btn-plain{
  border: 1px solid;
  background-color: transparent;
  border-radius: 15px;
  padding: 5px 8px;
  font-size: 11px;
}
.btn-plain:hover,
.btn-plain:active{
  border:1px solid #A82624;
  color:#A82624;
}
.btn-center{
  text-align: center;
  margin:20px auto;
  display: block;
  padding:5px 20px!important;
}
.btn-active{
  border:1px solid #EB4553;
  border-radius:5px;
}
.btn-active>a{
  color: #EB4553 !important;
}

.mb-20{
  margin-bottom:20px;
}
.mt-20{
  margin-top:20px;
}
.mb-30{
  margin-bottom:30px;
}
.mt-30{
  margin-top:30px;
}
.help-icon{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:99;
}
.help-icon:hover{
	border:1px groove red;
	border-radius: 50%;
	cursor:pointer;
}

.footer_links{
  background:#EF403D;
  color:#080808;
  margin-top:20px;
  padding-bottom:15px;
}
.footer_links ul{
  padding:15px;
}
.footer_links label{  
  margin-bottom: 20px;
  color:#fff;
}
.footer_links> ul >li{
  list-style-type: none;
  display:inline-block;
  vertical-align: top;
  padding-right:15px;
  padding-left:15px;
} 
.footer_links> ul >li >ul >li{
  list-style-type: none;
  display: block;
  margin-bottom: 5px;
} 
.footer_links> ul >li >ul >li >a{  
  color:#080808;
  font-size:11px;
}
ul.social-icons> li>a{
  display:inline-block!important;
  margin-right:10px;
}
ul.social-icons> li>a> .fa{  
  font-size:18px;
  color:#fff!important;
}
.footer-search{
  width:100%;
  height:150px;
  background: url("../images/footer.jpg") no-repeat right;
  background-color: #000;
  background-size: 430px 150px;
  color:#fff;
  padding:30px 150px 0;
}
.footer-search>input{
  border: 1px solid #fff;
  width:300px;
  background:transparent;
  color:#fff;
  margin-right: 20px;
  padding: 8px;
  border-radius: 6px;
}
.footer-search .fa{
  color:#fff;
  font-size:15px;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
/*  max-width: 100% !important; */
}
hr {
  height: 0;
  color:#e5e1e1	;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e1e1	;
}
.panel-pink{
  width:100%;
  background-color: #ffe0de;
  padding:15px 20px;
  border-radius: 10px;
  margin-bottom:20px;
}
.box-pink{
  background-color: #ffc1be;
  width: 100px;
  box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
.box-blue{
  background-color: #e5e1e1	;
  width:90px;  
}
.box{
  padding:10px 0 0;
  margin:6px 4px;
  border-radius: 6px;
  text-align: center; 
  display:inline-block;
}
.box span{
  font-size: 15px;
  font-weight:bold;
}
.fa-heart{
  color:#eb4553;
  padding-right:5px;
}
.fa-arrow-circle-o-down{
  color: #fff !important;  
}
.box .fa-heart{
  padding-right:10px;
}
.box p{ 
  display:block;
  margin:5px auto;
  font-size:11px;
}
.gallery-view{
  float: right;
  margin-top: -22px;
  font-size: 12px;
}
.img-gal{
  width:68px;
  height:68px;
  display:inline;
  margin-right:3px;
  margin-bottom:5px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
button,
input,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
  overflow: auto;
  width: 100%;
  border-radius: 6px;
  padding: 6px;
  min-height: 80px;
}
#googleMap{
  width:100%;
  height:120px; 
  margin:10px 0;
}
copyright{
  text-align: center;
  margin: 25px auto;
  display:block;
  color:#fff;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
  width:100%;
  margin:15px 0;
}
tr {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}
th,td {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6{
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}







ul#tabs{
  text-align: center;
  display:block;
  margin:20px auto;
}
ul#tabs li{
  list-style-type: none;
  display: inline-block;
}
ul#tabs li a{
  display: block;
  padding: 3px 8px;
  border: 1px solid #FFF;
  border-radius: 15px;
  font-size:12px;
  color:#fff;
  text-decoration: none;
}
.tab-contain{
  margin:20px 0;
  padding:0;
  clear:both;           
    width:100%;
}
.tabActive{
  background:#A82624;
}
.color-red{
  padding:20px 0;
  background-color: #EB4553;
  color:#fff;
  margin: 20px 0;
}
.color-red .sub-title{
  margin: 20px auto 15px;
  color: #fff !important;
}
.slider .slider-inner .item .cont-div {
  margin:10px 5px;
  background: #fffbfb;
  color: #666;
  text-align: left;
  padding: 5px;
  box-shadow: 2px 3px 1px rgba(0,0,0,0.08);
  border-radius: 22px;
}
.cont-div::after {
  content: ">";
  margin-left: 48px;
  margin-top: -6px;
  float: right;
  font-size: 10px;
  font-weight: bold;
}
.cont-div .fa{
  float:left;
  margin:5px;
  font-size: 28px;
}
.cont-div label{
  margin-bottom: 0;
}
.color-red .left-arrow>.fa,
.color-red .right-arrow>.fa{
  color: #fff !important;
}
.cbox{
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  padding-top:15px;
  width:100%;
  margin: 20px 0;
}
.cbox>.gal-img{
  margin-left: 5px;
}
.c-pink{
  display: block;
  margin-top: 25px;
  background: pink;
  padding: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.c-pink>.gal-text{
  display: inline-block;
}
.c-pink>button{
  float:right;
}
.c-pink>.gal-text>label{
  margin-right: 10px;
}
.ft-clas{
  padding:10px;
  margin:15px 0;
  border: 2px solid rgba(0,0,0,0.05);
  border-radius: 8px;
}

.ft-clas .corn-sec{
  float:right;
  margin-top:-30px;
  color:#ef3e3a;
  font-size:11px;
}
.well{
  width:90%;
  height:220px;
  padding:50px 30px 10px;
  margin:30px auto;
  display:block;
  color:#fff;
  background: #ef3e3a url("../images/walker_bg.png") no-repeat bottom right;
  border-radius: 10px;
}
.clearfix{
  content:"";
  clear:both;
  display: table;
}
.univ-gal,
.coll-gal{
  margin:10px 0;
  background: #fff;
  border: 2px solid rgba(0,0,0,0.05);
  border-radius: 10px;
  text-align: center;
  display:block;
  padding:10px;
  color:#000;
}
.univ-gal img:nth-child(1),
.coll-gal img:nth-child(1){
  width: 100%;
}
.univ-gal img:nth-child(2),
.coll-gal img:nth-child(2){
  position: relative;
  margin-top:-30px;
  border-radius: 5px;
  border: 2px solid rgba(0,0,0,0.05);
}
.univ-gal>h4,
.coll-gal>h4{
  margin:15px 0;
}
.univ-gal button{  
  width:100%;
  display:block;
  margin:15px auto;
  background:#EB4553;
  color:#fff;
  border-radius: 10px;
  opacity:0.9;
  font-size:11px;
}
.univ-gal button:hover{
  opacity: 1;  
}
.data-div{
  width:80%;
  margin: 50px auto 30px;
  text-align: center;
}
.data-div h1{
  font-size:72px;
  font-weight: bold;
}
.data-div h4{
  font-weight: bold;
}
.table-btns button{
  width:48%;
  border-radius: 12px;
  margin: 15px 0;
}
.data-sec{
  text-align: center;
  padding:20px 10px;
  border-top:1px solid gray;  
}
.data-sec-last{
  border-bottom:1px solid gray;
}
.data-sec p{
  margin:18px 0 26px;
  padding:0 15px;
}
.data-sec> ul.topMenu> li> a{
  font-size: 11px;
  padding:3px 8px;
} 
.mob-switch{
  display:none!important;
}
.tab-switch{
  display:block;
}

/* listings  */

ul.li-pink{
  margin-top: 15px;
}
ul.li-pink li{
  list-style-type: none;
  display: inline-block;
  background-color: pink;
  padding: 5px 8px;
  font-size: 10px;
  margin: 3px;
  border-radius: 6px;
}
.bnm_studies{
  background: url(../images/bnm_bg.png) no-repeat right, #ffe0de;
  height: 130px;
  background-size: contain;
}
.panel-mini{
  margin-bottom:5px;
  border-bottom: 1px solid #ddd;
}
.panel-mini>.pan-header{
  padding:8px;
}
.panel-mini>.pan-header>.pan-title{
  font-size:14px;
}
.panel-mini>.pan-body{
  display:none;
}
select[multiple]{
  width:100%;
  border:none;
  overflow-y:auto;
}
select[multiple] option{
  padding:5px;
}

/* Media queries */

@media (max-width:767px){
	.home-grand img.ovee-icon {
		margin: 20px 0;
		transform: scale(0.4);
	}
 	.home-grand h2 {
		font-size: 18px;
	}
	.home-grand h3 {
		font-size: 12px;
	}
	.home-grand ul li {
		padding: 15px 0px;
        font-size: 13px;
        width: 75px;
	}
	.home-grand ul li img{
		width:100%;
	}
	marquee{
		width:300px;
	}
	ul.imgList h4 {
		font-size: 20px;
		margin-top: 36px;
	}
	img.curv-icon1 {
		margin-left: 90px;
		height: 9px;
	}
	img.curv-icon2 {
		margin-left: 120px;
        margin-bottom: 30px;
        height: 5px;
	}
	img.curv-icon3 {
		margin-left: 60px;
		height: 5px;
	}
	img.curv-icon4 {
		margin-left: 75px;
		height: 4px;
	}
	img.curv-icon5 {
		height: 5px;
	}
	.btn-large-red, 
	.btn-large-white {
		width: 260px;
        padding: 15px;
        font-size: 13px;
	}	
	video {
		margin-top: 10px;
        margin-bottom: -60px;
        width: 380px;
        height: 280px;
	}
	.midHeading {
		font-size: 24px;
	}
	.cont-sec {
		padding: 3px 15px;
		margin-bottom: 20px;
	}
	.cont-sec>label {
		margin-bottom: 12px;
		font-size: 18px;
	}
	.cont-sec p {
		font-size: 16px;
	}
	.colr-sec img {
		width: 70%;
	}
	.servSec .sub-title {
		margin: 50px auto 30px;
	}
	.sub-title {
		margin: 15px auto;
        font-size: 24px;
        width: 300px;
	}
	.hg-white h2{
		font-size:24px;
	}
	.hg-black {
		padding: 15px 0;
	}
	.grayRed {
		padding: 60px 15px 20px;
        min-height: 240px;
	}
	.grayRed img {
		top: 30px;
		width: 48px;
		height: 48px;
	}
	.grayRed h4 {
		margin: 20px 0 30px 0;
        font-size: 22px;
	}
	.grayRed p {
		font-size: 14px;
	}
	.joinus {
		margin: 30px auto;
		width: 90vw;
		padding: 20px 40px;
		border-radius: 20px;
	}
	.joinus h1 {
		font-size: 70px;
	}
	.joinus p {
		font-size: 13px;
        padding: 0 15px;
	}

	.bgl0, .bgl1 {
		z-index: -1;
		font-size: 70px;
	}
	.bgl0 {
		bottom: -110px;
	}
	.bgl1 {
		bottom: -70px;
	}
	.bgl2 {
		font-size: 65px;
		bottom:-70px;
	}
	.pd-left {
		padding-left: 3vw;
	}
	.ptext p{
		font-size:16px;
		margin-bottom: 15px;
	}
	.ptext span{
		font-size:16px;
	}
	.liteClr{
		padding: 15px;
	}
	.liteClr h2 {
		font-size: 30px;
		bottom: -75px;
	}
	.liteClr p {
		font-size: 15px;
	}
	.ytProfile{
		padding: 15px;
	}
	.ytProfile h3 {
		font-size: 18px;
	}
	.ytProfile h4 {
		padding: 15px 0;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.ytProfile p {
		font-size: 18px;
	}
	.ytChannel{
		width:100%; 
		margin:10px 0;
	}
	.btn-black {
		padding: 8px 30px;
        font-size: 12px;
        margin-top: 25px;
	}
	.socialIcons .fa {
		width: 18px;
		height: 18px;
		font-size: 13px;
		padding: 3px;
	}
	.clsMargin50 {
		margin-top: 20px;
		margin-bottom: 15px;
	}

}

@media (min-width:768px) and (max-width:991px){
	.home-grand h2 {
		font-size: 36px;
	}
	.home-grand h3 {
		font-size: 20px;
	}
	.home-grand ul li {
		padding: 5px 15px;
		font-size: 16px;
	}
	img.curv-icon1 {
		margin-left: 180px;
		height: 14px;
	}
	img.curv-icon2 {
		margin-left: 240px;
		margin-bottom: 40px;
		height: 9px;
	}
	img.curv-icon3 {
		margin-left: 125px;
		height: 10px;
	}

	.btn-large-red, 
	.btn-large-white {
		width: 380px;
        padding: 20px;
        font-size: 16px;
	}	
	video {
		margin-top: 60px;
		margin-bottom: -120px;
		width: 560px;
        height: 360px;
	}
	.cont-sec>label {
		margin-bottom: 12px;
		font-size: 18px;
	}
	.cont-sec p {
		font-size: 16px;
	}
	.colr-sec img {
		width: 70%;
	}
	.servSec .sub-title {
		margin: 80px auto 40px;
	}
	.sub-title {
		margin: 40px auto;
		font-size: 42px;
		width: 480px;
	}
	.hg-black {
		padding: 15px 0;
	}
	.grayRed {
		padding: 60px 15px 30px;
		min-height: 300px;
	}
	.grayRed img {
		top: 40px;
		width: 48px;
		height: 48px;
	}
	.grayRed h4 {
		margin: 20px 0 30px 0;
		font-size: 24px;
	}
	.grayRed p {
		font-size: 16px;
	}
	.joinus {
		margin: 30px auto;
		width: 90vw;
		padding: 20px 40px;
		border-radius: 30px;
	}
	.joinus h1 {
		font-size: 120px;
	}
	.joinus p {
		font-size: 18px;
		padding: 0 40px;
	}

	.bgl0, .bgl1 {
		z-index: -1;
	}
	.bgl0 {
		bottom: -180px;
		font-size: 140px;
	}
	.bgl1 {
		bottom: -95px;
		font-size: 110px;
	}
	.bgl2 {
		font-size: 110px;
		bottom: -75px;
	}
	
	.ptext p{
		font-size:18px;
		margin-bottom: 15px;
	}
	.ptext span{
		font-size:18px;
	}
	.liteClr p {
		font-size: 16px;
	}
	.ytProfile{
		padding: 15px;
	}
	.ytProfile h3 {
		font-size: 18px;
	}
	.ytProfile h4 {
		padding: 15px 0;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.ytChannel {
		width: 100%;
		margin: 20px 0;
	}	
	.ytProfile p {
		font-size: 18px;
	}
	.btn-black {
		padding: 10px 36px;
		font-size: 13px;
		margin-top:30px;
	}
	.socialIcons .fa {
		width: 18px;
		height: 18px;
		font-size: 13px;
		padding: 3px;
	}
	.clsMargin50 {
		margin-top: 20px;
		margin-bottom: 15px;
	}

}


@media (min-width:992px) and (max-width:1599px){
	.ovee-icon{
		transform: scale(0.8);
	}
	.home-grand h2 {
		font-size: 46px;
	}
	img.curv-icon1 {
		margin-left: 210px;
        height: 16px;
	}
	img.curv-icon2 {
		margin-left: 290px;
		margin-bottom: 40px;
		height: 12px;
	}
	img.curv-icon3 {
		margin-left: 145px;
		height: 11px;
	}
	img.curv-icon4 {
		margin-left: 150px;
		height: 7px;
	}
	.home-grand h3 {
		font-size: 26px;
	}
	.btn-large-red, 
	.btn-large-white {
		width: 480px;
		padding: 22px;
		font-size: 18px;
	}	
	video {
		margin-top: 120px;
		margin-bottom: -100px;
		width: 680px;
		height: 380px;
	}
	.colr-sec img{ 
		width:100%;
	} 
	.cont-sec>label {
		margin-bottom: 12px;
		font-size: 18px;
	}
	.cont-sec p {
		font-size: 16px;
	}
	.servSec .sub-title {
		margin: 80px auto 40px;
	}
	.sub-title {
		margin: 40px auto;
		font-size: 42px;
		width: 480px;
	}
	.hg-black {
		padding: 15px 0;
	}
	.grayRed {
		padding: 80px 15px 30px;
		min-height: 280px;
	}
	.grayRed img {
		top: 40px;
		width: 48px;
		height: 48px;
	}
	.grayRed h4 {
		margin: 20px 0 30px 0;
		font-size: 24px;
	}
	.grayRed p {
		font-size: 16px;
	}
	.girlImg{
		margin-top:100px;
		width:100%;
	}
	.joinus {
		margin: 55px auto;
		width: 80vw;
		padding: 30px 60px;
		border-radius: 30px;
	}
	.joinus h1 {
		font-size: 150px;
	}
	.joinus p {
		font-size: 18px;
		padding: 0 50px;
	}

	.bgl0, .bgl1 {
		z-index: -1;
		font-size: 140px;
	}
	.bgl0 {
		bottom: -190px;
	}
	.bgl1 {
		bottom: -115px;
	}
	.bgl2 {
		font-size: 130px;
		bottom:-85px;
	}
	.pd-left {
		padding-left: 4vw;
	}
	.ptext p{
		font-size:18px;
		margin-bottom: 15px;
	}
	.ptext span{
		font-size:18px;
	}
	.liteClr h2 {
		font-size: 55px;
	}
	.liteClr p {
		font-size: 16px;
	}
	
	.ytProfile h3 {
		font-size: 20px;
	}
	.ytProfile h4 {
		padding: 15px 0;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.ytProfile p {
		font-size: 20px;
	}
	.btn-black {
		padding: 12px 48px;
		font-size: 14px;
	}
	.socialIcons .fa {
		width: 20px;
		height: 20px;
		font-size: 14px;
		padding: 3px;
	}
	.clsMargin50 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
}
