/*========================================== MASTER STYLESHEET ===================================================================

	Project     :	SPIN TEMPLATE
	Version     :	1.0
	Last Change : 	1/04/2017
	Primary Use :   SPIN TEMPLATE

=================================================================================================================================*/

/*========================================== LAYOUT ===================================================================

		1.GLOBAL STYLES
		2.COMMON STYLES
		3.THEME COLOR
		4.NAVIGATION
		5.BUTTON
		6.HEADER-1		
		7.HEADER-2
		8.SERVICES	
		9.NEW IDEAS
		10.KNOW MORE
		11.2-COLUMN-1
		12.TECHNICAL SUPPORT
		13.SKILLSET
		14.4-COLUMN-1
		15.VIDEO
		16.GALLERY
		17.TEAM
		18.TESTIMONIAL
		19.BLOG
		20.LATEST NEWS
		21.CONTACT FORM
		22.FOOTER
		23.MEDIA QUERIES
		
=================================================================================================================================*/

/*========================================== COLOR CODES =========================================================================

	Background         :#ffffff and f5f5f5 
	Theme Color        :#178CA6 
	Button Hover Color :#ffffff [white]
	Main Heading Color :#333333 [dark black]
	Content Color      :#666666 [light gray]

=================================================================================================================================*/

/*========================================== TYPOGRAPHY =========================================================================

	Heading:font-family: Raleway, sans-serif , Arial , Vedana  , Trebuchet MS;
	Body   :font-family: 'Open Sans', sans-serif , Arial , Vedana  , Trebuchet MS;

=================================================================================================================================*/

/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,200,300,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
  background: #ffffff;
  color: #666666;
  font-family: 'Open Sans', sans-serif , Arial , Vedana  , Trebuchet MS;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

a {
  outline: none !important;
  text-decoration: none !important;
}

p {
  color: #666666;
  margin: 0;
}

h2,
h3,
h4 {
  color: #333333;   
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Raleway, serif;	
	letter-spacing: 1px;
	margin:0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*========================================== 1.GLOBAL CSS END ===========================================*/

/*========================================== 2.COMMON CSS START ===========================================*/

.bottom-space {
	padding-bottom:40px;
}

.bottom-space-1 {
	padding-bottom:30px;
}

.bottom-space-2 {
	padding-bottom:20px;
}

.spin-section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.spin-section-1-bg {
  background-color: #f5f5f5;
}

.spin-section-2-bg {
  background-color: #ffffff;
}

.footer-section-bg {
	background-color:#050F15;
}

.content-weight {
	font-weight:700;
	text-transform:uppercase;
}

.heading-div {
	font-size:16px;
	line-height:26px;
}

.title-div h2 {
	font-size:30px;
	line-height:40px;
}

.heading-div1 {
	font-size:20px;
	line-height:30px;
}

.content-ul li {	
	list-style:none;
	display:inline-block;
}

.intro-content {
	margin:0 auto;
	width:65%;
	font-size:15px;
	line-height:25px;
	font-weight:400;
	letter-spacing:0.5px;
}

.content-spacing {
	letter-spacing:1px;
}

.content-ul {
	padding-left:0;
	margin-bottom:0;
}


/*========================================== 2.COMMON CSS END ===========================================*/

/*========================================== 3.THEME COLOR START ============================================*/

.menu-bar .navbar-nav.clearfix.fixed-header> li > a.active,
.menu-bar .navbar-nav > li > a.active,
.menu-bar .navbar-nav > .active > a,
.menu-bar .navbar-nav > .active > a:focus,
.menu-bar .navbar-nav > .active > a:hover {
	background-color: none;
	color:#178CA6 !important;	
	transition: 0.4s; 
}

/*========================================== 3.THEME COLOR ENDS ============================================*/

/*========================================== 4.NAVIGATION START ===========================================*/

#bs-example-navbar-collapse-1 {
	background-color:#f5f5f5;
}

.navbar-right {
	margin-right:0;
}

.nav > li > a:focus, .nav > li > a:hover {
     background-color: transparent !important;
    text-decoration: none;
}

.navbar-default {
	background-image:none !important;
}

.nav > li > a {
	display:block;
	padding:10px 8px;
	position:relative;
}

.menu-bg {
  background-color: #f5f5f5 !important;
}

.menu-1 > a {
  font-size: 14px;
  color:#666666;
  line-height:24px;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:1px;
}

