/*---------------------------------------------------------------------
    File Name: style.css
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
    import Fonts
---------------------------------------------------------------------*/
/* */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


/*---------------------------------------------------------------------
    import Files
---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(jquery-ui.css);

/*---------------------------------------------------------------------
    skeleton
---------------------------------------------------------------------*/

/* Color Changed check */

:root {
  --bg_color: #1e0000;
  --fg_color: #ffc221;
  --hl_color: #a67c00;
}

* {
	box-sizing: border-box !important;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 14px;
	font-family: 'poppins', sans-serif !important;
	line-height: 1.80857;
	font-weight: normal;
	overflow-x: hidden;
}


a {
	color: var(--bg_color);
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	//padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
	color: var(--bg_color);
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: var(--bg_color);
	text-decoration: none!important;
	opacity: 1
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}

a {
	color: var(--bg_color);
	text-decoration: none;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

:focus {
	outline: 0;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

.form-control:focus {
	border-color: var(--white) !important;
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
	border: none !important;
}

.badge {
	font-weight: 500;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}


.full {
	float: left;
	width: 100%;
}

.layout_padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

.layout_padding_2 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.margin_top_30 {
	margin-top: 30px !important;
}

.full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}


/**-- heading section --**/

.main_heading {
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 50px;
}

.main_heading h2 {
	padding: 0;
	font-size: 48px;
	line-height: 60px;
	font-weight: 400;
	position: relative;
	letter-spacing: -0.5px;
	color: var(--bg_color);
	border-left: solid var(--bg_color) 10px;
	padding-left: 15px;
}

.main_heading h2 strong {
	background: var(--bg_color);
	color: var(--white);
	font-weight: 600;
	padding: 0 15px;
	line-height: 68px;
}

.white_heading_main h2 {
	color: var(--white);
}

.small_main_heading {
	margin-top: 25px;
	float: left;
	width: 100%;
	border-bottom: solid rgba(0, 0, 0, 0.07) 1px;
	margin-bottom: 25px;
}

.small_main_heading h2 {
	padding: 2px 0 20px 0;
	color: var(--bg_color);
	font-weight: 400;
	font-size: 28px;
	background-image: url('../images/fevicon.png');
	background-repeat: no-repeat;
	padding-left: 55px;
	letter-spacing: -0.5px;
}

.small_main_heading h2 strong {
	color: var(--bg_color);
	font-weight: 600;
}

.main_bt {
	background: var(--bg_color);
	color: var(--white);
	padding: 10px 60px 10px 60px;
	float: left;
	font-size: 15px;
	font-weight: 400;
	border: solid var(--bg_color) 5px;
	border-radius: 0;
	margin-right: 30px;
}

a.readmore_bt {
	color: var(--white);
	font-weight: 300;
	text-decoration: underline !important;
}


.ul_list_info_icon ul {
	list-style: none;
}

.ul_list_info_icon ul li {
	display: inline;
	float: left;
	width: 100%;
}

.ul_list_info_icon ul li img {
	width: 75px;
}


/*---------------------------------------------------------------------
    header area
---------------------------------------------------------------------*/

.logo_section {
	text-align: center;
}

.logoimg {
	width: 150px;
	-webkit-filter: drop-shadow(0px 0px 10px var(--white));
	filter: drop-shadow(0px 0px 10px var(--white))
}

.logo {
	//float: left;
	//height:290px;
	width:80px;
	margin:auto;
	
}

.logo_overlap {
	display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 150px;
    //margin-right: 20px;
    //margin-top: 15px; 
	//float:left;
	//z-index: -1 !important;
	//background: white;
	
	border: 5px solid var( --fg_color) ;
	//padding: 0px;
	border-radius: 155px;
	//box-shadow: 5px 10px #888888;
	//box-shadow: #00000040 0px 0px 15px 0px;
	
	filter: drop-shadow(0px 0px 3px gray);
	
	position: absolute;
	z-index: 9999;
	top:25px;
	//left:15px;
}

.container-full {
	//padding : 10px ;
}

.offset-div {
	padding : 10px ;
}

.left-offset {
	margin-left:25px !important;
}
.right-offset {
	//margin-right:5px !important;
}

nav.main-menu {
	float: right;
	margin-left: 0;
	//margin-top: -15px;
}

.menu-area-main {
	height: auto !important ;
}
.menu-area-main li:hover a,
.menu-area-main li:focus a {
	color: var(--fg_color) ;
}

.menu-area-main li:hover {
	//padding-bottom:10px !important;
	//border-bottom: 7px solid var(--bg_color) !important;
}

.menu-area-main li:last-child:hover {
	//padding-bottom:0px !important;
	box-shadow: none !important;
	//border-bottom: 5px solid var(--bg_color) !important;
	color: var(--bg_color) !important;
}

.attract {
	background: var(--fg_color);
	//padding: 7px 41px !important;
	//margin-top: 24px;
	//border-radius: 5px;
	display: inline-block;
	float: right;
	margin-top: 14px;
	padding: 14px !important;
}

.attract:hover {
	color: var(--bg_color)!important;
}


@media screen and (min-width: 768px) {
	.menu-area-main li:hover {
		padding-bottom:10px !important;
		box-shadow: 0px 25px 0px -20px var(--bg_color);
	}
	
	.menu-area-main li:last-child:hover {
		//margin-bottom:10px;
		padding-bottom:0px !important;
		//box-shadow: none !important;
		border-bottom: 5px solid var(--bg_color) !important;
		color: var(--bg_color) !important;
	}
	
	.attract:hover {
		color: var(--white) !important ;
	}
}


.menu-area-main li.active a {
	color: var(--fg_color);
}

.main-menu ul>li nth:child(5) a {
	padding-right: 0px;
}

.modal-title {
	padding: 0px;
	color: var(--white);
	font-size: 18px;
	text-transform: uppercase;
}

.btn-template-outlined {
	background: var(--bg_color);
	color: var(--white);
	border: none;
	border-radius: 0px;
}

.btn-template-outlined i {
	padding-right: 10px;
}

.text-muted {
	padding: 10px 0px;
}

.slogan-line {
	float: right;
	color: var(--white);
	font-size: 13px;
}

.middle-area {
	padding: 30px 0px;
}

.main-menu {
	text-align: center;
	margin-top: -5px;
}

.main-menu ul {
	margin: 0;
	list-style-type: none;
}

.main-menu ul>li {
	display: inline-block;
	position: relative;
}

.main-menu ul>li a {
	padding: 30px 23px 0 23px;
	line-height: 20px;
	font-size: 16px;
	display: block;
	font-weight: 500;
	color: #010005;
	text-transform: uppercase;
}

.main-menu ul li:last-child a {
	//padding-right: 0;
	//padding-bottom: 0 !important;
	//margin-bottom: 0 !important;
}

.sub-down li {
	background: var(--white);
}

.main-menu ul>li .sub-down li a {
	color: var(--bg_color);
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 12px 5px;
	position: relative;
	border-bottom: solid #eee 1px;
}

.main-menu ul>li .sub-down li a::before {}

.main-menu ul>li .sub-down li a:hover {
	color: var(--bg_color);
}

.main-menu ul>li .sub-down li a:hover::before {}

.main-menu ul li:first-child {
	margin-left: 0;
}

.main-menu ul>li>ul {
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 240px;
	z-index: 999;
	background: var(--white);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.main-menu>ul>li:hover>ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
}

.main-menu ul>li>ul>li {
	margin: 0px;
	position: relative;
	display: block;
}

.main-menu ul>li>ul>li:hover>ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 10px;
}

