
/************** Fonts embeded ***************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,700,700italic,600italic);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

/************** CSS stylesheet ***************/

html, body {
  height: 100%;
}

body { 
	color: #414042;
	background:#fff;
	font:normal 14px "Open Sans", sans-serif; 
	text-align:left;
	line-height:140%;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease; 
}

a {
	text-decoration:none; 
	outline:none;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease; 
}

a:hover { 
	color:#345ac7;
	outline:none;
	opacity:0.85;
	filter:alpha(opacity=85);
	text-decoration:underline; 
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease; 
}

.link-effect {
	outline:none;
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;	
}

.link-effect:hover {
	opacity:0.85;
	filter:alpha(opacity=85);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;		
}

img {
	border:none;
	outline:none;
	max-width:100%;
}

.profilepic {
        border-radius: 50%;
	float: left;
    height: 170px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 21px;
    width: 160px;
    }
	
}
h1, h2, h3 {
	color: #6474b3;
	font-weight: 600;
}

h1 {
	font-size: 46px;
	font-weight: 800;
	margin: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	color: #6474b3;
}

h2 {
	font-size:28px;
	margin:0;
	padding:0 0 12px;
	font-weight: 800;
	color: #6474b3;
}

h3 {
	font-size: 20px;
	margin: 0;
	font-weight: 400;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.main-content h5 {
	font-size: 11px !important;
	margin: 0;
	font-weight: 400;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-transform: uppercase;
}


p {
	padding:0 0 12px;	
}

a img, a:hover img, a:active img  {
	border:none;
	outline:none;
}

ol, ul {
  	list-style: none;
	margin:0;
	padding:0;
}

p {
	line-height:20px;
}

.no-margin {
  	margin: 0 !important;
}

.no-padding {
  	padding: 0 !important;
}

.img-responsive {
	max-width:100%;
	height:auto;
}

.pull-left.main-content ul { list-style:inside; }
.pull-left.main-content ul li {
	font-size: 15px;
	line-height: 1.8em;
	list-style-position: outside;
	margin-left: 1em;
}


/**************** General CSS styles ****************/

#header {
	padding:5px 0 5px;	
}

#header .h-addr {
	padding:14px 0 0;
	font-size:15px;
}

.h-addr ul {
	list-style:disc;	
}

.h-addr ul li {
	margin-left:14px;
	display:inline-block;
	color:#58595b;	
}

.h-addr ul .address {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

.h-addr ul li .sep {
	padding-right:10px;
}

.h-addr-img {
	position:relative;
	top:-1px;
	padding-right:3px;
}

.h-addr a {
	color:#414042;	
	color:#58595b;
}

#header .tel {
	padding-top:76px;
	font-size:26px;
	font-weight:900;	
}

#header .h-follow-us {
	padding:20px 0 0;
	color:#58595b;	
}

.h-follow-us  span {
	position:relative;
	top:3px;	
	font-size:18px;
	float:left;
}

.h-follow-us ul {
	display:inline-block;
	padding-left:3px;
	margin-top:5px;	
}

.h-follow-us li  {
	display:inline-block;
	padding:0 2px; 	
}

.navbar-default {
	border:none;
	background:url(../img/nav.png) repeat-x top center #888;
	min-height:41px;
	margin-bottom:0;
	border-radius:0;
}

.navbar-collapse {
	padding-left:0px;
	padding-right:0px;	
}

.navbar .navbar-nav {
	float:none;
	text-align:center;
}

.navbar .navbar-nav > li {
	float:none;
	display:inline-block;
}

.navbar-default .navbar-nav > li > a {
    padding:11px 16px 10px;
	color:#fff;
	 text-transform:capitalize;
	 font-size:13px;
}

.navbar .navbar-nav .home {
	position:relative;
	top:-1px;	
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li.active a, 
.navbar-default .navbar-nav > li.active a:hover {
	color:#fff;
	background:url(../img/nav-hover.png) repeat-x top center #8f8f90;	
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	color:#fff;
	background:url(../img/nav-hover.png) repeat-x top center #8f8f90;	
}

.dropdown-menu {
	background:#333;
	opacity:0.7;
	color:#4c3f3f;
	min-width:200px;
	padding:0px;
	border-radius:0px;	
}

.dropdown-menu li {
	border-bottom:2px solid #f7f6f6;
}

.dropdown-menu li a {
	padding:9px 18px;
	font-size:13px;		
	text-transform:capitalize;
}

.dropdown-menu li a:hover {
	background:#284C89;	
}

.dropdown-menu li:last-child {
	border:none;	
}

#banner-outer {
	background: #F5F1DE;
	/*height: 350px;*/
}

