/*
Template: 
category: Corporate
Author: Codelayers
Version: 1.0
Design and Developed by: Codelayers


*/

/*
======================================
[ CSS TABLE CONTENT ]
======================================
    [Table of contents]

	1. General
		+ Text Colors
		+ Divider lines
		+ Paddings
		+ Opacity styles
		+ fonts
		+ Icon Boxes
		+ Text Boxes
		+ Buttons
		+ Opacity styles
		+ buttons

	2. Image boxes
		+ section-side-image
		+ background-imgholder
		+ image-left
		+ image-holder
		+ nodisplay-image
	
	3. Lists
		+ iconlist
		+ clientlogo-list
		+ side-nav-list
		+ category-links
		+ tags 
	
	4. Menu Backgrounds
		+ Headers
	
	5. Topbar Styles
		+ topbar
		+ toplist
	
	6. Logo
		+ logo
	
	7. Section Titles
		+ section titles
	
	8. Page Section Styles
		+ Section Styles
	
	9. Footer Styles
		+ footer logo
		+ lists
	
	
	10. Parallax Sections
	
	11. Overlay Styles
		+ Section Overlay
		+ video overlay
	
	12. Social Links
		+ social-icons-1
		+ social-icons-2
		+ social-icons-3
	
	13. Feature boxs
	
	
======================================
[ END CSS TABLE CONTENT ]
======================================
*/


/* =========== General ============= */


/* a link Styles
 ------------------------------ */
.imgheight25{
	bottom: 130px !important;
}

.imgwidthbox{
	width: 540px !important;
}

.imgsetting{
	width: 540px !important;
	text-align: justify !important;
}

.clientmargin{
	margin-top: 0px;
}

.tabnew{
	width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
    position: relative;
}
.tabnew :active{
		color: black;
		background-color: #000123;
}
.tabwidthnew li{
	width: 198px !important;
	margin: 0;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    padding: 0;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
	padding-left: 160px !important;
}

a, .btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover {
	color: #101010;
}
a {
	outline: medium none !important;
	color: #727272;
}
.uppercase {
	text-transform: uppercase;
}

.pmc_padding{
	margin-bottom: -1px !important;
	padding-top: 100px;
}
.white_lo{
    margin-top:19px;
  }
/* Headungs
 ------------------------------ */
 