.main-menu ul>li>ul>li>a {
	background: none !important;
}

.mean-container .mean-nav {
	margin-top: 0px;
	position: absolute;
	top: 100%;
	box-shadow: var(--bg_color) 0px 0px 15px 0px;
}

.main-menu ul>li {
	position: inherit;
	display: inline-block;
	//vertical-align: middle;
	vertical-align: text-top !important;
}

.main-menu ul>li:nth-child (6) {
	padding-right: 0px;
}

.nav>li {
	position: inherit;
	display: inline-block;
	vertical-align: middle;
}

.megamenu .sub-down {
	max-width: 1140px;
	width: 100%;
	left: 0;
	margin: 0 auto;
	right: 0;
	padding: 15px 0px;
}

.sub-full {}

.simple-down {
	padding: 15px;
}

.megamenu-categories {
	padding: 10px 0px;
}

.sub-full.megamenu-categories li {
	display: block;
}

.megamenu .sub-full.megamenu-categories ol li a {
	padding: 5px 0px;
	font-size: 15px !important;
	font-weight: 500;
}

.sub-full.megamenu-categories ol li .category-title {
	padding: 15px 0px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.sub-full.megamenu-categories ol li .category-box a {
	padding: 5px 0px;
}

.menu-add {
	padding: 30px 15px;
}

.menu-add img {
	width: 100%;
}

.main-w img {
	width: 100%;
}


.img-responsive {
	max-width: 100%;
}

.padding_right_15_inner {
	padding-right: 15px;
}

.padding_left_15_inner {
	padding-left: 15px;
}

.dark_bg {
	background: var(--bg_color);
}

.no_bkgrnd {
	background: none !important;
}

.head_top {
	background: var(--fg_color);
	//margin-bottom: 35px;
	//height:35px ;
}

.vertical{
	display: flex;
    //align-items: center;
	height:50px;
}

.menubar {
	padding: 10px 0px 10px 0px;
	//height:100px;
}

.mean-bar {
	margin-bottom: -10px !important;
}

.top-box {

	//min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	//min-height: 100vh; /* These two lines are counted as one :-)       */
	//display: flex;
	//align-items: center;
	
}

.top-box p {
	float: right;
	padding-top: 10px;
    color: var(--bg_color);
}

.header {
	background: var(--white);
//	padding-bottom: 35px;
}

.logo a {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--white);
	line-height: 40px;
}

