body, html {
	overflow-x:hidden;
}

body {
	background-color: #ffffff;
	font-family:  'Open Sans', sans-serif;
	xfont-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p {

}

* {
  -webkit-border-radius: 5 !important;
     -moz-border-radius: 5 !important;
          border-radius: 5 !important;
}
.main_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.main-top-bar {
	min-height: 30px;
	background-color: #E3E3E8;
	padding-bottom: 3px;

}
.main-top-menu {
	min-height:110px;
	background-color:#FFF;
	z-index: 5000;
	width:100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	background-image: url(../images/back-2.png);
}
.main-top-menu .navbar-toggle {
    margin-top: 38px;
	
}
.main-top-menu .navbar-brand {
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}

/* ------ Carousel ----- */
#main-carousel {
    background: url('../images/main_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

#main-carousel .carousel-caption {
    z-index: 10;
}

#main-carousel .item {
    height: 500px;
}
#main-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #main-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #main-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #main-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #main-carousel {
        background: url('../images/main_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}
/* ------ End of Carousel ----- */



/* ------------- WELCOME START --------------- */
.main-welcome {
	min-height: 30px;
	border-bottom-color: #E6E6E6;
	border-top-width: thin;
	border-top-color: #FFF;
	background-color: #F90;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-style: solid;
}
.main-heading {
	font-family:  'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #FFF;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	xtext-shadow: 0px 1px 2px #333;
	line-height: normal;
}
.main-slogan {
	font-family:  'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #24242B;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
.pages-welcome {
	min-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	background-color: #FFAF37;
}
.pages-heading {
	font-family:  'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.pages-slogan {
	font-family:  'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #666;
	margin: 0px;
}
.sub-welcome {
	min-height: 30px;
	background-color: #FFAF37;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sub-heading {
	font-family:  'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #FFF;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.sub-slogan {
	font-family:  'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;

/* ------------- WELCOME END ------------- */






}
.main-service {
    margin-bottom: 40px;
    margin-top: 40px;
}

.main-service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.main-service-item p {
	font-weight: lighter;
	text-align: justify;
	margin-top: 25px;
	font-size: 14px;
	color: #484848;
}

.subheader {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 6px;
	font-size: 14px;
	color: #06C;


/* ---------------------- BUTTONS STARTS ------------------------- */
}
.button-contact {
	x-webkit-border-radius: 3;
	x-moz-border-radius: 3;
	xborder-radius: 3;
	color:#FFF;
	background-color: #F93;
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
	text-align: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	width: 100%;	
}
.button-contact:hover, .button-contact:focus, .button-contact:active, .button-contact.active, .open .dropdown-toggle.button-contact {
	color:#666;
	background-color: #FFF;
	border: thin solid #CCC;		
	
}
.button-cta {
	x-webkit-border-radius: 0;
	x-moz-border-radius: 0;
	xborder-radius: 0;
	color:#FFF;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	border: thin solid #FFF;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.button-cta:hover, .button-cta:focus, .button-cta:active, .button-cta.active, .open .dropdown-toggle.button-cta {
	background-color: #F90;
	color: #FFF;
}
.button-1 {
	x-webkit-border-radius: 0;
	x-moz-border-radius: 0;
	xborder-radius: 0;
	color:#FFF;
	background-color: #FFAF37;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px
}
.button-1:hover, .button-1:focus, .button-1:active, .button-1.active, .open .dropdown-toggle.button-1 {
	color:#666;
	background-color: #FFA620;
}
.button-2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #9E9EA9;
}
.button-2:hover, .button-2:focus, .button-2:active, .button-2.active, .open .dropdown-toggle.button-2{
	background-color: #FF9B06;
	color:#ffffff;
	-webkit-border-radius: 1;
	-moz-border-radius: 1;
	border-radius: 1;


}
.button-3 {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3;
	color:#FFF;
	background-color: #6CF;
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
	text-align: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	width: 100%;
}
.button-3:hover, .button-3:focus, .button-3:active, .button-3.active, .open .dropdown-toggle.button-3{
	background-color: #48C4FF;
	color: #FFF;

}
.button-4 {
	x-webkit-border-radius: 3;
	x-moz-border-radius: 3;
	xborder-radius: 3;
	color:#FFF;
	background-color: #9C3;
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
	text-align: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	width: 100%;
}
.button-4:hover, .button-4:focus, .button-4:active, .button-4.active, .open .dropdown-toggle.button-4{
	background-color: #ABD555;
	color: #FFF;
}
.button-5 {
	x-webkit-border-radius: 0;
	x-moz-border-radius: 0;
	xborder-radius: 0;
	color:#FFF;
	background-color: #4489DD;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: 300;
	margin-bottom: 5px;
}
.button-5:hover, .button-5:focus, .button-5:active, .button-5.active, .open .dropdown-toggle.button-5{
	background-color: #2571CD;
	color:#ffffff;
	-webkit-border-radius: 1;
	-moz-border-radius: 1;
	border-radius: 1;
}
.button-6 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color:#FFF;
	background-color: #F90;
	padding: 10px;
	width: 100%;
	font-size: 20px;
}
.button-6:hover, .button-6:focus, .button-6:active, .button-6.active, .open .dropdown-toggle.button-6{
	background-color: #FF9B06;
	color:#ffffff;
	-webkit-border-radius: 1;
	-moz-border-radius: 1;
	border-radius: 1;
/* ---------------------- BUTTONS END ------------------------- */


		
}
.nav > li > a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #FC6;
	color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color:#F90;
}


