clear@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Allura&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

  

/*----------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after,
{
	content: '';
	content: none;
}

 :focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
	outline: none;
	outline-style: none;
	outline-width: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

a {
	
	text-decoration: none;
	box-shadow: none;
	transition: all 0.4s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}

a:focus {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}


p {
	font-family: "Montserrat", sans-serif;
}

body {
	margin: 0;
	padding: 0px;
	font-family: "Montserrat", sans-serif !important;
	background: #fff;
	color: #000;
	line-height: normal;
	overflow-x: hidden;
}

.clear{ clear:both; height:0; }


.container {
	max-width:1200px;
	width: 90% !important;
	padding:0 80px !important;
}

.mob_header {
    display: none;
}
/*top_header_section*/

.top_header_section {
    display: block;
    position: relative;
    padding: 10px 0;
    background-color: #000;
}
.ss_sec {
    margin: 0;
    padding: 0;
	float:right;
	text-align:right;
}
.ss_sec ul {
    margin: 0;
    padding: 0;
}

.ss_sec ul li {
    list-style: none;
    margin: 0 3px;
	display:inline-block;
}
.ss_sec ul li a {
    width: 26px;
  height: 26px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  border-radius: 50px;
  padding-top: 3px;
  color: #fff;
  font-size: 14px;
}

