 @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif !important;
	overflow-x: hidden;
}
a {
	text-decoration: none !important;
}
a:hover {
	text-decoration: one !important;
}
/*chand*/
.follow a{background: #fff; width: 32px; line-height: 32px; height: 32px; font-size: 18px; color: #001c64; text-align: center; display: inline-block;}
.follow {
	width: 100%;
	margin: 15px 0 0 0;
	float: left;
}
.follow h4 {
	color: #fff;
	margin: 0 0 0px 0;
	padding: 0 0 10px 0;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Montserrat';
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#333 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#333 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333 !important;
}

.box_blog {
	width: 100%;
	float: left;
	background: #f8f8f8;
	padding: 0px 0 65px 0;
	overflow: hidden;
}
.box_blog .f_detial {
	text-align: center;
}
.box_blog h2 {
font-size: 28px;
    margin: 30px auto 30px auto;
    width: 100% !important;
    padding: 0 0 0 0;
    font-weight: 600;
    text-align: center;
    color: #001c64;
}
.shadow {
	background: #fff;
	margin: 0 1%;
	padding: 0 0 15px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(217,217,217,1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(217,217,217,1);
	box-shadow: 0px 5px 15px 0px rgba(217,217,217,1);
}
.shadow:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(173,173,173,1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(173,173,173,1);
	box-shadow: 0px 5px 15px 0px rgba(173,173,173,1);
}

.orb {
  width: 150px;
  display: inline-block;
  margin: 0 14.7px;

}





.marquee {
  height: 100px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin:30px auto 10px auto;
}

.marquee--inner {
  display: block;
  width: 200%;
  margin: 0px 0;
  position: absolute;
  animation: marquee 20s linear infinite;
}

.marquee--inner:hover {
  animation-play-state: paused;
}

/*.half {
  float: left;
  width: 10%;
}*/



@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.box_blog .f_detial .col-sm-4 img {
	width: 100%;
}
.box_blog .f_detial  img {
	width: 100%;
}
.box_blog .f_detial .col-sm-6{ margin: 0 0 30px 0; }
.box_blog .f_detial  i img {
	width: auto !important;
}
.box_blog .f_detial .colshade a {
	color: #828282;
}
.box_blog .f_detial .colshade a i {
	color: #26af5f
}
.box_blog .f_detial .colshade {
	text-align: left;
	padding: 25px;
	background: #fff;
	margin: 0;
	height: 100%;
}
.box_blog .f_detial h3 {
	color: #000;
	font-size: 20px;
	margin: 0px 0 10px 0;
	padding: 0px 0 0 0;
	font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif;
}
.box_blog .f_detial p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding: 0px 0% 10px 0%;
	font-family: 'Montserrat', sans-serif;
}
.blog img {
	width: 100%;
}
.service_box {
	position: relative;
}
.service_box .icon{    background: #001c64;
    width: 100px;
    height: 100px;
    display: inline-block;
    color: #fff;
    font-size: 42px;
    line-height: 100px;
    border-radius: 80px;}
.bottom_navbar {
	background: #001c64;
padding: 10px 0;
}
.touch span img {
	margin: 0 10px 0 0;
}
.touch a.call {
	font-size: 21px;
	background: #990000;
	padding: 8px 35px;
	border-radius: 3px;
	color: #fff;
}
.touch span a{
	color: #01276c;
}
.touch span {
	color: #001c64;
	font-size: 21px;
	margin: 0 25px 0 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.touch img {
	margin: 0 0 0 26px;
}
.touch {
	float: right;
	font-size: 25.32px;
	margin: 23px 0 0 0;
	font-weight: bold !important;
	color: #f95034;
}

.header {
	min-height:105px;
	border-top: #002268 solid 3px;
	border-bottom: #990000 solid 2px;
}
.mainslider {
	position: relative;
}

.viewallbtn {
	background: #001c64 !important;
	display: inline-block;
	border: 0 !important;
	border-radius: 3px !important;
	padding: 10px 45px !important;
	margin: 20px 0 0px 0;
	color: #fff !important;
	font-weight: 400;
	font-size: 20px;
}
.viewallbtn:hover {
	background: #000 !important;
}
.submitbtn2:hover {
	background: #000 !important;
}
.submitbtn2 {
	background: #001c64 !important;
	border: 0 !important;
	border-radius: 3px !important;
	padding: 10px 0 !important;
	color: #fff !important;
	font-weight: 600;
	font-size: 18px;
}

/*chand*/
.single-widget .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #001c64 !important;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 13px;
    font-weight: 500;
    padding-left: 20px;
    width: 100%;
}
.content_txt{font-size: 16px;
    line-height: 26px;
    color: #484646;
    font-weight: 500;
    margin: 50px 0;}
.single-widget h3 {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contactus{padding: 40px 0;}
.containerForm textarea{min-height: 182px !important;}
.containerForm .form-control{border:#001c64 solid 2px !important; padding: 7px; border-radius: 0px;}
.containerForm .form-control:focus{border:#333 solid 2px !important;}
.containerForm .btn-primary {
    background-color:#001c64 !important;
    border-color: #001c64 !important;
}
.heading-primary {
    color: #001c64;
}
.list.list-icons.list-icons-style-3 li > .fa:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #001c64;
}
.list.list-icons.list-icons-style-3 li > .fa:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    color: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
}
.innerServices{padding: 50px 0}
.innerServices img{width: 100%;}
.innerServices .colshade h3 a{
    color: #333;
}
.services_detail{padding: 15px 25px 0px 25px ;}
.innerServices .col-sm-4{padding: 0; margin:0 0;}
.innerServices .colshade h3 {
    color: #333;
    font-size: 20px;
    margin: 0px 0 0 0;
    padding: 15px 0 0 0;
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif;
}
.more{background: #001c64 !important;
    display: inline-block;
    border: 0 !important;
    border-radius: 3px !important;
    padding: 4px 15px !important;
    margin: 0px 0 0px 0;
    color: #fff !important;
    font-weight: 400;
    font-size:16px;}
.innerServices .readmore {
    background: #001c64 !important;
    display: inline-block;
    border: 0 !important;
    border-radius: 3px !important;
    padding: 4px 15px !important;
    margin: 0px 0 20px 0;
    color: #fff !important;
    font-weight: 400;
    font-size:16px;
}
.innerServices .colshade p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 10px 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.innerServices .colshade{ overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(224, 224, 224, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(224, 224, 224, 1);
	box-shadow: 0px 0px 5px 0px rgba(224, 224, 224, 1);
	 padding: 0 ; background: #fff;
	position: relative !important; margin: 0 0 20px 0 !important; display: block !important;}
.list.list-icons.list-icons-style-3 li a{color: #001c64}
.list.list-icons.list-icons-style-3 li {
    padding-top: 5px;
    padding-left: 0;
}
.list.list-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-widget ul li a {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    color: #001c64;
    text-transform: uppercase;
    transition: .3s;
}
.single-widget .cat-list li a:hover {
    margin-left: 5px;
}
.single-widget .cat-list li a::after {
    content: "";
    font-family: fontawesome;
    margin-left: 8px;
    position: absolute;
}
.single-widget .tag-list li a {
    background-color: #001c64;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin: 2px;
    padding: 3px 8px;
    text-transform: uppercase;
}
.single-widget .tag-list li {
    display: inline-block;
}.single-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.box_blog_inner .shadow{margin-bottom: 25px !important}
.box_blog_inner{padding:35px 0}
.box_blog_inner .f_detial p{font-size: 16px; line-height: 26px;}
.box_blog_inner .f_detial{margin:0 10px 0 -15px;}
.form-row>.col, .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}
.topborder {
	border-top: #ccc solid 1px;
	margin-top: 40px;
}
.mainslider .item {
	background: #000
}
.mainslider .item img {
	width: 100%;
	opacity: 0.9;
}


/*ADD ONN*/
.icon-addon {
	position: relative;
	color: #555;
	display: block;
}
.icon-addon:after, .icon-addon:before {
	display: table;
	content: " ";
}
.icon-addon:after {
	clear: both;
}
.icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
	position: absolute;
	z-index: 2;
	left: 10px;
	font-size: 14px;
	width: 20px;
	margin-left: -2.5px;
	text-align: center;
	padding: 10px 0;
	top: 1px
}
.icon-addon.addon-lg .form-control {
	line-height: 1.33;
	height: 46px;
	font-size: 18px;
	padding: 10px 16px 10px 40px;
}
.icon-addon.addon-sm .form-control {
	height: 30px;
	padding: 5px 10px 5px 28px;
	font-size: 12px;
	line-height: 1.5;
}
.icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
	font-size: 18px;
	margin-left: 0;
	left: 11px;
	top: 4px;
}
.icon-addon.addon-md .form-control, .icon-addon .form-control {
	padding-left: 30px;
	float: left;
	font-weight: normal;
}
.icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
	margin-left: 0;
	font-size: 12px;
	left: 5px;
	top: -1px
}
.icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa {
	color: #2580db;
}
.box-shadow {
	background: #fff;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0px 0px 26px 8px rgba(219, 216, 219, 1);
	-moz-box-shadow: 0px 0px 26px 8px rgba(219, 216, 219, 1);
	box-shadow: 0px 0px 26px 8px rgba(219, 216, 219, 1);
	border-radius: 7px;
}
.submit {
	border: #c0a100 solid 1px !important;
	background: #c0a100 !important
}
.submit:hover {
	border: #000 solid 1px !important;
	background: #000 !important
}
.logo1 {
	display: block;
}
.logo2 {
	display: none;
}
.posi .logo1 {
	display: none;
}
.posi .logo2 {
	display: block;
	width: 70%;
}
.posi #menu ul li a {
	color: #fff
}

