/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
*{margin:0;padding:0;text-decoration:none}

body{
	
	text-rendering: optimizeLegibility;
	font-size: 14px;
    font-family: 'Poppins', Hanuman;
}
nav{
	position:relative;
	width:100%;
	margin:0 auto;
}

a,a:hover,a:focus{
	outline: 0;
	text-decoration: none;
}
hr{
	background: #dedede;
}

.f-robo{
	font-family: Roboto,sans-serif;
}
.f-700{
	font-weight: 700;
}
.page{
	margin-bottom: 25px;
}
.f-12{
	font-size: 12px !important;
}
.f-11{
	font-size: 11px;
}
.f20{
	font-size: 20px !important;
}
.f23{
	font-size: 23px !important;
}
.f25{
	font-size: 25px;
}
@media screen and (min-width: 768px){
    } */
	.no_mrg_pc{
		margin-left:-30px;
	}
	.no_padding_pc{
		padding:0;
	}
}
/*end bootstrap override*/
.padding{
	padding:0;
}
.no_padding{
	padding:0;
}
.paddingtop32{
	padding-top: 32px;
}
.paddingtop10{
	padding-top:10px;
}
.paddingtopbt30{
	padding-top:30px;
	padding-bottom:30px;
}

.pt-30{
	padding:30px 0;
}
.paddingtopbt15{
	padding-top:15px;
	padding-bottom:15px;
}
.paddingright15{
	padding-right:15px;
}
.padding-lr{
	padding-left:0;
	padding-right:0;
}

.no_margin{
	margin:0;
}
.consearch{
	width:100%;
}
@media screen and (min-width:992px){
	.consearch{
		margin-top: 5px;
	}
}

input[name="search-key"]{
	background-image:url('../img/search.png');
	background-repeat:no-repeat;
	background-position:right;
	
}
input[name="search-key"]:focus {
	outline:none;
	background-image:none;
}

.logo{
	padding: 15px 0 10px 0;
}
@media(max-width: 768px){
	.mobile_logo{
		display: table;
		width: 100%;
		text-align: center;
	}
}

.aboutpecolor{
	background:#31328f ;
	color:#fff;
	position: relative;top: -26px;
}
.aboutpecolor p{
	padding-top:7px;
}
.ourproductcolor{
	background:#fff;
}
.ourproductdetail{
	padding:15px 0;
}
.neweventcolor{
	background:#f1f2f4 ;
	padding:30px;
}
.newevent{
	margin-left:15px;
	padding-left:10px;
	position:relative;
}