.banner {
	position:relative;
	float:left;
	width:854px;
	height:350px;
	/*background:url(../img/banner.jpg) no-repeat top center transparent;
	background-size:cover;*/
}

.banner-txt {
	position:absolute;
	bottom:45px;
	font-size:40px;
	padding-left:28px;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}

.banner-side {
	float:left;
}

#content-outer {
	padding:0 0 35px;
}

.main-content {
	padding:30px 60px 30px 32px;
	width:854px;
}

.main-content p {
	font-size:16px;
	color:#58595b;
	line-height:24px;	
}

.main-content-chapter {
   max-width: 1139px;
    padding: 30px;
    width: 100%;}

.main-content-chapter p {
	font-size:16px;
	color:#58595b;
	line-height:24px;	
}

.para-sep {
	height:8px;
}

.home-content {
	max-width:770px;
	width:100%	
}

.service-offer h3 {
	padding:10px 0 20px;
	font-weight:normal;
}

.service-offer .service-btn {
	margin:0 0 7px;	
}

.testimonial {
	background:#e7e9e8;
	border-radius:3px;
	position:relative;
	margin:20px 0 30px;
	padding:40px 30px 28px 65px;	
}

.testimonial-txt:before {
	background:url(../img/quote.png) no-repeat top center transparent;
	display:block;
	position:absolute;
	content:'';
	width:34px;
	height:37px;
	left:20px;
	top:30px;	
}

.testimonial-txt {
	font-family:'Noto Serif', serif;
	font-style:italic;
	font-size:15px;
	color:#414042;
	line-height:26px;
	padding:0 0 10px;
}

.testimonial-author {
	font-size: 16px;
	color: #15436A;
	font-weight: 600;
}

.see-more {
	text-align:right;
}

.see-more a {
	color:#58595b;
	font-size:12px;
	font-weight:600;	
}

.sidebar {
	float:left;
	width:285px;
}

.message-form {
	background:#e8e9e8;
	padding:20px 12px 14px;
	border:1px solid #dedede;
	
	overflow:auto;
	border-top:none;
	border-radius:0px 0px 6px 6px;
}
.ecardlefbox {
	height:570px;
	
}
.message-h {
	padding:0 0 10px;
	position:relative;
}

.message-title {
	font-size:24px;
	font-weight:700;
	padding:20px 0 0;
	line-height:22px;
}

.message-title span {
	font-size:13px;	
	display:inline-block;
	padding:5px 0 0;
	font-weight:500;
}

.i-comment {
	position:absolute;
	top:0px;
	right:106px;
}

.messager {
	float:right;
}

.input-block {
	display:block;
	width:100%;
	font-size:12px;
	font-family:'Noto Serif', serif;
	color:#b3b3b3;
	font-style:italic;
	border-radius:2px;
	border:1px solid #cecece;
	padding:3px 7px;
	margin:0 0 10px;
}

.interestedin {
	padding:3px 0 5px;
}

.message-chk {
	font-size:13px;
	line-height:12px;
}

.message-chk input[type="checkbox"] {
	position:relative;
	top:2px;	
	padding-right:4px;
}

.message-chk label {
	font-weight:normal;
}

.message-txt {
	height:65px;
	margin:9px 0 12px;
}

.btn-s {
	background:#104970;
	color:#fff;
	font-size:16px;
	padding:6px 35px;
	border-radius:3px;
	border:none;	
}

.stories {
	margin:120px 0 12px;
	
	padding:0px;
 border: 15px solid #e8e9e8;
	border-radius:6px;
	position:relative;
}
.stories > img { 
  left: 18px;
    position: absolute;
    top: -127px; 

}
.stories .video {
	margin:0 0 6px;	
}

