
body {
	background:#dedede;
	margin:1px;
	font-family:"Times New Roman", Times, serif;
}

a {
	transition: all 0.3s ease;
	
}

a {
	text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


header {
	float:left;
	width:100%;
	padding:70px 0px 30px;
	background:#ffffff;
}

header .logoSec {
	width:100%;
	margin:0 auto 0px;
	float:left;
	border-bottom:1px solid #ccc;
	padding-bottom:70px;
}

header .logoSec h2 {
	text-align:center;
	margin:0 auto;
	color:#3A3939;
	font-size:70px;
	font-family:'Voltaire',sans-serif;
}

header .logoSec h2 .smallFont {
	font-size:50px;
	color:#B22222;
}

header .logoSec h4 {
	font-size:18px;
	text-align:center;
	margin:30px auto 0px;
	
}

header .logoSec img {
	margin:0 auto;
	text-align:center;
	display:table;
	max-width:100%;
}

.NavBar {
	width:100%;
	float:left;
	margin:30px auto 0px;
}

.NavBar .navbar-default {
	background:none;
	border:none;
}

.NavBar .navbar-default .navbar-nav {
	width:100%;
	padding:0;
	list-style:none;
	margin: 0 auto;
}

.NavBar .navbar-default .navbar-nav li {
	width:33%;
	text-align:center;
}

.NavBar .navbar-default .navbar-nav li a {
	font-size:18px;
	font-weight:600;
	color:#3a3939;
	font-family:"Trebuchet MS";
	text-align:center;
}




.NavBar .navbar-default .navbar-nav > .active > a,.NavBar .navbar-default .navbar-nav > .active > a:hover,.NavBar .navbar-default .navbar-nav > .active > a:focus {
	background:none;
	color:#00bdf0;
}


.NavBar .navbar-default .navbar-nav li a:hover, .NavBar .navbar-default .navbar-nav li a:focus {
	background:none;
	color:#00bdf0;
}


.bannerSec {
	width:100%;
	float:left;
	margin:0 auto;
	background:#ffffff;
	padding:0px auto 30px;
}

.bannerSec .mainBanner {
	position:relative;
	top:0;
	left:0;
}

.bannerSec .mainBanner img {
	width:100%;
}

.bannerSec .mainBanner .bannerText {
	position:absolute;
	right:0;
	top:0;
	background:#000;
	opacity:0.8;
	width:320px;
	height:100%;
}

.bannerSec .mainBanner .bannerText h2 {
	text-align:center;
	font-size:30px;
	color:#fff;
	font-family:'Voltaire',sans-serif;
	position:relative;
	top:25%;
	left:0;
}

.bannerSec .mainBanner .bannerText p {
	color:#ccc;
	text-align:center;
	position:relative;
	font-size:14px;
	top:30%;
	line-height:26px;
	font-family:"Trebuchet MS";
	font-weight:600;
	text-transform:uppercase;
	width:80%;
	margin:0 auto;
	display:table;
	
}

.bannerSec .mainBanner .carousel-control {
	background:none;
	box-shadow:none;
} 



.aboutsec {
	width:100%;
	float:left;
	margin:0 auto;
	background:#fff;
}

.aboutsec img {
	max-width:100%;
	margin:0 auto;
	display:table;
	width:30%;
}

.aboutsec h2,.aboutsec h3 { text-align:center;}

.aboutsec p {
	color: #919191;
    font-family: "Trebuchet MS";
    font-size:15px;
    width:80%;
    margin: 0 auto 20px;
    line-height:24px;
    
}


.ContactSec {
	width:100%;
	float:left;
	padding:0px 0px 70px;
	background:#ffffff;
}

.ContactSec h2 {
	font-size:30px;
	font-family:"Trebuchet MS";
	color:#00bdf0;
	text-align:center;
    margin-bottom: 70px;
}


.ContactSec .topContact {
	width:80%;
	margin:0 auto;
	display:table;
	
}

.ContactSec .topContact .mapSec {
	width:80%;
	float:left;
	margin:0 auto;
}

.ContactSec .topContact .mapSec iframe {
	width:100%;
	height:300px;
	border:none;
	
}

.ContactSec .topContact .contactAdd {
	width:100%;
	margin:30px auto 0px;
	float:left;
}

.ContactSec .topContact .contactAdd ul {
	width:100%;
	float:left;
	padding:0px;
	margin:0 auto 20px;
	list-style:none;
	
}

.ContactSec .topContact .contactAdd p {
	font-size:18px;
	font-family: "Trebuchet MS";
	color:#919191
}

.ContactSec .topContact .contactAdd ul h3 {
	font-size:18px;
	font-family: "Trebuchet MS";
	color:#919191;
	font-weight:normal;
}


.ContactSec .topContact .contactAdd ul li {
	float:left;
	width:100%;
    font-family: "Trebuchet MS";
    font-size:15px;
    color:#919191;
}

.ContactSec .topContact .contactAdd ul li:first-child {
	padding-left:0px;
}

.ContactSec .topContact .contactForm {
	float:left;
	width:100%;
}


.ContactSec .topContact .contactForm form {
	width:100%;
	float:left;
	margin:0 auto;
}


.ContactSec .topContact .contactForm form .form-group {
	width:100%;
	margin:10px auto;
	float:left;
}

.ContactSec .topContact .contactForm form .form-group:first-child {
	margin-top:0px;
}

.ContactSec .topContact .contactForm form .form-group textarea {
	width:100%;
	min-height:150px;
	border-color: #e7e7e7;
    background-color: #e2e2e2;
}

.ContactSec .topContact .contactForm form .form-group input {
	height:34px;
	border-color: #e7e7e7;
    background-color: #e2e2e2;
}

.ContactSec .topContact .contactForm form .form-group label {
	float:left;
	width:100%;
	font-family:"Trebuchet MS";
	font-size:15px;
}

.ContactSec .topContact .contactForm form .form-group .btn {
	font-family:"Trebuchet MS";
	font-size:15px;
	background:#919191;
	color:#fff;
	font-weight:600;
	transition: all 0.3s ease;
	padding:10px 14px;
	min-width:100px;
	margin-top:20px;
}

.ContactSec .topContact .contactForm form .form-group .btn:hover {
	background: #00bdf0;
}

.error {
	color:#FF0000;
	margin:5px auto;
	float:left;
	width:100%;
	font-family:"Trebuchet MS";
}

.star {
	color:#FF0000;
	margin-left:5px;
}


.fourBlock {
	float: left;
	width:100%;
	float:left;
	margin:0 auto;
	padding:80px 0px;
	background:#ffffff;
}

.fourBlock  .blockFullText {
	width:100%;
	float:left;
}

.fourBlock  .blockFullText h2 {
	text-transform:uppercase;
	text-align:center;
}

.fourBlock .blockFullText p {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#808080;
	text-align:center;
	line-height:24px;
	margin: 0px auto;
	font-style: italic;
}

.fourBlock .mainFour {
	width:100%;
	float:left;
	margin:30px auto;
}

.fourBlock .mainFour img {
	width: 100%;
    margin: 0 auto 20px;
    border: 1px solid #ccc;
    padding: 1px;
    background: #ccc;
}



footer {
	width:100%;
	margin:0 auto;
	padding:40px 0px;
	background:#ffffff;
	float:left;
}

footer .topFoot {
	width: 97%;
	display:table;
	margin:0 auto;
	border-top:1px solid #ccc;
	padding-top: 70px;
	
}

footer .topFoot .footLogo {
	text-align:left;
	margin:0 auto;
	float:left;
}

footer .topFoot .footLogo h2 {
	font-size:20px;
	color:#3a3939;
	font-family:"Trebuchet MS";
	margin-left: -15px;
}


footer .bottomFoot {
	width:100%;
	margin:30px auto 0px;
	float:left;
}

footer .bottomFoot .footLink {
	width:100%;
	float:left;
	margin:0 auto;
}

footer .bottomFoot .footLink ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:100%;
	float:left;
}


