 /*
   Theme Name: Corporate World
   Theme URI: author
   Description:  Corporate World is an awesome Multi Purpose Corporate Wordpress Theme. It is effective to serve any kind of Business or Organization, to a small firm or corporate, shops, business, etc.. The theme is fully responsive looks great on any screen size and mobile devices. Build a great website for your company. 
   Author:  Author
   Author URI: Author
   Version: 9.9
   Text Domain: corporate-world
   Domain Path: /languages/
   License: GNU General Public License v2 or later
   License URI: http://www.gnu.org/licenses/gpl-2.0.html
   Tags: right-sidebar, left-sidebar, translation-ready, custom-background,  custom-menu, threaded-comments, theme-options, custom-colors, custom-logo, editor-style, footer-widgets
*/

/* Reset Css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers. */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table, th, td {
	border: 1px solid #f8f8f8;
	padding: 5px;
	margin: 5px 0 5px 0;
}

/* Css Styles */

body{
	background-color: #dddddd;
	font-family: arial, georgia, serif;
	font-size: 14px;
	line-height: 160%;
	color: #838383;
	word-break: normal;
	overflow-x: hidden !important;	
}

a{
	color: #3a9ac8;
}

a, a:visited, a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
  background: #f8f8f8;
  margin: 5px 5px;
  padding: 15px 15px;
 -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  quotes: "\201C""\201D""\2018""\2019";
  clear: both;
}

blockquote:before {
  color: #cccccc;
  font-size: 4em;
  content: open-quote;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 150%;
}

h2 {
	font-size:24px;
	font-weight:600;
	line-height:150%;
}

h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

h5 {
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
}

h6 {
	font-size: 12px;
	font-weight: 200;
	line-height: 150%;
}

/* Default image size for responsive design. */

img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

img:hover {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

#gallery-1 img {
	max-height: 60px;
	max-width: 60px;
    border: none !important;
    padding: 0px 5px;
}

.gallery-item {
	width: auto !important;
	float: none;
    padding: 0px;
	margin-top: 0px !important;
}

.gallery-item:hover {
	opacity: .8;
}

/* Iframe responsive design. */

iframe {
	width: 100%;
	height: auto;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/***************************************************
* Wrapper
*/

#wrapper {
	background-color: transparent;
}

#clear { 
	clear: both;
}

/***************************************************
* Header
*/

#navigation-full-wrapper {
	width: 100%; 
	background-color: #ffffff;
	margin: 0 auto;
} 


#navigation-wrapper {
	background-color: #ffffff;
	max-width: 1150px;
	margin: 0 auto; 
	padding-top: .0em;
	padding-bottom: .0em;
}

#navigation-wrap {
	background-color: transparent;
	margin-left: .0em;
	margin-right: .0em;
	padding: .0em;
	border: 0px solid #cccccc;
	word-wrap: break-word;
	text-align: center;
	/*padding-top: 25px;*/
}

#navigation {
	background-color: transparent;
}

#navigation-container {
	background-color: transparent;
	padding: 0px;
}

@media only screen and (max-width: 700px) {
	#navigation {
		width: 100%;
		float: none;
	}
}

/*******************************************************
* Content
*/

#content-full-wrapper {
	width: 100%;
	background-color: #ffffff;
	background-size: auto;
	background-repeat: no-repeat;
}


#content-wrapper {
	background-color: #fff;
	max-width: 1150px;
	margin: 0 auto; 
	padding-top: .5em;
	padding-bottom: .5em;
}

#content-wrap {
	background-color: #fff;
	margin-left: .5em;
	margin-right: .5em;
	padding: .5em;
	border: 0px solid #e1e1e1;
	word-wrap: break-word;
	text-align: center;
}

#content {
	background-color: #f8f8f8;
}

#content-container {
	background-color: #ffffff;
	padding: 10px;
}

#sidebar {
	background-color: #ffffff;
}

#sidebar-container {
	
}

/* Responsive content and sidebar. */

@media only screen and (max-width: 700px) {
	
	#content {
		width: 100%;
		float: none;
	}
	
	#sidebar {
		width: 100%;
		float: none;
	}
	
}

/***************************************************
* Footer
*/

#footer-full-wrapper {
	width: 100%;
}

#footer-wrapper {
	background-color: transparent;
	max-width: 1150px;
	margin: 0 auto; 
	padding-top: .0em;
	padding-bottom: .0em;
}

#footer-wrap {
	background-color: transparent;
	margin-left: .0em;
	margin-right: .0em;
	padding: .0em;
	border: 0px solid #fff;
	word-wrap: break-word;
	text-align: center;
}

#footer {
	border: 0px solid #fff;
	background-color: transparent;
	color: #666;
}

#footer-container {
	padding: 10px;
}