.stories-subtitle {
	font-weight:600;
	font-size:14px;	
	margin:0 0 2px;
}

.stories-title {
	background:#104970;
	 color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    padding: 5px;
	
}
.stories-title > img {
    margin-right: 37px;
}

.stories-txt {
	line-height:16px;
	font-size:13px;
	padding:0 0 5px;
	list-style:inside none disc;
	margin:0;
}

.stories ul,li {
    margin: 0;
    padding: 0;
}

.stories ul {
    counter-reset: foo;
    display: table;
	  padding-left: 8px;
    padding-right: 8px;
}

.stories li {
     border-bottom: 1px dotted #888;
    display: inherit;
	 padding-bottom: 15px;
	 padding-top:15px;
	width:100%
}


.stories li::before {
    content: counter(foo, disc) " ";
     display: table-cell;
    padding-right: 7px;
    text-align: right;
    width: 13px;
}
.stories ul li:last-child { border-bottom:none !important; }
.stories-txt > a {
    color: #666;
    text-decoration: none;
}
.stories-txt > a:hover {
	text-decoration:underline;
}
#footer {
	background:#58595b;	
	font-size:14px;
}

.search-now-outer {
	text-align:center;
	padding:0 0 26px;
}

.search-now {
	display:inline-block;
	background:#749abc;
	color:#fff;
	position:relative;
	top:-17px;
	padding:7px 22px;
	border-radius:2px;	
}

.search-now span {
	font-weight:700;	
}

#footer .title {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:15px 0 5px;
}

.footer-content {
	color:#58595b;
	line-height:28px;
}


.footer-content a {
	color:#fff;
}

.footer-content p {
	/*font-family:'Noto Serif', serif;
	font-style:italic;*/
	color:#fff;
	line-height:28px;
}
.footer-content .news
{   line-height:20px;
	color:#fff;
}
.f-social {
	padding:15px 0;
	text-align:right;
}

.f-social ul li {
	display:inline-block;
	padding:0 2px;	
}

.footer-bottom {
	padding-top:20px;
	padding-bottom:20px;	
}

.footer-bottom-right img {
	padding:0 5px;	
}

/**************** Responsive CSS styles ****************/



@media (max-width:1199px) {
	.banner, .main-content {
		width:655px;	
	}
	.banner {
		height:268px;
	
	}
	.banner-side img {
    max-width: 218.5px;
}
#banner-outer {
	/*height:268px;*/
}
	.main-content {
		padding-right:35px;
	}
	.home-content {
		width: 100%;
	}
	.main-content p {
		font-size:15px;
		line-height:23px;	
	}
	.testimonial-txt {
		line-height:24px;
		font-size:14px;
	}
	
}

@media (max-width:991px) {
	#header .h-addr {
		font-size:13px;	
	}
	.h-follow-us span {
		font-size:14px;	
	}
	.h-addr ul li {
		margin-left:5px;
	}
	.h-addr ul li .sep {
		padding-right:4px;	
	}
	.h-follow-us li {
		padding:0 2px;
	}
	.navbar-default .navbar-nav > li > a {
	 	padding: 11px 18px 10px;
	}
	#banner-outer, .banner { 
		/*height:196px;*/	
	}
	.banner-side img {
    max-width: 159.5px;
}

.banner-side {
	width:159px;

	
}
#banner-outer .container {
    width: 751px;
}
	.sidebar {
		width:230px;
	}
	.banner, .main-content {
		width:490px;	
	}
	.main-content {
		padding: 30px 15px 10px 10px;
	}
	.home-content {
		width: 100%;
	}
	.main-content p {
		font-size: 14px;
		line-height: 21px;
		padding-bottom:3px;
	}
	.testimonial {
		padding:30px 30px 20px 65px;
	}
	.testimonial-txt:before {
		top:18px;
		left:20px
	}
	.bottom-logo img {
		width:100%;
	}
	#footer {
		font-size:13px;
	}	
}