.logo-image-1 {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.menu-1 {
    margin-bottom: 15px;
    margin-top: 15px;
	
}

.menu-bar {
	margin-bottom:0;
}

/*========================================== 4.NAVIGATION END ===========================================*/

/*================================================ 5.BUTTON STRAT =========================================*/


.header1-btn {
	background-color:#ffffff;
	border: none;
	border-radius:5px;
	color: #178CA6 !important;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing:1px;
	outline: none;
	padding: 7px 15px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	text-transform:uppercase;
}

.header2-btn ,
.btn {
	background-color:#178CA6;
	border: none;
	border-radius:5px;
	color: #ffffff !important;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing:1px;
	outline: none;
	padding: 7px 15px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	text-transform:uppercase;
}

.header1-btn:hover, .header2-btn:hover {
	color: #ffffff !important;
	background-color:#2fc2e2;
}



.btn:hover {
	color: #178CA6 !important;
	background-color:#ffffff;
}

.common-btn {
	padding-top:20px;
}

.common-btn1 {
	padding-top:30px;
}

.spin-readmore a:hover {		
	color:#2fc2e2;
}

/*================================================ 5.BUTTON ENDS ==========================================*/

/*======================================= 6.SECTION : HEADER-1 START ========================================*/

.header1-image {
	background-image: url("../../images/1500x670x1.jpg");
	padding-bottom:200px;
	padding-top:200px;	
	background-position: center center;
	background-size: cover;
	background-repeat:no-repeat;
}

.header1 {
	margin:0 auto;
	display:block;
	width:300px;
}

.header1 h1 {
	font-size:28px;
	line-height:38px;
	font-weight:800;
	color:#ffffff;
	text-transform:uppercase;
}

.header1-border {
	border:5px solid #ffffff;
}

.header1-bg {
	background-color:#178CA6;
	padding:30px 20px 20px 20px;
}

.header1 p{
	font-size:14px;
	line-height:24px;
	color:#ffffff;
	padding:15px 18px 0 18px;
	font-weight:600;
}

/*======================================= 6.SECTION : HEADER-1 END ========================================*/

/*======================================= 7.SECTION : HEADER-2 START ========================================*/

.header2-image {
	background-image: url("../../images/1500x670x2.jpg");
	padding-bottom:200px;
	padding-top:200px;	
	background-position: center center;
	background-size: cover;
	background-repeat:no-repeat;
}

.header2 {
	margin:0 auto;
	display:block;
}

.header2 h1 {
	font-size:35px;
	line-height:45px;
	font-weight:800;
	color:#178CA6;
	text-transform:uppercase;
	padding-bottom:20px;
}

.header2 p{
	color:#333333;
	width:58%;
	margin:0 auto;
	font-weight:600;
}

/*======================================= 7.SECTION : HEADER-2 END ========================================*/

/*======================================= 8.SECTION : SERVICES START ===================================================*/

.spin-readmore {		
	font-weight:bold;
	letter-spacing:1px;	
	color:#178CA6;
	text-transform:uppercase;
	padding-bottom:0 !important;
}

.spin-readmore a {		
	color:#178CA6;
}

/*======================================= 8.SECTION : SERVICES END ===================================================*/

/*======================================= 9.SECTION : NEW IDEAS START ===================================================*/

.content-padding-top {
	padding-top:10px;
} 

/*======================================= 9.SECTION : NEW IDEAS END ===================================================*/

/*======================================= 10.SECTION : KNOW MORE START ===================================================*/

.about-us h3 {
	padding-bottom:15px;
}

.about-icon > img {
	vertical-align:text-top;
}

.about-us p {
	padding:0 0 10px 0;
}

.about-us1 {
	padding-bottom:0 !important;
}

.about-us li {
	display:table-cell;
	text-transform:uppercase;
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
	padding-bottom:10px;
}

.about-icon {
	padding-right:10px;
	padding-top:3px !important;
}

/*======================================= 10.SECTION : KNOW MORE END ===================================================*/

/*======================================= 11.SECTION : 2-COLUMN-1 START ===================================================*/

.heading-border {
	border-bottom:1px solid #178ca6;
	width:241px;
}

/*======================================= 11.SECTION : 2-COLUMN-1 END ===================================================*/

/*======================================= 12.SECTION : TECHNICAL SUPPORT START =========================================================*/

.technical h3 {
	padding-bottom:20px;
}

.technical li {
	padding-right:10px;
}

/*======================================= 12.SECTION : TECHNICAL SUPPORT END =========================================================*/

/*======================================= 13.SECTION : SKILLSET START =========================================================*/

.skill-div ul {
	margin-bottom:10px;
}

.skillset-space h3 {
	padding-bottom:20px;
}

.skillset-space li {
	width:100%;
}

.skill-outerbg {
	background-color:#cccccc;
	position:relative;
	height:7px;
	width:100%;
}

.skill-innerbg {
	background-color:#178CA6;
	position:absolute;
	height:7px;
}

.skill-inner1 {	
	width:95%;
}

.skill-inner2 {
	width:75%;
}

.skill-inner3 {
	width:83%;
}

.skill-inner4 {
	width:87%;
}

.left-div {
	float:left;
	padding-right:10px;
}

.right-div {
	float:right;
	width:84%
}

.right-div span {
	float:right;
	font-family: 'open sans';
}

/*======================================= 13.SECTION : SKILLSET END =========================================================*/

/*======================================= 14.SECTION : 4-COLUMN-1 START =========================================================*/

.marketing-bg {
	background-color:#178CA6;
	padding:20px 0;
}

/*======================================= 14.SECTION : 4-COLUMN-1 END =========================================================*/

/*======================================= 15.SECTION : VIDEO START =========================================================*/

.video-section {
	margin:0 auto;
	width:80%;
}

/*======================================= 15.SECTION : VIDEO END =========================================================*/

/*======================================= 16.SECTION : GALLERY START ============================================================*/

.gallery-space {
	padding-top:30px;
	padding-bottom:30px;
}

/*======================================= 16.SECTION : GALLERY END ============================================================*/

/*======================================= 17.SECTION : TEAM START ============================================================*/

.team-col {
	background-color:#ffffff;
	padding-bottom:30px;
}

.team-col h3 {
	padding-top:20px;
}

.team-name {
	font-size:13px;
	letter-spacing:1px;
	font-weight:600;
	color:#666666;
	margin-bottom:10px;
	margin-top:5px;
}

.team-col li {
	padding-right:10px;
}

/*======================================= 17.SECTION : TEAM END ============================================================*/

/*======================================= 18.SECTION : TESTIMONIAL START ============================================================*/

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/	
	background: #178CA6;
}