.posi {
	position: fixed !important;
	width: 100%;
	height: auto;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 0;
	z-index: 9000;
	top: 0 !important;
}
.posi .logo img {
	width: 60%;
}
.posi .topicons a {
	margin: 0;
}
.posi .menu {
	margin: 6px 0px 2px 0px;
}
.posi {
	padding: 5px 0 5px 0;
}
.posi .logomain {
	margin: 0;
	position: absolute;
	top: -3px;
	left: -7px;
}
.submitbtn {
	background: #f1a033 !important;
	border: 0;
	padding: 11px;
	font-size: 20px;
	color: #000;
	width: 100%;
	text-align: center;
}
.submitbtn:hover {
	color: #fff;
	background: #55a7bf !important;
}

.owl-carousel .owl-wrapper-outer {
	padding: 15px 0;
}
.service_box {
	background: #fff;
	margin: 0 3%;
	border: #d0d0d0 solid 1px;
	border-radius: 7px;
	padding: 30px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(217,217,217,1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(217,217,217,1);
	box-shadow: 0px 5px 15px 0px rgba(217,217,217,1);
}
.service_box:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(173,173,173,1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(173,173,173,1);
	box-shadow: 0px 5px 15px 0px rgba(173,173,173,1);
}
.carousel-indicators {
	bottom: 30px !important;
}
.carousel-indicators li {
	background: #001c64 !important;
	border: 0 !important;
	border-radius: 1px !important;
	width: 55px !important;
	height: 3px !important;
	margin: 1px 6px !important;
	
}
.carousel-indicators .active {
	background: #990000 !important;
	border: transparent solid 1px !important;
}
.box_outer .f_detial {
	text-align: center;
}
.box_outer .f_detial span {
	display: inline-block;
}
.box_outer .f_detial .col-md-3:hover span {
	border: #7d7d7f solid 2px;
}
.box_outer .f_detial .col-sm-4:hover .colshade {
	display: block !important;
}
.box_outer .f_detial .col-sm-4 {
	padding: 0;
	position: relative;
	margin: 0;
}
.box_outer .f_detial img {
	width: 100%;
}
.box_outer .f_detial .colshade {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px 0;
	background: rgba(73,79,90, 0.9);
	margin: 0;
	height: 100%;
}
.box_outer .f_detial h3 {
	color: #fff;
	font-size: 20px;
	margin: 35px 0 0px 0;
	padding: 10px 0 0 0;
	font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif;
}
.box_outer .f_detial h3 a {
	color: #fff !important;
}
.box_outer .f_detial a {
	margin: 0 5px;
	border: #fff solid 1px;
	border-radius: 80px;
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	line-height: 45px;
}
.box_outer .f_detial a:hover {
	border: #001c64 solid 1px;
	color: #001c64;
}
.box_outer .f_detial p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	padding: 10px 6%;
	font-family: 'Montserrat', sans-serif;
}
.box_outer .f_detial .read_more {
	background: #f8be00;
	font-weight: 600;
	border-radius: 70px;
	padding: 5px 26px;
	display: inline-block;
	color: #fff;
}
.box_outer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #001c64, #900);
  opacity: .8;
}
.box_outer {
	width: 100%;
	float: left;
	color: #fff;
	background: #f8f8f8 url(../images/slider3.jpg);
	padding: 65px 0 65px 0;
	overflow: hidden;
	position: relative;
}
.box_outer {
}
.box_outer h2 p {
	background: #eee;
	margin: 0 22%;
}
.box_outer h2 {
	font-size: 24px;
	margin:10px 0 10px 0;
	width: 100%;
	padding: 0 0 0 0;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
}
.box_outer h2 span {
	color: #424242;
	font-weight: 200;
	font-size: 20px;
	text-transform: none !Important;
	letter-spacing: 3px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	padding: 8px 0 0 0;
}

