@charset "UTF-8";
   
body {  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.6; color: #5f5f5f; }
h1, h2, h3, h4, h5, h6 { color: #333333; font-family: 'Open Sans', sans-serif; margin: 0px 0px 10px 0px; font-weight: 600; }
h1 { font-size: 32px; font-weight: 400; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
p { margin: 0 0 15px; line-height: 1.8; }
p:last-child { margin: 0px; }
ul { list-style: none; margin: 0; padding: 0; }

ol { list-style: circle; margin-left:24px; margin-top:12px; padding: 0; text-align:left; }
 
.lead { font-size: 24px; font-weight: 300; line-height: 1.4; }
.blockquote { padding: 14px 24px; margin: 0px 0px 30px 0px; font-size: 21px; font-weight: 600; font-style: italic; border-top: 2px solid #fadd00; border-bottom: 2px solid #fadd00; text-align: left; }
strong { color: #333; font-weight: 800; }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #C6C6C6; }

.list-group
{-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888; }

.img-responsive
{
padding:4px; 

} 

#sidebar-heading
{
	background:#DE744A;
}

.carousel-caption p
{
	margin-top:55px;
}
  

.desk
{	padding:10px 10px 10px 10px;
	border:1px solid #CCCCCC;
	background:#F9F1F1;
}

/*----------------------- 
    2 Form Elements:
-------------------------*/
label { margin-top: 10px; }
.control-label { font-size: 13px; letter-spacing: .75px; text-transform: uppercase; color: #5f5f5f; }
.form-control:focus { }
.textarea.form-control { }
.required { }
.form-group { }
.form-control { color: #8d8d8d; font-size: 15px; font-weight: 600; width: 100%; height: 50px; padding: 10px; line-height: 1.42857143; background-image: none; background-color: #fff; border-radius: 2px; margin-bottom:5px; border: 1px solid #e0e0e0; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.input-group { position: relative; display: table; border-collapse: separate; }

#logo img
{
	
	 
}
	
/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { font-family: 'Verdana', sans-serif; font-size: 14px; border-radius:5px;-moz-border-radius:5px;  text-transform: none; font-weight: 700; padding: 12px 20px; border: none; margin-bottom: 4px;margin-top:8px; letter-spacing: 0.5px; }
.btn-default { background:-webkit-linear-gradient(top,orange,orangered);
    background:-moz-linear-gradient(top,orange,orangered);
    color:white;text-shadow:0 1px rgba(0,0,0,0.4);
    font-size:20px;font-family:sans-serif;border:1px orangered solid;
    border-radius:5px;cursor:pointer;
    box-shadow:inset 0 1px rgba(255,255,255,0.5); }
.btn-default:hover { color:white; }

.btn-default::after
{
    content:' ►';
    float:right;
    margin:0 0 0 10px;
    -moz-transition:0.5s all;
    -webkit-transition:0.5s all;
}

.btn-default:hover::after
{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    text-shadow: 1px 0 rgba(0,0,0,0.4);
}

.btn-default.focus, .btn-default:focus { background-color: #599642; color: #fff; }
.btn-primary { background-color: #43BBE9; color: #FFFFFF;font-weight:bold; }
.btn-primary:hover { background-color: #f7da3d; color: #494844; }
.btn-primary.focus, .btn-primary:focus { background-color: #f7da3d; color: #494844; }
.btn-lg { padding: 16px 30px; font-size: 14px; text-align: center; }
.btn-sm { padding: 7px 7px;margin-bottom: 10px; font-size: 12px; }
.btn-xs { padding: 4px 6px; font-size: 10px; -moz-border-radius:none; }
.btn-link { color: #333333; font-size: 16px; font-weight: 600; border-bottom: 1px solid #333333; padding-bottom: 2px; }
.btn-link:hover { color: #4d8638; text-decoration: none; border-bottom: 1px solid #4d8638; }
button.btn { height: 50px; margin-right: -1px; margin-top: 15px; }
 .bottomdiv {
     height: 40px;
    width: 90%;
    position:absolute;
	left:16px;
	top:400px;
	padding:0px;
    bottom:0;
	background:#389807;
	color:#FFFFFF;
}
#bottom_div
{
	height: 40px;
    width: 90%;
    position:absolute;
	left:6;
	top:400px;
	padding:0px;
    bottom:0;
	background:#389807;
	color:#FFFFFF;
}

.inner_btm {
  border: 1px solid red;
  position: absolute;
  width:87%;
  left:5;
  bottom: 20px;
}

.fixed-row-bottom { position: absolute; bottom: 0; left:30px;background:#F0AD4E; width:91%;bottom:20px;
	color:#FFFFFF;text-align:center;font-size:14px;padding:5px;}

.p_patch
{
	background:#389807;
	color:#FFFFFF;
	padding:10px;
	margin-top:20px;
}

.btn-info
{
	padding:0px;
	-moz-border-radius:none;
}
 
/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 20px; padding-bottom:10px;box-shadow:inset 0 1.0em 0.5em -1em #7D7777; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }

/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.bg-light { }
.bg-primary { }
.bg-default { background-color: #f7f6f1; }
.bg-white { background-color: #fff; }
.outline { }
.section-title { }
.title { color: #333333; }
.small-title { }
.text-white { color: #fff; }
.primary-sidebar { }
.secondary-sidebar { }
.well-block { }

/*--------------------------------
4.5 Features Block 
----------------------------------*/
.feature { }
.feature-block { margin-bottom: 30px; }
.feature-text { }
.feature-title { color: #333333; margin-bottom: 25px; }
.feature-content { padding-left: 85px; }
.feature-section { margin-left: 60px; }
.feature-icon { float: left; border: 2px #589442 dashed; line-height: 14px; border-radius: 100%; padding: 14px 16px; font-size: 20px; color: #589442; width: 52px; }
.feature-btn { text-align: center; margin-top: 40px; }

/*----------------- video ---------------*/
.video-section { }
.video-img { }
.video-img img { }
.video-action { }

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/


/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-section { background-image: url(../images/cta-img.jpg); padding-bottom: 110px; padding-top: 110px; text-align: center; color: #fff; }
.cta-text { font-size: 18px; font-weight: 600; margin-bottom: 20px; }
.cta-title { color: #fff; font-size: 38px; font-weight: 700; margin-bottom: 40px; line-height: 50px; }
.widget-cta { background-color: #e96144; padding: 30px; border-radius: 2px; }
.widget-cta-icon { font-size: 40px; color: #fff; margin-bottom: 40px; }
.widget-cta-content { color: #fff; }
.widget-cta-title { color: #fff; margin-bottom: 15px; font-size: 22px; }
.widget-cta .btn-link { color: #fff; font-size: 16px; border-bottom: #fff 2px solid; }

/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 55%; left: 50%; padding: 10px; line-height: 10px; margin: -25px 0 0 -25px; content: "\f002"; font-family: "FontAwesome"; font-size: 16px; background-color: #fff; border-radius: 2px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(83, 173, 50, .70); border-radius: 10px; }
.imghover:hover::after { color: #4d8638; }

/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon { }
.icon-1x { font-size: 18px; }

/* default icon size of font*/
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 65px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #aa9144; }
.icon-primary { color: #474954; }
.icon-secondary { color: #fff; }
.icon-white { color: #fff; }

/*--------------------------------
5 Header / Navigations 
----------------------------------*/

.column-icon {
    background: #EEF8FA;
    color:#666;
    padding:16px; 
    text-transform:uppercase;
    width: 120px;
	cursor:pointer;
    font-size:17px;
    font-weight:bold;
	margin-bottom:20px;
    text-align: center;
    height: 120px;
 	margin-top:20px;
    border-radius:50%;
	border:1px solid #E5E3B2;
	box-shadow:0 0 25px 0 rgba(210,209,199,0.5);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	
}    

.column-icon:hover
{
    background:-webkit-linear-gradient(top,#B5C9FF,#3274DF);
    background:-moz-linear-gradient(top,#B5C9FF,#3274DF);
	color:#FFFFFF;
	transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-webkit-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	-o-transform:translateY(-15px);
 }
 
 
 .column-icon i
 {
	 font-size:30px;
 } 
 
 
#Ncol
{
	/*border:1px solid #7D7FEE;*/
	margin-top:15px;
	background:#FFFFFF;
	margin-left:;
	border:1px solid #B3B6B0;
 } 
 #Ncol p
 {
	 text-align:center;
	  
 }
 
  #Ncol a
 {
	 color:#FFFFFF;
	  
 }






 

/*--------------------
    5.1 Header Regular 
   ----------------------*/
   #ul-list_tab
{
margin-top:0px; padding:0px;float:left;
}
#ul-list_tab li
{
margin:0px; padding:5px 22px; list-style:none;  font-size:14px; color:#000; font-weight:400; text-align:left;
margin-left:10px;background:url(../images/arrow.png) 0px 12px no-repeat; float:left; width:100%; 

}
   
   #col1
{
	/*border:1px solid #7D7FEE;*/
	margin-top:5px;
	 
 }
  
 #col1 p
 {
	 text-align:center;
	 margin:0px;
	 padding:6px;
	 font-size:13px;
	  
 }

.logo { }
.top-bar { background:  #43BBE9; border-bottom: #e3e2da 1px solid; padding-top: 7px; padding-bottom: 7px; }
.call-info { }
.call-text { font-size: 13px; font-weight: 100; color:#FFFFFF; }
.call-text strong { margin-left: 5px; }
.call-email {text-align:right;font-size: 13px; font-weight: 400;}
.social { }
.social ul { float: right; }
.social ul li { float: left; }
.social ul li a { font-size: 13px; padding: 12px 10px; }
.header {  background-color: #fff; }
.header-wrapper { z-index: 9; background: #fff; position: relative; }
.is-sticky .header-wrapper { border-bottom: 1px solid #e3e2da;border-top: 1px solid #9F9ECB;}
/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section { background: url(../images/hero-img.jpg) no-repeat center; background-size: cover; }
.hero-section-caption { margin-top: 110px; margin-bottom: 110px; background-color: #4d8638; border-radius: 6px; }
.hero-title { color: #fff; font-size: 35px; font-weight: 100; line-height: 45px; margin-bottom: 25px; }

.navigation
{
 margin-top:22px;	
}

.scl_facebook
{
	background:#8E8DC4;
	color:#FFFFFF;
}
.scl_google
{
	background:#6EA717;
	color:#FFFFFF;
}
.scl_linkedin
{
	background:#A87E0E;
	color:#FFFFFF;
}
.scl_twiiter
{
	background:#C30A0A;
	color:#FFFFFF;
}

.video-panel i
{
	font-size:28px;
}

.video-panel a
{
	 text-align:center;font-weight:600;text-decoration:underline;
}

.video
{
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border:2px solid #F89072;
	
}
.whatsapp h3
{
	font-size:27px;
	text-transform:uppercase;
	line-height:32px;
}
.whatsapp h3 strong
{
		color:#F0550A;
}

.whatsapp i
{
	font-size:72px;
	color:#0EA00B;
	margin-right:25px;
	
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
 
.top_nav { }
.top_nav ul { float: left; }
.top_nav ul li { float: left; }
.top_nav ul li a { font-size: 13px; padding: 12px 10px; color:#FFFFFF;} 
.top_nav ul li a:hover{
	color:#00FF1E;
}

#navigation { float: left;}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
#navigation > ul > li { float: left; }
#navigation.align-center > ul { font-size: 0; text-align: center; }
#navigation.align-center > ul > li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right > ul > li { float: right; }
#navigation > ul > li  a { padding: 14px; font-size: 13px; color: #000; text-decoration: none; font-weight: 600; text-transform: none; }
#navigation > ul > li:hover > a { color: #589442; }
#navigation > ul > li.has-sub > a { padding-right: 32px; }


#navigation ul li.active 
{
background:#86D9B2; color:#FFFFFF; -moz-border-radius:0px;border-radius:0px;
}

/*#navigation > ul > li.has-sub > a:after {
 position: absolute;
 top: 22px;
 right: 11px;
 width: 8px;
 height: 2px;
 display: block;
 background: #dddddd;
 content: '';
}*/
#navigation > ul > li.has-sub > a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
 
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { top: 2px; height: 0; -webkit-transition: all .25s ease; line-height:32px; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease;border-bottom: #EAEAEA 1px solid; }
#navigation li:hover > ul { left: auto; }
#navigation.align-right li:hover > ul { left: auto; right: 0; }
#navigation li:hover > ul > li { height: 43px; }
#navigation ul ul ul { margin-left: 100%; top: 0; } 
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { padding: 14px 12px; width: 260px; font-size: 13px; letter-spacing: 0.5px; text-decoration: none; color: #60645f; font-weight: 600; background: #FFFFFF; text-transform: none; border-left: #D5D3D3 1px solid; border-right: #D5D3D3 1px solid;border-bottom: #D5D3D3 1px solid;}
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a { border-bottom: 0; }
#navigation ul ul li:hover > a, #navigation ul ul li a:hover { color: #FFFFFF;background:#9F9ECB; }
#navigation ul ul li.has-sub > a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd; content: ''; }
#navigation.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub > a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
#navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center > ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid #e3e2da; top: auto; }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; padding: 20px 15px; }
#navigation.small-screen > ul > li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #60645f; background: none; }
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #589442; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 15px; color: #4d8638; cursor: pointer; font-size: 12px; text-transform: capital; font-weight: 700; }
#navigation.small-screen #menu-button:after { position: absolute; top: 16px; right: 17px; display: block; height: 12px; width: 20px; border-top: 2px solid #4d8638; border-bottom: 2px solid #4d8638; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 21px; right: 17px; display: block; height: 2px; width: 20px; background: #4d8638; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 20px; border: 0; height: 2px; width: 15px; background: #4d8638; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 20px; background: #4d8638; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #e3e2da; height: 54px; width: 53px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 25px; right: 20px; width: 8px; height: 2px; display: block; background: #5f5f5f; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background: #474747; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 22px; right: 23px; display: block; width: 2px; height: 8px; background: #5f5f5f; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header { background: url(../images/page-header.jpg) no-repeat center; background-size: cover; margin: 0px; }
.page-section { padding-top: 150px; padding-bottom: 120px; }
.page-description { }
.page-description p { color: #FFF; }
.page-title { font-size: 38px; color: #fff; font-weight: 700; }
.page-breadcrumb { padding-top: 3px; color: #6c6c6c; border-bottom: 1px #e8e8e8 solid; padding-bottom: 3px; }
.page-breadcrumb .breadcrumb { background-color: transparent; padding: 5px 0px; margin-bottom: 0px; font-size: 13px; font-weight: 600; border: none; letter-spacing: 0.5px; text-transform: uppercase; color: #6c6c6c; }
.breadcrumb>li+li:before { padding: 0 5px; color: #6c6c6c; content: "/\00a0"; }


.blink{
		width:220px;
		height: 25px;
	    background-color: ;
		padding: 0px;	
		text-align: center;
		line-height: 20px;
		margin-right:12px;
		font-size: 14px;
		font-weight:bold;
	}
	.span{
		font-size: 16px;
		font-weight:bold;
		font-family:calibri;
		color: #FFFFFF;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
10%{opacity: .5;}
70%{opacity: 1;}
 
}



#page_middle_cnt
{
	background:#90DB59;
}

#cnt-col
{
	background:#AFD14D;
}


#specialization
{
	background:#FFFFFF;
	 
	box-shadow:inset 0 1.0em 0.5em -1em #7D7777;
}

#services
{
	background:#F0EFE8;
	 
	box-shadow:inset 0 1.0em 0.5em -1em #7D7777;
}


#about
{
	background:#E4E4DF;
	border-top:1px solid #b0aea4;
	border-bottom:1px solid #b0aea4;
}


#about_section
{
	background:#FFFFFF;
	border-top:1px solid #;
	padding-top:25px;
	padding-bottom:50px;
	
}

.sitemap_list
{border:none;box-shadow:none;margin:0px;padding:0px;border-radius:none;text-align:left; }


.list-group
{border:1px solid #CCCCCC; padding:5px; background:#FFFFFF;}

 #active
 {
	 background:#088B1D;
 }
 
  #head
 {
	 background:#0BA4DE;
 }
 
  #head h5
  {color:#FFFFFF;}
 
 #form-heading
 {
	 background:#B33828;
	 padding:5px;
	 margin:0px;
 }
 
 #form-heading h3
 {
	 font-weight:400;
	 color:#FFFFFF;
	 font-size:20px;
	 padding:0px;
	 margin:0px;
 }

 .panel-heading h3
 {
	 font-weight:400;
	 font-size:14px;
 }
 
.list-group img
{
	margin-top:10px;
}

.list-group h3
{
font-family: 'Josefin Slab', serif;
font-weight: bold; color:#FF5300;
font-size:20px;
margin-top:12px;
text-align:center;
}

.list-group h4
{
	font-family: 'Play', serif;
font-weight: bold; color:#000;
font-size:20px;
margin-top:12px;
text-align:center;
}

.list-group h5
{
	font-family: 'Play', serif;
font-weight: 300; color:#088B1D;
font-size:20px;
margin-top:12px;
text-align:center;
}

.list-group-item active
{
	background:#088B1D;
	font-size:13px;
}

#a_2
{
	text-align:left;
}

.image_2
{
	 margin:10px 10px;
	background:none;
	padding:2px;
	float:right
}

.image_1
{
	 margin:10px 10px;
	border:1px solid #dddddd;
	background:#F69E73;
	padding:2px;
	float:right
}
.image 
{
	 margin-top:10px;
	border:1px solid #dddddd;
	background:#F69E73;
	padding:2px;
}

.image_circle
{	
	margin:10px 10px;
	border:1px solid #dddddd;
	background:#F69E73;
	padding:2px;
	border-radius:100%;
}

.img 
{
	 
	border:1px solid #6BA5BE;
	background:#FFFFFF;
	padding:0px;margin:0px;
}

.list-group p
{
text-align:center; color:#000000;	
}

.reviews
{
	border-left:5px solid #F16927;
	box-shadow:none;
	
}

.reviews p
{
text-align:left; color:#000000;
padding:5px;
margin:0px;	
font-family: 'Ubuntu', sans-serif;
font-weight:100;
}

.reviews span
{
	font-weight:bold;color:#C11C1C;
	margin-top:0px;
	padding:5px;
}


.events
{
	 
	box-shadow:none;
	
	
}

.events p
{
text-align:left; color:#000000;
padding:0px;
margin:0px;	
font-family: 'Ubuntu', sans-serif;
font-weight:100;
font-size:13px;
}

.events p strong
{
	color:#B21D2A;
	font-weight:500;
}

.events span
{
	font-weight:100;color:#000;
	margin-top:0px;
	padding:5px;
}

.franchise-group 
{height:335px;}

.franchise-group a
{font-size:13px;}

.franchise-group p
{
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:13px;
}

.franchise-group h3
{
font-family: 'open sans', serif;
font-weight: bold; color:#000;
font-size:13px;
margin-top:12px;
text-align:center;
}

.box-content a
{
	font-size:14px;
}

.team
{
	margin-top:15px;box-shadow: 0 8px 6px -6px #716D6D;/*border:1px solid #CCCCCC;padding:6px;margin-top:25px;margin-left:15px; background:#F2F2E9; */
}
.team p
{
	text-align:center;
}
.team h3
{
	text-align:center;margin-top:15px;font-size:13px; font-weight:bold;
}

.team img
{
	border:2px solid #999999;
	background:#EDEAEA;
}

.dashboard
{
	font-size:34px;
	text-align:center;
	text-transform:uppercase;
	background:#F8EFEF;
	
}
 


#ul-list
{
margin-top:0px; padding:0px;float:left;
}
#ul-list li
{
margin:0px; padding:8px 36px; list-style:none;  font-size:14px; color:#242526; text-align:left;
margin-left:2px;color:#000;background:url(../images/check.png) 13px 12px no-repeat; float:left;
}

#featured-block {
  background: #F0E8E8;box-shadow:inset 0 1.0em 0.5em -1em #7D7777;
  
}

#featured-block .title
{
	text-align:center;
}

#featured-services {
  background: #;box-shadow:inset 0 1.0em 0.5em -1em #7D7777;
  
}

#carousel
{box-shadow:inset 0 1.0em 0.5em -1em #7D7777;}

#featured-services .Col_box {
  padding:5px;
  margin:0px;
  /*box-shadow:inset 0 1.0em 0.5em -1em #7D7777;*/
  border-top:none;
 /* border-left:1px solid #DAD9D0;*/
  /*border-right:1px solid #DAD9D0;*/
  border-bottom:none;
	
}

#featured-services .description {
	text-align:center;
}
#featured-services .Col_box .title
{
	margin-bottom:6px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	color: #666;
	font-size:20px;
}

#featured-services .Col_box:hover {
 
	/*background:#A9DE7D;*/
	 padding:5px;
  margin:0px;
  /*box-shadow:inset 0 1.0em 0.5em -1em #7D7777;*/
  border-top:none;
 /*-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
  border-left:1px solid #DAD9D0;
  border-right:1px solid #DAD9D0;*/
  border-bottom:none;
}




 

#featured-services .box-bg {
 /* background-image: linear-gradient(0deg, #FFFFFF 0%, #5BB215 50%, #449627 100%);*/
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
}


#featured-services .New_Col_box {
  padding:5px;
  margin-top:20px;
  /*box-shadow:inset 0 1.0em 0.5em -1em #7D7777;*/
  border-top:none;
  background:#D1EDE4;
  border-left:1px solid #DAD9D0;
  border-right:1px solid #DAD9D0;
  border-top:1px solid #DAD9D0;
  border-bottom:1px solid #DAD9D0;
  
	
}

 
#featured-services .New_Col_box .title
{
	margin:0px;
	padding-bottom:10px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	color: #F05E16;
	border-bottom: 1px dotted #b8b7ac;
	font-size:20px;
}

#featured-services .New_Col_box:hover {
 
	background:#D1EDE0;
	 padding:5px;
 margin-top:20px;
 box-shadow:inset 1 1.0em 0.5em -1em #7D7777;
  border-top:none;
 
  /*   box-shadow:0 0 20px rgba(0,0,0,0.8);*/
 border-left:1px solid #DAD9D0;
  border-right:1px solid #DAD9D0;
  border-top:1px solid #DAD9D0;
  border-bottom:1px solid #DAD9D0;
}

.section-header h3 {
  font-size: 30px;
  color: #666;
  text-transform: ;
  text-align: center;
  font-weight: normal;
  position: relative;
  padding-bottom: 15px;
  margin-top:10px;
  font-family: 'Oswald', sans-serif;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #417EED;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  
  padding-bottom:;
  
  margin:0px;
}

.section-header strong 
{
  color:#1FAEE4;
}

.m14 {height:450px; box-shadow:0px 0px 2px;border:none;
}

.p {
 	text-align:left;
	font-size:14px;
	color:#000;border:none;
	padding:6px;
}

.col-panel
{background:#F1E9D4;}

.col-panel img
{
	border:1px solid #FF6600;
}

.panel .panel-default .panel-heading h4
 {
	 color:#FFFFFF;
	 margin:0px;
	 padding:0px;
 }
 
 .panel .panel-default p
 {
	  padding:10px;
 }
 
 
  .panel .panel-body img
 {
	 border:none;
	 background:none;
 }
  
 .button-radius{
  position: relative;
  border: 1px solid #eaeaea;
  padding: 1px;
  min-height: 34px;
  background: #fff;
  display: inline-block;
  width: auto;
  line-height: 30px;
  padding-left: 40px;
  padding-right: 10px;
  margin: 0;
  color: #666666;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  border:1px solid #D3D3D3;
  font-size: 14px;
}
.button-radius .icon{
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: 2%;
  top: 2px;
  overflow: hidden;
}

.button-radius .icon:before{
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  color: #fff;
  width: 28px;
  height: 28px;
  background-color: #F26F2E;
  border-radius: 90%;
  text-align: center;
  line-height: 26px;
  float: left;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.button-radius.white{
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.button-radius.white .icon:before{
  background: #fff;
  color: #333;
}

.button-radius:hover .icon{
  left: 100%;
  margin-left: -30px;
}
.button-radius:hover{
  padding-left: 20px;
  padding-right: 40px;
}
 

/*-----------------------------------
    6. Slider 
-------------------------------------*/

/*-----------------------------------
7. Content 
-------------------------------------*/

/*-----------------------------------
8. Footer 
-------------------------------------*/
.arrow { position: relative; padding-left: 22px; color: #bfedae; line-height: 0px; padding:0px 0px 0px 20px; }
.arrow-chevron-circle-right li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; margin-top:2px; font-size: 12px; color: #9F9ECB; content: "\f138"; }

.footer { background-color:#C5C5C5;
	background:linear-gradient(120deg, #C5C5C5, #F0F0F0);border-top:1px solid #E3E3E3;padding-top:0px; padding-bottom: 2px; color: #FFFFFF; }
.footer-widget { margin-bottom:0px; }
.footer-title { margin-bottom: 10px;margin-top: 10px; color: #000; }
.footer-widget { }
.footer-widget ul { }
.footer-widget li { margin: 0px;padding-bottom:15px;line-height:20px; }
.footer-widget li a { font-size: 14px; color: #000;margin: 0px;padding:0px; }
.footer-widget li a:hover { color: #2887E8; }
.footer-widget .form-control { height: 50px; color: #7e7e7e; background-color: #535353; border: 0px solid; border-radius: 2px; }
.footer-wrapper { }
.footer-social { }
.footer-social ul { }
.footer-social ul li {  }
.footer-social ul li a { font-size: 12px;color: #000; }
.footer-social ul li a:hover { color: #f7da3d; }
.footer-link { color: #FFFFFF; font-size: 12px; font-weight: 100; border-bottom: 1px solid #ffe451; text-decoration:none;  padding-bottom: 2px; }
.footer-link:hover { color: #f7da3d; border-bottom: 1px solid #f7da3d; }
.footer-widget a
	{
		text-decoration:none;
		color: #FFFFFF;font-size: 12px;
	}
	
	.footer-widget a:hover
	{
		text-decoration:none;
		color: #FF9C00;
	}
	
.footer p
{
	color: #FFFFFF; font-size: 12px;
}

.footer span
{
	color: #FFFFFF; font-size: 12px;
}
 
/*-------------- tiny footer ------------*/
.tiny-footer { background-color: #000; padding: 25px; font-size: 11px; color: #96d67e; text-align: center;
box-shadow:inset 0 1.0em 0.5em -1em #322D2D; font-family:'Verdana';
 }

.tiny-footer p
{
	text-align:center;
	 color: #FFFFFF;
}

.tiny-footer a
{
	 color: #FFFFFF;
}
.tiny-footer a:hover
{
	 color: #00FF88;
}


 #navigation_footer { float: left; margin-top:0px;  }
#navigation_footer, #navigation_footer ul, #navigation_footer ul li, #navigation_footer ul li a, #navigation_footer #menu-button {padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation_footer:after, #navigation_footer > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation_footer #menu-button { display: none; }
#navigation_footer { font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
#navigation_footer > ul > li { float: left; }
#navigation_footer.align-center > ul { font-size: 0; text-align: center; }
#navigation_footer.align-center > ul > li { display: inline-block; float: none; }
#navigation_footer.align-center ul ul { text-align: left; }
#navigation_footer.align-right > ul > li { float: right; }
#navigation_footer > ul > li > a { padding: 14px; margin:0px; font-size: 14px; color: #FFFFFF; text-decoration: none; font-weight: 600; text-transform: none;
border-right:1px solid #221F1F;  }
#navigation_footer > ul > li:hover > a { color: #; text-decoration:underline; }
#navigation_footer > ul > li.has-sub > a { padding-right: 32px; }
  
  
  #navigation_footer ul ul { position: absolute; left: -9999px; }
#navigation_footer.align-right ul ul { text-align: right;  }
#navigation_footer ul ul li { top:0px; height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation_footer li:hover > ul { left: auto; }
#navigation_footer.align-right li:hover > ul { left: auto; right: 0; }
#navigation_footer li:hover > ul > li { height: 43px; }
#navigation_footer ul ul ul { margin-left: 100%; top: 0; }
#navigation_footer.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation_footer ul ul li a { padding: 14px 22px; width: 270px; font-size: 14px; letter-spacing: 0.5px; text-decoration: none; color: #60645f; font-weight: 600; background: #f0efe8; text-transform: none; border-bottom: #e3e2da 1px solid; }
#navigation_footer ul ul li:last-child > a, #navigation_footer ul ul li.last-item > a { border-bottom: 0; }
#navigation_footer ul ul li:hover > a, #navigation_footer ul ul li a:hover { color: #FFFFFF; background:#2B8509; }
#navigation_footer ul ul li.has-sub > a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd; content: ''; }
#navigation_footer.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
#navigation_footer ul ul li.has-sub > a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation_footer.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
#navigation_footer ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
#navigation_footer.small-screen { width: 100%; overflow:hidden; background:#E5EAD1;  }
#navigation_footer.small-screen ul { width: 100%; display: none; overflow:hidden;}
#navigation_footer.small-screen.align-center > ul { text-align: left;overflow:hidden; }
#navigation_footer.small-screen ul li { width: 100%; border-top: 1px solid #e3e2da; top: auto; }
#navigation_footer.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
#navigation_footer.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; padding: 20px 15px; }
#navigation_footer.small-screen > ul > li { float: none; }
#navigation_footer.small-screen ul ul li a { padding-left: 25px; }
#navigation_footer.small-screen ul ul ul li a { padding-left: 35px; }
#navigation_footer.small-screen ul ul li a { color: #60645f; background: none; }
#navigation_footer.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #589442; }
#navigation_footer.small-screen ul ul, #navigation_footer.small-screen ul ul ul, #navigation_footer.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation_footer.small-screen > ul > li.has-sub > a:after, #navigation_footer.small-screen > ul > li.has-sub > a:before, #navigation_footer.small-screen ul ul > li.has-sub > a:after, #navigation_footer.small-screen ul ul > li.has-sub > a:before { display: none; }
#navigation_footer.small-screen #menu-button { display: block; padding: 15px; color: #4d8638; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; }
#navigation_footer.small-screen #menu-button:after { position: absolute; top: 16px; right: 17px; display: block; height: 12px; width: 20px; border-top: 2px solid #4d8638; border-bottom: 2px solid #4d8638; content: ''; }
#navigation_footer.small-screen #menu-button:before { position: absolute; top: 21px; right: 17px; display: block; height: 2px; width: 20px; background: #4d8638; content: ''; }
#navigation_footer.small-screen #menu-button.menu-opened:after { top: 20px; border: 0; height: 2px; width: 15px; background: #4d8638; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation_footer.small-screen #menu-button.menu-opened:before { top: 20px; background: #4d8638; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation_footer.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #e3e2da; height: 54px; width: 53px; cursor: pointer; }
#navigation_footer.small-screen .submenu-button.submenu-opened { }
#navigation_footer.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation_footer.small-screen .submenu-button:after { position: absolute; top: 25px; right: 20px; width: 8px; height: 2px; display: block; background: #5f5f5f; content: ''; }
#navigation_footer.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation_footer.small-screen .submenu-button.submenu-opened:after { background: #474747; }
#navigation_footer.small-screen .submenu-button:before { position: absolute; top: 22px; right: 23px; display: block; width: 2px; height: 8px; background: #5f5f5f; content: ''; }
#navigation_footer.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation_footer.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation_footer.small-screen.select-list { padding: 5px; }




.tiny-footer-links { background-color: #76777a; padding:10px; font-size: 11px; color: #96d67e; text-align: center;
box-shadow:inset 0 1.0em 0.5em -1em #322D2D; font-family:'Verdana';
 }

.tiny-footer-links p
{
	text-align:center;
	 color: #FFFFFF;
}

.tiny-footer-links a
{
	 color: #FFFFFF;
}
.tiny-footer-links a:hover
{
	 color: #00FF88;
}






#gototop {
 display: block;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
	
   
}

#gototop {
 right: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
	top:520px;
   
}
#gototop:hover {
    cursor: pointer;
    opacity: 0.7;
}
#gototop:before {
font-weight: normal;
    text-decoration: inherit;
    color: blue;
    font-size: 40px;
    padding-right: 0.5em;
    content: "\f139";
    font-family: FontAwesome;
    font-style: normal;
    
}
#gototop i {
    display: none;
	
	
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url('../images/loading.gif') 50% 50% no-repeat #FFFFFF;
 }


/*-----------------------------------
9. Pages 
-------------------------------------*/

/*-------------------------
 9.1 About us
---------------------------*/

.about-section { }
.about-title { margin-bottom: 30px; }
.about-img img { border-radius: 10px; }
.about-list { }
.about-list ul li { color: #5f5f5f; }
.about-list ul li:before { color: #5f5f5f; }

/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/
.service-block { padding: 30px; margin-bottom: 30px; background-color: #f0efe8; border-radius: 6px; }
.service-block:hover { }
.service-icon { margin-bottom: 30px; }
.service-img img { margin-bottom: 30px; border-radius: 10px; border: 3px solid #fff; }
.service-content { }
.service-btn-link { margin-bottom: 8px; }

/*-----------------------------------------
  service side-nav
 ------------------------------------------*/
.sidenav { }
.sidenav li { position: relative; font-weight: 600; margin-bottom: 10px; }
.sidenav li a { padding: 20px; display: block; border: 1px solid #e3e7e8; line-height: 14px; color: #5a5e5f; font-size: 16px; font-weight: 400; border-radius: 2px; }
.sidenav li a:hover { color: #FFF; background-color: #13a0b2; border: 1px solid #13a0b2; }
.sidenav li.active a { color: #fff; background-color: #13a0b2; border: 1px solid #13a0b2; }
.sidenav li.active a:before { color: #13a0b2; }
.service-sidenav-icon { font-size: 16px; float: right; }

/*--------------------------
 9.5  Testimonial
---------------------------*/
.testimonial-wrapper { margin-bottom: 30px; }
.testimonial-block { background-color: #fff; border-radius: 10px; margin-bottom: 30px; }
.testimonial-img img { border: none; border-radius: 10px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.testimonial-content { padding: 30px; text-align: center; }
.location { font-size: 12px; text-transform: uppercase; font-weight: 700; color: #4d8638; }
.rating { font-size: 12px; color: #ebcd00; margin-bottom: 18px; }
.testimonial-user { }
.testimonial-user-img { text-align: center; margin-top: -45px; border: none; }
.testimonial-text { font-size: 16px; font-style: italic; font-weight: 400; color: #333333; }

/*--------------------------
 9.6  Destination/cities
---------------------------*/
.destination-block { margin-bottom: 30px; }
.destination-img img { margin-bottom: 30px; border-radius: 10px; }
.destination-content { position: absolute; bottom: 40px; padding-left: 30px; color: #fff; display: inline-block }
.destination-title { color: #fff; }
.destination-title:hover { color: #f7da3d; }
.destination-text { font-size: 16px; font-weight: 600; }
.destination-details { }

/*-------------------------
 9.8 Contact us
---------------------------*/
.contact-block { }
.contact-info { margin-top: 10px; }
.contact-info-title { }
.contact-icon { margin-right: 20px; }
.contact-icon { border: 2px #589442 dashed; line-height: 14px; border-radius: 100%; padding: 14px 18px; font-size: 20px; color: #589442; width: 52px; }
.contact-info ul { }
.contact-title { font-size: 15px; font-weight: 700; letter-spacing: .75px; text-transform: uppercase; }
.contact-info li { margin-bottom: 10px }

.contact-info p
{
	margin:6px;
	padding:0px;
}

.contact-info p span
{
	color: #000;font-size: 13px;
}

.contact-info p span a
{
	color: #000;font-size: 13px;
}
.contact-info p i
{
	margin:0px 10px 0px 0px;
}
.get-in-touch { }

/*------------------------
10. Blog pages
--------------------------*/

/*----- quoteblock -----*/

.quoteblock { position: absolute; bottom: 100px; padding-left: 40px; border-radius: 10px; }
.quoteblock h1 { color: #fff; padding-bottom: 20px; }
.quoteblock-content { font-size: 22px; font-weight: 700; color: #fff; }
.quoteblock p { margin: 0px; }
.quoteblock-author { text-transform: uppercase; letter-spacing: 1.5px; font-size: 14px; font-weight: 700; color: #ffe762; }
.recent-title { font-size: 18px; line-height: 28px; }
.section-title { margin-bottom: 60px; }

/*----- post-----*/
.post-block { margin-bottom: 40px; }
.post-title { text-align: left; line-height: 32px; color: #fff; margin-bottom: 20px; display: block; }
.post-title:hover { color: #f7da3d }
.post-img img { border-radius: 10px; }
.post-content { position: absolute; bottom: 50px; padding-left: 40px; display: inline-block; }
.post-sticky { position: absolute; bottom: 85px; right: 50px; color: #fff; font-size: 32px; }

/*----- meta -----*/
.meta { margin-bottom: 20px; text-align: left; }
.meta-date { color: #ffe762; font-size: 14px; font-weight: 600; letter-spacing: .75px; text-transform: uppercase; }
.meta-categories { font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: .75px; color: #333333; }
.meta-author { margin-left: 18px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; font-size: 14px; color: #fff; }
.meta-author a { color: #fff; }
.meta-author a:hover { color: #ffe762; }
.meta-tag { }

/*----- pagination -----*/
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }
.st-pagination { text-align: center; }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; line-height: 1.6; color: #494d4e; text-decoration: none; font-size: 16px; border: 1px solid #e3e4dd; background-color: #e3e7e8; font-weight: 700; text-transform: uppercase; border-radius: 3px; margin-right: 8px; margin-bottom: 5px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #13a0b2; border-color: #13a0b2; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 3px; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #13a0b2; border: 1px solid #13a0b2; }

/*----- align-left-right -----*/
.align-right { float: right; margin: 0px 0 30px 30px; }
.align-left { float: left; margin: 0px 30px 0px 0px; }

/*-----Related post -----*/
.related-block { border-top: 1px solid #e3e2da; border-bottom: 1px solid #e3e2da; padding: 40px 0px 40px 0px; }
.related-post { margin-top: 20px; }
.related-img img { margin-bottom: 30px; border-radius: 10px; }
.related-post-content { }
.post-meta { margin-right: 20px; }

/*----- prev-next-----*/
.post-navigation { border-top: 1px solid #e3e2da; border-bottom: 1px solid #e3e2da; padding: 20px 0px 20px 0px; }
.nav-links { text-decoration: none; }
.nav-previous { }
.prev-link, .next-link { color: #333333; text-transform: uppercase; font-size: 12px; font-weight: 700; line-height: 24px; margin-bottom: 20px; letter-spacing: 1px; }
.nav-next { }
.next-link { }
.previous-next-title { font-size: 18px; line-height: 22px; margin-top: 20px; color: #333333; font-weight: 700; }

/*----- Author-post -----*/
.author-block { background-color: #f0efe8; padding: 40px; margin-bottom: 30px; border-radius: 10px; }
.author-post { }
.author-img { }
.author-title { font-size: 22px; line-height: 22px; }
.author-post-content { }
.author-text { margin-top: 15px; }
.author-post-btn { }
.author-meta { color: #589442; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .75px; }
.author-social { display: inline-block; margin-left: 30px; }
.author-social a { margin-right: 20px; color: #878b8c; font-size: 18px; }
.author-social a:hover { color: #ed6345; }

/*----- Comments -----*/
.comment-area { margin-top: 40px; margin-bottom: 30px; }
.comment-title { font-size: 22px; line-height: 22px; margin-bottom: 30px; }
.comment-list { list-style: none; padding: 0px; margin-top: 40px; }
.comment { }
.comment-body { }
.comment-author { }
.comment-author img { float: left; }
.comment-info { padding-left: 100px; }
.user-title { font-size: 18px; float: left; margin-bottom: 0px; margin-right: 30px; }
.comment-meta-date { color: #589442; font-size: 14px; font-weight: 600; letter-spacing: .75px; text-transform: uppercase; display: list-item; }
.comment-content { margin-bottom: 10px; font-size: 16px; }
.reply-link { font-size: 12px; color: #2f2f2f; text-transform: uppercase; font-weight: 700; border-bottom: 1px solid #333333; padding-bottom: 2px; }
.childern { padding-left: 100px; }

/*----- leave-Comments -----*/
.leave-comments { background-color: #f0efe8; padding: 40px; margin-bottom: 30px; border-radius: 10px; }

/*------------------------
 12. Tour block 
--------------------------*/
.tour-block { padding: 30px; margin-bottom: 30px; background-color: #f0efe8; border-radius: 6px; }
.tour-img img { margin-bottom: 30px; border-radius: 10px; border: 3px solid #fff; }
.tour-content { text-align: center; }
.tour-btn { margin-bottom: 8px; }
.tour-meta { margin-bottom: 15px; }
.tour-meta-icon { font-size: 14px; color: #589442; margin-right: 10px; }
.tour-meta-text { font-size: 14px; text-transform: uppercase; color: #5f5f5f; font-weight: 600; margin-right: 10px; }
.tour-text { padding-left: 20px; padding-right: 20px; font-size: 16px; font-weight: 400; line-height: 1.8; }
.tour-details { border-top: #d8d8d5 1px solid; padding-top: 16px; }
.tour-details-text { text-align: left; font-size: 28px; font-weight: 700; color: #589442; text-transform: uppercase; float: left; margin-top: 8px; }
.tour-details-btn { text-align: right; margin-top: 10px; }

/*------------------------
 12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/

.widget { border: 1px solid #e3e7e8; border-radius: 2px; margin-top: -1px; padding: 30px; }
.widget-title { margin-bottom: 30px; line-height: 24px; font-size: 20px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.widget ul { }
.widget li { padding-bottom: 4px; margin-bottom: 0px; }
.widget li a { color: #2d3233; }
.widget li a:hover { }
.widget-search { }
.widget-categories { }
.widget-categories ul { }
.widget-categories ul li a, .widget-archives ul li a { color: #949899; font-weight: 600; }
.widget-categories ul li a:hover, .widget-archives ul li a:hover { color: #13a0b2; }
.widget-archives { }
.recent-post { line-height: 1; }
.recent-title { line-height: 26px; color: #092f57; font-weight: 700; }
.widget-tags { }
.widget-tags a { color: #092f57; padding: 6px 10px; background-color: #e3e7e8; display: inline-block; margin-bottom: 5px; border-radius: 2px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; line-height: 20px; margin-right: 5px; }
.widget-tags a:hover { background-color: #13a0b2; color: #fff; }

/*-------------styleguide-------------*/
.box-info { }
.box-default-color { background-color: #4d8638; height: 160px; width: 160px; }
.box-primary-color { background-color: #ffe451; height: 160px; width: 160px; }
.box-heading-color { background-color: #333333; height: 160px; width: 160px; }
.box-secondary-color { background-color: #5f5f5f; height: 160px; width: 160px; }
.box-bg-color { background-color: #f0efe8; height: 160px; width: 160px; }

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) { }

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { }

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
    .top-bar { padding-top: 0px; padding-bottom: 0px; }
    .header { padding-top: 10px; padding-bottom: 10px }
    .navigation { margin-top: 10px; border-top: #e3e2da 1px solid; }
    .page-section { padding: 30px; }
    .page-title { font-size: 26px; color: #fff; line-height: 36px; }
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .top-bar { padding-top: 0px; padding-bottom: 0px; }
    .header { padding-top: 5px; padding-bottom: 5px }
    .navigation { margin-top: 12px; border-top: #e3e2da 1px solid; }
    .hero-section-caption { padding: 30px; }
    .hero-title { color: #fff; font-size: 26px; line-height: 30px; }
    .page-section { padding-top: 70px; padding-bottom: 50px; }
    .page-title { font-size: 26px; color: #fff; line-height: 36px; }
    .post-block { margin-bottom: 0px; }
    .post-content { position: static; padding-left: 0px; margin-top: 10px; }
    .post-title { font-size: 26px; line-height: 32px; color: #333333; margin-bottom: 20px; display: block; }
    .quoteblock { position: static; padding-left: 0px; border-radius: 0px; }
    .quoteblock h1 { color: #333333; padding-bottom: 20px; font-size: 26px }
    .quoteblock-content { font-size: 16px; font-weight: 700; color: #333333; }
    .quoteblock p { margin: 0px; }
    .quoteblock-author { text-transform: uppercase; letter-spacing: 1.5px; font-size: 14px; font-weight: 700; color: #ffe762; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .top-bar { padding-top: 0px; padding-bottom: 0px; }
    .header { padding-top: 10px; padding-bottom: 5px; }
    .navigation { margin-top: 12px; border-top: #e3e2da 1px solid; }
    .hero-section-caption { padding: 30px; }
    .hero-title { color: #fff; font-size: 26px; line-height: 30px; }
    .page-section { padding-top: 70px; padding-bottom: 50px; }
    .page-title { font-size: 26px; color: #fff; line-height: 36px; }
    .post-block { margin-bottom: 0px; }
    .post-content { position: static; padding-left: 0px; margin-top: 10px; }
    .post-title { font-size: 26px; line-height: 32px; color: #333333; margin-bottom: 20px; display: block; }
    .quoteblock { position: static; padding-left: 0px; border-radius: 0px; }
    .quoteblock h1 { color: #333333; padding-bottom: 20px; font-size: 26px }
    .quoteblock-content { font-size: 16px; font-weight: 700; color: #333333; }
    .quoteblock p { margin: 0px; }
    .quoteblock-author { text-transform: uppercase; letter-spacing: 1.5px; font-size: 14px; font-weight: 700; color: #ffe762; }
	
}
	
	 
	
	
	/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#quote-carousel p
{
	font-size:16px;
}
/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
  
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
	
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    .fixed-row-bottom { position: absolute;  left:30px;background:#389807; width:94%;
	color:#FFFFFF;}
	
	.carousel-indicators
	{
		display:none;
	}
	
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
		margin-top:55px;
		display:none;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
		margin-bottom:55px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
         
        width: 20px;
        height: 20px;
		
    }
	.social-body{
		display:none;
	}
}






/* social */
.social-body{
	position:fixed;
	top:50%;
	right:0;
	margin-top:-80px;
	z-index:999;
}
.social-body ul li{
	display:block;
}
.social-body ul li a{
	font-size:20px;
	color:#fff;
	background:#42bc7f;
	height: 40px;
    width: 40px;
	line-height:40px;
	text-align:center;
	display:block;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.social-body ul li a:hover{
	width:40px;
}
.social-body  ul li.facebook a{
	background:#425F9C;
}
.social-body .ul li.twitter a{
	background:#1DA1F3;
}
.social-body ul li.instagram a {
	background: #E21B75;
}
.social-body ul li.pinterest a{
	background:#CB2028;
}





.effect8
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}







/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 10px 40px;
  margin-top: 10px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  padding:0px;margin:0px;
  width: 276px;
  height: 170px;
}
/* End carousel */

 .VisionText
 {
	 font-family: 'Bree Serif', serif;
	 font-size:28px;
	 text-align:center;
	 font-weight:400;
	 margin-bottom:45px;
 }

 .VisionText span
 {
	 font-family: 'Bree Serif', serif;
	 font-size:28px;
	 text-align:center;
	 font-weight:400;
	 color:#FB5502;
 }
 
.div_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
	top:120px;
    width: 42px;
	 height: 180px;
 
	 color:#FFFFFF;
    
	z-index:999;
}

.div_fixed img
{
border:4px solid #E3CE1C;
-moz-box-shadow: 0 0 5px #000;
-webkit-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.div_fixed img:hover
{
-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  background:#;
  transform: scale(1.1);
}



.btn_radius{
  position: relative;
  border: 1px solid #eaeaea;
 padding:4px;
  min-height: 34px;
  background: #93C839;
  display: inline-block;
  width: auto;
  line-height: 30px;
  padding-left: 40px;
  padding-right: 20px;
  font-family:'Signika';
  font-weight:500;
  margin: 0;
  color: #000;
  
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  border:1px solid #66911B;
  font-size: 14px;
}
.btn_radius .icon{
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: 2%;
  top: 5px;
  
  overflow: hidden;
}

.btn_radius .icon:before{
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  color: #2D3E52;
  width: 28px;
  height: 28px;
  background:url(../images/icon.png) no-repeat #BFFA5C;
 /* background-color: #;*/
  border-radius: 90%;
  text-align: center;
  line-height: 36px;
  
  float: left;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.btn_radius.white{
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.btn_radius.white .icon:before{
  
  color: #333;
}

.btn_radius:hover .icon{
  left: 100%;
  margin-left: -30px;
}
.btn_radius:hover{
  padding-left: 20px;
  padding-right: 40px;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}


.multi-item-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 85px;
 }
/* Next button  */
.multi-item-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 85px
}

 
 .multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}





.dashboard_btn{
  position: relative;
   
 padding:4px;
  min-height: 34px;
  background: #D64E42;
  display: inline-block;
  width: auto;
  line-height: 30px;
  padding-left: 40px;
  padding-right: 20px;
  font-family:'Signika';
  font-weight:500;
  margin: 0;
  color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  border:1px solid #A42D22;
  font-size: 14px;
}
.dashboard_btn .icon{
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: 4%;
  top: 5px;
  overflow: hidden;
}

.dashboard_btn .icon:before{
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  color: #2D3E52;
  width: 28px;
  height: 28px;
  background:url(../images/icon.png) no-repeat #FFFFFF;
 /* background-color: #;*/
  border-radius: 90%;
  text-align: center;
  line-height: 36px;
  
  float: left;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.dashboard_btn.white{
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.dashboard_btn.white .icon:before{
  
  color: #FFFFFF;
}

.dashboard_btn:hover .icon{
  left: 100%;
  margin-left: -30px;
  color: #FFFFFF;
}
.dashboard_btn:hover{
  padding-left: 20px;
  padding-right: 40px;
  color: #FFFFFF;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}
 
 
 /*
 .box{
   
  position: relative;
   display: block;
 
  border: solid 4px #AD1457;
  border-radius: 20%;
  margin:0;
  padding:0;
  width: auto;
  height: auto;
  background: none;
}
*/
/* The width of the div is 50% and the height 67%. This means that the width is 50% of the box and the height 67% of the box. */
.calc{
  position: relative;
   
  background: #CDCBCB; /* dark pink */
  margin-top:18px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding:0%;
}

.calc H3
{
	color:#FFFFFF;
}

.imageEffect
{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.image_click
{ padding:5px; -moz-transition: all 0.3s;
border:1px solid #999999; background:#E9EDE2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 
  
  }

.image_click:hover
{ -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  background:#;
  transform: scale(1.1);}


img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

    

#myInput {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
}

#myTable th, #myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  background-color: #f1f1f1;
}