h1, h2, h3, h4, h5, h6 {
	font-family:sans-serif;
	/*font-family: , sans-serif;*/
	font-weight: normal;
	color: #272727;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
}
h1.less-mar-1 {
	margin-bottom: 10px;
}
.facility{
	margin-bottom: -9px !important;
}
h1.less-mar-2 {
	margin-bottom: 5px;
}
h2 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	font-style: arial;
	font-weight: 300;
}
h2.nomargin {
	margin-bottom: 0px;
}
h2.less-mar-1 {
	margin-bottom: 3px;
}
h2.less-mar-2 {
	margin-bottom: 5px;
}
h2.less-mar-3 {
	margin-bottom: 7px;
}
h2.less-mar-4 {
	margin-bottom: 9px;
}
h3 {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 18px;
	font-style: normal;
}
h3.nomargin {
	margin-bottom: 0px;
}
h3.less-mar-1 {
	margin-bottom: 3px;
}
h3.less-mar-2 {
	margin-bottom: 5px;
}
h3.less-mar-3 {
	margin-bottom: 7px;
}
h3.less-mar-4 {
	margin-bottom: 9px;
}
h4 {
	font-size: 18px;
	line-height: 25px;
	font-style: normal;
}
h4.nomargin {
	margin-bottom: 0px;
}
h4.less-mar-1 {
	margin-bottom: 3px;
}
h4.less-mar-2 {
	margin-bottom: 5px;
}
h4.less-mar-3 {
	margin-bottom: 7px;
}
h4.less-mar-4 {
	margin-bottom: 9px;
}
h5 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 16px;
	font-style: normal;
}
h5.nomargin {
	margin-bottom: 0px;
}
h5.less-mar-1 {
	margin-bottom: 3px;
}
h5.less-mar-2 {
	margin-bottom: 5px;
}
h5.less-mar-3 {
	margin-bottom: 7px;
}
h5.less-mar-4 {
	margin-bottom: 9px;
}
h6 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
	font-style: normal;
}
h6.nomargin {
	margin-bottom: 0px;
}
h6.less-mar-1 {
	margin-bottom: 3px;
}
h6.less-mar-2 {
	margin-bottom: 5px;
}
h6.less-mar-3 {
	margin-bottom: 7px;
}
h6.less-mar-4 {
	margin-bottom: 9px;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.h1, .h2, .h3, h1, h2, h3, h4 {
	margin-top: 0;
}
ul {
	list-style-type: none;
}

/*=============== Text Colors ============= */

.text-white {
	color: #fff;
}
.text-dark {
	color: #242424;
}
.text-light {
	color: #bababa;
}
.text-primary {
	color: #000123 !important;
}
.text-primary1 {
	color:white !important;
}
.text-gray {
	color: #727272;
}
.text-gray-2 {
	color: #a1a1a1;
}
a:hover.text-hover-primary {
	color: #000123;
}
/*=============== Margins ============= */

.margin-bottom {
	margin-bottom: 0px;
}
.margin-bottom-2 {
    margin-bottom: 20px;
}
.margin-bottom-3 {
    margin-bottom: 30px;
}
.margin-bottom-4 {
    margin-bottom: 40px;
}
.margin-bottom-5 {
    margin-bottom: 50px;
}
.margin-top {
	margin-top: 0px;
}
.margin-top-1 {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.margin-top-2 {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.margin-top-3 {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.margin-top-4 {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.margin-top-5 {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.margin-top-6 {
    float: left;
    margin-top: 60px;
    width: 100%;
}
.margin-top-7 {
    float: left;
    margin-top: 70px;
    width: 100%;
}
.col-divider-margin {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.col-divider-margin-1 {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.col-divider-margin-2 {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.col-divider-margin-3 {
	width: 100%;
	margin-top: 30px;
	float: left;
}
.col-divider-margin-4 {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.col-divider-margin-5 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.col-divider-margin-6 {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.nobottom-margin {
	margin-bottom: 0px;
}

.margin-left-1 {
    margin-left: 10px;
}
.margin-left-2 {
    margin-left: 20px;
}
.margin-left-3 {
    margin-left: 30px;
}
.margin-left-4 {
    margin-left: 40px;
}
.margin-left-5 {
    margin-left: 50px;
}
.margin-left-6 {
    margin-left: 60px;
}
.margin-left-7 {
    margin-left: 70px;
}
.colmargin {
	margin: 0 0 0 0;
}
.col-centered {
	float: none;
	margin: 0 auto;
}

/* font weight
 ------------------------------ */
.f-weight-1 {
	margin-bottom: 0px;
}

/*=============== Divider lines ============= */
 .divider-line {
	float: left;
	width: 100%;
}
.divider-line.dashed {
	border-bottom: 1px dashed;
}
 .divider-line.solid {
	border-bottom: 1px solid;
}
.divider-line.dark {
	border-bottom-color:#444444;
}
.divider-line.dark-2 {
	border-bottom-color:#343333;
}
.divider-line.white {
	border-bottom-color:#fff;
}
.divider-line.light {
	border-bottom-color:#f1f1f1;
}
.divider-line.light-2 {
	border-bottom-color:#ebebeb;
}
 .divider-line.top-padding {
	padding-top: 20px;
}
 .divider-line.bottom-margin {
	margin-bottom: 20px;
}
.divider-line.margin {
	margin: 20px 0;
}
.divider-line.margin-2 {
	margin: 40px 0;
}
/*=============== Paddings ============= */
 
.no-top-padding {
	padding-top: 0;
}

/* padding top
 ------------------------------ */
.padding-top-1 {
	padding-top: 10px;
}
.padding-top-2 {
	padding-top: 20px;
}
.padding-top-3 {
	padding-top: 30px;
}
.padding-top-4 {
	padding-top: 40px;
}
.padding-top-5 {
	padding-top: 50px;
}
.padding-top-6 {
	padding-top: 60px;
}

/* left padding
 ------------------------------ */
 
.padding-left-1 {
	padding-left: 10px;
}
.padding-left-2 {
	padding-left: 20px;
}
.padding-left-3 {
	padding-left: 30px;
}
.padding-left-4 {
	padding-left: 40px;
}
.padding-left-5 {
	padding-left: 50px;
}
.padding-left-6 {
	padding-left: 60px;
}
.padding-left-7 {
	padding-left: 70px;
}
.padding-left-8 {
	padding-left: 80px;
}

/* right padding
 ------------------------------ */
 
.padding-right-1 {
	padding-right: 10px;
}
.padding-right-2 {
	padding-right: 20px;
}
.padding-right-3 {
	padding-right: 30px;
}
.padding-right-4 {
	padding-right: 40px;
}
.padding-right-5 {
	padding-right: 50px;
}
.padding-right-6 {
	padding-right: 60px;
}
.padding-right-7 {
	padding-right: 70px;
}
.padding-right-8 {
	padding-right: 80px;
}
.no-padding-top {
	padding-top: 0px;
}

/*=============== Opacity styles ============= */
.opacity-1 {
	opacity:0.1;
}
.opacity-2 {
	opacity:0.1;
}
.opacity-3 {
	opacity:0.3;
}
.opacity-4 {
	opacity:0.4;
}
.opacity-5 {
	opacity:0.5;
}
.opacity-6 {
	opacity:0.6;
}
.opacity-7 {
	opacity:0.7;
}
.opacity-8 {
	opacity:0.8;
}

/*=============== fonts ============= */

.droid-serif {
	font-family: 'Droid Serif', serif;
}
.ubuntu {
	font-family: 'Ubuntu', sans-serif;
}
.oswald {
	font-family: 'Oswald', sans-serif;
}
.muli {
	font-family: 'Muli', sans-serif;
}
.great-vibes {
	font-family: 'Great Vibes', cursive;
}
.old-standardtt {
	font-family: 'Old Standard TT', serif;
}
.dosis {
	font-family: 'Dosis', sans-serif;
}
.roboto-slab {
	font-family: 'Roboto Slab', serif;
}
.gfs-didot {
	font-family: 'GFS Didot', serif;
}
.raleway {
	font-family: "Raleway", sans-serif;
}
.gloria-hallelujah {
	font-family: 'Gloria Hallelujah', cursive;
}
.love-ya-like-a-sister {
	font-family: 'Love Ya Like A Sister', cursive;
}
.michroma {
	font-family: 'Michroma', sans-serif;
}
.sacramento {
	font-family: 'Sacramento', cursive;
}
.yesteryear {
	font-family: 'Yesteryear', cursive;
}
.playfair {
	font-family: 'Playfair Display', serif;
}
.jockey-one {
	font-family: 'Jockey One', sans-serif;
}
.pompiere {
	font-family: 'Pompiere', cursive;
}
.raleway {
	font-family:  sans-serif;
}
.six-caps {
	font-family: 'Six Caps', sans-serif;
}
.cinzel-decorative {
	font-family: 'Cinzel Decorative', cursive;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
}
.libre-baskerville {
	font-family: 'Libre Baskerville', serif;
}



/* line height
 ------------------------------ */
 .line-height-1{
	 line-height:18px;
	}
 .line-height-2{
	 line-height:20px;
	}
 .line-height-3{
	 line-height:30px;
	}
	
 .line-height-4{
	 line-height:40px;
	}
	
 .line-height-5{
	 line-height:50px;
	}
	
 .line-height-6{
	 line-height:60px;
	}


/* letter spacing
 ------------------------------ */
 .lspace-sm{
	letter-spacing:5px;
	}
.lspace-1{
	letter-spacing:10px;
	}
.lspace-2{
	letter-spacing:20px;
	}
.lspace-3{
	letter-spacing:30px;
	}
.lspace-4{
	letter-spacing:40px;
	}
.lspace-5{
	letter-spacing:50px;
	}
	
	
/* font weight styles
 ------------------------------ */
 
.font-weight-1 {
	font-weight: 100;
}
.font-weight-2 {
	font-weight: 200;
}
.font-weight-3 {
	font-weight: 300;
}
.font-weight-4 {
	font-weight: 400;
}
.font-weight-5 {
	font-weight: 500;
}
.font-weight-6 {
	font-weight: 600;
}
.font-weight-7 {
	font-weight: 700;
}
.font-weight-8 {
	font-weight: 800;
}
.font-weight-b {
	font-weight: bold;
}
/*=============== Columns without padding ============= */
.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
}

/*=============== site main structure ============= */

.site-wrapper {
    width: 100%;
    margin: 0px auto;
    background-color: #FFF;

}
.wrapper-boxed {
    margin: auto;
    background-color: #FFF;
}

/*=============== image Boxes ============= */

.imgbox-dxlarge, .imgbox-xlarge, .imgbox-large, .imgbox-xmedium, .imgbox-medium, .imgbox-smedium, .imgbox-small, .imgbox-tiny, .imgbox-xtiny {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
.imgbox-dxlarge {
	width: 300px;
	height: 300px;

}
.imgbox-dxlarge-2 {
	width: 200px;
	height: 200px;

}
.imgbox-xlarge {
	width: 135px;
	height: 135px;
}
.imgbox-large {
	width: 120px;
	height: 120px;
}
.imgbox-xmedium {
	width: 110px;
	height: 110px;
}
.imgbox-medium {
	width: 100px;
	height: 100px;
}
.imgbox-smedium {
	width: 90px;
	height: 90px;
}
.imgbox-small {
	width: 80px;
	height: 80px;
}
.imgbox-tiny {
	width: 70px;
	height: 70px;
}
.imgbox-xtiny {
	width: 60px;
	height: 60px;
}

/* icon rounded
 ------------------------------ */
 
.imgbox-dxlarge.round, .imgbox-dxlarge-2.round, .imgbox-xlarge.round, .imgbox-large.round, .imgbox-xmedium.round, .imgbox-medium.round, .imgbox-smedium.round, .imgbox-small.round, .imgbox-tiny.round, .imgbox-xtiny.round {
	border-radius: 100%;
}
/* imgboxes alignments
 ------------------------------ */
 
.imgbox-dxlarge.center, .imgbox-dxlarge-2.center, .imgbox-xlarge.center, .imgbox-large.center, .imgbox-xmedium.center, .imgbox-medium.center, .imgbox-smedium.center, .imgbox-small.center, .imgbox-tiny.center, .imgbox-xtiny.center {
	margin: 0 auto;
}
.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.imgbox-dxlarge.right, .imgbox-dxlarge-2.right, .imgbox-xlarge.right, .imgbox-large.right, .imgbox-xmedium.right, .imgbox-medium.right, .imgbox-smedium.right, .imgbox-small.right, .imgbox-tiny.right, .imgbox-xtiny.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

/* imgboxe background colors
 ------------------------------ */	
.imgbox-dxlarge.dark, .imgbox-dxlarge-2.dark, .imgbox-xlarge.dark, .imgbox-large.dark, .imgbox-xmedium.dark, .imgbox-medium.dark, .imgbox-smedium.dark, .imgbox-small.dark, .imgbox-tiny.dark, .imgbox-xtiny.dark {
	color: #fff;
	background-color: #101010;
}
.imgbox-dxlarge.white, .imgbox-dxlarge-2.white, .imgbox-xlarge.white, .imgbox-large.white, .imgbox-xmedium.white, .imgbox-medium.white, .imgbox-smedium.white, .imgbox-small.white, .imgbox-tiny.white, .imgbox-xtiny.white {
	color: #242424;
	background-color: #fff;
}
.imgbox-dxlarge.gray, .imgbox-dxlarge-2.gray, .imgbox-xlarge.gray, .imgbox-large.gray, .imgbox-xmedium.gray, .imgbox-medium.gray, .imgbox-smedium.gray, .imgbox-small.gray, .imgbox-tiny.gray, .imgbox-xtiny.gray {
	color: #fff;
	background-color: #474747;
}

/* imgboxs with stroke
 ------------------------------ */	
.imgbox-dxlarge.outline-gray, .imgbox-dxlarge-2.outline-gray, .imgbox-xlarge.outline-gray, .imgbox-large.outline-gray, .imgbox-xmedium.outline-gray, .imgbox-medium.outline-gray, .imgbox-smedium.outline-gray, .imgbox-small.outline-gray, .imgbox-tiny.outline-gray, .imgbox-xtiny.outline-gray {
	color: #fff;
	background-color: none;
	border: 1px solid #727272;
}
.imgbox-dxlarge.outline-gray-2, .imgbox-dxlarge-2.outline-gray-2, .imgbox-xlarge.outline-gray-2, .imgbox-large.outline-gray-2, .imgbox-xmedium.outline-gray-2, .imgbox-medium.outline-gray-2, .imgbox-smedium.outline-gray-2, .imgbox-small.outline-gray-2, .imgbox-tiny.outline-gray-2, .imgbox-xtiny.outline-gray-2 {
	color: #242424;
	background-color: none;
	border: 1px solid #e4e4e4;
}
.imgbox-dxlarge.outline-white, .imgbox-dxlarge-2.outline-white, .imgbox-xlarge.outline-white, .imgbox-large.outline-white, .imgbox-xmedium.outline-white, .imgbox-medium.outline-white, .imgbox-smedium.outline-white, .imgbox-small.outline-white, .imgbox-tiny.outline-white, .imgbox-xtiny.outline-white {
	color: #fff;
	background-color: none;
	border: 1px solid #fff;
}
.imgbox-dxlarge.outline-dark, .imgbox-dxlarge-2.outline-dark, .imgbox-xlarge.outline-dark, .imgbox-large.outline-dark, .imgbox-xmedium.outline-dark, .imgbox-medium.outline-dark, .imgbox-smedium.outline-dark, .imgbox-small.outline-dark, .imgbox-tiny.outline-dark, .imgbox-xtiny.outline-dark {
	color: #161616;
	background-color: none;
	border: 1px solid #161616;
}
/*=============== Icon Boxes ============= */

.iconbox-dxlarge, .iconbox-xlarge, .iconbox-large, .iconbox-xmedium, .iconbox-medium, .iconbox-smedium, .iconbox-small, .iconbox-tiny, .iconbox-xtiny {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
.iconbox-dxlarge {
	width: 200px;
	height: 200px;
	font-size: 46px;
	color: #242424;
	border: none;
	line-height: 135px;
}
.iconbox-xlarge {
	width: 135px;
	height: 135px;
	font-size: 46px;
	color: #242424;
	line-height: 135px;
}
.iconbox-large {
	width: 120px;
	height: 120px;
	font-size: 46px;
	color: #242424;
	line-height: 114px;
}
.iconbox-xmedium {
	width: 110px;
	height: 110px;
	font-size: 38px;
	color: #242424;
	line-height: 106px;
}
.iconbox-medium {
	width: 100px;
	height: 100px;
	font-size: 32px;
	color: #242424;
	line-height: 100px;
}
.iconbox-smedium {
	width: 90px;
	height: 90px;
	font-size: 26px;
	color: #242424;
	line-height: 90px;
}
.iconbox-small {
	width: 80px;
	height: 80px;
	font-size: 26px;
	color: #242424;
	line-height: 80px;
}
.iconbox-tiny {
	width: 70px;
	height: 70px;
	font-size: 26px;
	color: #242424;
	line-height: 74px;
}
.iconbox-xtiny {
	width: 60px;
	height: 60px;
	font-size: 18px;
	color: #242424;
	line-height: 60px;
}
.digit {
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	left: 115px;
	top: 115px;
	line-height: 36px;
	border-radius: 100%;
	background-color: #fd602c;
	transition: all 0.3s ease-out 0s;
}
.iconbox-xlarge.no-lineheight {
	line-height: 0;
}

/* icon rounded
 ------------------------------ */
 
.iconbox-dxlarge.round, .iconbox-xlarge.round, .iconbox-large.round, .iconbox-xmedium.round, .iconbox-medium.round, .iconbox-smedium.round, .iconbox-small.round, .iconbox-tiny.round, .iconbox-xtiny.round {
	border-radius: 100%;
}
/* iconboxes alignments
 ------------------------------ */
 
.iconbox-dxlarge.center, .iconbox-xlarge.center, .iconbox-large.center, .iconbox-xmedium.center, .iconbox-medium.center, .iconbox-smedium.center, .iconbox-small.center, .iconbox-tiny.center, .iconbox-xtiny.center {
	margin: 0 auto;
}
.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.iconbox-dxlarge.right, .iconbox-xlarge.right, .iconbox-large.right, .iconbox-xmedium.right, .iconbox-medium.right, .iconbox-smedium.right, .iconbox-small.right, .iconbox-tiny.right, .iconbox-xtiny.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

/* iconboxe background colors
 ------------------------------ */	
.iconbox-dxlarge.dark, .iconbox-xlarge.dark, .iconbox-large.dark, .iconbox-xmedium.dark, .iconbox-medium.dark, .iconbox-smedium.dark, .iconbox-small.dark, .iconbox-tiny.dark, .iconbox-xtiny.dark {
	color: #fff;
	background-color: #101010;
}
.iconbox-dxlarge.white, .iconbox-xlarge.white, .iconbox-large.white, .iconbox-xmedium.white, .iconbox-medium.white, .iconbox-smedium.white, .iconbox-small.white, .iconbox-tiny.white, .iconbox-xtiny.white {
	color: #242424;
	background-color: #fff;
}
.iconbox-dxlarge.gray, .iconbox-xlarge.gray, .iconbox-large.gray, .iconbox-xmedium.gray, .iconbox-medium.gray, .iconbox-smedium.gray, .iconbox-small.gray, .iconbox-tiny.gray, .iconbox-xtiny.gray {
	color: #fff;
	background-color: #474747;
}

/* iconboxs with stroke
 ------------------------------ */	
.iconbox-dxlarge.outline-gray, .iconbox-xlarge.outline-gray, .iconbox-large.outline-gray, .iconbox-xmedium.outline-gray, .iconbox-medium.outline-gray, .iconbox-smedium.outline-gray, .iconbox-small.outline-gray, .iconbox-tiny.outline-gray, .iconbox-xtiny.outline-gray {
	color: #fff;
	background-color: none;
	border: 1px solid #727272;
}
.iconbox-dxlarge.outline-gray-2, .iconbox-xlarge.outline-gray-2, .iconbox-large.outline-gray-2, .iconbox-xmedium.outline-gray-2, .iconbox-medium.outline-gray-2, .iconbox-smedium.outline-gray-2, .iconbox-small.outline-gray-2, .iconbox-tiny.outline-gray-2, .iconbox-xtiny.outline-gray-2 {
	color: #242424;
	background-color: none;
	border: 1px solid #e4e4e4;
}
.iconbox-dxlarge.outline-white, .iconbox-xlarge.outline-white, .iconbox-large.outline-white, .iconbox-xmedium.outline-white, .iconbox-medium.outline-white, .iconbox-smedium.outline-white, .iconbox-small.outline-white, .iconbox-tiny.outline-white, .iconbox-xtiny.outline-white {
	color: #fff;
	background-color: none;
	border: 1px solid #fff;
}
.iconbox-dxlarge.outline-dark, .iconbox-xlarge.outline-dark, .iconbox-large.outline-dark, .iconbox-xmedium.outline-dark, .iconbox-medium.outline-dark, .iconbox-smedium.outline-dark, .iconbox-small.outline-dark, .iconbox-tiny.outline-dark, .iconbox-xtiny.outline-dark {
	color: #161616;
	background-color: none;
	border: 1px solid #161616;
}

/* Icons Plain
 ------------------------------ */	
 
.icon-plain-large {
	font-size: 80px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-medium {
	font-size: 60px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-small {
	font-size: 40px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-msmall {
	font-size: 32px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-tiny {
	font-size: 20px;
	color: #242424;
	transition: all 0.3s ease-out 0s;
}
.icon-plain-small.rightline {
	border-right: 1px solid #3F3F3F;
}
.icon-plain-medium.rightline {
	margin: 0px 20px 50px 0px;
	border-right: 1px solid #FFC153;
}
.icon-plain-small.dark {
	color: #242424;
}

/* plain icon alignments
 ------------------------------ */
 
.icon-plain-large.center, .icon-plain-medium.center, .icon-plain-small.center, .icon-plain-msmall.center, .icon-plain-tiny.center {
	margin: 0 auto;
}
.icon-plain-large.left, .icon-plain-medium.left, .icon-plain-small.left, .icon-plain-msmall.left, .icon-plain-tiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.icon-plain-large.right, .icon-plain-medium.right, .icon-plain-small.right, .icon-plain-msmall.right, .icon-plain-tiny.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

/* plain icon colors
 ------------------------------ */
 
.icon-plain-large.dark, .icon-plain-medium.dark, .icon-plain-small.dark, .icon-plain-msmall.dark, .icon-plain-tiny.dark {
	color: #242424;
}
.icon-plain-large.white, .icon-plain-medium.white, .icon-plain-small.white, .icon-plain-msmall.white, .icon-plain-tiny.white {
	color: #fff;
}
.icon-plain-large.green, .icon-plain-medium.green, .icon-plain-small.green, .icon-plain-msmall.green, .icon-plain-tiny.green {
	color: #fd602c;
}
.icon-plain-large.gray, .icon-plain-medium.gray, .icon-plain-small.gray, .icon-plain-msmall.gray, .icon-plain-tiny.gray {
	color: #727272;
}

/*============ Text Boxes ============ */
	
.text-box-right {
	display: block;
	padding: -1Gpx 0px 0px 99px;
	margin: 0px;
	text-align: left;
}
.text-box-right.less-padding {
	padding: 0px 0px 0px 65px;
}
.text-box-left {
	display: block;
	padding: 0px 90px 0px 0;
	margin: 0px;
	text-align: right;
}
.item-holder {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.text-box {
	width: 100%;
	float: left;
}
.text-box.white {
	background-color: #fff;
}
.text-box.primary {
	background-color: #000123;
}
.text-box.white-transparent-1 {
	background-color:rgba(255, 255, 255, 0.9);
}
.text-box.light {
	background-color: #f5f5f5;
}
.text-box.dark {
	background-color: #242424;
}
.text-box.xdark {
	background-color: #000;
}
.text-box.border-light{
	border: 1px solid #ececec;
}
/* text boxes with borders
 ------------------------------ */
.text-box-right.border, .text-box-left.border, .item-holder.border, .text-box-inner.border, .text-box.border {
	border: 1px solid #f1f1f1;
}
.text-box-right.border-top, .text-box-left.border-top, .item-holder.border-top, .text-box-inner.border-top, .text-box.border-top {
	border-top: 1px solid #f1f1f1;
}
.text-box-right.border-bottom, .text-box-left.border-bottom, .item-holder.border-bottom, .text-box-inner.border-bottom, .text-box.border-bottom {
	border-bottom: 1px solid #f1f1f1;
}
.text-box-right.border-left, .text-box-left.border-left, .item-holder.border-left, .text-box-inner.border-left, .text-box.border-left {
	border-left: 1px solid #f1f1f1;
}
.text-box-right.border-right, .text-box-left.border-right, .item-holder.border-right, .text-box-inner.border-right, .text-box.border-right {
	border-right: 1px solid #f1f1f1;
}

/* text boxe padding
 ------------------------------ */
 
 .text-box.sbox-padd-left {
	padding-left:0px;
}

.text-box.padding-1 {
	padding: 10px;
}
.text-box.padding-2 {
	padding: 20px;
}
.text-box.padding-3 {
	padding: 30px;
}
.text-box.padding-4 {
	padding: 40px;
}
.text-box.padding-5 {
	padding: 50px;
}
.text-box.padding-6 {
	padding: 60px;
}
.text-box.padding-7 {
	padding: 70px;
}
.text-box.padding-8 {
	padding: 80px;
}
.text-box.padding-9 {
	padding: 90px;
}

/* text boxes margin and paddings
 ------------------------------ */
 
 /* left box
 ------------------------------ */
 
.item-holder.marginbottom {
	margin: 0 0 40px 0;
}
.text-box-left.more-padding-1 {
	padding: 0px 120px 0px 0px;
}
.text-box-left.more-padding-2 {
	padding: 0px 150px 0px 0px;
}
.text-box-left.less-padding-1 {
	padding: 0px 70px 0px 0;
}
.text-box-left.less-padding-2 {
	padding: 0px 50px 0px 0;
}
/* right box
 ------------------------------ */
 
.text-box-right.more-padding-1 {
	padding: 0px 0px 0px 120px;
}
.text-box-right.more-padding-2 {
	padding: 0px 0px 0px 140px;
}
.text-box-right.more-padding-3 {
	padding: 0px 0px 0px 160px;
}
.text-box-right.more-padding-4 {
	padding: 0px 0px 0px 170px;
}
.text-box-right.less-padding-1 {
	padding: 0px 0px 0px 70px;
}
.text-box-right.less-padding-2 {
	padding: 0px 0px 0px 50px;
}
.text-box-right.less-padding-3 {
	padding: 0px 0px 0px 40px;
}
.text-box-right.less-padding-4 {
	padding: 0px 0px 0px 80px;
}
/*============ Buttons ============ */

a.read-more {
	color: #000123;
}
a.read-more:hover {
	color: #101010;
}
a.read-more.white {
	color: #fff;
}
a.read-more.white:hover {
	color: #101010;
}
a.read-more.dark {
	color: #101010;
}
a.read-more.dark:hover {
	color: #000123;
}
a.read-more.dark-2 {
	color: #101010;
}
a.read-more.dark-2:hover {
	color: #727272;
}
a.read-more.primary {
	color: #000123;
}
a.read-more.primary:hover {
	color: #101010;
}

/* button styles
 ------------------------------ */
 
.btn {
	padding: 10px 36px;
	margin: 0px;
	box-shadow: none;
	border-radius: 0;
}
.btn.btn-large {
	padding: 15px 60px;
}
.btn.btn-medium {
	padding: 10px 30px;
}
.btn.btn-small {
	padding: 8px 18px;
}
.btn.btn-small-2 {
	padding: 4px 18px;
}
.btn.btn-fullwidth {
	width:100%;
}
.btn.btn-half-fullwidth {
	width:50%;
}
/* button radius
 ------------------------------ */ 
.btn.btn-xround {
	border-radius: 20px;
}
.btn.btn-xround-2 {
	border-radius: 30px;
}
.btn.btn-round {
	border-radius: 5px;
}
.btn.top-margin {
	margin-top: 20px;
}

/* button right margins
 ------------------------------ */ 
.btn.btn-mar-right-1 {
	margin-right:10px
}
.btn.btn-mar-right-2 {
	margin-right:20px
}
.btn.btn-mar-right-3 {
	margin-right:30px
}
.btn.btn-mar-right-4 {
	margin-right:40px
}
.btn.btn-mar-right-5 {
	margin-right:50px
}
/* button left margins
 ------------------------------ */ 
.btn.btn-mar-left-1 {
	margin-left:10px
}
.btn.btn-mar-left-2 {
	margin-left:20px
}
.btn.btn-mar-left-3 {
	margin-left:30px
}
.btn.btn-mar-left-4 {
	margin-left:40px
}
.btn.btn-mar-left-5 {
	margin-left:50px
}


/* button background colors
 ------------------------------ */

/* button white
 ------------------------------ */
.btn.btn-white {
	color: #101010;
	background-color: #fff;
}
.btn.btn-white:hover {
	color: #fff;
	background-color: #101010;
}
/* button white transparent
 ------------------------------ */
.btn.btn-white-tr {
	color: #101010;
	background-color: rgba(255, 255, 255, 0.6);
}
.btn.btn-white-tr:hover {
	color: #101010;
	background-color: #fff;
}

/* button dark
 ------------------------------ */
.btn.btn-dark {
	color: #fff;
	background-color: #101010;
}
.btn.btn-dark:hover {
	color: #fff;
	background-color: #3e3e3e;
}
/* button dark-2
 ------------------------------ */
.btn.btn-dark-2 {
	color: #fff;
	background-color: #161616;
}
.btn.btn-dark-2:hover {
	color: #161616;
	background-color: #fff;
}
/* button dark-3
 ------------------------------ */
.btn.btn-dark-3 {
	color: #727272;
	background-color: #101010;
}
.btn.btn-dark-3:hover {
	color: #727272;
	background-color: #242424;
}
/* button light
 ------------------------------ */
.btn.btn-light {
	color: #101010;
	background-color: #f5f5f5;
}
.btn.btn-light:hover {
	color: #727272;
	background-color: #101010;
}
/* button golden yellow
 ------------------------------ */
.btn.btn-prim {
	color: #fff;
	background-color: #000123 !important;
}
.btn.btn-prim:hover {
	color: #fff;
	background-color: #101010;
}

.btn.text-dark {
	color: #101010;
}
/* button with border
 ------------------------------ */
.btn.btn-border {
	color: #242424;
	border: 2px solid;
}
.btn.btn-border.less-bor {
	border: 1px solid;
}
.btn.btn-border.border-1x {
	border: 1px solid;
}
.btn.btn-border.border-2x {
	border: 2px solid;
}
.btn.btn-border.border-3x {
	border: 3px solid;
}
.btn.btn-border.border-4x {
	border: 4px solid;
}



/* button border white
 ------------------------------ */
.btn.btn-border.white {
	color: #fff;
	border-color:#fff;
}
.btn.btn-border:hover.white {
	color:#242424;
	background-color:#fff;
	border-color:#fff;
}
/* button border dark
 ------------------------------ */
.btn.btn-border.dark {
	border-color:#101010;
}
.btn.btn-border:hover.dark {
	color:#fff;
	background-color:#101010;
	border-color:#101010;
}

/* button border dark
 ------------------------------ */
.btn.btn-border.dark-2 {
	color:#fff;
	border-color:#545454;
}
.btn.btn-border:hover.dark-2 {
	color:#101010;
	background-color:#fff;
	border-color:#fff;
}

/* button border light
 ------------------------------ */
.btn.btn-border.light {
	border-color:#e4e4e4;
}
.btn.btn-border:hover.light {
	color:#fff;
	background-color:#101010;
	border-color:#101010;
}

/* button border extra light
 ------------------------------ */
.btn.btn-border.xlight {
	border-color:#f5f5f5;
}
.btn.btn-border:hover.xlight {
	color:#727272;
	background-color:#101010;
	border-color:#101010;
}

/* button border orange-2
 ------------------------------ */
.btn.btn-border.prim {
	color:#000123;
	border-color:#000123;
}
.btn.btn-border:hover.prim {
	color:#fff;
	background-color:#000123;
	border-color:#000123;
}

/* button border gray
 ------------------------------ */
.btn.btn-border.gray {
	color:#fff;
	border-color:#727272;
}
.btn.btn-border:hover.gray {
	color:#fff;
	background-color:#5c5b5b;
	border-color:#5c5b5b;
}

/* button border gray-2
 ------------------------------ */
.btn.btn-border.gray-2 {
	color:#101010;
	border-color:#727272;
}
.btn.btn-border:hover.gray-2 {
	color:#fff;
	background-color:#5c5b5b;
	border-color:#5c5b5b;
}

/* button border xdark
 ------------------------------ */
.btn.btn-border.xdark {
	color:#161616;
	border-color:#161616;
}
.btn.btn-border:hover.xdark {
	color:#fff;
	background-color:#161616;
	border-color:#161616;
}

/* button border white on hover golden yellow
 ------------------------------ */
.btn.btn-border.white.gyellow {
	color:#fff;
	border-color:#fff;
}
.btn.btn-border:hover.white.gyellow {
	color:#fff;
	background-color:#000123;
	border-color:#000123;
}

/* Appstore buttons
 ------------------------------ */ 

.btn.appstore {
	width: 200px;
	padding: 10px 25px;
	margin: 0px;
	text-align: left;
}
.btn.appstore.right-margin {
	margin-right: 10px;
}
.btn.appstore.gyellow {
	background-color: #000123;
}
.btn.appstore span {
	margin: 0px;
	float: left;
	padding: 0;
	text-align: left;
}
.btn.appstore span i {
	font-size: 40px;
	color: #fff;
	padding: 0 20px 0 0;
}
.btn.appstore p {
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0 25px 0 20px;
	text-align: left;
}
.btn.appstore .big {
	margin: 0px;
	font-size: 18px;
	padding: 0;
}
.btn.appstore.gyellow:hover {
	background-color: #fff;
}
.btn.appstore.gyellow:hover p, .btn.appstore.gyellow:hover .big, .btn.appstore.gyellow:hover span i {
	color: #101010;
}
/* Appstore button white
 ------------------------------ */
.btn.appstore.white {
	background-color: #fff;
}
.btn.appstore.white span i {
	font-size: 40px;
	color: #101010;
	padding: 0 20px 0 0;
}
.btn.appstore.white:hover {
	background-color: #000123;
}
.btn.appstore.white:hover p, .btn.appstore.white:hover .big, .btn.appstore.white:hover span i {
	color: #fff;
}


/*============ Image Boxes ============ */

.section-side-image {
	position: relative;
	padding: 0px;
	margin: 0px;
}
.section-side-image .img-holder {
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}
.background-imgholder.top-padd {
	padding-top: 80px;
}
.section-side-image .text-inner {
	padding: 120px 120px 120px 0;
}
.section-side-image .text-inner-2 {
	padding: 80px;
}
.section-side-image .text-inner-3 {
	padding: 80px 80px 0px 80px;
}
.section-side-image .text-inner.two {
	padding: 0px 80px 0px 0;
}
.section-side-image .text-inner-4 {
	padding: 0 0 0 0;
}
.section-side-image .text-inner-5 {
	padding: 120px 120px 120px 0;
}
.section-side-image .text-inner-6 {
	padding: 110px;
}
.background-imgholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

/* side image 2
 ------------------------------ */
.section-side-image-2 {
	position: relative;
	padding: 0px;
	margin: 0px;
}
.section-side-image-2 .img-holder {
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}
.section-side-image-2 .background-imgholder-2.top-padd {
	padding-top: 80px;
}
.section-side-image-2 .text-inner.two {
	padding: 0px 80px 0px 0;
}
.section-side-image-2 .background-imgholder-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
}
.image-holder {
	width: 100%;
	float: left;
}
.image-holder.less-width-1 {
    width: 80%;
}
.image-holder.less-width-2 {
    width: 75%;
}
.image-holder.less-width-3 {
    width: 70%;
}
.image-left {
    color: #fff;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    transition: all 0.3s ease-out 0s;
}
.img-align-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.nodisplay-image {
	display: none;
}
/* image overflow hidden
 ------------------------------ */
.overflow-hidden {
	overflow: hidden;
}

/*============ Lists ============ */

.iconlist {
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-left: 22px;
}
.iconlist li {
	padding: 0px;
	margin: 0 0 15px 0;
	display: block;
	color:#505050;
	line-height: 23px;
}
.iconlist.light li {
	color:#ccc;
}
.iconlist li i {
	color:white;
	padding: 0 15px 0 0;
}
.iconlist.gyellow li i {
	color: #000123;
	padding: 0 15px 0 0;
}
.iconlist.dark li i {
	color: #101010;
}
.iconlist.less-margin li {
	margin: 0 0 13px 0;
}
.iconlist.white li i {
	color: #fff;
}
.iconlist.white-2 li {
	color: #fff;
}
.iconlist.medium li i {
	color: #727272;
}

/* icon list style 2
 ------------------------------ */
 .iconlist-2a {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	float: left;
	margin-bottom: -4px;
}
.iconlist-2a .icon {
	width: 18px;
	height: 18px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	color: #cc0000;
	border-radius: 100%;
}
.iconlist-2a .text {
	padding: 0px 0 0 28px;
	margin: 0px;
	display: block;
}

.iconlist-2a .icon.dark {
	color: #101010;
}
.iconlist-2a .icon.light {
	color: #3a1a1a;
}
.iconlist-2a .icon.white {
	color: #fff;
}
.iconlist-2a .icon.gyellow {
	color: #000123;
}

/* icon list style 2
 ------------------------------ */
.iconlist-2 {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	float: left;
}
.iconlist-2 .icon {
	width: 18px;
	height: 18px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	color: #cc0000;
	border-radius: 100%;
}
.iconlist-2 .text {
	padding: 0px 0 0 28px;
	margin: 0px;
	display: block;
}

.iconlist-2 .icon.dark {
	color: #101010;
}
.iconlist-2 .icon.light {
	color: #f5f5f5;
}
.iconlist-2 .icon.white {
	color: #fff;
}
.iconlist-2 .icon.gyellow {
	color: #000123;
}
/* =========== client logos ============= */

.clients-list.grid-cols-2 li {
    width: 50%;
}
.clients-list.grid-cols-3 li {
    width: 33.33%;
}
.clients-list.grid-cols-4 li {
    width: 25%;
}
.clients-list.grid-cols-5 li {
    width: 20%;
}
.clients-list.grid-cols-6 li {
    width: 16.66%;
}
.clients-list.grid-cols-8 li {
    width: 11%;
}

.clients-list.grid-cols-9 li {
    width: 12%;
}
/* .clients-list .client_size li {
    width: 11% !important;
} */

.clients-list.grid-cols-7 li {
    width: 14.06%;
}

.clients-list {
	padding-left:0px;
    overflow: hidden;
}

.clients_width {
	padding-left:0px;
    overflow: hidden;
	width: 100% !important;
}
.clients-list li {
	position: relative;
	width: 20%;
    float: left;
    padding: 25px 0;
	transition: all 0.3s ease-out 0s;   
}
.clients-list li a img {
    width: 100%;
}
.clients-list li a, .clients-list li img {
    display: block;
    margin:0 auto;
    width: 75%;
}
.clients-list li::before, .clients-list li::after {
    content: "";
    position: absolute;
}
.clients-list li::before {
    height: 100%;
	top: 0;
    left: -1px;
	border-left: 1px solid #e9e9e9;
}
.clients-list li::after{
    width: 100%;
	height: 0;    
    left: 0;
    top: auto;
    bottom: -1px;
	border-bottom: 1px solid #e9e9e9;
}
.clients-list.border-dark li::before {
	border-left: 1px solid #333333;
}
.clients-list.border-dark li::after{
	border-bottom: 1px solid #333333;
}
.clients-list.noborder li::after{
	border-bottom: none;
}
.clients-list.noborder li::before{
	border-left: none;
}
/* logo hover styles
 ------------------------------ */
 
.clients-list.hover-1 li:hover {
	background-color:#f5f5f5;
}
.clients-list.hover-2 li:hover {
	background-color:#f5f5f5;
}
.clients-list.hover-3 li:hover {
	background-color:#f5f5f5;
}
.clients-list.hover-4 li a {
	opacity:0.4;
}
.clients-list.hover-4 li a:hover {
	opacity:1;
}
.clients-list.hover-5 li a {
	opacity:0.8;
}
.clients-list.hover-5 li a:hover {
	opacity:1;
}
.clients-list.hover-6 li {
	opacity:0.8;
}
.clients-list.hover-6 li:hover {
	background-color:#f5f5f5;
}
/* side navigation list
 ------------------------------ */
.side-nav-list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.side-nav-list li {
	width: 100%;
	padding: 0px;
	margin: 0 0 2px 0;
	float: left;
}
.side-nav-list li a {
	width: 100%;
	padding: 15px 25px;
	margin: 0px;
	font-weight: normal;
	float: left;
	background-color: #f6f6f6;
}
.side-nav-list li a:hover, .side-nav-list li a.active {
	color: #fff;
	background-color: #000123;
}
/* side navigation list
 ------------------------------ */
.category-links {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.category-links li {
	width: 100%;
	padding: 10px 0;
	margin: 0 0 0 0;
	float: left;
	border-bottom: 1px solid #eeeeee;
}
.category-links li a:hover, .category-links li a.active {
	color: #000123;
}
.category-links li:last-child {
	border-bottom: none;
}

/* blog1 tags
 ------------------------------ */	
.tags {
	padding: 0px;
	margin: 0px;
}
.tags li {
	padding: 0px;
	margin: 0;
}
.tags li a {
	padding: 5px 15px 5px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #727272;
	background-color: #e7e7e7;
}
.tags li a:hover, .tags li a.active {
	color: #fff;
	background-color: #dbdc33;
}

.tags.two li a {
	color: #242424;
	background-color: #fff;
	border:1px solid #e4e4e4;
}
.tags.two li a:hover, .tags.two li a.active {
	color: #fff;
	background-color: #42d1aa;
	border:1px solid #42d1aa;
}

/*tags 2
 ------------------------------ */	
.tags-2 {
	padding: 0px;
	margin: 0px;
}
.tags-2 li {
	padding: 0px;
	margin: 0;
}
.tags-2 li a {
	padding: 5px 15px 5px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #727272;
	border:1px solid #e4e4e4;
	background-color: #fff;
}
.tags-2 li a:hover, .tags-2 li a.active {
	color: #fff;
	border:1px solid #000123;
	background-color: #000123;
}


/* sidebar works list
 ------------------------------ */	
.sidebar-works {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidebar-works li {
	width:32%;
	padding: 0px;
	margin: 4px 4px 0 0;
	float: left;
}
.sidebar-works li a img {
	width:100%;
}
.sidebar-works li:last-child {
	margin: 4px 0 0 0;
}

/*============ Menu Backgrounds ============ */

/* Sticky bg
 ------------------------------ */
#header {
	position: relative;
	background: #101010;
	padding: 0;
	width: 100%;
	z-index: 999;
}


/*============ Topbar Styles ============ */

/* Topbar
 ------------------------------ */
 
.topbar {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0px;
}
.topbar.white {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}
.topbar.light {
	background-color: #f6f6f6;
}
.topbar.dark {
	background-color: #101010;
}
.topbar.fulldark {
	background-color: #000;
	border-bottom: 1px solid #262626;
}
.topbar.gyellow {
	background-color: #000123;
}
.topbar.more-padding {
	padding: 20px 0 80px 0;
}

.topbar-transparent {
	position:relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0px;
	z-index:99;
}
.topbar-transparent.min-height {
	min-height:120px;
}
.topbar-transparent.dark {
	background-color:#101010;
}
.topbar-transparent.bborder {
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.topbar-transparent.light {
	background-color:#f5f5f5;
}
.topbar-transparent.dark .toplist li a:hover {
    color: #fff;
}
.topbar-transparent.text-white .toplist li, .topbar-transparent.text-white .toplist li a {
    color: #fff;
}

.topbar.no-boder {
	border-bottom:none;
}
.topbar.more-padd-1 {
	padding: 25px 0;
}

.topbar .border-r {
	border-right:1px solid #e5e5e5;
}
.topbar .padd-left {
	padding-left:30px;
}
/* Topbar list
 ------------------------------ */
.toplist {
	float: right;
	padding: 0px;
	margin: 0px;
}
.toplist li {
	float: left;
	color: #8d8c8c;
	text-align: right;
	font-size: 14px;
	margin: 0px;
	padding: 0 10px 0 10px;
}
.toplist li.lineright {
	border-right: 1px solid #e4e4e4;
}
.toplist li a {
	color: #8d8c8c;
}
.toplist li a:hover {
	color: #101010;
}
.toplist.toppadding {
	padding-top: 10px;
}
a.topbar-btn {
	float: left;
	color: #101010;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	border-radius: 2px;
	padding: 5px 15px;
	background-color: #fff;
}
.topbar-padding {
	padding: 7px 0 15px 0;
}
.topbar-left-items {
	float: left;
	margin: 0;
	padding: 0;
	width: 37%;
}
.topbar-middle-logo {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 26%;
	text-align: center;
	background-color: #000123;
}
.topbar-middle-logo.no-bgcolor {
	background:none;
}
.topbar-right-items {
	float: left;
	margin: 0;
	padding: 0;
	width: 37%;
}

/* topbar dark list color
 ------------------------------ */
.topbar.dark .toplist li a:hover {
	color: #fff;
}
.topbar.fulldark .toplist li a:hover {
	color: #fff;
}
.topbar.dark .toplist li.lineright {
	border-right: 1px solid #727272;
}
.topbar.fulldark .toplist li.lineright {
	border-right: 1px solid #3a3a3a;
}
.topbar.white .toplist li a:hover {
	color: #101010;
}
/* topbar logo middle
 ------------------------------ */
.topbar-middle-logo.nobg {
	background: none;
}
/* topbar btn
 ------------------------------ */
a.topbar-btn:hover, a.topbar-btn.active {
	color: #FFF !important;
	background-color: #000123;
}

/* topbar white top list color
 ------------------------------ */
.topbar.white .toplist li a {
	color: #727272;
}
.topbar.white .toplist li {
	color: #727272;
}
/* topbar orange toplist color
 ------------------------------ */
.topbar.gyellow .toplist li {
	color: #000123;
}
.topbar.gyellow .toplist li a {
	color: #000123;
}
/* topbar right items two
 ------------------------------ */
.topbar-right-items.two {
	width: 50%;
}

/*============ Section Titles ============ */

/* title container
 ------------------------------ */
 
.title{
	transition: all 0.3s ease-out 0s;
}

 /* title container
 ------------------------------ */

.sec-title-container {
	width:100%;
	float:left;
	padding-bottom:5px;
}

.test_relay {
	padding-bottom:0px !important;
}


.test_r {
	padding-bottom:0px !important;
}

.sec-title-cont{
	padding-bottom:36px;
}

.sec-title-container.less-padding-1 {
	padding-bottom:27px;
	
}
.sec-title-container.less-padding-2 {
	padding-bottom:50px;
}
.sec-title-container.less-padding-3 {
	padding-bottom:40px;
}
.sec-title-container.less-padding-4 {
	padding-bottom:30px;
}
.sec-title-container.less-padding-5 {
	padding-bottom:20px;
}
.sec-title-container.less-padding-6 {
	padding-bottom:15px;
}
/* page title
 ------------------------------ */
.section-title {
	font-weight: 400;
}
/* subtitle
 ------------------------------ */
.sub-title {
	width: 48%;
	font-size: 16px;
	margin: 0 auto 70px auto;
}
/* title line
 ------------------------------ */
.title-line-1 {
	width: 125px;
	height:4px;
	margin:12px auto 0 auto;
	border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
}
.title-line-1.align-left {
	width: 125px;
	margin:12px auto 0 0;
}
.title-line-1.transp {
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	border-top:1px solid rgba(255, 255, 255, 0.3);
}
.title-line-2 {
	width:260px;
	height:1px;
	margin:12px auto 0 auto;
	background-color:#e7e7e7;
}
.title-line-2.align-left {
	width: 260px;
	margin:12px auto 0 0;
}
/* featurebox title line
 ------------------------------ */
.feabox-title-line {
	width:60px;
	height:2px;
	margin:0 auto 0 0;
	background-color:#101010;
}
.feabox-title-line.center {
	width:60px;
	height:2px;
	margin:0 auto;
	background-color:#101010;
}

/*============ Footer Styles Sections ============ */

 /* footer section
 ------------------------------ */ 
 .fo-map {
	width: 100%;
	float:left;
	color:#bababa;
}
 .fo-map {
	background-size:100%;
}
.fo-sec-1 {
	position:relative;
	width: 100%;
	padding: 110px 0 0 0;
	margin:0;
	float: left;
}
.fo-sec-1 .newsletter-box{
	position: absolute;
	width:100%;
	float:left;
	left:0px;
	top:-238px;
	padding:70px;
	background-color:#000123;
}
.fo-sec-1 .newsletter-box input{
	width:80%;
	height:60px;
	float:left;
	padding:15px;
	border:1px solid #fff;
	background-color:#fff;
}
.fo-sec-1 .newsletter-box .submit-btn{
	width:20%;
	height:60px;
	float:left;
	padding:0px;
	border:1px solid #101010;
	background-color:#101010;
}

/* footer section 2
 ------------------------------ */ 
.fo-sec-2 {
	position:relative;
	width: 100%;
	padding: 30px 0 0 0;
	margin:0;
	float: left;
}
.fo-sec-2 .social-iconbox {
	position: absolute;
	width:265px;
	float:left;
	left:40%;
	top:-107px;
	padding: 0px;
	margin: 0px;
	z-index:2;
	background-color:#fff;
}
.fo-sec-2 .social-iconbox .side-shape1 {
	position: absolute;
	width:13px;
	height:28px;
	float:left;
	left: -13px;
	top: -1px;
	padding: 0px;
	margin: 0px;
}
.fo-sec-2 .social-iconbox .side-shape1.right-icon {
	left: 265px;
	top: -1px;
}
.fo-sec-2 ul.sc-icons{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
.fo-sec-2 .sc-icons li{
	display:inline-block;
}
.fo-sec-2 .sc-icons li a{
	padding:15px 10px;
	display:inline-block;
}

 /* footer section 3
 ------------------------------ */ 
.fo-sec-3 {
	position:relative;
	width: 100%;
	padding: 110px 0 0 0;
	margin:0;
	float: left;
}
.fo-sec-3 .primary-box{
	position: absolute;
	width:100%;
	float:left;
	left:0px;
	top:-150px;
	padding:50px;
	background-color:#000123;
}


 /* footer latest posts
 ------------------------------ */ 
.fo-posts {
	width: 100%;
	padding: 0px;
	margin: 0 0 25px 0;
	float: left;
}
.fo-posts .post-info {
	font-size: 12px;
	color: #727272;
}
.fo-posts-info {
	font-size: 12px;
	color: #727272;
}
.fo-posts a:hover, .fo-posts a.active {
	color: #000123;
}
.fo-posts .post-info.text-light {
	color: #d0d0d0;
}
 /* footer title bottom line
 ------------------------------ */ 
.fo-title-bottom-line {
    width: 34px;
    height: 2px;
    color: #fff;
    float: left;
    display: block;
    margin-bottom: 40px;
    background-color: #fff;
} 
.fo-title-bottom-line.dark {
    background-color: #101010;
}
.fo-title-bottom-line.white {
    background-color: #fff;
}
.fo-title-bottom-line.gyellow {
    background-color: #000123;
} 

 /* footer newsletter
 ------------------------------ */ 
.fo-newsletter-1 {
	border: 1px solid #3b3b3b;
	border-width: 1px 0 1px 1px;
	color: #727272;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 50px;
	line-height: 39px;
	padding: 0 7px;
	width: 70%;
	background-color:transparent;
}
.fo-newsletter-submit-1 {
	background-color: #3b3b3b;
	border: 1px solid #3b3b3b;
	float: left;
	height: 50px;
	margin: 0;
	padding: 5px 10px;
}
.fo-newsletter-submit-1.gyellow {
	color:#fff;
	background-color: #000123;
	border: 1px solid #000123;
}
 /* footer newsletter 2
 ------------------------------ */ 
.fo-newsletter-2 {
	border: 1px solid #101010;
	border-width: 1px 0 1px 1px;
	color: #727272;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 50px;
	line-height: 39px;
	padding: 0 7px;
	width: 66%;
	background-color:transparent;
}
.fo-newsletter-submit-2 {
	background-color: #101010;
	border: 1px solid #101010;
	float: left;
	height: 50px;
	margin: 0;
	padding: 5px 20px;
}

/* footer appointment form
 ------------------------------ */ 
.fo-appointment-form {
	padding: 0px;
	width: 100%;
	float:left;
}
.fo-appointment-form input {
	border: 1px solid #212121;
	color: #727272;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 35px;
	line-height: 39px;
	padding: 0 7px;
	width: 100%;
	margin:0 0 15px 0;
	background-color:transparent;
}
.fo-appointment-form textarea {
	border: 1px solid #212121;
	color: #727272;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 70px;
	min-height:70px;
	resize: none;
	line-height: 39px;
	padding: 0 7px;
	width: 100%;
	margin:0 0 15px 0;
	background-color:transparent;
}
.fo-appointment-form .submit-btn {
    background-color: #000123;
    border: 1px solid #000123;
    float: left;
    height: 40px;
    margin: 0;
	color:#fff;
    padding: 0 10px;
}
/* Footer title
 ------------------------------ */
 
.footer-title {
	color: #fff;
	float: left;
}
.footer-title-bottomstrip {
	width: 10%;
	height: 3px;
	margin-right: 95%;
	color: #fff;
	float: left;
	display: block;
	margin-bottom: 40px;
	background-color: #fff;
}
.footer-title-bottomstrip.gyellow {
	background-color: #000123;
}
.footer-title-bottomstrip-2 {
	width: 34px;
	height: 2px;
	color: #fff;
	float: left;
	display: block;
	margin-bottom: 40px;
	background-color: #fff;
}
.footer-title-bottomstrip-3 {
	width: 34px;
	height: 2px;
	color: #fff;
	float: left;
	display: block;
	margin-bottom: 30px;
	background-color: #101010;
}
.footer-title-bottomstrip.dark {
	background-color: #101010;
}
.footer-title-bottomstrip-2.dark {
	background-color: #101010;
}
.footer-title-bottomstrip-2.gyellow {
	background-color: #000123;
}
/* ---------- Footer quick links ---------- */

.footer-quick-links {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
}
.footer-quick-links li {
	padding: 25px 15px;
	margin: 40px 0 10px 0;
	display: inline-block;
}
.footer-quick-links li a {
	padding:3px 0;
	margin:0;
	color: #ccc;
	float: left;
	display: inline-block;
}
.footer-quick-links li a:hover {
	color: #fff;
}
.footer-quick-links li a i {
	padding:0 10px 0 0;
}
/* ---------- Footer quick links ---------- */

.footer-quick-links-2 {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
}
.footer-quick-links-2 li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.footer-quick-links-2 li a {
	padding: 0 35px 20px 0;
	margin:0;
	color: #727272;
	float: left;
	display: inline-block;
}
.footer-quick-links-2 li a:hover {
	color: #fff;
}
.footer-quick-links-2 li a i {
	padding:0 10px 0 0;
}
.footer-quick-links-2.top-padding {
    padding: 60px 0 0 0;
}
/* ---------- Footer quick links 3 ---------- */

.footer-quick-links-3 {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
	display:block;
}
.footer-quick-links-3 li {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float:left;
	display:block;
}
.footer-quick-links-3 li a {
	padding:3px 0;
	margin:0;
	color: #727272;
	float: left;
	display:block;
}
.footer-quick-links-3 li a:hover {
	color: #101010;
}
.footer-quick-links-3 li a i {
	padding:0 10px 0 0;
}
.footer-quick-links-3.top-padding {
    padding: 60px 0 0 0;
}

/* ---------- Footer quick links 4---------- */

.footer-quick-links-4 {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
}
.footer-quick-links-4 li {
	width:100%;
	padding:0px;
	margin:0;
	display: inline-block;
}
.footer-quick-links-4 li a {
	padding:3px 0;
	margin:0;
	color: #bababa;
	float: left;
	display: inline-block;
}
.footer-quick-links-4.dark li a {
	padding:3px 0;
	margin:0;
	color: #505050;
	float: left;
	display: inline-block;
}
.footer-quick-links-4 li a:hover {
	color: #fff;
}
.footer-quick-links-4 li a i {
	padding:0 10px 0 0;
}
.footer-quick-links-4.dark-hover li a:hover {
	color: #101010;
}

.footer-quick-links-4.hover-dark li a:hover {
	color: #101010;
}

.footer-quick-links-5 {
	padding:0px;
	margin:0px;
}
.footer-quick-links-5 li {
	padding:5px 0;
}
.footer-quick-links-5 li a {
	color: #000;
}
.footer-quick-links-5 li a:hover {
	color: #727272;
}


.footer-quick-links-6 {
	padding:0px;
	margin:0px;
}
.footer-quick-links-6 li {
	padding:5px 0;
}
.footer-quick-links-6 li a {
	color: #fff;
}
.footer-quick-links-6 li a:hover {
	color: #000;
}


/* ---------- Footer social links ---------- */
.footer-social-icons {
    width: 100%;
    padding: 0px;
	margin:15px 0 15px 0;
}
.footer-social-icons li {
    padding: 0px;
	margin: 0px;
	display: inline-block;
}
.footer-social-icons li a {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    padding: 0px;
    color: #fff;
    background-color: #101010;
}
.footer-social-icons.round li a {
	border-radius:100%;
}
.footer-social-icons li a:hover, .footer-social-icons li a.active {
    color: #000123 !important;
}
.footer-social-icons.icons-plain li a {
    background: none;
}

.footer-social-icons.dark li a {
    color: #101010;
	border-radius:100%;
    background-color: #fff;
}
.footer-social-icons.dark li a:hover, .footer-social-icons.dark li a.active {
    color: #000123;
}


.footer-social-icons.primary li a {
    color: #101010;
	border-radius:100%;
	margin-top:20px;
    background-color: #000123;
}
.footer-social-icons.primary.left-align {
	text-align:left;	
}
.footer-social-icons.left-align {
	text-align:left;	
}
/* ---------- Footer social links 2 ---------- */
.footer-social-icons-2 {
    width: 100%;
    padding: 0px;
	text-align: center;
	margin:20px 0 20px 0;
}
.footer-social-icons-2 li {
    padding: 0px;
	margin: 0px;
	display: inline-block;
}
.footer-social-icons-2 li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    padding: 0px;
	font-size:16px;
    color: #101010;
	border:1px solid #e4e4e4;
    background-color: #fff;
}
.footer-social-icons-2 li a:hover {
    color: #fff;
	border:1px solid #000123;
    background-color: #000123;
}
.footer-social-icons-2 li a:hover, .footer-social-icons-2 li a.active {
    color: #fff;
	border:1px solid #000123;
    background-color: #000123;
}
.footer-social-icons-2.dark-hover li a:hover, .footer-social-icons-2.dark-hover li a.active {
    color: #fff;
	border:1px solid #101010;
    background-color: #101010;
}

/* ---------- Footer flickr gallery ---------- */

ul.footer-flickr {
	width: 100%;
	padding:0;
	margin: 0px;
}
.footer-flickr li {
	width:80px;
	padding:0;
	margin:0 0 11px 0;
	float:left;
}
.footer-flickr li.mar-r {
	margin-right:11px;
}

/* ---------- Footer opening list ---------- */
.fo-opening-list {
	float: left;
	padding: 0;
	width: 100%;
}
.fo-opening-list li {
	color: #727272;
	float: left;
	padding: 8px 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fo-opening-list li:first-child {
	padding-top: 0px;
}
.fo-opening-list li:last-child {
	border-bottom: none;
}

/*============ css arrows ============ */

/*.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fd602c;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}
.arrow-right {
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid green;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #fff;
}*/
/*============ section background images ============ */
.sec-bgimg-1 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
.sec-bgimg-1.bd {
	background: url(../images/footer-bg/bd-1.jpg);
}
.sec-bgimg-1.by2 {
	background: url(../images/footer-bg/by2-1.jpg);
}
.sec-bgimg-1.ch {
	background: url(../images/footer-bg/ch-1.jpg);
}

/*============ Page Section Styles ============ */

/* section background dark
 ------------------------------ */
.section-dark {
	background-color: #101010;
}
.section-dark-2 {
	background-color: #222931;
}
.section-dark-3 {
	background-color: #242424;
}
.section-medium-dark {
	background-color: #161616;
}
.section-fulldark {
	background-color: #000;
}
.section-medium-dark-2 {
	background-color: #1c1c1c;
}
.section-medium-dark-3 {
	background-color: #101010;
}

/* section background light
 ------------------------------ */
.section-light {
	/*background-color: #f5f5f5;*/
}

.section-light-2 {
	background-color: #f9f8f7;
}

/* section background white
 ------------------------------ */
.section-white {
	background-color: #fff;
}

/* section background golden yellow
 ------------------------------ */
.section-primary {
	background-color: #000123;
}

/* section copyright
 ------------------------------ */
.section-copyrights {
	margin: 0;
	text-align: center;
	background-color: #1a1a1a;
}
/* section big map
 ------------------------------ */
.section-big-map {
	width: 100%;
	margin: 0;
	text-align: center;
	background: #161616 url(../images/site-img46.png) center 150px no-repeat;
}
/* section pattren 1
 ------------------------------ */
.section-pattren-1 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren1.jpg) 0 0 repeat;
}
.section-pattren-2 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren2.jpg) 0 0 repeat;
}
.section-pattren-3 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren3.jpg) 0 0 repeat;
}
.section-pattren-4 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren4.png) 0 0 repeat;
}
.section-pattren-5 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren4.jpg) 0 0 repeat;
}
.section-pattren-6 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren6.jpg) 0 0 repeat;
}
.section-pattren-7 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren7.jpg) 0 0 repeat;
}
.section-pattren-8 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren8.jpg) 0 0 repeat;
}
.section-pattren-9 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren9.png) 0 0 repeat;
}
.section-pattren-10 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren10.jpg) 0 0 repeat;
}
.section-pattren-11 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren11.jpg) 0 0 repeat;
}
.section-pattren-12 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren12.jpg) 0 0 repeat;
}
.section-pattren-13 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren13.jpg) 0 0 repeat;
}
.section-pattren-14 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren14.jpg) 0 0 repeat;
}
.section-pattren-15 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren15.jpg) 0 0 repeat;
}
.section-pattren-16 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren16.jpg) 0 0 repeat;
}
.section-pattren-17 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren17.jpg) 0 0 repeat;
}
.section-pattren-18 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren18.jpg) 0 0 repeat;
}
.section-pattren-19 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren19.jpg) 0 0 repeat;
}

