@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
html{
    overflow: hidden;
    height: 100%;    
}
body{
    overflow: auto;
    height: 100%;
}
.position-sticky{
   margin-bottom: 125px;
}

}

body {
	color: #444;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .2px;
	font-family: 'Open Sans', Raleway, sans-serif;
}
*{
	margin: 0;
	padding: 0;
}
.drop-a-line {
    position: relative;
}
#BannerArea{
    padding: 30px;
}
#abc {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scaleY(0);
    -moz-transform: translate(-50%,-50%) scaleY(0);
    transform: translate(-50%,-50%) scaleY(0);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    border-radius: 3px;
    -webkit-transition: all 0.35s cubic-bezier(0.32, -0.31, 0.71, 1.38);
    -moz-transition: all 0.35s cubic-bezier(0.32, -0.31, 0.71, 1.38);
    transition: all 0.35s cubic-bezier(0.32, -0.31, 0.71, 1.38);
    font-size: 100%;
}
.drop-a-line.active #abc{
    background: #479222;
    padding: 20px 25px;
   -webkit-transform: translate(-50%,-50%) scaleY(1);
    -moz-transform: translate(-50%,-50%) scaleY(1);
    transform: translate(-50%,-50%) scaleY(1);
    z-index: 8;
    -webkit-box-shadow: 0 4px 12px -1px rgba(20, 255, 0, 0.51);
    box-shadow: 0 4px 12px -1px rgba(20, 255, 0, 0.51);
}
.drop-a-line.error input, .drop-a-line.error select{
    border-color: #479222;
}
.drop-a-line.error input#performancelength{
    border: 1px solid #ced4da;
}
.closeBox {
    position: absolute;
    right: -10px;
    top: -10px;
    text-transform: lowercase;
    background: #fff;
    height: 16px;
    width: 16px;
    color: #479222;
    border: 1px solid #479222;
    border-radius: 50%;
    z-index: -1;
    font-size: 10px;
    line-height: 13px;
    cursor: pointer;
}
/*.drop-a-line.active.success .closeBox{
    color: #23c123;
    border: 1px solid #23c123;
}
.drop-a-line.active.success #responsecontainer {
    background: #23c123;
    -webkit-box-shadow: 0 4px 12px -1px rgba(0, 152, 0, 0.48);
    box-shadow: 0 4px 12px -1px rgba(0, 152, 0, 0.48);
}*/
.audioTrack{
	display: none;
}
.audioTrack.active{
	display: block;
}
.footer P a img {
	display: inline-block;
	width: 80px;
	padding-left: 10px;
}
.re-im {
    position: relative;
    min-height: 220px;
    height: 100%;
    width: 100%;
    background: #fcfcfc;
    transition: all 1s ease-in;
    box-shadow: 0px 0 12px #adadad;
}
.re-im img {
    position: absolute;
    top: 0;
    left: 0;
}
/*.re-im:hover .front-im{display:none;}*/
.re-im:hover .back-im{display:block;}
.re-im .back-im{display:none;}
.mailing-div {
	width: calc(100% - 300px);
	margin-left: 150px;
	background: #fafaf9;
	padding: 15px 15px;
	border-radius: 5px;
	margin-top: 35px;
	position: relative;
	box-shadow: 0 0 150px 20px #c7c7c7;
}
.mailing-div form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mailing-div form font {
	padding-right: 20px;
	font-size: 15px !important;
}
.mailing-div form input[type="text"] {
	width: 100%;
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #f9f8f7;
	background: transparent;
	outline: none;
}
.mailing-div form input.submit {
	padding: 3px 12px;
	margin-left: 10px;
	border-radius: 2px;
	border: 0;
	color: #fff;
	font-weight: 500;
	font-size: 18px !important;
	background: linear-gradient(to top, rgb(64, 128, 34), rgb(119, 187, 87));
}
.mailing-div h5 {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 600;
	color: #4f9030;
}
.nav-link.selected, .dropdownn.active .dropdown-togglen{
	color: #74b655 !important;
}
/*#header {
	position: absolute;
	background: url(../img/header-line.png) no-repeat;
	width: 100%;
	background-size: 105% 190px;
	top: 0;
	left: 0;
	z-index: 99;
}*/
#header {
	position: absolute;
	background: #20211F;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	margin-bottom: 5rem;
    -moz-box-shadow: 0 20px 38px -2px rgba(0, 0, 0, 0.35), inset 0 15px 5px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 20px 38px -2px rgba(0, 0, 0, 0.35), inset 0 15px 5px 0 rgba(0, 0, 0, 0.36);
}
#header .container {
    padding: 0;
}
.navBox{
    position: relative;
    padding: 10px 0 10px;
    width: 20%;
    top: 20px;
    text-align: center;
}
.navBox:after {
    content: '';
    position: absolute;
    right: -128px;
    top: 64%;
    height: 100%;
    width: 150px;
    background: radial-gradient(circle at 123% 64%, transparent 75%, #20211F 10%);
    background: -moz-radial-gradient(circle at 123% 64%, transparent 75%, #20211F 10%);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
    pointer-events: none;
}
.sticky_header .navBox:after {
    right: -130px;
}
.navBox:before {
    content: '';
    position: absolute;
    left: var(--Left);
    top: 78%;
    height: 60%;
    width: var(--bgWidth);
    background: #20211F;
    border-bottom-right-radius: 130px;
    pointer-events: none;
    z-index: -1;
    -moz-box-shadow: 20px 20px 38px -2px rgba(0, 0, 0, 0.21);
    box-shadow: 20px 20px 38px -2px rgba(0, 0, 0, 0.21);
}
#header .bg-dark #collapsibleNavbar .navbar-nav a:hover{
	color: #7dbf5c;
}
#header .bg-dark .navbar-brand {
	/*padding: 32px 0;*/
	margin: 0;
}
#header .bg-dark .navbar-brand img {
	max-width: 150px;
	width: 100%;
}
#header .bg-dark #collapsibleNavbar {
	/*margin-top: -100px;*/
	justify-content: flex-end;
	align-items: center;
}
.heading-sec img {
	width: 100%;
}
#header .bg-dark #collapsibleNavbar .navbar-nav a {
	padding: 0 15px;
	border-right: 1px solid #c9c9c9;
	line-height: 16px;
	font-size: 15px;
	display: block;
	color: #d2d2d2;
	letter-spacing: 1px;
	font-family: 'Open Sans';
	font-weight: 500;
}
#hm-burgur {
	display: none;
}
#hm-burgur:focus{
	outline: none;
}
.close-bg {
	display: none;
}
li.nav-item.dropdownn{
	position: relative;
}
li.nav-item.dropdownn:hover .dropdown-menun, li.nav-item.dropdownn:focus .dropdown-menun{
	display: block;
}
.dropdown-menun {
	position: absolute;
	list-style: none;
	display: none;
	background: rgba(29, 30, 28, .85);
	left: 0;
	min-width: 145px;
	top: 78px;
	padding: 5px;
	box-shadow: 0 0 5px #0c0c0c;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
#header .bg-dark #collapsibleNavbar ul>li.nav-item {
	padding: 35px 0;
	display: block;
	cursor: pointer;
	position: relative;
	transition: all .8s ease-in;
}
.dropdown-menun li.nav-item {
	padding: 10px 0 !important;
}
.dropdown-menun li.nav-item a{
	border-right: 0 !important;
}
.sticky_header .dropdown-menun {
	top: 67px;
}
.t-Sd-cnt {
	position: absolute;
	top: 50%;
	width: 100%;
}
.t-Sd-cnt {
	position: absolute;
	top: 50%;
	width: 80%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#t_slider .owl-nav .owl-prev {
	background: rgba(255, 255, 255, 0.95);
	width: 30px;
	height: 70px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#t_slider .owl-dots {
	position: absolute;
	bottom: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#t_slider .owl-nav span {
	display: block;
	font-size: 50px;
	margin: -10px 0 0;
	text-align: center;
	color: #74b655;
}
#t_slider .owl-dots .owl-dot {
	border: 2px solid #ffffff !important;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#t_slider .owl-dots .owl-dot.active {
	background: #478d27 !important;
}
#t_slider .owl-nav .owl-next {
	background: rgba(255, 255, 255, 0.95);
	width: 30px;
	height: 70px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.t-Sd-cnt h1 {
	margin: 0 0 10px;
	font-size: 52px;
	font-weight: 700;
	color: #74b655;
}
#t_slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.t-Sd-cnt p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 22px;
	padding-left: 5px;
	line-height: 30px;
	margin-bottom: 0;
}
.sec-body .left-aside img {
	width: 100%;
}
#header .bg-dark {
	background-color: transparent !important;
	display: flex;
	padding: 0;
}
.social-links-gn {
	/*display: flex;*/
	list-style: none;
	justify-content: center;
	align-items: center;
	padding: 5px 0 5px 15px;
	margin: 0 0 0 -1px;
	border-left: 1px solid #c8c8c8;
}
.social-links-gn li{
    display: inline-block;
}
.social-links-gn li a {
	display: inline-block;
	justify-content: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	align-items: center;
	margin-left: 10px;
	color: #75b656;
	text-align: center;
	line-height: 27px;
}
.social-links-gn li a i {
	font-size: 14px;
}
.dropdown-toggle::after {
	display: none;
}
.sec-body {
    position: relative;
    background: url(../img/11798249_10204474120553069_1893331879_n.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    z-index: 1;
    margin-top: -25px;
    background-position: 0% 50%;
    padding-top: 55px;
    background-attachment: fixed;
}
.sec-body:after{
	background:rgba(39, 39, 39, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	content: '';
	z-index: 8;
}
.sec-body .container{
	position: relative;
	z-index: 9;
}
.aside-bg ul li a:hover {
	color: #468c26;
}
.sec-body .left-aside h2 {
	margin: 0 0 20px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 22px;
	color: #528e35;
	letter-spacing: -1px;
}
.sec-body .left-aside h2 span {
	font-weight: 600;
}
.sec-body .sec-in-body  {
	display: table;
	padding: 40px 30px;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
}

.sec-body .left-aside img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sec-body .left-aside p {
	margin: 0;
}

.right-aside {
    float: left;
	width: 32%;
	/*flex: 0 0 32%;*/
	padding: 0 13px;
	/*-webkit-flex: 0 0 32%;*/
}
.sec-body .left-aside {
	width: 68%;
	float: left;
	/*flex: 0 0 68%;
	-webkit-flex: 0 0 68%;*/
	padding: 0 13px;
	margin-bottom: 50px;
}
.point-san .fa-ul li {
	border-bottom: 1px solid #c5c5c5;
	padding: 8px 0;
}
.point-san .fa-ul {
	margin: 0 0 30px;
}
.point-san .fa-ul p {
	margin: 0 0 0 40px;
}
.point-san .fa-ul li a, .point-san .fa-ul li p {
    margin-left: 2.32rem;
    color: #64984a;
}
.point-san .fa-ul li p a{
    margin-left: 0;
}
.point-san .fa-ul li a:hover, .sec-body .left-aside a, .aside-bg ul li a, .aside-bg ul li {
	color: #64984a;
}
.point-san .fa-ul li i {
	margin-left: 35px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #83c364;
}
.point-san h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 20px;
	color: #528e35;
	text-transform: uppercase;
	border-bottom: 2px solid #74b655;
	letter-spacing: 1px;
	padding-bottom: 6px;
}
.aside-rt-1 {
	padding: 15px;
}
.aside-bg {
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 2px solid #464646;
	box-shadow: 0 0 5px -3px black;
	-o-box-shadow: 0 0 5px -3px black;
	-webkit-box-shadow: 0 0 5px -3px black;
	-moz-box-shadow: 0 0 5px -3px black;
}
.aside-bg form input.input-control {
	flex: 0 0 80%;
	max-width: 80%;
	-webkit-flex: 0 0 80%;
	border: 1px solid #c1c0c0;
	border-radius: 2px;
	min-height: 30px;
	margin-right: 10px;
	padding: 5px 10px;
}

.right-aside .aside-rt-4.aside-bg {
	position: relative;
}
.right-aside .aside-rt-4.aside-bg img, .aside-rt-3 img {
    width: 100%;
}
.right-aside audio {
	width: 100%;
	position: absolute;
	bottom: 0;
	left:0;
	height: 45px;
	background: #f1f3f4;
}

.aside-bg form .form-group input.btn-GO {
	width: calc(100% - 50px);
	background-color: #539036;
	background-image: -moz-linear-gradient(#7dbf5c, #528e35);
	background-image: linear-gradient(#7dbf5c, #528e35);
	border: 0;
	border-radius: 4px;
	font-weight: 700;
	color: #fff;
}

.aside-bg ul {
	padding: 40px 0 10px;
	list-style: none;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 245px;
	position: relative;
}

.aside-bg ul:before {
	position: absolute;
	right: -8px;
	top: 0;
	height: 100%;
	width: 10px;
	content: '';
	background: #f1f1f1;
}

.aside-bg ul::-webkit-scrollbar {
	width: 5px;
	position: relative;
	z-index: 10;
}

.aside-bg ul::-webkit-scrollbar-track {
	background: #f1f1f1;
	position: relative;
	z-index: 10;
}

.aside-bg ul::-webkit-scrollbar-thumb {
	background: #66ac46;
	position: relative;
	z-index: 10;
}

.aside-bg ul::-webkit-scrollbar-thumb:hover {
	background: #555;
	position: relative;
	z-index: 10;
}

.aside-bg form .form-group {
	margin: 15px 0 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	color: #fff;
}

.aside-rt-2 h3 {
	position: absolute;
	width: 97%;
	background: #fff;
	padding: 15px 15px 10px 15px;
	margin-bottom: 0 !important;
	z-index: 9;
}

.aside-rt-2 {
	height: 250px;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 10;
}

.aside-bg form .form-group a {
	color: #fff;
}

.aside-rt-2:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 97%;
	height: 15px;
	background: white;
}

.aside-bg ul li a {
	font-size: 14px;
	/*color: #222;*/
	line-height: 16px;
	display: block;
}

.aside-bg ul li {
	padding: 5px 0;
	margin: 0 auto;
	width: calc(100% - 30px);
	border-bottom: 1px solid #e2e2e2;
}

.aside-bg ul li a:hover {
	text-decoration: none;
}

.aside-bg h3 {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #528e35;
	text-transform: uppercase;
}

.aside-rt-1 form a.btn {
	flex: 0 0 17%;
	max-width: 17%;
	-webkit-flex: 0 0 17%;
	margin-left: 3%;
	text-align: center;
	font-weight: 600;
	border-radius: 5px;
	border: 0;
	font-size: 15px;
	background: #b2e1ff;
	background: -moz-linear-gradient(top, #87cc67 0%, #408620 100%);
	background: -webkit-linear-gradient(top, #87cc67 0%, #408620 100%);
	background: linear-gradient(to bottom, #87cc67 0%, #408620 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc', GradientType=0);
}
.aside-bg p {
	margin: 0 0 0;
	font-size: 15px;
	font-weight: 600;
}
.aside-bg form .form-group {
	width: 100%;
}
.aside-bg form input.submit {
	border: 1px solid #75b656;
	border-radius: 4px;
	font-weight: 600;
	color: #fff;
	padding: 3px 8px;
	background: linear-gradient(to top, rgb(64, 128, 34), rgb(119, 187, 87));
}
.aside-bg form input[type="text"] {
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	width: calc(100% - 15px);
	margin-right: 15px;
	padding: 4px 10px;
	font-size: 14px;
}
.aside-bg form {
	display: flex;
	margin-top: 10px;
}
/*footer*/
.footer {
	padding: 20px 0;
	background: rgba(0, 0, 0, .85);
}
.footer p {
	text-align: center;
	margin: 0;
	color: #fff;
	padding: 0 30px;
}
.footer a {
	color: #74b655;
	font-weight: 600;
}

.point-san img {
	max-width: 20px;
	height: 16px;
	margin: 5px 0 0 40px !important;
}
.sticky_header {
	position: fixed !important;
	top: 0 !important;
}

.sticky_header .navbar-brand img {
	width: 160px !important;
}

.sticky_header .navbar-brand {
	padding: 15px 0 !important;
	;
}

#header.sticky_header {
	background-size: 101% 130px;
}

#header.sticky_header .bg-dark #collapsibleNavbar {
	/*margin-top: -70px;*/
}

#header.sticky_header #collapsibleNavbar .navbar-nav a {
	font-size: 15px;
}


/*dropdown menu*/

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	min-width: 8rem;
	right: 0;
	top: 30px;
	padding: 10px 10px;
	border: 0;
	background: rgba(30, 31, 29, 0.7);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	transition: all .8s ease-in;
	box-shadow: 0 2px 2px 1px #121312;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.nav-link {
	border-right: 0 !important;
}

.dropdown-menu a.nav-link {
	display: block;
	padding: 8px 10px !important;
}


/* hire us page */

.left-aside .hireus p {
	margin: 15px 0 0px;
}

.horizontal-line {
	margin: 20px 0 30px;
}
.hireus-form .row {
	margin-bottom: 15px;
}

.form-group.hr-flex {
	margin: 0;
	align-items: center;
	display: flex;
}

.form-group.hr-flex label {
	max-width: 38%;
	flex: 0 0 38%;
	font-weight: 500;
	margin: 0;
	color: #222;
}

.form-group label span,
.sng-row .from-group span {
	color: #58b929;
	font-weight: 700;
}

.sng-row .from-group {
	display: flex;
	align-items: center;
}

.sng-row .from-group label {
	/*width: calc(100% - 565px);*/
	width: calc(22% + 6px);
	margin: 0;
}

.hireus-form input.form-controll {
	width: 100%;
	height: 34px;
	padding: 5px 15px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.hireus-form .form-control {
	font-size: 14px;
	background: transparent;
}

.hireus-btn input.btn.rt {
	padding: 9px 35px;
	border: 1px solid #479222;
	color: #569f2d;
	background: #f5f5f5;
	font-size: 15px;
	font-weight: 500;
	margin-left: 15px;
}

.hireus-form label {
	font-size: 14px;
}

.hireus-btn input.btn.sb {
	padding: 13px 32px;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	border: 1px solid #479222;
	background: #82bf41;
	background: -moz-linear-gradient(top, #82bf41 0%, #509a2b 100%);
	background: -webkit-linear-gradient(top, #82bf41 0%, #509a2b 100%);
	background: linear-gradient(to bottom, #82bf41 0%, #509a2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82bf41', endColorstr='#509a2b', GradientType=0);
}

.txt-area {
	margin-top: 25px;
}

.txt-area label {
	margin: 0 0 10px;
}

.txt-area textarea {
	min-height: 150px;
	background: transparent;
}


/*general page of contact us*/

.general h3 {
	font-size: 16px;
	font-weight: 700;
	color: #222222;
	margin-bottom: 12px;
	margin-top: 30px;
}

.social-net .sprite-image:last-child {
	margin-right: 0;
}

.social-net {
	display: flex;
	position: relative;
	margin: 28px 0 12px;
}

.social-net .sprite-image {
	margin-right: 15px;
	display: block;
}

.social-net .sprite-image img {
	margin: 0;
}

.row.sc-ntw .col-sm-6:first-child {
	max-width: 44%;
	flex: 0 0 44%;
}

.row.sc-ntw .col-sm-6:last-child {
	max-width: 56%;
	flex: 0 0 56%;
}

.row.sc-ntw .address ul {
	list-style: none;
	margin: 0;
	padding-left: 50px;
}

.row.sc-ntw .address ul li {
	margin-bottom: 25px;
	position: relative;
}

.row.sc-ntw .address ul li img {
	width: auto;
	margin: 0;
	position: absolute;
	left: -50px;
}

.row.sc-ntw .address ul li:last-child {
	margin-bottom: 0px;
}

.row.sc-ntw .address ul li p.strong {
	font-size: 15px;
	font-weight: 600;
	color: #222;
	margin-bottom: 8px;
	line-height: 15px;
}

.row.sc-ntw .address ul li p.thin {
	font-size: 15px;
	line-height: 15px;
}

.nt-detail h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: -.2px;
}

.social-net {
	display: flex;
	position: relative;
}

.general p.m-15 {
	margin-top: 12px !important;
}

.general input.form-control {
	font-size: 14px;
	background: transparent;
	min-height: 38px;
}

.general textarea {
	background: transparent;
	min-height: 145px;
}

.drop-a-line .hireus-btn {
	margin-top: 15px;
}
/*bhangra team*/
.left-aside .bhangra-team h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 25px;
}
.left-aside .bhangra-team p.p15 {
	margin-bottom: 15px;
}
/*events page*/
.event_cal iframe {
	width: 100%;
	min-height: 550px;
	background: #fff;
	padding: 1px;
	border-radius: 5px;
}
.event-hd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
}
.ev-ct {
	position: relative;
	max-width: 56.5%;
	flex: 0 0 56.5%;
	-ms-flex: 0 0 56.5%;
	-webkit-flex: 0 0 56.5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.ev-im {
	position: relative;
	max-width: 43.5%;
	flex: 0 0 43.5%;
	-ms-flex:0 0 43.5%;
	-webkit-flex:0 0 43.5%;
}
.event-hd {
	margin-bottom: 30px;
}
.ev-md-ct {
	background: #f8f8f8;
	padding: 32px 25px;
	border: 1px solid #69a94a;
	border-radius: 3px;
	margin-left: -37px;
	box-shadow: 3px 1px 2px 1px #f7f7f7;
}
.ev-md-ct h2 {
	font-size: 25px !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	letter-spacing: .1px !important;
	color: #59a232!important;
}
.ev-md-ct p {
	font-size: 13px;
	letter-spacing: .3px;
	line-height: 20px;
}
.ev-md-ct p a>strong {
	font-weight: 700;
	color: #59a232;
}
.ev-im img {
	margin: 0 !important;
}
/*store page*/
.price-store table tr td {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.price-store table tr td>select {
	background: #f8f8f8 ;
	position: absolute;
	bottom: 65px;
	border-radius: 2px;
	width: calc(100% - 16px - 16px);
	min-height: 30px;
	border: 1px solid #d6d6d6;
}
.price-store form {
	width: 100%;
	display: flex;
	align-items: center;
}
.price-store form input[type="image"] {
	width: 120px;
	height: 36px;
	position: relative;
}
.price-store form input[type="image"]:focus{
	outline:none;
}
.price-store form input[type="image"]:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/donate-button.png) #f5f5f5;
	background-size: 120px 36px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.price-store form b {
	font-size: 26px !important;
	font-weight: 600;
	color: #333b4e;
}

.right-aside.relativee {
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 130px;
}
.store-CD_DVD h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	margin-top: 25px;
	color: #528e35;
	margin-bottom: 20px;
}
.store-cloths h4{
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
	color: #528e35;
	margin-bottom: 20px;
}
.sale-cd .pd-s-l {
	padding: 6px;
	max-width: 30%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
}
.sale-cd .pd-s-r {
	padding: 15px 15px 15px 15px;
	max-width: calc(70% - 10px);
	flex: 0 0 70%;
	-ms-flex: 0 0 70%;
	-webkit-flex: 0 0 70%;
	box-shadow: -3px 0px 20px -6px #b1b1b1;
	margin-left: 10px;
}


.sale-cd .pd-s-l img{
	margin:0 !important;
}
.cd-dvd-sec h5 {
	font-size: 16px;
	font-weight: 600;
	color: #5c9c3d;
	margin: 0px 0 10px 0;
}
.cd-dvd-sec p {
	line-height: 22px;
	font-size: 14px;
	color: #565656;
}
.price-store {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.sale-cd {
	align-items: center;
	border: 1px solid #93cc77;
	margin: 0 0 17px;
	box-shadow: 1px 2px 6px 2px #dcdcdc;
	position: relative;
}
.store-cloths .sale-cd .pd-s-l {
	padding: 0 6px 0 0;
	overflow: hidden;
	position: relative;
	transition: all .8s ease-in;
}
.viewback {
	position: absolute;
	bottom: 0;
	display: block;
	left: 0;
	width: calc(100% - 6px);
	background: rgba(0,0,0,0.85);
	text-align: center;
	padding: 8px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.price-store {
	display: flex;
	align-items: center;
	margin-top: 55px;
}
.viewback:hover {
	color: #fff;
	text-decoration: none;
}
.price-store .price-cd, .price-store .price-cloths{
	font-size: 26px;
	font-weight: 600;
	margin: 0;
	line-height: 30px;
	padding-right: 15px;
	padding-left: 3px;
	color: #565656;
}
.price-store a {
	border: 1px solid #65a446;
	border-radius: 5px;
	color: #65a446;
	padding: 8px 24px;
	transition: all .5s ease-in;
}
.price-store a:hover {
	color: #fff;
	background-color: #539036;
	background-image: linear-gradient(#7dbf5c, #528e35);
	text-decoration: none;
	border: 1px solid #4a882b;
	box-shadow: 2px 2px 0 1px #dedddd;
}
/*bollywood class*/
.left-aside .bl p.m-15 {
	margin-bottom: 15px;
}
.left-aside .bl p.m-10 {
	margin-bottom: 10px;
}
.left-aside .bl p.m-15 a{
	color: red;
}
.left-aside .bl p.m-15 a {
	color: #619f42;
	font-weight: 600;
}
.PMT-mthod {
	border: 1px solid #cbcbcb;
	margin-top: 10px;
	margin-bottom: 25px;
}
.PMT-mthod .row-cl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.PMT-mthod .row-cl .col-pm-3 {
	padding: 8px 15px;
	width: calc(100% /3);
	border-left: 1px solid #cbcbcb;
}
.col-pm-3 p.hding {
	font-weight: 600;
	font-size: 14px;
	color: #222;
}
.PMT-mthod .row-cl .col-pm-3:nth-child(1){
	border-left: 0;
}
.bg-cf {
	background: #dfdfdf;
}
.row-cl.bg-wcl p {
	font-size: 14px;
}
p.co-p {
	color: #59a232;
	font-weight: 500;
	padding-bottom: 10px;
}
.left-aside .bhangra-xclass .m-15 {
	margin-bottom: 14px;
}
.from-group.hr-f label {
	margin-bottom: 8px;
}
.left-aside .donate p.bt {
	width: calc(100% - 215px);
	display: flex;
	margin-left: 215px;
	margin-top: 50px;
}
.think-cell {
	margin: 35px 0 0;
}
.think-cell h5 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
	color: #af2539;
}
.donatbtn.bos-donate-div:after {
    position: absolute;
    left: -38px;
    content: '';
    bottom: -20px;
    height: 1px;
    width: 120%;
	background: #49892a;
}
.b-donatebtn input[type="image"] {
    /*margin-bottom: -38px;*/
    padding: 10px 0 0;
}
.left-aside .donate p.bt {
	width: calc(100% - 215px);
	display: flex;
	margin-left: 215px;
	margin-top: 50px;
}
.donatbtn.bos-donate-div:before {
    position: absolute;
    left: -20px;
    top: -2px;
    content: '';
    height: 120%;
    width: 1px;
	background: #49892a;
}
/*.b-donatebtn img{*/
/*	max-width: 150px;*/
/*	margin: 10px 0 -35px;*/
/*	border: 1px solid #a0a0a0;*/
/*	border-radius: 0px 15px 0px 15px;*/
/*	padding: 4px;*/
/*}*/
/*.b-donatebtn input[type="image"] {*/
/*	background: linear-gradient(to top, rgb(75, 140, 44) -10%, rgb(71, 135, 40) 20%, rgb(131, 197, 100) 20%, rgb(113, 181, 82) 78%, rgb(73, 137, 42) 80%);*/
/*	height: 36px;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	border-radius: 50px;*/
/*	color: #fff;*/
/*	margin: 0 auto;*/
/*	max-width: 150px;*/
/*}*/
.donatbtn.bos-donate-div p {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 20px;
}
.sec-body .left-aside img.HomeShortBanner {
    margin-top: 15px;
}
.sec-body .left-aside p.btt {
	margin-top: 70px;
}
.donatbtn.bos-donate-div {
	position: relative;
	max-width: 300px;
	width: 100%;
	text-align: center;
	border-radius: 8px;
	padding: 15px;
	background: #f1f1f1;
	margin: 35px auto;
	box-shadow: 2px 2px 150px 2px #a9a9a9;
}
.san-wrapper{
    background:#000;
}
/*media query*/
@media (min-width: 1351px) {

#header {
    position: relative;
/*    background-size: 530% 130px;
    height: 130px;*/
}
.container {
    max-width: 1320px;
}

.sticky_header .navbar-brand img {
    width: 125px !important;
}
#header.sticky_header {
    /*background-size: 631% 115px;*/
    /*height: 114px;*/
}
#header .bg-dark #collapsibleNavbar {
    margin-top: 0px;
    margin-bottom: 0;
}
#header .bg-dark #collapsibleNavbar .navbar-nav a {
    font-size: 17px;
    font-weight: 600;
}
#header.sticky_header .bg-dark #collapsibleNavbar {
    /*margin-top: -5px;*/
}
.sec-body {
    margin-top: 0;
}
.container {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
}
.sec-body {
    padding-top: 45px;
}
.t-Sd-cnt {
    position: absolute;
    top: 50%;
    width: calc(100% - 100px);
    left: 0;
    margin-left: 50px;
    box-shadow: 0 0 180px 26px black;
    background: rgba(33, 34, 32, .7);
    padding: 15px;
}
#header .bg-dark .navbar-brand {
    padding: 10px 0 10px;
    min-width: auto;
    text-align: center;
    margin-right: 0;
}
.art-container2 {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
    margin: 30px auto;
    /*border: 6px groove #74b655;*/
}
}
@media screen and (max-width: 1350px) and (min-width: 1200px) {
	.container {
		max-width: 1204px;
	}
	#header .bg-dark #collapsibleNavbar .navbar-nav a{
		font-size: 16px;
	}
}
@media screen and (max-width: 1199px) and (min-width: 1000px) {
	.container {
		max-width: 1000px;
	}
	#header .bg-dark #collapsibleNavbar .navbar-nav a {
    padding: 0 13px;
	}
	#header .bg-dark #collapsibleNavbar .navbar-nav a {
    padding: 0 13px;
	}
	.donatbtn.bos-donate-div:after {
		left: -38%;
		width: 138%;
	}
	#header {
		/*background-size: 106% 140px;*/
	}
	#header .bg-dark .navbar-brand {
		padding: 10px 0;
	}
	#header .bg-dark #collapsibleNavbar {
		/*margin-top: -80px;*/
	}
	br {
		display: none;
	}
	
	.aside-bg form input.input-control {
		flex: 0 0 77%;
		max-width: 77%;
		-webkit-flex: 0 0 77%;
		-ms-flex: 0 0 77%;

	}
	.aside-rt-1 form a.btn {
		flex: 0 0 20%;
		max-width: 20%;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
	}
	.sec-body .left-aside {
		max-width: 65%;
		flex: 0 0 65%;
		-webkit-flex: 0 0 65%;
		-ms-flex: 0 0 65%;
	}
	.right-aside {
		max-width: 35%;
		flex: 0 0 35%;
		-webkit-flex: 0 0 35%;
	}
	.sec-body {
		padding-top: 35px;
	}
}