.description{
	padding-top:10px;
	color:#18364a;
	font-size: 16px;
	letter-spacing: 0.09em;
}
@media (max-width:767px){
	.description{
		font-size: 13px;
	}
}
.description ul{
	padding-left: 20px;
}
.animate{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.a-title{
	color:#333333;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.a-title:hover,
.a-title:focus{
	text-decoration:none;
	color:#acc301;
	outline:none;
}
.title{
	font-weight:bold;
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: 0.25em;
	line-height: 1.3;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.title:hover{
	color:#DB0F32;
}
.title1{
	margin-left:15px;
	font-weight:600;
	margin-top:0;
}
.eventimg{
	width:100%;
	display:block;
	position:relative;
}
.eventimg img{
	width:100%;
	height:auto;
}

.time-event{
	position: absolute;
	width: 14%;
	height: 25%;
	background: #ACC301;
	top: 3%;
	right: 4%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	font-weight: 600;
	text-transform:uppercase;
}
.time-eventfont{
	font-size:25px;
}
.datedetail1{
	padding:15px 0;
}
@media screen and (max-width:1200px){
	.time-event{
		height: 30%;
	}
}
@media screen and (max-width:992px){
	.time-eventfont{
		font-size:16px;
	}
	
}
@media screen and (max-width:768px){
	.time-eventfont{
		font-size:18px;
	}
	.h3{
		font-size:18px;
	}
}

.box-shadow{
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,.2);
}
.mr10{
	margin-top:10px;
	margin-bottom:10px;
}
.margin0{
	margin:0 !important;
}
.mgt30{
	margin-top:30px;
}
.padding20{
	padding:20px 0;
}
.padding30{
	padding-top:10px;
}
.relative{
	position: relative;
	overflow: hidden;
}
.header{
	position: relative;
}
.header .banner{
	display: table;
	width: 100%;
}
.header .banner:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #dedede;
}
.banner-social{
	display: inline-block;
	text-align: left;
}
.banner-social a{
	display: inline-block;
	padding: 0 5px;
	color:#c0c0c0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.banner-social a:hover{
	color:#18364A;
}
.banner-address{
	display: inline-block;
	text-align: right;
	float: right;
	color:#b3b3b3;
	font-size: 12px;
	font-weight: bold;
}
.banner-address:before{
	content: "\f041";
	font-family: FontAwesome;
	color:#b3b3b3;
	font-size: 16px;
	padding-right: 10px;
}
.banner-address:after{
	content: "";
	clear:both;
}
.footer_social{
	font-size: 20px;
	color:#fff;
}
@media (max-width:767px){
	.banner-address{
		display: none;
	}
}

@media screen and (max-width:768px){
	.slider,.welcomecolor{
		top: 0;
	}
	.pull-right-sm{
		float:right;
	}
	.padding0-sm{
		padding-left:0;
		padding-right:0;
		margin-bottom:15px;
		margin-top:15px;
	}
	.paddingtopbt30{
		padding-bottom:15px;
		padding-top:15px;
	}
	.paddingtopbt15{
		padding-top:15px;
	}
	.margingtopbt30{
		margin-top:15px;
		margin-bottom:15px;
	}
	.clear{
		float:none !important;
	}
	.header .banner{
		text-align: center;
	}
	.banner-address{
		text-align: center;
	}
	
}

.footer{
	color:#fff;
	position: relative;
}

.footer p{
	margin:0;
}
.footer i{
	border-radius: 2px;
	text-align: left;
	min-width: 30px;
	font-size: 18px;
}
.footer h4{
	margin-bottom: 20px;
}
.quick-link{
	list-style:none;
}
.quick-link li{
	line-height:25px;
}
.quick-link li a{
	color:#fff;
	font-size: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.quick-link li.active >a{
	color:#f668bd;
}
.quick-link li a:hover{
	color:#f668bd;
	padding-left: 15px;
}

.facebookpage{
	min-height:1px;
}
.ruler{
	width:100%;
	border-top:solid 1px rgba(0,0,0,0.09);
	border-bottom:solid 5px rgba(0,0,0,0.05);
}
.copyright{
	background:#00bef2;
}
.copyrights{
	padding:15px 0;
	color:#f8efef;
}
.previous1{
	width: 50px;
	height: 50px;
	position: absolute;
	font-size: 34px !important;
	top: 50%;
	background: rgba(49,50,143,0.7);
	color: #fff;
	left: 3%;
	border-radius: 50%;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	margin-top:-25px;
}
.next1{
	width: 50px;
	height: 50px;
	position: absolute;
	font-size: 34px !important;
	top: 50%;
	background: rgba(49,50,143,0.7);
	color: #fff;
	right: 3%;
	border-radius: 50%;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	margin-top:-25px;
}
@media screen and (max-width: 768px){
	.previous1{
		width: 40px;
		height: 40px;
		font-size: 28px !important;
		margin-top:-20px;
	}
	.next1{	
		width: 40px;
		height: 40px;
		font-size: 28px !important;
		margin-top:-20px;
	}
	
}


.prodetail{
	padding:15px 0;
}

.social{
	list-style:none;
	margin-top: 30px;
	text-align: right;
	padding-right: 15px;
}
@media screen and (max-width: 767px){
	.social{
		list-style:none;
		margin-top: 0;
		text-align: left;
	}
}
.social li{
	display:inline-block;
}
.social img{
	width:30px;
	height:30px;
}

.partner-text{
	height:100%;
	min-height:125px;
}
.partner-text a{
	padding:10px 0;
	color:red;
	text-transform:uppercase;
}
.box{
	border-top: solid 2px #acc301;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px #acc301;
	margin-bottom: 15px;
	
}

.social-footer{
	list-style:none;
	margin-bottom: 0;
}
.social-footer li{
	display:inline-block;
	width: 35px;
	height: 35px;
	margin: 0 2px;
}
.social-footer img{
	width: 35px;
	height: 35px;
}
@media (max-width: 1200px){
	.social-footer li{
		width: 30px;
		height: 30px;
	}
	.social-footer img{
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 992px){
	.social-footer li{
		width: 25px;
		height: 25px;
	}
	.social-footer img{
		width: 25px;
		height: 25px;
	}
}
.f24{
	font-size:24px !important;
}
.f11{
	font-size:11px;
}
.f18{
	font-size:18px;
}
.f13{
	font-size:13px;
}.f14{
	font-size:14px !important;
}
.f15{
	font-size:15px !important;
}
.f16{
	font-size:16px !important;
}

.fUpper{
	text-transform:uppercase;
}
.f600{
	font-weight:600;
}
.colorF{
	color:#fff;
}
.colorD{
	color:#dbdbdb ;
}
.colorF6{
	color:#f6f6f6 ;
}
.color0{
	color:#000;
}
.colorgray{
	color:#67707B;
}
.color-green{
	color:#009840 !important;
}
.text-left{
	text-align:left;
}
.about-pe{
	display:inline-block;
	text-align:left;
	position:relative;
	padding-bottom: 5px;
	max-width: 203px;
}
.hr{
	border-bottom: solid 2px #31328f;
	margin:5px 0;
	padding-bottom:6px;
}
.hr1{
	width:50px;
	height:3px;
	background:#31328f;
	margin-bottom:10px;
}
.hr2{
	width:50px;
	height:3px;
	background:#fff;
}
.hr-stell{
	width: 76px;
	background: #fff;
	margin: 0;
	padding-bottom: 0px;
	right: 0;
	bottom: 0;
	height: 2px;
	position: absolute;	
}

.btn-aboutMore{
	width:100px;
	height:40px;
	border:solid 1px #fff;
	border-radius:4px;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
	margin-top: 20px;
	background:transparent;
}
.btn-aboutMore::after{
	content:'\f105 ';
	font-family:FontAwesome;
	padding-left:10px;
	font-size:16px;
	font-weight:600;
}
.servicepecolor{
	background:#fff;
	border-bottom:solid 1px #eee;
}
.contentservice{
	width: 100%;
    display: table;
    table-layout: fixed;
}
.service-img{
	display: table-cell;
    width: 40px;
    margin-bottom: 0;
    vertical-align: top;
}
.service-detail{
	display: table-cell;
    vertical-align: top;
	padding-left: 20px;
}
.service-detail p{
	padding-top:25px;
	color:#858585;
}

.colorpurple{
	color:#31328f;
}

.shadowbg{
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;top:0;
	left:0;right:0;
	background-image: url('../img/shadow.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-footer{
	width:100%;
}
.img-footer {
	float:left;
}
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	align-items: baseline;
}
@media screen and (min-width:768px){
	.mborder{
		position: absolute;
		width: 1px;
		height: 15px;
		background: #fff;
		top: 0;
		bottom: 0;
		margin-bottom: auto;
		margin-top: auto;
	}
	.padding_pc_15{
		padding:0 15px;
	}
}

@media screen and (min-width:767px){
	.padding_pc{
		margin-bottom: 10px;
		margin-top: 10px;
	}
}
@media screen and (max-width:767px){
	
	.f22{
		font-size:22px !important;
	}
	
}
@media screen and (max-width:768px){
	
	.sm-center{
		text-align:center !important;
	}
	.visitor{
		text-align:left;
	}
	
}
.text-decoration:hover{
	text-decoration:none;
	color:#31328f;
}
.contact{
	padding:5px;
	border-bottom:solid 1px #DDDDDD;
}
.contactTitle{
	width:100%;
	padding: 6px 15px;
	background:#31328f;
	
}
.contactform{
	padding:5px;
}
.contactformtitle{
	padding:15px 5px;
	border-bottom:solid 1px #DDDDDD;
}
.border1{
	border:solid 1px #DDDDDD;
}
.a_hover2{
	color:#747474 ;
	font-weight:600;
}
.a_hover2:hover{
	text-decoration:none;
	color:#31328f;
}
.text-shadow{
	text-shadow: 0 1px 3px #000;
}
/*btn to top*/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    z-index: 3;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: rotate(45deg);
	bottom:-70px;
}
.show {
    display: block !important;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.back-to-top .btn-transparent {
    width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: relative;
	background-color: transparent;
	border-radius: 0 50% 50% 50%;
	border: 5px solid #18364a;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	border-right-color: #da0f32;
	border-bottom-color: #da0f32;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.back-to-top .btn-transparent:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
    background-color: #da0f32;
    border-radius: 50%;
    transition: all 0.3s ease;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.back-to-top i {
    color: #da0f32;
    font-size: 24px;
    line-height: inherit;
    position: absolute;
    left: 12%;
    top: 50%;
    z-index: 10;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.back-to-top .btn-transparent:hover {
    border-radius: 50%;
    color: #fff;
}
.back-to-top .btn-transparent:hover i {
    color: #fff;
}
.back-to-top .btn-transparent:hover:before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*End scroll top*/
.wp-post-image {
    height: auto;
    max-width: 100%;
}
.box-shawdow{
    -moz-box-shadow: 0px 1px 4px #dedede;
    -webkit-box-shadow: 0px 1px 4px #dedede;
    box-shadow: 0px 1px 4px #dedede;
	margin-bottom: 2px;
}
.aboutOPS{
	margin:40px 0;
}
.page-content{
	position: relative;
	display: table;
	width: 100%;
	background: #fafafa;
	z-index: 1;
}
.page-content1{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*-webkit-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);*/
}
.page-content1 ul{
	padding-left: 20px;
}
.OPSservice{
	padding-top: 25px;
	padding-bottom: 35px;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
}
.service{
	margin:20px auto;
	padding-top: 25px;
	padding-bottom: 35px;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
}

.form-control1 {
    border-radius: 0;
}
.form-control::-moz-placeholder {
    color: #555555;
    opacity: 1;
}
.tbn-search {
    width: 150px;
    border-radius: 0;
    margin-left: 10px !important;
    border-color: #fdc300;
    background: #fdc300;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/*My Menu*/

.menu-wrapper-nav{
	position: relative;
	/*background: linear-gradient(40deg,#a98300,#e60000) !important;*/
	/*-webkit-border-radius: 5px;
	border-radius: 5px;*/
	/*-webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.2);*/
}
/*@media (min-width:768px){
	.menu-wrapper-nav{
		-moz-box-shadow: inset 0px -4px 0px rgba(0,0,0,0.25);
		-webkit-box-shadow: inset 0px -4px 0px rgba(0,0,0,0.25);
		box-shadow: inset 0px -4px 0px rgba(0,0,0,0.25);
	}
}*/
.main_menu{
	display: block;
}
@media (min-width: 992px){
	.main_menu{
		display: none;
	}
}
@media (max-width: 991px){
	.hidden-dt-down{
		display: none;
	}
}
.parent{
	display: block;
	padding: 0;
	list-style-type: none;
}
.parent >li{
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (min-width: 992px){
	.parent >li>a{
		text-align: center;
	}
}
.parent >li>a{
	display: block;
	font-size: 13px;
	padding: 14px 20px;
	color: #2866b1;
	background: transparent;
	text-transform: uppercase;
	font-family: 'Poppins', Koulen;
	font-weight: 700;
}

.parent > li:hover >a{
    color: #8a2036;
}
.rotate-icon{
	color: #fff;
}
.parent > li:hover > .icon-dropdown{
	border-left: solid 1px #ba8e32 !important;
}

.parent > li.active > a{
    color: #8a2036;
}
.parent > li:last-child > a{
	padding-right: 0;
}
.menu-wrapper-list{
	position: relative;
}
.menu-wrapper-list .parent .child-dropdown{
	position: relative;
}

.menu-wrapper-list .parent .child-dropdown .menu-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	float: left;
	min-width: 160px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	opacity: 0;
}

.menu-wrapper-list .parent .child-dropdown .menu-dropdown li.active >a{
	color: #fff;
	background: #a87915;
}
@media (min-width:992px){
	.menu-wrapper-list .parent .child-dropdown:hover > .menu-dropdown{
		visibility: visible;
		opacity: 1;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
}
.menu-dropdown > li > a {
	font-family: 'Poppins', Koulen;
    display: block;
    padding: 8px 15px;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #060606;
    white-space: nowrap;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menu-dropdown > li:hover > a{
	color: #8a2036;
}
.menu-wrapper-list .parent .child-dropdown .icon-dropdown{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	display: inherit;
	height: 39px;
	width: 44px;
	cursor: pointer;
	visibility: hidden;
	z-index: 9999;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	background: #8a2036;
}
/*.menu-wrapper-list .parent .child-dropdown .child-dropdown .icon-dropdown{
	height: 39px;
	width: 44px;
}*/
.menu-wrapper-list .parent .child-dropdown .icon-dropdown.open{
	height: 38px;
}
.menu-wrapper-header{
	width: 100%;
	display: none;
}
.menu-wrapper-header i{
	font-size: 18px;
	margin:16px 10px;
	color: #d09b2c;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (max-width: 992px) and (min-width: 768px){
	.parent >li>a{
		display: block;
		font-size: 15px;
		padding: 5px 6px;
		text-transform: uppercase;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
}
@media (max-width:576px){
	.d-flex-justify-content-sm-center{
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.px-xs-10{
		padding: 0 10px;
	}
	.px-xs-9{
		padding: 0 4rem !important;
	}
}
/*@media (min-width: 768px){
	.menu-wrapper-header i{
		color: #fff !important;
	}
}*/
@media (max-width:991px){
	.menu-dropdown > li > a{
		padding: 10px 20px;
	}
	.parent > li.active > a{
	    border-radius: 0 !important;
	}
	
	.navbar-fixed-top .menu-wrapper-nav{
		margin: 0;

	}
	.menu-wrapper-header{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	.menu-wrapper-header i{
		font-size: 30px;
		margin:16px 0 10px;
		color: #2866b1;
		cursor: pointer;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		margin-left: auto;
	}
	.menu-wrapper-nav .menu-wrapper-list .parent{
		position: fixed;
		width: 300px;
		right: 0;
		top: 0;
		margin: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		height: 100%;
		height: -moz-calc(100%);
		padding-bottom: 20px;
		z-index: 999;
		overflow: auto;
		-webkit-overflow-scrolling: touch;

		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.menu-wrapper-nav .menu-wrapper-list .parent.active{
		transform: translateX(0);
	}
	.parent{
		display: block;
		background: #fff;
		max-width: 480px;
		text-align: left;
	}
	.parent >li{
		display: block;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
		padding: 0 !important;
	}
	.parent >li>a{
		padding: 10px 20px;
		color: #2866b1;
		border-radius: 0 !important;
	}
	.parent >li:after{
		height: 0px !important;
		content: '';
	}
	.parent > li.active > a{
	    color: #8a2036;
	}
	.menu-wrapper-list .parent .child-dropdown .icon-dropdown{
		visibility: visible;
	}
	.menu-wrapper-list .parent .child-dropdown .icon-dropdown.active .rotate-icon{
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: all 150ms ease-in 0s;
		-o-transition: all 150ms ease-in 0s;
		transition: all 150ms ease-in 0s;
	}
	.menu-wrapper-list .parent .child-dropdown .menu-dropdown{
		display: none;
		padding: 0;
		visibility: visible;
		z-index: 9999;
		opacity: 1;
		border-radius: 0;
		background: #fff;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
	}

	.menu-wrapper-list .parent .child-dropdown .menu-dropdown >li{
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	}
	.menu-wrapper-list .parent .child-dropdown .menu-dropdown >li>a{
		padding-left: 30px;
		color:#2866b1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		border-bottom: solid 1px rgba(0, 0, 0, 0.05);
		font-weight: 700;
	}
	.menu-wrapper-list ul ul ul > li >a{
		padding-left: 45px !important;
	}
	.menu-wrapper-list .parent .child-dropdown .menu-dropdown >li:hover >a{
		color: #8a2036;
	}
	
	.menu-wrapper-list .parent .child-dropdown .menu-dropdown li.active > a {
	    background: #8a2036;
	}

}
@media  (min-width: 768px) and (max-width: 992px){
	.parent > li > a{
		font-size: 13px;
	}
	.parent > li{
		padding:10px 12px;
	}
}

.dis-scroll {
    overflow: hidden;
    width: unset;
    height: unset;
}
.body-overlay{
	position: fixed;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transition: all 0.5s ease;
	cursor: url(../img/close.png) 15 15, default;
}
/*End My Menu*/


.navbar-fixed-top{
	position: fixed !important;
}


/*mobile search*/
.nav-wrapper{
	display: none;
}
@media (max-width:767px ){
	.nav-wrapper{
		display: block;
		padding: 8px 15px;
	}
}

.form-control2{
	border:none;
	background-color: rgba(255,255,255,0.5);
}
.form-control2 .input[name="q"]:before {
    content: "aksj";
    right: 5px;
}
.form-control2::placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.4) !important;
}
.info {
    position: relative;
}


.margin_auto{
	margin: 0 auto;
}
.btn-custom{
	min-width: initial;
	height: auto;
	font-weight: 400;
	min-width: 120px;
	font-size: 14px;
	padding: 7px 18px;
	line-height: 1.4;
	text-transform: none;
}

.nicdark_bg_gradient {
    background: #f76570;
    background: -moz-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f76570), color-stop(8%,#f76570), color-stop(8%,#f3a46b), color-stop(16%,#f3a46b), color-stop(16%,#f3a46b), color-stop(16%,#ffd205), color-stop(24%,#ffd205), color-stop(24%,#ffd205), color-stop(24%,#1bbc9b), color-stop(25%,#1bbc9b), color-stop(32%,#1bbc9b), color-stop(32%,#14b9d5), color-stop(40%,#14b9d5), color-stop(40%,#c377e4), color-stop(48%,#c377e4), color-stop(48%,#f76570), color-stop(56%,#f76570), color-stop(56%,#f3a46b), color-stop(64%,#f3a46b), color-stop(64%,#ffd205), color-stop(72%,#ffd205), color-stop(72%,#1bbc9b), color-stop(80%,#1bbc9b), color-stop(80%,#14b9d5), color-stop(80%,#14b9d5), color-stop(89%,#14b9d5), color-stop(89%,#c377e4), color-stop(100%,#c377e4));
    background: -webkit-linear-gradient(left, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    background: -o-linear-gradient(left, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    background: -ms-linear-gradient(left, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    background: linear-gradient(to right, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76570', endColorstr='#c377e4',GradientType=1 );
}


@media (max-width: 576px){
	.p-sm-0{
		padding: 0;
	}
	.cdsROW {
		margin:0 auto;
	}
}
@media (max-width: 768px){
	#CDSRATINGWIDGET240 {
		margin:auto;
	}
	.shadow-none{
		box-shadow: none !important;
	}
}

.inline {
    display: inline-block;
    text-shadow: 2px 2px 1px rgba(0,0,0,.4);
}
.slider___title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    line-height: 41px;
}
.slider___detail {
    display: block;
    font-size: 16px;
    color: #fff;
}
.absolute {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}


.myslider .item img{
	margin: 0 auto;
}
.myslider .item .wp-slider-text {
    position: relative;
    width: 100%;
    display: flex;
    height: 100%;
    z-index: 999;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px){
	.myslider .item .wp-slider-text {
	    position: relative;
	    width: 50%;
	    display: flex;
	    height: 100%;
	    z-index: 999;
	    justify-content: center;
	    align-items: center;
	}
}

.sm-lang{
	display: flex;
	align-items: center;
}
.developer{
	color:#fff;
}
.developer:hover{
	color:#ffc600;
}



/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.md-form .prefix ~ select {
    margin-left: 2rem;
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 2rem);
}
.md-form .prefix {
    font-size: 1.4rem !important;
    padding-top: .8rem;
}
.required_class {
    color: #D8000C !important;
}
.md-form .prefix ~ input, .md-form .prefix ~ textarea {
    margin-left: 2rem;
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 2rem);
}
input[type="text"],input[type="email"],input[type="number"],textarea.md-textarea{
	font-size: .8rem;
}
@media (min-width:576px){
	.d-visible-xs{
		visibility: hidden;
		opacity: 0;
	}
}
@media (max-width:576px){
	.d-none-xs{
		display: none;
	}
	.d-visible-xs{
		visibility: visible;
		opacity: 1;
	}

}
@media (max-width: 576px){
	.menu-wrapper-nav{
		margin: 0;
		padding: 0 15px;
		box-shadow: 0 2px 5px -2px rgba(203,203,203,.8);

	}
}

b,strong{
	font-weight: 700;
}

.z-index-5 {
    z-index: 5;
    position: relative;
}
.py-8{
	padding-bottom: 8rem !important;
	padding-top: 8rem !important;
}
.default-text-color{
	color:#0398c5;
}

.line-h-1{
	line-height: 1.5rem;
}

.item_title{
	margin-bottom: .75rem;
	color:#151922;
}
.item_text{
	color:#454545;
}
.readmore{
	color:#fa0e09;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.readmore:hover{
	color:#0588af;
}

/*owl carousel*/
.wt-box {
    position: relative;
}
.on-show-slider {
    cursor: pointer;
}
/*.owl-btn-vertical-center .owl-nav .owl-prev,
.owl-btn-vertical-center .owl-nav .owl-next {
    background-color: #212121;
    border-color: #212121;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    opacity: 0.5;
}*/
.owl-btn-vertical-center .owl-nav .owl-prev,
.owl-btn-vertical-center .owl-nav .owl-next {
    background-color: transparent;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    width: 70px;
}
/*.owl-btn-vertical-center .owl-nav .owl-prev, .owl-btn-vertical-center .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -15px 0;
}*/
.owl-theme .owl-nav{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.owl-hover:hover .owl-theme .owl-nav{
	visibility: visible;
	opacity: 1;
}
.owl-btn-vertical-center .owl-nav .owl-prev, .owl-btn-vertical-center .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -35px 0;
}
.owl-btn-vertical-center .owl-nav .owl-prev img, .owl-btn-vertical-center .owl-nav .owl-next img{
	max-width: 100%;
	height: auto;
}
.owl-btn-vertical-center .owl-nav .owl-prev {
    left: -47px;
}
.owl-btn-vertical-center .owl-nav .owl-next {
    right: -47px;
}
/*.owl-btn-vertical-center .owl-nav .owl-prev {
    left: 0;
}
.owl-btn-vertical-center .owl-nav .owl-next {
    right: 0;
}*/
/*.owl-btn-vertical-center .owl-nav .owl-prev:hover, 
.owl-btn-vertical-center .owl-nav .owl-prev:active, 
.owl-btn-vertical-center .owl-nav .owl-prev:focus, 
.owl-btn-vertical-center .owl-nav .owl-next:hover, 
.owl-btn-vertical-center .owl-nav .owl-next:active, 
.owl-btn-vertical-center .owl-nav .owl-next:focus {
    background-color: #212121;
    border-color: #212121;
    color: #ffffff;
    opacity: 0.9;
}*/
.owl-btn-vertical-center .owl-nav .owl-prev:hover, 
.owl-btn-vertical-center .owl-nav .owl-prev:active, 
.owl-btn-vertical-center .owl-nav .owl-prev:focus, 
.owl-btn-vertical-center .owl-nav .owl-next:hover, 
.owl-btn-vertical-center .owl-nav .owl-next:active, 
.owl-btn-vertical-center .owl-nav .owl-next:focus {
    background-color: transparent;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    opacity: 0.25;
}
.wt-thum-bx, .wt-post-thum {
    background-color: #000;
}
.wt-img-overlay1{
    position: relative;
}
.on-show-slider #sync2 .active img {
    opacity: 0.25;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.on-show-slider #sync2 .current.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.on-show-slider #sync2 .owl-item.current {
    position: relative;
    z-index: 1;
}
.on-show-slider #sync2 .owl-item.current:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid #168b43;
    z-index: 2;
}
#sync1.owl-btn-vertical-center .owl-nav .owl-prev{
	left: 0;
}
#sync1.owl-btn-vertical-center .owl-nav .owl-next{
	right: 0;
}
.owl-theme .owl-nav.disabled + .owl-dots{
	transform: translateX(-50%);
	margin-left: 0;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	border: 2px solid #2866b1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #2866b1;
}
@media (max-width: 576px){
	/*#myslider.owl-theme .owl-nav + .owl-dots{
		bottom: -29px;
	}*/
	.btn-readmore {
    	padding: 5px 16px !important;
	}
	.owl-theme .owl-nav{
		visibility: visible;
		opacity: 1;
	}
	.owl-theme .owl-nav.disabled + .owl-dots{
		bottom: -10px;
	}
	.owl-theme .owl-dots .owl-dot span{
		margin: 5px 2px;
	}
}

@media (max-width: 767px){ .v-hidden {visibility: hidden;opacity: 0;}}
.btn-floating-close{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}
.btn-floating-close.active{
	opacity: 1;
	visibility: visible;
}
a{
	color:inherit;
}
.color_oil{
	color:#a98300;
}
.color_oil_black{
	color:#111111;
}
*/@media (max-width:768px){
	.f-title{
		font-size: 16px;
	}
}
.accordion .card + .card{
    border-bottom: 1px solid #eee;
    box-shadow: none;
    background: rgba(238, 238, 238, 0.5);
    margin-top: 5px;
}
.accordion .card .card-header{
	padding: 10px 15px 10px 48px;
}

.accordion .card .fa-angle-down{
	left: 0;
	padding: 11px 14px;
	position: absolute;
	top: 0;
}
.accordion .card .card-header{
	color:#777777;
	background: rgba(238, 238, 238, 0.5);
}
.accordion .card .card-header a[class=""] i{
	background: #e3e3e3;
	color:#0492bd;
	font-weight: 700;
}
.accordion .card .card-body{
	background: #f1f1f1 none repeat scroll 0 0;
}
.accordion .card .card-body ul{
	padding-left: 1rem;
}
a:hover{
	color:inherit;
}
.overlay-dark-6{
	position: relative;
}
.overlay-dark-6:before{
	background: rgba(17, 17, 17, 0.6) none repeat scroll 0 0;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.inner-header .header-title{
	font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
.breadcrumb > li.active {
	color:#d09b2c;
}
.required{
	color:red;
	font-size: 16px;
}
.custom-select{
	border:none;
	outline: none;
	border-bottom: 1px solid #bdbdbd;
	box-shadow: none !important
}
.custom-select.invalid{
	margin-bottom: 1rem;
	color: red;
	border-color: red;
}
.custom-select option.required{
	color: red;
}
@media (min-width: 576px){
	.app_content{
		padding-top: 20px !important;padding-bottom: 20px !important;
	}
}
@media (max-width: 576px){
	.app_content{
		padding: 0px !important;
	}
}
.sweet-alert h2{
	font-size: 1.75rem;
}
.lead {
    font-size: 1rem;
}
.captcha-filed{
	overflow: hidden;
	margin: 0 auto;
}
@media (max-width: 576px){
	.px-auto{
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
	.g-recaptcha > div{
		transform:scale(0.77);-webkit-transform:scale(0.77);
	}
	.service{
		border-radius: 0;
		margin:0 auto;
	}
	textarea.md-textarea {
	    height: 10rem;
	}
}
textarea.md-textarea {
    resize: vertical !important;
}



.drop-acc{
	font-size: 13px;
	margin: 6px;
	padding: .375rem .75rem;
	display: inline-block;
	vertical-align: middle;
	color: #fff !important;
}
.dropdown-divider1 {
    height: 0;
    margin: .2rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown .dropdown-menu{
	min-width: 9rem;
	padding: 10px 18px 15px;

}
.dropdown-item {
    font-size: 13px;
    padding: 6px 0;
    line-height: normal;
}
.dropdown .dropdown-menu .dropdown-item:hover{
	box-shadow: none;
	color: #eb3e32;
}
.py-6{
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.w-title{
	font-family: 'Teko', Angkor;
	font-weight: bold;
}
.w-size{
	font-size: 50px;

}
.w-color{
	color: #28314a;
}
.w-page-detail{
	padding-top: 1.5rem ;
	padding-bottom: 1.5rem ;
}
@media (min-width:768px){
	.w-page-detail{
		padding-top: 5rem ;
		padding-bottom: 5rem ;
	}
	.menu-drop{
		float: right;
	}
}
@media (max-width:767px){
	.drop-acc{
		margin: 0;
		padding: 0;
		padding: 10px 15px;
	}
	.menu-drop{
		background: #ef655b;
		text-align: center;
	}
	.mobile_title{
		font-weight: 500 !important;
		font-size: 14px !important;
	}
}
@media (max-width:576px){
	.w-size{
		font-size: 30px;
	}
}
@media (max-width:992px){
	h4{
		font-size: 1.3rem;
	}
}
.mobile_title{
	line-height:23px;
}
.right-content{
	box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2);padding: 10px 44px 20px;
}

.recent-post{
	background: #fff;
	padding: 10px;
}
.recent-title{
	font-size: 20px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}
.recent-title::after{
	position: absolute;
	content: '';
	width: 55px;
	height: 3px;
	background-color: #F668BD;
	left: 0;
	bottom: 0;
}
.detail{
	font-family: 'Open Sans',  Hanuman;
	font-weight: 400;
}
.detail img{
	max-width: 100%;
	height: auto;
}
.recent-post .media img{
	width: 70px;
	height: 40px;
}
.word-break{
	word-break: break-all;
}


.lobibox-notify,.lobibox-notify:hover {
	box-shadow: none;
}
.md-pills .nav-link{
	color: #fff;
	text-align: left;
	font-size: 13px;
}
.pills-primary .nav-link.active{
	background-color: rgba(255,255,255,.2) !important;
}
.md-pills li {
    padding: 0 .6rem;
}



.tab-header{
	font-size: 15px;
	color: #4a4a4a;
	line-height: 24px;
	font-weight: 400;
	display: inline-block;
	margin: 0;
}

.panel{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.panel-header {
    padding: .5rem 1.25rem;
    margin-bottom: 0;
    background-color: #F1352C;
    color: #fff;
}
.panel-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #d7d7d7;
}
.panel-footer{
	padding: .5rem 1.25rem;
	margin-bottom: 0;
	background-color: #F1352C;
	color: #fff;
}
@media (max-width: 576px){
	.panel-body{
		padding: .5rem;
	}
	.penel-sm{
		padding: 0 .5rem !important;
	}
}

.custom_select{
	position: relative;
    -webkit-appearance: button;
    height: 33px;
    line-height: 1.4;
    background-image: url( "../img/select_dropdown.png" ), -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
    background-image: url( "../img/select_dropdown.png" ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
    background-image: url( "../img/select_dropdown.png" ), -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background-image: url( "../img/select_dropdown.png" ), -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background-image: url( "../img/select_dropdown.png" ), -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background-image: url( "../img/select_dropdown.png" ), linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background-position: right center;
    background-size: 18px 9px, 100% 100%;
    background-repeat: no-repeat, repeat;
    cursor: pointer;
    padding: 3px 28px 3px 9px;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border: 1px solid #b3b3b3;
	border-radius: 3px;
	font-size: 13px !important;
	text-transform: none;
	margin:0;
}


#frm_search .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.form-control {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    margin-top: 0;
}
#frm_search .input-group .form-control{
	border-radius: .25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#frm_search .input-group-append, 
#frm_search .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
#frm_search .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
#frm_search .input-group-append {
    margin-left: -1px;
}
.btn-pink1 {
    background-color: #f668bd !important;
    color: #fff !important;
}
.news-event.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 2px;
    padding: 0;
    background: rgba(240,4,145,.6);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 25px;
    height: 25px;
    line-height: 29px;
    text-align: center;

}
.news-event .owl-nav {
    position: absolute;
    top: -55px;
    right: 13px;
}
.zoom:hover h6{
	color: #f668bd !important;
}
.item:hover .zoom div .web_font_titles{
	color: #f668bd !important;
}
.c-pointer {
 cursor: pointer;
}
.socail li{
	display: inline-block;
}
.socail li a{
	display: block;
	margin: 0 5px;
}
.socail li a img{
	width: 40px;
}
@media(min-width: 992px){
	.btn_view{
		font-size: 16px !important;
	}
}
@media(max-width: 768px){
	.btn_view{
		font-size: 16px !important;
	}
}


#msform1 .form-control{
	padding: .5rem 0 .6rem;
	border:none !important;
	border-bottom: 1px solid #bdbdbd !important;
}


.popup {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.popup > div {
    border-radius: 10px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 30px 15px;
    width: 90%;
    max-width: 600px;
    z-index: 5001;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    border: 5px solid #9AD3DE;
}
.popup > div > h2 {
    font-size: 34px;
    text-align: center;
    color: #666666;
    margin: 0 0 30px 0;
}
.loadingdiv.spinner {
    position: fixed;
    height: 100%;
    width: 100%;
    background: url('../img/loading.gif') no-repeat center center #fff;
    z-index: 999;
    top: 0;
    left: 0;
}



/*
@param 17 Jan 2019
@param css template Crown Energy
@param css by SKS017
*/
.lang {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 2px 10px;
    border-radius: 2px 2px 0 0;
}
.slide-title{
	font-size: 38px;
	color: #2866b1;
	margin-bottom: 20px;
}
.slide-info{
	font-size: 12px;
	color: #2c2d3e;
	margin-bottom: 20px;
}
.btn-slide{
	border: 5px solid #bfc9ea !important;
	background: #fff !important;
	color: #2866b1 !important;
	font-size: 15px !important;
	text-transform: capitalize;
}
@media (max-width: 992px){
	.slide-title{
		font-size: 26px;
		margin-bottom: 12px;
	}
}



.with_corner_border {
	display: inline-block;
    position: relative;
    z-index: 1;
    padding: 12px 33px;
}
.with_corner_border:before {
    border: 2px solid #ff6501;
    /*border-radius: 5px 0 0 0;*/
    border-width: 2px 0 0 2px;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}
.with_corner_border:after {
    border: 2px solid #ff6501;
    /*border-radius: 0 0 5px 0;*/
	border-width: 0 2px 2px 0;
    content: "";
    height: 45px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 45px;
}
.home-title{
	font-size: 32px;
	text-transform: uppercase;
}
@media (max-width: 576px){
	.home-title{
		font-size: 15px;
	}
}
h2.section-title {
    position: relative;
    margin: 0 0 70px;
        margin-top: 0px;
        margin-bottom: 70px;
}
.section-title{
	text-align: center;
	padding-bottom: 15px;
}
.section-title h3 {
	color: #8a2036;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 38px;
}
.section-title ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.section-title ul li {
    display: inline-block;
    background-color: #8a2036;
}
.section-title ul li:nth-of-type(1), .section-title ul li:nth-of-type(5) {
    width: 10px;
    height: 2px;
}
.section-title ul li:nth-of-type(2), .section-title ul li:nth-of-type(4) {
    width: 20px;
    height: 3px;
}
.section-title ul li:nth-of-type(3) {
    width: 30px;
    height: 4px;
}
h2.section-title::after {
    width: 10px;
    height: 55px;
    position: absolute;
    left: 50%;
    content: '';
    background: #e1ecff;
    bottom: -15px;
    border-radius: 5px;
    transform: rotate(45deg);
}
h2.section-title::before {
    width: 10px;
    height: 55px;
    position: absolute;
    left: 50%;
    content: '';
    background: #e1ecff;
    top: -15px;
    border-radius: 5px;
    transform: rotate(45deg);
}
h2.section-title {
    position: relative;
    margin: 0 0 70px;
}
h2.section-title span {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 3;
}
/*
@param btn
*/
.btn-contact {
    font-weight: bold;
    padding: 10px 55px !important;
    color: #FFF !important;
    background: linear-gradient(40deg,#067799,#039bc9) !important;
}
.btn-readmore {
    border-bottom: 4px solid #be5008 !important;
	background: #ff6501 !important;
	color: #ded7d3 !important;
	font-size: 13px !important;
	padding: .7rem 3rem !important;
}

/*----------------------*/
/*  css product box
/*----------------------*/

.singel-products{
	position: relative;
}
.singel-products .products-image {
    position: relative;
}
.singel-products .products-image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 77, 185, 0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-products .products-contant {
    padding: 10px;
    border: 5px solid #e8f4fc;
    border-top: 0;
    text-align: center;
}
.singel-products .products-contant span {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #8a2036;
    padding-bottom: 8px;
}
.singel-products .products-contant h6 {
    padding-bottom: 7px;
    font-weight: 700;
	color: #2e4db9;
	font-size: 16px;
}
.seperate-line{
	border-bottom: solid 1px #080808;
	border-top: solid 1px #2273f1;
	opacity: .5;
}


/*-------------*/
/* css wave slide
/*-------------*/
.wave {
    height: 16px;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: url(../img/wave.png) 0 0 repeat-x;
    -webkit-animation: wave-animation 8.7s infinite linear;
	-moz-animation: wave-animation 8.7s infinite linear;
	-o-animation: wave-animation 8.7s infinite linear;
	animation: wave-animation 8.7s infinite linear;
}
-webkit-keyframes wave-animation{
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@-moz-keyframes wave-animation {
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@-o-keyframes wave-animation{
  0%   { background-position: 0 0; }
  100% { background-position: 1601px 0; }
}
@keyframes wave-animation{
  0%   { background-position: 0 0; }
  100% {background-position: 1601px 0;}
}


/*--------------------------------*/
/* css menu drop down categories
/*--------------------------------*/
#menu_drop, #menu_drop ul, #menu_drop li, #menu_drop a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    position: relative;
}
#menu_drop a {
    line-height: 1.3;
}
#menu_drop > ul{
	list-style: none;
}
#menu_drop > ul >li{
	margin-bottom: 5px;
}
#menu_drop > ul > li:first-child {
	padding: 12px 0px;
	text-align: center;
	margin-bottom: 5px;
	background: #002c8f;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#menu_drop > ul > li:first-child span {
    padding: 15px 10px;
}
#menu_drop > ul > li:first-child span +span{
	display: none;
}
@media (min-width: 992px){
	#menu_drop > ul >li{
		display: block !important;
	}
}
@media (max-width: 991px){
	#menu_drop > ul > li:first-child {
		display: flex;
		padding: 0;
	}
	#menu_drop > ul > li:first-child span +span{
		margin-left: auto;
		display: block;
		cursor: pointer;
	}
	#menu_drop > ul  >li{
		display: none;
	}
}

