/*-----------------------------------------------------------------------------------

	Theme Name: CFS
	Theme URI: http://digitalsuntech.com	
	Author: Ram parvesh
	Author URI: http://digitalsuntech.com	

-----------------------------------------------------------------------------------*/

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #0a4976;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #0a4976; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #0a4976; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	line-height: 25px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	margin:0px; padding:0px;
	font-size:15px;
}

a {
	text-decoration: none !important;
	color: #113e1c;
}

a:hover { color: #166a2a; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;;
}



h1 { font-size: 36px; color:#333333; font-weight:500; }

h2 { font-size: 28px; color:#333  }

h3 { font-size: 24px; font-weight:400 !important; }

h4 { font-size: 17px; font-weight:500 !important; }

h5 { font-size: 14px; }

h6 { font-size: 12px; font-weight:normal !important; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

p, h6{margin-bottom: 10px !important;
    line-height: 23px }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #221e1f; }


pre,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset
 { margin-bottom: 30px; }

small { font-family: 'Open Sans', sans-serif;; }

.uppercase { text-transform: uppercase !important; }

.lowercase { text-transform: lowercase !important; }

.capitalize { text-transform: capitalize !important; }

.nott { text-transform: none !important; }

.tright { text-align: right !important; }

.tleft { text-align: left !important; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {	position: relative;	overflow: hidden !important;}

.nomargin {margin: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

.header-stick { margin-top: -50px !important; }

.content-wrap .header-stick { margin-top: -80px !important; }

.footer-stick { margin-bottom: -50px !important; }

.content-wrap .footer-stick { margin-bottom: -80px !important; }


.hidden { display: none !important; }

.nothidden { display: block !important; }

.inline-block {	float: none !important;	display: inline-block !important;}

.center { text-align: center !important; }

.divcenter {	position: relative !important;	float: none !important;	margin-left: auto !important;	margin-right: auto !important;}




/* Social Icons - Share
-----------------------------------------------------------------*/
.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-email3:hover,
.si-colored.si-email3 { background-color: #6567A5 !important; }


/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i { color: #3B5998; }

.si-text-color.si-twitter i { color: #00ACEE; }

.si-text-color.si-email3 i { color: #6567A5; }

.si-text-color:hover { color: #FFF !important; }

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/


#header {
	position: relative;	
	background: transparent !important;
}

#header .container { position: relative; }

#header.transparent-header {
	background: transparent;
	border-bottom: none;
	z-index: 199;
}

#header.semi-transparent { background-color: rgba(255,255,255,0.8); }

#header.transparent-header.floating-header { margin-top: 60px; }

#header.transparent-header.floating-header .container {
	width: 1220px;	
	padding: 0 40px;
	border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
	width: 1170px;
	padding: 0 15px;
}

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -128px;
	margin-bottom: -156px;
}

#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
	top: -160px;
	margin-bottom: -160px;
}

#header.transparent-header + #page-title.page-title-parallax .container {
	z-index: 2;
	
}

#header.full-header {
	border-bottom-color: #00F; 
	background:#fff !important;}
}

body.stretched #header.full-header .container {
	width: 100%;
	padding: 0 30px;
}

#slider + #header.transparent-header.full-header #header-wrap {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}


/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 100%;
	margin-right: 40px;
}

#header.full-header #logo {
	padding-right: 30px;
	margin-right: 30px;
		
}


#logo a {
	display: block;
	color: #000;
}

#logo img {
	display: block;
	max-width: 100%;
}

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }

/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/


#primary-menu {
	float: right;
	height: auto;
	width:100%;
	
}

#header.full-header #primary-menu > ul {
	float: left;
	/* padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #EEE; */
}

#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); }

#primary-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition:opacity .3s ease;
	transition: opacity .3s ease;
	color:#1e4b7d;
}

#primary-menu-trigger i,
#page-submenu-trigger i{color:#4a4a4a; font-size:25px;}

#primary-menu ul {
	list-style: none;	
	margin: 0;
}

#primary-menu > ul { float: left; }

#primary-menu ul li {
	position: relative;
	float: left;
	/* margin-left: 2px; */
}

#primary-menu ul li.mega-menu { position: inherit; }

#primary-menu ul li:first-child { margin-left: 0; }

#primary-menu ul li a {
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 12px;
	color: #4a4a4a;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	-o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}

#primary-menu ul li span { display: none; }

#primary-menu ul li i {
	position: relative;
	font-size: 14px !important;
	top: 1px;
	line-height: 99px;
	width: 14px;
	text-align: center;
	margin-right: 6px;
	-webkit-transition: line-height .4s ease;
	-o-transition: line-height .4s ease;
	transition: line-height .4s ease;
}


#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current a { color: #fff; }

#primary-menu > ul > li.sub-menu > a > div { }

#primary-menu ul ul,
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-top: 2px solid #8cc540;
	height: auto;
	z-index: 199;
	top: 45px;
	left: 0;
	margin: 0;
}

#primary-menu ul ul ul {
	top: -2px !important;
	left: 218px;
}

#primary-menu ul ul.menu-pos-invert,
#primary-menu ul li .mega-menu-content.menu-pos-invert {
	left: auto;
	right: 0;
}

#primary-menu ul ul ul.menu-pos-invert { right: 218px; }

#primary-menu ul ul li {
	float: none;
	margin: 0;
}

#primary-menu ul ul li:first-child { border-top: 0; }

#primary-menu ul ul a {
	font-size: 12px;
	font-weight: 600;
	height: auto !important;
	line-height: 22px !important;
	color: #666 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border: 0 !important;
	letter-spacing: 0;
	font-family: 'Open Sans', sans-serif;;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#primary-menu ul ul li:hover > a {
	background-color: #F9F9F9;
	padding-left: 18px;
	color: #000 !important;
}

#primary-menu ul ul i { line-height: inherit; }

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
	background-image: url("img/icons/submenu.png");
	background-position: right center;
	background-repeat: no-repeat;
}




/* Primary Menu - Style 3
-----------------------------------------------------------------*/

#primary-menu.style-3 > ul > li > a {
	height: 44px;
	line-height: 44px;
	margin: 0px 0;
	border-radius: 2px;
}

#primary-menu.style-3 > ul > li > a i { line-height: 43px; }

#primary-menu.style-3 > ul > li:hover > a {
	color: #444;
	background-color: #F5F5F5;
}

#primary-menu.style-3 > ul > li.current > a {
	color: #4a4a4a !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color:transparent;
	/* border:1px solid #fff; */
	
	
}

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a {
	margin: 0;
	border-radius: 0;
}


#header.sticky-header:not(.static-sticky):not(.sticky-style-2) #header-wrap{padding-top:0px;}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2) #primary-menu ul ul, #primary-menu ul li .mega-menu-content{top:66px;}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2) #logo img{width:47% !important; padding-top:7px;}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2) .header-top{top:0px; padding-top:15px;}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2) .tp-search{display:none;}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2) #primary-menu ul li a{color:#555 ;}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2) #primary-menu.style-3 > ul > li.current > a{background:#0F2A66 !important; color:#fff !important; border-top:none; border-bottom:none;}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2) #logo{margin-top:0px;}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2) .tp-menu{top:0px;}


#header,
#header-wrap,
#primary-menu:not(.style-2),
#primary-menu:not(.style-2) > ul {
	/*height:129px;*/
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
	
}

#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger {
	opacity: 1;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

