/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	padding: 0;
	font-family: "Roboto Regular", "Roboto Medium", "Roboto Bold", Arial, "Gill Sans Light", "Gill Sans",  "Gill Sans SemiBold";
	font-weight: 400; 
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {
	quotes: none;
	font-family: "Roboto", "Arial", "Sans-serif";
}
 

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }



@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');



/*------------------------------------------------*/
/*--------------[Test Topograpghy-color CSS]   START ------------------*/
/*------------------------------------------------*/

    .a:link {
	color: #333333;
}
    h1 {
	font-size: 30px;
	font-weight: 400;
	font-family: "Roboto", "Gill Sans MT", "Gill Sans",  "Sans-serif", "Myriad Pro", "DejaVu Sans Condensed" ;
	color: #000000;
}
    Topograpghy-color {
	color: #3B8785;
}
    .topograpghy-color {
	color: #3B8785;
	
	}
	
/*------------------------------------------------*/
/*--------------[pdf iframe correct  CSS]    END------------------*/
/*------------------------------------------------*/


/* background colour above black menu  */

body {
    background-color: #f8f8f6;
}
/* background colour above black menu  end  */



body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", Arial, sans-serif;
    background-color: #f0f0f0;
}

.splash-container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.splash-container h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.splash-container p {
    font-size: 18px;
    margin-bottom: 30px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}


/*------------------------------------------------*/
/*--------------[hr line ]    START------------------*/
/*------------------------------------------------*/
 
.hr-style-1 {
     border: 10px solid green;
  border-radius: 5px;  
}

/* ==============================
   Horizontal Line
   ============================== */
    .black-0-hr {
      border-top: 0.5px solid ;
		color: #000000 ;
		opacity: 1 ;
		 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    }
  .black-1pxhr {
      border-top: 1px solid ;
		color: #000000 ;
		opacity: 1 ;
		 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }

.black-hr {
      border-top: 2px solid ;
		color: #000000 ;
		opacity: 1 ;
		 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }

 
.blue-hr {
      border-top: 2px solid ;
		color: #01708C ;
		opacity: 1 ;
		 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }

.orange-hr {
      border-top: 2px solid ;
		color: #C6B336 ;
		opacity: 1 ;
		 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }
.red-hr {
      border-top: 2px solid ;
		color: #B15058 ;
		opacity: 1 ;
		 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }
.purple-hr {
      border-top: 2px solid ;
		color: #683DB5 ;
		opacity: 1 ;
		 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    }

/* ==============================
   Common styles
   ============================== */
:root {
    scroll-behavior: auto;
    -font-global: sans-serif, roboto;
    -font-global-alt: sans-serif,roboto;
}

html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}

html, body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;    
}

iframe{
    border: none;
}
a, b, div, ul, li{
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-tap-highlight-color: transparent; 
    -moz-outline-: none;
}
a:focus:not(.focus-visible),
a:active,
section:focus,
div:active,
div:focus{
    -moz-outline: none;
    outline: none;
}
a:focus.focus-visible,
button:focus.focus-visible,
div:focus.focus-visible{
    -moz-outline: 2px dotted #36a367 !important;
    outline: 2px dotted #36a367 !important;
    outline-offset: 0 !important;
}

img:not([draggable]), embed, object, video{
    max-width: 100%;
    height: auto;
}

