@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic);
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
img {
	max-width:100%;
	height:auto;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#474747;
}
p {
	font-size: 15px;
	line-height:25px;
	margin-bottom:20px;
}
a {
	transition:all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.pdr {
	padding-right:0;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 400;
}
.header-section {
	background:#fff;
	width:100%;
	float:left;
}
.tp_navbar {
	float:left;
	width:100%;
	transition:all 0.3s ease 0s;
}
.nav_fix_bg {
	position:fixed;
	top:0;
	left:0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.9);
}
.top-head {
	width:100%;
	float:left;
	margin:0 auto;
}
.logo {
	float: left;
	margin:16px 0 20px 10px;
	max-width: 140px;
}
.nav_fix_bg .logo {
	background: #fff;
	padding: 2px 8px;
	border-radius: 4px;
}
.top-right {
	float: right;
	margin: 0;
	padding:34px 0 0 0;
}
.top_social, .call_us {
	float:left;
}
.call_us p {
	font-size: 15px;
	padding: 0;
	margin:4px 0 0 0;
	color: #5a5a5a;
}
.top_social ul li {
	float: left;
	margin: 0 10px 0 0;
	list-style:none;
}
.top_social ul li a {
	display: block;
	font-size: 17px;
	height: 32px;
    border: 2px solid #f3705a;
	text-align: center;
	width: 32px;
	
	color:#474747;
	line-height: 32px;
	text-transform: uppercase;
}
.top_social ul li a:hover {
	background: #3f7aad;
	color: #fff;
}
.nav-main {
	width:100%;
	background:#ed3237;
}
.menu-sec {
	background:0 none;
}
.nav-change {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
	border: 0 none;
	margin-bottom: 0;
}
.nav-change .navbar-nav > li > a {
	color:#fff;
	font-size: 14px;
	font-weight:600;
	margin: 0 1px;
	padding:0px 20px;
	text-transform:uppercase;
	line-height:50px;
}
.nav-change .navbar-nav > li > a:hover {
	color: #fff;
	background: #3f7aad;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background: #1473a4;
}
.nav-change .navbar-nav > li:last-child > a {
	margin-right:0;
}
.nav-change .dropdown-menu {
	border-radius: 0;
	padding:0;
}
.nav-change .dropdown-menu li {
	border-bottom:1px solid #dedede;
	padding:0;
	margin:0;
}
.nav-change .dropdown-menu li:last-child {
	border:0 none;
}
.nav-change .dropdown-menu li a {
	text-transform: capitalize;
	color: #333;
	padding: 12px 10px;
}
.banner-section {
	width:100%;
	background:#f3f3f3;
	float:left;
	padding:0px 0;
	color:#000;
	margin:0px 0 20px 0;
}
.banner-container {
	margin:0 auto;
	width:100%;
	position:relative;
	text-align:center;
}
.banner-section .carousel .carousel-control {
	visibility: hidden;
	width:30px;
	height:55px;
}
.banner-section .carousel:hover .carousel-control {
	visibility: visible;
}
.banner-section .carousel-control.left {
	background:0 none;
	top:40%;
	left:20px;
}
.banner-section .carousel-control.right {
	background:0 none;
	right:20px;
	top:40%
}
.banner-section .carousel-indicators {
	bottom: -2px;
}
.banner-section .carousel-indicators li {
	background:#cacaca;
	border:0 none;
}
.banner-section .carousel-indicators .active {
	background:0 none;
	border:1px solid #08c;
}
.left.carousel-control i {
	color: #ccc;
	font-size: 100px;
	font-weight: lighter;
}
.txt-banner {
	width:100%;
	position:absolute;
	top:30%;
}
.txt-banner h2 {
	font-size:58px;
	text-transform:uppercase;
	margin:0;
	color:#fff;
}
.txt-banner h3 {
	font-size:40px;
	text-transform:capitalize;
	margin:20px 0 25px 0;
	color:#fff;
}
.txt-banner p {
	font-size:16px;
	margin:8px 0 25px 0;
	float:left;
	width:100%;
	color:#fff;
}
.txt-banner .see-here {
	background:#3f7aad;
	padding:10px 30px;
	border-radius:30px;
	color:#fff;
	font-size:15px;
}
.txt-banner .see-here:hover {
	background:#343434;
	color:#fff;
}
.appp-btnset {
	margin:25px 0;
	width:100%;
	float:left;
}
.txt-banner .iphone {
	background:#343434;
	padding:10px 30px;
	border-radius:30px;
	margin:0 8px 0 0;
	color:#fff;
	font-size:24px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.txt-banner .android {
	background:#94c83c;
	padding:10px 30px;
	border-radius:30px;
	color:#fff;
	font-size:24px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.txt-banner .iphone i, .txt-banner .android i {
	margin-right:6px;
}
.txt-banner .android:hover {
	background:#86b832;
}
.txt-banner .iphone:hover {
	background:#494949;
}
section {
	float:left;
	width:100%;
}
.weserve {
	width:100%;
	margin:20px auto;
	padding:0 10px;
}
.weserve h3, .about_sec h3 {
	font-size: 46px;
	line-height: 1.33333;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin: 0 0 30px 0;
	text-transform: capitalize;
}
.weserve ul {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.weserve ul li {
	width: 21%;
	padding: 40px 2px;
	border: 1px solid #ccc;
	list-style: none;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	margin: 0 1% 25px 0;
	transition:all 0.3s ease 0s;
}
.weserve ul li:last-child {
	margin-right:0;
}
.weserve ul li img {
	max-width:90px;
	height:auto;
	    margin-left: 100px;
}
.weserve ul li span {
	display: block;
	font-size: 15px;
	text-transform: capitalize;
	color: #333;
	margin: 10px 0;
}
.weserve ul li i {
	color: #3f7aad;
	font-size:60px;
}
.weserve ul li:hover {
	border:none;	
	background: #929294;
	color:#fff;
	-webkit-box-shadow: -4px 17px 40px -17px rgba(70,71,71,1);
	-moz-box-shadow: -4px 17px 40px -17px rgba(70,71,71,1);
	box-shadow: -4px 17px 40px -17px rgba(70,71,71,1);

}
.weserve ul li:hover i {
	color:#fff;
}
.weserve ul li:hover span {
	color:#fcead9;
}
.gettouch {
	background: #f8f8f8;
	padding:40px 0 70px 0;
	background: url(../images/get-bg.jpg) no-repeat center center /cover;
	color:#fff;
}
.gettouch p {
	color: #ececec;
	padding: 10px 0;
}
.gettouch a {
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 56px;
    border: 5px solid #ed3237;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.gettouch a:hover {
	background: #20537d;
	color: #fff;
	font-weight:600;
}
.about_sec {
	padding:40px 0 40px 0;
	text-align: center;
}
.about_sec p img {
	margin:0 0 5px 15px;
	box-shadow: 0 0px 4px #929090;
	padding: 4px;
	float:right;
	max-width:350px;
}
/*.about_sec ul {
	border-right: 1px solid #ccc;
}*/
.about_sec ul:last-child {
	border:0;
}
.about_sec ul li {
	overflow: hidden;
    background: #fdffff;
    list-style: none;
    border: 1px solid #cfe9ff;
    padding: 10px 0px 10px 0px;
    margin: 2px;
    font-size: 15px;
    text-align: center;
}
.footer-sec {
	background-image:url(../slider/image/4.jpg);
	background-size:cover;
	//background: #000;
	width:100%;
	margin-top:25px;
	float:left;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	padding:15px 0 0px 0;
}
.footer-sec h3 {
	color: #fff;
	font-size: 18px;
}
.footer-sec ul {
	list-style:none;
	padding:0 0 20px 0;
	margin:0;
}
.footer-sec ul li {
	line-height: 30px;
	color: #fff;
}
.footer-sec ul li a {
	    color: #fff;
	font-size: 14px;
}
.footer-sec ul li a:hover {
	color: #fff;
	text-decoration:underline;
}
.footer-sec .foot-social-links ul li {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 2px 0 0;
	text-align: center;
}
.footer-sec .foot-social-links ul li a {
    color: #474747;
    display: block;
    background: #fff;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #f3705a;
    line-height: 30px;
.footer-sec .foot-social-links ul li a:hover {
	color:#fff;
	background-color: #3f7aad;
	border: 1px solid #3f7aad;
}




.footer-copyright {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	border-top: 1px solid #494949;
	padding: 20px 0 10px 0;
	color: #fff;
}

.inner-banner h2 {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 56px;
	text-transform: capitalize;
	font-weight: 100;
	margin-bottom: 30px;
}
.inner-section {
	padding: 50px 0;
	width: 100%;
	float: left;
}
.inner-section h2 {
	color: #474747;
	padding: 0;
	margin:0 0 30px 0;
	font-size: 30px;
	font-weight: 400;
}
.inner-section h3 {
	font-size: 22px;
	text-transform: capitalize;
}
.inner-section p {
	font-size: 14px;
	line-height: 1.75;
}
.bx {
	background: #fff;
	padding: 5px;
	box-shadow: 0 0px 6px #8c8c8c;
	border-radius: 2px;
}
.inner-section ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.inner-section ul li {
	line-height:30px;
}
.list-in ul li {
	font-size: 16px;
	list-style: none;
	line-height: 35px;
	color: #0f434e;
}
.list-in ul li i {
	font-size: 13px;
	margin-right: 6px;
	font-weight: 300;
}
.inner-section ol {
	margin: 0;
	padding:0;
	list-style-position: inside;
}
.inner-section ol li {
	font-size: 16px;
	line-height: 35px;
	color: #0f434e;
}
.contact_form {
	margin-bottom:5px;
}
.contact_form .form-control {
	border-radius:0;
	height:45px;
}
.contact_form textarea.form-control {
	height:auto;
}
.contact_address ul {
	width: 50%;
    display: inline-block;
    background: red;
    padding: 11px;
    border: 2px green solid;

}
.contact_address ul li {
	width: 50%;
    display: inline-block;
    background: red;
    padding: 11px;
    border: 2px green solid;
}
.contact_address ul li i {
	margin-right:6px;
}
.contact_address ul li a {
	text-decoration:underline;
	color:#154db3;
}
.contact_address ul li a:hover {
	text-decoration:none;
	color:#333;
}
.submit {
	padding:8px 32px;
	font-size:19px;
	background:#fff;
	color:#0f0f0f;
	font-weight:lighter;
	background:#232323;
	color:#fff;
	border:0;
	outline:0;
	transition:all 0.3s ease 0s;
}
.submit:hover {
	background:#3f7aad;
}
.date_label {
	width:100%;
	float:left;
}
.date_sec {
	width:30%;
	float:left;
	margin-bottom:15px;
}
.date_sec:nth-child(3) {
margin:0 5%;
}
.inner-section ul.no-list {
	list-style: none;
	margin: 0 0 20px 0;
}
.inner-section ul.no-list input[type='radio'] {
	vertical-align: middle;
	margin:0 4px 0 0;
}
.thank-sec {
	text-align: center;
}
.thank-sec h3.display-3 {
	font-size: 55px;
	color: #5baf5b;
}
.center{text-align:center;}
.ccc {
    border-radius: 0 !important;
    height: 45px !important;
}
.mainclass{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 1px;
    padding: 0px 20px;
    text-transform: uppercase;
    line-height: 50px;
}