@media (max-width:767px) {
	
	
	
	
	.menudiv {
		line-height: 43px;
		margin: 0 auto;
		position: absolute;
		right: 62px;
		width: 44px;
		
	}
	#header {
		text-align:left;
	}
	#header .logo img { width:100px }
	#header .h-addr {
		padding:8px 0 0;
	}
	.h-addr ul li {
		display:block;
		padding:3px 0 0;
	}
	.h-addr ul li .sep {
		display: none;
		padding: 0;
	}
	#header .tel {
		padding-top:10px;
		font-size:24px;
	}
	#header .h-follow-us {
		padding:10px 0 0;
	}
	#header .tel .pull-right,
	#header .h-follow-us .pull-right {
		float:none !important;	
	}
	.navbar-toggle {
		margin-top:4px;
		margin-bottom:1px;
	}
	.navbar .navbar-nav > li {
		float:none;
		display:block;
	}
	.navbar .navbar-nav {
		margin:0;	
		text-align:left;
	}
	.navbar-default { display:none; }
	.dropdown .caret { display:none; }
	.container > .navbar-header,
	.container > .navbar-collapse {
		border:none;
	}
	.navbar-default .navbar-nav > li > a {
		padding:8px 12px;
	}
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus, 
	.navbar-default .navbar-nav > li.active a, 
	.navbar-default .navbar-nav > li.active a:hover {
		background-image:none;
		background-color:#b7b3b3;
	}
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus {
		background-image:none;
		background-color:#b7b3b3;
	}
	
	.main-content, .sidebar {
		float:none;
		display:block;
		width:100%;
		padding:10px 0;
	}
	.home-content, .service-offer {
		display:block;
		float:none;
		width:100%;
		padding:0 0 10px;
	}
	.service-offer { 
		text-align:center;
	}
	.testimonial {
		margin-bottom:0;
	}
	.search-now-outer {
		padding:0 0 5px;	
	}
	#footer .footer-content .col-sm-3 {
		padding:0 0 14px;	
	}
	.logo-social {
		float:none !important;
	}
	.bottom-logo img {
		width:auto;	
	}
	.f-social {
		text-align:left;	
	}
	.footer-bottom {
		text-align:center;
		padding:0 0 12px;
	}
	.copyright {
		display:block;	
	}
	.footer-bottom-sep {
		display:none;	
	}
	.footer-bottom .pull-left,
	.footer-bottom .pull-right {
		text-align:left;
		float:none !important;	
	}
	.footer-bottom-right {
		padding:10px 0 0;	
	}
	.bigdesk { display:none; font-size:14px; color:#3C5F80; }
	.bigdesk  a { font-size:14px !important; color:#000 !important; }
	#header .tel { color:#000; font-size:14px; }


#imageBox img { width:100%; max-width:762px; }
	.card_input {
    border: 1px solid #cecece;
    border-radius: 2px;
    color: #b3b3b3;
    display: block;
    float: left;
    font-family: "Noto Serif",serif;
    font-size: 12px;
    font-style: italic;
    margin-right: 1%;
	margin-left: 1%;
    margin-top: 10px;
    padding: 3px 7px;
    width: 98%;
}

.card_select {
	height:28px;
	 margin-top: 10px;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
.card_message_txt {
    height: 65px;
	margin: 12px 1%;
	width: 98%;
    
}
	.copyright { text-align:center !important; }
}
@media (min-width:768px) {
	.bottom-logo img {
		margin: 0 10px;
	}
	#imageBox img { width:100%; max-width:762px; }
	.card_input {
    border: 1px solid #cecece;
    border-radius: 2px;
    color: #b3b3b3;
    display: block;
    float: left;
    font-family: "Noto Serif",serif;
    font-size: 12px;
    font-style: italic;
    margin-right: 1%;
	margin-left: 1%;
    margin-top: 10px;
    padding: 3px 7px;
    width: 48%;
}

.card_select {
	height:28px;
	 margin-top: 10px;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
.card_message_txt {
    height: 65px;
	margin: 12px 1%;
	width: 98%;
    
}
	
	.menudiv { display:none; }
	
	
.service-offer { margin-top:38px; }
.smalldesk{ display:none;  }
}

table td, table th {
    padding: 10px;
    vertical-align: top;
}

.pull-left .content .field-type-image { float:right; }
/*******************************************************************************/
@media (min-width:480px) {
	.field-type-image { padding-left:15px; }
}
@media (min-width:768px) {


	.h-topbot-mob {display:none; }
	.h-topbot { display:block; }
	.h-topbot ul li { 
		list-style:outside disc; 
		display:list-item; 
		float:left; 
		margin-left: 26px;
		margin-top: 10px;
		text-indent: 11px;
	 }
	 .h-topbot ul li:first-child {
		 list-style:none;
	 }
	.h-topbot img {
    vertical-align: inherit;
}
	.sarchbox { }
	
	.pull-right	input[type="text"] {
	width:207px; height:22px; font-size:14px; padding-left: 5px;
	border:0;
	
}



.pull-right button[type="submit"] {
	background-color: transparent;
	border: medium none;
	height: 22px;
	margin-left: -32px;
	margin-right: 5px;
	
	width: 30px;
}
	
}
@media (max-width:767px) {
	.h-topbot { display:none; }
.h-topbot-mob {
	
}
.h-topbot-mob li {
    display: list-item;
    margin-bottom: 4px;
}
.sarchbox { display:none }


}

.blog h3 a {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-top: 55px;
	display: block;
}
.singlepost { margin-bottom:25px;
	
}

.smediasahre ul li {
    float: left;
    list-style: outside none none !important;
    width: 114px !important;
	border-bottom:none !important;
}
.smediasahre ul li .fb-share-button{ display:flex; }

.nextpre ul li { 
width:30px !important;
		text-align:center !important;
		border-bottom:none !important;  float: left;
		list-style: outside none none !important;
	 }
.nextpre ul li:first-child
{ 
width:150px !important; 
text-align:left !important;
text-align:right;
}

.nextpre ul li:last-child { 
width:150px !important; 
text-align:left !important;
}


.readmore li {  list-style:none !important;  padding-bottom: 12px !important; }

.input-block-capha {
	float:left;
	 width: 86%;
	font-size:12px;
	font-family:'Noto Serif', serif;
	color:#b3b3b3;
	font-style:italic;
	border-radius:2px;
	border:1px solid #cecece;
	padding:3px 7px;
	margin:0 0 10px;
}

.input-capha-button {
	
	width:20%;
	
	
	
}
.main-content h5 {
	line-height:20px;
	font-size:18px;
	line-height:24px;
	margin:0px; 
 	
}
.main-content .notece {
 border-top:1px solid;	
}

header {
    background-color: #BCBEC0;
}



.socialmedia ul li {
    display: inline-block;
    list-style-type: none;
}

@media (min-width:767px) {
	.socialmedia {
    padding-bottom: 7px;
    padding-top: 7px;
}
	.socialmedia ul {
     float: left;
    height: auto;
    margin-right: 20px;
}

.headtxt {
    color: #6474b3;
    float: right;
    font-size: 24px;
	font-weight:800;
    margin-right: 8px;
    margin-top: 69px;
	letter-spacing: -.04em;
	text-transform:uppercase;
	}
	
	.headtxt span {
	color: #6474b3;
	
	font-size: 14px;
	font-weight: normal;
	
	margin-top: 5px;
	letter-spacing: -.04em;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

#homeboxes .boxa { margin:0 auto;
	  background-image: url("../img/devid.png");
    background-position: right 10px;
    background-repeat: no-repeat;
    margin: 0 auto;
	padding-right:66px;
}
#homeboxes .boxb { margin:0 auto;
	  background-image: url("../img/devid.png");
    background-position: right 10px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

}
@media (max-width:767px) {
	.socialmedia {
    margin: 0 auto;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
}
	.socialmedia ul {
		text-align:center;
    height: auto;
    margin-right: 20px;
}


	
	.headtxt {
    color: #6474b3;
   
    font-size: 18px;
	font-weight:800;

    margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: -.04em;
	text-transform:uppercase;
	}
	
	.headtxt span {
	color: #6474b3;
	
	font-size: 14px;
	font-weight: normal;
	
	margin-top: 5px;
	letter-spacing: -.04em;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
	
	
	
	

#homeboxes .boxa { margin:0 auto;
	
    background-position: right center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
#homeboxes .boxb { margin:0 auto;
	
    background-position: right center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

	
}

/********sky css***************/

#homeboxes { margin:0 auto;
 padding-top: 40px;
	
}

#homeboxes .boxc { margin:0 auto;
	
}
#homeboxes .boxa div,#homeboxes .boxb div,#homeboxes .boxc div { 
 margin:0 auto;
 text-align:center;
}

#homeboxes h2 {
    color: #435d98;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 206px;
}
#homeboxes h3 {
    color: #555;
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto;
    text-align: center;
    width: 206px;
}
#homeboxes h3 a {
    color: #555;
    text-decoration: none;
}