footer .bottomFoot .footLink ul li {
	float:left;
	margin-right:40px;
}

footer .bottomFoot .footLink ul li:last-child {
	margin-right:0px;
}

footer .bottomFoot .footLink ul li a {
	font-family: "Trebuchet MS";
    font-weight: bold;
    text-transform: uppercase;
    color: #919191;
    text-align:center;
    text-decoration:none;
    
}

footer .bottomFoot .footLink ul li a:hover,footer .bottomFoot .footLink ul li a:focus {
	color: #00bdf0;
}


footer .bottomFoot .socialMedia {
	float:right;
	text-align:right;
	width:100%;
	margin:0 auto;
}

footer .bottomFoot .socialMedia ul {
	width:22%;
	margin:0 auto;
	padding:0;
	list-style:none;
	float:right;
}

footer .bottomFoot .socialMedia ul li {
	float:left;
	margin-right:10px;
	
}

footer .bottomFoot .socialMedia ul li:last-child {
	margin-right:0px;
}

footer .bottomFoot .socialMedia ul li a {
	color:#fff;
	background:#3a3939;
	padding:10px;
	border-radius:100%;
	width:40px;
	height: 40px;
	display:table;
	text-align:center;
	margin:0 auto;
}

footer .bottomFoot .socialMedia ul li a:hover {
	background:#00bdf0;
}