.header-top{text-align:right; padding:20px 0px; color:#fff; top:30px; position:relative;}

ul.head_top{margin:0px; padding:0px}

.head_top li{display:inline; color:#4a4a4a; list-style-type:none; padding-left: 10px;  font-size: 13px;}

.head_top li a{color:#4a4a4a; -webkit-transition: color .4s ease;	-o-transition: color .4s ease;	transition: color .4s ease; text-decoration:none;}

.head_top li a:hover{color:#8cc540; text-decoration:none;}

#header-wrap { position: relative; }

#header.sticky-header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-backface-visibility: hidden;
	transition: all 0.6s ease;
	 -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition:all 0.6s ease;
}

#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) }

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #primary-menu,
#header.sticky-header:not(.static-sticky) #primary-menu > ul,
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a { height: 64px; }

#header.sticky-header:not(.static-sticky) #header-wrap{height:70px; border-top: 6px solid #0F2A66;}

#header.sticky-header:not(.static-sticky).sticky-style-2 { height: 161px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a { line-height: 60px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a i { line-height: 59px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > ul,
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > .mega-menu-content,
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li.mega-menu > .mega-menu-content { top: 60px; }

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; }

#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; }

#menu_bg{background:#221e1f;}

/* ----------------------------------------------------------------
	body
-----------------------------------------------------------------*/

#body{padding-top:40px; width:100%; background:#fff; position:relative;}

/* ----------------------------------------------------------------
	footer
-----------------------------------------------------------------*/

#footer{    
    position: relative;    
	background-color: #072058;
	margin:0px !important;
	z-index:500;
	}
.footer-wrapper p{color:#bcc0c4 ; font-size:13px;}


.footer-wrapper p, 
.footer-wrapper a{   
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; 
}

.footer-wrapper a{
    color: #fff;}

.footer-wrapper h6{
    color: #fff;
    font-size: 13px;
	font-weight:400 !important;
	font-family: 'Open Sans', sans-serif;;
}

.text-big{
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}


.text-big_cont{
    font-size: 18px;
    line-height: 25px;
}
.footer-wrapper h5{
    color: #fff;
    font-size: 17px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;;
	text-transform:uppercase;
}

.footer-wrapper h4{
    color: #fff;
    font-size: 30px;
	font-weight:800;
	font-family: 'Open Sans', sans-serif;;
}

.copyright-container{ border-top: 1px solid #514f4f;
    padding: 25px 0 10px 0;
	margin-top:30px; background:#051944;}   



.copyright-container a, 
.copyright-container p{
    font-size: 12px;
    line-height: 10px;
	color:#8a8a8a;
	
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.3); }
/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/


.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
	display: inline-block;	
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
	width: 52px !important;
	height: 52px !important;
	line-height: 52px !important;
	background-color: #444;
	border-radius: 3px;
}

.i-bordered {
	border: 1px solid #555;
	line-height: 50px !important;
	background-color: transparent !important;
	color: #444;
	text-shadow: none;
}

.i-plain {
	width: 36px !important;
	height: 36px !important;
	font-size: 28px;
	line-height: 36px !important;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover { color: #777; }

.i-circled { border-radius: 50%; }

.i-light {
	background-color: #F5F5F5;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
	background-image: url('../img/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
}


.i-rounded:hover,
.i-circled:hover {
	background-color: #000;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered:hover {
	background-color: #444 !important;
	color: #FFF;
	border-color: #444;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
	width: 28px !important;
	height: 28px !important;
	line-height: 28px !important;
}

.i-small.i-bordered { line-height: 26px !important; }

.i-small.i-plain {
	width: 18px !important;
	height: 18px !important;
	font-size: 14px;
	line-height: 18px !important;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
	margin: 6px 13px 9px 0;
	font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
}

.i-medium.i-bordered { line-height: 34px !important; }

.i-medium.i-plain {
	width: 28px !important;
	height: 28px !important;
	font-size: 20px;
	line-height: 28px !important;
}


/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
	width: 64px !important;
	height: 64px !important;
	line-height: 64px !important;
}

.i-large.i-bordered { line-height: 62px !important; }

.i-large.i-plain {
	width: 48px !important;
	height: 48px !important;
	font-size: 42px;
	line-height: 48px !important;
}


/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
	width: 84px !important;
	height: 84px !important;
	line-height: 84px !important;
}

.i-xlarge.i-bordered { line-height: 82px !important; }

.i-xlarge.i-plain {
	width: 64px !important;
	height: 64px !important;
	font-size: 56px;
	line-height: 64px !important;
}


/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #221e1f; }

.caption-mhrs{
	width:100%; color:#404042; background:rgba(255,255,255,0.5); padding:10px 20px; font-size:18px; padding:10px 50px; position:absolute; z-index:99999; bottom:0;
	}


.header-breadcrumb {
	padding:25px 0px; color:#fff; font-size:35px; font-weight:800
}
.header-breadcrumb ul {
	float:right; margin-bottom:0px;
}
.header-breadcrumb ul li {
	float:left;
	color:#fff;
	font-size:15px;
	line-height:34px;
	margin-right:10px;
	list-style-type:none !important;
	font-weight:300;}
}
.header-breadcrumb ul li:last-child {
	margin-right:0;
}
.header-breadcrumb ul li.active {
	color:#e4e4e4;
}
.header-breadcrumb h2 {
	font-size:28px;
	line-height:35px;
    color:#fff;
	margin-bottom:0px;	
        
}
.header-breadcrumb ul li a{
    color:#fff
}

.sidebar h5{padding-top:5px; color:#000; font-size: 18px;
    font-weight: normal !important; height: 37px; text-align:center; background:#00add9; margin-bottom:0px !important;} 
	
.sidebar-body li{
	padding:5px 0 5px 5px;
	border-bottom:1px solid #d2d2d2;
	list-style:url(../img/tracking-arrow.png);
	list-style-position:inside;	
    font-weight:500;
	}	
.sidebar-body li a:hover{
	color:#fff;
	}	
	
.home_list li{
	padding:5px 0 5px 5px;
	border-bottom:1px solid #d2d2d2;
	list-style:url(../img/li_img1.png);
	list-style-position:outside;
	margin-left:15px;
    font-weight:500; line-height:20px;
	text-align:left;
	}	
	
.home_list li a:hover{
	color:#99cc33;
	}	
	

	
p.date{
	color:#166a2a !important;
	font-size:13px;
	margin:5px 0;
	}
	
.blockquote-right {
	padding:5px 0 5px 25px;
	margin:10px 0 10px 15px;	
	width:300px;
	float:right
}	

.blockquote-left {
	padding:5px 10px 5px 0;
	margin:10px 15px 10px 0;
	width:300px;
	float:left
}		


.arrow {
float: right;
}
.glyphicon.arrow:before {
content: "\e079";
}
.active > a > .glyphicon.arrow:before {
content: "\e114";
}
.fa.arrow:before {
content: "\f104";
}
.active > a > .fa.arrow:before {
content: "\f107";
}
.plus-times {
float: right;
}
.fa.plus-times:before {
content: "\f067";
}
.active > a > .fa.plus-times {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.plus-minus {
float: right;
}
.fa.plus-minus:before {
content: "\f067";
}
.active > a > .fa.plus-minus:before {
content: "\f068";
}
	
	
.sidebar-body li:last-child{	
	border-bottom:none;
	}	
.sidebar4 {		
	    background: rgba(142, 142, 142, 0.16);
    padding: 10px 15px;
}

.sidebar{padding:15px 10px 35px 10px; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; margin-bottom:20px; border-bottom: 3px solid #d3d3d3;}


/* Infromation boxes - ERROR BOX
----------------------------------------------------------------------------- */
.error-box{
    background: #fadddd;
    border: 1px solid #fcc1c1;
    border-radius: 3px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.error-box p{
   /*  background: url('../img/error-box.png') no-repeat 0 center; */
    margin: 10px;
   /*  padding-left: 25px; */
    color: #d86d6d;
    text-shadow: 0 1px 0 #fff;
}

/* CONTACT FORM
============================================================================= */

.form-control_textarea, .form-control_textarea1, .form-control_textarea2{display: block;
  width: 100%;  
  padding: 5px 12px !important;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  font-weight: 500;
  background-image: none;
  border: 1px solid #ccc; 
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height:100px;}
  
  .form-control_textarea1{
  height:106px !important;}
  
.form-control_textarea2{
  height:60px !important;}


.form-control1 {
  display: block;
  width: 100%;  
  padding: 8px 12px !important;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  font-weight: 500;
  background-image: none;
  border: 1px solid #ccc; 
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.red{color:#cf0303;}

.wpcf7-submit{
    border: 0px solid;
    font: 13px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    background-color: #9c3e8d;
    padding: 14px 30px;
    cursor: pointer;
    margin-top:20px;
    float: left;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

}

.wpcf7-submit:hover{background:#b053a1;}

.bor-rad{border-radius:40px;}

.form-control2 {
  display: block;
  width: 100%;
  height: 22px;
  padding: 0px 12px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  font-weight: 500;
   background-image: none;
  border: 1px solid #ccc; 
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/*
-------------------------------------------------------------------------*/

/* Portfolio - Filter
-----------------------------------------------------------------*/

#portfolio-filter {
	position: relative;
	
	list-style: none;
	/* border: 1px solid rgba(0,0,0,0.07);margin: 0 0 40px 0;
	float: left;*/
	border-radius: 4px;
	padding: 0px 8px;
}

#portfolio-filter li {
	/* float:left; */
	position: relative;
}

#portfolio-filter li a {
	display: block;
	position: relative;
	padding: 12px 18px;
	font-size: 13px;
	line-height: 15px;
	color: #0d6221;	
}

#portfolio-filter li:first-child a {
	border-left: none;	
}

#portfolio-filter li:last-child a {}

#portfolio-filter li a:hover { color: #fff; }

#portfolio-filter li.activeFilter a {
	color: #000 !important;
	background-color: #90a896;
	margin: -1px 0;
	padding: 13px 18px;
}

#portfolio-filter li.activeFilter a { font-weight: bold; }


.bothsidebar #portfolio-filter li a { padding: 12px 14px; }

.bothsidebar #portfolio-filter li.activeFilter a { padding: 13px 18px; }

/* Portfolio - Items
-----------------------------------------------------------------*/

#portfolio {
	position: relative;
	margin: 0 -12px -12px 0;
}

body:not(.device-touch) #portfolio {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}

.portfolio-item {
	position: relative;
	float: left;
	width: 276px;
	margin: 0 12px 12px 0;
}

.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio { overflow: hidden; }

.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
	display: block;
	width: 276px;
	height: 207px;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


/* Portfolio - Item Title
-----------------------------------------------------------------*/

.portfolio-desc {
	z-index: 3;
	padding: 15px 5px 10px;
}

.portfolio-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 19px;
}

.portfolio-desc h3 a { color: #222; }

.portfolio-desc h3 a:hover { color: #000; }

.portfolio-desc span {
	display: block;
	margin-top: 3px;
	color: #888;
}

.portfolio-desc span a { color: #888; }

.portfolio-desc span a:hover { color: #000; }

.portfolio-notitle .portfolio-desc {
	position: absolute;
	display: block !important;
	width: 100%;
	height: 78px;
	padding: 15px 5px;
	top: auto;
	bottom: -79px;
	left: 0;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
	-webkit-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}

.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -78px;
	border-bottom: 0;
}

.portfolio-notitle .portfolio-item:hover .portfolio-desc,
.portfolio-notitle .iportfolio:hover .portfolio-desc { bottom: 0 !important; }

.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

body.device-touch.device-xs .portfolio-notitle .portfolio-desc,
body.device-touch.device-xxs .portfolio-notitle .portfolio-desc { display: none !important; }




/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}

.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0px,0,0);
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 100px;
	background: url('img/preloader.gif') no-repeat center center
}

.owl-carousel.owl-hidden { opacity:0 }

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

#slider .owl-carousel .owl-item img { -webkit-backface-visibility: hidden; }

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto
}

.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}

.owl-carousel.owl-rtl { direction:rtl }

.owl-carousel.owl-rtl .owl-item { float:right }

.no-js .owl-carousel { display:block }

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("img/icons/play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;

	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -39px; }

.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -46px; }