#footer .widget_media_image {
	max-width: 180px;
    margin-top: 10px;
}

/* Css may vary depends on numbers of footer sidebar */

/* Three Sidebars */

#footer-sidebar-first {
	width: 25%;
	float: left;
}

#footer-sidebar-second {
	width: 25%;
	float: left;
}

#footer-sidebar-third {
	width: 25%;
	float: left;
}

#footer-sidebar-fourth {
	width: 25%;
	float: left;
}

/* Responsive footer sidebar */

@media only screen and (max-width: 950px) {
	
	#footer-sidebar-first, #footer-sidebar-second {
		width: 50%;
		float: left;
	}	
	
	#footer-sidebar-third, #footer-sidebar-fourth {
		width: 50%;
		float: right;
	}
}

/* Responsive footer sidebar */

@media only screen and (max-width: 500px) {
	
	#footer-sidebar-first, #footer-sidebar-second, #footer-sidebar-third, #footer-sidebar-fourth {
		width: 100%;
		float: none;
	}
	
}

/***************************************************
* Footer Copyright
*/

#footer-copyright-full-wrapper {
	width: 100%;
}

#footer-copyright-wrapper {
	background-color: transparent;
	max-width: 1150px;
	margin: 0 auto; 
	padding-top: .4em;
	padding-bottom: .0em;
}

#footer-copyright-wrap {
	margin-left: .0em;
	margin-right: .0em;
	padding: .0em;
	border: 0px solid #ffffff;
	word-wrap: break-word;
	text-align: center;
}

#footer-copyright {
	border: 0px solid #ffffff;

}

#footer-copyright-container {
	padding: 0px;
}

#copyright {
	padding: 10px;
}

/* WordPress Core
-------------------------------------------------------------- */
.sticky {
	background: transparent;
}

.gallery-caption {
	width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/***************************************************
* Contact Us
*/

#contact-full-wrapper {
	width: 100%;
}

#contact-wrapper {
	background: transparent;
	max-width: 1150px;
	margin: 0 auto; 
	padding-top: 0em;
	padding-bottom: 0em;
}

#contact-wrap {
		background: transparent;
		margin-left: .5em; 
		margin-right: .5em;
		padding: .5em;
		border: none;
		word-wrap: break-word;
		text-align: center;
}

#contact {
	background: transparent;
}

#contact-container {
	background: transparent;
	padding: 10px;
}

#contact-third-block {
	float: left;
}

/*******************************************************
* About
*/

#about-full-wrapper {
	width: 100%;
	background: #fff; 
	margin: 0px;
	padding: 0px;
}

#about-wrapper {
	background: transparent;
	max-width: 1150px;
	margin: 0 auto; 
	padding-top: 0px;
	padding-bottom: 0px;
}

#about-wrap {
	background: transparent;
	margin-left: .0px;
	margin-right: 0px;
	padding: 0px;
	border: none;
	word-wrap: break-word;
	text-align: center;
}

#about {
	background: transparent;
	margin: 0px;
	padding: 0px;
}

#about-container {
	background: transparent;
	padding: 0px 15px;
}

#about-second-block {
	float: right;
}

/*******************************************************
* Services
*/

#services-full-wrapper {
	width: 100%;
	background: transparent;
	background-size: cover !important;
	background-position: center center !important;
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
	height: 100% !important;
	
}


#services-wrapper {
	background: transparent;
	max-width: 1150px;
	margin: 0 auto; 
	padding-top: .5em;
	padding-bottom: .5em;
}

#services-wrap {
	background: transparent;
	margin-left: .5em;
	margin-right: .5em;
	padding: .5em;
	border: none;
	word-wrap: break-word;
	text-align: center;
		
}

#services {
	background: transparent;
}

#services-container {
	background: transparent;
	padding: 10px;
}

#services-third-block {
	float: left;
}

/*******************************************************
* Counter
*/

#counter-full-wrapper {
	width: 100%;
	background: #fff;
}

#counter-wrapper {
	background: transparent;
	max-width: 1150px;
	margin: 0 auto; 
	padding-top: 0em;
	padding-bottom:0em;
}

#counter-wrap {
	background: transparent;
	margin-left: .5em;
	margin-right: .5em;
	padding: .5em;
	border: none;
	word-wrap: break-word;
	text-align: center;
}

#counter {
	background:transparent;
}

#counter-container {
	background: transparent;
	padding: 10px;
}

#counter-third-block {
	float: left;
}

/***************************************************
* Choose Us
*/

#choose-us-full-wrapper {
	width: 100%;
}

#choose-us-wrapper {
	margin: 0 auto; 
	padding-top: 0em;
	padding-bottom: 0em;
}

#choose-us-wrap {
		background: transparent;
		margin-left: 0em; 
		margin-right: 0em;
		padding: 0em;
		border: none;
		word-wrap: break-word;
		text-align: center;
}