.section-pattren-20 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren20.jpg) 0 0 repeat;
}

.section-pattren-21 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren21.jpg) 0 0 repeat;
}

.section-pattren-22 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren22.jpg) 0 0 repeat;
}

.section-pattren-23 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren23.jpg) 0 0 repeat;
}

.section-pattren-24 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren24.jpg) 0 0 repeat;
}
.section-pattren-25 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren25.jpg) 0 0 repeat;
}
.section-pattren-26 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren26.jpg) 0 0 repeat;
}
.section-pattren-27 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren27.jpg) 0 0 repeat;
}
.section-pattren-28 {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color:white;
}
.section-pattren-29 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren29.jpg) 0 0 repeat;
}
.section-pattren-30 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(assets/img/services/pattren30.png) 0 0 repeat;
}
.section-pattren-31 {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #151515 url(assets/img/services/pattren31.png) 0 0 repeat;
}
.section-pattren-32 {
	width: 100%;
	margin: 0;
	/*background-image:url(assets/img/services/pattren32.png);*/
}

.section-pattren-33 {
	width: 100%;
	height: 100%;
	margin: 0;
	background:url(assets/img/services/sub.jpg) 0 0 repeat;
}



.section-bgimg-1 {
	width: 100%;
	height: auto;
	margin: 0;
	float:left;
	background: url(assets/img/services/bene.jpg) center center repeat;
}