.owl-theme .owl-controls .owl-page span{	
	background: #178CA6;
}

.testimonial-space p {
	padding-bottom:20px;
}

.testimonial-name {
	font-size:13px;
	letter-spacing:1px;
	font-weight:600;
	color:#666666;
	margin-top:5px;
	padding-bottom:0 !important;
}

.testimonial-space li {
	padding-right:10px;
}

.testimonial-1 {
	padding-top:25px;
	vertical-align:top;
}

/*======================================= 18.SECTION : TESTIMONIAL END ============================================================*/


/*======================================= 19.SECTION : BLOG START ============================================================*/

.news-div {
	line-height:0;
	margin-bottom:5px;
}

.news-div li {
	padding-right:10px;
}

.news-div-left {
	float:left;
	padding-right:15px;
}

.news-div-left p,
.news-div-right p {
	font-size:13px;
	line-height:20px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:0px !important;
}

.news-col h3 {
	margin-bottom:15px;
}

.news-div-left a,
.news-div-right a {
	color:#666666;
}

/*======================================= 19.SECTION : BLOG END =========================================================*/

/*======================================= 20.SECTION : LATEST NEWS START ============================================================*/

.news1-col h3 {
	margin-bottom:15px;
	margin-top:20px;
}

/*======================================= 20.SECTION : LATEST NEWS END =========================================================*/

/*======================================= 21.SECTION : CONTACT FORM END =========================================================*/

.contact-div h4 {
	font-weight:400;
	padding-bottom:10px;
}

.form-div input.error,
.form-div-1  textarea.error {
    border-color: #ff0000 !important;   
}

.contact-div label {
	color:#ff0000;		
}

.message textarea ,
.form-div  input{
	background-color: transparent;
    border: 1px solid #aaaaaa;
}

.form-div  input{		
    height: 40px;
}

.message {
	margin-top:20px;
}

.contact-btn {
	margin-top:30px;	
}


 /* Subscribe error msg */

#mc_embed_signup {
    clear: left;    
}

#mc-embedded-subscribe {
    margin: 0 0 0em 0 !important;
}

#ResultMsg {
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

#SuccessMsg {
    color:#33cc33;    
}

#FailureMsg {
    color:#ff6666;   
}

#messageDiv {
    margin-top: 20px;	
    text-align: center;
	width: 100%;
}

#SuccessMsg,
#FailureMsg,
#sucessMessage,
#failMessage {   
    font-weight: bold;    
    display: none;
}

#sucessMessage {
    color: Green;    
}

#failMessage {
   color:#ff0000;
}

.place_error::-webkit-input-placeholder {
    color:#ff0000;
    text-transform: none;
}

.place_error::-moz-placeholder {
    color:#ff0000;
    text-transform: none;
}