#content-outer .mapdiv { text-align:center; margin:0 auto; }
.skybluecolor { background-color:#E6EEF9;
	
}
.skybluecolor .container { max-width:1024px; }


#footer .container {
	padding-top:20px;
	
}

.skybluecolor h3 { color:#6474b3; 
	
}
.socialmedia .phone {
   
    font-size: 16px;
}
.socialmedia .phone i { color:#fff; }
.socialmedia .phone a { color:#fff; font-weight:bold; text-decoration:none; }
.copyright { color:#fff; }


#srch_main {
    border: 1px solid #ccc;
    /*box-shadow: 0 -60px 67px -67px #ccc inset;*/
    float: left;
    font: 12px/130% "Open Sans",sans-serif;
    margin-top: 30px;
	 padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
	height:285px;
	width:100%;
   
}
#srch_main .srlogo {
    
    margin-left: 15px;
   
}
#srch_main .srchead {
	font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 25px;
}

#srch_main .vsite {
   bottom: 12px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    
}
#srch_main .vsite a{
 background-image: url("../img/SR-BtnBg.png");
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
     padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    text-align: center;
    width: 123px;

}
#srch_main .sraddres {
    margin-left: 15px;
    margin-top: 0;
    
}
#srch_main .srcares {
    
    margin-top: 25px;
    
}
@media (min-width:1200px) {
.container {
    width: 1000px;
}

}
@media (min-width:768px) {
	#footer .container { 
		padding-left:0px;
		padding-right:0px;
		
	}
	.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
	.mobilecall{ display:none !important;
		
	}
	.destopcall {
		display:display:inline-block !important;;
		
	}