.section-bgimg-1a {
	width: 100%;
	height: auto;
	margin: 0;
	float:left;
	background: url(../images/voms/bg2.jpg) center center repeat;
}




















/*less*/
.less-1 {
	width:70%;
	text-align:center;
}






/* Section Paddings
 ------------------------------ */
 
 .sec-padding_img{
	padding: 0px 0 60px 0;
	margin-bottom: 0 !important;	
}
.sec-padding {
	padding: 0px 0 60px 0;
}
.center{
	margin-bottom: 0px !important;
}
.sec-padding-2 {
	padding: 60px 0 60px 0;
}
.sec-padding-3 {
	padding: 60px 0 60px 0;
}
.sec-padding-4 {
	padding: 60px 0 60px 0;
}
.sec-padding-5 {
	padding: 50px 0 50px 0;
}
.sec-padding-6 {
	padding: 30px 0 30px 0;
}


.sec-bpadding-2a {
	padding-bottom: 52px;
}

.sec-bpadding-2 {
	padding-bottom: 100px;
}

.sec-bpadding-2a {
	padding-bottom: 0px;
}
.protection {
	padding-bottom: 14px;
}
.sec-tpadding-2 {
	padding-top: 60px;
}
.sec-tpadding-2.less-padding {
	padding-top: 20px;
}
.sec-tpadding-3 {
	padding-top: 100px;
}
.sec-bpadding-3 {
	padding-bottom: 100px;
}
.sec-tpadding-4 {
	padding-top: 80px;
}
.sec-bpadding-4 {
	padding-bottom: 80px;
}
.sec-bpadding.less-padding {
	padding-bottom: 30px;
}


.sec-dummy-top-padding {
	padding-top: 0px;
}
/* Section minus margins
 ------------------------------ */
.sec-m-margin-1 {
	margin-top:0px;
}
/*============ Page Section pattrens ============ */

.sec-pattren-1{
	width:100%;
	background:url(assets/img/services/pattren1.jpg) repeat;
}
.sec-pattren-2{
	width:100%;
	background:url(assets/img/services/pattren2.jpg) repeat;
}
.sec-pattren-3{
	width:100%;
	background:url(assets/img/services/pattren3.jpg) repeat;
}
.sec-pattren-4{
	width:100%;
	background:url(assets/img/services/pattren4.jpg) repeat;
}
.sec-pattren-5{
	width:100%;
	background:url(assets/img/services/pattren5.jpg) repeat;
}

/*============ Footer Styles ============ */

.footer-logo {
	margin-bottom: 35px;
}

/* Footer Useful Links
 ------------------------------ */
	
.fo-usefull-links {
	padding: 0px;
	margin: 0px;
}
.fo-usefull-links li {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #2e2e2e;
}
.fo-usefull-links li a {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #727272;
	line-height: 23px;
}
.fo-usefull-links li a:hover {
	color: #fff;
}
.fo-usefull-links li i {
	color: #727272;
	padding: 0 10px 0 0;
}
.fo-usefull-links li:last-child {
	border-bottom:none;
}

/* useful links 2
 ------------------------------ */
.fo-usefull-links-2 {
	padding: 0px;
	margin: 0px;
}
.fo-usefull-links-2 li {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #e4e4e4;
}
.fo-usefull-links-2 li a {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #727272;
	line-height: 23px;
}
.fo-usefull-links-2 li a:hover {
	color: #242424;
}
.fo-usefull-links-2 li i {
	color: #727272;
	padding: 0 10px 0 0;
}
.fo-usefull-links-2 li:last-child {
	border-bottom:none;
}
.fo-usefull-links-2.no-border li {
	border-bottom:none;
}
/* useful links 3
 ------------------------------ */
.fo-usefull-links-3 {
	padding: 0px;
	margin: 0px;
}
.fo-usefull-links-3 li {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.fo-usefull-links-3 li a {
	padding: 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #fff;
	line-height: 23px;
}
.fo-usefull-links-3 li a:hover {
	color: #242424;
}
.fo-usefull-links-3 li i {
	color: #fff;
	padding: 0 10px 0 0;
}
.fo-usefull-links-3 li:last-child {
	border-bottom:none;
}
.fo-usefull-links-3.no-border li {
	border-bottom:none;
}
/* Footer Address
 ------------------------------ */
	
.fo-address-info {
	padding: 0px;
	margin: 0px;
}
.fo-address-info li {
	width:100%;
	padding: 0px 0px 10px 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #727272;
	line-height: 23px;
	border-bottom:1px solid #282828;
}
.fo-address-info.border-light li {
	border-bottom:1px solid #2f2d2d;
}
.fo-address-info li i {
	color: #727272;
	padding: 0 10px 0 0;
}
.fo-address-info li:last-child {
	border-bottom:none;
}
.fo-address-info.no-border li {
	border-bottom:none;
}
/* Footer Address 2
 ------------------------------ */
	
.fo-address-info-2 {
	padding: 0px;
	margin: 0px;
}
.fo-address-info-2 li {
	padding: 0px 0px 10px 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #727272;
	line-height: 23px;
	border-bottom: 1px solid #e4e4e4;
}
.fo-address-info-2 li i {
	color: #727272;
	padding: 0 10px 0 0;
}
.fo-address-info-2 li:last-child {
	border-bottom:none;
}
.fo-address-info-2.no-border li {
	border-bottom:none;
}

/* Footer Address 3
 ------------------------------ */
	
.fo-address-info-3 {
	padding: 0px;
	margin: 0px;
}
.fo-address-info-3 li {
	padding: 0px 0px 10px 0px;
	margin: 0 0 10px 0;
	display: block;
	color: #fff;
	line-height: 23px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.fo-address-info-3 li i {
	color: #fff;
	padding: 0 10px 0 0;
}
.fo-address-info-3 li:last-child {
	border-bottom:none;
}
.fo-address-info-3.no-border li {
	border-bottom:none;
}


/* Footer Tags
 ------------------------------ */	
 
.footer-tags {
	padding: 0px;
	margin: 0px;
}
.footer-tags li {
	padding: 0px;
	margin: 0;
}
.footer-tags li a {
	padding: 5px 15px 5px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #727272;
	border: 1px solid #2e2e2e;
}
.footer-tags li a:hover, .footer-tags li a.active {
	border: 1px solid #000123;
	color: #000123;
}
.footer-tags.border-light li a {
	border: 1px solid #ebebeb;
}

/* Footer Posts
 ------------------------------ */
.footer-post-info {
	padding: 0px;
}
.footer-post-info span {
	font-size: 13px;
	color: #494747;
	margin-right: 5px;
}
.fo-postimg-inner {
	width: 80px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	float: left;
	border-radius: 100%;
}
.opening-list {
	float: left;
	padding: 0;
	width: 100%;
}
.opening-list li {
	color: #727272;
	float: left;
	padding: 8px 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.opening-list li:first-child {
	padding-top: 0px;
}
.opening-list li:last-child {
	border-bottom: none;
}
.opening-list.dark-border li {
	border-bottom: 1px solid #f1f1f1;
}
/* Footer copyright box
 ------------------------------ */	
 
.fo-copyright-holder {
	position:relative;
	width:100%;
	float:left;
	padding: 0px;
	margin: 0px;
}
.fo-copyright-holder .social-iconbox {
	position: absolute;
	width:265px;
	float:left;
	left:40%;
	top:-57px;
	padding: 0px;
	margin: 0px;
	background-color:#fff;
}
.fo-copyright-holder .social-iconbox.bg-dark {
	background-color:#101010;
}
.fo-copyright-holder .social-iconbox .side-shape1 {
	position: absolute;
	width:13px;
	height:28px;
	float:left;
	left: -13px;
	top: -1px;
	padding: 0px;
	margin: 0px;
}
.fo-copyright-holder .social-iconbox .side-shape1.right-icon {
	left: 265px;
	top: -1px;
}
.fo-copyright-holder .sc-icons{
	width:100%;
	float:left;
	padding: 0px;
	margin: 0px;
}
.fo-copyright-holder .sc-icons li{
	padding: 0px;
	margin: 0px;
	display:inline-block;
}
.fo-copyright-holder .sc-icons li a{
	float:left;
	font-size:15px;
	padding: 15px 10px;
	margin: 0px;
	display:inline-block;
}






/* Footer top social box
 ------------------------------ */	
 
.fo-top-holder {
	position:relative;
	width:100%;
	float:left;
	padding: 60px 0 0 0;
	margin: 0px;
}
.fo-top-holder .social-iconbox {
	position: absolute;
	width:265px;
	float:left;
	left:38%;
	top:26px;
	padding: 0px;
	margin: 0px;
	background-color:#000123;
}
.fo-top-holder .social-iconbox.bg-dark {
	background-color:#101010;
}
.fo-top-holder .social-iconbox .side-shape1 {
	position: absolute;
	width:13px;
	height:28px;
	float:left;
	left: -18px;
	top: -1px;
	padding: 0px;
	margin: 0px;
}
.fo-top-holder .social-iconbox .side-shape1.right-icon {
	left: 265px;
	top: -1px;
}
.fo-top-holder .sc-icons{
	width:100%;
	float:left;
	padding: 0px;
	margin: 0px;
}
.fo-top-holder .sc-icons li{
	padding: 0px;
	margin: 0px;
	display:inline-block;
}
.fo-top-holder .sc-icons li a{
	float:left;
	font-size:15px;
	color:#fff;
	padding: 15px 10px;
	margin: 0px;
	display:inline-block;
}








/* Footer contact info with big icons
 ------------------------------ */	
 
.contact-info-holder {
	position: relative;
	width: 100%;
	padding: 0px;
}
.contact-info-holder .iconbox-xmedium {
	color: #000123;
}
.contact-info-holder:hover .iconbox-xmedium, .contact-info-holder.active .iconbox-xmedium {
	color: #fff;
	background-color: #000123;
}


/*============ Overlay Styles ============ */
.section-overlay {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 2;
}
.video-overlay {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 2;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	z-index: 10;
}

/*video padding
 ------------------------------ */
.video-tpadd {
	padding-top: 60px;
}
.video-bpadd {
	padding-bottom: 60px;
}

/* Overlay opacity styles
 ------------------------------ */
 
.bg-opacity-1 {
	background-color: rgba(0, 0, 0, 0.1);
}
.bg-opacity-2 {
	background-color: rgba(0, 0, 0, 0.2);
}
.bg-opacity-3 {
	background-color: rgba(0, 0, 0, 0.3);
}
.bg-opacity-4 {
	background-color: rgba(0, 0, 0, 0.4);
}
.bg-opacity-5 {
	background-color: rgba(0, 0, 0, 0.5);
}
.bg-opacity-6 {
	background-color: rgba(0, 0, 0, 0.6);
}
.bg-opacity-7 {
	background-color: rgba(0, 0, 0, 0.7);
}
.bg-opacity-8 {
	background-color: rgba(0, 0, 0, 0.8);
}
.bg-opacity-9 {
	background-color: rgba(0, 0, 0, 0.9);
}
/* Overlay Background colors
 ------------------------------ */
 /* Background light
 ------------------------------ */
.section-overlay.light {
	background-color: rgba(246, 246, 246, 0.9);
}
.section-overlay.light-2 {
	background-color: rgba(246, 246, 246, 0.8);
}
.section-overlay.light-3 {
	background-color: rgba(246, 246, 246, 0.7);
}
.section-overlay.light-4 {
	background-color: rgba(246, 246, 246, 0.6);
}
.section-overlay.light-5 {
	background-color: rgba(246, 246, 246, 0.5);
}
 /* Overlay Background dark
 ------------------------------ */
.section-overlay.dark {
	background-color: rgba(0, 0, 0, 0.7);
}
.section-overlay.dark-2 {
	background-color: rgba(0, 0, 0, 0.3);
}
.section-overlay.dark-3 {
	background-color: rgba(0, 0, 0, 0.9);
}
.section-overlay.dark-4 {
	background-color: rgba(0, 0, 0, 0.4);
}
 /* Overlay Background golden yellow
 ------------------------------ */
.section-overlay.primary {
	background-color: rgba(105, 202, 33, 0.9) !important;
}
.parallax-overlay.primary {
	background-color: rgba(105, 202, 33, 0.9) !important;
}
.parallax-overlay.light {
	background-color: rgba(246, 246, 246, 0.9);
}
.parallax-overlay.light-2 {
	background-color: rgba(246, 246, 246, 0.8);
}
.parallax-overlay.light-3 {
	background-color: rgba(246, 246, 246, 0.7);
}
.parallax-overlay.light-4 {
	background-color: rgba(246, 246, 246, 0.6);
}
.parallax-overlay.light-5 {
	background-color: rgba(246, 246, 246, 0.5);
}
/*============ Social Links ============ */	

.social-icons-1 {
	width: 100%;
	margin: 30px 0 0 0;
	list-style-type: none;
}
.social-icons-1 li {
	display:inline-block;
}
.social-icons-1 li a {
	font-size: 16px;
	padding: 0 20px 0 0;
	color: #fff;
	display:inline-block;
}
.social-icons-1 li a:hover, .social-icons-1 li a.active {
	color: #000123;
}

/* social icons 2
 -----------------------------------------------*/

.social-icons-2 {
	width: 100%;
	margin: 30px 0 0 0;
	list-style-type: none;
}
.social-icons-2 li {
	display:inline-block;
}
.social-icons-2 li a {
	width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    padding: 0px;
    color: #101010;
    background-color: #fff;
}
.social-icons-2 li a:hover, .social-icons-2 li a.active {
	color: #000123;
}

/* social icons 3
 -----------------------------------------------*/

.social-icons-3 {
	width: 100%;
	margin: 30px 0 0 0;
	list-style-type: none;
}
.social-icons-3.margin-left {
	margin: 10px 0 0 -40px;
}
.social-icons-3 li {
	display:inline-block;
}
.social-icons-3 li a {
	width: 36px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    padding: 0px;
    color: #101010;
	border:1px solid #e4e4e4;
    background-color: #fff;
}
.social-icons-3 li a:hover, .social-icons-3 li a.active {
	color: #fff;
	border:1px solid #101010;
    background-color: #101010;
}



/*============ Blog Posts ============ */

/* post image holder
 -----------------------------------------------*/
 
.blog-img-holder {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/* post date boxes
 -----------------------------------------------*/

.post-date-box {
	position: absolute;
	width: 90px;
	height: 90px;
	float: left;
	font-size: 25px;
	color: #fff;
	padding: 22px 0 0 0;
	margin: 0;
	z-index: 2;
	text-align: center;
	background-color: #000123;
	transition: all 0.3s ease-out 0s;
}
.post-date-box span {
	font-size: 13px;
	color: #fff;
	display: block;
}
.post-date-box .arrow-down {
	position: absolute;
	left: 25px;
	top: 81px;
	float: left;
	z-index: 3;
	border-top: 20px solid #000123;
}
/* Date box colors
 -----------------------------------------------*/	
.post-date-box.gyellow {
	background-color: #000123;
}
/* post author image holder
 -----------------------------------------------*/	
 
.post-author-image {
	position: absolute;
	width: 80px;
	height: 80px;
	right: 35px;
	top: 247px;
	float: left;
}
.post-author-image.round {
	border-radius: 100%;
	border: 5px solid #fff;
	text-align: center;
}
/* post info icons
 -----------------------------------------------*/
 
.post-infoicon {
	padding: 3px 12px 3px 12px;
	margin: 0 5px 0 0;
	color: #fff;
	float: left;
	font-size: 12px;
	border-radius: 20px;
	background-color: #000123;
}
.post-infoicon.dark {
	background-color: #161616;
}


/*============ Footer Newsletter ============ */

.newsletter .email-input {
	background-color: #FFF;
	border: 0px none;
	color: #999;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 39px;
	line-height: 39px;
	padding: 0px 7px;
	width: 75%;
}
.newsletter .email-input.dark {
	background-color: #2d2d2d;
	color: #727272;
}
.newsletter .input-submit {
	background-color: #fd602c;
	border: 0px none;
	color: #FFF;
	cursor: pointer;
	float: left;
	height: 39px;
	padding: 0px 20px;
}
.newsletter .input-submit.gyellow {
	background-color: #000123;
}
.newsletter .input-submit.white {
	color: #161616;
	background-color: #fff;
}
.newsletter .input-submit.dark {
	color: #727272;
	background-color: #2d2d2d;
}

/*============ Video wrapers ============ */

.video-wrapper {
	overflow: hidden;
	width: 100%;
	padding:0px;
	height: auto;
}
.video-wrapper video {
	width: 100%;
}

/*video padding
 ------------------------------ */
.video-padding-top {
	padding-top: 60px;
}
.video-padding-bottom {
	padding-bottom: 60px;
}

/*============ Progress bar ============ */

/*style 1
 ------------------------------ */
.progressbar-style1 {
	margin-top: 10px;
	margin-bottom: 38px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 10px;
	color: #fff;
	background: #fff;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style1 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #101010;
	font-size: 13px;
	color: #000123;
	line-height:44px;
	padding: 0px 0 0 0px;
	text-align: left;
	border:2px solid #fff;
}
.progressbar-style1 .progress-bar.yellow-3 {
	background-color: #f7c800;
}

/*style 2
 ------------------------------ */
.progressbar-style2 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 3px;
	color: #161616;
	background: #ccc;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style2 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #161616;
	font-size: 13px;
	color: #161616;
	padding: 3px 0 0 0;
	text-align: left;
}

/*style 3
 ------------------------------ */
.progressbar-style3 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 8px;
	color: #161616;
	background: #fff;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style3 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #e9b444;
	font-size: 13px;
	color: #fff;
	padding: 8px 0 0 0;
	text-align: left;
}
/*style 4
 ------------------------------ */
.progressbar-style4 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 8px;
	color: #161616;
	background: #e7e7e7;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style4 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #ff9320;
	font-size: 13px;
	color: #727272;
	padding: 8px 0 0 0;
	text-align: left;
}
/*style 5
 ------------------------------ */
.progressbar-style5 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 8px;
	color: #161616;
	background: #f5f5f5;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style5 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #101010;
	font-size: 13px;
	color: #101010;
	padding: 8px 0 0 0;
	text-align: left;
}

/*style 6
 ------------------------------ */