.relative {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	text-align: left;
}

.yellow_bold {color: var(--fg_color);}

/* highlights */

.highlights {
	background: var(--white);
    //padding-top: 35px;
}

.serviceinfo {
	//padding-top: 35px;
	padding-bottom: 35px;
}

.serviceinfo .multiinfo h2 {
	padding:15px;
}

.title {
	text-align:center;
	padding-bottom: 60px;

}

.title h2 {
	font-size: 50px;
	line-height: 55px;
	color:var(--fg_color);
	font-weight: 500;
	text-transform: uppercase;
    margin-bottom: 27px;
    position: relative;
    padding-bottom: 8px;
	padding-top: 60px;
}

.title h2:after {
	position: relative;
	content: '';
	top: 100%;
	width: 110px;
	height: 10px;
	display: block;
	margin: 0 auto;
	background: var(--bg_color);
}

.title span{
	color:var(--bg_color);
	font-size: 28px;
	line-height: 28px;
	margin-top: 20px;
}
.black {
	font-weight: 500;
	color:var(--bg_color);
}

.choose_bg {
	background: var(--fg_color);
}

.choose_bg .white_bg  {
	background: var(--white);
	padding: 40px 20px;
	box-shadow: #ddd 0px 0px 10px 3px;
	margin-bottom: 5px;
}
.choose_bg .white_bg .for_box {
	text-align: center;
	padding: 1px ;
}
.choose_bg .white_bg .for_box i {display:block;}
.choose_bg .white_bg .for_box h3 {
	font-size: 26px;
    line-height: 21px;
	color: var(--bg_color);
	padding: 25px 0px 15px 0px ;
	display: inline-block; 
}

.choose_bg .white_bg .for_box p {
	color: #0d0c0a;
	font-size: 17px;
	line-height: 28px;
}

.read-more  {
	width: 190px;
margin: 0 auto;
background: var(--white);
display: block;
border: var(--fg_color) solid 2px;
text-align: center;
padding: 10px 0px;
color: #0a0401 !important;
font-size: 20px;
margin-top: 40px;
}
.read-more:hover {
	background: var(--fg_color);
	color: #0a0401;
}

/* end highlights */


.downloads .download-box {
	padding: 30px 20px;
	box-shadow: #00000040 0px 0px 19px 0px;
    margin-bottom: 30px;
    text-align: center;
	//height:320px;
	width:80%;
}



