/*
	Theme Name: Yodole
	Theme URI: http://yodolemarketing.com
	Description: 

	Author: Suresh Sahu

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Raleway:400,700');
body {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	color: #444
}
header {
	box-shadow: 0 0 6px -2px rgba(0,0,0,.5);
	padding-bottom: 20px;
	background-color: #fff
}
h1, h2, h3, h4, h5 {
	font-weight: 700; font-family: 'Raleway', sans-serif;
}
h1 {
	position: relative;
	margin-bottom: 30px;
	color: #000
}
h1 span {
	border-bottom: solid 2px #999;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 5px
}
h2 {
	padding-bottom: 15px
}
main {
	padding-bottom: 50px;
	min-height: 500px
}
a {
	color: #f76e47;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a, a:hover, a:focus, a:active {
	outline: 0;
	text-decoration: none
}
a:hover {
	color: #f76e47;
}
.navbar-brand {
	background: url(images/logo.png) no-repeat;
	width:334px;
	height:70px;
	margin-top: 20px
}
.navbar {
	margin-bottom: 0;
	border: 0;
}
header.stiky-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	padding-bottom: 10px
}
header.stiky-header .navbar-brand {
	margin-top: 10px
}
header.stiky-header .nav-right {
	padding-top: 15px;
}


.navbar li a {
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	color: #000;
	border: solid 1px transparent;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border: 0
}
.navbar li a:hover, .navbar li a:focus {
	background-color: transparent;
	color: #f76e47
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border: 0
}
.navbar li.dropdown li a {
	padding: 10px 15px;
	font-weight:400;
	font-size:12px
}
.navbar li.dropdown li a:hover {
	color: #fff;
	background-color: #5e5ed9
}
.navbar li.dropdown .dropdown-menu {
	border-radius: 0;
	padding: 0;
	border-color: #f76e47
}
.nav-right {
	float: right;
	padding-top: 30px
}
.banner {
	background-color: #f76e47;
	height: 450px;
	position:relative
}
footer {
	padding: 40px 0 20px 0;
	position: relative;
	color: #000;
	background-color: #4d4d4d;
	text-align: center
}
footer a {
	color: #fff
}
footer h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 15px
}


footer ul {
	padding: 0;
	margin: 0;
	list-style: none
}
footer ul li {
	display: inline-block;
	padding: 10px
}

footer .navbar-brand {
	margin: 30px auto 0px;
	float: none;
	display: block;
	background:url(images/footer-logo1.png) no-repeat center; width:308px
	
}

.content {
	padding: 50px 0;
}
.content p {
	margin-bottom: 20px
}
.circle-block {
	
	max-width: 300px;
	margin-top: 70px;
	padding: 0px;
	position: relative;
	margin-left: 15px; 
}


.subsidia {
	
	padding-bottom: 30px;
}
.contact-form {
	padding: 20px 0;
}
.btn-default {
	border: solid 2px #fff;
	background-color: #fff;
	color: #f76e47;
	padding: 12px 30px;
	font-weight:700; font-size:16px; text-transform:uppercase
}
.btn-default:hover {
	background-color: transparent;
	color: #fff;border: solid 2px #fff;
}



.btn-primary {
	border: solid 2px #f6633a;
	background-color: #f6633a;
	color: #fff;
	padding: 12px 30px;
	font-weight:700; font-size:16px; text-transform:uppercase
}
.btn-primary:hover {
	background-color: transparent;
	color: #f6633a;border: solid 2px #f6633a;
}



.banner.in {
	height:300px;
	text-transform: uppercase;
	position: relative;
}
.banner.in h2, .banner h2  {
	font-size:38px;
	color: #fff;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	padding: 0;
	text-transform:uppercase
}
.subsid {
	padding-left: 150px;
	padding-right: 150px
}
.mgt-team h3 {
	font-size: 20px;
	margin: 30px 0 10px 0
}
.mgt-team h3:first-child {
	margin: 0 0 10px 0
}
.center-title {
	text-align: center;
	padding: 50px 0
}
.bxslider li {
	padding: 20px;
	height: 120px
}

.subsidia h2 {
	margin-bottom: 0;
	padding-bottom: 0
}
.subsidia h2 {
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 15px
}
.link {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}
.link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	background-color: #000;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0
}
.link:hover:after {
	opacity: 1
}
.sbs-title-section {
	padding-bottom: 50px;

}
.sbs-title-section.in {
	padding-top: 50px
}




.navbar-nav>li:hover a, .navbar-nav>li a:focus{  background-color:#f76e47; color:#fff}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
   background-color:#f76e47; color:#fff
}

.content .intro{ font-size:22px; border-bottom:solid 1px #ddd; padding:0 0 20px 0}

.copyright{ color:#fff; padding-top:50px}

footer .nav-right{ float:none; display:inline-block; padding-top:0}

footer .nav-right li a, footer .nav-right li a:hover, footer .nav-right li a:focus{ background-color:transparent !important; color:#fff}
footer .nav-right li a:hover, footer .nav-right li a:focus{ text-decoration:underline}
footer .nav-right li:hover a, footer .nav-right li:focus a{ text-decoration:underline; background-color:transparent !important; }

 @media(max-width:767px) {
.navbar-brand {
	margin-left: 15px;
	width: 200px;
	background-size: 100%;
	height: 50px;
	margin-top: 15px;
	margin-left:10px
}
header {
	padding-bottom: 10px;
}
.banner {
	height: 250px;
}
.navbar-toggle .icon-bar {
	background-color: #f76e47;
	border-radius: 4px
}
.navbar-toggle {
	margin-top: 18px
}
.nav-right {
	float: none;
	padding-top: 0
}

.navbar-nav ul { padding:0; margin:0; list-style:none
 
}

.navbar-nav li {
	border-top: solid 1px #e6e6e6; 
}
.navbar-nav  li  a {
	padding-top: 15px;
	padding-bottom: 15px
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px
}
footer {
	text-align: center
}
footer ul.fnav {
	padding-bottom: 20px
}


.contact-form {
	width: auto
}
.subsid {
	padding-left: 0px;
	padding-right: 0px
}
.banner.in {
	height: 250px
}
.banner.in h2, .banner h2 {
	font-size: 26px
}
.go-to-top.showarrow {
	display: none
}
.circle-block {
	margin: 0 auto
}

.content .intro{ font-size:16px}


footer .navbar-brand {

    background: url(images/footer-logo1.png) no-repeat;
    width: 265px;
	background-size:100%; margin-bottom:0
}



}