#menu_drop > ul > li > a {
    font-size: 14px;
    display: block;
    color: #ffffff;
    border-bottom: solid 1px #ccc;
}
#menu_drop > ul > li > a > span {
    display: block;
    padding: 14px 41px 10px 10px;
    font-size: 13px;
    color: #2866b1;
    background: #f2f2f2;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#menu_drop > ul > li.active > a > span,
#menu_drop ul ul li.active >a,
#menu_drop > ul > li:hover >a >span{
	color: #8a2036;
}
#menu_drop ul ul{
	display: none;
}
#menu_drop ul ul li {
    border-top: 1px dashed #CCCCCC;
    background: #f2f2f2;
}
#menu_drop ul ul li:last-child {
    border-bottom: none;
}
#menu_drop ul ul a {
    padding: 13px 10px 13px 25px;
    display: block;
    color: #2866b1;
    font-size: 13px;
    font-weight: normal;
}
#menu_drop ul ul ul a{
	padding: 10px 10px 10px 40px;
    display: block;
    color: #2866b1;
    font-size: 13px;
    font-weight: normal;
}
#menu_drop ul ul a::before {
    content: "»";
    position: absolute;
    left: 10px;
    color: #e94f31;
}
#menu_drop ul ul ul a::before {
    content: "»";
    position: absolute;
    left: 25px;
    color: #e94f31;
}

.submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 21px;
    transform: translateY(-50%);
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 41px;
    width: 41px;
    cursor: pointer;
    background: #dbd8d8;
}
ul ul .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 21px;
    transform: translateY(-50%);
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: #dbd8d8;
    border-radius: 4px;
}
.submenu-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%,-50%);
    display: block;
    width: 2px;
    height: 8px;
    background: #000000;
    content: '';
}
.submenu-button::after {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 8px;
    height: 2px;
    display: block;
    background: #080000;
    content: '';
    transform: translate(40%,-50%);
}
.submenu-button.submenu-opened::before {
    background: transparent !important;
}


/*---------------------*/
/* css product Detail 
/*---------------------*/
.wp-profile-header .wp-profile-header-title {
    display: inline-block;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #8a2036;
    color: #8a2036;
    margin: 0;
    padding-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
}
.wp-profile-header h4{
	color: #2e4db9;
	font-weight: 700;
}


.navbar-collapse{
	border-top: solid 1px #53ba59;
	border-bottom: solid 1px #e4e4e4;
}
.navbar .dropdown-menu a{
	color: #178c44 !important;
	display: block !important;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px 20px 5px 10px;
}
.navbar .dropdown-menu a.active,
.navbar .dropdown-menu a:hover
 {
    color: #ff6a00 !important;
    background-color:none;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}