@media (max-width: 1199px) {
.navBox:before {
    top: 65%;
}
.navBox:after, .sticky_header .navBox:after {
    right: -115px;
}
.navBox:after {
    top: 63%;
}
	.sng-row .from-group label {
		width: calc(100% - 438px);
		}.sale-cd .pd-s-r {
			padding: 10px 10px 10px 10px;

		}
		.cd-dvd-sec h5 {
			font-size: 14px;
			margin: 0px 0 8px 0;
		}
		.cd-dvd-sec p {
			line-height: 20px;
		}
		.price-store {
			margin-top: 10px;
		}
		.price-store .price-cd, .price-store .price-cloths {
			font-size: 20px;
			font-weight: 600;
		}
		.price-store a {
			padding: 5px 15px;
		}
		/*hire us*/
.social-links-gn li a {
    width: 25px;
    height: 25px;
    margin: 0 5px;
}
#header .bg-dark #collapsibleNavbar .navbar-nav a {
	padding: 0 8px;
	font-size: 14px;
}
.social-links-gn {
	padding: 5px 0 5px 5px;
}
}

	@media (max-width: 999px) {
		.sticky_header .dropdown-menun {
			top: 0;
		}
		.txt-area {
			margin-top: 10px;
		}
		.ev-md-ct {
			padding: 20px;
		}
		.t-Sd-cnt p,
		.t-Sd-cnt h1 {
			padding-left: 30px;
		}
		.sng-row .from-group label {
			width: 100% !important;
		}
		.form-group.hr-flex label {
			max-width: 100%;
			flex: 0 0 100%;
			width: 100%;
			margin-bottom: 8px;
		}
		.sng-row .from-group {
			display: block;
		}
		.form-group.hr-flex {
			display: block;
			margin-bottom: 0px;
		}
		.horizontal-line {
			margin: 15px 0 15px;
		}
		form.hireus-form .row {
			margin-bottom: 10px;
		}
		br {
			display: none;
		}
		
		form.hireus-form .row {
			margin-bottom: 10px;
		}
		.row.txt-area .form-group {
			margin: 0 0 5px;
		}
		#header .bg-dark #collapsibleNavbar {
			/*margin-top: -80px;*/
		}
		#header {
			/*background-size: 105% 150px;*/
		}
		.aside-bg form input.input-control {
			flex: 0 0 74%;
			max-width: 74%;
			-webkit-flex: 0 0 74%;
		}
		.aside-rt-1 form a.btn {
			flex: 0 0 20%;
			max-width: 20%;
			-webkit-flex: 0 0 20%;
		}
		.container {
			max-width: 100%;
		}
		.point-san .fa-ul {
			margin: 0 0 20px;
		}
		.sec-body {
			padding-top: 15px;
		}
		.sec-body .sec-in-body {
			padding: 30px 15px;
		}
		.sec-body .left-aside {
			margin-bottom: 0px;
		}
	}