.progressbar-style6 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 8px;
	color: #161616;
	background: #000123;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style6 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #101010;
	font-size: 13px;
	color: #101010;
	padding: 8px 0 0 0;
	text-align: left;
}


/*style 7
 ------------------------------ */
.progressbar-style7 {
	margin-top: 10px;
	margin-bottom: 45px;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: visible;
	height: 8px;
	color: #161616;
	background: #fff;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
}
.progressbar-style7 .progress-bar {
	position: relative;
	overflow: visible;
	background-color: #000123;
	font-size: 13px;
	color: #fff;
	padding: 8px 0 0 0;
	text-align: left;
}



/*============ Newsletter ============ */

.email-input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 65px;
	line-height: 39px;
	padding: 0 15px;
	width: 87%;
}
.email-submit {
	background-color: #fff;
	border: 1px solid #fff;
	color: #242424;
	float: left;
	margin: 0px;
	padding: 20px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
}
.email-submit:hover {
	background-color: #242424;
	border: 1px solid #242424;
	color: #fff;
}

/*============ css progress circles ============ */

.knob {
	display: none;
}
div.demo {
	position: relative;
	text-align: center;
	width: 280px;
	float: left
}
div.demo > p {
	font-size: 20px
}
div.demo .title {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 40px;
	float: left;
	top: 60px;
}
div.demo .title span {
	text-align: center;
	width: 100%;
	font-size: 20px;
	float: left;
	margin-top: 10px;
}

/*============ Page Scroll to Top ============ */

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: #000123 url(../images/scroll-top-arrow.png) no-repeat 15px 16px !important;
	z-index: 999;
}

/*============ google maps ============ */
.map{
    width: 100%;
    height: 300px;
    border: 1px solid #e4e4e4;
}
.map p{
	margin: 10px;
	color: #333;
}

/*============ blog ============ */

.blog-post-info {
	width: 100%;
}
.blog-post-info span {
	font-size: 13px;
	color: #828181;
	margin-right: 15px;
}

/*============ onepage sidebar content holder ============ */
.wrapper-main {
padding-left: 300px;
background-color: #fff;
}


/*============ header inner ============ */

.header-inner-tmargin {
    width: 100%;
    float: left;
    margin-top: -145px;
}
.header-inner-tmargin.less-mar {
    margin-top: -41px;
}
.header-inner {
	position:relative;
    width: 100%;
    height: 500px;
    float: left;
	overflow:hidden;
}
.header-inner.less-height {
    height: 430px;
}
.header-inner .overlay {
	position:absolute;
    width: 100%;
    height: 100%;
    float: left;
	overflow:hidden;
	z-index:2;
	background-color:rgba(0, 0, 0, 0.7);
}
.header-inner .text {
    position: absolute;
    width: 100%;
	height:1000px;
    padding:16% 0 0 0;
	top:0px;
    margin: 0px;
    float: left;
    z-index: 3;
}
.header-inner .text .title {
	font-size:30px;
	font-weight:600;
}
.header-inner .text .sub-title {
	width:100%;
	font-size:18px;
}

/* less height
 ------------------------------ */
.header-inner.less-height {
    height: 335px;
}
.header-inner.less-height .text {
    height: 300px;
    padding:9% 0 0 0;
}

/*============ pagenation ============ */
.pagenation-holder {
	border-bottom: 1px solid #f0f0f0;
	float: left;
	margin: 0;
	padding: 25px 0 10px;
	width: 100%;
}
.pagenation-holder .breadcrumb {
	float:right;
	margin-bottom:0px;
	background-color:#fff;
}
.pagenation-holder .breadcrumb li {
    display: inline;
}
.pagenation-holder .breadcrumb li.current a {
	color:#000123;
}
.pagenation-holder .breadcrumb li+li:before {
    content:"» ";
}


/*============ 5 and 7 custom cols ============ */

.seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
    width: 14.2857%;
}
.five-cols .col-md-1, .five-cols .col-sm-1, .five-cols .col-lg-1 {
    width: 20%;
}


/* footer newsletter
 ------------------------------ */
.bb-newsletter {
	width: 25%;
	height: 50px;
	float: left;
	padding: 10px;
	color:#fff;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background:none;
	}
.bb-newsletter-email {
	width: 55%;
	height: 50px;
	float: left;
	padding: 10px;
	color:#fff;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background:none;
	}
.bb-newsletter-btn {
    width: 15%;
    height: 50px;
    float: left;
    padding: 0px;
	margin-top:5px;
	color:#101010;
	text-transform:uppercase;
    border-radius:40px;
	border: 1px solid #000123;
	background-color: #000123;
}


/* footer newsletter 2
 ------------------------------ */
.co-newsletter {
	width: 25%;
	height: 50px;
	float: left;
	padding: 10px;
	color:#101010;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background:none;
	}
.co-newsletter-email {
	width: 55%;
	height: 50px;
	float: left;
	padding: 10px;
	color:#101010;
	margin-right:20px;
	border-radius:40px;
	text-align:center;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background:none;
	}
.co-newsletter-btn {
    width: 15%;
    height: 50px;
    float: left;
    padding: 0px;
	margin-top:5px;
	color:#727272;
	text-transform:uppercase;
    border-radius:40px;
	border: 1px solid #101010;
	background-color: #101010;
}
.address{ color:#ccc;}

/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {	
.col-divider-margin {
    margin-top: 30px;
}
.text-box-right {
    padding: 0px 0px 0px 100px;
}
.wrapper-main {
width:100%;
padding-left:230px;
background-color: #fff;
}
.wrapper-main .container {
width:100%;
}
.header-inner.less-height .text {
    padding: 13% 0 0;
}
.header-inner .text {
    padding: 25% 0 0;
}





}
	
@media screen and (max-width: 1000px) {

.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.sec-m-margin-1 {
    margin-top: 0px;
}
.topbar-transparent {
	background-color:#101010;
}
.wrapper-main {
padding-left:0px;
}
.header-inner-tmargin {
    margin-top: 0px;
}







}	

	
	
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {
.margin-bottom {
	margin-bottom: 30px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.header-inner {
    height: 385px;
}
.header-inner.less-height {
    height: 385px;
}
.header-inner.less-height .text {
    padding: 16% 0 0;
}
.header-inner .text {
    padding: 16% 0 0;
}

.sec-padding {
	padding: 100px 0 100px 0;
}

.section-side-image .text-inner-6 {
    padding: 40px;
}













}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
	
.margin-bottom {
	margin-bottom: 30px;
}	
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}	
.col-divider-margin {
    margin-top: 20px;
}	
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}	
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}	
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}	
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}	
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}	
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}	
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 60px 0 60px 0;
}
.sec-more-padding-1 {
	padding: 60px 0 60px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 60px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 60px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 60px 0 60px 0;
}
.sec-moreless-padding {
	padding: 60px 0 60px 0;
}
.thumbs li {
    width: 10%;
}
.fo-copyright-holder .social-iconbox {
    left: 33%;
	top: -87px;
}
.fo-sec-3 {
    padding: 244px 0 0 0;
}
.header-inner {
    height: 310px;
}
.header-inner.less-height {
    height: 310px;
}
.section-side-image .text-inner-6 {
    padding: 40px;
}

.sec-padding-4 {
    padding: 0 0 0 0;
}


 
}



/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {

.margin-bottom {
	margin-bottom: 30px;
}
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 60px 0 60px 0;
}
.sec-more-padding-1 {
	padding: 60px 0 60px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 60px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 60px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 60px 0 60px 0;
}
.sec-moreless-padding {
	padding: 60px 0 60px 0;
}
.fo-copyright-holder .social-iconbox {
    left: 33%;
	top: -87px;
}
.header-inner {
    height: 325px;
}
.header-inner.less-height {
    height: 325px;
}
.five-cols .col-md-1, .five-cols .col-sm-1, .five-cols .col-lg-1 {
    width: 100%;
}














}



/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {
	
.margin-bottom {
	margin-bottom: 30px;
}	
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}	
.col-divider-margin {
    margin-top: 20px;
}	
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}		
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}



























}


@media screen and (max-width: 640px) {
.margin-bottom {
	margin-bottom: 30px;
}	
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 40px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 40px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 40px;
}
.lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5{
	letter-spacing:0px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 40px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 40px 0 40px 0;
}
.sec-more-padding-1 {
	padding: 40px 0 40px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 40px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 40px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 40px 0 40px 0;
}
.sec-moreless-padding {
	padding: 40px 0 40px 0;
}
#style-customizer{ 
display:none;
}
 .text-box.sbox-padd-left {
	padding-left:80px;
}
.fo-sec-1 .newsletter-box {
    top: 0;
}
.fo-sec-1 {
   top:0px;
   padding: 315px 0 0 0;
}
.fo-copyright-holder .social-iconbox {
    left: 29%;
    top: -67px;
}
.section-side-image .text-inner-5 {
    padding: 40px 40px 40px 40px;
}
.header-inner {
    height: 270px;
}
.header-inner.less-height {
    height: 270px;
}


.sec-padding-4 {
    padding: 0 0 0 0;
}









}



@media screen and (max-width: 480px) {
.margin-bottom {
	margin-bottom: 30px;
}
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 30px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 30px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 30px;
}
.lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5{
	letter-spacing:0px;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 30px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.topbar .border-r {
    border-right: none;
}
.topbar .padd-left {
    padding-left: 0px;
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 40px 0 40px 0;
}
.sec-more-padding-1 {
	padding: 40px 0 40px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 40px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 40px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 40px 0 40px 0;
}
.sec-moreless-padding {
	padding: 40px 0 40px 0;
}
#style-customizer{ 
display:none;
}
.fo-copyright-holder .social-iconbox {
    left: 12%;
	top: -67px;
}
.fo-sec-3 {
    padding: 287px 0 0 0;
}
.section-side-image .text-inner-5 {
    padding: 40px 40px 40px 40px;
}
.header-inner .text .title {
    font-size: 20px;
}
.header-inner .text .sub-title {
    font-size: 14px;
}
.header-inner {
    height: 225px;
}
.header-inner.less-height {
    height: 225px;
}
.clients-list.grid-cols-6 li {
    width: 50%;
}

.section-side-image .text-inner {
    padding: 40px 40px 40px 40px;
}

.btn {
	margin:10px;

}














}



/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
.margin-bottom {
	margin-bottom: 30px;
}
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 25px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 25px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 25px;
}
.lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5{
	letter-spacing:0px;
}
.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
    margin: 0px 0px 20px 0px;
}
.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
    float: left;
    margin: 0px 0 20px 0px;
}
.text-box-right {
    width:100%;
    padding: 0 0 0 0;
}
.text-box-left {
	width:100%;
    padding: 0 0 0 0;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 25px;
}
.text-box-left.more-padding-1, .text-box-left.more-padding-2, .text-box-left.less-padding-1, .text-box-left.less-padding-2 {
	padding: 0px 0px 0px 0px;
}
.text-box-right.more-padding-1, .text-box-right.more-padding-2, .text-box-right.more-padding-3, .text-box-right.more-padding-4, .text-box-right.less-padding-1, .text-box-right.less-padding-2, .text-box-right.less-padding-3 {
	padding: 0px 0px 0px 0px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.btn.btn-large {
    padding: 15px 30px;
}
.section-side-image .text-inner-2 {
    padding: 40px;
}
.section-side-image .text-inner {
	padding: 40px 40px 40px 0;
}
.section-side-image .text-inner.two {
	padding: 0px 40px 0px 0;
}
.section-side-image-2 .background-imgholder-2.top-padd {
	padding-top: 40px;
}
.section-side-image-2 .text-inner.two {
	padding: 0px 40px 0px 0;
}
.section-side-image .text-inner-5 {
    padding: 40px 40px 40px 40px;
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 40px 0 40px 0;
}
.sec-more-padding-1 {
	padding: 40px 0 40px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 40px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 40px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 40px 0 40px 0;
}
.sec-moreless-padding {
	padding: 40px 0 40px 0;
}
.fo-copyright-holder .social-iconbox {
    left: 5%;
}
.fo-sec-1 .newsletter-box {
    padding: 35px;
}
.fo-sec-2 .social-iconbox {
    left: 14%;
    top: -67px;
}
.section-side-image .text-inner-3 {
    padding: 30px 30px 0px 30px;
}
.fo-sec-3 {
    padding: 328px 0 0 0;
}
.text-box-right {
    width: 100%;
    padding: 0 0 0 0;
    float: left;
}
.text-box-right.less-padding-4 {
    padding: 0px 0px 0px 0px;
}
.header-inner {
    height: 195px;
}
.header-inner.less-height {
    height: 195px;
}
.sec-title-container {
    padding-bottom: 40px;
}

.sec-padding-4 {
    padding: 0 0 0 0;
}

.section-side-image .text-inner {
    padding: 40px 40px 40px 40px;
}





}


/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
.margin-bottom {
	margin-bottom: 30px;
}
.margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
}	
.margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
}
.col-divider-margin {
    margin-top: 20px;
}
.col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
	margin-top: 20px;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left:0px;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
	padding-top: 20px;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
	padding-left: 20px;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
	padding-right: 20px;
}
.lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5{
	letter-spacing:0px;
}
.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
    margin: 0px 0px 20px 0px;
}
.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
    float: left;
    margin: 0px 0 20px 0px;
}
.text-box-right {
    width:100%;
    padding: 0 0 0 0;
}
.text-box-left {
	width:100%;
    padding: 0 0 0 0;
}
.text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
	padding: 20px;
}
.text-box-right.more-padding-1, .text-box-right.more-padding-2, .text-box-right.more-padding-3, .text-box-right.more-padding-4, .text-box-right.less-padding-1, .text-box-right.less-padding-2, .text-box-right.less-padding-3 {
	padding: 0px 0px 0px 0px;
}
.btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
	margin-left:0px
}
.btn.btn-large {
    padding: 15px 30px;
}
.section-side-image .text-inner {
	padding: 40px 40px 40px 0;
}
.section-side-image .text-inner.two {
	padding: 0px 40px 0px 0;
}
.section-side-image-2 .background-imgholder-2.top-padd {
	padding-top: 40px;
}
.section-side-image-2 .text-inner.two {
	padding: 0px 40px 0px 0;
}
.sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
.sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
}
.sec-padding {
	padding: 30px 0 30px 0;
}
.sec-more-padding-1 {
	padding: 30px 0 30px 0;
}
.sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
	padding-bottom: 30px;
}
.sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
	padding-top: 30px;
}
.section-xmore-padding, .section-less-padding, .section-less-padding-2 {
	padding: 30px 0 30px 0;
}
.sec-moreless-padding {
	padding: 30px 0 30px 0;
}
.fo-copyright-holder .social-iconbox {
    left: 16%;
    top: -59px;
}

.fo-copyright-holder .social-iconbox {
    width: 71%;
}
.fo-copyright-holder .social-iconbox .side-shape1.right-icon {
    left: 213px;
}
.fo-sec-2 .social-iconbox {
    left: 9%;
    top: -57px;
}
.fo-sec-3 {
    padding: 409px 0 0 0;
}
.fo-copyright-holder .social-iconbox .side-shape1 {
    left: -13px;
    top: 1px;
}
.fo-copyright-holder .social-iconbox .side-shape1.right-icon {
    left: 205px;
	top: 1px;
}
.header-inner {
    height: 170px;
}
.header-inner.less-height {
    height: 170px;
}
.sec-title-container {
    padding-bottom: 35px;
}
}




/* RESPONSIVE SECTION */


/* Mobile_view 375 */


@media screen and (max-width: 375px) {
	.newmb_lo{
		width: 172px;
	}
	.about_u{
		padding: 15px!important;
	}
	.newmb_slid{
			margin-left: 0px !important;
	}
	.newmb_dd{
		font-size: 25px !important;
	}
	.newmb_tex{
		padding: 40px !important;
	}
	.newmb_ol{
		width: 330px !important;
	}
	.newmb_con{
		padding: 40px !important;
	}
	.newmb_icon{
		width: 70px !important;
		height: 70px !important;
		display: none;
	}
	.newmb_textwh{
		padding: 0px !important;
	}
	
	.newmb_clients{
		padding: 0px !important;
		width: 110px !important;
	}
	
	.newmb_wid{
		width: 320px !important;
	}
	.newmb_sub{
		padding: 0px !important;
		padding-bottom: 20px!important;
		width: 320px !important;
	}
	.newmb_padtop{
		padding-top: 20px !important;
	}
	.newmb_tabcc{
		padding: 20px !important;
	}
	.newmb_res{
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.mewmb_ul{
		padding: 0px !important;
	} 
	.mewmb_ul1{
		padding: 50px 0px 20px 0px!important;
	}
	.newmb_img{
		height: 100% !important;
		padding-top: 20px !important;
	
	}	

	.newmb_conta{
		padding: 30px !important;
		margin: 0px !important;
		border-right: 0px solid #e4e4e4 !important;
	}
	/* .newmb_footer{
		padding: 50px !important;
	} */
	.newmb_footer1{
		padding-left: 20px !important;
	}
	.newmb_footer2{
		padding-bottom: 30px !important;
	}
	.newmb_ing{
		display: block !important;
        max-width: 250px !important;
	}
	.new_ig{
		text-align: center;
		margin: auto !important;
		width: 100% !important;
		height: 100% !important;
	}
	.newmb_ing{
		display: block !important;
        width: 250px !important;
	}
	.newmb_pre_pmc{
		width: 100% !important;
	}
	.newmb_tc_data{
		height: 1324px !important;
	}
	.new_tc_areacover{
		position: relative;
   		left: -32% !important;
	}
	.newmb_prot{
		margin: -33px 0px 2px 0px !important;
   		padding: 22px 0px 0px 0px !important;
	}
	
	.new_auto_name{
		margin: 0px !important;
		left: 30px !important;
	}
	.team_mod2_image{
		height: 100% !important;
	
	}
	.team_mod2_container{
		left: 37px !important;
		bottom: -180px !important;
	}
	.team_mod2_padding{
		padding-bottom: 240px !important;
	}
	.team_mod2_paddingtop{
		padding-top: 220px;
	}
	.team_mod2_paddingtop_minimum{
		padding-top: 95px !important;
	}
	.team_mod2_container_diagnostics{
		left: 37px !important;
		bottom: -180px !important;
	}
	.team_mod2_training_bottom{
	left: 36px !important;
    bottom: -44px !important;
	}

	html,body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}
	.newmb_automation_height{
		height: 100% !important;
		}
    .team_margin_new{
         left: 36px !important;
		}
   
   .new_slider{
	max-height: 435px !important;
   }
	
   .mode_of_train{
	padding-left: 0px !important;
   }
   .sec-padding-6{
	   padding: 0px !important;
   }
   .text-box-bottom{
	   bottom: -133px !important;
}
}




/* Mobile_view 768 */

@media screen and (max-width: 768px) {
	.newmb_lo{
		width: 172px !important;
	}
	.about_u{
		padding: 15px!important;
	}
	
	.new_ig{
		text-align: center;
		margin: auto !important;
		width: 50% !important;
	}
	.slider-btn-9 .owl-theme .owl-controls{
		position: absolute !important;
		top: 70% !important;
	}
	.newmb_tb{
		padding-top: 20px;
		margin: 15px 0;
		float: none !important;
	}
	.new_cmp{
		width: 100% !important;
		float: left !important;
		padding: 25px !important;
		background-color: #fff !important;
	}
	.newmb_img{
		height: 100% !important;
		padding-top: 20px !important;
		
	}
	.newmb_ing{
		display: block !important;
        max-width: 550px !important;
	}
	.newmb_eng{
		padding: 20px 0px 80px 0px !important;
	}
	.newmb_engs{
		padding-left: 23px !important;
	}
	.newmb_con1{
		margin: 43px 0px 2px -5px !important;
    padding: 99px 1px 0px 0px !important;
	}
	.newmb_you{
		margin: -22px -7px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
	}
	.newmb_pre{
		width: 560px!important;
	}
	
	.newmb_eng{
		padding: 20px 0px 80px 0px !important;
	}
	.newmb_tc_area{
		margin-top: 45px !important;
	}
	.newmb_tc_cover{
		position: relative;
    left: 33% !important;
	}
	
	.newmb_tc_list{
	padding-left: 62px !important;
	}
	.newmb_pre_pmc{
		width: 100% !important;
	}
	.new_tc_company{
		margin-top: 0px !important;
	}
	.newmb_prot{
		margin: -33px 0px 2px 0px !important;
		padding: 0px 0px 0px 0px;
	}
	.newmb_prot_cont{
		margin: 80px 0px 0px 0px !important;
	}
	.new_mod2_diagnostics_margin{
		margin: 160px 0px 0px 0px !important;
	}
	.newmb_prot_commis{
		margin-top: 0px !important;
	}
	.newmb_prot_system{
		height: 117px !important;
		top: 23px !important;
	}
	.newmb_prot_your{
			top: 25px !important;
			height: 179px !important;
	}
	.newmb_auto_contact{
		margin: 51px 0px 0px 0px !important;
	}
	.newmb_diagnostics_contact{
		margin: 139px 0px 0px 0px !important;
	}
	.newmb_auto_learning{
		margin: -18px 0px 0px 0px !important;
	}
	.newmb_auto_team{
		bottom: -295px !important;
		top: 290px !important;
	}
	.team_mod2_image{
		height: 100% !important;

	}
	.team_mod2_container{
		left: 37px !important;
		bottom: -180px !important;
	}
	.team_mod2_padding{
		padding-bottom: 240px !important;
	}
	.team_mod2_annual_contacts_minimum{
		margin: 153px 0px 0px 0px !important;
	}
	.newmb_automation{
		width:100%;
		margin: 0px;
	}
	.worked{
	margin-left: 0px !important;
	}
	.team_margin_new{
		margin-left: 0px !important;
	}
	.team_mod2_container_diagnostics{
		left: 37px !important;
		bottom: -100px !important;
	}

	html,body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}
	.analysis{
		margin-bottom: 0px !important;
	}
	
	.sc-icons-box{
		display: none !important;
	}
	

}