.nav > li > a {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
}
.navbar-default {
	background-color:#fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color:#F90;
	background-color: transparent;
	font-weight: 600;
}

.navbar {
    margin-bottom: 0px;
}

.main-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}

.main-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.main-team {
	font-family:  'Open Sans', sans-serif;
	min-height:350px;
	color:#333;
	background-color: #FFF;
	
}
.main-line-header {
	margin-top:5px;
	margin-bottom:5px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
	position: relative;
	overflow: hidden;
	
	
}

.member-thumb .thumb-overlay {
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
	
}
.team-inner {
    margin-top:1px;
}

.team-inner-header {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height: normal;	
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
	margin-left:-50px;
	margin-top:10px;
	
}

.row_team li {
    list-style: none;
	
}

.main-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
	
}

.main-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}
.project-overlay hr {
    width : 70%;
	
}

.main-project-gallery li {
    margin:15px;

}
.txt_darkgrey {
	color: #666;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Open Sans', Arial, "Helvetice Neue", sans-serif;
}

.txt_orange {
	color: #666;
	font-family: 'Open Sans', Arial, "Helvetice Neue", sans-serif;
	
}

.txt_slogan {
	font-size:14px;
	color:#333;
	
	
}

.main-line-header span {
    font-size: 20px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
	color: #666;
	padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

#main-contact {
	margin-top:20px;
	border-top: 1px solid #cccccc;
	font-size:14px;
}
.main-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
	padding-bottom:20px;
	margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}

.main-partners {
	border-top: 0px solid #cccccc;
}

.main-partners .main-partner-item {
    margin-bottom: 5px;
	
	
/* ---------------------- FOOTER START --------------------------------- */	
}
.main-footer {
	background-color: #333;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	background-image: url(../images/back-2.png);
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

.footer_container {
	margin-top:60px;
	margin-bottom:20px;
	color: #FFF;
}

.footer_bottom_content {
	font-size: 12px;
	color:#FFF;
	background-color: #333;
	padding-top: 15px;
	padding-bottom: 1px;
	text-transform: uppercase;
}
.footer-bottom-text	{
	font-size: 10px;
	color:#FFF;
	padding-bottom: 10px;
	margin-right: 80px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-text {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;/* ---------------------- FOOTER END --------------------------------- */
	line-height: normal;

/* ---------------------- SOCIAL MEDIA START ------------------------- */
}
.social-icon-facebook {
	background: url('../images/social-icon-facebook.png') no-repeat;
	width: 42px;
	height: 42px;
	display: block;
}
a:hover .social-icon-facebook {
    background: url('../images/social-icon-facebook-over.png') no-repeat;


}
.social-icon-google {
	background: url('../images/social-icon-google.png') no-repeat;
	width: 42px;
	height: 42px;
	display: block;
}
a:hover .social-icon-google {
    background: url('../images/social-icon-google-over.png') no-repeat;


}
.social-icon-twitter {
	background: url('../images/social-icon-twitter.png') no-repeat;
	width: 42px;
	height: 42px;
	display: block;
}
a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;


}
.social-icon-youtube {
    background: url('../images/social-icon-youtube.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}
a:hover .social-icon-youtube {
    background: url('../images/social-icon-youtube-over.png') no-repeat;


}
.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}
a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;

/* ---------------------- SOCIAL MEDIA END ------------------------- */




}
ul.main-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.main-gallery-category a {
	color:#333333; 
}

.main-gallery-category a.active {
	color:#09F;
	text-decoration:none;
}

.main-gallery-category a:focus {
	color:#09F;
	text-decoration:none;
}

.main-gallery-category a:hover {
	color:#09F;
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.main-project-gallery {
	margin-top:20px;
	margin-left: -40px;
	margin-right: 0;
	margin-bottom: 0;
}
.main-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.main-project-gallery li img {
  cursor: pointer;
}

.main-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;



/* ---------------------- EMAIL START ----------------------- */
}
.form_settings { 
  margin: 15px 0 0 0;
}
.form_settings p { 
  padding: 0 0 4px 0;
}
.form_settings span {
	float: left;
	width: 120px;
	text-align: left;
	font-weight: bold;
	color: #666;
} 
.form_settings input, .form_settings textarea {
	padding: 8px;
	width: 100%;
	border: 1px solid #CCC;
	background: #FFF;
	color: #666;
	cursor: text;
	font-family: arial;
	font-size: 100%;
} 
.form_settings .submit {
	width: 150px;
	height: 33px;
	cursor: pointer;
	border: 1px solid #ddd;
	color: #222;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 0;
	float: left;
}
.form_settings textarea, .form_settings select {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 120px;
}
.form_settings select { 
  width: 100%;
}
.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;

}
.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}

/* ---------------------- EMAIL END ------------------------ */




@media (min-width:991px) and (max-width:1200px) {
    .main-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .main-project-gallery {
        margin-left: -70px;
    }

    .main-service-item-header {
        padding: 16px 10px 20px;
    }

    .main-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
}

@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .main-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}

@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .main-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .main-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .main-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.main-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.main-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
}