@media (max-width: 991px) {
	
	.aside-bg form input.submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.aside-bg form input[type="text"] {
    margin-right: 0;
}
.aside-rt-1 {
    margin-top: 20px;
}
/*.aside-rt-2, .aside-rt-3 {
    float: left;
    width: calc(50% - 7.5px);
    margin-right: 7.5px;
}*/

.aside-rt-2, .aside-rt-1 {
    text-align: left;
}

.aside-rt-3 {
    margin-right: 0;
    width: auto;
    display: inline-block;
    /*margin-left: 7.5px;*/
}

.right-aside .aside-rt-4.aside-bg {
    clear: both;
    max-width: 650px;
    margin: 0 auto;
}
.position-sticky {
    position: relative!important;
    display: table;
    width: 100%;
    text-align: center;
}
.right-aside {
    position: relative!important;
    float: none;
    width: 100%;
    flex: 0 0 100%; 
    padding: 0 13px;
    -webkit-flex: 0 0 100%; 
}
.sec-body .left-aside{
    width: 100%;
    float: none;
}
	
	    
.navBox {
    width: 100%;
    max-width: 220px;
    margin-right: 30px;
}
		.donatbtn.bos-donate-div:after, .donatbtn.bos-donate-div:before{
			display: none;
		}
		.sec-body .left-aside p.btt {
			margin-top: 25px;
		}
		.donatbtn.bos-donate-div {
			max-width: 320px;
			margin: 25px auto 20px;
		}
		.b-donatebtn img.img-fluid {
			margin: 15px 0 5px !important;
		}
		.close-bg.rot {
			display: block;
			position: fixed;
			background: rgba(29, 31, 29, .85);
			height: 100%;
			width: 100%;
			left: 0;
			top: 0;
			z-index: 998;
		}
		.dropdown-menun {
			position: relative;
			list-style: none;
			display: none;
			background: transparent;
			left: 0;
			min-width: 100%;
			top: 0;
			padding: 0;
			box-shadow: none;
			border-bottom-left-radius: unset;
			border-bottom-right-radius: unset;
			transition: all .5s ease-in;
		}
		.nav-link.dropdown-togglen {
			position: relative;
		}
		.nav-link.dropdown-togglen:after {
			position: absolute;
			border: solid #737373;
			border-width: 0 3px 3px 0;
			display: inline-block;
			padding: 3px;
			right: 3px;
			top: 12px;
			width: auto;
			height: auto;
			transition: all .8s ease-in;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			content: '';
		}
		.dropdown-menun li.nav-item {
			padding: 0px 0 !important;
		}
		.dropdown-menun .nav-item a {
			padding-left: 10px !important;
		}
		#header .bg-dark #collapsibleNavbar ul>li.nav-item {
			padding: 0 0;
		}
		#header .bg-dark #collapsibleNavbar::-webkit-scrollbar {
			width: 5px;
			cursor: pointer;
		}
		#header .bg-dark #collapsibleNavbar::-webkit-scrollbar-track {
			background: #101010; 
		}
		#header .bg-dark #collapsibleNavbar::-webkit-scrollbar-thumb {
			background: #75b656;
		}

		#hm-burgur {
			display: block;
			background: transparent;
			border: 0;
			height: 30px;
			cursor: pointer;
			margin-right: 15px;
		}
		#header .bg-dark #collapsibleNavbar {
			margin-top: 0;
			background: rgba(32, 34, 32, .95);
			position: fixed;
			overflow-y: scroll;
			left: -270px;
			overflow-x: hidden;
			height: 100%;
			top: 0;
			z-index: 999;
			padding: 15px;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			width: 270px;
			box-shadow: 3px 0 10px #151515;
			transition: all 1s ease-in;
		}
		.activ-t {
			left: 0 !important;
		}

		.navbar-toggler-sicon {
			width: 30px;
			height: 2px;
			background: #5f9d41;
			display: block;
			position: relative;
		}
		.navbar-toggler-sicon:after{
			position: absolute;
			right: 0;
			top: 10px;
			width:25px;
			height: 2px;
			content: '';
			background-color: #5f9d41;
		}
		.navbar-toggler-sicon:before{
			position: absolute;
			right: 0;
			top: -10px;
			width:25px;
			height: 2px;
			content: '';
			background-color: #5f9d41;
		}
		#header .bg-dark .navbar-brand {
			position: relative;
		}
		/*hamburger btn*/
		.t-Sd-cnt p {
			font-size: 18px;
		}
		.navbar-expand-lg .navbar-nav .dropdown-menu {
			background: rgb(30, 32, 30);
			box-shadow: 0 2px 2px 2px #121312;
		}
		#header {
			position: relative;
		}
		.navbar-dark .navbar-toggler {
			margin-top: 0px;
		}
		#header {
			background-size: 495% 85px;
		}
		#header .bg-dark .navbar-brand {
			padding: 10px 0;
		}
		ul.social-links-gn {
			border: 0;
			margin: 20px 0 0;
		}
		#header .bg-dark #collapsibleNavbar .navbar-nav li a {
			font-weight: 500;
			padding: 10px 0;
			border: 0;
			border-bottom: 1px solid #2b2b2b;
		}
		#header.sticky_header {
			background-size: 550% 130px;
		}
		#header.sticky_header .navbar-brand img {
			width: 100px !important;
		}
		#header.sticky_header .bg-dark #collapsibleNavbar {
			/*margin-top: -5px;*/
		}
	}

	@media (max-width: 950px) {

		.navbar-expand-md .navbar-toggler {
			display: block;
		}
		.row.sc-ntw .col-sm-6:first-child {
			max-width: 100%;
			order: 2;
			flex: 0 0 100%;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		#header {
			background-size: 100% 310px;
			box-shadow: 0 2px 5px #101010;
		}
		#header .bg-dark .navbar-brand {
			padding: 10px 0;
		}
		#header .bg-dark {
			justify-content: space-between;
		}
	}

	@media (max-width: 850px) {
		.PMT-mthod {
			display: flex;
		}
		.PMT-mthod .row-cl:first-child{
			border-right: 1px solid #cbcbcb;
			width: 40%;
			display: block;

		}
		.PMT-mthod .row-cl:last-child{
			width:60%;
			display: block;
		}
		.PMT-mthod .row-cl .col-pm-3{
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			align-items: center;
		}
		.PMT-mthod .row-cl .col-pm-3:nth-child(1){
			min-height: 45px;
		}
		.PMT-mthod .row-cl .col-pm-3:nth-child(2), .PMT-mthod .row-cl .col-pm-3:nth-child(3){
			min-height: 70px;
		}
	.PMT-mthod .row-cl .col-pm-3:nth-child(3) {
    border-bottom: 0;
    display: block;
}
		.PMT-mthod .row-cl .col-pm-3 {
			width: 100%;
			border-bottom:1px solid #cbcbcb;
		}
		.PMT-mthod .row-cl .col-pm-3{
			border-left: 0;
		}
		/*;ldsjfkl*/
		.left-aside .bhangra-xclass .m-15 {
			margin-bottom: 10px;
		}
		.left-aside .bl p.m-15 {
			margin-bottom: 10px;
		}
		.PMT-mthod {
			margin-bottom: 15px;
			margin-top:15px;
		}
		.hire_us form .form-group label {
			max-width: 34%;
			flex: 0 0 34%;
			text-align: left;
			-webkit-flex: 0 0 32%;
			-moz-flex: 0 0 34%;
			-ms-flex: 0 0 34%;
			-o-flex: 0 0 34%;
		}
		.left-aside .bhangra-team h4 {
			margin: 0 0 10px;
		}
		.store-CD_DVD h4 {
			margin: 0;
			font-size: 18px;
			font-weight: 700;
			margin-top: 25px;
			color: #528e35;
			margin-bottom: 18px;
			border: 1px solid #a0ca8b;
			padding: 10px 10px;
			background: #fbfbfb;
			box-shadow: 0 24px 39px #ececec;
		}
		.store-cloths h4 {
			margin: 0;
			font-size: 18px;
			font-weight: 700;
			margin-top: 32px;
			color: #528e35;
			margin-bottom: 20px;
			border: 1px solid #a0ca8b;
			padding: 10px 10px;
			background: #fbfbfb;
			box-shadow: 0 24px 39px #ececec;
		}
		.row.sc-ntw .col-sm-6:last-child {
			order: 2;
		}
		.row.sc-ntw .col-sm-6:first-child {
			max-width: 44%;
			order: 1;
			flex: 0 0 44%;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.aside-rt-3 img,
		.aside-rt-4 img {
			width: 100%;
		}
		.aside-rt-4.aside-bg {
			margin: 0;
		}
		.sec-body .sec-in-body {
			display: block;
		}
		.sec-body .left-aside img {
			margin-top:0;
			margin-bottom:15px;
		}
		.left-aside .bhangra-team p.p15 {
			margin-bottom: 10px;
		}
		.point-san h4 {
			margin: 0 0 0px;
			;
			padding-bottom: 5px;
		}
		.sec-body .left-aside,
		.sec-body .right-aside {
			margin-bottom: 0px;
			max-width: 100%;
		}
		.aside-rt-2:after {
			width: 100%;
		}
		.aside-rt-2 h3 {
			width: 100%;
		}
		.aside-bg {
			margin-bottom: 20px;
		}
		.sec-body .right-aside {
			margin-top: 30px;
		}
	}

	@media (max-width: 767px) {
	    .mailing-div {
            width: 100%;
            margin-left: 0;
        }
		.t-Sd-cnt h1,
		.ab-banner .ab-heading {
			font-size: 36px;
			padding-left: 30px;
		}
		.hire_us_banner .ab-heading {
			font-size: 36px;
			padding-left: 30px;
		}
		#header.sticky_header .navbar-toggler-icon {
			width: 1.3em;
			height: 1.3em;
		}
		#header.sticky_header .navbar-brand img {
			width: 90px !important;
		}
		#header .bg-dark #collapsibleNavbar {
			top: 0px;
		}
		.t-Sd-cnt p {
			font-size: 18px;
			line-height: 20px;
			padding-left: 30px;
		}
		#t_slider .owl-dots {
			bottom: 15px;
		}
		.sec-body {
			margin-top: 0;
		}
	}

	button.navbar-toggler {
		padding: 2px;
	}
	@media (max-width: 650px) {
		.row.sc-ntw .col-sm-6:last-child {
			max-width: 100%;
			flex: 0 0 100%;
			margin-top: 15px;
		}
		.general h3 {
			margin-top: 10px;
		}
		.social-net img {
			margin: 0 !important;
		}
		.social-net {
			margin: 20px 0 10px;
		}
		.row.sc-ntw .col-sm-6:first-child {
			max-width: 100%;
			order: 1;
			flex: 0 0 100%;
			margin-top: 5px;
			margin-bottom: 15px;
		}
	}
	@media (max-width: 600px) {
.drop-a-line.active #responsecontainer {
    padding: 10px 20px;
}