.ce-feature-box-a15 {
    width: 100%;
    padding: 60px;
    border: 1px solid #e4e4e4;
    transition: all 0.3s ease-out 0s;
    height: 450px;
}

.sec-padding {
    padding: 0px 0 30px 0;
}



/*
Template: 
category: Corporate
Author: Codelayers
Version: 1.0
Design and Developed by: Codelayers
*/


/*
======================================
[ CSS TABLE CONTENT ]
======================================

    [Table of contents]

	1.feature boxes
	2.parallax sections
	3.footer styles

	
======================================
[ END CSS TABLE CONTENT ]
======================================
*/

/*============ Feature boxes ============ */


/* title line
 ------------------------------ */
 .ce-sub-text {
	/* width: 80%; */
	margin:15px auto 0 auto;
	line-height:25px;
}
.ce-sub-text.less-width {
	width: 50%;
	margin:15px auto 0 auto;
}
.ce-sub-text.align-left {
	width: 80%;
	margin:15px auto 0 0;
}

.ce-title-line {
	width: 12%;
	height:2px;
	background-color:#ffffff  !important;
	margin:15px auto 0 auto;
}
.ce-title-line.white {
	background-color:#fff;
}
.ce-title-line.align-left {
	width: 12%;
	height:2px;
	background-color:#000123 !important;
	margin:15px 88% 0 auto;
}
.small-text1{
	display: none;
}
.pwc-icon img {
    width: 45px;
	margin-top: -46px;
}

.ce-title-line-new {
	width: 6%;
	height:2px;
	background-color:#000123 !important;
	margin:15px auto 0 auto;
}
/* feature box 1
 ------------------------------ */

.ce-feature-box-1{
	position:relative;
	width:100%;
	float:left;
	top:-70px;
	padding:45px;
	background-color:#000123 !important;	
}
.ce-feature-box-1 .text-box{
	width:100%;
	float:left;
	padding:40px;
	border-right:1px solid rgba(255, 255, 255, 0.2);
}

.ce-feature-box-1 .text-box.no-border{
	border-right:none;
}

/* feature box 2
 ------------------------------ */

.ce-feature-box-2{
	width:100%;
	float:left;
	margin-bottom:100px;
}
.ce-feature-box-2 .title{
	font-size:40px;
	font-weight:600;
}

.ce-feature-box-2 .icon{
	color:#fff;
	border:1px solid rgba(255, 255, 255, 0.3);
	margin-bottom:15px;
}
.ce-feature-box-2.no-margin{
	margin-bottom:0;
}

.chargers{
	background-color:  #0a171f !important;
	color: white !important;
}
.color{
	color: white !important;
}
/* feature box 3
 ------------------------------ */

.ce-feature-box-3{
	width:100%;
	float:left;
	padding:0px;
	transition: all 0.3s ease-out 0s;
	
}
.ce-feature-box-3 .img-list{
	width:100%;
	float:left;
}