.ss_sec ul li a:hover{ color:#01304e; background:#fff; }

/*header_section*/
.header_section {
    background-color: #ffffff;
    padding: 11px 0 6px;
    display: block;
	position: relative;
	z-index:2;
}
/*.header_section:before {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 17%);
    width: 80%;
    height: 1px;
    margin: 0 auto;
    left: 0;
    top: -3px;
    right: 0;
}*/
.logo_sec {
    display: block;
	width: 230px;
}
.menu_sec{
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
/* .menu_sec:before{ content:""; position:absolute; right:0; top:-13px; width:100%; height:1px; } */
.menu_sec ul{
	margin:0;
	padding:0;
	text-align:right;
}
.menu_sec ul li {
    /*float: left;*/
    list-style: none;
	display:inline-block;
	position: relative;
	margin: 18px 9px;	
}

.menu_sec ul li:first-child {
    margin-left: 0;
}
.menu_sec ul li a {
    color: #000;
    font-size: 14px;
    display: inline-block;
	font-weight:500;
    
}
.menu_sec ul li:last-child{
	margin-right:0;
}

.menu_sec ul li:hover > ul.sub-menu {
    opacity: 1;
    transform: translate(0px, 11px);
	visibility:visible;
}
.menu_sec ul li > ul.sub-menu {
    position: absolute;
    top: 12px;
    left:0;
    z-index: 2;
    text-align: left;
    color: #242424;
    background:#fff;
    /*width: max-content;*/
    transform: translate(0px, 30px);
    transition: 0.5s;
    opacity: 0;
    padding: 12px 0 0;
	/*min-width:197px;*/
	width:230px;
	visibility:hidden;
	
}
.menu_sec ul li > ul.sub-menu > li {
    display: block;
    margin: 0;
}

.menu_sec ul li > ul.sub-menu > li a{ padding:10px; font-size:15px; display:block; text-transform:capitalize; border-bottom:1px solid #e5e5e5; }

.menu_sec ul li > ul.sub-menu > li:last-child a{ border-bottom:none; }

.menu_sec ul li > ul.sub-menu > li a:hover{ background:#e6148a; color:#fff; }
.menu_sec ul li.dropdown > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}

.menu_sec ul li.dropdown:hover > a::after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}


/*--banner start---*/
  .carousel-control .fa {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .fa-chevron-left {
    margin-left: -15px;
  }
 .carousel img {
    display: block;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    object-fit: contain;
    position: relative;
    top: 50%;
    transform: translate(-50%, 0%);
    width: auto;
  }

.carousel-inner .item img{
	top:0;
}

.carousel-inner .item {
/*   max-height: 680px; 
  height: 668px;*/
  /*background: url('../images/1.jpg') no-repeat center top;*/
  background-size: cover;
}

/*.carousel-inner .item:nth-child(2) {
  background-image: url('../images/banner2.png');
}

.carousel-inner .item:nth-child(3) {
  background-image: url('../images/2.jpg');
}
.carousel-inner .item:nth-child(4) {
  background-image: url('../images/3.jpg');
}
.carousel-inner .item:nth-child(5) {
  background-image: url('../images/4.jpg');
}
.carousel-inner .item:nth-child(6) {
  background-image: url('../images/6.jpg');
}*/
.carousel-inner .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.carousel-inner .item:after{ display:none; }
.carousel-control {
  width: 10%;
}

.carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa.fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-indicators li{
	border:1px solid #000 !important;
}
.carousel-indicators li.active{
	background-color:#000 !important;
	border:1px solid #000 !important;
}
  .carousel-caption {
    right: 20%;
    left: 20%;
  }
@media screen and (min-width: 768px) {

}

.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}


/**
 * Change animation duration
 */

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}



/**
 * Slider caption
 */

.right.carousel-control,
.left.carousel-control {
  display: none;
}

















/* #wowslider-container { 

	position: relative; 
	margin:0 auto;
	z-index:0;
	border:none;
	text-align:left; 
}

#wowslider-container ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;

}
#wowslider-container .ws_images ul li{
	width:1%;
	line-height:0;
	float:left;
	font-size:0;
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:relative;
}

#wowslider-container .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#wowslider-container .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
}


#wowslider-container  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container  a.wsl{
	display:none;
}
#wowslider-container  .ws_bullets { 
	padding: 10px; 
}
#wowslider-container .ws_bullets a { 
	width:15px;
	height:15px;
	background: url(../images/bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:3px;
	color:transparent;
}
#wowslider-container .ws_bullets a:hover{
	background-position: 0 50%;
}
#wowslider-container .ws_bullets a.ws_selbull{
	background-position: 0 100%;
}
#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-50px;
	z-index:60;
	height: 100px;
	width: 60px;
	background-image: url(../images/arrows.png);
}
#wowslider-container a.ws_next{
	background-position: 100% 0;
	right:0;
}
#wowslider-container a.ws_prev {
	left:0;
	background-position: 0 0; 
}
* html #wowslider-container a.ws_next,* html #wowslider-container a.ws_prev{display:block}
#wowslider-container:hover a.ws_next, #wowslider-container:hover a.ws_prev {display:block}

#wowslider-container .ws_bullets {
    bottom: 5px;
  right: 49%;
}
#wowslider-container .ws_bullets .ws_bulframe {
	top: 20px;
}
#wowslider-container .ws_bullets .ws_bulframe {
	top: 20px;
}
#wowslider-container .ws-title{
	position: absolute;
	bottom: 10%;
	left: 7%;
	z-index: 50;
	padding:12px;
	color: #000000;
	background:#fff;
    font-family:Oswald,Impact,Charcoal,sans-serif;
	font-size: 30px;
	text-shadow: 1px 1px 1px #BBBBBB;
	line-height: 30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}
#wowslider-container .ws-title div{
	font-size: 25px;
	text-shadow: 1px 1px 1px #000000;
}#wowslider-container ul{
	animation: wsBasic 12s infinite;
	-moz-animation: wsBasic 12s infinite;
	-webkit-animation: wsBasic 12s infinite;
}
@keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }


#wowslider-container .ws_bullets a img{
	text-indent:0;
	display:block;
	top:15px;
	left:-123px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
	max-width:none;
}
#wowslider-container .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container .ws_bulframe div div{
	height:90px;
	overflow:visible;
	position:relative;
}
#wowslider-container .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:246px;
	background-color:#FFFFFF;
}
#wowslider-container .ws_bullets .ws_bulframe{
	display:none;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}
#wowslider-container .ws_bulframe span{
	display:block;
	position:absolute;
	top:-11px;
	margin-left:-5px;
	left:123px;
	background:url(../images/triangle.png);
	width:15px;
	height:6px;
} */




.banner_slide_section .carousel-control.left {
    text-shadow: none;
    background: none;
}
.banner_slide_section .carousel-control.right {
    text-shadow: none;
    background: none;
}
.banner_slide_section .carousel-control{
	width: 8%;
}
.banner_slide_section .item img {
    width: 100%;
}
.banner_slide_section {
    position: relative;
    display: block;
	margin-top:5px;
}
.banner_text_block {
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
	top:150px;
}
.topmost{
	top:90px;
}
.banner_text_block h1{ color:#000; font-size:52px; font-weight:700; max-width:550px; padding-bottom:20px; }

.banner_text_block h2{ color:#000; font-size:52px; font-weight:700; max-width:550px; padding-bottom:20px; }

.banner_text_block h3{ font-size:54px; max-width:550px; padding-bottom:15px;}

.banner_text_block p{ font-size:16px; font-weight:300; font-style: italic; max-width:550px; padding-bottom:20px;}

.topmost h3{font-size:44px;}

.bannerSlider .owl-theme .owl-dots{ text-align:left; }

.bannerSlider .owl-dots {
    width: 90%;
    position: absolute;
    bottom: 70px;
	max-width:1170px;
	left:50%;
	right:0;
	margin:0 auto;
}

.bannerSlider .owl-theme .owl-dots .owl-dot span{ margin:5px; }

.bannerSlider .owl-dots > button > span {
    background: rgba(0,0,0,.9) !important;
}
.bannerSlider .owl-dots > button:hover> span, .bannerSlider .owl-dots > button.active > span {
    background: #e6148a !important;
}

.bannerSlider .owl-dots > button.active > span{ position:relative; }

.bannerSlider .owl-dots > button.active > span:before{ position:absolute; width:18px; height:18px; border:1px solid #e6148a; border-radius:50%; content:""; left:-4px; top:-4px; }


.banner_text_block a {
    font-size: 14px;
  color: #fff;
  background: #000;
  padding: 12px 24px;
  margin-top: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 90px;
  cursor: pointer;
  border:1px solid #000;
}


.banner_text_block a:hover{ background:#fff; color:#000!important; text-decoration:none !important; border:1px solid #000; }
.bannerSlider .owl-item > .item {
    display: flex;
    align-items: center;
}

.bannerSlider #banner_slider .owl-nav .owl-prev {
    left: 10px;
}
.bannerSlider #banner_slider .owl-nav .owl-next {
    right: 10px;
}
#encouraging_apparel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
#encouraging_apparel .owl-stage .item, div#encouraging_apparel .owl-stage .item > .serv_box {
    height: 100%;
}
.bannerSlider #banner_slider, #encouraging_apparel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bannerSlider #banner_slider .owl-nav, #encouraging_apparel .owl-nav {
    position: absolute;
    width: 100%;
}
.bannerSlider #banner_slider .owl-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    background: none;
    border-radius: 50%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	border:1px solid #fff;
}