/** service section **/
.service {
	background: var(--white);
	//padding-top: 90px;
}
.service .service-box {
	padding: 30px 20px;
	//box-shadow: #00000040 0px 0px 19px 0px;
    margin-bottom: 30px;
    text-align: center;
	height:320px;
}

.service .service-box i img {
	height: 88px;
}

.service .service-box h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	color: #050000;
	padding: 20px 0px;
}




.service .service-box p {
    color: #0d0c0a;
	font-size: 17px;
	line-height: 28px;
}




/** end service section **/


/** board section **/
.board {
	background: var(--white);
//	padding-top: 60px;

}


.board-bg {
	background: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.board-bg-white {
	background: var(--white)bd;
	box-shadow: #00000040 0px 0px 15px 0px;
	padding-top: 80px;
	padding-bottom: 60px;
}
 .board-bg .board-bg-white .board-box {
 	background: #ddd;
 	text-align: center;
 	margin-bottom: 30px;
 	//padding: 20px 25px;

 }
 
 .board-bg .board-bg-white .board-box i img {width: 100%;}
 .board-bg .board-bg-white .board-box:hover {
 	background: #fdc24f;
 }

 .board-bg .board-bg-white .board-box  h3 {
 	color: #020000;
 	font-weight: 500;
 	font-size: 17px;
 	line-height: 20px;
 	padding-top: 15px;
 }

 .board-bg .board-bg-white .board-box span {
 	color: #020000;
 	//font-weight: 500;
 	//font-size: 22px;
 	line-height: 22px;
 }
.board-bg .board-bg-white .board-box span:hover {
	color: var(--white);
}


.Clients_bg_white {
	background:var(--white)bd;
	margin-top: 6px;
	padding-bottom: 40px;
}

.Clients_bg_white .title {
	text-align: left;
	padding-bottom: 30px;
}
.Clients_bg_white .title h3 {
	color: #030000;
	font-size: 50px;
	line-height: 50px;
	padding-top: 40px;
}

.banner_Client {
	position: relative;
}

.text-bg {position: inherit; text-align: left; }

.text-bg p {color: #030000;
  font-size: 17px; line-height: 28px;  padding-top: 40px; padding-bottom: 40px; display: inline-block;
 }
.img_bg i {float: left; display: flex; flex-wrap: wrap;}
.img_bg i img {width: 149px; height: 149px;}
.img_bg  span {color: var(--bg_color); font-size: 28px; line-height: 28px; padding-left: 40px; padding-top: 41px;}
.img_bg .date {font-weight: normal; font-size: 16px; } 

.carousel-indicators li {
    width: 25px;
    height: 25px;
    border-radius: 30px;
} 

.carousel-indicators {right: inherit; margin-left: 7px;}

.carousel-indicators .active {
    background-color: #fdc24f;
}
.carousel-indicators li {
	background: #0c0505;
}

.quote_bg {
	background: var(--fg_color); 
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px; 
}

.quote_bg .yellow-box h4 {
	color: var(--white) !important; 
	font-size: 22px; 
	font-weight: bold; 
	display: inline-block; 
	padding-bottom: 6px;
	text-transform: uppercase;
}

.yellow_bg {background: var(--fg_color); 
	padding: 40px 30px; 
	//margin-top: 100px;
}

.yellow_bg .yellow-box h3 {
	color: var(--white); 
	font-size: 31px; 
	font-weight: bold; 
	display: inline-block; 
	padding-bottom: 6px;
}
.yellow_bg .yellow-box i {padding-bottom: 10px; padding-left: 0px;	}
.yellow_bg .yellow-box p {

	font-size: 22px; 
	line-height: 28px; 
	//color: #010101;
}

.yellow_bg .yellow-box a {
	background: var(--bg_color);
    border-radius: 30px;
    max-width: 344px;
    width: 100%;
    font-size: 31px;
    line-height: 33px;
    color: var(--white);
    padding: 16px 73px;
    display: inline-block;
    text-align: center;
    //margin-left: 50px;
    margin-top: 17px;
    font-weight: 500;
}



/** end board section **/

/** map section **/
.map img {
	width: 100%;
    padding:0px;
}

.padi {
	padding: 0px ;
}

/** end map section **/

/** footer section **/

.footer {
	background: var(--bg_color);
    padding-top: 70px;
}
ul.sociel {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 0 auto;
}
ul.sociel li {
	display: inline-block;
	padding:0px 10px;
	}

ul.sociel li a {
color: var(--white);
width: 50px;
height: 50px;
float: left;
text-align: center;
line-height: 50px;
border-radius: 100%;
font-size: 18px;
}

ul.sociel li a:hover {
	color: var(--white);
width: 50px;
height: 50px;
background: #181201;
float: left;
text-align: center;
line-height: 50px;
border-radius: 100%;
font-size: 18px;

}

.contact {
	//margin-top: 50px;
}

.contact h3 {
	color: var(--white);
	font-weight: 500;
	font-size: 28px;
    		line-height: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.contact span {
	color: var(--white);
	font-size: 16px ;
	line-height: 27px;
}

ul.lik li a {
	color: var(--white);
	font-size: 17px;
	line-height: 27px;
}

ul.lik li a:hover {
	color: var(--fg_color);
}

.copyright {
	background-color: var(--fg_color);
	padding: 10px 0px 10px 0px ;
	//margin-top: 70px;
}

.copyright p {
	color: #023023;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

.copyright a {
	color: var(--white);
	font-size:12px !important;
}
.copyright a:hover {
	//color: #023023;
}

/** end footer section **/
/*---------------------------------------------------------------------
    ener page css
---------------------------------------------------------------------*/
.brand_color .titlepage h2 {
	font-weight: bold;
	font-size: 40px !important;
	text-transform: uppercase;
}


.brand_color {
     background-color: var(--fg_color);
}
.brand_color .titlepage {
    margin-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

.brand_color .title {
	text-align:center;
	//padding-bottom: 60px;
	padding-bottom: 30px;
	//padding-top: 60px;

}

.brand_color .title h2 {
	font-size: 50px;
	line-height: 55px;
	color:var(--white);
	font-weight: 500;
	text-transform: uppercase;
    margin-bottom: 27px;
    position: relative;
    padding-bottom: 8px;
}
.brand_color .title h2:after {
	position: relative;
	content: '';
	top: 100%;
	width: 110px;
	height: 10px;
	display: block;
	margin: 0 auto;
	background: var(--bg_color);
}

.brand_color .title span{
	color:var(--bg_color);
	font-size: 28px;
	line-height: 28px;
	margin-top: 20px;
}




.contactus .main_form {
    background: var(--white);   
    padding-top: 25px;
} 

.form-control {
     border: var(--fg_color) solid 2px;
     border-radius: inherit;
     margin-bottom: 30px;
     padding: 13px 20px;
     font-family: poppins;
}
.form-control:focus {
     box-shadow: inherit;
     border: var(--fg_color) solid 2px !important;
}

.textarea {
     font-family: poppins;
     border: var(--fg_color) solid 2px;
     margin-bottom: 30px;
     padding: 13px 20px;
     width: 100%;
//     padding-top: 40px;
} 

.send {
     font-family: poppins;
    max-width: 212px;
    margin: 0 auto;
    display: block;
    background: var(--bg_color);
    color: var(--white);
    padding: 12px 0px;
    width: 100%;
    font-size: 17px;
}

.send:hover {
     background: var(--fg_color);
}


.board_page .title {text-align: center;}


//.about {padding-top: 90px;}
.about .about_box figure {margin: 0;}
.about .about_box figure img {width: 100%;}
.about .about_box h3 {color: var(--bg_color); font-weight: bold; font-size: 30px; line-height: 35px;}
.about .about_box p {color: var(--bg_color); font-size: 17px; line-height: 23px; padding-top: 10px;}

.about-bg {
	background-color: #ad2100;
	margin-bottom: 90px;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  //top:20px;
  z-index: 99;
  //font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--bg_color);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 40px;
  opacity: 0.7;
  
  //height: 60vh;
  //margin: 20vh auto;

}

#myBtn:hover {
  background-color: var(--hl_color);
}

#myBtn::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 5%;
  height: 110%;
  width: 90%;
  opacity: 0.8;
  border-radius: 40px;
  
  /* Declaring our shadow color inherit from the parent (button) */
  background: inherit;
  
  /* Blurring the element for shadow effect */
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  
  /* Transition for the magic */
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pageframe {
	padding-bottom: 60px;
}

.servicecontainer {
	padding-bottom: 20px;
	background: var(--white)bd;
	box-shadow: #00000040 0px 0px 15px 0px;
	margin: 60px 10px 0px 10px;
}


.btn-faicon {
    /*
	padding:8px;
    background:var(--white);
    margin-right:4px;
	*/
	
	background:var(--white);
	display: inline-block;
	border-radius: 60px;
	box-shadow: 0px 0px 2px #888;
	padding: 0.5em 0.6em;
  
}
.icon-btn {
    padding: 3px 15px 3px 3px;
    border-radius:50px;
}
.vcenter {
	padding-top: 5%;padding-bottom: 5%;text-align: center;
}

.ui-group-buttons .or{position:relative;float:left;width:.3em;height:1.3em;z-index:3;font-size:12px}
.ui-group-buttons .or:before{position:absolute;top:50%;left:50%;content:'or';
		background-color:var(--bg_color);margin-left:-.9em;width:1.8em;height:1.8em;color:var(--white);font-style:normal;
		font-weight:400;text-align:center;border-radius:500px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1);
		box-shadow:0 0 0 1px rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box
	}
.ui-group-buttons .or:after{position:absolute;top:0;left:0;content:' ';width:.3em;height:2.84em;
	background-color:rgba(0,0,0,0);
	//border-top:.6em solid #5a5a5a;border-bottom:.6em solid #5a5a5a;
	border-top: 1.0em solid var(--bg_color);
	border-bottom: 1em solid var(--bg_color);
	padding-bottom: 1em;

	}

.ui-group-buttons .or.or-lg{height:1.3em;font-size:16px}
.ui-group-buttons .or.or-lg:after{height:2.85em}
.ui-group-buttons .or.or-sm{height:1em}
.ui-group-buttons .or.or-sm:after{height:2.5em}
.ui-group-buttons .or.or-xs{height:.25em}
.ui-group-buttons .or.or-xs:after{height:1.84em;z-index:-1000}
.ui-group-buttons{display:inline-block;vertical-align:middle}
.ui-group-buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.ui-group-buttons .btn{float:left;border-radius:0}
//.ui-group-buttons .btn:first-child {margin-left:0;border-top-left-radius:.25em;border-bottom-left-radius:.25em;padding-right:15px}
//.ui-group-buttons .btn:last-child {border-top-right-radius:.25em;border-bottom-right-radius:.25em;padding-left:15px}
.ui-group-buttons .leftbtn {margin-left:0;border-top-left-radius:1.25em;border-bottom-left-radius:1.25em;padding-right:15px}
.ui-group-buttons .rightbtn {border-top-right-radius:1.25em;border-bottom-right-radius:1.25em;padding-left:15px}

.mean-container .mean-bar {
    background: var(--bg_color) !important;
}

.bk-dark {
	background: var(--bg_color) !important;
}

.card-header {
	background: var(--fg_color) !important;
}

.lighttheme {
	color:var(--bg_color) !important;
//	font-size:20px !important;
	outline: none !important;
	border: none;
	border-width: 1px 0 0
}

.no-outline_notused {
	outline: none !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.lighttheme:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.full-btn {
	float: left;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:18px;
}

.cbtn:hover {
	color:var(--fg_color);
}
	
.btn-brown {
	 
	background: var(--bg_color) !important;
	color:var(--white);
}

.btn-brown:hover {
	background: var(--fg_color) !important;
	color:var(--white);
}

.map-bg {
	background: url(../../images/mapimg.jpg) no-repeat center center fixed;
	//background-repeat: no-repeat;
	background-size: over;
	background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
}

.contactinfo {
	padding:20px;
	box-shadow: #000400 0px 0px 15px 0px; !important;
	margin-bottom: 60px;
}

.contacticons {
	width:20px;
	float: left;
	padding-top:5px;
	//font-size:20px !important;
	
}

.contact a {
	color:var(--white);
}

.floatleft {
	float:left;
}

.xlmodal .modal-body, .modal-header {
	padding:0px !important ;
}

.xlmodal .modal-title {
	padding:40px !important ;
}

.xlmodal .modal-title > h2 {
	//font-size: 22px !important;
	//font-weight: bold;
	text-transform: uppercase;
}

.xlmodal .modal-header .close {
    margin: auto 25px auto !important;
	color: var(--bg_color)
}

.xlmodal .modal-close {
	padding: 20px 0px 0px 0px !important;
	float:right;
	//font-size: 40px !important;
}
.xlmodal .modal-close span {
	font-size: 38px;
	color: var(--bg_color);
}


blockquote {
	font-family: Georgia, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	//width: 500px;
	margin: 0.25em 0;
	padding: 0.35em 40px;
	line-height: 1.45;
	position: relative;
	color: var(--white);
}

blockquote:before {
	display: block;
	padding-left: 30px;
	padding-top : 15px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: var(--bg_color);
}


.ct-label {
    font-size: 9px !important;
	color: rgba(0,0,0,.4) !important;
//	color: var(--bg_color) !important;
}

.bar-ct-label {
	font-size: 9px !important;
	color: rgba(0,0,0,.4) !important;
}

.chart {
	//margin: 30px 10px 30px 10px !important;
	//padding: 10px !important;
	
	margin: 30px 0px 0px 0px !important;
	padding: 10px 0px 10px 0px !important;

}

.ct-horizontal {
    //margin-left: -20px !important ;
}

.ct-vertical{
    //margin-top: 0px !important ;
}

.aboutimg {
	border: 5px solid var(--fg_color);
	background: var(--bg_color);
	box-shadow: #00000040 0px 0px 15px 0px;
	margin-bottom: 30px !important;
}

/* Origional -f9be20 Repalce with ffc221 */

.onlymobile .title h2 {
	font-size: 46px !important;
}

.criteria {
	color: var(--bg_color);
	text-align:center;
}

.criteria p {
	font-size:16px;
}

.criteria h3 {
	font-size: 22px;
}

.criteria .badge-theme {
	font-size:18px;
}

.badge-theme {
	background: var(--bg_color) !important;
	color: var(--fg_color) !important;
}

.multiinfo h2 {
	color:var(--bg_color) !important;
}

.instruction {
	color: var(--white) !important;
}

.instruction {
	background: #680000 !important;
}

.mobile .body,
.mobile .header,
.mobile .main, 
.mobile .footer, 
.mobile #someOtherElement {
  //font-family: 'Open Sans', sans-serif;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.info {
	padding-top: 10px;
}

.info ul, .info li, .info ol {
    margin: 5px ;
    //padding: 0px;
    list-style: disc;
	font-size: 14px !important;
	text-align: left !important;
	color: #666666;
}


.header {
	background: var(--fg_color) !important;
}

.callmsg {
	text-align: center ;
}

@media screen and (min-width: 768px) {
	.header {
		background: var(--white) !important;
		color: gray;
	}
	
	.menubar {
		height:100px;
		border-top: 4px solid var(--bg_color) !important;
		border-bottom: 4px solid var(--fg_color) !important;
	}
	
	.callmsg {
		text-align: left !important;
	}
	
	.yellow_bg .yellow-box i {
		padding-bottom: 10px;
		padding-left: 15px;
	}
}

.lightcolor {
	color:lightgoldenrodyellow;
}

.decore {
	//color:var(--fg_color);
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0px 0px 3px white;
}

a:hover {
  cursor:pointer;
 }
 
.tinyfont {  font-size:7px !important;}
.verysmallfont {  font-size:8px !important;}
.smallfont {  font-size:9px !important;}
.mediumfont {  font-size:10px !important; }
.xlfont {  font-size:11px !important; }
.xxlfont {  font-size:12px !important; }
.xxxlfont {  font-size:14px !important; }
.largefont {  font-size:16px !important; }
.giantfont {  font-size:20px !important; }