.owl-theme .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

.owl-carousel-full .owl-controls .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}

.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-theme:hover .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #53883c !important;
	color: #FFF !important;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled { display: none !important; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-top: 30px;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #53883c;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { opacity: 1; }



/* -------------------------------- pagination -----------------------------*/

.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { color: #638c01; }


/* ------------------------------------------------------------------
------------------------------- Contact ----------------------------- */

.contact_top{width:100%; float:left; height:300px; margin-top:-40px; margin-bottom:40px;}

.contact-information li{list-style-type:none; margin-bottom:10px;}

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/


#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slider-parallax { position: relative; }

.slider-parallax,
.slider-parallax .swiper-container {
	visibility: visible;
	-webkit-backface-visibility: hidden;
}

.slider-parallax .slider-parallax-inner {
	position: fixed;
	width: 100%;
	height: 100%;
}

body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; }

body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; }

#header.transparent-header + .slider-parallax .slider-parallax-inner { top: 0; }

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
	will-change: transform;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: transform 0s linear;
	-webkit-backface-visibility: hidden;
}



/* ------------------------------------------------------------------
------------------------------- submission ----------------------------- */

.width_95{width:95%; margin-top:5px;}


#slider{background:#166a2a;}

.slide_panel{background:rgba(255,255,255,0.4); padding:10px; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; }

