.bs-example{
	margin: 20px;
}
@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
  .logo-size{
	  width:220px;
  }
  .navbar-nav>li>a {
	  padding-top:30px !important;
	  padding-bottom:30px !important;
  }
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{ background:none;}
.navbar-nav{ float:right;}
.navbar-default .navbar-brand{ font-size:24px; color:#fff !important;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{ background-color:#69c3ee !important;}

/* Banner Css */
.navbar-default{ border:0; border-radius:0;}
.banner{
    position: relative;
}

.banner .carousel-inner>.item>img {
    width: 100%;}

.banner .content{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.banner_content {
    padding-left: 41px;
}

.banner_content h2 {
    font-size: 28px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.banner_content h3{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding-right: 30px;
	line-height: 22px;
	margin-bottom: 30px;
}

.banner_content ul {
    margin: 0 0 30px;
    padding-left: 14px;
}

.banner_content ul li{
	font-size: 14px;
	margin-bottom: 10px;
}

.banner_content a {
    background: #69c3ee;
    border: 0 none;
    border-radius: 5px;
    color: #f3f3f3;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    padding: 5px 2%;
    text-align: center;
}

.banner_content a:hover {
    background: #4a90e2;
}

.banner_content a:last-child{
	margin-right: 0px;
}

/* Carousel Banner */

.navbar{ margin-bottom:0; background:#000;}

.navbar-default .navbar-nav > li > a{ color:#fff;}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff !important;
	background-color: #69c3ee;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #69c3ee;
}
.banner .carousel-control{
    width: 40px;
    height: 40px;
    top: 50%;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #69c3ee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
	background-image: none;
	text-shadow: none;
	z-index:96;
	border-radius: 100%;
}

.banner .carousel-control.left{
	left: 15px;
}
.banner .carousel-control.right{
	right: 15px;
}
.banner_content {
    background: url(../../images/company_add_bg.png) repeat;
    padding: 10px 20px;
    overflow: hidden;

}
/* Banner Css End */

.heading {
    text-align: center;
}
.heading p{ margin-bottom:4%;}
.heading-v2{ margin-top:2%; }
.heading h2 {
    display: inline-block;
    line-height: 34px !important;
    padding: 0 12px;
    position: relative;
}
.heading h2:before, .heading h2:after {
    border-color: #bbb;
    border-width: 1px;
    content: " ";
    position: absolute;
    width: 50%;
}
.heading h2:before {
    right: 100%;
}
.heading h2:after {
    left: 100%;
}
@media (max-width: 768px) {
.heading h2:before, .heading h2:after {
    width: 20%;
}

.logo-size{
	  width:175px;
  }
  
  .navbar-brand{
	  padding-top:5px !important;
	  }

}
.heading-v2 h2:before, .heading-v2 h2:after {
    border-bottom-style: dashed;
    border-top-style: dashed;
    height: 6px;
    top: 15px;
}

h2.title-v2 {
    color: #555;
    margin-bottom: 30px;
    position: relative;
}
h2.title-v2::after {
    background: #555 none repeat scroll 0 0;
    bottom: -10px;
    content: " ";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
h1.title-v2.title-center, h2.title-v2.title-center, h3.title-v2.title-center {
    text-align: center;
}
h1.title-v2.title-center::after, h2.title-v2.title-center::after, h3.title-v2.title-center::after {
    left: 50%;
    margin-left: -35px;
    width: 70px;
}
.content img{ width:100%;}
.serviceSec .row{ margin-bottom:5%; padding-bottom:5%; border-bottom:1px solid #ddd;}
.serviceSec .row:last-child{ margin-bottom:0; padding-bottom:5%; border-bottom:0;}


.footer001 .headline {
    border-bottom: 1px dotted #e4e9f0;
    display: block;
    margin: 10px 0 25px;
}
.footer001 .headline h2,.footer001 .headline h3, .footer001 .headline h4 {
    border-bottom: 2px solid #69c3ee;
    display: inline-block;
    margin: 0 0 -2px;
    padding-bottom: 5px;
}
.footer001 .headline h2 {
    font-size: 22px;
}
.footer001 .footer {
    background: #000 none repeat scroll 0 0;
    color: #dadada;
    padding: 20px 0 30px;
}
.footer.margin-top-0 {
    margin-top: 0;
}
.footer001 .footer p, .footer001 .footer a {
    font-size: 14px;
}
.footer001 .footer p {
    color: #dadada;
}
.footer001 .footer a {
    color: #69c3ee;
}
.footer001 .footer a:hover {
    color: #5fb611;
    transition: all 0.4s ease-in-out 0s;
}
.footer001 .footer h2, .footer001 .footer h3, .footer001 .footer h4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #e4e4e4;
    text-shadow: none;
}
.footer001 .footer .footerSection {
    width: 85%;
}
.footer001 .footer .blog-list {
    color: #dadada;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer001 .footer .blog-list li {
    margin-bottom: 7px;
    padding: 0;
}
.footer001 .footer .blog-list li span {
    color: #818488;
}
.footer001 .footer .dlSection, .footer001 .footer .dlSection:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
}
.footer001 .footer .posts .dlSection a {
    color: #dadada;
}
.footer001 .footer .dlSection a:hover {
    color: #5fb611 !important;
}
.footer001 .footer .dlSection img {
    border-color: #888 !important;
}
.footer001 .copyright {
    background: #1d1d1d none repeat scroll 0 0;
    font-size: 12px;
    padding: 11px 0 7px;
}
.footer001 .copyright p {
    color: #dadada;
    margin-top: 12px;
}
.footer001 .copyright a {
    color: #69c3ee;
    margin: 0 5px;
}
.footer001 .copyright a:hover {
    color: #5fb611;
}
.footer001 .copyright a img {
    margin-top: 5px;
}
.footer001 .footer .dlSection, .footer001 .footer .dlSection:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
}
.footer001 .posts .dlSection {
    margin-bottom: 15px;
    overflow: hidden;
}
.footer001 .posts .dlSection dt {
    float: left;
    width: 60px;
}
.footer001 .posts .dlSection dd {
    margin-left: 70px;
}
.footer001 .footer .dlSection img {
    border-color: #888 !important;
}
.footer001 .posts .dlSection dt img {
    border: 1px solid #ddd;
    height: 60px;
    margin-top: 2px;
    padding: 2px;
    width: 60px;
}
.footer001 .posts .dlSection:hover dt img, .footer001 .posts .dlSection:hover dd a {
    border-color: #69c3ee !important;
    color: #69c3ee;
    transition: all 0.2s ease-in-out 0s;
}

.footer001 .socialMedia {
    margin: 0;
    padding: 0;
}
.footer001 .socialMedia li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 3px;
    text-indent: -9999px;
}
.footer001 .footer .footerSection {
    width: 85%;
}
.footer001 .btnGreen {
    background: #69c3ee none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.footer001 .btnGreen:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}



ul.socialMedia li{ text-indent:0 !important;}
ul.socialMedia li a i{
	font-size:25px;

}
ul.socialMedia li a{
	color:#fff !important;

}
ul.socialMedia li a:hover{
	color:#69c3ee !important;
}

.contact_wrapper {
    background: rgba(0, 0, 0, 0) url("../../images/contact_bg.jpg") no-repeat scroll 50% 50% / cover ;
    color: #fff;
    padding: 15px 0 75px;
}
.contact_wrapper .text-center h2 {
    font-family: "Open Sans",sans-serif;
    font-size: 42px;
    margin: 0;
    text-transform: uppercase;
}
.contact_wrapper .text-center h3 {
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 40px 0;
}
.contact_wrapper .float-none {
    float: none;
    margin: auto;
}
.contact_form .left_column, .contact_form .right_column {
    width: 49%;
}
.contact_form .left_column {
    float: left;
}
.contact_form .right_column {
    float: right;
}
.contact_form input, .contact_form textarea {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-sizing: border-box;
    color: #060606;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px 25px;
    width: 100%;
}
.contact_form textarea {
    height: 145px;
    margin-bottom: 10px;
    resize: none;
}
.contact_form #recaptcha3 {
    display: inline-block;
}
.contact_form input[type="submit"] {
    background: #69c3ee;
    border: 0 none;
    color: #fff;
    width: auto;
}
.contact_form input[type="submit"]:hover {
    background: #54901d;
}
.contact_wrapper .company_address_box {
    background: rgba(0, 0, 0, 0) url("../../images/company_add_bg.png") repeat scroll 0 0;
    border-radius: 6px;
}
.company_address {
    padding-bottom: 34px;
    padding-left: 25px;
	padding-right: 25px;
    padding-top: 30px;
}
.company_address h2 {
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.company_address address {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.posts ul{ margin:0; padding:0;}
.posts ul{ list-style-type:none;}
.posts ul li{ padding:5px 0; border-bottom:1px solid #ddd;}
.posts ul li:last-child{ border-bottom:0;}




	.content {
    padding-bottom: 40px;
    padding-top: 40px;
}
.headline {
    border-bottom: 1px dotted #e4e9f0;
    display: block;
    margin: 10px 0 25px;
}
.headline h2 {
    font-size: 22px;
}
.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #31aaff;
    display: inline-block;
    margin: 0 0 -2px;
    padding-bottom: 5px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.who li {
    margin-bottom: 6px;
}
.who li i {
    color: #31aaff;
    font-size: 13px;
    margin-right: 6px;
    min-width: 15px;
    position: relative;
    text-align: center;
}
.who li a {
    color: #000;
}
.sendMessage {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1d92e5 51%, #3baeff 51%, #3baeff 51%) repeat scroll 0 0;
    border: 0 none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 13px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.color-green {
    color: #31aaff;
}
.space-20 {
    margin-bottom: 20px;
}
.content input[type="text"] {
    height: 47px;
}
.pictureSec img {
    width: 83%;
}
.topMargin {
    margin-top: 22%;
}
.about-me {
    overflow: hidden;
}
.about-me h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.about-me span {
    color: #999;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.about-me .social-icons {
    margin-top: 7px;
}
.content-sm {
    padding-bottom: 60px;
    padding-top: 60px;
}
.progress {
    background: #e5e5e5 none repeat scroll 0 0;
}
.progress .progress-bar {
    line-height: 20px;
    overflow: hidden;
}
.progress-bar-dark {
    background: #555 none repeat scroll 0 0;
}
.progress-sm {
    height: 12px;
}
h3.heading-xs {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0;
}
.quote-v1 {
    background: #000 none repeat scroll 0 0;
    padding: 60px 0;
    text-align: center;
}
.quote-v1 p {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    line-height: 35px;
    margin-bottom: 20px;
    padding: 0 100px;
    position: relative;
}
.quote-v1 p::before {
    color: #38b0e5;
    content: "â€œ";
    font-family: Georgia,serif;
    font-size: 60px;
    margin: 5px 0 0 -31px;
    position: absolute;
}
.quote-v1 p::after {
    color: #38b0e5;
    content: "â€";
    font-family: Georgia,serif;
    font-size: 60px;
    margin: 7px 0 0 5px;
    position: absolute;
}
.quote-v1 span {
    color: #fff;
    font-size: 18px;
}
.quote-v1 span a {
    color: #38b0e5;
    font-size: 18px;
}
.quote-v1 h3 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 768px) {
.quote-v1 p {
    font-size: 18px;
    padding: 0 50px;
}

}
ul.error-msg {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 3px;
    color: #a94442;
    font-weight: bold;
    padding: 10px 29px;
    text-align: left;
}
.error-msg li {
    margin-bottom: 5px;
}
.error-border {
    border: 1px solid #f00 !important;
}
.commonSec  ul { padding:2% 0;}
.commonSec ul li{list-style-type:disc !important; margin-bottom: 10px; text-align:left !important;}

a.gotoHomesmall{
	background: #4D96C5 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	padding: 14px 5%;
	text-transform: uppercase;
	}
a.gotoHomesmall i{
	font-size: 13px;
	margin-bottom:5%;
	}
	
.leftImgSec, .rightTextarea {
    margin-top: 7%;
}
.rightTextarea h1{ color:#000;}
.rightTextarea p{ color:#000; font-size:16px;}
.leftImgSec img{ width:100%;}