.ce-feature-box-3 .img-box{
	position:relative;
	width:100%;
	height: 200px;
	padding:0px;
	float:left;
	overflow:hidden;
	
}
.ce-feature-box-3 .img-box img {
  transition: all 0.3s ease-out 0s;
}
.ce-feature-box-3:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ce-feature-box-3 .img-box .overlay{
	position: absolute;
	width:85%;
	height:85%;
	margin:8% 0 0 7.5%;
	padding:40px;
	top:500px;
	left:0px;
	float:left;
	background-color: rgba(105, 202, 33, 0.9);
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-3 .img-box .overlay.less-padd{
	padding:45px;
}
.ce-feature-box-3 .img-box .overlay p{
	color:#fff;
}
.ce-feature-box-3 .img-box .overlay .title{
	color:#fff;
}
.ce-feature-box-3 .img-box .overlay .sub-text{
	color:#fff;
}

.ce-feature-box-3 .img-box .overlay .sc-icons{
	width:100%;
	padding: 0px;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-3 .img-box .overlay .sc-icons li{
	padding: 0px;
	margin: 0px;
	display:inline-block;
}
.ce-feature-box-3 .img-box .overlay .sc-icons li a{
	width:40px;
	height:40px;
	float:left;
	font-size:15px;
	color:#fff;
	line-height:0px;
	margin: 0px;
	display:inline-block;
	border-radius:100%;
}
.ce-feature-box-3 .img-box .overlay .sc-icons li a:hover{
	color:#000;
}
.ce-feature-box-3:hover .img-box .overlay{
	top:0px;
}


.expertise{
	/* padding-bottom: -125px !important; */
	margin-bottom:84px;
}
.expert{
	margin-bottom: 114px;
}



/* ---------- feature box 4 ---------- */
.new_ftp{
	padding:30px !important;

}
.ce-feature-box-4 {
	position:relative;
	width:100%;
	float:left;
	padding:0px;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-4 .img-box {
	position:relative;
	width:100%;
	float:left;
	padding:0px;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-4 .img-box .overlay {
	position: absolute;
	width:100%;
	z-index:1;
	background-color: rgba(0, 0, 0, 0.4);
}
.ce-feature-box-4 .text-box{
	width:100%;
	float:left;
	padding:100px;
	min-height:600px;
	background-color:#fff;
}
.text_ftp{
	padding:0px !important;
	min-height: 519px !important;
}
.ce-feature-box-4 .text-box .post-date-box{
	color:#101010;
	bottom: 0px;
	left: 512px;
	font-size:22px;
	padding: 35px 0 0 0;
	width:120px;
	height:120px;
	background-color:#fff;
}
.ce-feature-box-4 .text-box .post-date-box span{
	color:#101010;
	font-size:16px;
}
.ce-feature-box-4:hover h3, .ce-feature-box-4.active h3 {
	color:#ecae3d;
}
.ce-feature-box-4 .text-box.top-space{
	top:60px;
}


/* featurebox 5
 ------------------------------ */

.ce-feature-box-5 {
    width: 100%;
    float: left;
	padding:55px;
	background-color:#fff;
}

 .ce-feature-box-5 .img-circle .img {
	background-color:#e4e4e4;
}


/* feature box 6
 ------------------------------ */

.ce-feature-box-6{
	width:100%;
	float:left;
	padding:60px;
	transition: all 0.3s ease-out 0s;
		-webkit-box-shadow: 0 1px 21px rgba(0,0,0,.10);
-moz-box-shadow: 0 1px 21px rgba(0,0,0,.10);
box-shadow: 0 1px 21px rgba(0,0,0,.10);
}
.ce-feature-box-6 .icon{
	color:#000123;
}

.ce-feature-box-6:hover{
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}



/* feature box 7
 ------------------------------ */

.ce-feature-box-7{
	width:100%;
	float:left;
}
.ce-feature-box-7 .main-box{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
	overflow:hidden;
}
.ce-feature-box-7 .main-box.shadow{
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
}
.ce-feature-box-7 .main-box .img-box{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
	background-color:#fff;
}
.ce-feature-box-7 .main-box .img-box.white{
	background-color:#fff;
}
.ce-feature-box-7 .main-box .img-box .overlay{
	position: absolute;
	width:100%;
	height:100%;
	opacity:0;
	padding:30px;
	float:left;
	transition: all 0.3s ease-out 0s;
	background-color: rgba(105, 202, 33, 0.9);
}
.ce-feature-box-7 .main-box img{
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-7 .main-box .img-box{
	position:relative;
	width:100%;
	float:left;
	overflow:hidden;
}
.ce-feature-box-7:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ce-feature-box-7 .main-box .text-box{
	width:100%;
	padding:40px 0 40px 0;
	float:left;
	background-color:#fff;
		
}
.ce-feature-box-7 .main-box.shadow .text-box{
	padding:40px 0 40px 0;		
}
.ce-feature-box-7 .main-box .text-box .title{
	color:#101010;
		
}
.ce-feature-box-7 .main-box .text-box .subtext{
	color:#fff;
	padding:3px 10px;
	display:inline-block;
	margin-top:15px;
	background-color:#000123;
		
}
.ce-feature-box-7 .main-box .img-box .overlay .small-text{
	position: absolute;
	color:#fff;
	top:400px;
	left:10px;
	transition: all 0.3s ease-out 0s;		
}
.ce-feature-box-7 .main-box .img-box .overlay .sc-icons{
	position: absolute;
	width:100%;
	top:300px;
	display:inline-block;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-7 .main-box .img-box .overlay .sc-icons li{
	padding: 0px;
	margin: 0px;
	display:inline-block;
}
.ce-feature-box-7 .main-box .img-box .overlay .sc-icons li a{
	float:left;
	font-size:15px;
	color:#fff;
	line-height:0px;
	margin: 0px;
	padding:7px;
	display:inline-block;
	border-radius:100%;
}
                        

.ce-feature-box-7:hover .main-box .img-box .overlay{
	opacity:1;
}
.ce-feature-box-7:hover .main-box .img-box .overlay .small-text{
	top:80px;		
}
.ce-feature-box-7:hover .main-box .img-box .overlay .sc-icons{
	top:180px;
}
.ce-feature-box-7:hover .main-box.shadow{
-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}


/* feature box 8
 ------------------------------ */
 .ce-feature-box-8{
	width:100%;
	padding:50px;
	text-align:center;
	border:2px solid #ededed;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-8.no-border{
	border:2px solid #fff;

}
 .ce-feature-box-8 .icon{
	 color:#000123;
}
.ce-feature-box-8:hover .title{
	color:#000;
}
 .ce-feature-box-8:hover,  .ce-feature-box-8.active{
	border:2px solid #000123;
	background-color:#000123;
}
.ce-feature-box-8:hover .title, .ce-feature-box-8.active .title{
	color:#fff;
}
.ce-feature-box-8:hover .subtext, .ce-feature-box-8.active .subtext{
	color:#fff;
}
 .ce-feature-box-8:hover .icon,  .ce-feature-box-8.active .icon{
	 color:#fff;
}


/* feature box 9
 ------------------------------ */
 .ce-feature-box-9{
	width:100%;
	float:left;
	padding:20px;
	background-color:#fff;
}

/* footer newsletter
 ------------------------------ */
 .ce-feature-box-9 .newsletter {
	width: 76%;
	height: 65px;
	float: left;
	padding: 10px;
	font-size:18px;
	color:#101010;
	margin-right:20px;
	text-align:left;
	background:#fff;
	border: 1px solid #fff;
	}
 .ce-feature-box-9 .newsletter-btn {
    width: 21%;
    height: 63px;
    float: left;
    padding: 0px;
	color:#ebebeb;
	text-transform:uppercase;
	border: 1px solid #242424;
	background-color: #242424;
}
 .ce-feature-box-9 .newsletter-btn.prim {
	color:#fff;
	border: 1px solid #000123;
	background-color: #000123;
}


/* feature box 10
 ------------------------------ */
 .ce-feature-box-10{
	width:100%;
	float:left;
}

 .ce-feature-box-10 .newsletter {
	width: 76%;
	height: 65px;
	float: left;
	padding: 15px;
	font-size:16px;
	color:#101010;
	margin-right:10px;
	text-align:left;
	background:#fff;
	border-radius:5px;
	border: 1px solid #fff;
	}
 .ce-feature-box-10 .newsletter-btn {
    width: 21%;
    height: 63px;
    float: left;
    padding: 0px;
	color:#fff;
	border-radius:5px;
	text-transform:uppercase;
	border: 1px solid #000123;
	background-color: #000123;
}


/* feature box 11
 ------------------------------ */
 .ce-feature-box-11{
	width:100%;
	text-align:center;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-11 .icon{
	 color:#000123;
}
 .ce-feature-box-11 .title{
	 color:#fff;
}
 .ce-feature-box-11 .subtext{
	 color:#fff;
}

/* feature box 12
 ------------------------------ */

.ce-feature-box-12{
	width:100%;
	float:left;
}
.ce-feature-box-12 .text-box{
	position:relative;
	width:100%;
	padding:80px;
	float:left;
	overflow:hidden;
	border-radius:5px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}

.pm_const{
	height: 186px;
}
.ce-feature-box-12 .text-box .icon{
	position:relative;
	color:#000123;
	top:45px;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-12 .text-box .title{
	position:relative;
	padding-top:10px;
	color:#101010;
	top:-19px;
	transition: all 0.3s ease-out 0s;
}

.ce-feature-box-12 .text-box .small-text{
	position:relative;
	color:#727272;
	opacity:0;
	top:150px;
	transition: all 0.3s ease-out 0s;
}

.ce-feature-box-12:hover .text-box .icon{
	top:0px;
}
.ce-feature-box-12:hover .text-box .small-text{
	top:2px;
	opacity:0.9;
}
.ce-feature-box-12:hover .text-box .title{
	top:-15px;
}

.ce-feature-box-12 .text-box.bg-2{
	background-color:#1c1c1c;
}


/*shadow*/

.ce-feature-box-12:hover .text-box{
-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}


/* ---------- feature box 13 ---------- */

.ce-feature-box-13 {
	position:relative;
	width:100%;
	float:left;
	padding:0px;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-13 .text-box{
	width:100%;
	float:left;
	padding:100px;
	min-height:600px;
	background-color:#fff;
}
.ce-feature-box-13 .text-box.min-hei-2{
	min-height:660px;
}


/* Feature Box14
 ------------------------------ */
.feature-box-14 {
	width: 100%;
	padding:0 0 30px 0;
	float:left;
}


/* Feature Box15
 ------------------------------ */
.ce-feature-box-15 {
	width: 100%;
	padding: 60px;
	border: 1px solid #e4e4e4;
	transition: all 0.3s ease-out 0s;

}
.ce-feature-box-15:hover, .ce-feature-box-15.active {
	background-color: #000123;
	border: 1px solid #000123;
}
.ce-feature-box-15:hover .icon-plain-medium {
	color: #fff;
}
.ce-feature-box-15:hover h4, .ce-feature-box-13:hover p, .feature-box-7.active h4, .ce-feature-box-13.active p {
	color: #fff;
}
.ce-feature-box-15:hover .content{
	color: #fff;
}
.ce-feature-box-15:hover .title{
	color: #fff;
}

/* Feature Box-A15
 ------------------------------ */
 .ce-feature-box-a15 {
	width: 100%;
    padding: 4px 10px;
    border: 1px solid #e4e4e4;
    transition: all 0.3s ease-out 0s;
    height: 220px;
}
	


/* Feature Box16
 ------------------------------ */
.ce-feature-box-16 {
	width: 100%;
	padding:70px;
	float:left;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-16:hover {
	background-color:#000123;
		-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}
.ce-feature-box-16:hover .title {
	color:#fff;
}
.ce-feature-box-16:hover .content {
	color:#fff;
}
.ce-feature-box-16:hover .read-more {
	color:#fff;
}



/* feature box 17
 ------------------------------ */
.ce-feature-box-17{
	width:100%;
	float:left;
	padding:45px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;	
}
.ce-feature-box-17 .icon{
	width:140px;
	height:140px;
	margin:0 auto 10px auto;
	border:1px solid #edecec;
	border-radius:100%;
}



/* feature box 18

 ------------------------------ */
 /* .ce-feature-box-a18{
	width:100%;
	float:left;
	padding:50px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
	height: 182px;
} */



.ce-feature-box-18{
	width:100%;
	float:left;
	padding:50px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-18 .imgbox-xtiny {
	width: 40px;
	height: 40px;
	background-color:#000;
}
.ce-feature-box-18 .text-box-right{
	padding-top:10px;
}
.ce-feature-box-18:hover{
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}

.ce-feature-box-18.shadow{
	box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
}
.ce-feature-box-18 .title a:hover{
	color:#f51e46;
}

/*dark style*/
.ce-feature-box-18.dark{
	background-color:#121212;
}
.ce-feature-box-18.dark .title{
	color: #999999;
}


/* feature box 19
 ------------------------------ */
.ce-feature-box-19{
	width:100%;
	float:left;
}
.ce-feature-box-19 .icon{
	color:#fff;
	/*border:1px solid rgba(255, 255, 255, 0.5);*/
}
.ce-feature-box-19 .content{
	color:#fff;
	opacity:0.8;
}
.ce-feature-box-19 .title{
	color:#fff;
}


/* featurebox 20
 ------------------------------ */
 
.ce-feature-box-20 {
    width: 100%;
    float: left;
}
.ce-feature-box-20.padd-top {
	padding-bottom:50px;
}
.ce-feature-box-20 .datebox {
	color:#fff;
	font-size:18px;
	line-height:26px;
	padding-top:24px;
	background-color:#000123;

}

/* feature box 21
 ------------------------------ */
 .ce-feature-box-21{
	width:100%;
	padding:0;
	float:left;
}
 .ce-feature-box-21 .text-box{
	width:100%;
	float:left;
	padding:50px;
	background-color:#fff;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-21:hover .text-box{
	box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
}
 .ce-feature-box-21 .text-box.shadow{
	box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
}
 .ce-feature-box-21:hover .text-box .title{
	color:#000123;
}

 .ce-feature-box-21:hover .text-box .btn.btn-border.dark {
	 color:#000123;
    border-color: #000123;
}
 .ce-feature-box-21:hover .text-box .btn.btn-border.dark:hover {
	 color:#fff;
    border-color: #000123;
	background-color:#000123;
}
 .ce-feature-box-21:hover .text-box .icon {
    color: #000123;
}
 .ce-feature-box-21:hover .text-box{
-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}


/*primary*/

 .ce-feature-box-21.primary .text-box{
	background-color:#000123;
}
 .ce-feature-box-21.primary .text-box .title{
	color:#fff;
}
 .ce-feature-box-21.primary .text-box .icon {
    color: #fff;
}
 .ce-feature-box-21.primary:hover .text-box .icon {
    color: #fff;
}
 .ce-feature-box-21.primary .text-box .content {
    color: #fff;
}
 .ce-feature-box-21.primary .text-box .btn.btn-border.dark {
	 color:#fff;
    border-color: #fff;
}
 .ce-feature-box-21.primary:hover .text-box .title{
	color:#fff;
}

 .ce-feature-box-21.primary:hover .text-box .btn.btn-border.dark {
	 color:#fff;
    border-color: #fff;
}

/* feature box 22
 ------------------------------ */

.ce-feature-box-22{
	width:140%;
	float:left;
}
.ce-feature-box-22 .icon{
	color:#000123;
}
.ce-feature-box-22.style-2 .icon{
	color:#fff;
	opacity:0.6;
}
.ce-feature-box-22.style-2 .title{
	color:#fff;
	opacity:0.6;
}

/* feature box 23
 ------------------------------ */
 .ce-feature-box-23{
	width:100%;
	float:left;
}
 .ce-feature-box-23 .title{
	 color:#fff;
}
 .ce-feature-box-23 .icon{
	 color:#000123;
}
 .ce-feature-box-23 .content{
	 color:#fff;
	 opacity:0.6;
}


/* feature box 24
 ------------------------------ */
 .ce-feature-box-24{
	width:100%;
	float:left;
	overflow:hidden;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-24 .imgbox{
	 position:relative;
	width:100%;
	float:left;
	overflow:hidden;
    margin: 10px 0;
}
 .ce-feature-box-24 .imgbox img{
	 overflow:hidden;
}
 .ce-feature-box-24 .imgbox .overlay{
	 position: absolute;
	width:100%;
	height:100%;
	float:left;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,69ca21+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(229,229,229,0) 0%, rgba(98,194,27,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,229,229,0) 0%,rgba(98,194,27,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,229,229,0) 0%,rgb(0 1 35) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#000123',GradientType=0 ); /* IE6-9 */
}


.ce-feature-box-24 .imgbox .overlay .text-box{
	width:100%;
	float:left;
	padding:260px 0 0 0;
}
.ce-feature-box-24 .imgbox .overlay .text-box .title{
	line-height:30px;
	position:relative;
	top:0px;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-24:hover .imgbox .overlay .text-box .title{
	top:-50px;
}

.ce-feature-box-24:hover {
-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}


/* feature box 25
 ------------------------------ */
 
.ce-feature-box-25{
	width:100%;
	float:left;
	padding:100px;
	background-color:#1c1c1c;
	min-height: 504px;
}

/* feature box 26
 ------------------------------ */
 
.ce-feature-box-26{
	width:100%;
	float:left;
}

.ce-feature-box-26 img{
	width:504px;
	height:auto;
	float:left;
}


/* featurebox 27
 ------------------------------ */
.ce-feature-box-27 {
    width: 100%;
    float: left;
	overflow:hidden;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-27 .img-box {
	position:relative;
    width: 100%;
    float: left;
	overflow:hidden;
}
.ce-feature-box-27 .img-box .overlay {
	position: absolute;
    width: 100%;
    float: left;
	overflow:hidden;
	/*background:rgba(0,0,0, 0.1);*/
}
.ce-feature-box-27 .img-box .overlay.bg-1 {
	background:rgba(0,0,0, 0.1);
}
.ce-feature-box-27 .text-box .icon-b{
    width:38px;
	height:38px;
    float: right;
	color:#000123;
	text-align:center;
	border-radius:100%;
	line-height:38px;
	border:1px solid #e4e4e4;
	background-color:#fff;
}

.ce-feature-box-27 .img-box .overlay .post-icon{
	position:absolute;
    width:64px;
	height:64px;
    float: left;
	color:#fff;
	left:25px;
	top:25px;
	font-size:22px;
	text-align:center;
	line-height:57px;
}

.ce-feature-box-27 .img-box .overlay .post-icon.primary{
	color:#101010;
	background-color:#fff;
}
.ce-feature-box-27 .img-box .overlay .post-icon.secondary{
	color:#fff;
	background-color:#6e44a3;
}

.ce-feature-box-27:hover, .ce-feature-box-27.active {
box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	transform: translateY(-10px);
}


/* featurebox 28
 ------------------------------ */
.ce-feature-box-28 {
    width: 100%;
    float: left;
	overflow:hidden;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-28 .img-box {
	position:relative;
    width: 100%;
    float: left;
	overflow:hidden;
}
.ce-feature-box-28 .img-box .overlay {
	position: absolute;
    width: 100%;
    float: left;
	overflow:hidden;
	/*background:rgba(0,0,0, 0.1);*/
}
.ce-feature-box-28 .img-box .overlay.bg-1 {
	background:rgba(0,0,0, 0.1);
}
.ce-feature-box-28 .text-box .icon-b{
    width:38px;
	height:38px;
    float: right;
	color:#000123;
	text-align:center;
	border-radius:100%;
	line-height:38px;
	border:1px solid #e4e4e4;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-28 .text-box .icon-b:hover{
	color:#000;
	border:1px solid #e4e4e4;
	background-color:#fff;
}
.ce-feature-box-28 .text-box{
	border:1px solid #e4e4e4;
}
.ce-feature-box-28 .img-box .overlay .post-icon{
	position:absolute;
    width:64px;
	height:64px;
    float: left;
	color:#fff;
	left:25px;
	top:25px;
	font-size:22px;
	text-align:center;
	line-height:57px;
}

.ce-feature-box-28 .img-box .overlay .post-icon.primary{
	color:#101010;
	background-color:#fff;
}
.ce-feature-box-28 .img-box .overlay .post-icon.secondary{
	color:#fff;
	background-color:#6e44a3;
}

.ce-feature-box-28:hover, .ce-feature-box-28.active {
box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	transform: translateY(-10px);
}
.ce-feature-box-28 a {
	color:#fc4242;
}
.ce-feature-box-28 a:hover {
	color:#000123;
}

/* featurebox 29
 ------------------------------ */
.ce-feature-box-29 {
    width: 100%;
    float: left;
}
.ce-feature-box-29 .icon {
	color:#000123;
}

/* featurebox 30a
 ------------------------------ */
 .ce-feature-box-30a {
    width: 100%;
    float: left;
	margin-bottom:10px;
	border: 7px double #2c98d1;
    padding: 10px;
    border-bottom-color: #f7ab5a;
    border-left-color: #f7ab5a;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.certification{

	height: 450px !important;
}
.ce-feature-box-30a .img-box{
	position:relative;
    width: 100%;
    float: left;
	overflow:hidden;
	height: auto;
}
.ce-feature-box-30a .img-box .overlay{
	position: absolute;
    width: 100%;
	height:100%;
    float: left;
	opacity:0;
	transition: all 0.3s ease-out 0s;
	background-color:rgba(0, 0, 0, 0.055);
}

.ce-feature-box-30a .img-box img{
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-30a:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ce-feature-box-30a .img-box .overlay .btn-strip{
	position: absolute;
    width: 100%;
    float: left;
	color:#fff;
	bottom:0px;
	text-align:center;
	padding:10px 0;
	background-color:#000123 !important;
}

.ce-feature-box-30a:hover .img-box .overlay{
	opacity:1;
}



/* featurebox 30
 ------------------------------ */
.ce-feature-box-30 {
    width: 100%;
    float: left;
	margin-bottom:10px;
}
.ce-feature-box-30 .img-box{
	position:relative;
    width: 100%;
    float: left;
	overflow:hidden;
	height: 250px;
}
.ce-feature-box-30 .img-box .overlay{
	position: absolute;
    width: 100%;
	height:100%;
    float: left;
	opacity:0;
	transition: all 0.3s ease-out 0s;
	background-color:rgba(0, 0, 0, 0.2);
}

.ce-feature-box-30 .img-box img{
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-30:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ce-feature-box-30 .img-box .overlay .btn-strip{
	position: absolute;
    width: 100%;
    float: left;
	color:#fff;
	bottom:0px;
	text-align:center;
	padding:10px 0;
	background-color:#000123 !important;
}

.ce-feature-box-30:hover .img-box .overlay{
	opacity:1;
}


/* feature box 31
 ------------------------------ */

.ce-feature-box-31{
	width:100%;
	float:left;
}
.qimg-1{
	width:120px;
	height:80px;
	margin:0 auto 20px auto;
}


/* featurebox 32
 ------------------------------ */
.ce-feature-box-32 {
    width: 100%;
    float: left;
	margin-bottom:25px;
}
.ce-feature-box-32 .img-box{
	position:relative;
    width: 100%;
    float: left;
	overflow:hidden;
}
.ce-feature-box-32 .img-box .overlay{
	position: absolute;
    width: 100%;
	height:100%;
    float: left;
	opacity:0;
	transition: all 0.3s ease-out 0s;
	background-color:rgba(105, 202, 33, 0.8);
}

.ce-feature-box-32 .img-box img{
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-32:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ce-feature-box-32 .img-box .overlay .btn-strip{
	position: absolute;
    width: 100%;
    float: left;
	color:#101010;
	bottom:0px;
	text-align:center;
	padding:10px 0;
	background-color:#fff;
}

.ce-feature-box-32:hover .img-box .overlay{
	opacity:1;
}

/* feature box 33
 ------------------------------ */

.ce-feature-box-33{
	width:100%;
	float:left;
	padding:0px;
	transition: all 0.3s ease-out 0s;
	
}
.ce-feature-box-33 .img-list{
	width:100%;
	float:left;
}

.ce-feature-box-33 .img-box{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
	overflow:hidden;
	
}
.ce-feature-box-33 .img-box img {
  transition: all 0.3s ease-out 0s;
}
.ce-feature-box-33:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ce-feature-box-33 .img-box .overlay{
	position: absolute;
	width:100%;
	height:100%;
	padding:100px 40px 40px 40px;
	top:500px;
	left:0px;
	float:left;
	background-color: rgba(105, 202, 33, 0.9) !important;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-33 .img-box .overlay.less-padd{
	padding:45px;
}
.ce-feature-box-33 .img-box .overlay p{
	color:#fff;
}
.ce-feature-box-33 .img-box .overlay .title{
	color:#fff;
}
.ce-feature-box-33 .img-box .overlay .sub-text{
	color:#fff;
}

.ce-feature-box-33 .img-box .overlay .sc-icons{
	width:100%;
	padding: 0px;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-33 .img-box .overlay .sc-icons li{
	padding: 0px;
	margin: 0px;
	display:inline-block;
}
.ce-feature-box-33 .img-box .overlay .sc-icons li a{
	width:40px;
	height:40px;
	float:left;
	font-size:15px;
	color:#101010;
	line-height:40px;
	margin: 0px;
	display:inline-block;
	border-radius:100%;
	background-color:#fff;
}
.ce-feature-box-33 .img-box .overlay .sc-icons li a:hover{
	color:#000;
}
.ce-feature-box-33:hover .img-box .overlay{
	top:0px;
}

/* feature box 34
 ------------------------------ */

.ce-feature-box-34{
	position:relative;
	width:100%;
	float:left;
	top:-60px;
	padding:100px 70px 100px 70px;
	z-index:2;
	background-color:#000123;
}

/* feature box 35
 ------------------------------ */
 .ce-feature-box-35{
	width:100%;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-35 .icon{
	 color:#fff;
}
 .ce-feature-box-35 .title{
	 color:#fff;
}
 .ce-feature-box-35 .subtext{
	 color:#fff;
}


/* feature box 36
 ------------------------------ */

.ce-feature-box-36{
	width:100%;
	float:left;
	padding:0px;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-36.bg-light{
	background-color:#f5f5f5;
}
.ce-feature-box-36 .text-box{
	width:100%;
	float:left;
	padding:60px;
}

.ce-feature-box-36:hover{
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}


/* featurebox 37
 ------------------------------ */
.ce-feature-box-37 {
	position:relative;
    width: 100%;
    float: left;
	min-height:300px;
	overflow:hidden;
}
.ce-feature-box-37 .overlay {
	position:absolute;
    width: 100%;
    float: left;
	bottom:0px;
}
.ce-feature-box-37 .overlay .text-box {
	position:absolute;
    width: 100%;
    float: left;
	bottom:0px;
	padding:50px;
	transition: all 0.3s ease-out 0s;
	background-color:rgba(105, 202, 33, 0.9);
}
.ce-feature-box-37:hover .overlay .text-box {
	bottom:50px;
}


/* featurebox 38
 ------------------------------ */
.ce-feature-box-38 {
    width: 100%;
    float: left;
	overflow:hidden;
	min-height:300px;
	background-color:#1c1c1c;
}
.ce-feature-box-38 .img-box {
    width: 100%;
    float: left;
	overflow:hidden;
}
.ce-feature-box-38 .text-box {
    width: 100%;
    float: left;
	padding:100px;
}
.ce-feature-box-38 .img-box img {
    width: 504px;
    height: auto;
    float: left;
}

/*background-white*/


.ce-feature-box-38.white {
	background-color:#fff;
}

/*background-primary*/


.ce-feature-box-38.primary {
	background-color:#000123;
}






/* featurebox 39
 ------------------------------ */
.ce-feature-box-39 {
	position:relative;
    width: 100%;
    float: left;
	top:-80px;
	z-index:2;
	background-color:#fff;
}

.ce-feature-box-39 .text-box {
    width: 100%;
    float: left;
	padding:75px;
	background-color:#fff;
}
.ce-feature-box-39 .text-box .icon {
	color:#000123 !important;
}
.ce-feature-box-39 .text-box.bor-right {
	border-right:1px solid white;
}

/* feature box 40
 ------------------------------ */
 .ce-feature-box-40{
	position:relative;
	width:100%;
	padding:100px;
	float:left;
	overflow:hidden;
	background-color:#444444;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-40 .overlay{
	position: relative;
	width:100%;
	height:100%;
	padding:100px;
	float:left;
	overflow:hidden;
	background-color:rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-40 .title{
	 position:relative;
	 color:#fff;
	 top:20px;
	 transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-40 .content{
	 position:relative;
	 color:#fff;
	 top:25px;
	 transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-40 a.read-more{
	 position:relative;
	 top:135px;
	 transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-40 a.read-more:hover{
	color:#fff;
}


 .ce-feature-box-40:hover .title{
	 top:0;
}
 .ce-feature-box-40:hover .content{
	 top:0px;
}
 .ce-feature-box-40:hover a.read-more{
	 top:0px;
}



 .ce-feature-box-40.bg2{
	background-color:#373737;
}
 .ce-feature-box-40.bg3{
	background-color:#2f2f2f;
}
 .ce-feature-box-40.bg4{
	background-color:#242424;
}
 .ce-feature-box-40.bg5{
	background-color:#464545;
}
 .ce-feature-box-40.bg6{
	background-color:#383737;
}
 .ce-feature-box-40.bg7{
	background-color:#292929;
}


/* feature box 41
 ------------------------------ */
 
.ce-feature-box-41{
	width:100%;
	float:left;
}
.ce-feature-box-41 img{
	max-width: 90%;
	height: auto;
}


/* feature box 42
 ------------------------------ */

.ce-feature-box-42{
	width:100%;
	padding:100px;
	float:left;
	background-color:#000123 !important;
}

/* feature box 43
 ------------------------------ */

.ce-feature-box-43{
	width:100%;
	float:left;
	margin-bottom:100px;
}
.ce-feature-box-43 .title{
	font-size:40px;
	font-weight:600;
}

.ce-feature-box-43 .icon{
	color:#fff;
	border:1px solid rgba(255, 255, 255, 0.3);
	margin-bottom:15px;
}
.ce-feature-box-43.no-margin{
	margin-bottom:65px;
}
.factory{
	margin-bottom: 0px !important;
}


/* feature box 44
 ------------------------------ */

.ce-feature-box-44{
	width:100%;
	float:left;
}
.ce-feature-box-44 .imgbox{
	position:relative;
	width:100%;
	float:left;
}
.ce-feature-box-44 .imgbox .overlay{
	position: absolute;
	width:100%;
	height:1005;
	background-color:rgba(0, 0, 0, 0.4);
	float:left;
}

.ce-feature-box-44 .top-box {
	position: absolute;
    width: 60%;
    float: left;
	top:143px;
	left:-100px;
    padding: 80px;
	z-index:2;
    background-color: #000123 !important;
}
.ce-feature-box-44 .top-box .quote-icon  {
	text-align:center;
	padding-bottom:10px;
}

.ce-feature-box-44 .top-box .quote-icon i  {
	color:#fff;
	font-size:70px;
}


/*white box*/

.ce-feature-box-44 .top-box.white {
    background-color: #fff;
}
.ce-feature-box-44 .imgbox .overlay.light-2{
	background-color:rgba(0, 0, 0, 0.1);
}

/*dark box*/

.ce-feature-box-44 .top-box.dark {
    background-color: #101010;
}
.ce-feature-box-44 .imgbox .overlay.light-2{
	background-color:rgba(0, 0, 0, 0.1);
}



/* feature box 45
 ------------------------------ */

.ce-feature-box-45{
	width:100%;
	float:left;
}
.ce-feature-box-45 .text-box{
	position:relative;
	width:100%;
	float:left;
	top:-60px;
	padding:100px;
	background-color:#fff;
	z-index:2;
/*	box-shadow: 0 20px 20px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.10);*/
}


/* featurebox 46
 ------------------------------ */
 
 .ce-feature-box-46{
    width: 100%;
    float: left;
	padding:20px;
}
 .ce-feature-box-46 .icon{
	 color:#000123;
}

/* feature box 47
 ------------------------------ */
 .ce-feature-box-47{
	width:100%;
	float:left;
	padding:90px;
	background-color:#fff;
}

/* feature box 48
 ------------------------------ */
 .ce-feature-box-48{
	width:100%;
	padding:0;
	float:left;
}


/* feature box 49
 ------------------------------ */

.ce-feature-box-49{
	width:100%;
	padding:0px;
	float:left;
}
.ce-feature-box-49 .ce-post-img{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
}
.ce-feature-box-49 .ce-post-img .overlay{
	position: absolute;
	width:100%;
	padding:150px 0 0 0;
	float:left;
	text-align:center;
	z-index:1;
	opacity:0;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-49 .ce-post-img .overlay i{
	position:absolute;
	color:#fff;
	top:250px;
	left:187px;
	opacity:0;
	font-size:22px;
	font-weight:100;
	text-align:center;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-49 .text-box{
	height:320px;
	padding:70px;
}
.ce-feature-box-49 .text-box.one{
	height:320px;
}
.ce-feature-box-49 .text-box .blog-post-info span{
	color:#505050;
}

.ce-feature-box-49 .ce-post-img .arrow-up {
	position:absolute;
	width: 0;
	height: 0;
	left: 175px;
	bottom:0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	z-index:2;
}
.ce-feature-box-49 .ce-post-img .arrow-down {
	position:absolute;
	width: 0;
	height: 0;
	left: 175px;
	top:0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
}
.ce-feature-box-49 .text-box .title{
	margin-bottom:10px;
	line-height:28px;
}
.ce-feature-box-49 .text-box .title a:hover{
	color:#000123;
}

.ce-feature-box-49:hover .ce-post-img .overlay{
	opacity:1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.ce-feature-box-49:hover .ce-post-img .overlay i{
	top:150px;
	opacity:1;
}


/*white textbox*/

.ce-feature-box-49.white .text-box{
	background-color:#fff;
}
.ce-feature-box-49.white .ce-post-img .arrow-down {
	border-top: 20px solid #fff;
}


/* feature box 50
 ------------------------------ */

.ce-feature-box-50{
	width:100%;
	float:left;
	transition: all 0.3s ease-out 0s;
}

.ce-feature-box-50:hover{
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}


/* feature box 51
 ------------------------------ */
 
.ce-feature-box-51{
	width:100%;
	float:left;
	padding:100px;
	background-color:#fff;
}


/* feature box 52
 ------------------------------ */

.ce-feature-box-52{
	width:100%;
	float:left;
	padding:45px;
	background-color:#000123;	
}
.ce-feature-box-52 .text-box{
	width:100%;
	float:left;
	padding:40px;
	border-right:1px solid rgba(255, 255, 255, 0.2);
}

.ce-feature-box-52 .text-box.no-border{
	border-right:none;
}


/* feature box 53
 ------------------------------ */
 .ce-feature-box-53{
	width:100%;
	padding:0;
	overflow:hidden;
}
 .ce-feature-box-53 .text-box.shadow{
		-webkit-box-shadow: 0 1px 21px rgba(0,0,0,.10);
-moz-box-shadow: 0 1px 21px rgba(0,0,0,.10);
box-shadow: 0 1px 21px rgba(0,0,0,.10);
}
 .ce-feature-box-53 .text-box{
	width:100%;
	padding:60px;
	border:1px solid #e4e4e4;
	background-color:#fff;
}
 .ce-feature-box-53 .text-box.no-border{
	border:none;
}
 .ce-feature-box-53 .img-box{
	position:relative;
	width:100%;
	padding:0;
	overflow:hidden;
}
 .ce-feature-box-53 .overlay{
	position: absolute;
	width:100%;
	height:100%;
	padding:0;
	transition: all 0.3s ease-out 0s;
	background-color:rgba(0, 0, 0, 0.1);
}

 .ce-feature-box-53:hover .overlay,  .ce-feature-box-53.active .overlay {
	background-color:rgba(105, 202, 33, 0.8) !important;
}


/* feature box 54
 ------------------------------ */

.ce-feature-box-54{
	width:100%;
	float:left;
	
}
.ce-feature-box-54 .text-box{
	position:relative;
	width:100%;
	padding:60px;
	float:left;
	color:#000123;
	border-radius:5px;
	background-color:#fff;
			-webkit-box-shadow: 0 1px 21px rgba(0,0,0,.10);
-moz-box-shadow: 0 1px 21px rgba(0,0,0,.10);
box-shadow: 0 1px 21px rgba(0,0,0,.10);
	transition: all 0.3s ease-out 0s;
}

.ce-feature-box-54 .text-box .act-ribbon{
	position:absolute;
	width:100px;
	height:80px;
	top:0px;
	right:0px;
	float:left;
}
.ce-feature-box-54 .text-box .price{
	font-weight:400;
	font-size:42px;
	color:#000123;
}

.ce-feature-box-54 .text-box .features-list {
    margin:0 auto 0 auto ;
    padding:0;
    width: 100%;
}
.ce-feature-box-54 .text-box .features-list li {
    color: #727272;
    float: left;
    margin: 0;
	font-size:15px;
    padding: 6px 0;
    width: 100%;
}

.ce-feature-box-54 .text-box .features-list li i {
    color: #000123;
	font-size:16px;
	padding-right:7px;
}
.ce-feature-box-54 .text-box .features-list li i.icon-red {
    color: #ff2f16;
}
.ce-feature-box-54.active .text-box{
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}



 .ce-feature-box-55{
	width:100%;
	padding:0;
	background-color:#fff;
}
 .ce-feature-box-55 .text-box-inner.boxshadow{
transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 0 1px 12px rgba(0,0,0, 0.1);
-moz-box-shadow: 0 1px 12px rgba(0,0,0,0.1);
box-shadow: 0 1px 12px rgba(0,0,0, 0.1);
}
 .ce-feature-box-55 .text-box-inner{
	 position:relative;
	width:100%;
	padding:60px;
	z-index:3;
	text-align:center;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-55 .hover-strip{
	 position: absolute;
	width:92.4%;
	height:4px;
	z-index:2;
	left:4%;
	bottom:0px;
	background-color:#000123;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-55 .icon{
	 color:#000123;
}
.ce-feature-box-55 .icon:hover{
	 color:#fff;
}
 .ce-feature-box-55 .icon i{
	 padding-left:5px;
}
 .ce-feature-box-55 .title{
	 color:#000;
}
.ce-feature-box-55 p{
	 color:#505050;
}
 .ce-feature-box-55:hover .hover-strip{
	height:100%;
	background-color:#000123;
	color:#fff;
}
 .ce-feature-box-55:hover .title{
	 color:#fff;
}
 .ce-feature-box-55:hover p{
	 color:#fff;
	 opacity:0.9;
}
 .ce-feature-box-55:hover .icon{
	 color:#fff;
}
 .ce-feature-box-55:hover a.read-more.dark-2{
	 color:#fff;
}












































/* price table 1
 ------------------------------ */
.ce-price-table-1 {
    width: 100%;
	padding:20px;
    float: left;
	margin-top:50px;
	transition: all 0.3s ease-out 0s;
	background-color:#fff;
}

.ce-price-table-1 .inner-box {
    width: 100%;
	padding:80px 40px;
    float: left;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.ce-price-table-1 .inner-box .price-circle {
	width: 130px;
	height: 130px;
	padding: 38px 0 0;
	margin: 0 auto;
	background-color: #fff;
	transition: all 0.3s ease-out 0s;
}
.ce-price-table-1 .inner-box .price-circle .price {
	color: #000123;
	font-size:70px;
	padding: 8px 0 0 0;
	font-weight:700;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
.ce-price-table-1 .inner-box .price-circle span {
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	padding-top:10px;
	color: #000123;
}
.ce-price-table-1 .inner-box .price-circle .price sup {
	position:relative;
	font-size:30px;
	font-weight:400;
	top:-40px;
	font-style: normal;
}
.ce-price-table-1 ul.plan_features {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 50px 0;
}
.ce-price-table-1 ul.plan_features li {
	padding: 8px 0;
	font-size:16px;
	transition: all 0.3s ease-out 0s;
}
.ce-price-table-1 ul.plan_features li:last-child {
	border-bottom: none;
}
.ce-price-table-1.active {
 -webkit-box-shadow: 0px 15px 30px 0px rgba(25, 40, 70, 0.20);
    box-shadow: 0px 15px 30px 0px rgba(25, 40, 70, 0.20);
}




/* Price Table 2
 -----------------------------------------------*/
 
.ce-price-table-2 {
	position:relative;
	width: 100%;
	padding: 40px 0 70px 0;
	float: left;
	text-align:center;
	transition: all 0.3s ease-out 0s;
	background-color:#242424;
}
.ce-price-table-2.border-right {
	border-right:1px solid rgba(255, 255, 255, 0.5)
}
.ce-price-table-2.border-right {
	border-right:1px solid #393939;
}
.ce-price-table-2 .price {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    padding: 35px 0;
    text-align: center;
}
.ce-price-table-2 .price sup {
    font-size: 22px;
    font-style: normal;
}
.ce-price-table-2 .price i {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.ce-price-table-2 .title-box {
	width:100%;
	color:#fff;
	float:left;
	padding:45px 0 15px 0;
	vertical-align:middle;
	border-bottom:1px solid #393939;
}
.ce-price-table-2.first-table .title-box {
	padding:15px 0 15px 0;
}
.ce-price-table-2.first-table{
	margin-top:83px;
}
.ce-price-table-2 .title-box .title {
	color:#fff;
}
.ce-price-table-2 .features-list {
	width:100%;
	padding:0;
	margin:0px;
	float:left;
}
.ce-price-table-2 .features-list li {
	width:100%;
	padding:15px 0;
	margin:0px;
	float:left;
	color:#ccc;
	border-bottom:1px solid #393939;
}
.ce-price-table-2 .features-list li i.green-4 {
	color:#80b604;
	font-size:18px;
}
.ce-price-table-2 .features-list li i.red {
	color:#ff2f16;
	font-size:18px;
}
.ce-price-table-2 .features-list li i.white {
	color:#fff;
	font-size:18px;
}
.ce-price-table-2 .features-list li:last-child {
	border-bottom:none;
}
.ce-price-table-2 .features-list li:nth-child(even) {
	background-color:#2a2a2a;
}
.ce-price-table-2.active .features-list li:nth-child(even) {
	background-color:#000123;
}
.pricetable-top-bg-strip {
	width: 100%;
	padding:0px;
	margin:0px;
	float:left;
	height:25px;
	background-color:transparent;
}
.ce-price-table-2.active {
	background-color:#000123;
	padding-bottom:100px;
	padding-top:65px;
}
.ce-price-table-2.active .features-list li {
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.ce-price-table-2.active .title-box {
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}



















.input-1 {
     background-color: #fff;
     border: 1px solid #e4e4e4;
    color: #101010;
    float: left;
    height: 45px;
    margin-bottom: 15px;
    padding: 8px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.input-1:focus {
    border: 1px solid #000123;
    outline: medium none !important;
    transition: all 0.3s ease-out 0s;
}
.lable-text{
	color:#101010;
}
.textaria-1 {
    background-color: #fff;
     border: 1px solid #e4e4e4;
    color: #fff;
    float: left;
    height: 100px;
    margin-bottom: 15px;
    padding: 8px;
/*	resize: none;*/
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.textaria-1:focus {
    border: 1px solid #000123;
    outline: medium none !important;
    transition: all 0.3s ease-out 0s;
}
.form-body.bg-dark .lable-text {
	color:#fff;
}



/* corporate pages
 ------------------------------ */
.cp-feature-box-1{
	width:100%;
	padding:0px;
	float:left;
	min-height:645px;
}
.cp-feature-box-1 .img-box{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
}
.cp-feature-box-1 .img-box .overlay{
	width:100%;
	height:100%;
	padding:0px;
	float:left;
	z-index:2;
	background-color:rgba(0, 0, 0, 0.2);
}
.cp-feature-box-1 .img-box .text-box{
	position: absolute;
	width:80%;
	padding:50px;
	float:left;
	left:0px;
	bottom:-185px;
	z-index:3;
	background-color:#fff;
	transition: all 0.3s ease-out 0s;
}
.cp-feature-box-1 .img-box .text-box .sc-icons-box{
	position: absolute;
	width:80%;
	padding:0px;
	margin:0px;
	top:-53px;
	left:0px;
	float:left;
	opacity:0;
	overflow:hidden;
	z-index:3;
	background-color: #000123;
	transition: all 0.3s ease-out 0s;
}
.cp-feature-box-1 .img-box .text-box .sc-icons-box .sc-icons{
	width:100%;
	margin:0px;
	padding-left:0px;
	text-align:center;
}
.cp-feature-box-1 .img-box .text-box .sc-icons-box .sc-icons li{
	display:inline-block;
}
.cp-feature-box-1 .img-box .text-box .sc-icons-box .sc-icons li a{
	padding:15px 7px;
	color:#fff;
	text-align:center;
	display:inline-block;
}
.cp-feature-box-1:hover .img-box .text-box .sc-icons-box,
.cp-feature-box-1.active .img-box .text-box .sc-icons-box{
	left:110px;
	opacity:1;
}
.cp-feature-box-1:hover .img-box .text-box, .cp-feature-box-1.active .img-box .text-box{
	background-color:#101010;
}
.cp-feature-box-1:hover .img-box .text-box .title, .cp-feature-box-1.active .img-box .text-box .title{
	color:#fff;
}



/* innerpage 2
 ------------------------------ */
 .cp-feature-box-2{
	width:100%;
	float:left;
	padding:0px;
	margin:0;
}

.cp-feature-box-2 .text-box{
	width:100%;
	float:left;
	padding:100px;
	background-color:#fff;
}




/*============ Progress circles ============ */

.percent{
	width:180px;
	height:180px;
	margin:0 auto;
}
.percent-2{
	width:200px;
	height:200px;
	margin:0 auto;
}
.percent-3{
	width:200px;
	height:200px;
	margin:0 auto;
}
.percent.align-left{
	margin:0;
}
.percent.align-left.title{
	padding:0 0 0 20px;
}

.percent-4{
	width:150px;
	height:150px;
	margin:0 auto;
}


/*============ blog ============ */

.ce-post-holder-1{
	width:100%;
	padding:0px;
	float:left;
	transition: all 0.3s ease-out 0s;
			box-shadow: 0 20px 20px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.14);
}
.ce-post-holder-1 .ce-post-img{
	position:relative;
	width:100%;
	padding:0px;
	float:left;
}
.ce-post-holder-1 .text-box{
	height:274px;
	padding:60px 50px 50px 50px;
}
.ce-post-holder-1 .text-box.one{
	height:274px;
}
.ce-post-holder-1 .text-box .blog-post-info span{
	color:#000123;
}

.ce-post-holder-1 .ce-post-img .arrow-up {
	position:absolute;
	width: 0;
	height: 0;
	left: 175px;
	bottom:0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	z-index:2;
}
.ce-post-holder-1 .ce-post-img .arrow-down {
	position:absolute;
	width: 0;
	height: 0;
	left: 175px;
	top:0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
}

.ce-post-holder-1:hover{
-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}




/*============ pages sidebar ============ */

.pages-sidebar-item {
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
.pages-sidebar-item .social-links {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.pages-sidebar-item .social-links li {
    float: left;
    margin: 0;
    padding: 0;
}
.pages-sidebar-item .social-links li a {
    color: #101010;
    float: left;
    padding: 0 20px 0 0;
}
.pages-sidebar-item .social-links li a:hover {
    color: #000123;
}

.pages-newsletter {
    border: 1px solid #e4e4e4;
    float: left;
    height: 45px;
    padding: 10px;
    width: 100%;
}
.bg2-rightcol-links {
    float: left;
    padding: 0;
    width: 100%;
}

.pages-sidebar-item-title {
    font-size: 20px;
    margin-bottom: 25px;
}

.pages-sidebar-links {
    float: left;
    padding: 0;
    width: 100%;
}
.pages-sidebar-links li {
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
}
.pages-sidebar-links li a {
    float: left;
    padding: 10px 0;
    width: 100%;
}
.pages-sidebar-links li a:hover, .pages-sidebar-links li a.active {
    color: #000123;
}
.pages-sidebar-links li:last-child {
    border-bottom: medium none;
}
.pages-tags {
    margin: 0;
    padding: 0;
}
.pages-tags li {
    margin: 0;
    padding: 0;
}
.pages-tags li a {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #727272;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 15px;
}
.pages-tags li a:hover, .pages-tags li a.active {
    background-color: #101010;
    color: #727272;
}

/*============ Site map ============ */

ul.sitemap {
    margin: 0;
    padding: 0;
}
ul.sitemap li {
    margin: 0 0 8px;
}
ul.sitemap li a {
    color: #000123;
}
ul.sitemap li a:hover {
    text-decoration: underline;
}
ul.sitemap li ul {
    padding-left: 30px;
}

/*============ 404 page ============ */
.error_holder {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 60%;
}
.error_holder.two {
    text-align: left;
    width: 100%;
}
.error_holder .title {
    font-size: 110px;
    font-weight: 400;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}
.error_title_big {
    font-size: 200px;
    font-weight: bold;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}
.error-search-box {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.error-search-box .email_input {
    border: 1px solid #e4e4e4;
    color: #727272;
    height: 50px;
    width: 70%;
	padding:15px;
}
.error-search-box .input_submit {
    background-color: #000123;
    border: 1px solid #000123;
    color: #fff;
    height: 50px;
    transition: all 0.3s ease-out 0s;
    width: 20%;
}
.error-search-box .input_submit:hover {
    background-color: #242424;
    border: 1px solid #242424;
}
.error-title-big {
    font-size: 200px;
    font-weight: bold;
    line-height: 65px;
    margin: 0;
    padding: 30px 0;
}


/*============ portfolio single page ============ */

.port-project-info {
	width:100%;
	float:left;
	padding:40px;
	border:1px solid #f1f1f1;
}
.port-project-info li {
	padding:0 0 10px 0;
	margin:0px;
}
.port-project-info li span {
    color: #101010;
    display: inline-block;
    font-weight: 700;
    width: 150px;
}
.port-project-info li span i {
    margin-right: 7px;
    position: relative;
    text-align: center;
    top: 1px;
    width: 14px;
}

/*============ comment page input ============ */
.bg-cinput {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #101010;
    float: left;
    height: 45px;
    margin-bottom: 15px;
    padding: 8px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.bg-ctexteria {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #101010;
    float: left;
    margin-bottom: 15px;
    padding: 8px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
	height: 160px;
}


/*============ blog oagenation ============ */

ul.blog-pagenation {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.blog-pagenation li {
    display: inline;
    margin: 0;
    padding: 0;
}
.blog-pagenation li a {
    border: 1px solid #e9e9e9;
    color: #101010;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
    width: 40px;
	background-color:#fff;
}
.blog-pagenation li a:hover, .blog-pagenation li a.active {
    background-color: #000123;
    border: 1px solid #000123;
    color: #fff;
}

/* video wrapper
 ------------------------------ */
.bg2-video-wrapper{
	width:100%;
	float:left;
	padding:0px;
}
.bg2-video-wrapper iframe{
	width:700px;
	height:415px;
}

/* video wrapper
 ------------------------------ */

.flexslider .feature-box-1 {
position: absolute;
width:700px;
padding:100px;
float:left;
margin:150px 0 0 200px;
z-index:2;
background-color:#000123;
}



.ce-newsletter-1 {
	width: 100%;
	height: 60px;
	float: left;
	padding: 20px;
	border-radius:40px;
	border: 1px solid #fff;
	background-color: #fff;
	}

.newsletter-submit-btn {
    width: 100%;
    height: 60px;
    float: left;
    padding: 0px;
	margin-top:5px;
	color:#fff;
	text-transform:uppercase;
    border-radius:40px;
	border: 1px solid #000123;
	background-color: #000123;
}





/* blog inner pages
 ------------------------------ */

.cb-feature-box-1{
	width:100%;
	float:left;
	transition: all 0.3s ease-out 0s;
}

.cb-feature-box-1.hover-shadow:hover{
	-webkit-box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.1);
}
.cb-feature-box-1.active.hover-shadow{
	-webkit-box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.1);
}


.cb-feature-box-1 .img-box img{
	transition: all 0.3s ease-out 0s;
}
.cb-feature-box-1 .img-box{
	position:relative;
	width:100%;
	float:left;
	overflow:hidden;
}
.cb-feature-box-1:hover .img-box img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.cb-feature-box-1 .postinfo-box{
	width:100%;
	float:left;
	padding:100px;
	margin:0px 0 40px 0;
	background-color:#fff;
}
.cb-feature-box-1 .img-box .postdate-box{
	position:absolute;
	float:left;
	padding: 50px;
	z-index:2;
	right:0px;
	bottom:0px;
	background-color:#000123;
}
.cb-feature-box-1 .img-box .blog-post-info span{
	font-size:18px;
	color:#fff;
}

.cb-feature-box-1 .postinfo-box .title a:hover{
	color:#000123;
}
.cb-feature-box-1.border{
	border:1px solid #e9e9e9;
}


.cb-feature-box-1.less-padd .postinfo-box{
	padding:60px;
}
.cb-feature-box-1.less-padd-2 .postinfo-box{
	padding:80px;
}
.cb-feature-box-1 .img-box .postdate-box.less-padd-1{
	padding: 20px;
}
.cb-feature-box-1 .img-box .postdate-box.less-padd-2{
	padding: 10px;
}

.cb-feature-box-1.no-margin .postinfo-box{
	margin:0px 0 0 0;
}


/*  blog feature box 2
 ------------------------------ */

.cb-featurebox-2{
	width:100%;
	float:left;
	padding:30px 13px;
	border:1px solid #e4e4e4;
	background-color:#fff;
}


/*Contact Form*/
#form_status span{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #E74C3C;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 0px;
	border-radius: 3px;
	margin-bottom: 18px;
}
#form_status span.loading{
	color: #333;
	background: #eee;
	border-radius: 3px;
	padding: 18px 0px;
} 
#form_status span.notice{
	color: yellow;
}
#form_status .success{
	color: #fff;
	text-align: center;
	background: #2ecc71;
	border-radius: 3px;
	padding: 30px 0px;
}
#form_status .success i{
	color: #fff;
	font-size: 45px;
	margin-bottom: 14px;
}
#form_status .success h3{
	color: #fff;
	margin-bottom: 10px;
}
.cforms label {
	float: left;
	width: 100%;
	color: #999;
	font-weight: 600;
}
.cforms label em {
	color: #999;
	font-size: 12px;
	font-style: normal;
}
.cforms input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,0.4);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,0.4);
}
.cforms textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,0.4);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,0.4);
}
.cforms .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	background: #676767;
	border: 1px solid #676767;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.cforms .button:hover {
	background: #999;
	border: 1px solid #999;
}


.cforms_sty2 label {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	text-align: left;
}
.cforms_sty2 label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.cforms_sty2 input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 12px;
	border: 1px solid #fff;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms_sty2 textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms_sty2 .button {
	margin-top: 30px;
	color: #181818;
	padding: 18px 34px;
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}
.cforms_sty2 .button:hover {
	color: #fff;
	background: #2ecc71;
	border: 1px solid #2ecc71;
}


/* contact form */
.cforms_sty3 label {
	width: 100%;
	color: #454545;
	font-size:14px;
	font-weight: normal;
}

.cforms_sty3 label em {
	color: #2ecc71;
	font-size: 12px;
	font-style: normal;
}

.cforms_sty3 input {
	color: #454545;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}

.cforms_sty3 textarea {
	color: #454545;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}

.cforms_sty3 .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #000123;
	border: 1px solid #000123;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms_sty3 .button:hover {
	background: #454545;
	border: 1px solid #393939;
}

.cforms_sty3 .button2 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #d2527f;
	border: 1px solid #d2527f;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms_sty3 .button2:hover {
	background: #727272;
	border: 1px solid #393939;
}

.cforms_sty3 .button3 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	background: #db6364;
	border: 1px solid #db6364;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms_sty3 .button3:hover {
	background: #454545;
	border: 1px solid #454545;
}

/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {













}
	
@media only screen and (max-width: 1000px) {
	


}	

	
	
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {

.ce-feature-box-23 {
	margin-bottom:20px;
}

.ce-feature-box-7 .main-box .text-box .subtext{
	padding:3px 10px;
	margin-top:15px;
}


}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {

.ce-feature-box-1 {
    position: static;
    top:0;
}
.ce-feature-box-45 .text-box {
    position: static;
    top: 0;
}

.ce-feature-box-34 {
     position: static;
    top: 0;
}
.ce-feature-box-39 {
     position: static;
    top: 0;
}
.ce-feature-box-1 .text-box {
    border-right:none;
}
.ce-feature-box-3 .img-box .overlay {
    top: 545px;
}
.ce-feature-box-33 .img-box .overlay {
    top: 620px;
}
.ce-feature-box-42 {
    width: 100%;
}
.ce-feature-box-52 .text-box {
    padding: 20px;
    border-right: none;
}

.ce-feature-box-7 .main-box .text-box .subtext{
	padding:3px 10px;
	margin-top:15px;
}
















}



/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {

.ce-feature-box-44 .top-box {
    left: 140px;
}


.ce-feature-box-7 .main-box .text-box .subtext{
	padding:3px 10px;
	margin-top:15px;
}
.ce-sub-text {
    width: 70%;
}





}


/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {

}


@media screen and (max-width: 640px) {
.ce-feature-box-3 .img-box .overlay {
    top: 570px;
}
.ce-sub-text {
    width: 80%;
}

.ce-feature-box-7 .main-box .text-box .subtext{
	padding:3px 10px;
	margin-top:15px;
}
.ce-feature-box-7 .main-box .img-box .overlay .small-text {
    top: 400px;
    left: 90px;
    width: 70%;

}
.ce-feature-box-7 .main-box .img-box .overlay .sc-icons {
    top: 300px;
    left: 204px;

}















}


@media screen and (max-width: 480px) {

.ce-feature-box-1 .text-box {
    padding: 20px;
}
.ce-feature-box-45 .text-box {
    padding: 50px;
}
.ce-feature-box-9 .newsletter {
    width: 100%;
}
.ce-feature-box-9 .newsletter-btn {
    width: 100%;
}
.ce-feature-box-13 .text-box {
    padding: 70px;
}
.ce-feature-box-38 .text-box {
    padding: 70px;
}

.ce-feature-box-44 .top-box {
    position: static;
    top: 0;
    padding: 22px;
}
.ce-feature-box-51 {
    padding: 60px;
}
.ce-sub-text {
    width: 90%;
}

.ce-feature-box-7 .main-box .text-box .subtext{
	padding:3px 10px;
	margin-top:15px;
}
.ce-feature-box-7 .main-box .img-box .overlay .small-text {

    top: 400px;
    left: 70px;
    width: 70%;
}
.ce-feature-box-7 .main-box .img-box .overlay .sc-icons {
    top: 300px;
    left: 140px;
}
.ce-feature-box-42 {
    padding: 52px;
}
.ce-feature-box-45 .text-box {

    padding: 30px 0 10px 0;

}







}

/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {

.ce-feature-box-9 .newsletter {
    width: 100%;
}
.ce-feature-box-9 .newsletter-btn {
    width: 100%;
}
.ce-feature-box-44 .top-box .quote-icon i {
    font-size: 24px;
}
.ce-feature-box-10 .newsletter {
    width: 100%;
}
.ce-feature-box-10 .newsletter-btn {
width: 100%;
}

.ce-feature-box-7 .main-box .text-box .subtext{
	padding:3px 10px;
	margin-top:15px;
}
.ce-feature-box-1 {
    padding: 10px;
}

.ce-feature-box-7 .main-box .img-box .overlay .small-text {

    top: 400px;
    left: 40px;
    width: 80%;

}
.ce-feature-box-7 .main-box .img-box .overlay .sc-icons {
    top: 300px;
    left: 77px;
}








}


/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {





}