#responsecontainer {
    font-size: 90%;
    max-width: 200px;
    width: 100%;
}
	    .sec-body {
    padding-top: 15px;
}
	    .navbar-toggler-sicon {
    width: 15px;}
    .navbar-toggler-sicon:before {
    top: -7px;
    width: 20px;
    }
    .navbar-toggler-sicon:after {
    top: 7px;
    width: 20px;
}
		#header.sticky_header .navbar-brand img {
			width: 70px !important;
		}
		.sticky_header .navbar-brand {
			padding: 10px 0 !important;
		}
		.sale-cd {
			display: block;
		}
		.point-san .fa-ul {
			margin: 0 0 10px;
		}
		.event-hd {
			margin-bottom: 20px;
			display: block;
		}
		.ev-md-ct {
			padding: 15px;
			margin: 15px 0 0;
		}
		.ev-im, .ev-ct{
			max-width: 100%;
			flex: 0 0 100%;
			-ms-flex: 0 0 100%;
			-webkit-flex: 0 0 100%;
		}
		.sale-cd .pd-s-l{
			max-width: 100%;
			flex: 0 0 100%;
			-ms-flex: 0 0 100%;
			-webkit-flex: 0 0 100%;
		}
		.sale-cd .pd-s-r {
			max-width: calc(100% - 10px - 10px);
			flex: 0 0 100%;
			-ms-flex: 0 0 100%;
			-webkit-flex: 0 0 100%;
			margin: 0px 7px 5px;
		}
		.sec-body .left-aside {
			text-align: justify;
		}
		.hire_us_banner .ab-heading,
		.ab-banner .ab-heading {
			font-size: 28px;
		}
		.hire_us form .form-group label {
			padding-left: 0;
			padding-bottom: 6px;
		}
		.hire_us form .form-group {
			margin: 0 0 12px;
		}
		.hire_us form .form-group label {
			width: 100%;
			max-width: 100%;
		}
		.hire_us form .form-group {
			display: block;
		}
		
		.t-Sd-cnt p {
			font-size: 16px;
			line-height: 18px;
		}
		.t-Sd-cnt h1 {
			font-size: 28px;
		}
		.t-Sd-cnt p {
			font-size: 16px;
			line-height: 20px;
			padding-left: 35px;
		}
		body {
			letter-spacing: unset;
		}
		.point-san img {
			margin: 5px 0 0 35px !important;
		}
		.point-san .fa-ul p {
			margin: 0 0 0 32px;
			text-align: left;
		}
		.sec-body .left-aside h2 {
			margin: 0 0 10px;
			line-height: 26px;
			font-size: 22px;
		}
		#t_slider .owl-nav span {
			font-size: 30px;
		}
		#t_slider .owl-nav .owl-prev,
		#t_slider .owl-nav .owl-next {
			width: 20px;
		}
	}
	@media (max-width: 575px) {
	    #BannerArea {
         padding: 15px;
        }
		form.hireus-form .row {
			margin-bottom: 0;
		}
		.form-group.hr-flex, .from-group.hr-f{
			margin-bottom: 10px;
		}
		.txt-area {
			margin-top: 0;
			margin-bottom: 15px !important;
		}
	}
	@media (max-width: 400px) {
	    .PMT-mthod .row-cl .col-pm-3:nth-child(1) {
    min-height: 55px;
}
.PMT-mthod .row-cl .col-pm-3:nth-child(3) {
    display: block;
}
		.form-group label {
			margin-bottom: 8px !important;
		}
		form.hireus-form .row {
			margin-bottom: 0;
		}
		.from-group.hr-f {
			margin-bottom: 10px;
		}
		.hireus-btn {
			margin-top: 10px;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			justify-content: space-between;
		}
		.hireus-btn input.btn.sb {
			padding: 10px 25px;
		}
		.hireus-btn input.btn.rt {
			padding: 6px 30px;
		}
		.aside-bg form .form-group input.btn-GO {
			width: 100%;
			margin-top: 10px;
		}
		.hireus-form .form-group {
			margin-bottom: 10px;
		}
		.aside-bg form .form-group {
			width: 100%;
			display: block;
		}
		.sec-body .sec-in-body {
			padding: 15px 15px;
		}
		.sec-body .right-aside {
			padding: 0;
		}
		.sec-body .left-aside {
			padding: 0;
		}
		.sec-body .left-aside h2,
		.point-san h4 {
			text-align: left;
			letter-spacing: unset;
		}
		.t-Sd-cnt p {
			font-size: 14px;
			line-height: 16px;
		}
		.t-Sd-cnt h1 {
			font-size: 28px;
			margin-bottom: 0;
		}
		.aside-bg form .form-group input {
			display: block;
			max-width: 100% !important;
			width: 100%;
			height: 34px;
		}
		.aside-rt-1 form a.btn {
			margin: 10px 0 0;
			padding: 6px 36px;
			max-width: 100% !important;
		}
	}
	@media (max-width: 340px) {
		.social-net {
			display: block;
		}
		.t-Sd-cnt {
    left: 0;
    text-align: center;
    padding: 0 30px;
    width: 100%;
}
		.social-net .sprite-image {
			margin-right: 0;
			margin-bottom: 15px;
			width: 150px;
		}
		.social-net .sprite-image:last-child{
			margin-bottom: 0;
		}
	}