.slide_panel h1{font-size:50px; color:#053d64; font-family: 'Open Sans', sans-serif;; margin-bottom:15px;}

.slide_panel ul li{list-style-image:url(../img/li_img.png); list-style-position:outside; color:#053d64; font-size:18px; font-family: 'Open Sans', sans-serif;; padding-bottom:5px; margin-left:20px}

.btn-call-to-action-primary {display: inline-block; margin-bottom: 0;  font-weight: 500;    text-align: center;    vertical-align: middle;
    touch-action: manipulation;    cursor: pointer;    background-image: none;    border: 1px solid transparent;    white-space: nowrap;
    padding: 6px 12px;    font-size: 28px;    line-height: 1.42857143;    border-radius: 0;  text-align: left;    display: block;    width: 100%;    height: 60px; border: 0;    color: #020f50;    background-color: #ffcf01;}
	

.button.button-border {	border: 2px solid #166a2a; color: #333;}

.button.button-border-white{border: 2px solid #fff; color: #fff;}
	
.button.button-border-white, .button.button-border {background-color: transparent;	line-height: 36px;	font-weight: 600;
text-shadow: none; webkit-transition: all 0.4s ease-in-out;   -moz-transition: all 0.4s ease-in-out;  -ms-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}	
	
.button.button-xlarge {
    padding: 0 25px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 45px;
    line-height: 45px; background:#fff; -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	color:#6f6f6f;}
	
.button.button-xlarge:hover {
    background:#25272e;
	color:#fff;}
	
.button.button-mini {
    padding: 10px 18px;
    font-size: 15px;   
    line-height: 21px;
	background:#204392;  position:relative; color:#fff; letter-spacing:normal !important; font-weight:400 !important; text-transform:none !important;}
	
.button.button-mini:hover {
    background:#19387d;}
	
	
.button.button-mini:after {   
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent transparent transparent #204392;
    border-style: solid;
    border-width: 20px 16px;
    content: '';
    height: 0;
    right: -32px;
    width: 0;}	
	
	.button.button-mini:hover:after{ 
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent transparent transparent #19387d;
    border-style: solid;
    border-width: 20px 16px;
    content: '';
    height: 0;
    right: -32px;
    width: 0;}
	
	
		
		
.button.button-border:hover, .button.button-border-white:hover {
    background-color: #166a2a;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; }

.button{ display: inline-block; position: relative;  cursor: pointer; outline: none;    white-space: nowrap;    margin: 5px;    padding: 0 22px;    font-size: 14px;    height: 40px;    line-height: 40px; color: #FFF; font-weight:600 !important; text-transform: uppercase;    letter-spacing: 1px;    border: none;    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}

.button i {top: 1px; margin-right: 8px; position:relative}

.button.tright i {margin: 0 0 0 8px;}

.bor_1px{border:1px solid #c8c8c8; border-bottom:5px solid #1e4b7d;}

.foot_links li{list-style-type:disc; list-style-position:inherit; font-size:14px; color:#fff; margin-left:25px;}

.foot_links li a{color:#fff;}


/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/


.social-icon {
	margin: 0 5px 5px 0;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-radius: 3px;
	overflow: hidden;
}



/* Social Icons - Share
-----------------------------------------------------------------*/
.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-email3:hover,
.si-colored.si-email3 { background-color: #6567A5 !important; }
.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }
.si-pinterest:hover,
.si-colored.si-pinterest { background-color: #C8232C !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #3F729B !important; }


/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i { color: #3B5998; }

.si-text-color.si-twitter i { color: #00ACEE; }

.si-text-color.si-email3 i { color: #6567A5; }

.si-text-color.si-linkedin i { color: #0E76A8; }

.si-text-color.si-instagram i { color: #3F729B; }

.si-text-color.si-pinterest i { color: #C8232C; }

.si-text-color.si-instagram i { color: #3F729B; }

.si-text-color:hover { color: #FFF !important; }


/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded { border-radius: 50%; }

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless { border-color: transparent !important; }

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
	background-color: #444;
	color: #FFF !important;
	border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
	background-color: rgba(0,0,0,0.5);
	color: #fff !important;
	border-color: transparent;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 30px !important;
}

.social-icon i {
	display: block;
	position: relative;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-large:hover i:first-child { margin-top: -54px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }

.social-icon:hover {
	color: #555;
	border-color: transparent;
}

.si-colored.social-icon { border-color: transparent; }


/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i { color: #3B5998; }


.si-text-color:hover { color: #FFF; }


/* ------------------------ Header Bg ------------------------------*/

.header_bg{width:100%; height:auto; max-height:500px; min-height:400px; background-size: cover !important; width:100%}

.col_full {clear: both;float: none; margin-right: 0; margin-bottom:25px;}

.flex_container{display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex; }
  
.flex_items{flex:1}

.flex_items1{flex:2}

.pages_sidebar h3{background:#166a2a url(../img/white_pattern.png) repeat; padding:7px 10px; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; position:relative; color:#fff; border-bottom:3px solid #105620; border-radius: 8px 8px 0px 0px; margin-bottom:0px !important;}



.side_arrow h5{position:relative;}

.side_arrow h5:after{content: "";
    display: block;
    position: absolute;   
     border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #00add9 ;
	border-bottom-color: #00add9 ;
    bottom: -12px;
    left: 43%;
    width: 0;
    height: 0;
    }	
	
/* ----------------------------------------------------------------
	Accordions
-----------------------------------------------------------------*/

.accordion { margin-bottom: 20px; }

.acctitle {
	display: block;
	position: relative;
	line-height: 24px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	border-top: 1px dotted #DDD;
	padding: 10px 0 10px 20px;
}

/* .acctitlec { cursor: auto; background: #ecdb6b!important; Color:#0F2A66 !important; }*/
.acctitlec { cursor: auto; background: none!important; Color:#0F2A66 !important; }

.acctitle:first-child { border-top: none; }

.acctitle i {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	text-align: center;
	font-size: 14px;
	line-height: 44px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none; }

.acctitlec i.acc-open { display: block; }

.acc_content {
	position: relative;
	padding: 0 0 15px 20px;
	background: rgb(249,249,249);
background: linear-gradient(176deg, rgba(249,249,249,1) 0%, rgba(232,232,232,1) 100%);
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
	background-color: #bdbfc1;
	line-height: 44px;
	padding: 0 0 0 36px;
	margin-bottom:1px;
	border-top: 0;
	Color:#373737;
}

.accordion.accordion-bg .acctitle i {
	left: 14px;
	line-height: 44px;
}

.accordion.accordion-bg .acc_content { padding: 10px 0 15px 20px; }

.custom-heading_white {position: relative; width: 100%; display: block; text-transform: uppercase;}

.custom-heading-white:after{display: block; content: ""; width: 100px; height: 3px; left: 0; top: 0; background:#fff; margin-top:15px}

.custom-heading {position: relative; width: 100%; display: block;}

.custom-heading:after{display: block; content: ""; width: 100px; height: 3px; left: 0; top: 0; background:#333; margin-top:15px;}

.custom-heading.center:after, .custom-heading-white.center:after {
    margin: 20px auto 0;}

.bor_yellow_btm{border-bottom:2px solid #ffb73b;}

.blue_bg{background:#144985; padding:40px 0px; width:100%; float:left;}

#page-title {position: relative; z-index:197 !important}

#page-title.page-title-parallax {background-color: transparent; background-attachment: fixed; background-position: 50% 0;background-repeat: no-repeat;}

/* Portfolio & Blog Single - Masonry
-----------------------------------------------------------------*/

.masonry-thumbs { position: relative; }

.masonry-thumbs a {
	position: relative;
	float: left;
	width: 100%;
	max-width: 100% !important;
	overflow: hidden;
}

.masonry-thumbs.col-2 a { width: 50%; }

.masonry-thumbs.col-3 a { width: 33.30%; }

.masonry-thumbs.col-4 a { width: 25%; }

.masonry-thumbs.col-5 a { width: 20%; }

.masonry-thumbs.col-6 a { width: 16.60%; }

.masonry-thumbs a,
.masonry-thumbs img {
	display: block;
	height: auto !important;
}

.masonry-thumbs img {
	width: 100%;
	border-radius: 0 !important;
	padding: 0 1px 1px 0;
}

.masonry-thumbs .overlay { padding: 0 1px 1px 0; }

/* ----------------------------------------------------------------
	Overlays
-----------------------------------------------------------------*/


.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay .overlay-wrap,
.text-overlay {
	opacity: 0;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.overlay .overlay-wrap i {
	position: absolute;
	opacity: 0.8;
	font-size: 24px;
	line-height: 1;
	width: 24px;
	height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	color: #FFF;
}

.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay { opacity: 1; }

h4 span{position:relative; top:-5px; font-size:20px; font-weight:600;}

.mission_bg{background:url(../img/welcome_bg.jpg) repeat-x; padding:40px 0px; width:100%; float:left;}

.dark .i-plain {color: #FFF;text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}
.dark .counter {text-shadow: 1px 1px 1px rgba(0,0,0,0.1);}
.counter {font-size: 42px; font-weight: 600;   font-family: 'Raleway', sans-serif; color:#fff;}
.dark .i-plain:hover { color: #DDD; }
.counter + h5 {font-weight: 400; text-transform: uppercase;  letter-spacing: 1px;  margin-top: 10px; color:#fff;}
.dark .counter.counter-lined + h5:before { border-color: #EEE;}
.counter.counter-lined + h5:before { display: block; position: relative; margin: 20px auto 25px auto;  content: ''; width: 15%;
    border-top: 2px solid #444;   opacity: 0.9;}	
.col-padding { padding: 60px;}



/* Individual Post
-----------------------------------------------------------------*/

.ipost .entry-image img { border-radius: 0; }

.ipost .entry-title h3 {margin:15px 0px 8px 0px; font-size: 15px;	font-weight: 600 !important;}

.ipost .entry-title h3 a{ color: #333; }

.ipost .entry-title h3 a:hover{ color: #113e1c; }

.ipost .entry-meta { margin-right: -10px; }

.ipost .entry-meta li {	margin-right: 10px; list-style-type:none; font-weight:600}

.entry-meta li { float: left; font-size: 12px;  line-height: 14px;  margin: 0 10px 15px 0; color: #999; font-style: italic;}

.ipost .entry-content { margin-top:0px; }

.ipost .entry-content p { margin-bottom: 0; }

.more-link {display: inline-block; border-bottom: 1px solid #1ABC9C; padding: 0 2px; font-family: 'Crete Round', serif;
	font-style: italic;}

.more-link:hover { border-bottom-color: #555; }

.light_green{text-transform:uppercase;}

.light_green a{color:#deee05;}

.light_green a:hover{color:#ffb73b;}

/* Footer   */



.device-lg.sticky-footer #top-bar,
.device-md.sticky-footer #top-bar { z-index: 299; }

.device-lg.sticky-footer #header,
.device-md.sticky-footer #header { z-index: 199; }

.device-lg.sticky-footer #slider,
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content,
.device-md.sticky-footer #slider,
.device-md.sticky-footer #page-submenu,
.device-md.sticky-footer #page-title,
.device-md.sticky-footer #content { z-index: 3; }

.device-lg.sticky-footer #body{z-index:2;}

.device-lg.sticky-footer #footer,
.device-md.sticky-footer #footer {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.device-lg.sticky-footer:not(.stretched) #footer,
.device-md.sticky-footer:not(.stretched) #footer {
	left: 50%;
	margin-left: -610px;
	width: 1220px;
}

.device-md.sticky-footer:not(.stretched) #footer {
	margin-left: -500px;
	width: 1000px;
}

/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/

#content {
	position: relative;
	/* overflow: hidden; */
	background-color: #FFF;
}

#content .container { position: relative; }

/* Widget - Quick Contact Form
-----------------------------------------------------------------*/

.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control { margin-bottom: 10px; }

.quick-contact-widget .input-group .form-control { margin-bottom: 0; }

.quick-contact-widget form,
#template-contactform { position: relative; }

.light_bor_left{border-left:1px solid #6f6f6f;}
.green_txt{color:#299744;}

/* -------------------------------- Downloads -----------------------------*/

.Downloads-page li{padding:7px 25px 7px 0px  ;
	float:left;
	border-bottom:1px solid #e2e2e2;
	width:42%;
	margin-right:8%;
	list-style-type:none;
	webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;	
	}
	
.Downloads-page li span{float:right; vertical-align:middle; width:25px; height:25px;}

.light_blk_bg{background:rgba(0,0,0,0.9); padding: 50px 0px 0px 0px;}

.light_blu_bg{background:rgba(196,196,196,0.8);  padding: 80px 0px;}

.light_bg{background:#cecece; padding:40px 0px; width:100%;}

.post-bottom a:hover{color:#fff;}

.post-bottom a{float: left; background: #166a2a;  border-radius: 50%; width: 45px;  height: 45px;   font-size:23px;  text-align: center;  margin-left:17px;    margin-bottom: 10px;     line-height: 45px; color:#fff; margin-top:6px;}
	
.ico-facebook:hover {
	background:#4c81d2!important
}
.ico-linkedin:hover{
	background:#007bb6 !important;
}
.ico-youtube:hover{
	background:#dc2a26 !important;
}
.ico-linkedin:hover>a {
	color:#fff
}
.ico-youtube:hover>a {
	color:#fff
}
.ico-facebook:hover>a {
	color:#fff
}
.ico-twitter:hover {
	background:#47daff!important
}
.ico-twitter:hover>a {
	color:#fff
}
.ico-blod:hover>a{
    color:orange
}
.ico-pinterest:hover {
	background:#e43333!important
}
.ico-pinterest:hover>a {
	color:#fff
}
.ico-dribbble:hover {
	background:#ff4978!important
}
.ico-dribbble:hover>a {
	color:#fff
}
.ico-google:hover {
	background:#ff6252!important
}
.ico-google:hover>a {
	color:#fff
}
.ico-instagram:hover {

	background:#3f729b!important
}
.ico-instagram:hover>a {
	color:#fff
}

.button.button-xlarge-blue {
    padding: 0 25px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 45px;
    line-height: 45px; background:#204392; -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	color:#fff;}
	
.button.button-xlarge-blue:hover {
    background:#102a63;
	color:#fff;}
	
	
.button.button-xlarge-green1 {
    padding: 0 25px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 45px;
    line-height: 45px; background:#523c60; -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	color:#fff;}
	
.button.button-xlarge-green1:hover {
    background:#745a85;
	color:#fff;}	
	
	
.tpsearch{background:transparent; border:1px solid #cfcfcf; border-right:none; display:inline; height:30px; color:#fff; float:left; width:80%; padding-left:5px;}	

.tpsearch input:focus{border:1px solid #cfcfcf;}

.searchbx{background:transparent; border:1px solid #cfcfcf;  display:inline; height:30px; color:#fff; float:left; padding-right:10px; padding-left:10px;}

.box-sizing{-webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;}

input[type="text"].tpsearch::-webkit-input-placeholder {color: #fff;}
input[type="text"].tpsearch::-moz-input-placeholder {color: #fff;}
input[type="text"].tpsearch::--ms-input-placeholder {color: #fff;}

.top-wht-bg{background:#fff; margin-top:-60px; padding-top:30px}

.bor-rgt{border-right:1px solid #d4d4d4;}

.mbutton, .mbuttong, .mbuttono{margin-top:35px;}

.mbutton a{background:#204392; padding:15px 50px; position:relative; font-size:13px; color:#fff; -webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;}
.mbutton a:hover{background:#112d6a;}
.mbutton a:after{width: 0; height: 0; border-style: solid; border-width: 25px 14px 25px 0; border-color: transparent #f7f7f7 transparent transparent;  position:absolute;  content: " "; right:0; top:0;}

.mbutton a:before{width: 0; height: 0; border-style: solid; border-width: 25px 0px 25px 14px; border-color: transparent transparent transparent #f7f7f7; position:absolute;  content: " "; left:0; top:0}


.mbuttong a{background:#8cc540; padding:15px 50px; position:relative; font-size:13px; color:#fff; -webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;}

.mbuttong a:hover{background:#6a9b28;}

.mbuttong a:after{width: 0; height: 0; border-style: solid; border-width: 25px 14px 25px 0; border-color: transparent #f7f7f7 transparent transparent;  position:absolute;  content: " "; right:0; top:0;}

.mbuttong a:before{width: 0; height: 0; border-style: solid; border-width: 25px 0px 25px 14px; border-color: transparent transparent transparent #f7f7f7; position:absolute;  content: " "; left:0; top:0}

.mbuttono a{background:#f6921e; padding:15px 50px; position:relative; font-size:13px; color:#fff; -webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;}


.mbuttono a:hover{background:#cc791a;}

.mbuttono a:after{width: 0; height: 0; border-style: solid; border-width: 25px 14px 25px 0; border-color: transparent #f7f7f7 transparent transparent;  position:absolute;  content: " "; right:0; top:0;}

.mbuttono a:before{width: 0; height: 0; border-style: solid; border-width: 25px 0px 25px 14px; border-color: transparent transparent transparent #f7f7f7; position:absolute;  content: " "; left:0; top:0}

ul.result{margin:0px; padding:0px;}

.result li{list-style-type:none; font-size:16px; color:#555; }

ul.family{margin:0px; padding:0px;  margin-bottom: 20px;}

.family li{list-style-type:disc; font-size:14px; color:#555; list-style-position:outside; margin-left:15px; }

.result li::before {content: "• "; color: #144985; padding-right:10px; width:16px;}

.result li a{color:#555; text-decoration:none;}

.result li a:hover{color:#144985; text-decoration:none;}

.edu_bg{background:url(../img/education-bg.jpg) repeat-x; background-size:cover; float:left; width:100%;}

.light_green_bg{background:rgba(34, 64, 153, 0.8); float:left; padding:80px 0px; width:100%;}

.edu{width:100%; float:left;}

.orange_bg{background:#f38e1a; width:100%; float:left;  padding:20px 0px; border-bottom:5px solid #8cc540;}

.overflow{overflow-x:hidden; overflow-y:auto; height:625px;}

.directory-title { line-height: 1.4em;  font-size: 1.15em; display: block; margin-bottom:7px;}

.directory-title span{font-size:14px; clear:both;}

.directory-info{margin-bottom:5px; line-height: 24px;}

.directory-custom-fields{margin-bottom:7px;}

.field-value{font-size:13px; line-height:20px;}

.dir-container{width:100%; border-bottom:1px solid #dbdbdb; padding-bottom:15px; margin-bottom:15px; float:left;}

.grey-bg {background-color:#e8edf0; padding-top:40px; padding-bottom:20px;}

/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/


.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}

.feature-box:first-child { margin-top: 0; }

.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.feature-box .fbox-icon i
 {
	border-radius: 50%;
	
}

.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}

.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}

.feature-box p {
	margin: 8px 0 0 0;
	color: #999;
}

.feature-box .before-heading { font-size: 14px; }


/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feature-box.fbox-large { padding: 0 0 0 115px; }

.feature-box.fbox-large .fbox-icon {
	width: 96px;
	height: 96px;
}

.feature-box.fbox-large .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}


/* Feature Box - Icon Outline
-----------------------------------------------------------------*/
.feature-box.fbox-outline .fbox-icon.blue-ico {border: 1px solid #204492;}


.feature-box .blue-ico-bg {
	border-radius: 50%;
	background-color: #204492;
}

.feature-box.fbox-outline .fbox-icon.lightblue-ico {border: 1px solid #21bedf;}


.feature-box .lightblue-ico-bg {
	border-radius: 50%;
	background-color: #21bedf;
}

.feature-box.fbox-outline .fbox-icon.purple-ico {border: 1px solid #a94a9b;}


.feature-box .purple-ico-bg {
	border-radius: 50%;
	background-color: #a94a9b;
}

.feature-box.fbox-outline .fbox-icon.green-ico {border: 1px solid #8cc540;}


.feature-box .green-ico-bg {
	border-radius: 50%;
	background-color: #8cc540;
}

.feature-box.fbox-outline .fbox-icon.orange-ico {border: 1px solid #f6921e;}


.feature-box .orange-ico-bg {
	border-radius: 50%;
	background-color: #f6921e;
}


.feature-box.fbox-outline .fbox-icon.green-ico {border: 1px solid #8cc540;}


.feature-box .green-ico-bg {
	border-radius: 50%;
	background-color: #8cc540;
}

.feature-box.fbox-outline .fbox-icon.green-ico {border: 1px solid #8cc540;}


.feature-box .green-ico-bg {
	border-radius: 50%;
	background-color: #8cc540;
}


.feature-box.fbox-outline .fbox-icon {
	
	border-radius: 50%;
	padding: 3px;
}

.feature-box.fbox-outline .fbox-icon i { line-height: 56px; }


/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

.feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; }

.feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; }


/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; }

.feature-box.fbox-rounded .fbox-icon i,
.feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; }


/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

.feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; }

.feature-box.fbox-rounded.fbox-large .fbox-icon i,
.feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; }


/* Feature Box - Light Background
-----------------------------------------------------------------*/

.feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; }

.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	color: #444;
}

.feature-box.fbox-light .fbox-icon i { line-height: 62px; }

.feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; }

.feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; }

.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; }


/* Feature Box - Dark Background
-----------------------------------------------------------------*/

.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; }

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img { background-color: #333; }


/* Feature Box - Border
-----------------------------------------------------------------*/

.feature-box.fbox-border .fbox-icon {
	border: 1px solid #f6921e;
	border-radius: 50%;
}

.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
	border: none;
	background-color: transparent !important;
	color: #f6921e;
}

.feature-box.fbox-border .fbox-icon { padding: 0; }

.feature-box.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; }


/* Feature Box - Border - Light
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; }

.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; }


/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; }

.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; }


/* Feature Box - Plain
-----------------------------------------------------------------*/

.feature-box.fbox-plain .fbox-icon {
	border: none !important;
	height: auto !important;
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
	border: none !important;
	background-color: transparent !important;
	color: #f6921e;
	border-radius: 0;
}

.feature-box.fbox-plain .fbox-icon i {
	font-size: 48px;
	line-height: 1 !important;
}

.feature-box.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; }

.feature-box.fbox-plain.fbox-image .fbox-icon img {
	width: auto;
	display: inline-block;
}

.feature-box.fbox-plain.fbox-small { padding-left: 42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; }

.feature-box.fbox-plain.fbox-small h3 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}

.feature-box.fbox-plain.fbox-small p { margin-left: -42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; }

.feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; }

.feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; }

.feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; }

.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; }

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; }


/* Feature Box - Center
-----------------------------------------------------------------*/

.feature-box.fbox-center {
	padding: 0;
	text-align: center;
}

.feature-box.fbox-center.fbox-small { padding-left: 0 !important; }

.feature-box.fbox-center .fbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
}

.feature-box.fbox-center .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}

.feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; }

.feature-box.fbox-center p {
	font-size: 14px;
	margin-top: 15px;
}


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-large .fbox-icon {
	width: 128px;
	height: 128px;
}

.feature-box.fbox-center.fbox-large .fbox-icon i {
	font-size: 70px;
	line-height: 128px;
}

.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; }

.feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; }

.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; }

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; }

.feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; }

.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; }

.feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 84px; }

.feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; }

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; }

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; }


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-small .fbox-icon {
	width: 64px;
	height: 64px;
}

.feature-box.fbox-center.fbox-small .fbox-icon i {
	font-size: 28px;
	line-height: 64px;
}

.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; }

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; }

.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; }

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-center.fbox-small p {
	font-size: 14px;
	margin-top: 10px;
}

.feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; }

/* Feature Box - Background
-----------------------------------------------------------------*/

.feature-box.fbox-bg.fbox-center {
	margin-top: 68px;
	padding: 68px 30px 30px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}

.feature-box.fbox-bg.fbox-center:first-child { margin-top: 48px; }

.feature-box.fbox-bg.fbox-center.fbox-large {
	margin-top: 84px;
	padding-top: 84px;
}

.feature-box.fbox-bg.fbox-center.fbox-large:first-child { margin-top: 64px; }

.feature-box.fbox-bg.fbox-center .fbox-icon {
	position: absolute;
	top: -48px;
	left: 50%;
	margin: 0 0 0 -48px;
}

.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
	top: -64px;
	left: 50%;
	margin-left: -64px;
}

.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; }


/* Animated Icon Hovers
-----------------------------------------------------------------*/

.fbox-effect .fbox-icon i { z-index: 1; }

.fbox-effect .fbox-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-effect .fbox-icon i {
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.fbox-effect .fbox-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #333;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
	background-color: #333;
	color: #FFF;
}

.fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #1ABC9C; }

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #1ABC9C; }

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.fbox-border.fbox-effect .fbox-icon i {
	-webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}

.fbox-border.fbox-effect .fbox-icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	box-shadow: none;
	background-image: url('images/icons/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
	-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
	transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
	color: #FFF;
	box-shadow: 0 0 0 1px #333;
}

.fbox-border.fbox-effect .fbox-icon i:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background-color: #333;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #1ABC9C; }

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #1ABC9C; }

.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/* Media Featured Box
-----------------------------------------------------------------*/

.feature-box.media-box { padding: 0; }

.feature-box.media-box .fbox-media { margin: 0 0 25px; }

.feature-box.media-box .fbox-media,
.feature-box.media-box .fbox-media a,
.feature-box.media-box .fbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.feature-box.media-box .fbox-media iframe { display: block; }

.feature-box.media-box p { margin-top: 17px; }

.feature-box.media-box.fbox-bg .fbox-media { margin: 0; }

.feature-box.media-box.fbox-bg .fbox-desc {
	padding: 25px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.feature-box.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; }

.color-green {color:#8cc540; }

.color-blue {color:#204392; }

.color-orange {color:#f6921e; }

.color-purple {color:#a84499; }

.color-d-blue {color:#19377c; }

.width-95 {width:95%; padding-right:5%; border-right:1px solid #8396c0; }
.width-95-no-border {width:95%; padding-left:5%;}

.divider {position: relative;	overflow: hidden; margin:45px 0; color:#dbdbdb; width: 100%;  display: inline-table;}

.divider.divider-margin { margin: 70px 0; }

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {content: ''; position: absolute; width: 100%; top: 12px; left: 30px; height: 0; border-top: 1px solid #dbdbdb;}

/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/


.tabs {
	position: relative;
	margin: 0 0 30px 0;
}

ul.tab-nav:not(.tab-nav-lg) {
	margin: 0;
	border-bottom: 1px solid #DDD;
	list-style: none;
}

ul.tab-nav:not(.tab-nav-lg) li {
	float: left;
	border: 1px solid #DDD;
	border-bottom: 0;
	border-left: 0;
	height: 41px;
	text-align: center;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
	margin-left: 15px;
	border-left: 1px solid #DDD;
}

ul.tab-nav:not(.tab-nav-lg) li a {
	display: block;
	padding: 0 15px;
	color: #444;
	height: 40px;
	line-height: 40px;
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: bold;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
	position: relative;
	top: 1px;
	background-color: #FFF;
}

/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
	position: relative;
	padding: 20px 0 0;
}

ul.tab-nav li a i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
	border: 1px solid #DDD;
	border-top: 0;
	padding: 20px;
	width:80%;
}


/* Tabs - Side Tabs
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav {
	float: left;
	width: 200px;
	padding: 20px 0;
	border-bottom: 0;
	border-right: 1px solid #DDD;
}

.side-tabs ul.tab-nav li {
	float: none;
	border: 1px solid #DDD;
	border-right: 0;
	border-top: 0;
	height: auto;
	text-align: left;
}

.side-tabs ul.tab-nav li:first-child {
	margin-left: 0;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
	top: 0;
	right: -1px;
}

.side-tabs .tab-container {
	overflow: hidden;
	padding: 15px 0 0 20px;
}

.ui-tabs .ui-tabs-hide {
	position: absolute !important;
	left: -10000px !important;
	display:block !important;
}

/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/

.tabs-bordered.side-tabs ul.tab-nav {
	position: relative;
	padding: 0;
	z-index: 2;
	margin-right: -1px;
}

.tabs-bordered.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}

.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
	right: -1px;
	border-right: 1px solid #FFF;
}

.tabs-bordered.side-tabs .tab-container {
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #DDD;
}

.button.button-slider {
    padding: 2px 35px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 50px;
    line-height: 45px; background:rgba(39,129,145,0.6); -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	color:#ffffff;}
    
    
.button.button-slider:hover {
    background:#247f90;
	color:#fff;}
	
.slider-heading {font-size:130px; color:#ffffff; line-height:20px; text-align:center; letter-spacing:2px; }

.slider-heading-span {font-size:75px; color:#ffffff; line-height:20px; text-align:center; letter-spacing:2px; }

#sidebar-h{
	background:url(../img/sidebar-hbg.png) no-repeat left center;
	padding:5px 50px;
	}
#sidebar-h h5{
	font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
	}	
	
#sidebar-o{
	background:#f6921e;
	padding:5px;
	}	
#sidebar-o h5{
	font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    margin-bottom: 0px !important;
	}	
	
.sidebar-body li{
	padding:7px 0 3px 12px;
	border-bottom:1px solid #d2d2d2;
	list-style:url(../img/li_img.png);
	list-style-position:outside;
	margin-left:15px;
    font-weight:500;
	}	
.sidebar-body li a:hover{
	color:#99cc33;
	}
	
.mar-less h3{margin-bottom:10px;}

.officer_border{border-bottom:3px solid #e6d966; padding-bottom:15px; margin-bottom:30px; float: left; width: 100%;}

.alph-nav {
  margin: 0 0 5px 0;
}

.alph-nav-hdr {
  display: block;
  position: relative;
  float: left;
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: normal;  
  font-size: 15px;
  color: #fff;
  background: #00adff;
  width:90%;
}

.alph-nav a {
  display: inline-block;
  width: 3%; 
  line-height: 27px;
  color: #200805;
  text-transform: uppercase; 
  background: rgba(0, 0, 0, 0.2);
    margin: 0px 1px;
    font-size: 17px;
    font-weight: 600; 
}

.alph-nav-hdr:after {
  content: '';
  border-left: 12px solid #00adff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 100%; top:0px;
}

.alph-nav-list {
  display: block !important;
}

.alph-nav-list {
  float: left;
  width: 100%;
  /*margin-left: -160px;*/
  padding: 13px 20px 7px 0px;
  text-align: center;
}

.clearfix-nav {
  zoom: 1;
}

.clearfix-nav:after {
  content: " ";
  display: table;
}

.glossary-heading{background:#e8edf0; text-align:center}

.glossary h3{margin-bottom:5px;}

.glossary p{margin-bottom:20px !important;}

/* .affix-top,.affix{
 position: static;
} */

@media (min-width: 1400px) {
	#sidebar.affix {    
	width:14% !important;   
  }
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;  	
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px; 
	width:20%   
  }
  
	
}

#page-title h2{margin-bottom:0px;}

label{font-size:14px; font-weight:normal;}

.bibilio h4{margin-bottom:0px;}

.bibilio .divider{margin:15px 0px;}

.tabs .divider {position: relative;	overflow: hidden; margin:20px 0; color:#dbdbdb; width: 100%;}

.tabs .border-blue {border:1px solid #000;}

.tabs-bordered .tab-container-blue {
	border: 1px solid #DDD;
	border-top: 0;
	padding: 35px 25px;
	width:100%;
}


.height_180{height:180px;}

.blk{color:#333}

.button-smal {
    padding: 5px 10px;
    font-size: 11px;
    height: 28px;}

.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none; -webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;}
	
.button-border:hover {
	background-color: #444;
	color: #FFF;
	border-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.learn_txt{min-height:135px; position:relative;}
.learn_button{position: absolute;bottom: 0px; right: 10px;}
.divider.divider-new{margin:30px 0px 120px 0px;}

.sidebar_menu li{
	padding:5px 0 5px 5px;
	border-bottom:1px solid #d2d2d2;
	list-style-type:none;;
	list-style-position:inside;	
    font-weight:500;
	font-size:17px;
	}	
.sidebar_menu li a:hover{
	color:#f6921e;
	}

.sidebar_menu i {margin-right:10px;}
              
.alpha-navi{  
      
    width:100%;
}
.fixed { position:fixed;  top:53px;	z-index:400}

.divider divider-new-new{margin:30px 0px 120px 0px;}

.width_70{width:70% !important}

.tp_header{position: absolute; right: 45px; top:30px;}

.tp-menu{position: relative; top: 42px;}

.d-hidden{display:none;}

.tp-search{/*width:250px;*/}

.gsc-search-box table{ margin-bottom: 0px !important;}

.gsc-control-cse {border:none !important; background-color:rgba(255,255,255,0.5) !important;}

.mission-new_bg{background:url(../img/mission-bg.jpg) no-repeat; background-attachment:fixed; background-size:cover; padding:120px 0px; width:100%; float:left; position:relative; z-index:50}

.mission-new_bg_sub{background:rgba(26,52,109,.8);  padding:40px 0px; width:100%; float:left; clear:both; }


.tp-mar_15{margin-top:15px}

.light_grey{background:#eeeeee !important; padding:40px 0px; width:100%;}
/* .clip-img{clip-path: polygon(14% 0, 100% 0%, 88% 100%, 0% 100%);} */
.pad_0{padding:0px;}

#primary-menu.style-3 > ul > li > a > ul > li > a:hover{color: #000;}
.light-wht{background:rgba(255,255,255,0.5);padding:8px 0px; width:100%; float:left; margin:35px 0px}
.breadcrumb{ position: absolute !important;  width: auto !important;  top: 50% !important;  left: auto !important;  right: 100px !important;
margin: -10px 0 0 0 !important; background-color: transparent !important;  padding: 0 !important; font-size: 12px; color:#fff;}
.breadcrumb a{color:#fff;}
.breadcrumb > .active {color:#fff !important;}
.title-bg{background:url(../img/page-title.png) no-repeat; background-size:cover; padding: 80px 0px 60px 0px;}
.title-bg h1{color:#fff;  font-size: 60px;  font-weight: bold;}
.clip-pad{padding:20px 80px ; box-sizing:border-box; background:#fff;}
.org-bg:before{content:""; position:absolute;background: #6fa921; width: 200px; height: 555px}
.pad_80{padding:80px 0px;}

.divider i {position: relative;	width: 18px;height: 18px;line-height: 1;font-size: 18px !important;	text-align: center;}

.divider a {position: relative;	display: inline-block;	color: inherit;	-webkit-transition: all .3s ease;	-o-transition: all .3s ease;	transition: all .3s ease;}

.divider a:hover { color: #888; }

/* Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center,
.divider.divider-center.divider-short { text-align: center; }

.divider.divider-center:before {left: -50% !important;right: 0;	margin-left: -20px;}

.divider.divider-center:after {	left: 50% !important;	right: 0;	margin-left: 20px;}

html {scroll-behavior: smooth;}

ul.sidebar-body li { padding: 7px 0 3px 12px;  border-bottom: 1px solid #d2d2d2;  list-style: url(../img/li_img.png);  list-style-position: outside;   margin-left: 15px;  font-weight: 500;}











@media (max-width: 992px) {
.org-bg:before{display:none !important; width: 0px !important; height: 0px !important}
}


/* =========== css menu  =============*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-image:url(../img/li_img.png);
list-style-position: outside;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%; 
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 12px 20px; 
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #373737;  
  background: #bdbfc1; 
  margin-bottom:1px;
  text-shadow:none !important;
}
#cssmenu > ul > li > a:hover{background: #5b5e62; color: #fff;}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #fff;
  background: #5b5e62;}
  
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
 
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
 
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #d2d2d2;  
  padding: 11px 20px;
  z-index: 1;
  text-decoration: none; 
  color: #373737;
  background: #f7f7f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #f7f7f7;
  color: #373737;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #373737;
  border-left: 2px solid #373737;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

ol.family1{margin:0px; padding:0px;  margin-bottom: 20px;}

.family1 li{ font-size:14px; color:#555; list-style-position:outside; margin-left:15px; margin-bottom:15px; }
.family1 li a{font-weight:bold; color:#0F2A66}

.drk_blue{color:#0F2A66;}
.mnone{display:none !important ;}
.dnone{display:block !important;}


/* ===================== Popup css ==========================*/

  /* Leadgen CTA */
    #sgk-lg-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 1000;
    }

    .lead_box,
    .lead_box * {
        box-sizing: border-box;
    }

    .lead_box {
        display: inline-block;
        position: fixed !important;
        right: 18px;
        bottom: 30px;
        width: 100%;
        max-width: 250px;
        text-align: center;
        margin: 0 auto;
        padding: 14px 10px;
        border: 4px solid #e6e6e6;
        border-radius: 6px;
        background-color: #0f2a66;
        transition: all 0.5s ease;
        z-index: 1100;
    }

    .lead_box>a.lg-close {
        position: absolute;
        top: -34px;
        right: -2px;
        width: 20px;
        height: 20px;
        font-family: 'Open Sans', 'Myriad Pro', Arial, sans-serif;
        font-size: 20px;
        line-height: 20px;
        text-decoration: none;
        color: #222;
        border-radius: 50%;
        background-color: #fff;
        transition: all .25s ease-in-out;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .6);
    }

    .lead_box h3 {
        font-family: 'Gotham-Black', sans-serif !important;
        font-size: 20px !important;
        font-weight: 100 !important;
        line-height: 32px !important;
      	position: initial !important;
        text-align: left !important;
        color: #fff !important;
        margin: 0 0 8px 0 !important;
    }

input[type=text], input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=phone] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

select{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #fff;
  color: #0f2a66;
 /* padding: 14px 20px;*/
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #166a2a;
  color: #fff;
}

    .lead_box .button-field button {
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        background-color: #221e1f;
        cursor: pointer;
        transition: all 0.5s;
    }

    .lg-hide {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    #sgk-lg-overlay.lg-hide {
        transition: all 1s ease-in-out;
    }

    .lead_box.lg-hide {
        position: absolute;
        height: auto;
        transform: translateY(100%);
        transition: all 1s ease-in-out;
    }

    .lg-show {
        position: absolute;
        height: auto;
        transform: translateY(0%);
        transition: all 1s ease-in-out;
        visibility: visible;
        opacity: 1;
        -webkit-animation: fadein 1s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 1s;
        /* Firefox < 16 */
        -ms-animation: fadein 1s;
        /* Internet Explorer */
        -o-animation: fadein 1s;
        /* Opera < 12.1 */
        animation: fadein 1s;
    }

    @keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Firefox < 16 */
    @-moz-keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Internet Explorer */
    @-ms-keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Opera < 12.1 */
    @-o-keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @media screen and (max-width: 668px) {
        .lead_box {
            right: 10px;
            bottom: 0;
            max-width: 460px;
            min-width: 320px;           
        }

        .lead_box h3 {
            font-size: 24px !important;
            line-height: 30px;
            text-align: center;
            margin: 0 0 12px 0;
        }


        .lead_box .input-block .input-field:first-child,
        .lead_box .input-block .input-field:last-child {
            width: 50%;
        }

        .lead_box .input-block.with-button .input-field:first-child {
            width: 60%;
        }

        .lead_box .input-block .input-field:only-child {
            width: 100%;
        }

        .lead_box .input-block.with-button .button-field {
            width: 40%;
        }

        .lead_box .input-block .input-field:first-child {
            padding: 0 5px 0 0;
        }

        .lead_box .input-block.with-button .button-field,
        .lead_box .input-block .input-field:last-child {
            padding: 0 0 0 5px;
        }

        .lead_box .input-block .input-field {
            margin: 0 0 10px 0;
        }

        .lead_box .input-block.with-button .input-field,
        .lead_box .input-block.with-button .button-field {
            margin: 0;
        }
    }

    @media screen and (max-width: 479px) {
        .lead_box {
            right: 0;
            max-width: unset;
        }
    }

    @media screen and (max-width: 380px) {
        .lead_box h3 {
            font-size: 20px !important;
            line-height: 26px;
        }
    }


.wpcf7-submit1{
    border: 0px solid;
    font: 13px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    background-color: #9c3e8d;
    padding: 14px 30px;
    cursor: pointer;
    margin-top:20px;
    float: left;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

}

.wpcf7-submit1:hover{background:#000; color:#fff}

ol.family1{margin:0px; padding:0px;  margin-bottom: 20px;}

.family1 li{ font-size:14px; color:#555; list-style-position:outside; margin-left:15px; margin-bottom:15px; }
.family1 li a{font-weight:bold; color:#0F2A66}

.drk_blue{color:#0F2A66;}

ul.general li{list-style-image:url(../img/li_img.png); list-style-position:outside;  font-family: 'Open Sans', sans-serif;; padding-bottom:5px; margin-left:20px}

ul.general-sub li{list-style-image:url(../img/list-grey.png); list-style-position:outside;  font-family: 'Open Sans', sans-serif;; padding-bottom:5px; margin-left:20px}

ul.general-sub1 li{list-style-image:url(../img/list-grey.png); list-style-position:outside;  font-family: 'Open Sans', sans-serif;; padding-bottom:5px; margin-left:40px}

ul.family1{margin:0px; padding:0px;  margin-bottom: 20px; margin-left:20px;}

.family1 li{list-style-type:disc; font-size:14px; color:#555; list-style-position:outside;  margin-bottom: 3px }

.d-none{display:none !important;}

.tbl-pad td{padding:7px;}




.flex-row { display: flex; flex-wrap: wrap;}

.flex-col {flex: 1 1 20%;  /* Each column takes 20% width on large screens */ padding: 15px; box-sizing: border-box;}

/* Responsive adjustments */
@media (max-width: 992px) {.flex-col {
        flex: 1 1 33.33%;  /* 3 columns on tablets */
    }
}

@media (max-width: 768px) {
    .flex-col {
        flex: 1 1 50%;  /* 2 columns on smaller screens */
    }
}

@media (max-width: 480px) {
    .flex-col {
        flex: 1 1 100%;  /* 1 column on mobile for better readability */
    }
}


.icoe-tbl td{border: 1px solid #ddd;  padding: 8px;color:#0c0c0c}
.icoe-tbl tr:nth-child(even){background-color: #f2f2f2;}
.icoe-tbl tr:hover {background-color: #ddd;}


.button.button-mini-orange:after,.button.button-mini-orange:hover:after{position:absolute;top:50%;border-style:solid;border-width:20px 16px;content:'';height:0;right:-32px;width:0}
.button.button-mini-orange{padding:10px 18px;font-size:15px;line-height:21px;background:#e28615;position:relative;color:#fff;letter-spacing:normal!important;font-weight:400!important;text-transform:none!important}
.button.button-mini-orange:after{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);border-color:transparent transparent transparent #e28615}
.button.button-mini-orange:hover:after{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);border-color:transparent transparent transparent #c06f0c}
.button.button-mini-orange:hover{background:#c06f0c}	