.teampage {
 float: left;
    height: 170px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 21px;
    width: 160px;	
	
}
.row .boxl {
    margin-bottom: 40px;
}
.row .boxl p { text-align:justify;  margin-left:181px; }
.row .boxl h5 { line-height:18px; }

.nopadingleft { padding-left:0px; padding-right:0px; }

.skybluecolor h1 { 
	color: #6474b3;
 font-size: 34px;
    padding-bottom: 10px;
    padding-top: 20px;
	
}

}
@media (max-width:767px) {
	
		.mobilecall{ display:inline-block !important;
		
	}
	.destopcall {
		display:none!important;
		
	}
}
.teampage {
	display:block;
    height: 170px;
    margin-bottom: 0px;
    margin-left: 00px;
    margin-right: 30px;
    width: 160px;	
	
}
.row .boxl {
    margin-bottom: 40px;
}

.row .boxl strong {
    margin-top: 25px;
	display:block;
}
.row .boxl p { text-align:justify; }
.row .boxl h5 { line-height:18px; }


.skybluecolor h1 { 
	color: #435d98;
 font-size: 14px;
    padding-bottom: 10px;
    padding-top: 20px;
	
}
.skybluecolor h3 {
	
color: #555;
font-size: 13px;
line-height: 18px;
margin: 0 auto;


}

#myCarousel.addmargin {
	margin-top: 120px;
}
#myCarousel .carousel-inner .bgdv {
	/* height: 100%; */
	height: 550px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#myCarousel .carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: inherit;
}

#myCarousel .container {
	padding: 0 20px;
	top: 30%;
}


#myCarousel .banner_head {
	border-radius: 0;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	float: left;
	font-size: 4em;
	letter-spacing: -2px;
	line-height: 64px;
	text-align: left;
	word-spacing: 7px;
	width:100%; 
	font-weight: 400;
}
#myCarousel .carousel-caption { bottom: 18%; text-align:left; }
#myCarousel .carousel-caption p { display:inline-block; margin-top:20px; }
	

/***********************************************************/

.carousel-fade .carousel-inner .item {
	
	transition: opacity ease-out .7s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
 
	
	
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