@media (min-width: 992px){
	.dropdown-menu.show{
		display: none;
	}
	.dropdown .dropdown-menu{
		background: #d5d2d2;
		border-radius: 0;
		border-top: solid 3px #ff6a00;
		display: none !important;
	}
	.navbar .dropdown-menu .dropdown-submenu:hover >ul,
	.navbar .dropdown:hover >ul{
		display: block !important;
	}
	.dropdown-submenu a::after {
	  transform: rotate(-90deg);
	  position: absolute;
	  right: 6px;
	  top: .8em;
	}
	.dropdown-toggle .caret{
		display: none;
	}
}
@media (max-width: 991px){
	.dropdown-toggle .caret{
		width: 30px;
		height: 30px;
		text-align: center;
		background: #f58220;
		right: 20px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 999999;
	}
	.navbar ul  ul  .caret{
		right: 0px !important;
	}
	.dropdown-toggle .caret:before{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-100%,-50%);
		display: block;
		width: 2px;
		height: 8px;
		background: #000000;
		content: '';
	}
	.dropdown-toggle .caret:after{
		position: absolute;
		top: 50%;
		right: 50%;
		width: 8px;
		height: 2px;
		display: block;
		background: #080000;
		content: '';
		transform: translate(40%,-50%);
	}
	.dropdown-toggle .opened.caret:before{
		background:transparent !important;
	}
	.dropdown .dropdown-menu{
		background: transparent;
		position: relative !important;
		top: 0;
		border: none;
	}
	.navbar .dropdown-menu a{
		font-size: 13px;
		text-transform: uppercase;
		padding: 10px 15px;
		background: #ededed;
	}
	.navbar .dropdown-submenu .dropdown-menu a{
		padding: 10px 30px;
		background: #d8d8d8;
	}
	.navbar .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a{
		padding: 10px 45px;
		background: #ccc;
	}
}

@media (max-width: 992px) {
    .dropdown-submenu .dropdown-menu{
    	left: 0;
    }
    .dropdown-submenu .dropdown-toggle::after{
    	border: none;
    }
}
.menu-wrapper-list .parent .child-dropdown .child-dropdown  .menu-dropdown{
	top: 0;
	left: 100%;
}


.progress 
{
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background-color: #F2F2F2;
}
.bar 
{ 
  background-color: #819FF7; 
  width:0%; 
  height:5px; 
  border-radius: 3px; 
}
.percent 
{ 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}
@media (min-width:1400px){
    .container{max-width:1300px; }
}