.banner_form input{ color: #333; padding: 12px; margin: 0 0 5px 0;  border: 0; border-radius: 4px; width: 100%}
.banner_form textarea{height: 80px; padding: 10px; width: 100%; border: 0; border-radius: 4px;}
.testimonials h2 {
	font-size: 28px;
	margin: 50px auto 20px auto;
	width: 100% !important;
	padding: 0 0 0 0;
	font-weight: 600;
	text-align: center;
	color: #001c64;

}
.testimonials .content_slide2  img{border: #900 solid 3px;}
.testimonials .content_slide2 {
	padding:0px 0px 90px 0;
	margin: 10px 0;
	text-align: center;
	border-radius: 7px;

}
.content_slide2 {
	position: relative;
}
.testimonials .owl-buttons {
	display: none;
}
.testimonials .owl-controls {
	margin-top: -90px !important;
}
.testimonials .owl-pagination {
	display: block;
}
.testimonials .owl-carousel span {
	float: left;
	background: #001c64;
	line-height: 4px!important;
	font-family: verdana;
	color: #fff;
	font-weight: 600;
	height: 5px !Important;
	width:  45px !important;
	text-align: left;

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.testimonials .content_slide2 h3 {
	font-weight: 200;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.testimonials .content_slide2 em {
	color: #001c64;
	font-style: normal;
	font-weight: 600;
}
.testimonials .content_slide2 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
.testimonials {
	background: #f2f2f2;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;

}
.owl-carousel span {
	float: left;
	background: #000;
	line-height: 4px!important;
	font-family: verdana;
	color: #fff;
	font-weight: 600;
	height: 6px !Important;
	width: 53px !important;
	text-align: left;
}
.owl-carousel .item {
	text-align: center;
}
.owl-buttons {
	top: 36% !important;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	font-size: 0 !Important;
}
.owl-theme .owl-controls .owl-prev {
	background: url(../images/left1.png) no-repeat right bottom !important;
	height: 44px !important;
	width: 26px !important;
	left: -55px;
	position: absolute;
}
.owl-theme .owl-controls .owl-next {
	background: url(../images/right1.png) no-repeat right bottom !important;
	height: 44px !important;
	width: 26px !important;
	right: -55px;
	position: absolute;
}
.owl-carousel h4 {
	font-size: 12px;
	font-weight: 600;
	width: 190px;
	text-align: left;
	margin: 26px 0 6px 0;
	padding: 0;
	color: #fff;
	float: left;
	line-height: 17px;
}
.owl-pagination {
	display: none;
}
.owl-carousel h5 {
	font-size: 16px;
	width: 80%;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #fff;
}
.small_slider {
	text-align: center;
	padding: 20px 0 75px 0;
	margin: 0;
	overflow: hidden;
	min-height: 275px;
}
.small_slider .col-md-8 {
	padding: 0 4%;
}
.small_slider .txt {
	font-size: 14px;
	line-height: 24px;
	color: #484646;
	font-weight: 500;
	margin: 0 10%;
}
#demo h2 {
	margin: 50px auto 36px auto !important;
}
.service_box p {
	font-size: 15px;
	line-height: 18px;
}

.service_box:hover .icon {
    background: #900;
}
.service_box:hover a {
    background: #001c64;
}
.service_box a {
    background: #900;
    border-radius: 80px;
    padding: 7px 21px;
    color: #fff !important;
    display: inline-block;
    margin: 9px 0 0 0;
}
.service_box h3 {
	margin: 25px auto 10px auto !important;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 !important;
	font-size: 17px !important;
	color: #333 !important;
}
.small_slider h2 {
	font-size: 28px;
	margin: 40px auto 16px auto;
	width: 100%;
	padding: 0 0 0 0;
	font-weight: 600;
	color: #001c64;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
}
.small_slider h2 span {
	color: #424242;
	font-weight: 200 !important;
	font-size: 20px;
	letter-spacing: 3px;
	display: block;
	padding: 8px 0 0 0;
	font-family: 'Century Gothic';
}
.mainslider {
	position: relative;
}
.menu {
	float: right;
}
.carousel-caption {
	left: 0px !important;
	right: auto !important;
	top: 38% !important;
	text-align: left !important;
	width: 100%;
	bottom: auto !important;
	padding: 0 0 50px 0 !important;
	margin: 0;
}
.carousel-caption h2 {
font-size: 31.5px;
    text-transform: uppercase;
    line-height: 40px;
    width: auto;
    margin:  0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #fff;
    padding: 15px;
    text-shadow: none;
    background: rgba(0, 28, 100, 0.8);
    width: auto;
    display: inline-block;
}
.carousel-caption h3 {
	    font-size: 20.5px;
    padding: 10px 15px 10px 15px;
    text-shadow: none;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background: rgba(153, 0, 0, 0.8);;
    display: table-cell;
}
/*FOOTER*/

footer {
	font-size: 14px;
	color: #aeaeae;
	background: #020f31;
	padding: 50px 0 30px 0;
	float: left;
	width: 100%;
}
.footer-content h3 {
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 17px;
	width: auto;
	display: inline-block;
	border-bottom: #ccc dashed 1px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Montserrat';
}
.footer-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-content ul li {
	font-size: 18px;
	color: #f5f5f5;
	font-weight: 200;
}
.footer-content ul a:hover {
	color: #0d3498
}
.footer-content ul a {
	font-size: 13.5px;
	color: #f5f5f5;
	background: url(../images/arrowf.png) 0 5px no-repeat;
	font-weight: 200;
	display: inline-block;
	padding: 0px 15px;
	margin: 0;
}
.footer-content h2 {
	margin: 15px 0 15px 0;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	color: #3d3d3d;
	font-size: 19px;
	float: left;
	width: 100%;
}
.footer-content {
	color: #fff;
	margin: 0 auto;
}
.footer-content ul {
	margin:  0;
	padding: 0;
	list-style: none;
}
.footer-content ul li strong {
	color: #072675;
}
.footer-content ul li {
	padding: 0 0 3px 0px;
	display: block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 200;
	line-height: 20px;
}
.subfooter {
	color: #676767;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 0 8px 0;
	margin-top: 0;
	background: #030815;
	overflow: hidden;
	text-align: center;
	line-height: 12px;
	width: 100%;
}
.subfooter a {
	color: #fff;
	font-weight: 400;
	margin: 0px 2px;
	font-size: 14px;
}
.subfooter a:hover {
	color: #0066df;
}
.newsletter input {
	    width: 100%;
    text-transform: none;
    padding: 7px 11px;
    border-radius: 4px;
    margin: 0 0 11px 0;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border: 0;
}
.newsletter .btn {
	margin: 0 0 0 0;
	float: left;
	background: #900;
	color: #fff;
	font-weight: 600;
	padding: 7px 25px;
	font-size: 14px;
	text-transform: uppercase;
	;
	border-radius: 4px;
	width: 120px;
}



/* Responsive Styles */

@media(max-width:1024px) {
	#menu ul li a{margin: 0 6px; padding: 5px 13px;}
.logomain img{width: 280px}
.touch img{display: none;}
.touch a.call{font-size: 18px; padding: 8px 25px; }
.header{min-height: auto; padding: 0 0 8px 0}
.bottom_navbar{padding: 20px 0 20px 0}

.carousel-caption{top: 30% !important}
.owl-theme .owl-controls .owl-prev{left: 0}
.owl-theme .owl-controls .owl-next{right: 0}
.box_outer .f_detial .col-sm-4{width: 50%;}
.box_blog .f_detial .col-sm-4{width: 50%; margin-bottom: 25px;}

.office_address{width: 100%; margin-top: 25px;}

.footer-content .col-md-3{width: 50%; margin-bottom: 25px;}



}

@media(max-width:800px) {
	.box_blog_inner .f_detial {
    margin: 0;
}

.bottom_navbar{padding: 20px 0 38px 0}
.Inner_slider .carousel-caption{top: 43% !important}
.Inner_slider2 .carousel-caption{top: 50% !important}
.touch a.call{display: inline-block;}
.testimonials_inner img {
    float: inherit;
    margin-right: 0;
}
.testimonials_inner{text-align: center;}
.testimonials_inner h3 {text-align: center;}
}


@media(max-width:650px) {

.logomain img {
    width: 100%;
    margin: 11px 0 0 0;
}
.logomain {
    margin: 0;
    position: relative;
    top: auto;
    left: 0;
}
.touch{text-align: center; margin: 0 0 7px 0;}
.mean-container a.meanmenu-reveal{    right: 15px !important;}
.bottom_navbar {padding: 10px 0 30px 0;}
.mean-container .mean-nav ul li a.mean-expand{left: 0 !important; border: 0 !important}
.mean-container .mean-nav ul li a{padding: 8px 0 8px 30px}
.carousel-indicators {
    bottom: 0px !important;
}
.carousel-indicators {
    bottom: 0px !important;
}
.carousel-caption h3{font-size: 15px;}
.carousel-caption h2 {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 20px;
    }
.carousel-caption {
    top: 17% !important;
    left: 25px !important;
}
.small_slider .txt{margin: 0 2%}
.small_slider h2{margin: 0 0 10px 0}
.box_outer .f_detial .col-sm-4 {
    width: 100%;
}
.box_outer .f_detial .colshade{padding: 0}
.box_outer .f_detial h3{margin: 15px 0 0px 0;}

.testimonials .content_slide2 {
    padding: 40px 10px 90px 10px;
    margin: 10px 0px;
    }

.box_blog .f_detial .col-sm-4 {
    width: 100%;
    margin-bottom: 15px;
}


.footer-content .col-md-3{width: 100%; margin-bottom:15px;}
.footer-content h3{float: left; width: 100%; margin:15px 0 10px 0; padding: 0 0 10px 0;}
.subfooter{line-height: 19px; font-weight: 400;}
.Inner_slider .carousel-caption{top: 47% !important}
.content_txt{margin:20px 0}
.footer-content ul{width: 100%; float: left;	}

}