footer .bottomFoot .socialMedia ul li a i {
	font-size:18px;
}


footer .bottomFoot .copyRight {
	width:100%;
	float:right;
	margin:0 auto;
}

footer .bottomFoot .copyRight p {
	font-size:15px;
	text-align:right;
	font-family: "Trebuchet MS";
	margin-top:15px;
	
}


/*---------------------------------- IMG slider jssor_1 SCRIPT------------------------------------*/

.jssorb03 {
    position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    position: absolute;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    background: url('../images/a03.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb03 div { background-position: -5px -4px; }
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

.jssora03l, .jssora03r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url('../images/a03.png') no-repeat;
    overflow: hidden;
}
.jssora03l { background-position: -3px -33px; }
.jssora03r { background-position: -63px -33px; }
.jssora03l:hover { background-position: -123px -33px; }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03l.jssora03ldn { background-position: -243px -33px; }
.jssora03r.jssora03rdn { background-position: -303px -33px; }



/*----------------------------------responsive style------------------------------------*/

@media screen and (max-width: 1280px) {
	
}

@media screen and (max-width: 1030px) {
	
}

@media screen and (max-width: 800px) {
	
	.ContactSec .topContact .mapSec {
		width:100%;
	}
	
	.ContactSec .topContact .contactForm form {
		margin:30px auto 0px;
	}
	
	.ContactSec .topContact .contactAdd ul li {
		width:auto;
		margin-right:10px;
		padding-right:10px;
	}
	
	footer .bottomFoot .footLink,footer .bottomFoot .socialMedia {
		width:auto;
	}
	
	footer .bottomFoot .socialMedia ul {
		width:100%;
	}
	
	footer .topFoot .footLogo h2 {
		margin-left:-12px;
	}
	
	.bannerSec .mainBanner .bannerText h2 {
		top:20%;
	}
	
	.bannerSec .mainBanner .bannerText p {
		top:25%;
	}
	
	.aboutsec img { width:50%;}

}

@media screen and (max-width: 650px) {
	.NavBar .navbar-default .navbar-nav li a {
		text-align:left;
	}
	
	.NavBar .navbar-default .navbar-collapse,.NavBar .navbar-default .navbar-form {
		border:none;
	}
	
	.NavBar .navbar-default .navbar-nav li {
		width:100%;
	}
	
	
	/*footer .bottomFoot .footLink, footer .bottomFoot .socialMedia {
		width:100%;
	}
	
	footer .bottomFoot .socialMedia ul {
		float:left;
		margin:30px auto 0px;
	}
	
	footer .bottomFoot .copyRight p {
		text-align:center;
	}
	
	footer .bottomFoot .copyRight {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	    display: table;
	}*/
	
	
	footer .topFoot .footLogo h2 {
		margin-left:0px;
	}
	
	footer .bottomFoot .footLink ul {
		margin-left:12px;
	}
	
	footer .bottomFoot .footLink{
		float:left;
		width:100%;
		margin:10px auto;
	}
	
	footer .bottomFoot .socialMedia {
		float:left;
		margin:10px auto 30px 10px;
	}
	
	footer .bottomFoot .copyRight p {
		float:none;
		text-align:center;
		margin:0 auto;
		display:table;
	}
	
	.aboutsec img { width:80%;}
	
}

@media screen and (max-width: 500px) {
	.bannerSec .mainBanner .bannerText h2,.bannerSec .mainBanner .bannerText p {
		top:0;
	}
	
	.ContactSec .topContact .contactAdd ul {
		margin:0 auto;
	}
	
	.ContactSec .topContact .contactAdd ul li {
		width:100%;
		float:left;
		margin:0 auto 5px;
		border-right:0px;
	
	}
	
	.ContactSec .topContact .contactAdd ul li:last-child {
		padding-left:0px;
	}
	
	.ContactSec .topContact{
		width:100%;
	}
	
	.aboutsec p {
		width:100%;
	}
	
	.bannerSec .mainBanner .bannerText p {
		width:100%;
	}
	
	/*footer .bottomFoot .footLink, footer .bottomFoot .socialMedia {
		float:left;
	}*/
	
	footer .topFoot .footLogo h2 {
		margin-left:10px;
	}
}

@media screen and (max-width: 350px) {
	
}