#encouraging_apparel .owl-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    background: none;
    border-radius: 50%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	border:1px solid #5a5a5a;
}

#encouraging_apparel .owl-nav .owl-prev {
    left: -55px; top:-40px;
}
#encouraging_apparel .owl-nav .owl-next {
    right: -55px; top:-40px;
}
.bannerSlider #banner_slider .owl-nav button span, #encouraging_apparel .owl-nav button span {
    font-size: 0;
}
#encouraging_apparel .owl-nav button:hover, .bannerSlider #banner_slider .owl-nav button:hover {
    background: rgba(0,0,0,.5);
}
.bannerSlider #banner_slider .owl-nav button span::before {
    font-size: 16px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 800;
    transition: 0.2s;
    color: #fff !important;
}

#encouraging_apparel .owl-nav button span::before {
    font-size: 16px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 800;
    transition: 0.2s;
    color: #5a5a5a !important;
}

#encouraging_apparel .owl-nav button:hover span::before{ color:#fff !important; }

.bannerSlider #banner_slider .owl-nav .owl-next span::before, #encouraging_apparel .owl-nav .owl-next span::before {
    content: '\f054';
}
.bannerSlider #banner_slider .owl-nav .owl-prev span::before, #encouraging_apparel .owl-nav .owl-prev span::before {
    content: '\f053';
}



.al_text_section{
	padding: 70px 0;
	background: #f7c3e2;
	margin:-1px 0 0 0;
}
.al_text_section p{
	font-size: 18px;
	line-height: 34px;
	color: #000;
	font-weight: 400;
	text-align:center;
}
.al_text_section a{
	font-size: 20px;
	line-height: 34px;
	color: #ff15a2;
	font-weight: 500;
	text-align:center;
	padding-top:20px;
}
.al_text_section a:hover{
	color: #ff15a2;
}
.al_text_section p.ntext a{
	font-size: 18px;
	font-weight: 400;
}


/* form section start */

.form_section{
	background:#000;
	padding:40px 0;
}
.form_area{
	background:#fff;
	padding:80px 40px;
	border-radius:10px;
	width:606px;
	margin:0 auto;
}
.form_area h2{
	color:#535353;
	font-size:42px;
	font-weight:700;
	text-align:center;
	padding-bottom:30px;
}
.form_area input{
	width:100%;
	border:none;
}
.form_area input#fname, .form_area input#lname, .form_area input#email{
	border-bottom:1px solid #dde0e4;
	margin-bottom:20px;
	padding:0 0 10px 0;
	color:#000;
	font-size:14px;
}
.form_area::placeholder {
  color:#000;
}
.form_area input[type=submit]{
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 500 !important;
  margin-bottom: 15px;
  padding:10px 0;
  vertical-align: middle;
  background:#e6148a;
  transition:0.5s ease;
}
.form_area input[type=submit]:hover{
	background:#000;
}
.form_area a{
	font-size:13px;
	color:#8b8b8b;
	text-align:center;
	display:block;
}
.form_area a:hover{
	text-decoration:underline;
}

/* video section */

.video_section{
	background:#f6f6f6;
	padding:70px 0;
}

.vdo_box{
	background:#fff;
}
.vdo_box iframe{
	border-bottom:5px solid #000;
}
.vdo_box h4{
	color: #121212;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;	
}


#backToTop {
    display: inline-block;
    background: url(../images/up_arw.png) no-repeat center #000;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	border-radius:0;
  }

  #backToTop:hover {
    cursor: pointer;
    background-color: #000;
  }
  #backToTop:active {
    background-color: #000;
  }
  #backToTop.show {
    opacity: 1;
    visibility: visible;
  }


/* about section start */
.about_section{
	padding:70px 0;
}
.about_section p{
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color:#121212;
}
.heading{
	text-align:center;
	width:600px;
	margin:0 auto 40px auto;
	display:block;
	
	
	}
.heading h1{
	font-size:40px;
	font-weight:700;
	padding-bottom: 15px;
  background: url(../images/heading_line.png) no-repeat center bottom;
  margin-bottom:20px;
	
}
.heading h2{
	font-size:40px;
	font-weight:700;
	padding-bottom: 15px;
  background: url(../images/heading_line.png) no-repeat center bottom;
  margin-bottom:20px;
}
.heading p{
	color:#000;
}
.ab_text{
	padding-top:40px;
}


/* as seen in */

.logoc_section{ padding: 50px 0; }

.logoc_section .owl-carousel .owl-item img{ width:auto; }


/* calender section */
.calender_section{
	padding:70px 0;
}