.min-height-80vh{
    min-height: 80vh;
}
.min-height-90vh{
    min-height: 90vh;
}
.min-height-100vh{
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}
.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.left{float:left !important;}
.right{float:right !important;}
.bg-position-top{background-position-y: top!important;}
.bg-position-bottom{background-position-y: bottom!important;}
.relative{position:relative;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.overflow-hidden{overflow:hidden;}
.white{ color: #fff !important; }
.gray{ color: #757575 !important; }

.light-content .gray{ color: #bbb !important; }
.font-gray-bold{ color: #757575 !important; 
			font-weight: 600; }
.black{ color: #111 !important; }
.color{ color: #f1273c !important; }
.font-blue{ color: #1073B2 !important;
	font-size: 16px;
	font-family: "Roboto, Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
} 
.font-blue18{ color: #1073B2 !important;
	font-size: 18px;
	font-family: "Roboto, Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
} 
.font-red18{ color: #A93939 !important;
	font-size: 18px;
	font-family: "Roboto, Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
} 

.font-red2-18{ color: #A93939 !important;
    display: inline;
	font-size: 18px;
	font-family: "Roboto, Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
} 
.font-black{
	color: #000 !important;
	font-weight: 400; 			
	font-family: "Roboto, Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
	font-size: 18px;
}
.font-orange-20{
	color: #D96025 !important;
    display: inline;
	font-weight: 400; 			
	font-family: "Roboto", "HK_Grotesk", "Sans-serif", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial";
	font-size: 20px;
  }
.font-orange2-20 {
	color: #D86A64 !important;
	display: inline;
	font-weight: 400; 			
	font-family: "Roboto", "HK_Grotesk", "Sans-serif", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial";
	font-size: 20px;
	text-align: left
}

.font-black4 {
	color: #000 !important;
	display: inline;
	font-weight: 200; 			
	font-family: "Roboto", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
	font-size: 24px;
}

.font-black2 {
	color: #000 !important;
	display: inline;
	font-weight: 600; 			
	font-family: "Roboto", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
	font-size: 18px;
}

.font-black1 {
	color: #000 !important;
	display: inline;
	font-weight: 200; 			
	font-family: "Roboto", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
	font-size: 19px;
}

.font-black0 {
	color: #000 !important;
	display: inline;
	font-weight: 600; 			
	font-family: "Roboto", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
	font-size: 16px;
}

.font-blue-0 { 
	color: #0065D7 !important; 
	display: inline;
	font-weight: 100; 
	font-size: 16px;
	font-style: normal;
}

.font-blue-2 { 
	color: #4ABBD6 !important; 
	display: inline;
	font-weight: 100; 
	font-size: 16px;
	font-style: normal;
}

.font-blue-bold { 
	color: #1073B2 !important; 
	font-weight: 600; 
	font-family: "Roboto", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
	font-size: 16px;
}

.font-pink { 
	color: #E983A0 !important; 
	font-weight: 400; 
	font-family: "Roboto", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
	font-size: 16px;
}

.font-skyblue{ color: #2F879D !important;
		font-weight: 400; 
		font-size: 16px;}  
.font-skyblue-2{ color: #79A7D9 !important;
		font-weight: 400; 
		font-size: 16px;
} 
.font-darkblue{ color: #0C7AAB !important;
		font-weight: 500; 
		font-family: "Roboto, Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
		font-size: 18px;
} 
.font-green1{ color: #61AC1F !important;
		font-weight: 600; 
		font-family: "Roboto, Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Arial", "HK_Grotesk", "sans-serif";
		font-size: 18px;
} 
.font-purple{ color: #751682;
		font-weight: 500; 
		font-size: 16px;
}
.font-red{ color: #9D0007 !important; 
		font-weight: 400; 
		font-size: 18px;
font-family: "Roboto, Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Helvetica", "Arial", "HK_Grotesk", "sans-serif";
} 
.font-grey18{ color: #555455 !important; 
		font-weight: 400; 
		font-size: 18px;
		font-family: "Roboto, Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Helvetica", "Arial", "HK_Grotesk", "sans-serif";} 
.font-orange{ color: #C6B336 !important;
		font-family: "Roboto, Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Helvetica", "Arial", "HK_Grotesk", "sans-serif";
} 
.font-darkred{ color: #8D4630 !important;
	font-weight: 500; 
	font-family: "Roboto, Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Helvetica", "Arial", "HK_Grotesk", "sans-serif";
}
.font-lightred{ color: #682611 !important;
	font-weight: 500;
	font-size: 16px; 
	font-family: "Roboto, Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Helvetica", "Arial", "HK_Grotesk", "sans-serif";
}
.font-lightred2{ color: #B15058 !important;
	font-weight: 500; 
	font-size: 16px;
	font-family: "Roboto, Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Helvetica", "Arial", "HK_Grotesk", "sans-serif";
} 
.font-green{ color: #4B7F00 !important;
	display: inline;
	font-weight: 600; 
	font-size: 16px;
	font-family: "Roboto, Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Helvetica", "Arial", "HK_Grotesk", "sans-serif";
} 
.font-lightgreen{ color: #1D9159 !important;
	font-weight: 500; 
	font-size: 16px;
font-family: "Roboto, Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Helvetica", "Arial", "HK_Grotesk", "sans-serif";
} 
.font-midred{ color: #B15058 !important;
	font-weight: 600; } 
.image-fullwidth img{
    width: 100%;
    height: auto;
	font-family: "Roboto, Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Helvetica", "Arial", "HK_Grotesk", "sans-serif";
}

.opacity-01{ opacity: .1; }
.opacity-015{ opacity: .15; }
.opacity-02{ opacity: .2; }
.opacity-025{ opacity: .25; }
.opacity-03{ opacity: .3; }
.opacity-035{ opacity: .35; }
.opacity-04{ opacity: .4; }
.opacity-045{ opacity: .45; }
.opacity-05{ opacity: .5; }
.opacity-055{ opacity: .55; }
.opacity-06{ opacity: .6; }
.opacity-065{ opacity: .65; }
.opacity-07{ opacity: .7; }
.opacity-075{ opacity: .75; }
.opacity-08{ opacity: .8; }
.opacity-085{ opacity: .85; }
.opacity-09{ opacity: .9; }
.opacity-095{ opacity: .95; }
.opacity-1{ opacity: 1; }
.stick-fixed{
    position: fixed !important;
    top: 0;
    left: 0;
}


      
   



/*------------------------------------------------*/
/*--------------[ Hot Spot  CSS]--------   START   ----------*/
/*------------------------------------------------*/

.BornHS__Wrapper {
  position: relative;
  margin-top: 8px; 
}
.BornHS__Wrapper .BornHS__Close {
  display: none;
}
.BornHS__Wrapper .Content__Wrapper {
  position: relative;
}
.BornHS__Wrapper .BornHS__Modal__Content {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
  color: #fff;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 360px;
  z-index: 4;
}
.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper {
  padding: 20px;
}
.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper .BornHS__Title {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
}
.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper p {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000;
}
.BornHS__Wrapper .BornHS__Input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 0;
  z-index: -1;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label {
	background: #6AC000;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	position: absolute;
	transition: all 300ms ease;
	width: 20px;
	z-index: 2;
	background-color: #6AC000;
}
@media (min-width: 768px) {
  .BornHS__Wrapper .BornHS__Input + .BornHS__Label {
    height: 30px;
    width: 30px;
  }
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label:before, .BornHS__Wrapper .BornHS__Input + .BornHS__Label:after {
  background: #fff;
  content: "";
  cursor: pointer;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}



.BornHS__Wrapper .BornHS__Input + .BornHS__Label:before {
  height: 2px;
  width: 40%;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label:after {
  height: 40%;
  width: 2px;
}
.BornHS__Wrapper .BornHS__Input ~ .BornHS__Overlay {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3;
}
.BornHS__Wrapper .BornHS__Input:checked + .BornHS__Label {
  transform: rotate(45deg);
}
.BornHS__Wrapper .BornHS__Input:checked ~ .BornHS__Modal__Content {
  opacity: 1;
  visibility: visible;
}
.BornHS__Wrapper .BornHS__Input:checked ~ .BornHS__Overlay {
  display: block;
}
.BornHS__Wrapper.BornHS__Blur figure {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input {
  display: none;
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input + .BornHS__Label {
  opacity: 0.5;
  pointer-events: none;
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked {
  display: inline-block;
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked + .BornHS__Label {
  opacity: 1;
  pointer-events: auto;
}

.BornHS__Modal {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .BornHS__Wrapper .BornHS__Modal__Content {
    bottom: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close {
    background: #ec2256;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 20px;
    right: -5px;
    position: absolute;
    top: -5px;
    transition: all 300ms ease;
    transform: rotate(45deg);
    width: 20px;
    z-index: 5;
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before, .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
    background: #fff;
    content: "";
    cursor: pointer;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before {
    height: 2px;
    width: 40%;
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
    height: 40%;
    width: 2px;
  }
}



/*------------------------------------------------*/
/*--------------[ Hot Spot  CSS]--------   END   ----------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*--------------[Test Table hotspot CSS]------------------*/
/*------------------------------------------------*/
<style type="text/css">
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 13px;
    }
    h6 {
        font-size: 12px;
    }
    h8 {
        font-size: 10px;
    }   
    h1, h2, h3, h4, h5, h6, h8 {
        font-family: roboto, Arial, Helvetica, sans-serif;
    }
</style>

 
     HOTSPOT END 
     
  /*------------------------------------------------*/
/*--------------[Test table hotspot  css]------------------*/
/*------------------------------------------------*/
   
      topography-color 
     
    <style type="text/css">
    a:link {
	color: #333333;
}
    h1 {
	font-size: 20px;
	font-weight: 300;
	font-family: Roboto;
	color: #000000;
}
    topography-color {
	color: #3B8785;
}
    .topography-color {
	color: #3B8785;
	text-align: center;
}
    body {
	background-color: #fff;
}
    </style>  

body {
	line-height: 1.5em;
	color: #333333;
	font-size: 14px;
	font-family: "Open Sans", "Roboto", sans-serif;
	letter-spacing: 0.5px;
	background: #f4f4f4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
}
img {
    height: auto;
    max-width: 100%;
	
	margin-bottom: 3px;
	margin-top: 0px;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

a, a:active, a:link, img {
    outline: none;
}
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #787878;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover {
    color: #a0ce4e;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
	 
}
.video {
    display: block;
}
.audio {
    width: 100%;
}
br {
	font-size: 0;
	line-height: 0;
	font-family: "Roboto", Arial, Helvetica, roboto, sans-serif;
}
hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
hr:last-child, .progress:last-child, .buttons p:last-child, .image-block-content:last-child {
    margin: 0;
}
b, strong {
	font-weight: 400;
	font-size: 17px;
	color: #111;
	font-family: Arial, Helvetica, roboto, sans-serif;
}

small, small a {
    font-size: 11px;
    color: inherit;
}

/*-------------------body font -------------------------*/
 
p {
    line-height: 1.875em;
    margin: 0;
    text-align: left;
    font-family:  "Roboto", "Arial", Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: inherit;
 
	font-family: "Roboto Medium", "Roboto Regular", "Roboto Bold", "Arial", "Helvetica Light", "Gill Sans", "Gill Sans Light", "Gill Sans SemiBold";
	margin-top: 0px;
	margin-bottom: 0;
	line-height: 1.5em;
}

/*-------------------RAOUL CHANGE font and h1  30px  font weight 400 ------------*/ 
html {
    font-size: 16px; /* This is the default for most browsers */
	text-align:justify
	;

}

/* Styling for h1 elements */
h1 {
    font-size: 2.5rem;         /* 2.5 times the root font size */
    letter-spacing: 1px;       /* Adds spacing between letters */
    font-family: "Roboto", "Gill Sans", Arial, sans-serif;  /* Font family with fallbacks */
    font-weight: 500;          /* Sets the font weight to medium (500) */
}
h2 { font-size: 24px; letter-spacing: 1px;}
h3 { font-size: 22px; letter-spacing: 1px;}
h4 { font-size: 18px; letter-spacing: 1px;}
h5 {
	font-size: 16px;
	letter-spacing: 1px;
	font-family:  "Roboto", "Gill Sans", "Arial",;
}
h6 {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Raleway;
}

label {
	color: inherit;
	font-weight: 600;
	font-family: "Roboto", "Gill Sans", Arial, sans-serif;
}
.overflow-h {
    overflow: hidden;
}
ul.list-inline {
    margin-left: 0;
}
.home-main-contant-style{
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 0;
}
.home-main-contant-style2{
    padding-top: 80px;
}
.home-main-contant-style3{
    padding-bottom: 80px;
}
.main-contain{
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}
.mb30{
	margin-bottom: 25px;
	font-family: "Roboto", "Gill Sans", Arial, sans-serif;
}
.mb45{
    margin-bottom: 45px;
}
.mt30{
    margin-top: 30px;
}
.mb20{
    margin-bottom: 20px;
}
.mr15{
    margin-right:15px;
}
.mb15{
    margin-bottom: 15px;
}
.mb10{
    margin-bottom: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.pbt30{
    padding: 25px 0;
}
.bg-gray {
    background: #FFF;
}
.bg-white{
    background: #fff;
}
.bg-black{
    background-color: #222;
}
.bg-theme {
    background-color: #a0ce4e;
}
.bordertop1{
    border-top:1px solid #ddd;
}
.main-theme-color1{
    background: #a0ce4e;  
}
.animated-img {
    margin-right: 30px;
}
.animated-title {
    font-size: 18px;
    font-weight: 700;
}
.full-image img{
    height: auto;
    max-width: 100%;
    vertical-align: top;
	
	/*-------------------body font -------------------------*/
	
	
	
}
/*------------------------------------------------*/
/*--------------[PAGE HEADING BREADCRUMB]-----------*/


/*------------------------------------------------*/
/*-----------------[ACCORDIAN							]------------------------*/
/*------------------------------------------------*/

a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
}

.panel-heading:hover,
.panel-heading:focus,
.panel-heading:hover a,
.panel-heading:focus a {
  text-decoration: none !important;
}

.activestate {
  background-color: #00ce4e !important; /* Example corrected color */
  color: #00ce4e !important; /* Example corrected color */
  display: block;
}

.activestate:hover a {
  color: black;
}

.panel-heading {
  display: block;
}


/*------------------------------------------------*/
/*-----------------[tables class fration units							]------------------------*/
/*------------------------------------------------*/


.checkmark {
    text-align: center;
  }



/*---------------------LINE SPACE---------------------------*/

.gap-sm {
    line-height: 12px;
}

.gap-md {
    line-height: 18px;
}

.gap-lg {
    line-height: 24px;
}


/* styles.css */
.row-sp-36 {
    line-height: 36px;
}


/*------------------------------------------------*/
.page-heading::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page-heading {
    background: rgba(0, 0, 0, 0) url("../img/breadcrumb.jpg") no-repeat fixed center center / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.page-heading .title {
    font-family: "Roboto";
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
.page-heading .breadcrumb{
    font-size: 16px;
    text-transform: none;
    color: #fff;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
}
.page-heading .breadcrumb > a {
    color: #fff;
}
.page-heading .breadcrumb > a:hover{
    text-decoration: underline;
    color: #a0ce4e;
}
/*------------------------------------------------*/
/*-------------[Buttons Style]----------------*/
/*------------------------------------------------*/
.btn {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-custom {
    width: auto;
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    border:0;
    border-radius: 5px;
}

.btn-custom:last-child {
    margin-right: 0;
}
.btn-custom {
    background-color: #a0ce4e ;
}
.btn-custom.border-btn:hover {
    background-color: #a0ce4e ;
}
.btn-custom.border-btn:hover {
    color: #fff;
    opacity: 1;
}
.btn-custom.border-btn {
    background-color: transparent;
    border: 1px solid #a0ce4e;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #a0ce4e ;
}
.btn-custom.btn-large.border-btn.call-to-action-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
}

.btn-custom:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-custom.border-btn:hover {
    opacity: 1;
    color: #fff;
}

.btn-custom.border-btn.btn-gray:hover {
    background-color: #444;
    color: #fff;
}

.btn-custom.btn-gray {
    background-color: #444;
}

.btn-custom.border-btn.btn-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444;
}

.cd-ext-large {
    border-radius: 0;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.btn-large {
    font-size: 14px;
    padding: 20px 80px;
}

.btn-medium {
    font-size: 14px;
    padding: 15px 60px;
}

.btn-small {
    padding: 10px 40px;
}

.btn-mini {
    padding: 5px 20px;
}

.btn-large.border-btn {
    padding: 20px 80px;
}

.btn-medium.border-btn {
    padding: 15px 60px;
}

.btn-small.border-btn {
    padding: 10px 40px;
}

.btn-mini.border-btn {
    padding: 5px 20px;
}

.btn.btn-product {
    background: #a0ce4e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

/*------------------------------------------------*/
/*-----------------[Title Style 2]---------------*/
/*------------------------------------------------*/
.dividerHeading,.widget_title
{
    text-align: center;
    position: relative;
}
.dividerHeading h4,
.widget_title h4
{
    font-size:18px;
    position:relative;
    line-height:0;
    border-bottom: 1px solid #a0ce4e ;
    text-transform: uppercase;
}
.dividerHeading h4 span{
    background:white;
    position:relative;
    line-height: 7px;
    top: 4px;
    display: inline-block;

}
.dividerHeading h4 span:before,
.dividerHeading h4 span:after,
.widget_title h4 span:after,
.widget_title h4 span:before
{
    color:#a0ce4e ;
    font-size:10px;
    content: "\f10c";
    font-family:fontawesome;
    display: inline-block;

}
.dividerHeading h4 span:before,
.widget_title h4 span:before
{
    margin-right:10px ;
}
.dividerHeading h4 span:after,
.widget_title h4 span:after
{
    margin-left:10px ;
}
.widget_title {
    position: relative;
}
.widget_title h4 {
    font-size: 14px;
    text-transform: uppercase;
}


/*------------------------------------------------*/
/*-----------------[Title Style 3]---------------*/
/*------------------------------------------------*/
.widget-title {
    height: 28px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.widget-title h2 {
    background-color: #a0ce4e;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 29px;
    padding: 0 15px;
    position: relative;
}
.ta-border {
    background-color: #a0ce4e;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
/*------------------------------------------------*/
/*--------------[Title Style 4]-----------*/
/*------------------------------------------------*/
.cd-home-title::after {
    background-color: #a0ce4e;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}
.cd-home-title {
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	margin-top: 90px;
	font-family: "Roboto Medium", "Roboto Regular", "Roboto Bold";
}
.cd-home-title p {
    font-size: 16px;
}
.cd-home-title h2 {
    font-family: roboto;
    font-size: 30px;
    font-weight: 400;
    margin-bottom:15px;
    text-transform: uppercase;
}
/*------------------------------------------------*/
/*--------------[Title Style 5]-----------*/
/*------------------------------------------------*/


.cd-ecomm-heading h3::before, .cd-ecomm-heading h3::after {
    width: 100%;
}
.h-style-5 h3::before, .h-style-5 h3::after {
    border-bottom-style: solid;
    border-top-style: solid;
    height: 6px;
    top: 15px;
}
.cd-ecomm-heading h3::before {
    right: 100%;
}
.cd-ecomm-heading h3::before, .cd-ecomm-heading h3::after {
    border-color: #bbb;
    border-width: 1px;
    content: " ";
    position: absolute;
    width: 50%;
}
.cd-ecomm-heading h3::after {
    left: 100%;
}
.cd-ecomm-heading h3 {
    display: inline-block;
    line-height: 34px;
    padding: 0 12px;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
}
.cd-ecomm-heading.h-style-5 > p {
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    width: 70%;
}

/*------------------------------------------------*/
/*--------------[ARROW STYLE]-----------*/
/*------------------------------------------------*/
.bg-block-style > a {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 30px 0;
    text-align: center;
}
.bg-block-style > a, .bg-block-style > a span i {
    transition: all 0.25s ease-in-out 0s;
}
.bg-block-style > a span {
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-decoration: underline;
}
.bg-block-style > a:hover {
    background-color: #a0ce4e;
}
.bg-block-style > a:hover {
    text-decoration: none;
}
/*------------------------------------------------*/
/*--------------[PAGINATION STYLE]-----------*/
/*------------------------------------------------*/
.pagination {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}
.pagination > li > a, .pagination > li > span{
    color: #787878;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #a0ce4e;
    border-color:#ddd;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
    background-color: #a0ce4e;  
    color: #fff;

}
/*------------------------------------------------*/
/*--------------[Carousel HOME STYLE]-----------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*--------------[new CSS  test]-----------*/
/*------------------------------------------------ 

.carousel-control {
   line-height:653;
   font-size:2940 !important; 
   width:80px !important;




/*------------------------------------------------*/
/*--------------[new CSS  test]-----------*/
/*------------------------------------------------*/





/*------------------------------------------------*/
/*-------------[Home About Style]----------------*/
/*------------------------------------------------*/
.home-about-text1{
    padding: 60px 0;
}
.home-about-text1 .about-text {
    color: inherit;
    font-family: roboto;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.color-green {
    color: #a0ce4e;
}

/*------------------------------------------------*/
/*-------------[Service Box Style]----------------*/
/*------------------------------------------------*/
.service-item {
    position: relative;
}
service-item .icon {
    color: inherit;
}
.service-item .icon {
    position: absolute;
}
.service-item .icon i {
    font-size: 31px;
}
.service-item .service-desc {
    padding: 0 20px 0 65px;
}
.service-item .service-desc h5 {
    color: inherit;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .service-item{
        margin-bottom: 45px;
    }
}
/*------------------------------------------------*/
/*--------------[WHY CHOOSE US]-----------*/
/*------------------------------------------------*/
.headline-left .headline-brd::after {
    background: #a0ce4e  none repeat scroll 0 0;
    bottom: -5px;
    content: " ";
    height: 2px;
    left: 1px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
.headline-left .headline-brd {
    color: #555555;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}
.lists-item li {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, roboto, sans-serif;
}
.lists-item i {
	color: #a0ce4e;
	display: inline-block;
	font-size: 13px;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
}


/*------------------------------------------------*/
/*--------------[ABOUT OUR COMPANY]-----------*/
/*------------------------------------------------*/
.no-padding {
    padding: 0;
}
.cv-padding {
    margin: 72px 0;
}
.image-block-content{
    padding: 0 50px;
    margin-bottom: 30px;
}
.image-block img {
    width: 100%;
}
.image-block-content .feature-icon{
    width: 60px;
    height: 60px;
    line-height: 2em;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.image-block-content .feature-content{
    padding-left: 85px;
    text-align: left;
}

.image-block-content .feature-content h3{
    margin-bottom: 0;
}

.image-block-content .feature-icon{
    background: #a0ce4e;
}

.feature-icon {
    font-size: 28px;
}
@media (max-width: 767px) {
    .image-block-content{
        padding: 0;
    }
}

/*------------------------------------------------*/
/*-------------[QUALITY OF WORK]----------------*/
/*------------------------------------------------*/
.quality-of-work .photo-block {
    padding: 22px 70px 0 0;
}
@media (max-width: 768px) {
    .quality-of-work .photo-block {
        padding-left: 3em;
        padding-right: 3em;
    }
}
@media (max-width: 480px) {
    .quality-of-work .photo-block {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}
.quality-of-work .photo-block img {
    margin: auto;
}
@media (max-width: 1100px) and (min-width: 992px) {
    .quality-of-work .photo-block img {
        margin-top: 2em;
    }
}
.quality-of-work .content-block {
    background: #a0ce4e;
    padding: 87px 30px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199px) {
    .quality-of-work .content-block {
        padding-left: 28px;
        padding-right: 28px;
    }
}
@media (max-width: 992px) {
    .quality-of-work .content-block {
        border-top: 0;
    }
}
@media (max-width: 768px) {
    .quality-of-work .content-block {
        padding-left: 3em;
        padding-right: 3em;
    }
}
@media (max-width: 480px) {
    .quality-of-work .content-block {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}
@media (max-width: 1023px) {
   .quality-of-work .content-block:after  {
       display: none;
    }
}
.quality-of-work .content-block:after {
    background: #a0ce4e none repeat scroll 0 0;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -2.5em;
    position: absolute;
    top: 0;
    transform: skew(-7deg, 0deg);
    -webkit-transform: skew(-7deg, 0deg);
    -ms-transform: skew(-7deg, 0deg);
    width: 5em;
    z-index: -1;
    
}

.quality-of-work .content-block .block-top-title h3 {
    margin-top: 0;
}
.quality-of-work .content-block .features {
    margin-top: 28px;
    margin-bottom: 0;
}
.quality-of-work .content-block .features li {
    margin-bottom: 28px;
}
.quality-of-work .content-block .features li:last-child {
    margin-bottom: 0;
}
.quality-of-work .content-block .features li .icon-block {
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    color: #a0ce4e;
    border-radius: 50%;
    font-size: 17.5px;
    text-align: center;
    float: left;
    border: 1px solid #ededed;
    margin-top: 1px;
    transition: .3s;
}
.quality-of-work .content-block .features li p {
    margin-left: 4em;
    margin-bottom: 0;
    color: #fff;
    
}
.quality-of-work .content-block .features li:hover .icon-block {
    background: #a0ce4e;
    color: #fff;
}

/*------------------------------------------------*/
/*-------------[Parallax]----------------*/
/*------------------------------------------------*/


/*
 * Works filter
 */

.works-filter{
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.07em;
    cursor: default;
}
.works-filter a{
    display: inline-block;
    position: relative;
    margin: 0 27px;
    padding-bottom: 2px;
    color: #111;
    opacity: .6;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    cursor: pointer;
}
.works-filter a:hover{
    opacity: 1;
    text-decoration: none;
}
.works-filter a.active{
    opacity: 1;
    cursor: default;
}
.works-filter a.active:hover{
    color: #111;
}
.works-filter a:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #171717;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
}
.works-filter a.active:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.works-filter a:hover:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.light-content .works-filter a{
    color: #fff;
    opacity: .72;
}
.light-content .works-filter a:hover,
.light-content .works-filter a.active{
    color: #fff;
    opacity: 1;
}
.light-content .works-filter a:after{
    background-color: #fff;
}


/*
 * Works grid 
 */

.works-grid{
    list-style: none;
    margin: 0;
    padding: 0;
}
.work-item{
    width: 25%;
    float: left;
    margin: 0;  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.work-grid-2 .work-item{
    width: 49.99%;
}
.work-grid-3 .work-item{
    width: 33.333%;
}
.container .work-grid-3 .work-item{
    width: 33.2%;
}
.work-grid-5 .work-item{
    width: 20%;
}

.works-grid.work-grid-gut{
    margin: 0 0 0 -30px;
}
.works-grid.work-grid-gut .work-item{
    padding: 0 0 30px 30px;
}

.work-item > a{
    display: block;    
    padding: 0 0 100px 0;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
}
.work-item a,
.work-item a:hover{
    color: #111;
    border: none;
}
.light-content .work-item a,
.light-content .work-item a:hover{
    color: #fff;
}
.work-img{
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(0.0001deg) translateZ(0);
    transform: rotate(0.0001deg) translateZ(0);
}
.work-img-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.light-content .work-img-bg{
    background-color: #282828;
}
.work-img img{
    display: block;
    position: relative;
    width: 100%;    
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.work-intro{
    width: 100%;
    height: 100px;
    padding: 20px 20px 0 20px;    
    box-sizing: border-box;    
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.work-title{
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-transform: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.container .work-grid-4 .work-title,
.container .work-grid-5 .work-title{
    font-size: 18px;
}
.work-descr{   
    display: inline-block; 
    font-size: 16px;
    text-align: center;;
    line-height: 1.2;
    text-transform: none;
    opacity: .8;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.works-grid.hide-titles .work-item > a{
    overflow: hidden;    
    padding: 0;
}
.works-grid.hide-titles .work-item .work-intro{
    opacity: 0;
    bottom: -110px;
}
.works-grid.hide-titles .work-item:hover .work-intro{
    opacity: 1;
}



/* Work item hover state */

.work-intro{
    -webkit-transition: all 0.35s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.35s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -webkit-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
    will-change: transform;
}
.work-item:hover .work-intro{
    color: #fff; 
    -webkit-transform: translateY(-115px);
    transform: translateY(-115px);   
    z-index: 3; 
}
.work-item:hover .work-title,
.work-item:hover .work-descr{;
    color: #fff;
    -webkit-transition: all 0.35s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.35s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item .work-img:after{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(250,250,250, 0);
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    
}
.work-item:hover .work-img:after{    
    background: rgba(20,20,20, .85);
}

.works-grid.hover-white .work-item:hover .work-intro,
.works-grid.hover-white .work-item:hover .work-title,
.works-grid.hover-white .work-item:hover .work-descr{
    color: #000;
}
.works-grid.hover-white .work-item:hover .work-img:after{    
    background: rgba(250,250,250, .9);
}

.work-item .work-img > img{ 
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item:hover .work-img > img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*
 * Works full view
 */

.work-full{
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}
.work-full-load{
    padding-top: 60px;
}

/* Work navigation */

.work-navigation{
    width: 100%;
    background: #fff;    
    font-size: 16px; 
    font-weight: 600;   
    z-index: 99;
}
.work-navigation .fa{
    position: relative;
    top: 1px;
    font-size: 14px;
}
.work-navigation .fa-times{
    font-size: 16px;
    margin-top: -2px;
}
.work-navigation a{
    display: block;
    float: left;
    width: 33.33333%;
    overflow: hidden;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    cursor: default;
}
.work-navigation a,
.work-navigation a:visited{ 
    color: #757575; 
}
.work-navigation a:hover{ 
    color: #111; 
}
.work-navigation a span{
    display: inline-block;
    height: 80px;
    line-height: 79px;
    padding: 0 4%;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.work-navigation span:hover{
    background: #f5f5f5;
}
.work-prev{
    text-align: left;
}
.work-all{
    text-align: center;
}
.work-next{
    text-align: right;
}
.work-container{
    padding: 50px 0;
}
.work-full-title{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.work-full-media{
    margin-top: 30px;
}

.work-full-media img{
    max-width: 100%;
    height: auto;
}
.work-full-text{
    text-align: left;
    font-size: 18px;
    color: #757575;
}
.work-detail p:last-child{
    margin-bottom: 0;
}
.work-full-detail{
    font-size: 15px;
    color: #757575;
}
.work-full-detail p{ 
    padding: 4px 0;
    margin: 0;
}
.work-full-detail p:last-child{
    
}
.work-full-detail p strong{
	width: 135px;
	display: inline-block;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.work-full-action{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    text-align: center;
}
.light-content .work-full-text{
    color: #bbb;
}
.light-content .work-full-detail{
    color: #bbb;
}
.light-content .work-full-detail p{ 
    border-color: rgba(255,255,255, .1);
}
.light-content .work-full-detail p:last-child{
    border-color: rgba(255,255,255, .1);
}
.work-navigation.light-content a,
.work-navigation.light-content a:visited{ 
    color: #bbb; 
}
.work-navigation.light-content a:hover{ 
    color: #fff; 
}
.work-navigation.light-content a span{
    background-color: transparent;
}
.work-navigation.light-content span:hover{
    background-color: rgba(255,255,255, .05);
}


/*------------------------------------------------*/
/*-------------[Counter]----------------*/
/*------------------------------------------------*/
.counter-block::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.counter-block {
    background: rgba(0, 0, 0, 0) url("../img/counter.jpg") no-repeat fixed center center / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.counter-item i {
    font-size: 50px;
    color: #fff;
}

.secondary-color, .counter-item > h4{
    color: #fff;
    line-height:30px;
    padding-top: 20px;
}

/*------------------------------------------------*/
/*-------------[Pricing Table]----------------*/
/*------------------------------------------------*/
.pricingTable {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0 -15px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.pricingTable .pricingTable-header{
    padding-bottom: 25px;
}
.pricingTable .active{
    background-color: #a0ce4e;
    color: #fff;
    position: relative;
}
.pricingTable .best{
    width: 80px;
    height: 80px;
    background: #a0ce4e;
    border-radius: 50%;
    padding: 25px 20px 20px;
    font-size: 13px ;
    text-transform: capitalize;
    position: absolute;
    right: -20px;
    top: 25px;
    z-index: 1;
}
.pricingTable .heading{
    background-color:#fff;
    border-bottom: 1px solid #d0d0d0;
    color: #393939;
    display: block;
    padding: 15px 10px;
}
.pricingTable .heading h3 {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}
.pricingTable .price-value {
    color: #474747;
    margin: 10px auto 0;
    padding: 20px 10px 0;
    display: block;
    font-size: 25px;
    line-height: 2.188em;
}
.pricingTable .price-value span{
    font-size: 60px;
    font-weight: 100;
}
.pricingTable .active .price-value{
    color: #fff;
}
.pricingTable .subtitle{
    display: block;
    margin-top: 15px;
    font-size: 15px;
}
.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.pricingContent ul li{
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    background-color: #fff;
}
.pricingContent ul li:nth-child(even) {
    background-color: #f7f7f7;
}
.pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}
.pricingTable .btn-block{
    background: #a0ce4e;
    border:0px none;
    border-radius: 5px;
    color:#fff;
    width: 50%;
    padding: 10px 5px;
    margin: 0 auto;
    text-transform: capitalize;
    position: relative;
    top:0;
    transition:all 0.5s ease 0s;
}
.pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}
.pricingTable .btn-block:hover{
    top: -5px;
}
.pricingTable .btn-block:hover:before{
    content: "";
    background:rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    height: 10px;
    position: absolute;
    top: 102%;
    left:5%;
    width: 90%;
}
@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:767px){
    .pricingTable{
        margin: 0 0 30px 0;
    }
    .pricingTable .best{
        right: -12px;
    }
}

/*------------------------------------------------*/
/*-------------[ICON LIST]----------------*/
/*------------------------------------------------*/
.icon_lists .fa-hover a {
    border-radius: 0;
    color: inherit;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}
.icon_lists .fa-hover a .fa {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    text-align: right;
    width: 32px;
}
.icon_lists .fa-hover a:hover {
    background-color: #a0ce4e ;
    color: #FFFFFF;
    text-decoration: none;
}
.icon_lists .fa-hover a:hover .fa {
    font-size: 24px;
    vertical-align: -3px;;
}
.icon_lists .fa-hover a:hover .text-muted {
    color: #BBE2D5;
}
/*------------------------------------------------*/
/*-------------[Widgets]----------------*/
/*------------------------------------------------*/
.bottom-line {
    position: relative;
}

.bottom-line:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #a0ce4e;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}
.widget .recent-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .recent-posts > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.widget .recent-posts > li:before,
.widget .recent-posts > li:after {
    content: " ";
    display: table;
}

.widget .recent-posts > li:after {
    clear: both;
}

.widget .recent-posts > li:first-child {
    border: 0;
    padding-top: 0;
}

.widget .recent-posts a {
    text-decoration: none;
    text-transform: none;
}

.widget .recent-posts a:hover,
.widget .recent-posts a:focus {
    opacity: 0.7;
}

.widget-posts-image {
    float: left;
    width: 44px;
}

.widget-posts-body {
    margin-left: 58px;
}

.widget-posts-title {
    margin: 2px 0;
}

.widget-posts-meta {
    font-size: 11px;
}
.icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icons-list > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.icons-list > li:first-child {
    border: 0;
    padding-top: 0;
}
.icons-list > li:last-child {
    padding-bottom: 0;
}
.icons-list a:hover,
.icons-list a:focus {
    color: #a0ce4e;
}

.icons-list a > .fa,
.icons-list a > .icons {
    padding-left: 5px;
}
/*------------------------------------------------*/
/*-------------[Tags]----------------*/
/*------------------------------------------------*/

.tags a {
    background: #f8f8f8;
    display: inline-block;
    border-radius: 2px;
    padding: 8px 12px;
    margin: 0 0 6px;
    font-size: 11px;
    color: #777777;
}

.tags a:hover,
.tags a:focus {
    background: #a0ce4e;
    color: #ffffff;
}

/*------------------------------------------------*/
/*-------------[Progress Bar]----------------*/
/*------------------------------------------------*/
.progressbar-title{
    font-size: 14px;
    color: #848484;
    text-transform: capitalize;
}
.progress{
    height: 5px;
    overflow: visible;
    background: #f0f0f0;
    margin-bottom: 30px;
}
.progress .progress-bar{
    position: relative;
    animation: animate-positive 2s;
}
.progress .progress-icon{
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: -14px;
    right: 0;
    background: #fff;
    border-width: 3px;
    border-style: solid;
}
.progress-value{
    color: #848484;
    position: absolute;
    top: -35px;
    right: 0;
}
@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}
@media (max-width: 767px) {
    .home-main-contant-style .progress{
        margin-bottom: 30px;
    }
}



/*------------------------------------------------*/
/*--------------[Accordion STYLE]-----------*/
/*------------------------------------------------*/
#accordion .panel{
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 6px;
	  border: none;
  border-bottom: 1px solid #000000;
 
	font-family: Arial, Helvetica, sans-serif;
}
#accordion .panel-heading{
    border-radius: 0px;
    background-color:#fff;
    padding:0;
}
#accordion .panel-title a{
    display: block;
    color: inherit;
    font-size: 15px;
    padding:14px 28px;
    font-weight: normal;
    position: relative;
/*--------------[border-top:3px solid #a0ce4e;    Arcoplast Change    ]-----------*/ 

}
#accordion .panel-title a.collapsed{
    border-top:0;
}
#accordion .panel-title a:hover,
#accordion .panel-title a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: FontAwesome;
    color:#a0ce4e;
    position: absolute;
    top:10px;
    right:12px;
    font-size: 14px;
    line-height: 24px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
}
#accordion .panel-body{
	color: inherit;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
	padding: 5px 27px 15px;
	border-top: 0px none;
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif, Roboto;
}

/*------------------------------------------------*/
/*--------------[Accordion STYLE]-----------*/
/*------------------------------------------------*/
.cd-background{
    align-items: center;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    display: flex;
    height: 100vh;
    justify-content: center;  
}
.cd-bg-1 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #02aab0, #00cdac) repeat scroll 0 0;
}

.cd-bg-2{
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #43cea2, #185a9d) repeat scroll 0 0;
}
.cd-bg-3 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #005c97, #363795) repeat scroll 0 0;
}
.cd-bg-4 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #1d4350, #a43931) repeat scroll 0 0;
}
.cd-bg-5 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #eecda3, #ef629f) repeat scroll 0 0;
}

.cd-bg-6 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #fc00ff, #00dbde) repeat scroll 0 0;
}
.cd-bg-7 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #1e130c, #9a8478) repeat scroll 0 0;
}
.cd-bg-8 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff512f, #dd2476) repeat scroll 0 0;
}
.main-title{
    color: #fff;
    font-size: 4.236em;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
}
.sub-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
    text-transform: none;
}
/*------------------------------------------------*/
/*--------------[404 PAGE STYLE]-----------*/
/*------------------------------------------------*/
.error-template {text-align: center;}
.error-actions {margin-top:30px;}
.error-actions .btn { margin-right:10px; }

/*------------------------------------------------*/
/*--------------[VIDEO STYLE]-----------*/
/*------------------------------------------------*/
.media-block .video-block {
    height: 0;
    padding: 50%;
    position: relative;
}
.video-block iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-home i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.video-home h1 {
    font-weight: 400;
    font-size: 20px;
}
.video-home {
    padding: 60px 0;
    background-color: #a0ce4e;
}
.home-media-block{
    color: #fff;
}
.video-home a:hover, .video-home a:focus {
    text-decoration: none;
    color: #fff;
}

/*------------------------------------------------*/
/*--------------[CBP Portfolio]-----------*/
/*------------------------------------------------*/
.cbp-l-grid-projects-title, .cbp-l-grid-projects-desc {
    font-family: inherit;
    font-weight: 400;
    text-align: center;
}
.cbp-1-title-bg {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 13px;
}
.cbp-l-grid-blog-title{
    margin-top: 0!important;
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    background-color: #ffffff!important;
    color: inherit!important;
}
.main-contain.dip-style .cbp-mode-slider .cbp-wrapper{
    cursor: auto;
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap{
    background-color: rgba(0, 0, 0, 0.9)!important;  
}

.standard-single-comments-list {
    margin-bottom: 70px;
}
.media .media-object {
    border-radius: 50%;
}

.media .media-body {
    position: relative;
    width: 100%;
}
.media .media-body .standard-comments-body {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}
.media .media-body .media-heading {
    font-size: 17px;
    line-height: 27px;
    color: #687074;
}
.media .media-body .media-heading a {
    color: #687074;
}
.media .media-body span {
    display: block;
    color: #adb9bf;
    margin-bottom: 10px;
}
.media .media-body span a {
    color: #adb9bf;
}
.media .media-body .btn-comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a0ce4e;
    color: #fff;
   
}
.standard-comments-form div {
    margin-bottom: 30px;
}
.cbp-l-filters-list .cbp-filter-item{
      border-color: #a0ce4e!important;
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active{
    background-color: #a0ce4e!important;
}
.team-block-style{
    background:#fff;
    padding: 15px;
    overflow: hidden;
}
.cbp-l-grid-slider-team-desc,.cbp-l-grid-slider-testimonials-footer, .cbp-l-grid-slider-team-position, .cbp-l-grid-blog-desc, .cbp-l-grid-blog-comments{
    color: #787878!important;
}

/*------------------------------------------------*/
/*--------------[Accordion STYLE]-----------*/
/*------------------------------------------------*/
.panel-group{
	margin-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
}
.cd-accordion .panel:last-child {
    margin-bottom: 0;
}
.cd-accordion .panel{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    margin-bottom: 6px;
}
.cd-accordion .panel-heading{
    border-radius: 1px;
    background-color:#fff;
    padding:0;
}
.cd-accordion .panel-title a{
    display: block;
    color: #a0ce4e;
    font-size: 15px;
    padding:14px 28px;
    font-weight: bold;
    position: relative;
    border-top:3px solid #a0ce4e;
}
.cd-accordion .panel-title a.collapsed{
    border-top:0;
}
.cd-accordion .panel-title a:hover,
.cd-accordion .panel-title a:focus{
    text-decoration: none;
    outline: none;
}
.cd-accordion .panel-title a:before,
.cd-accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: FontAwesome;
    color:#a0ce4e;
    position: absolute;
    top:20px;
    right:12px;
    font-size: 14px;
    line-height: 24px;
}
.cd-accordion .panel-title a.collapsed:before{
    content: "\f067";
}

.alert.alert-danger:last-child {
    margin: 0;
}

/*------------------------------------------------*/
/*--------------[TABLE STYLE]-----------*/
/*------------------------------------------------*/
table {
    font-family: inherit;
    border-collapse: collapse;
    width: 100%;
}

td, th {
	border-top: 0.5px solid #dddddd;
	border-bottom: 0.5px solid #dddddd;
	border-bottom-left-radius: 0px;

		
	text-align: left;
	padding: 13px;
}

tr:nth-child(even) {
	background-color: #fff;
	font-family: inherit;
}

table, th, td {
	border: 0.5px solid black;
}

/*------------------------------------------------*/
/*--------------[TEAM STYLE]-----------*/
/*------------------------------------------------*/
.our-team{
    text-align: center;
    position: relative;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    height: auto;
    background: #222;
    padding: 15px 0;
    box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .team-content{
    background: #222;
}
.our-team .title{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .title{
    color: #a0ce4e;
    margin-bottom: 10px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #a0ce4e;
    text-transform: capitalize;
    height: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.our-team:hover .post{
    height: 40px;
    opacity: 1;
    transform: scale(1);
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-60%);
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    transform: translateY(50%);
    opacity: 1;
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #a0ce4e;
    font-size: 17px;
    font-weight: 700;
    line-height:40px;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    color: #a0ce4e;
    background: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
/*------------------------------------------------*/
/*--------------[PARALLAX VIDEO STYLE 1]-----------*/
/*------------------------------------------------*/
.single-contact-option i, .single-social-icon i {
    border: 3px solid transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    height: 95px;
    line-height: 90px;
    transition: all 0.3s ease 0s;
    width: 95px;
}
.single-contact-option i {
    background: #222 none repeat scroll 0 0;
    margin-bottom: 30px;
}
.single-contact-option:hover i, .single-social-icon a:hover i {
    background: #a0ce4e none repeat scroll 0 0;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px #a0ce4e;
}
.single-contact-option h6 {
    color: inherit;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-contact-option p {
    color: inherit;
    line-height: 26px;
    margin: 0;
}
/*------------------------------------------------*/
/*--------------[PARALLAX VIDEO STYLE 1]-----------*/
/*------------------------------------------------*/
.parallax_video_box .parallax_video_wrap {
    display: block;
}
.parallax_video_wrap {
    height: 750px;
    left: 0;
    overflow: hidden;
    right: 0;
    z-index: 1;
}
.parallax_video_wrap .parallax_video {
    left: 0;
    top: 0;
}


/*------------------------------------------------*/
/*--------------[LOGIN/REGISTRE STYLE]-----------*/
/*------------------------------------------------*/

.login-header {
    display: inline-block;
    width: 100%;
    background: #222;
}
.login-header .navbar-right {
    margin-left: 0px;
    float: left!important;
}

.login-header .nav-tabs > li.active > a,
.login-header .nav-tabs > li.active > a:focus,
.login-header .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
    color: #fff;
}

.login-header .nav-tabs > li > a {
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    padding: 15px 30px;
    color: #fff;
}

.login-header .nav-tabs {
    border-bottom: none;
}

.login-header .nav-tabs > li {
    margin-bottom: 0px;
}

.login-header .nav > li > a:focus,
.login-header .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.login-header .nav-tabs > li.active {
    border-bottom: 6px solid #a0ce4e;
}

.login-inner h1 {
    color: inherit;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
}

.login-inner h1 span {
    color: #a0ce4e;
}

.login-form {
    text-align: center;
}

.login-form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #d4d9e3;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    color: inherit;
    padding: 15px 50px;
    font-size: 17px;
    max-width: 550px;
}

.login-form label {
    margin-bottom: 30px;
    width: 100%;
}
.form-btn {
    background: #a0ce4e none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 400;
    max-width: 250px;
    padding: 10px 0;
    position: relative;
    width: 100%;
    box-shadow: 0 2px 8px #d2d2d2;
    -moz-box-shadow: 0 2px 8px #d2d2d2;
    -webkit-box-shadow: 0 2px 8px #d2d2d2;
}

.form-btn::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 9px;
}

.form-details {
    padding: 35px 0;
}

.tab-content .tab-pane {
    padding-top:30px;
}


/*------------------------------------------------*/
/*--------------[Sticky top of page]-----------*/
/*------------------------------------------------*/

  <style>
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #a0ce4e;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
</style>
/*------------------------------------------------*/
/*--------------[Sticky nav bar]-----------*/
/*------------------------------------------------*/












/*------------------------------------------------*/
/*--------------[Table responsive ???]-----------*/
/*------------------------------------------------*/


.no-flexbox .Rtable > .Rtable-cell { 
  display: block; 
}







/*------------------------------------------------*/
/*--------------[subscribe STYLE]-----------*/
/*------------------------------------------------*/



@media only screen and (max-device-width: 767px) {
    .login-details .nav-tabs > li {
        text-align: center;
        width: 50%;
    }
    .login-inner .login-form input {
        font-size: 15px;
        max-width: 100%;
        padding: 15px 45px;
    }
    .login-inner .form-details {
        padding: 25px;
    }
    .login-inner .login-form label {
        margin-bottom: 20px;
        width: 100%;
    }
    .login-inner .form-btn {
        margin: 0;
        max-width: 180px;
    }
    .tab-content .tab-pane {
        padding: 20px 0;
    }
}


.news-subscribe {
    padding: 30px 0;
    background: #a0ce4e;
}

.news-subscribe h3{
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    text-transform: uppercase;
}
.news-subscribe input {
    border-color: #fff;
    border-right: none;
    background: transparent;
}

.news-subscribe .form-control {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}

.news-subscribe .form-control:focus {
    box-shadow: none;
    border-color: #fff;
}

.news-subscribe .form-control::-moz-placeholder {
    color: #fff;
}
.news-subscribe .form-control:-ms-input-placeholder {
    color: #fff;
}
.news-subscribe .form-control::-webkit-input-placeholder {
    color: #fff;
}

.news-subscribe .input-group-btn {
    border-color: #fff;
    background: transparent;
}

.news-subscribe .input-group-btn .btn {
    border: 1px solid #fff;
    background: transparent;
}

.news-subscribe .input-group-btn i {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}
.news-subscribe .social-icons > li > a{
    margin-top:0;
     background: #fff none repeat scroll 0 0;
}
.news-subscribe .social-icons > li > a i {
    color: #787878;
}
.news-subscribe .social-icons-simple{
    text-align: right;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #881515;
	font-weight: 400;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}




/*------------------------------------------------*/
/*-----------------[TABLE	Video 							]------------------------*/
/*------------------------------------------------*/

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*------------------------------------------------*/
/*-----------------[TABLE	 END 							]------------------------*/
/*------------------------------------------------*/








@media (max-width: 990px) {
    .news-subscribe h3,.news-subscribe .social-icons-simple {
text-align: center;
    }
}
@media (max-width: 990px) {
    .newsletter-form-block {
padding: 15px 0;
    }
}


@media (max-width: 990px) {
    .home-about-text2,.why-choose-img,.clients-block, .col-style1,.product-quantity,.single-contact-option,.single_feature, .footer .widget,.products.grid-product,.service-box1  {
        margin-bottom: 30px;
    }
}
@media (max-width: 367px) {
    .content-text .btn.btn-product.mr15{
           margin-bottom: 30px;
    }
}

@media (max-width: 990px) {
    .welcome-img img, .why-choose-img img, .theme-image, .clients-block img{
          width: 100%;
    }
}
.gallery-frame {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4C5C6;
	border-right-color: #DCE1C5;
	border-bottom-color: #E6E5E6;
	border-left-color: #E2E1E5;
	background-color: #FDFBCF7;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	background-color:#f8f8f2
}
 
.gallery-frame2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4C5C6;
	border-right-color: #DCE1C5;
	border-bottom-color: #E6E5E6;
	border-left-color: #E2E1E5;
	background-color: #fdfdf7;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
 IMAGE-TEXT   IMAGE-TEXT   IMAGE-TEXT   IMAGE-TEXT
    
.align-01 {
	
	 text-image {
      .text-image {
        display: flex;
        align-items: left;
        justify-content: left
      }
      img {
        max-width: 280px
      }
      .image {
        flex-basis: 10%
      }
      .text {
        font-size: 16px;
        padding-left: 00px;
		padding-top: 10px;
}
   
 IMAGE-TEXT   END       IMAGE-TEXT   END       IMAGE-TEXT   END       IMAGE-TEXT   END  