.place_error:-moz-placeholder {
    color:#ff0000;
    text-transform: none;
}

.place_error:-ms-input-placeholder {
    color:#ff0000;
    text-transform: none;
}

.errorClass {
    border: 1px solid red !important;
    box-shadow: 0px 0px 4px rgba(255, 80, 80, 0.3) !important;
}


/*======================================= 21.SECTION : CONTACT FORM END =========================================================*/

/*======================================= 22.SECTION : FOOTER START =========================================================*/

.footer-div a , 
.footer-div h3,
.footer-div p{
	color:#ffffff;
}

.footer-icon li,
.footer-div-1 li {
	display:inline-block;
	margin:0 10px 0 0;	
}

.separator {
	border-bottom:1px solid #dddddd;
	margin-bottom:30px;
	margin-top:30px;
}

.footer-address {
	margin:0 auto;
	width:70%;
}

.footer-address h3 {
	margin-bottom:10px;	
	color:#ffffff;
}

.footer-address-1 p {
	line-height:30px;
}

.footer-address-2 .second-para {
	margin-top:10px;
}

/*======================================= 22.SECTION : FOOTER END =========================================================*/

/*======================================= 23.SECTION : MEDIA QUERIES START =========================================================*/

@media only screen and (min-width: 250px) and (max-width: 767px) {	

	.nav > li > a {
		padding:10px 15px;
	}
	
	.navbar-toggle-3 {
		margin-top:20px;
		background-color:none;
		border:1px solid #dddddd;
	}
	
	.navbar-toggle .icon-bar {
		background-color:#178CA6;
	}
	
	.navbar-default .navbar-toggle-3 {
		border-color:#dddddd;
	}
	
	.menu-1 {
		display:inline !important;
	}
	
	.spin-bottom-space {
		padding-bottom:40px;
	}
	
	.spin-bottom-space1 {
		padding-bottom:20px;
	}
	
	.spin-bottom-space2 {
		padding-bottom:30px;
	}
	
	.spin-bottom-30 {
		padding-bottom:30px;
	}
	
	.spin-text-center,
	.spin-text-center1{
		text-align:center;
	}
	
	
	.skill-div {
		width: 100%;
		margin:0 auto;
	}
		
	
	.border-div {
		width:120px;
	}
	
	.about-div {
		display:inline-block;
	}
	
	.marketing-width {
		width:265px;
		margin:0 auto;
	}
	
	.gallery-div img {
		margin:0 auto;
	}
	
	.contact-height {
		padding-top:20px;
	}
	
}


@media only screen and (min-width: 250px) and (max-width: 480px) {
	.left-div {
		float: left;
		padding-right: 20px;
	}
	.right-div {
		float: left;
		width: 185px;
	}
	
	.onecol-res  {
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	.about-div {
		display:inline-block;
	}
	
	.marketing-width1 {
		width:265px;
		margin:0 auto;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.left-div {
		float: left;
		padding-right: 20px;
	}
	.right-div {
		float: left;
		width: 80%;
	}
	
}

@media only screen and (min-width: 250px) and (max-width: 420px) { 

	.footer-icon li {
		padding-bottom:10px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 360px) { 
	
	.border-div {
		width:85px;
	}
	
	.header1 {
	margin:0 auto;
	display:block;
	width:100%;
	}
	
	.news-div{
		display:inline-block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
	
	.about-div {
		display:inline-block;
	}
	
	.spin-bottom-space {
		padding-bottom:40px;
	}
	
	.spin-bottom-space1 {
		padding-bottom:20px;
	}
	
	.spin-bottom-space2 {
		padding-bottom:30px;
	}

	.spin-text-center {
		text-align:center;
	}
	
	.spin-text-left {
		text-align:left;
	}
	
	.spin-div, .spin-div1 {
		margin:0 auto;
		width:100%;
		text-align:center;
	}
	
	.spin1-div {
		margin:0 auto;
		width:100%;
	}
	
	.spin-div1 img {
		margin:0 auto;
	}
	
	.skill-div {
		margin:0 auto;
		width:540px;
	}
	
	.col-sm-pull-6.spin-div, 
	.col-sm-pull-4.spin-div {
		right:0;	
		width:100%;
	}
	
	.col-sm-push-6.spin-div1,
	.col-sm-push-4.spin-div1 {
		left:0;	
		width:100%;
	}
	
	.footer-address {
		margin:0 auto;
		width:100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 

	.border-div {
		width:190px;
	}

	.skill-div {
		width:463px;
	}
	
	.footer-address {
		margin:0 auto;
		width:80%;
	}
	
}

/*======================================= 23.SECTION : MEDIA QUERIES END =========================================================*/