/* icon area */
.icon_section{
	padding:70px 0;
	background:url("../images/big_blck_bg.jpg") no-repeat 0 center #000;
	background-size:cover;
	color:#fff;
}
.icon_section .heading h2{
  background: url(../images/brdr-btm-blck.png) no-repeat center bottom;
}
.icon_section .heading p{
	color:#fff;
}
.ech_icn_area {
  display: inline-block;
  margin: 0 1%;
    margin-top: 0px;
  text-align: left;
  margin-top: 50px;
}
.ech_icn_area {
  text-align: left;
}
.ech_icn_area h3 {
  color: #ffffff;
  font-size: 23px;
  background: url(../images/brdr-btm-pnk.png) no-repeat left bottom;
  padding-bottom: 20px;
  margin: 20px 0;
  display:block;
}
.ech_icn_area ul {
  margin: 0;
  padding: 0;
}
.ech_icn_area ul li {
  list-style: none;
  background: url(../images/tick.png) no-repeat left 6px;
  padding-left: 25px;
  margin-top: 10px;
  line-height:30px;
}
.btn_area {
  margin-top: 40px;
  text-align:center;
}
.btn-area p{
	  line-height:20px;
}
.btn_area a {
  display: inline-block;
  background: #e62191;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  margin-top: 14px;
  border-radius: 5px;
  transition:0.5s ease;
}
.btn_area a:hover{
	background: #fff;
	color: #e62191;
}
.blank{
	background: none;
    color: transparent;
}

/* visibility section */

.visi_section{
	background:url(../images/pnk_bg.jpg) no-repeat 0 center;
	background-size:cover;
	padding:70px 0;
	color:#fff;
	text-align:center;
}

.visi_section .heading h2{
  background: url(../images/brdr-btm-wht.png) no-repeat center bottom;
}
.visi_section img{
	margin-bottom:20px;
	border:5px solid #fff;
	border-radius:5px;
}
.blk_btn a{
	display: inline-block;
  color: #fff;
  padding: 10px 30px;
  background: #000;
  border-radius: 5px;
  margin-top: 15px;
  transition:0.5s ease;
}
.blk_btn a:hover{
	background: #fff;
	color:#000;
}

/*footer section */