#choose-us {
	background:transparent;
}

#choose-us-container {
	background:transparent;
	padding:0em;
}

#choose-us-second-block {
	float:left;
}

.choose-us-left {
	
}

.choose-us-right {
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important;
	background-size:  cover  !important;
}

/*******************************************************
* Projects
*/

#projects-full-wrapper {
	width: 100%;
	background: #fff;
}

#projects-wrapper {
	max-width: 1150px;
	background: transparent;
	margin: 0 auto; 
	padding-top: 0em;
	padding-bottom: 0em;
}

#projects-wrap {
	background: transparent;
	margin-left: 0em;
	margin-right: 0em;
	padding: 0em;
	border: none;
	word-wrap: break-word;
	text-align: center;
}

#projects {
	background: transparent;
}

#projects-container {
	background: transparent;
	padding: 0px;
}

/*******************************************************
* Subrcribe
*/

#subcribe-full-wrapper {
	width: 100%;
	background: transparent;
}

#subcribe-wrapper {
	background: transparent;
	margin: 0 auto; 
	padding-top: 0em;
	padding-bottom: 0em;
}

#subscribe-wrap {
	background: transparent;
	margin-left: 0em; 
	margin-right: 0em;
	padding: 0em;
	border: none;
	word-wrap: break-word;
	text-align: center;
}

#subscribe{
	background: transparent;
}

#subscribe-container {
	background:transparent;
	padding:0px;
}

#subscribe-parralax {
	-webkit-background-size: cover !important;
	height: 100% !important;
	/* Create the parallax scrolling effect */
    background-attachment: fixed !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#subscribe-first-block {
	background: transparent;
	max-width: 1150px;
	margin: 0 auto;
}

/*******************************************************
* Our Team
*/

#team-full-wrapper {
	width: 100%;
	background: #fff;
}

#team-wrapper {
	background: transparent;
	max-width: 1150px;
	margin: 0 auto; 
	padding-top: 0em;
	padding-bottom:0em;
}

#team-wrap {
	background: transparent;
	margin-left: .5em; 
	margin-right: .5em;
	padding: .5em;
	border: none;
	word-wrap: break-word;
	text-align: center;
}

#team {
	background: transparent;
}

#team-container {
	background: transparent;
	padding: 10px;
}

/*******************************************************
* Testimonials
*/

#testimonials-full-wrapper {
	width:100%;
	background: transparent;
}

#testimonials-wrapper {
	background:transparent;
	margin: 0 auto; 
	padding-top: 0em;
	padding-bottom: 0em;
}

#testimonials-wrap {
	background:transparent;
	margin-left: 0em; 
	margin-right:0em;
	padding: 0em;
	border: none;
	word-wrap: break-word;
	text-align: center;
}

#testimonials {
	background: transparent;
}

#testimonials-container {
	background: transparent;
	padding: 0px;
}

#testimonials-parralax {
	-webkit-background-size: cover !important;
    height: 100% !important;
	/* Create the parallax scrolling effect */
    background-attachment: fixed !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#testimonials-first-block {
	background: transparent;
	max-width: 1150px;
	margin: 0 auto;
}

/*******************************************************
* Blogs
*/

#blogs-full-wrapper {
	width: 100%;
	background: #f8f8f8;
}

#blogs-wrapper {
	background: transparent;
	max-width: 1150px;
	margin: 0 auto; 
	padding-top: 0em;
	padding-bottom:0em;
}

#blogs-wrap {
	background: transparent;
	margin-left: .5em;
	margin-right: .5em;
	padding: .5em;
	border: none;
	word-wrap:break-word;
	text-align: center;
}

#blogs {
	background: transparent;
}

#blogs-container {
	background: transparent;
	padding: 10px;
	max-width: 950px;
	margin: 0 auto;
}

#blogs-third-block {
	float:left;
}

.blogs {
	color: #333 !important;
}

/*blocks*/
#block-first-block, #block-second-block, #block-third-block, #block-fourth-block,
#block-fifth-block, #block-sixth-block, #block-seventh-block, #block-eight-block{
	float:left;
	/*dont add borders, margin or padding here*/
}

/*responsive content and sidebar*/

@media only screen and (max-width: 950px)
{
	.block-4{
		width:50% !important;
	}
}

@media only screen and (max-width: 850px)
{
	.block-2{
			width: 100% !important;
			
	}
	
	.block-3, .block-5, .block-7, .block-8{
		width:50% !important;
	}
	
	.block-6 {
		width:33.33333%;
	}
	
}

@media only screen and (max-width: 700px)
{
	.block-3{
		width: 100% !important;
	}
		
}

@media only screen and (max-width: 600px)
{
	.block-4{
		width: 100% !important;
	}
		
}