.ftr{ background:#121212; padding:30px 0; }

.ech_ftr{ width:21%; float:left; margin:10px 2%; }
.ech_ftr h3{
font-size: 20px;
  color: #fff;
  background: url(../images/ftr_hdng_brdr.png) no-repeat left bottom;
  padding-bottom: 15px;
}

.clear{ clear:both; height:0; }

.ech_ftr ul{ margin:0; padding:0; }

.ech_ftr ul li{ list-style:none; color:#fff; margin-top:15px; line-height:20PX; }

.ech_ftr ul li a{ color:#fff; }

.foot_loc li{
	padding-left:25px; 
	margin-bottom:15px;
}
.foot_loc li:first-child{
	background:url(../images/adrs.png) no-repeat left 3px; 
}
.foot_loc li:nth-child(2){
	background:url(../images/call.png) no-repeat left 3px; 
}
.foot_loc li:nth-child(3){
	background:url(../images/eml.png) no-repeat left 3px; 
}

.copy_section{
	padding: 0 0 20px 0;
  border-top: 1px solid #1c1c1c;
  color: #746f6b;
  text-align: center;
  background: #121212;
  font-size: 14px;
}
.copy_section a{
	color:#746f6b;
}
.copy_section a:hover{
	color:#fff;
}


/* new index start */

.top_txt h6{
	color: #ff15a2;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	line-height: 25px;
}
.bann_fst{
	top:90px;
}
.bann_fst h2{
	font-weight: 500;
	font-style: italic;
	font-size: 46px;
	line-height:50px;
}
.ban_box{
	background:#fff;
	max-width:600px;
	left:31%;
	padding:60px 0 !important;
	text-align:center;
	width:80%;
}
.ban_box .container{
	padding:0;
}
.ban_box h3{
	width:auto !important;
	max-width:auto !important;
}
.ban_box p{
	width:auto !important;
	max-width:auto !important;
}

.about_form{
	padding:60px 0;
}

.dyb_form{
	width:600px;
	margin:0 auto;
}
.do_form h2{
	font-size:40px;
	font-weight:400;
	text-style:italic;
	padding-bottom:10px;
}
.do_form p{
	padding-bottom:20px;
}
.do_form input#fname, .do_form input#lname, .do_form input#email{
	border: 1px solid #000;
	border-radius: 10px;
	padding: 12px 15px;
	width: 47%;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.do_form input#email{
	width: 97%;
}
.do_form input[type=submit]{
	border-radius: 10px;
	padding: 12px 15px;
	width: 97%;
	display: inline-block;
	background:#000;
	color:#ff15a2;
	text-transform:uppercase;
	border:none;
}
.cal_section{
	padding:60px 0;
	background:#ff15a2;
}
.cal_section img{

}
.cal_days{
	max-height:684px;
}
.pnone{
	padding:0 !important;
}
.pnone div.calendly-inline-widget{
  min-width: 320px;
  height: 708px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.vbc{
	background: #fff;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #9d9d9d;
  height:708px;
  overflow:hidden;
}
.vbc_top{
	padding:30px 0;
	text-align:center;
	border-bottom:1px solid #9d9d9d;
}
.vbc_top img{
	width:275px;
	margin:0 auto;
}
.vbc_down{
	padding:46px 36px;
}
.pp_img{
	width:81px;
	height:81px;
	border-radius:50%;
	margin-bottom:20px;
}
.vbc_down h6{
	color:#9d9d9d;
	font-size:20px;
	font-weight:700;
	padding-bottom:10px;
}
.vbc_down h3{
	color:#000;
	font-size:30px;
	font-weight:700;
	padding-bottom:30px;
}
.vbc_down h4{
	color:#9d9d9d;
	font-size:18px;
	font-weight:700;
}
.vbc_down h4 i{
	color:#9d9d9d;
	width:24px;
}
.vbc_down p{
	color:#000;
	font-size:18px;
	font-weight:400;
	padding-top:30px;
}

.hg_section{
	padding:60px 0 20px 0;
	background:#2C2C2C;
}
.hg_header{
	text-align:center;
}
.hg_section h2{
  font-family: "Allura", serif !important;
  font-size: 54px;
  color:#ff15a2;
  padding-bottom:20px;
}
.hg_section p{
	font-size:16px;
	line-height:30px;
	color:#fff;
	padding-bottom:40px;
	font-weight:400;
}
.hg_section p span{
	padding-bottom:0;
	color:#ff15a2;
}
.hg_section h3{
  font-family: "Allura", cursive !important;
  font-size: 54px;
  color:#ff15a2;
  display:block;
  text-align:right;
}
.f_logo{
	padding-top:30px;
}
.f_side{
	padding:30px 0 0 10px;
}
.f_left_padd{
	padding-left:50px;
}
.f_side h6{
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 20px;
}
.f_side a i {
	color: #ff15a2;
	font-size: 24px;
	margin:7px 15px 0 0;
}
.f_side a img{
	margin: -12px 0 0 0;
	width: 24px;
}
.f_side ul li{
	display: block;
	padding: 0 0 4px 0;
	color: #fff;
	font-size: 14px;
}
.f_side ul li a{
	color:#fff;
}
.f_side ul li a:hover{
	color: #ff15a2;
}
.dyb_cont li{
	padding-left:24px !important;
	padding-bottom: 14px !important;
}
.dyb_cont li:first-child{
	background:url("../images/adrs.png") no-repeat 0 3px;
}
.dyb_cont li:nth-child(2){
	background:url("../images/call.png") no-repeat 0 4px;
}
.dyb_cont li:nth-child(3){
	background:url("../images/eml.png") no-repeat 0 4px;
}
.docopy{
	border-top:none;
}
.docopy .container{
	border-top:1px solid #ff15a2;
	padding-top:20px !important;
}
.thn_section img{
	width:100%;
}



.seva-form.formkit-form{ max-width:100% !important; }



/*====== inner pages css =======*/




.innpg_section{
	padding:70px 0;
	border-top:1px solid #eeeeee;
}
.innpg_section p{
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color:#121212;
	padding-bottom:20px;
	text-align:center;
}
.innpg_section p a{
	color:#e6148a;
	font-weight:400;
}
.innpg_section p a:hover{
	text-decoration:underline;
}
.innpg_section ul li{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #121212;
	padding: 0 0 8px 0;
	text-align: center;
	list-style: none;
	display: block;
}
.innpg_section ul li a{
	color:#e6148a;
}
.innpg_section ul li a:hover{
	color:#e6148a;
	text-decoration:underline;
}
.innpg_section .heading{
	text-align:center;
	max-width:700px;
	width:100%;
	margin:0 auto 40px auto;
	display:block;
}
.innpg_section .heading h2{
	font-size:40px;
	font-weight:700;
	padding-bottom: 15px;
  background: url(../images/heading_line.png) no-repeat center bottom;
  margin-bottom:20px !important;
}
.innpg_section .heading p{
	color:#000;
	padding-bottom:0;
}
.innpg_section h4{
	font-size:20px;
	font-weight:400;
	line-height:30px;
}
.innpg_section h5 {
  margin-top: 5px;
  outline: none;
  font-family: "Alex Brush", Helvetica, sans-serif !important;
  font-size: 40px;
  text-align: right;
}
.innpg_section img{
	margin-bottom:20px;
}
.inner_btn {
  text-align:center;
}


.inner_btn a {
  display: inline-block;
  background: #e62191;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  margin:20px 5px;
  border-radius: 5px;
  transition:0.5s ease;
}
.inner_btn a:hover{
	background: #000;
	color:#fff;
	text-decoration:none;
}
.center_al{
	text-align:center;
}
.graybg{
	background:#f1f4f8;
}

.bt_each{
	box-shadow: 0px 0px 13px #eee;
	border-radius: 5px;
	padding: 30px;
	margin: 10px 0;
	display: inline-block;
	min-height: 532px;
}
.bt_each h3{
	font-size: 20px;
	color: #000;
	background: url(../images/bt_hdng_brdr.png) no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom:15px;
}
.bt_each img{
	max-height:200px;
	width:100%;
	object-fit:cover;
}
.bt_each a{
	display: inline-block;
	background: #e62191;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 5px;
	transition:0.5s ease;
}
.bt_each a:hover{
	background: #000;
}
.btn_mrgn_none{
	margin-bottom:0 !important;
}
.top_mrgn_none{
	margin-top:0 !important;
}
.each_vdo{
	box-shadow: 0px 0px 13px #eee;
	border-radius: 5px;
	margin:10px 0;
	display:inline-block;
	text-align:center;
	overflow:hidden;
	background:#fff;
}
.each_vdo img{
	margin-bottom:0;
	max-height:132px;
	width:100%;
	object-fit:cover;
}

.each_vdo a{
	display: inline-block;
	background: #e62191;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 5px;
	transition:0.5s ease;
	margin:20px;
}
.each_vdo a:hover{
	background: #000;
}
.img_height img{
	max-height:422px;
}
.vdo_area{ text-align:center; }
.vdo_area img{ max-width:100%; }

.bbash p {
  font-size: 18px;
  line-height: 30px;
}
.bbash h2 span{
	color:#e6148a;
}
.bbash h2{
	font-size:48px !important;
	
	}
.pinkh h1{
	color:#e6148a;
}
.pinkh h2{
	color:#e6148a;
}
.pink_theme{
	background:#e6148a;
	color:#fff;
}
.pink_theme .heading{
	margin-bottom:0;
}
.pink_theme .heading h2 {
  background: url(../images/brdr-btm-wht.png) no-repeat center bottom;
}
.p_policy{
	padding:40px 0 0 0;
}
.p_policy h4{
	font-size:22px;
	font-weight:700;
	padding-bottom:16px;
	text-align:center;
}
.innpg_section img.head_shot{
	height:600px;
	width:100%;
	object-fit:cover;
}
.ytc{
	margin-top:80px !important;
}
.ytc p{
	padding-bottom:20px !important;
}
.hs_cont{
	padding:40px 0;
}

.al_left p{
	text-align:left;
}

.wls ul{
	    margin: 0 0 20px 0;
    padding: 0 0 0 58px;
}
.wls ul li{
	text-align: left;
    list-style: disc !important;
    background: url(../images/d.png) no-repeat 0px 9px;
    padding-left: 18px;
}















/*popup css*/
.modal-body {
	padding:0 !important;
}

.modal-body { 
  h1 { 
    font-weight:900; 
    font-size:2.3em;
    text-transform:uppercase;
  }
  
  a.pre-order-btn { 
    color:#000;
    background-color:gold;
    border-radius:1em;
    padding:1em;
    display: block;
    margin: 2em auto;
    width:50%;
    font-size:1.25em;
    font-weight:6600;
    &:hover { 
    background-color:#000;
      text-decoration:none;
      color:gold;
    }
  }
  
  
}


















/*responsive css*/  
@media only screen and (max-width:1340px) {
	.menu_sec ul li {
		margin: 18px 4px;
	}
.banner_text_block {
  top: 100px;
}
.topmost{
	top:70px;
}
}
  
@media only screen and (max-width:1250px) {
	.container{
		padding:0 !important;
	}
	 
	 .bannerSlider .owl-dots{ bottom:10px; }
	 .bannerSlider .owl-theme .owl-dots{ text-align:center; }
	 .ban_box {
		left: 26%;
		}
		.banner_text_block {
		top:50px;
	}
.pnone div.calendly-inline-widget {
  max-height: 652px;
  height:652px;
}
.vbc {
  max-height: 652px;
  height:652px;
}
.vbc_down p {

  max-height: 100px;
overflow: hidden;}
	 .carousel-inner .item {
	
	}
	.carousel-inner .container{
		padding:0 160px;
	}
	.banner_text_block h3 {
  font-size: 44px;
	max-width: 540px;
	padding-bottom:10px;}
}
.bann_fst h2 {
  font-weight: 420;
  font-size: 36px;
  line-height: 44px;
  padding-bottom:10px;
}

@media only screen and (max-width:1199px) {
	
	 .vbc_down p {
  overflow: hidden;
  max-height: 100px;
	 }
	 .cal_days {
  max-height: 652px;
  height:652px;
}
.vbc {
  max-height: 652px;
  height:652px;
}
.pnone div.calendly-inline-widget {
  max-height: 652px;
  height:652px;
}
.carousel-inner .container{
		padding:0 80px;
	}
.do_form input#fname, .do_form input#lname, .do_form input#email {

  width: 97%;

}
.menu_sec ul li {
  margin: 18px 7px;
}
.f_side {
  padding: 30px 0 0 10px;
}
.f_left_padd{
	padding-left:auto;
}
 }

@media screen and (max-width: 1024px) {
	.f_side{
	padding:30px 0 0 0;
}
.bannerSlider .owl-dots {
	left:0;
}
  .logo_sec {
    width: auto;
  }
   .menu_sec ul li {
    margin: 18px 3px;
  }
	.menu_sec ul li a {
		font-size: 13px;
	}
	.menu_sec ul li > ul.sub-menu > li a {
	font-size: 13px;
	}
 .ban_box {
    left: 20%;
  }
 .bann_fst h2 {
  font-size: 26px;
  line-height: 30px;
}
.do_form input#fname, .do_form input#lname, .do_form input#email {
	width: 97%;
}
.vbc_down p {
  padding-top: 14px;
}
.vbc_down h3 {
  padding-bottom: 14px;
}
.vbc_down {
  padding: 21px 36px;
}
  .vbc {
    max-height: 586px;
  }
  .pnone div.calendly-inline-widget {
  max-height: 586px;
  height:586px;
}
    .cal_days {
    max-height: 586px;
  }
  .banner_text_block h3 {
    font-size: 34px;
  max-width: 460px;}
  .banner_text_block p{
	 max-width: 460px; 
  }
}
@media screen and (max-width: 980px) {
		.ss_sec ul li{ margin:0 3px; }
		.container{
		padding:0 20px !important;
	}
	.form_area	{
		width:100%;
	}
		
.banner_text_block h2 {
	max-width:50%;
	font-size: 40px;
  padding-bottom: 10px;
}
.banner_text_block h3 {
	max-width:50%;
    padding-bottom: 10px;
	font-size: 30px;
	
}
.banner_text_block p {
	max-width:50%;
	font-size:14px;
	line-height:18px;
	padding-bottom:10px;
}
.bann_fst h2 {
	max-width: 495px;
}

.bann_fst h2 {
    width: 60%;
    font-size: 24px;
    line-height: 28px;
  }
.about_section {
  text-align: center;
}
.vdo_box {
margin-bottom: 20px;
}
.pnone div.calendly-inline-widget {
	width:100%;
}
.calender_section {
  text-align: center;
}
.visi_section img {
  margin-bottom: 10px;
}
.blk_btn{
	margin-bottom: 30px;
}
	.heading {
		width:100%;
	}
	.header_section {
	padding: 6px 0;}
		
		/*responsive menu*/
	
	.menu_sec{
		display:none;
	}
	
     .mob_header {
         display: block;
		 float: right !important;
    }
	
    .col-lg-3.col-md-3.col-sm-12.col-xm-12.logo_sec_info {
         display: inline-block;
    }
	
    .logo_sec img {
        
         margin-bottom: 0px;
    }
	
    .menu_btn_open {
        float: right;
		margin-top: 0;
		margin-right: 0;
		position: relative;
		top: -5px;
		z-index: +1;
		right: 0px;
    }
	
    .menu_open {
         font-size: 40px !important;
         color: #000;
         cursor: pointer;
		 transition:.5s ease;
		 margin-top: 7px;
    }
	
	.menu_open:hover{ color:#e6148a; }
	
    .menu_btn_close {
         float: right;
         margin-right:50px;
         margin-top: 8px;
    }
	
    .fa.fa-times.menu_close {
         font-size: 21px;
         color: #ffffff;
         cursor: pointer;
		 transition:.5s ease;
    }
	
	.fa.fa-times.menu_close:hover{ color:#08093d; }
	
    .topnav.mob_menu.active{
         right: 0%;
         top: 0px;
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
    }
	
    .site_hp.active {
         overflow-y: hidden;
    }
	
    .mob_menu {
         position: fixed;
         right: -100%;
         top: 0px;
         background-color: #000;
         width: 402px;
         z-index: +999;
         height: auto;
         display: block;
    }
	
    .mob_menu ul {
         width: 100%;
    }
	
    .mob_menu li {
         padding: 10px 24px;
         border-bottom: 1px solid #1b1b1b;
         list-style: none;
    }
	.mob_menu li.dropdown > button {
	    background: transparent;
	    border: 0;
	    color: #fff;
		transition:.5s ease;
	}
	
	.mob_menu li.dropdown > button:hover{ color:#060644; }
	
	.mob_menu li.dropdown > ul.dropdown-menu {
	    width: max-content;
	    transform: translate(25px, 0px);
	    padding: 10px 0;
	    border-radius: 0;
	    border: 0;
	}
	.mob_menu li.dropdown > ul.dropdown-menu > li {
	    padding: 2px 0;
	}
	.mob_menu li.dropdown > ul.dropdown-menu > li > a:hover {
	    background: transparent;
	    color: #e6148a;
	}
	.mob_menu li.dropdown > button::after {
	    content: '\f078';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 600;
	    font-size: 12px;
	    margin-left: 10px;
	}
    .mob_menu a {
         color: #ffffff;
		 display: block;
         font-size: 16px;
         text-align: left;
    }
    
    .mob_menu li.active a {
         color: #ffffff;
         font-weight: 600;
    }
	
    .mob_menu {
         width: 100%;
         height: 100%;
    }
	
	.mob_menu a:hover {
		color: #e6148a;
	}
	
	.mod_logo_section{
		display:block;
	}
	
	.logo_section{
		display:none;
		    margin-top: 15px;
	}
	
	.mod_logo_section img {
		width: 100%;
		height: auto;
	}
	
    /*responsive menu*/
	
	
	 .cal_days {
    max-height: none;
    width: 100%;
    height: auto;
	 margin-top: 20px;}
	
	.banner_text_block {
		top: 34px;
	}
	.banner_text_block h3{
		font-size:24px;
	}
	 .topmost {
    top: 30px;
  }
  .topmost h3{
	  font-size:24px;
  }
	  .carousel-inner .container {
    padding: 0 30px;
  }

.banner_text_block a {
  padding: 8px 20px;
}
	
}




@media screen and (max-width: 767px) {
	
	.container{
		padding:0 30px;
	}
  .ech_icn_area {
    margin: 40px 0 0 !important;
    width: 100% !important;
    display: block !important;
  }
  .blnk {
    display: none;
  }
    .ech_ftr{ width:100%; margin:10px 0; }
	
	.logo_sec {
		width: 100%;
	}
	.ban_box {
    left: 10%;
    max-width: 80%;
  }
  .ss_sec {
	float: none;
	text-align: center;
	}
	.top_txt h6 {
		text-align: center;
	}
	.formkit-form[data-uid="d246e91db8"] .formkit-background {
		min-height: 900px !important;
	}
	  .banner_text_block {
    top: 40px;
  }
   .topmost {
    top: 10px;
  }
  .dyb_form{
	  width:90%;
  }
    .banner_text_block h3 {
    padding-bottom: 6px;
    font-size: 22px;
  }
  .banner_text_block p {
  padding-bottom: 4px;
    line-height: 18px;
}
 .bann_fst h2 {
    font-size: 22px;
	padding-bottom: 0;
  }
	  .topmost h3 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 602px;
  }
}


@media only screen and (max-width: 580px) {
	

	.carousel-inner .item {
		
		/* background-position:80% 0; */
	}
	.banner_text_block {
		top: 10px;
	}
	.topmost{
		top:0px;
	}
	.bann_fst {
		top:19px;
	}
	.bann_fst h2 {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 0px;
    }
	.ban_box p {
		padding-bottom: 0;
	}
    .banner_text_block h3 {
    padding-bottom: 4px;
    font-size: 16px;
    max-width: 50%;
    text-shadow: 1px 1px 2px #fff;
    margin-bottom: 0;
    line-height: 20px;
  }
    .banner_text_block p {
    max-width: 66%;
    text-shadow: 1px 1px 2px #fff;
    margin-bottom: 0;
    font-size: 12px;
    padding-bottom: 0;
    line-height: 16px;
    }
	.banner_text_block a {
		font-size: 12px;
		padding: 8px 16px;
		margin-top: 5px;
	}
	.topmost h3{
		font-size:16px;
		line-height:18px;
		max-width: 66%;
	}
	.topmost p{
		max-width: 70%;
	}
	.carousel-indicators {
		bottom: 0px !important;
	}
	.do_form input[type="submit"] {
		padding: 16px 10px;
		font-size: 11px;
	}

	.owl-carousel .owl-item img {
		height: 250px;
		object-fit: cover;
		object-position:80% 0%;
	}
	.heading h2 {
		font-size: 30px;
	}
	.heading {
		margin: 0 auto 20px auto;
	}
	.al_text_section{
		padding: 50px 0;
	}
	.al_text_section p {
		font-size: 16px;
		line-height: 24px;
	}
	.al_text_section a {
		font-size: 18px;
		line-height: 24px;
	}
	.formkit-form[data-uid="d246e91db8"] h2 {
		font-size: 30px !important;
		margin: 0 !important;
	}
	.logoc_section .owl-carousel .owl-item img {
		width: auto;
		height: auto;
		object-fit: none;
		object-position: center;
	}
	.cal_section .calendly-inline-widget{
		min-width:auto;
	}
	.hg_section p {
		line-height: 24px;
		padding-bottom: 30px;
	}
	.logo_sec {
		padding-top: 0;
	}
	.menu_open {
		margin-top: 20px;
	}
	.innpg_section .heading h2 {
		font-size: 30px;
	}
	.innpg_section p {
		font-size: 16px;
		line-height: 24px;
	}
	.bbash h2 {
		font-size: 30px !important;
	}
	.inner_btn a {
		margin: 10px 5px;
	}
	.innpg_section h4 {
		font-size: 18px !important;
		line-height: 28px;
	}
	.bt_each {
		min-height: auto;
	}
	.innpg_section .heading h2 {
		font-size: 30px;
	}
	.innpg_section .heading {
		margin: 0 auto 20px auto;
	}
	.formkit-form[data-uid="d246e91db8"] .formkit-background {
		min-height: 647px !important;
	}
	
 }
 
  @media only screen and (max-width: 420px) {
	  #wowslider-container .ws_images img {
  height: 220px;
  object-fit: cover;
}
.formkit-form[data-uid="d246e91db8"] .formkit-background {
		min-height: 485px !important;
	}
	  .banner_text_block {
    top: 10px;
  }
    .bann_fst {
    top: 2px;
  }
  .topmost{
	  top:0;
  }
  .banner_text_block h3{
	  font-size:14px;
	  line-height:16px;
  }
  .banner_text_block p {
	 font-size:12px;
	  line-height:14px;
  }
  
  .heading h2 {
    font-size: 20px;
	padding-bottom: 10px;
  }
  .al_text_section {
    padding: 25px 0;
  }
  .hg_section h2 {
	font-size: 36px;
  }
  .hg_section h3 {
	font-size: 34px;
  }
  .hg_section p {
    padding-bottom: 16px;
  }
  .logoc_section {
  padding-bottom: 30px;
  padding-top: 30px;
}
.heading h1 {
font-size: 20px;
}
  .innpg_section .heading h2 {
    font-size: 20px;
	margin-bottom: 15px !important;
  }
  .innpg_section {
  padding: 30px 0;
  }
  .innpg_section h5 {
	font-size: 30px;
  }
  .innpg_section p {
	  padding-bottom:15px;
  }
  .ytc {
  margin-top: 20px !important;
	}
	.cal_section {
		padding: 40px 0;
	}
	.hg_section {
  padding: 40px 0 20px 0;
}
    .menu_open {
    margin-top: 8px;
  }
  .ftr {
	padding: 10px 0;
  }
  .p_policy h4 {
  padding-bottom: 6px;
  }
  .p_policy {
  padding: 15px 0 0 0;
}
  
  }
  @media only screen and (max-width: 320px) {
    .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% 
		 padding:0 20px;
    }
	
	
	
} 